@charset "gb2312";

/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  font-family: "微软雅黑";
}

ul,
ol,
li {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
form,
ul,
ol,
li,
p,
pre,
dl,
dt,
dd,
fieldset,
legend,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0;
  font-family: "sans-serif";
  height: 0;
  line-height: 0;
}

header {
  width: 94%;
  max-width: 1200px;
  margin: 15px auto;
}

.header-r {
  float: right;
  background: url(../images/header-tel.png) no-repeat left center;
  padding-left: 55px;
  font-size: 16px;
  color: #777777;
}

.header-r span {
  color: #0099e9;
  font-size: 24px;
}

/*导航栏*/
.menu {
  max-width: 1200px;
  width: 94%;
  height: 50px;
  margin: 0 auto;
}

.main_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}



#fullwidth {
  width: 100%;
}

ul#nav {
  width: auto;
  clear: right;
  margin-top: 0px;
  margin-left: 0px;
}
ul#nav>li:nth-of-type(3) a,
ul#nav>li:nth-of-type(3) li a,
ul#nav>li:nth-of-type(3) li{
  width: 100%;
}
ul#nav>li:nth-of-type(3){
  width: 16.666666%;
}
ul#nav>li,
ul#nav>li.active {
  width: 11.833333334%;
}
ul#nav li,
ul#nav li.active {
  float: left;
  /*margin-right:10px;*/
  position: relative;
  z-index: 100
}

ul#nav li a,
ul>li.active>a {
  height: 50px;
  float: left;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #454545;
  line-height: 50px;
  text-transform: none;
  cursor: pointer;

}

ul#nav li:hover a,
ul#nav li.active a {
  color: #fff;
  background: #0099e9;
}

ul#nav li ul {
  width: 100%;
  float: left;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50px;
  clear: left;
  background: #0099e9;
  FILTER: Alpha(Opacity=100);
  color:#fff;
  opacity: 1;
  display: none;
  z-index: 80000;
}

ul#nav li ul li {
  width: 100%;
  /*width:175px;*/
  height: 40px;
  float: left;
  margin: 0;

  z-index: 0;
  background: none;
  color: #fff;
  text-align: center
}

ul#nav li ul li a {

  /*width:175px;*/
  height: 40px;

  /*padding:0;*/
  color: #fff;
  text-align: center;
  /*text-indent:20px;*/
  background: none;
  font-size: 16px;
  line-height: 40px;
  border-top: #EAEAEA solid 1px;
}

ul#nav li:hover ul li a {
  background: none;
  color: 717171
}

ul#nav li ul li a:hover {
  /*	background:#1381ba;*/
  color: #FA9A04
}

/*ul#nav li ul li:first-child {
	border:0
}
ul#nav li ul li:first-child a {
	border:0
}*/
ul#nav li ul li ul {
  left: 206px;
  top: 1px
}

/*Level 1*/

ul#nav li a.on {
  background: #0099e9;
  color: #FFFFFF
}

/*导航栏*/


/*nav{width:100%; border-top:1px solid #eee;}
nav ul{width:1200px; height:50px; line-height:50px; margin:0 auto;}
nav ul li{float:left; margin-right:68px; padding:0 10px; font-size:16px; color:#454545;}
nav ul li:last-child{margin-right:0;}
nav ul li:hover{border-bottom:3px solid #e77817;}
nav ul li.on{border-bottom:3px solid #e77817;}*/

/*banner*/

#wrapper {
  background: #fff;
  position: relative;
}

.fullwidthbanner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 540px !important;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
  width: 100% !important;
  max-height: 450px !important;
  position: relative;
}

/* @media only screen and (min-width: 768px) and (max-width: 959px) {

  .banner,
  .bannercontainer {
    width: 768px;
    height: 309px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .banner,
  .bannercontainer {
    width: 480px;
    height: 193px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

  .banner,
  .bannercontainer {
    width: 320px;
    height: 129px;
  }
}

@media only screen and (max-width: 319px) {

  .banner,
  .bannercontainer {
    width: 240px;
    height: 97px;
  }
} */

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background: #e1472f !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-color: #e1472f !important;
}

/** BULLETS **/
.tp-bullets {
  z-index: 1001;
  position: absolute;
  bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: #fff;
  width: 180px;
  height: 6px;
  float: left;
  -webkit-transition: background 0.1s linear;
  -moz-transition: color, background 0.1s linear;
  -o-transition: color, background 0.1s linear;
  transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
  width: 42px;
  height: 43px;
  margin-left: 0px;
  margin-top: -21px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: color, background 0.1s linear;
  -o-transition: color, background 0.1s linear;
  transition: color, background 0.1s linear;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  /*增加阴影*/
  /*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
  width: 42px;
  height: 43px;
  margin-left: 0;
  margin-top: -21px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: color, background 0.1s linear;
  -o-transition: color, background 0.1s linear;
  transition: color, background 0.1s linear;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  /*增加阴影*/
  /*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
  z-index: 100;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-thumbs img {
  width: 100%;
}

.tp-bannertimer {
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 200;
  z-index: 5000;
}

.tp-bannertimer.tp-bottom {
  bottom: 0px !important;
  height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
  ;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive .tp-bullets.tp-thumbs {
    width: 300px !important;
    height: 30px !important;
  }

  .responsive .tp-bullets.tp-thumbs .tp-mask {
    width: 300px !important;
    height: 30px !important;
  }

  .responsive .tp-bullets.tp-thumbs .bullet {
    width: 60px !important;
    height: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }

  .responsive .tparrows {
    display: none;
  }
}


.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive>ul>li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 10000px;
  height: 10000px;
}

.tp-loader {
  background: url(../images/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*banner*/

/*.index-bg{width:100%; background:#f2f2f2; overflow:hidden;}
.index-solution{width:1200px; margin:30px auto;}
.index-solution h2{font-size:30px; color:#0099e9; text-align:center;}
.xian{width:54px; height:3px; background:#bdbdbd; margin:10px auto;}
.index-solution ul{ width:582px; margin:30px auto; overflow:hidden;}
.index-solution ul li{width:184px; height:40px; line-height:40px; background:#dedede; float:left; margin-right:15px; text-align:center; font-size:16px; border-radius:5px;}
.index-solution ul li:last-child{margin-right:0;}
.index-solution ul li a{color:#666;}
.index-solution ul li.on{background:#0099e9;}
.index-solution ul li.on a{color:#fff;}
.index-solution .white{background:#fff; overflow:hidden;}
.index-solution .white img{float:left;}

.index-solution .white  .pic{ width: 645px; height: 426px; overflow: hidden; position: relative; float:left; margin:30px 0;}
.index-solution .white  .pic img{ display: block;}

.work-safety{}
.work-safety .bg{ position: absolute; top: 25px; left: 46px; z-index: 777;}
.work-safety .link-list{ position: absolute; font-size: 14px; color: #294999; line-height: 18px; z-index: 888;}
.work-safety .link-list:hover{ color: #ffa200;}
.work-safety .link-list01{ padding: 5px 0 0 106px; height: 80px; background: url(../images/cimg115.png) -17px 0 no-repeat; top: 0; left: 351px;}
.work-safety .link-list01:hover{ background-image: url(../images/cimg116.png);}
.work-safety .link-list02{ padding: 12px 0 0 127px; height: 54px; background: url(../images/cimg117.png) -29px 0 no-repeat; top: 80px; left: 391px;}
.work-safety .link-list02:hover{ background-image: url(../images/cimg118.png);}
.work-safety .link-list03{ padding: 13px 0 0 131px; height: 52px; background: url(../images/cimg119.png) -33px 0 no-repeat; top: 178px; left: 406px;}
.work-safety .link-list03:hover{ background-image: url(../images/cimg120.png);}
.work-safety .link-list04{ padding: 18px 0 0 125px; height: 47px; background: url(../images/cimg121.png) -41px 0 no-repeat; bottom: 86px; left: 388px;}
.work-safety .link-list04:hover{ background-image: url(../images/cimg122.png);}
.work-safety .link-list05{ padding: 47px 0 0 103px; height: 41px; background: url(../images/cimg123.png) -46px bottom no-repeat; bottom: 0; left: 345px;}
.work-safety .link-list05:hover{ background-image: url(../images/cimg124.png);}*/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


.index-solution .white h3 {
  font-size: 36px;
  color: #0099e9;
  margin-top: 50px;
  margin-bottom: 20px;
}

.index-solution .white h4 {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  width: 520px;
  float: left;
}


.index_part1 {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0px
}

.index_part1 h1.title {
  width: 120px;
  height: 46px;
  margin: 0 auto;
  font-size: 30px;
  color: #0099e9;
  padding: 0;
  line-height: 28px;
  font-weight: normal;
}

#outer {
  width: 1200px;
  margin: 28px auto;
  text-align: center
}

#tab {
  overflow: hidden;
  zoom: 1;
}

#tab li {
  display: inline-block;
  *display: inline;
  color: #666666;
  height: 42px;
  cursor: pointer;
  line-height: 42px;
  width: 170px;
  text-align: center;
  margin-right: 16px;
  font-size: 16px;
  background: #dedede;
}

#tab li a {
  color: #666666
}

#tab li.current {
  color: #fff;
  background: #0099e9;
}

#content {
  width: 1200px;
  margin-top: 28px
}

#content ul {
  line-height: 25px;
  display: none;
}

#tab li.current a {
  color: #FFFFFF
}

#content li:nth-of-type(4){
  margin-right: 0;
}
#content li {
  float: left;
  box-sizing: border-box;
  width: 23.3333333334%;
  margin-right: 2.14%;
  padding: 15px;
  background: #f1f1f1;
}

#content li a {
  color: #333
}

#content li h1 {
  height: 48px;
  line-height: 48px;
  border-bottom: #d4d4d4 solid 1px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

#content li p {
  line-height: 24px;
  margin-top: 10px;
  height: 75px;
  overflow: hidden;
  color:#666;
}

#content li:hover {
  background: #009ce0;
  color: #FFF
}

#content li:hover p,
#content li:hover a {
  color: #FFF
}
.box img{
  width: 100%;
}
.box {
  width: 100%;
	height: auto;
  text-align: center;
  margin: 0 auto
}

.more_btn a {
  width: 143px;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  border: #656565 solid 1px;
  display: block;
  color: #656565;
  margin-top: 30px;
  line-height: 36px
}

/*advantage*/
.index-adv {
  margin: 30px auto;
  width: 1200px;
  overflow: hidden;
}

.index-adv h3 {
  font-size: 30px;
  color: #0099e9;
  text-align: center;
}

.content3 {
  width: 1200px;
  margin: 30px auto;
}

.content3 ul li {
  width: 600px;
  float: left;
  background: #fff;
  position: relative;
  transition: 0.5s;
}

.content3 ul li:hover {
  background: #0099e9;
  cursor: pointer;
}

.content3 ul li .imgbox {
  width: 300px;
  height: 250px;
  float: left;
  overflow: hidden;
}

.content3 ul li:hover img {
  transform: scale(1.1);
}

.content3 ul li img {
  vertical-align: middle;
  transition: 1s;
}

.content3 ul li .wz {
  width: 240px;
  height: 205px;
  margin: 23px 30px 0 30px;
  float: right;
  position: relative;
  transition: 0.5s;
}

.content3 ul li .wz h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}

.content3 ul li .wz h2 span {
  border-bottom: 2px solid #e77817;
  padding-bottom: 9px;
}

.content3 ul li .wz .p1 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.content3 ul li:hover .more{
  color:#fff !important;
  border: 1px solid #fff;
}
.content3 ul li .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #999;
  margin-bottom: -0.3rem;
}

.content3 ul li:hover .wz h2,
.content3 ul li:hover .wz .p1,
.content3 ul li:hover .more {
  color: #fff;
}

.content3 ul li .sj {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid white;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 20px;
  left: 285px;
  z-index: 9999;
  transition: 0.5s;
}

.content3 ul li:hover .sj {
  border-right: 15px solid #0099e9;
}

.content3 ul li .sj2 {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid white;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 20px;
  left: 300px;
  z-index: 9999;
  transition: 0.5s;
}

.content3 ul li:hover .sj2 {
  border-left: 15px solid #0099e9;
}


.index-com {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}

.index-com h2 {
  font-size: 30px;
  color: #0099e9;
  text-align: center;
  margin-bottom: 35px;
}

.index-com-l {
  width: 430px;
  float: left;
  border-right: 1px solid #dedede;
}

.index-com-l h3 {
  font-size: 20px;
  color: #333;
}

.index-com-l .xian {
  width: 34px;
  height: 2px;
  background: #bdbdbd;
  margin: 10px 0;
}

.index-com-l ul {
  margin: 15px 0 0;
  overflow: hidden;
}

.index-com-l ul li {
  margin-bottom: 18px;
  width: 410px
}

.index-com-l ul li .gray {
  width: 65px;
  height: 65px;
  background: #b1b1b1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.index-com-l ul li .gray span {
  font-size: 30px;
}

.index-com-l ul li h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 3px;
}

.index-com-l ul li h5 {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.index-com-r {
  width: 730px;
  float: right;
}

.index-com-r h3 {
  font-size: 20px;
  color: #333;
}

.index-com-r .xian {
  width: 34px;
  height: 2px;
  background: #bdbdbd;
  margin: 10px 0 15px;
}

.index-com-r img {
  float: left;
  margin-right: 20px;
}

.index-com-r p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}


.index-par {
  width: 1200px;
  margin: 30px auto 50px;
}

.index-par h2 {
  font-size: 30px;
  color: #0099e9;
  text-align: center;
}

.index-par ul {
  overflow: hidden;
  background: #fff;
  padding: 20px;
  margin: 25px 0;
}

.index-par ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}

/*.index-par ul li:nth-child(8n){margin-right:0;}*/


.footer-bg {
  width: 100%;
  height: 260px;
  background: #333;
  overflow: hidden;
}

footer {
  width: 1200px;
  margin: 25px auto;
}

.footer-l {
  width: 388px;
  float: left;
  margin-right: 100px;
}

.footer-l h2 {
  font-size: 18px;
  color: #fefefe;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.footer-l ul li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.footer-l ul li a {
  color: #ccc;
}

.footer-l ul li a:hover {
  color: #fff;
}

.footer-m {
  width: 390px;
  float: left;
}

.footer-m h2 {
  font-size: 18px;
  color: #fefefe;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.footer-m p {
  font-size: 14px;
  color: #ccc;
  line-height: 28px;
}

.footer-r {
  width: 300px;
  float: right;
}

.footer-r h2 {
  font-size: 18px;
  color: #fefefe;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.footer-r p {
  color: #fff;
  margin: 10px 0;
  padding-left: 8%;
}

.banq {
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #252525;
  color: #999;
  text-align: center;
}


/*关于我们*/
.about-banner {
  width: 100%;
  height: 310px;
  background: url(../images/about-banner.jpg) no-repeat center;
}

.about-box {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 2px;
}

.about-top {
  width: 1170px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  line-height: 54px;
  background: url(../images/icon-index.jpg) no-repeat left center;
  padding-left: 30px;
}

.about-top ul {
  overflow: hidden;
  float: right;
}

.about-top ul li {
  float: left;
  margin-right: 23px;
}

.about-top ul li:last-child {
  margin-right: 0;
}

.about-top ul li.on {
  border-bottom: 2px solid #0099e9;
  padding-bottom: 1px;
}

.about {
  width: 1200px;
  margin: 35px auto;
  overflow: hidden;
}

.about .title {
  font-size: 30px;
  color: #333;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about-p {
  color: #666;
  line-height: 28px;
}


/*新闻*/
.news-banner {
  width: 100%;
  height: 310px;
  background: url(../images/news-banner.jpg) no-repeat center;
}

.news {}

.news-top {
  width: 1200px;
  height: 249px;
  margin: 28px auto;
  overflow: hidden;
  position: relative;
}

.news-top h3 {
  font-size: 24px;
  color: #999;
  font-weight: normal;
  margin: 8px 0;
}

.news-top h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin: 10px 0;
}

.news-top h5 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  line-height: 26px;
}

.news-top .more {
  position: absolute;
  left: 425px;
  bottom: 20px;
  color: #0268b3;
}

.news ul li {
  overflow: hidden;
  height: 94px;
  position: relative;
  border-bottom: 1px solid #dedede;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.news ul li .news-time {
  width: 94px;
  height: 94px;
  background: #e1e1e1;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}

.news ul li .news-time h3 {
  font-size: 48px;
  color: #0099e9;
  font-weight: normal;
  text-align: center;
  margin-top: 3px;
}

.news ul li .news-time h4 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-top: -4px;
}

.news ul li h5 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin: 5px 0;
  float: left;
}

.news ul li h6 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  width: 900px;
  float: left;
  line-height: 24px;
}

.news ul li .more {
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  /* background: #0099e9; */
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

/*新闻详细页*/
.news_view {
  width: 1200px;
  background: #fff;
  margin: 00px auto;
  overflow: hidden;
}

.news_view_top {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}

.news_view_top h2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  line-height: 35px;
  margin-bottom: 10px;
}

.news_view_top p {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.news_view_top span {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 0 20px;
}

.news_view_p {
  color: #666;
  text-align: left;
  line-height: 28px;
  margin: 10px 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.news_view .fx {
  text-align: center;
}

/*案例*/
.case-banner {
  width: 100%;
  height: 310px;
  background: url(../images/case-banner.jpg) no-repeat center;
}

.case {
  width: 1200px;
  margin: 25px auto;
  overflow: hidden;
}

.case ul li {
  width: 380px;
  height: 280px;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.case ul li:nth-child(3n) {
  margin-right: 0;
}

.case ul li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

/*产品*/
.pro {
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}

.pro ul {
  overflow: hidden;
  text-align: center;
}

.pro ul li {
  width: 160px;
  height: 35px;
  border: 1px solid #dedede;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
}

.pro ul li:nth-child(7n) {
  margin-right: 0;
}

.pro ul li.on {
  background: #0099e9;
  border: none;
  color: #fff;
}
.pro ul li a{
  display: block;
}
.pro ul li.on a {
  color: #fff;
}

.pro-tit {
  /* display: none; */
  width: 1175px;
  height: 60px;
  line-height: 60px;
  background: #f2f2f2;
  padding-left: 25px;
  font-size: 30px;
  margin: 0 auto;
}

.product {
  width: 1200px;
  margin: 35px auto;
}

.product ul li {
  border: 1px solid #dedede;
  width: 292px;
  height: 335px;
  float: left;
  text-align: center;
  position: relative;
  margin-right: 8px;
  margin-bottom: 25px;
}

.product ul li:nth-child(4n) {
  margin-right: 0;
}

.product ul li h2 {
  font-size: 18px;
  color: #333;
}

.product ul li h3 {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}

.product ul li .more {
  width: 111px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #dedede;
  margin: 0 auto;
  color: #0099e9;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 20px;
}


/*产品详细*/
.product-t {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
  /* height: 490px; */
  position: relative;
}

.product-t img {
  display: none;
  border: 1px solid #dedede;
  float: left;
  margin-right: 64px;
}

.product-t h2 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin: 10px 0 20px;
}

.pro-p {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  line-height: 28px;
}

.product-t .bshare-custom {
  position: absolute;
  bottom: 30px;
  left: 555px;
}

.product-t .bshare-custom span {
  line-height: 30px;
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
}

.product-view {
  width: 1200px;
  margin: 30px auto;
}

.product-tit {
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}

.product-tit span {
  border-bottom: 2px solid #0268b3;
  padding-bottom: 9px;
}

.product-p {
  margin: 20px 0;
  color: #666;
  line-height: 28px;
}


/*联系我们*/
.contact {
  width: 1200px;
  margin: 34px auto;
}

.contact-p {
  line-height: 40px;
}


/*荣誉资质*/
.honor {
  width: 1200px;
  margin: 30px auto;
}

.honor ul li {
  text-align: center;
  width: 32%;
  float: left;
  margin-bottom: 30px;
  margin-right: 2%;
}

.honor ul li:nth-child(3n) {
  margin-right: 0;
}

.honor ul li img {
  margin: 0 auto;
  display: block;
  height: 280px;
}

.honor ul li p {
  font-size: 18px;
  color: #666;
  margin: 10px 0;
}

/*解决方案*/
.solution {
  width: 1200px;
  margin: 20px auto;
}

.solution>ul {
  text-align: center;
}

.solution>ul li {
  width: 170px;
  height: 35px;
  border: 1px solid #dedede;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.solution>ul li:nth-child(7n) {
  margin-right: 0;
}

.solution>ul li.on {
  background: #0099e9;
  border: none;
  color: #fff;
}

.solution>ul li.on a {
  color: #fff;
}

.mypro {
  width: 1200px;
  margin: 20px auto;
}

.mypro>ul {
  text-align: center;
}

.mypro>ul li {
  width: 170px;
  height: 35px;
  border: 1px solid #dedede;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.mypro>ul li:nth-child(5n) {
  margin-right: 0;
}

.mypro>ul li.on {
  background: #0099e9;
  border: none;
  color: #fff;
}

.mypro>ul li.on a {
  color: #fff;
  display: block
}


#list {
  position: relative;
}

#list-li {
  width: 170px;
  background: #2a4999;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 0;
  border-radius: 20px;
  display: none;
}

#list-li a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 150px;
  color: #fff;
  margin: 10px auto;
}

#list-li a:hover {
  background: #0cf;
}

.gongcheng {
  width: 1140px;
  margin: 0 auto;
  line-height: 28px;
  color: #666;
  padding: 30px;
}

.solution-p {
  width: 1160px;
  padding: 20px;
  margin: 20px auto;
  color: #666;
  line-height: 28px;
}





.pages {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px
}

/*淘宝风格*/
.paginator {
  font: 12px "微软雅黑";
  margin: 0 auto;
}

.paginator a {
  border: solid 1px #E3E3E3;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  background-color: #FCFCFC;
}

.paginator a:visited {
  /*padding: 1px 6px;*/
  border: solid 1px #ddd;
  background: #fff;
  text-decoration: none;
}

.paginator .cpb {
  border: 1px solid #0367B2;
  color: #FFF;
  background-color: #0367B2;
  font-family: "微软雅黑"
}

.paginator a:hover {
  border: solid 1px #0367B2;
  color: #fff;
  text-decoration: none;
  background: #0367B2;
  display: block
}

.paginator a,
.paginator a:visited,
.paginator .cpb,
.paginator a:hover {
  /*height:20px;line-height:20px;min-width:20px;_width:10px;*/
  margin-right: 5px;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-family: 微软雅黑;
  padding: 5px 10px;
  display: inline-block;
}



.jdcase {}

.jdcase-titbg {
  width: 100%;
  height: 147px;
  background: url(../images/jdcase-bg.jpg) no-repeat center;
  overflow: hidden;
}

.jdcase-tit {
  font-size: 30px;
  color: #fff;
  margin-top: 52px;
  text-align: center;
}

.jdcase-gray {
  width: 54px;
  height: 3px;
  margin: 10px auto;
  background: #bdbdbd;
}

.jdcase-list {
  width: 1200px;
  margin: 40px auto;
}

.jdcase-list ul li {
  position: relative;
  width: 380px;
  height: 280px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.jdcase-list ul li:nth-child(3n) {
  margin-right: 0;
}

.jdcase-list ul li .jdcase-list-info {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* Inpage-com-title */
.Inpage-com-title {
  width: 100%;
  text-align: center;
  padding-top: 58px;
}

.Inpage-com-title h2 {
  font-size: 24px;
  color: #0e418c;
  font-weight: normal;
}

.Inpage-com-title h2 a {
  color: #0e418c;
  text-decoration: none;
}

.Inpage-com-title p {
  font-size: 24px;
  color: #dedede;
  font-family: 'titleEn';
  text-transform: uppercase;
  font-weight: bold;
}

.Inpage-com-title span {
  display: block;
  font-size: 18px;
  color: #666666;
  margin-top: 16px;
}


/* 案例分享 */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

/* caseShare */
.caseShare {
  width: 100%;
  padding-bottom: 30px;
}

.caseShare .mainCon {
  width: 100%;
  margin-top: 42px;
}

.caseShare .mainCon ul {
  width: 105%;
}

.caseShare .mainCon li {
  float: left;
  width: 380px;
  height: 380px;
  margin: 0 30px 30px 0;
  transition: all .4s ease-out;
  position: relative;
  top: 0;
}

.caseShare .mainCon li a {
  display: block;
  text-decoration: none;
}

.caseShare .mainCon li span {
  display: block;
  width: 380px;
  height: 230px;
  overflow: hidden;
}

.caseShare .mainCon li span img {
  display: block;
  width: 380px;
  height: 230px;
  transition: all 1s ease-out;
}

.caseShare .mainCon li dl {
  background: #f1f1f1;
  height: 150px;
}

.caseShare .mainCon li dt {
  float: left;
  width: 289px;
  margin: 19px 0 0 20px;
}

.caseShare .mainCon li dt h3 {
  font-size: 16px;
  color: #333333;
  left: 0;
  transition: left 1s ease-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.caseShare .mainCon li dt p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 6px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caseShare .mainCon li dd {
  float: right;
  width: 41px;
  height: 41px;
  margin: 24px 17px 0 0;
}

.caseShare .mainCon li dd img {
  display: block;
  width: 41px;
  height: 41px;
}

.caseShare .mainCon li:hover span img {
  transform: scale(1.1);
}

.caseShare .mainCon li:hover {
  top: -10px;
}

.caseShare .mainCon li:hover dt h3 {
  color: #023886;
}





#hezuo {
  overflow: hidden;
  background-image: url('../images/hzbg.jpg');
  background-size: contain;
}

.h-container {
  margin: 0 auto;
  padding: 20px 0 10px;
  width: 1200px;
  ;
}

.h-container::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  clear: both;
  ;
  ;
}

.tyTitle {
  position: relative;
  margin: 20px auto 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.tyTitle::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 50px;
  height: 0;
  border: 2px solid rgba(255,255,255,.4);
}

.hzbox {
  box-sizing: border-box;
  width: 580px;
  height: 474px;
  border: 10px solid #f2f2f2;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url('../images/hz1.jpg');
  background-position: bottom center;
  transition: all .5s;
}

.hzbox:last-of-type {
  background-image: url('../images/hz3.jpg');
}

.hzbox:hover {
  border: 10px solid #0066b2;
}

.hzbox img {
  display: block;
  margin: 36px auto;
}

.hzbox p {
  margin: 0 auto;
  width: 80%;
  height: 84px;
  line-height: 28px;
  text-align: center;
  color: #000;
  font-size: 16px;
  ;
}

.hzbox a {
  margin: 20px auto 0;
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #0066b2;
  text-align: center;
}

#case {
  overflow: hidden;
}

.caseTitle {
  padding: 40px 0 50px;
  width: 100%;
  background: url('../images/bg_case.jpg') top no-repeat;
}

.caseTitle .tyTitle {
  margin: 0;
  padding-bottom: 0 30px;
}

.caseList {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.caseList a {
  overflow: hidden;
  margin-top: 30px;
  flex: 0 0 380px;
  height: 280px;
  position: relative;
  color: #fff;
}

.caseList a img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.caseList a p {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: rgba(0, 0, 0, .5)
}

.caseList a:hover img {
  transform: scale(1.05);
  transform-origin: center center;
}

.more {
  display: block;
  margin: 50px auto 30px;
  box-sizing: border-box;
  width: 130px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #666666 !important;
  border: 1px solid #999999;
}

.more:hover {
  color: #fff !important;
  background-color: #009ce0;
  border: 1px solid #009ce0;
}

