.ad_banner{ width: 100%; min-height: 200px; max-height:300px; color:#fff; text-align:center;}

.cont_bg{background:url(../images/nbg.png) no-repeat center top; position:relative; z-index:99; margin-top:-50px;}

/************** 内页 **************/
.main-title .icon {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  background: url(../images/home.png) no-repeat left;
  float: left;
  margin: 12px 8px 0 0;
}
.main-title span{
	float:right;
	font-size: 13px;
    line-height: 34px;}

.sidebar {
  float: left;
  width: 230px;
  background:#fbfbfb;
  min-height:190px;
  padding-bottom:16px;
  border-bottom:5px solid #354f9c;
}
.sidebar .title {
  height:54px;
  line-height:54px;
  color: #fff;
  margin-bottom:14px;
  background:url(../images/menubg.jpg) no-repeat center top;
  text-indent:26px;
}

.sidebar ul li {
  line-height:20px;  
  font-size:14px;
  margin: 3px 0;
}
.sidebar ul li a {
  padding-left: 0px;
  display: block;
  padding: 10px 10px 10px 30px;
}
.sidebar ul li.cur > a,
.sidebar ul li:hover > a {
  color: #fff;
  background: #f18200 url(../images/icon.png) no-repeat 30px center;
  padding-left:44px;
}
.sidebar ul li .subnav {
  padding: 10px 0 10px 10px;
  font-size: 13px;
  line-height: 32px;
  display: none;
}
.sidebar ul li .subnav a.cur,
.sidebar ul li .subnav a:hover {
  color: #5cc1ce;
}
.sidebar ul li .subnav.cur {
  display: block;
}
.main {
  float: right;
  width: 790px;
}
.main .main-title {
  width:100%;
  font-size: 14px;
  height:43px;
  margin-bottom:20px;
  color: #333;
  border-bottom: #ddd 1px solid;
  color:#888;
  float:left;
  line-height:36px;
}
.article {
  font-size: 14px;
  line-height: 32px;
  float:left;
}


/******************** 在线服务 *******************/
.Nnew_bottom{width:100%; margin-bottom:30px; float:left;}
.Nnew_bottom a{width:100%; height:40px; float:left; border-bottom:dashed 1px #ccc; color:#555; font-size:14px; line-height:40px; background:url(../images/newsicon.jpg) no-repeat 0px 15px; text-indent:14px; margin-bottom:10px;}
.Nnew_bottom a:hover{color:#354f9c;border-bottom:dashed 1px #354f9c; float:left; background:url(../images/newsiconh.jpg) no-repeat 0px 15px;}
.Nnew_bottom span{width:90px; height:40px; float:right;font-size: 12px;}


/********************* 在线服务详情 ******************/
.newsinfo_title{ color:#333;}
.newsinfo_time{height:22px; margin-bottom:16px; color:#aaa; line-height:22px; border-bottom:1px solid #eee; padding-bottom:20px; font-family:Arial;}
.newsinfo_content{ margin-bottom:26px; min-height:200px;}
.newsinfo_a a{ color:#354f9c; font-weight:bold;}
.newsinfo_time img{margin-top: -2px;margin-right: 2px;}


/***************product **************/
.product_list{width:810px; min-height:300px;}
.product_list li{
	width: 250px;
    height: 240px;
    float: left;
    /* border: 1px solid #eaeaea; */
    margin: 0 20px 20px 0;}
.product_list li a{width: 250px;
    height: 240px;
    float: left;
	color:#444;}
.product_list li span{width:250px; height:188px; float:left; overflow:hidden; text-align:center;border-radius: 10px;}
.product_list li span img{ height:188px; max-width:100%;transition-duration: 1000ms; transition-timing-function: ease-out; transform: scale(1, 1);-webkit-transform: scale(1, 1);-webkit-transition-duration: 1000ms;-webkit-transition-timing-function: ease-out;}
.product_list li span:hover img{transform: scale(1.2, 1.2);transition-duration: 1000ms; transition-timing-function: ease-out; -webkit-transform: scale(1.2, 1.2); -webkit-transition-duration: 1000ms; -webkit-transition-timing-function: ease-out;}
.product_list li a p{ width:100%; height:50px; text-align:center; float:left;line-height:50px; text-transform:uppercase; overflow:hidden;}
.product_list li:hover p{ color:#354f9c;}


/************** 产品详情 **************/
.proinfo_bottom{width:100%; margin-bottom:20px;float:left;}
.proinfo_img{width:460px; min-height:300px; float:left; overflow:hidden;}
.proinfo_img img{width:460px; float:left; overflow:hidden; border:1px solid #e7e7e7;}
.proinfo_right{width:320px; float:right; min-height:326px; overflow:hidden;margin-bottom:26px; line-height:24px;font-family:"微软雅黑"; color:#333; font-size:14px;}
.bussinfo_bottom{width:100%; min-height:320px; float:left;}




/*------------荣誉列表列表-------------*/ 
/***************honor **************/
.list-honor {
  width:828px;
}
.list-honor li {
  float: left;
  background: #fff;
  width: 256px;
  margin-right: 20px;
  margin-bottom: 32px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.list-honor li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.list-honor li .img-md {
  height: 183px;
  text-align:center;
}
.list-honor li h3 {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin-bottom: 4px;
  height: 28px;
  overflow: hidden;
}
.img-md img {
  width: 95%;
  max-height: 95%;
  margin: 2%;
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*弹出层*/
.mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
}
.mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
}
.mask-main {
  width: 600px;
  height: 500px;
  position: absolute;
  top: 60%;
  margin-top: -300px;
  left: 71%;
  margin-left: -600px;
}
.mask-img {
  width: 100%;
  height: auto;
}
.mask-img .img-md {
  max-width: 100%;
  max-height: 100%;
}
.mask-main p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin-top: 20px;
}
.mask-pager li {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%;
  width: 20%;
}
.mask-pager .prev {
  left: 10%;
  background: url(../images/mask-l.png) no-repeat center;
}
.mask-pager .next {
  right: 10%;
  background: url(../images/mask-r.png) no-repeat center;
}
.mask-close {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 8%;
  top: 6%;
  cursor: pointer;
  background: url(../images/mask-c.png) no-repeat center center;
}

/************** *******************/
.NR_news{width:790px; float:left; margin-top:20px; margin-bottom: 20px;}
.in_bottom{width:100%; height:160px; margin-bottom:30px;overflow:hidden; float:left; color:#333; font-size:14px; line-height:24px;}
.in_bottom:hover{ cursor:pointer; color:#354f9c;}
.in_time{width:260px; height:160px; float:left;overflow:hidden;transition-duration: 1000ms; transition-timing-function: ease-out; transform: scale(1, 1);-webkit-transform: scale(1, 1);-webkit-transition-duration: 1000ms;-webkit-transition-timing-function: ease-out;}
.in_bottom:hover img{width:260px;transform: scale(1.2, 1.2);transition-duration: 1000ms; transition-timing-function: ease-out; -webkit-transform: scale(1.2, 1.2); -webkit-transition-duration: 1000ms; -webkit-transition-timing-function: ease-out;}

.in_right{width:510px; height:160px; float:right;}
.in_right b{width:100%; height:40px; float:left;font-size:16px; line-height:40px; overflow:hidden; font-weight: normal;}
.in_right p{width:100%; height:48px; float:left; font-size:13px; color:#888; overflow:hidden; margin-top:14px;}
.in_right span{width:100%; float:left; font-family: Arial; color:#aaa; overflow:hidden; background:url(../images/time.png) no-repeat left center;text-indent:20px; margin-top:30px;}



/************* message *****************/
.message{width:790px; float:left;margin-bottom: 20px;}
.button_1{width:74px; height:28px; float:left; border:none; cursor:pointer; background:#354f9c; color:#FFF; font-size:14px;line-height:26px; margin-left:10px;}
.input_02{width:336px; height:30px; background:#fff;border: 1px solid #e2e2e2; text-indent:12px;margin-left: 6px;}


/**********************开始返回顶部*****************/
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
/*.go-top .go:hover{background-position: 0 -250px;}*/
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback span{ border:#354f9c dotted 1px; top:0; display:none; background:#354f9c; height:45px; line-height:45px; position:absolute; text-align:center; right:50px; width:150px; color:#fff; font-size:14px; font-weight:bold;}
/*.go-top .feedback:hover{background-position: 0 -300px;}*/
.go-top .uc-2vm{background-position: 0 0;}
/*.go-top .uc-2vm:hover{background-position: 0 -350px;}*/
.go-top .feedback01{background-position: 0 -49px;}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop{
	position: absolute;right: 60px;top: -100px;
	width: 187px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin:4px 10px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}
.logo-2wm-box img{ margin:0 6px 6px 6px;}
/**********************结束返回顶部*****************/