.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 20px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 20px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.slideBox .hd ul li {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #000;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  height: auto;
  display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
div.IndexTitle {
  text-align: center;
}
div.IndexTitle h3 {
  font-size: 24px;
  color: #333;
}
div.IndexTitle p {
  font-size: 14px;
  color: #999;
  padding: 7px 0;
}
div.IndexTitle p b {
  display: inline-block;
  border-top: 1px solid #999;
  margin: 10px;
  width: 15px;
  vertical-align: top;
}
.IndexBusiness {
  padding: 50px 0 20px;
}
.IndexBusiness div.content {
  width: 1200px;
  margin: 20px auto;
}
.IndexBusiness div.content > img {
  width: 50%;
  vertical-align: top;
}
.IndexBusiness div.content div.in_block {
  width: 49%;
}
.IndexBusiness div.content div.in_block > div img {
  width: 120px;
}
.IndexBusiness div.content div.in_block > div div.rt {
  width: 60%;
  margin-right: 15%;
}
.IndexBusiness div.content div.in_block > div div.rt h3 {
  font-size: 16px;
  color: #333;
  margin-top: 45px;
  margin-bottom: 10px;
}
div.mores {
  text-align: center;
  padding: 20px 0;
}
div.TndexTitle {
  padding: 20px 0;
}
div.TndexTitle h3.h3 {
  font-size: 24px;
  color: #333;
}
div.TndexTitle span {
  color: #999;
  font-size: 14px;
}
.IndexPro {
  background-color: #eee;
  padding: 70px 0 50px;
}
.IndexPro .contents {
  text-align: center;
  padding: 20px 0;
}
.IndexPro .contents span {
  padding: 8px 20px;
  border: 1px solid #999;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
}
.IndexPro .contents span:hover,
.IndexPro .contents span.actives {
  background-color: #f06522;
  color: #FFF;
  border-color: #f06522;
}
.IndexPro div.IndexProList {
  padding: 0 0 50px;
  position: relative;
  height: 330px;
}
.IndexPro div.IndexProList > div {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
}
.IndexPro div.IndexProList > div:first-child {
  opacity: 1;
  z-index: 10;
}
.scrolllist {
  width: 95%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
  min-width: 1200px;
}
.picScroll-left {
  width: 450px;
  overflow: hidden;
  position: relative;
}
.picScroll-left .hd {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 30%;
  z-index: 100;
  cursor: pointer;
}
.picScroll-left .hd:hover a {
  background-color: #f06522;
}
.picScroll-left .hd a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  background: #3b65c7 url(../images/arrowleft.png) no-repeat center center;
}
.picScroll-left .rights {
  right: 0;
}
.picScroll-left .rights > a {
  background-image: url(../images/arrowright.png);
}
.picScroll-left .lefts {
  left: 0;
}
.picScroll-left .bd {
  margin-left: 36px;
}
/*padding:10px; */
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 232px;
  padding: 5px;
  margin: 0 20px;
  margin-top: 5px;
}
.picScroll-left .bd ul li:hover {
  box-shadow: 0px 1px 5px #ccc;
}
.picScroll-left .bd ul li:hover p.content {
  background-color: #f06522;
}
.picScroll-left .bd ul li .pic {
  text-align: center;
}
.picScroll-left .bd ul li .pic img {
  width: 232px;
  height: 210px;
  display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.picScroll-left .bd ul li p.content {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-top: -5px;
  background: #3b65c7;
}
.picScroll-left .bd ul li p.content a {
  display: inline-block;
  margin-top: 10px;
  width: 70%;
  margin-left: 5%;
  color: #fff;
}
.scrolllist .imglist_w ul li p a.more {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #FFF;
  line-height: 20px;
  font-size: 24px;
}
.picScroll-left .bd ul li .title {
  line-height: 24px;
}
.IndexAbout {
  padding: 50px 0;
  width: 1200px;
  margin: 15px auto;
}
.IndexAbout > p {
  margin: 25px auto;
  width: 76%;
  text-align: center;
}
.IndexAbout div.mores {
  margin-top: 40px;
}
.IndexAbout img {
  max-width: 100%;
}
.IndexPartner {
  background: #fbf9f5;
  padding: 25px 0 60px;
}
.IndexPartner div.TndexTitle a {
  font-size: 12px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 5px 25px;
  float: right;
}
.IndexPartner div.block div.list {
  margin-top: 20px;
  text-align: center;
}
.IndexPartner div.block div.list img {
  width: 194px;
  height: 146px;
  border: 1px solid #ccc;
  border-right: 0;
  margin-left: -3px;
}
.IndexPartner div.block div.list > a:last-child img {
  border-right: 1px solid #ccc;
}
.IndexNews {
  background: url("../images/bg_03.jpg") no-repeat;
  min-height: 500px;
}
.IndexNews .TndexTitle {
  padding: 70px 0 60px 0;
}
.IndexNews .TndexTitle h3 a {
  font-size: 12px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 5px 25px;
  float: right;
  margin-right: 10px;
}
.IndexNews .TndexTitle h3 a.actives,
.IndexNews .TndexTitle h3 a:hover {
  color: #3b65c7;
}
.IndexNews div.Newslist div.list {
  width: 48%;
  margin-right: 1.7%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.IndexNews div.Newslist div.list > a img {
  width: 266px;
  height: 176px;
}
.IndexNews div.Newslist div.list > div {
  float: right;
  display: inline-block;
  width: 49%;
  text-align: left;
}
.IndexNews div.Newslist div.list > div a.h3 {
  display: block;
  height: 20px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}
.IndexNews div.Newslist div.list > div span {
  font-size: 12px;
  color: #999;
}
.IndexNews div.Newslist div.list > div p {
  color: #999;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
  height: 103px;
  overflow: hidden;
}
.IndexNews div.Newslist {
  height: 422px;
}
.IndexNews div.Newslist > div {
  display: none;
}
.IndexNews div.Newslist > div:first-child {
  display: block;
}
.IndexNews div.mores {
  padding: 35px 0;
}
.banners {
  position: relative;
  background: #f8f8f8;
}
.banners > img {
  max-width: 100%;
  height: 395px;
}
.banners div.banDiv {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 90px;
  color: #fff;
  margin-top: -23px;
}
.banners div.banDiv h3 {
  font-size: 40px;
  height: 45px;
  line-height: 45px;
}
.banners div.banDiv p {
  font-size: 24px;
}
.PosNav {
  background: #f8f8f8;
  border-bottom: 1px solid #ededed;
  height: 45px;
}
.PosNav > div.block {
  text-align: right;
}
.PosNav > div.block span,
.PosNav > div.block a {
  display: inline-block;
  line-height: 40px;
}
.Contents .ContentsNav {
  border-bottom: 1px solid #e2e2e2;
}
.Contents .ContentsNav span {
  display: inline-block;
  cursor: pointer;
  padding: 15px 25px;
  font-size: 14px;
}
.Contents .ContentsNav span:hover,
.Contents .ContentsNav span.hover {
  color: #4466c0;
}
.Contents .ConDiv {
  padding-top: 40px;
  padding-bottom: 80px;
}
.Contents .ConDiv > div {
  display: none;
  min-height: 500px;
}
.Contents .ConDiv > div:first-child {
  display: block;
}
.AboutUs > h3 {
  font-size: 22px;
  text-align: center;
  color: #333;
  height: 25px;
}
.AboutUs > p.p {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.AboutUs > div.p {
  margin-top: 50px;
}
.AboutUs > div.p > div.rt {
  width: 52%;
}
.AboutUs > div.p p.textp {
  font-size: 13px;
  text-indent: 25px;
  line-height: 28px;
  margin-top: 20px;
}
.ComProcess > ul li {
  border-top: 1px  dashed #c1c1c1;
  padding: 20px 0;
}
.ComProcess > ul li span {
  font-size: 14px;
  display: inline-block;
}
.ComProcess > ul li span b {
  font-size: 24px;
}
.ComProcess > ul li a {
  display: inline-block;
  background: url("../images/chainming.png") no-repeat center center;
  width: 22px;
  height: 5px;
  margin: 0 50px 0 20px;
}
.ComProcess > ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 80%;
  line-height: 25px;
}
.ComProcess > ul li:last-child {
  border-bottom: 1px dashed #c1c1c1;
}
.Authentication div.section {
  text-align: center;
  background: url("../images/bgs.jpg") repeat-x center 99%;
  padding-bottom: 50px;
}
.Authentication div.section div.thumbnail {
  display: inline-block;
  margin: 10px 15px;
}
.Authentication div.section div.thumbnail > a > img {
  width: 224px;
  height: 300px;
}
.Authentication div.section div.thumbnail p {
  font-size: 14px;
  line-height: 60px;
  width: 224px;
  height: 50px;
  overflow: hidden;
}
.productBanner > div.banDiv > h3 {
  text-align: center;
}
.ProductCenter {
  padding: 40px 0 50px;
}
.ProductCenter .ProductLeft {
  display: inline-block;
  width: 70%;
  text-align: left;
}
.ProductCenter .ProductLeft>div.p:first-child{display:block;}
.ProductCenter .ProductLeft>div.p{display:none;}
.ProductCenter .ProductLeft dl {
  display: inline-block;
  text-align: left;
  margin-right: 23px;
  margin-bottom: 25px;
}
/*-------------*/

/*---------------*/
.ProductCenter .ProductLeft dl dt {
  height: 195px;
}
.ProductCenter .ProductLeft dl dt img {
  width: 370px;
  height: 195px;
}
.ProductCenter .ProductLeft dl dd {
  padding: 15px 0;
  border-bottom:1px #ccc solid;
}
.ProductCenter .ProductLeft dl dd > a {
  display: inline-block;
  margin-left: 15px;
  width: 90%;
}
.ProductCenter .ProductLeft dl dd > a span {
  font-size: 14px;
  display: inline-block;
}
.ProductCenter .ProductLeft dl dd > a p {
  font-size: 12px;
  color: #999;
  display: inline-block;
}
.ProductCenter .ProductLeft dl dd > a > b {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  border-radius: 100%;
  color: #FFF;
  border: 2px solid #fff;
  margin-top: -17px;
  text-align: center;
}
.ProductCenter .ProductLeft dl:hover dd {
  background: #4466c0;
}
.ProductCenter .ProductLeft dl:hover dd a,
.ProductCenter .ProductLeft dl:hover dd p {
  color: #fff;
}
.ProductCenter .ProductRight {
  display: inline-block;
  width: 23%;
  margin-left: 2%;
}
.ProductCenter .ProductRight > h3 {
  font-size: 24px;
  color: #333;
  padding: 10px 0  20px 0;
}
.ProductCenter .ProductRight > h3 span {
  color: #999;
  font-size: 12px;
  margin-left: 15px;
}
.ProductCenter .ProductRight > ul.ClassA > li {
  cursor: pointer;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid transparent;
  padding: 15px 5px;
}
.ProductCenter .ProductRight > ul.ClassA > li > a {
  display: inline-block;
  font-size: 13px;
  width: 76%;
}
.ProductCenter .ProductRight > ul.ClassA > li > span,
.ProductCenter .ProductRight > ul.ClassA > li > b {
  display: inline-block;
  color: #4466c0;
  font-size: 20px;
  opacity: 0;
  transition: opacity .3s;
  -moz-transition: opacity .3s;
  /* Firefox 4 */
  -webkit-transition: opacity .35s;
  /* Safari 和 Chrome */
  -o-transition: opacity .3s;
  /* Opera */
}
.ProductCenter .ProductRight > ul.ClassA > li > b {
  float: right;
  margin-right: 15px;
}
.ProductCenter .ProductRight > ul.ClassA > li > span {
  background: #4466c0;
  width: 3px;
  height: 15px;
  margin-right: 20px;
  vertical-align: middle;
}
.ProductCenter .ProductRight > ul.ClassA > li:last-child {
  border-bottom-color: #ebebeb;
}
.ProductCenter .ProductRight > ul.ClassA > li:hover,
.ProductCenter .ProductRight > ul.ClassA > li.hover{
  color: #4466c0;
  border-bottom-color: #ebebeb;
}
.ProductCenter .ProductRight > ul.ClassA > li.hover>a{
  color: #4466c0;
}
.ProductCenter .ProductRight > ul.ClassA > li:hover > span,
.ProductCenter .ProductRight > ul.ClassA > li.hover > span,
.ProductCenter .ProductRight > ul.ClassA > li:hover > b,
.ProductCenter .ProductRight > ul.ClassA > li.hover > b {
  opacity: 1;
}

.ProductCenter .ProductRight > ul.ClassA ul.ClassB {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  display: none;
}
.ProductCenter .ProductRight > ul.ClassA > li.hover>ul.ClassB{display:block;}
.ProductCenter .ProductRight > ul.ClassA ul.ClassB li {
  margin: 5px 0;
}
.ProductCenter .ProductRight > ul.ClassA ul.ClassB li a {
  font-size: 13px;
  color: #999;
}
.ProductCenter .ProductRight > ul.ClassA ul.ClassB li a:hover {
  color: #4466c0;
}
.ProductCenter .ProductRight > ul.ClassA > ul.ClassBB {
  display: block;
}
.ProductCenter .ProductRight > ul.ClassA > ul:nth-child(2) {
  display: block;
}
.other_page {
  margin: 0 auto;
  height: 30px;
  text-align: center;
  margin-top: 40px;
}
.other_page a,
.other_page span.pre {
  padding: 7px 17px;
  border: 1px solid #CCC;
  background: #FFF;
  margin-left: -5px;
}
.other_page a:hover,
.other_page a.hover {
  background-color: #0369c9;
  color: #fff;
  border-color: #0369c9;
}
.other_page a:first-child,
.other_page span.pre:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.other_page a:last-child,
.other_page span.pre:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.other_page span.pre {
  cursor: pointer;
  display: inline-block;
  padding: 4.5px 15px;
}
.ProductDetail {
  padding: 40px 0;
}
.ProductDetail div.DetailTop {
  background: #f4f4f4;
  height: 340px;
}
.ProductDetail div.DetailTop .ProductContent{width:1200px;}
.ProductDetail div.DetailTop .ProductContent .zoom {
  display: inline-block;
  cursor: pointer;
  z-index: 100;
}
.ProductDetail div.DetailTop .ProductContent .zoom img {
  display: block;
  width: 710px;
  height: 340px;
}
.ProductDetail div.DetailTop .ProductContent .zoom img::selection {
  background-color: transparent;
}
.ProductDetail div.DetailTop .ProductContent .zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}
.ProductDetail div.DetailTop .ProductContent .picScroll-top {
  background: #fff;
  margin: 0 auto;
  vertical-align: top;
  margin-left: -3px;
  width: 120px;
  height: 340px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 66px #ccc;
}
.ProductDetail div.DetailTop .ProductContent .picScroll-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.ProductDetail div.DetailTop .ProductContent .picScroll-top .bd ul li {
  text-align: center;
  zoom: 1;
}
.ProductDetail div.DetailTop .ProductContent .picScroll-top .bd ul li .pic {
  text-align: center;
}
.ProductDetail div.DetailTop .ProductContent .picScroll-top .bd ul li .pic img {
  width: 80px;
  height: 50px;
  display: block;
  margin: 10px auto;
  border: 2px solid transparent;
}
.ProductDetail div.DetailTop .ProductContent .picScroll-top .bd ul li .pic a:hover img,
.ProductDetail div.DetailTop .ProductContent .picScroll-top .bd ul li .pic a img.selects {
  border-color: #0072d4;
}
.ProductDetail div.DetailTop .ProductContent .picScroll-top .bd ul li .title {
  line-height: 24px;
}
.ProductDetail div.DetailTop .ProductContent div.rt {
  width: 27%;
  background: #f4f4f4;
}
.ProductDetail div.DetailTop .ProductContent div.rt h3 {
  font-size: 18px;
  color: #333;
  height: 30px;
  margin-top: 45px;
}
.ProductDetail div.DetailTop .ProductContent div.rt p.detail {
  font-size: 13px;
  line-height: 24px;
  height: 211px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 90%;
}
.ProductDetail div.DetailTop .ProDeInfo {
  padding-bottom: 50px;
}
.ProductDetail div.DetailTop .ProDeInfo > ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0 50px;
  height: 55px;
  line-height: 45px;
  font-size: 14px;
  background: url("../images/hovers2.png") no-repeat center center;
  color: #fff;
  cursor: pointer;
}
.ProductDetail div.DetailTop .ProDeInfo > ul > li:hover,
.ProductDetail div.DetailTop .ProDeInfo > ul li.hover {
  background-image: url("../images/hovers.png");
}
.ProductDetail div.DetailTop .ProDeInfo > .ProDeInfoDiv > div:first-child {
  display: block;
}
.ProductDetail div.DetailTop .ProDeInfo > .ProDeInfoDiv > div {
  width: 95%;
  margin-left: 1.5%;
  margin-top: 25px;
  display: none;
}
.ProductDetail div.DetailInfo {
  margin: 80px 0;
  min-height: 150px;
  padding: 25px 0;
  border-top: 1px dashed #d3d3d3;
  border-bottom: 1px dashed #d3d3d3;
}
.CenterNew .other_page {
  text-align: left;
}
.NewList {
  margin-bottom: 25px;
}
.NewList > a img {
  width: 300px;
  height: 180px;
}
.NewList > div.in_block {
  margin-top: 20px;
}
.NewList > div.in_block:nth-child(2) {
  color: #999;
  text-align: right;
  width: 8%;
  padding-right: 2%;
  border-left: 1px solid #d9d9d9;
}
.NewList > div.in_block:nth-child(2) h3 {
  font-size: 23px;
  height: 25px;
}
.NewList > div.in_block:nth-child(2) span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  height: 20px;
}
.NewList > div.in_block:nth-child(2) a {
  display: inline-block;
  margin-top: 10px;
}
.NewList > div.in_block:nth-child(3) {
  width: 50%;
  margin-right: 12%;
}
.NewList > div.in_block:nth-child(3) > a.h3 {
  display: block;
  height: 30px;
  color: #333;
  font-size: 16px;
}
.NewList > div.in_block:nth-child(3) a.h3:hover {
  color: #4466c0;
}
.NewList > div.in_block:nth-child(3) > p {
  color: #999;
  font-size: 13px;
  height: 102px;
  overflow: hidden;
  line-height: 27px;
}
.NewsDetail {
  padding: 40px 0;
  padding-bottom: 120px;
}
.NewsDetail > .title {
  width: 335px;
  vertical-align: top;
}
.NewsDetail > .title span.h3 {
  font-size: 18px;
  color: #333;
  height: 21px;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.NewsDetail > .title p {
  font-size: 12px;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  color: #999;
}
.NewsDetail > .Content {
  margin-left: 30px;
  width: 67%;
  min-height: 50px;
  word-wrap: break-word;
}
.CooList {
  text-align: left;
}
.CooList > a {
  display: inline-block;
  width: 224px;
  height: 114px;
  vertical-align: middle;
  margin: 10px 4px;
  border: 1px solid #dedede;
}
.CooList > a img {
  width: 224px;
  height: 114px;
}
.CooList > a:hover {
  border-color: #496ac2;
}
.ServiceIntro {
  width: 1200px;
  margin: 60px auto 100px;
}
.ServiceIntro .AboutUs2 {
  margin: 0 auto;
  margin-top: 30px;
  min-height: 400px;
  padding-bottom: 20px;
}
.ServiceIntro .AboutUs2 > div.lf {
  width: 80%;
}
.ServiceIntro .AboutUs2 > div.lf > div.AboutUs2Div {
  margin-bottom: 10px;
}
.ServiceIntro .AboutUs2 > div.lf > div.AboutUs2Div span {
  height: 30px;
  display: inline-block;
  width: 22%;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #000;
}
.ServiceIntro .AboutUs2 > div.lf > div.AboutUs2Div span:last-child {
  width: 10%;
}
.ServiceIntro .AboutUs2 > div.lf > div.AboutUs2List {
  border: 1px solid transparent;
  margin: 15px 0;
}
.ServiceIntro .AboutUs2 > div.lf > div.actives {
  border-color: #dddddd;
}
.ServiceIntro .AboutUs2 > div.lf > .actives > div.a {
  background: #f5f5f5;
  border: none;
}
.ServiceIntro .AboutUs2 > div.lf > .AboutUs2List > div.a {
  border-bottom: 1px solid  #dddddd;
}
.ServiceIntro .AboutUs2 > div.lf > .AboutUs2List > div.a span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 22%;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
.ServiceIntro .AboutUs2 > div.lf > .AboutUs2List > div.a > a {
  cursor: pointer;
  width: 9%;
  height: 30px;
  margin-bottom: -11px;
  display: inline-block;
  background: url("../images/bottom.png") no-repeat center center;
}
.ServiceIntro .AboutUs2 > div.lf > .AboutUs2List > div.b {
  margin: 0 auto;
  margin-top: 10px;
  width: 90%;
  padding: 15px 0;
  display: none;
}
.ServiceIntro .AboutUs2 > div.lf > .AboutUs2List > div.b > a {
  padding: 10px 30px;
  color: #FFF;
  background: #0d7ee8;
  display: inline-block;
  margin: 30px 0 10px 0;
}
.ServiceIntro .AboutUs2 > div.rt {
  width: 18%;
}
.ServiceIntro .AboutUs2 > div.rt > p {
  font-size: 18px;
  color: #0d7ee8;
  height: 28px;
  text-align: center;
}
.ServiceIntro .AboutUs2 > div.rt > ul {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.ServiceIntro .AboutUs2 > div.rt > ul li {
  cursor: pointer;
}
.ServiceIntro .AboutUs2 .AboutUs22 {
  margin: 0 auto;
  margin-top: 30px;
  min-height: 400px;
  width: 95%;
}
.ServiceIntro .AboutUs2 .AboutUs22 > div {
  padding-bottom: 10px;
  font-size: 14px;
  margin: 10px 0;
}
.ServiceIntro .AboutUs2 .AboutUs22 > div > span {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.ServiceIntro .AboutUs2 .AboutUs22 > div > input {
  border: 1px solid #dcdfe0;
  width: 350px;
  padding-left: 15px;
  height: 35px;
}
.ServiceIntro .AboutUs2 .AboutUs22 > div > select {
  border: 1px solid #dcdfe0;
  color: #666;
  padding: 5px 20px;
  width: 350px;
}
.ServiceIntro .AboutUs2 .AboutUs22 > div > span.p {
  width: 150px;
}
.ServiceIntro .AboutUs2 .AboutUs22 > div > span.p > input {
  margin-right: 5px;
  font-size: 14px;
}
.ServiceIntro .AboutUs2 .AboutUs22 > div.files input {
  border: none;
  color: #666;
}
.ServiceIntro .AboutUs2 .AboutUs22 > div > textarea {
  resize: none;
  width: 365px;
  border: 1px solid #dcdfe0;
  height: 200px;
}
.ServiceIntro .AboutUs2 .AboutUs22 > a {
  display: inline-block;
  margin-left: 100px;
  padding: 10px 35px;
  background: #0d7ee8;
  color: #FFF;
  font-size: 14px;
}
.ServiceIntro .RecruitDetail {
  margin: 0 auto;
  margin-top: 30px;
  min-height: 400px;
  width: 1200px;
}
.ServiceIntro .RecruitDetail > div {
  padding-bottom: 10px;
  font-size: 14px;
  margin: 10px 0;
}
.ServiceIntro .RecruitDetail > div > span {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.ServiceIntro .RecruitDetail > div > input {
  border: 1px solid #dcdfe0;
  width: 350px;
  padding-left: 15px;
  height: 35px;
}
.ServiceIntro .RecruitDetail > div > select {
  border: 1px solid #dcdfe0;
  color: #666;
  padding: 5px 20px;
  width: 350px;
}
.ServiceIntro .RecruitDetail > div > span.p {
  width: 150px;
}
.ServiceIntro .RecruitDetail > div > span.p > input {
  margin-right: 5px;
  font-size: 14px;
}
.ServiceIntro .RecruitDetail > div.files input {
  border: none;
  color: #666;
}
.ServiceIntro .RecruitDetail > div > textarea {
  resize: none;
  width: 365px;
  border: 1px solid #dcdfe0;
  height: 200px;
}
.ServiceIntro .RecruitDetail > a {
  display: inline-block;
  margin-left: 100px;
  padding: 10px 35px;
  background: #0d7ee8;
  color: #FFF;
  font-size: 14px;
}
.ServiceIntro .RecruitDetail {
  margin: 0 auto;
  margin-top: 30px;
  min-height: 400px;
  width: 1200px;
}
.ServiceIntro .RecruitDetail > div {
  padding-bottom: 10px;
  font-size: 14px;
  margin: 10px 0;
}
.ServiceIntro .RecruitDetail > div > span {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.ServiceIntro .RecruitDetail > div > input {
  border: 1px solid #dcdfe0;
  width: 350px;
  padding-left: 15px;
  height: 35px;
}
.ServiceIntro .RecruitDetail > div > select {
  border: 1px solid #dcdfe0;
  color: #666;
  padding: 5px 20px;
  width: 350px;
}
.ServiceIntro .RecruitDetail > div > span.p {
  width: 150px;
}
.ServiceIntro .RecruitDetail > div > span.p > input {
  margin-right: 5px;
  font-size: 14px;
}
.ServiceIntro .RecruitDetail > div.files input {
  border: none;
  color: #666;
}
.ServiceIntro .RecruitDetail > div > textarea {
  resize: none;
  width: 365px;
  border: 1px solid #dcdfe0;
  height: 200px;
}
.ServiceIntro .RecruitDetail > a {
  display: inline-block;
  margin-left: 100px;
  padding: 10px 35px;
  background: #0d7ee8;
  color: #FFF;
  font-size: 14px;
}
.ContactUs {
  padding: 80px 0 70px;
  min-height: 420px;
}
.ContactUs div.in_block {
  width: 49%;
  vertical-align: top;
}
.ContactUs div.ConInfo {
  padding-top: 30px;
}
.ContactUs div.ConInfo h3 {
  font-size: 16px;
}
.ContactUs div.ConInfo span {
  font-size: 12px;
  color: #999;
}
.ContactUs div.ConInfo p.kk {
  margin-top: 20px;
}
.ContactUs div.ConInfo p {
  line-height: 26px;
  font-size: 13px;
}
                   /*-------分页选中样式----------*/
.current{
	padding: 7px 17px;
    border: 1px solid #CCC;
    background: #0369c9;
    margin-left: -5px;
	color:#fff;
}				   
				   
				   