@charset "utf-8";
/************通用头部**********/
* {
  margin: 0;
  padding: 0;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
input,
select {
  font-size: 14px;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style: none;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #4E667B;
}
a:active {
  text-decoration: none;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  font-size: 14px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
}
input::-webkit-input-placeholder {
  font-size: 12px;
  color: #a4a4a4;
}
input::-ms-input-placeholder {
  font-size: 12px;
  color: #a4a4a4;
}
/*step-1  header*/
.header {
  width: 100%;
  height: 208px;
  background: url("../images/hbg.jpg") no-repeat top;
}
.header .header-bar {
  width: 1200px;
  height: 37px;
  line-height: 37px;
  margin: 0 auto;
}
.header .header-bar span {
  display: block;
  float: left;
  font-size: 12px;
  color: #525252;
}
.header .header-bar ul {
  float: right;
}
.header .header-bar ul li {
  float: left;
  font-size: 12px;
  color: #000 ;
  position: relative;
}
.header .header-bar ul li a {
  font-size: 12px;
  color: #000;
  padding: 0 12px;
}
.header .header-bar ul li.wapp b {
  display: none;
  width: 100px;
  height: 100px;
  background: url("../images/android.jpg") no-repeat center;
  position: absolute;
  top: 37px;
  left: 0;
  margin: 0;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 9999;
}
.header .header-bar ul li.wapp:hover b {
  display: block;
}
.header .header-bar ul li.ios-app b {
  display: none;
  width: 100px;
  height: 100px;
  background: url("../images/ios.jpg") no-repeat center;
  position: absolute;
  top: 37px;
  left: 0;
  margin: 0;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 9999;
}
.header .header-bar ul li.ios-app:hover b {
  display: block;
}


.header .header-list {
  width: 1200px;
  height: 113px;
  margin: 0 auto;
}
.header .header-list .logo {
  float: left;
  width: 480px;
  height: 113px;
  background: url("../images/logo.png") no-repeat left center;
}
.header .header-list .logo a {
  display: block;
  width: 480px;
  height: 113px;
}
.header .header-list .tel {
  float: right;
  width: 310px;
  height: 113px;
  background: url("../images/tel.png") no-repeat center;
}
.header .header-list .search {
  float: right;
  width: 221px;
  height: 113px;
}
.header .menu {
  width: 100%;
  height: 58px;
  background: #124AA2;
}
/**/
.transport {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  background: url("../images/transport.png") repeat;
}
.transport::before {
  content: '';
  display: table;
}
.transport .transport-swf {
  width: 1200px;
  height: 125px;
  margin: 25px auto 18px auto;
  overflow: hidden;
  position: relative;
}

.transport .transport-swf .imgList {
  width: 2400px;
  position: absolute;
  z-index: 5;
}
.transport .transport-swf .imgList li {
  width: 1200px;
  height: 125px;
  float: left;
}

.transport .transport-swf .imgList li a{
    display:block;
	width: 1200px;
    height: 125px;;
}

.transport .transport-swf .imgList > li {
  width: 1200px;
  height: 125px;
  float: left;
}
.transport .transport-swf .dollList {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 10;
}
.transport .transport-swf .dollList li {
  float: left;
  width: 12px;
  height: 12px;
  background: #676769;
  line-height: 12px;
  margin: 0 2px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.transport .transport-swf .dollList li.cur {
  background: #FE7B16;
}
.transport .public-transport {
  width: 1200px;
  height: 410px;
  background: #FEFEFE;
  margin: 0 auto;
}
.transport .public-transport .transport-dynamics {
  float: left;
  width: 860px;
}
.transport .public-transport .transport-dynamics .hLine {
  width: 860px;
  border-top: 3px solid #033E7C;
  margin: 30px 10px 0 10px;
}
.transport .public-transport .transport-dynamics .transport-head {
  width: 860px;
  height: 55px;
  line-height: 55px;
  background: #F5F5F5;
  margin: 10px;
}
.transport .public-transport .transport-dynamics .transport-head .transport-name {
  float: left;
  height: 55px;
  line-height: 55px;
  background: url("../images/pt.png") no-repeat 12px center;
  text-indent: 65px;
}
.transport .public-transport .transport-dynamics .transport-head .transport-name span {
  font-size: 28px;
  color: #ff8000;
  font-weight: bold;
}
.transport .public-transport .transport-dynamics .transport-head .transport-name b {
  font-size: 24px;
  color: #ff8000;
}
.transport .public-transport .transport-dynamics .transport-head a {
  display: block;
  float: right;
  font-size: 12px;
  color: #2b2a29;
  margin-right: 15px;
}
.transport .public-transport .transport-dynamics .transport-list {
  width: 840px;
  height: 240px;
  margin: 20px;
}
.transport .public-transport .transport-dynamics .transport-list .transport-scroll {
  float: left;
  width: 360px;
  height: 240px;
  margin-top: 10px;
}
.transport .public-transport .transport-dynamics .transport-list .transport-title {
  float: right;
  width: 450px;
  margin: 0 auto;
}
.transport .public-transport .lose-video {
  float: right;
  width: 290px;
  margin: 30px 10px 0 0;
}
.transport .public-transport .lose-video .lose {
  width: 290px;
  height: 100px;
  margin-bottom: 10px;
}
.transport .public-transport .lose-video .lose img {
  display: block;
  width: 290px;
  height: 100px;
}
.transport .public-transport .lose-video .lose span {
  display: none;
}
.transport .public-transport .lose-video .videoSwf {
  width: 290px;
  height: 230px;
}
.transport .public-transport .lose-video .videoSwf .videoSwf-head {
  width: 290px;
  height: 30px;
  line-height: 30px;
  margin: 5px auto;
}
.transport .public-transport .lose-video .videoSwf .videoSwf-head span {
  display: block;
  float: left;
  font-size: 14px;
  color: #ff8000;
}
.transport .public-transport .lose-video .videoSwf .videoSwf-head a {
  display: block;
  float: right;
  font-size: 12px;
  color: #2b2a29;
}
.bus-way {
  width: 100%;
  height: 227px;
  background: url("../images/way.jpg") no-repeat center;
}
.bus-way ul {
  width: 1200px;
  height: 227px;
  margin: 0 auto;
}
.bus-way ul li {
  float: left;
  width: 173px;
  height: 173px;
  margin: 27px 0;
}
.bus-way ul li a {
  display: block;
  width: 173px;
  height: 173px;
}
.bus-way ul li.ick {
  background: url("../images/ick.png") no-repeat 0 0;
}
.bus-way ul li.ick:hover {
  background: url("../images/ick.png") no-repeat 0 -173px;
}
.bus-way ul li.lineWay {
  background: url("../images/lineWay.png") no-repeat 0 0;
  margin-left: 82px;
}
.bus-way ul li.lineWay:hover {
  background: url("../images/lineWay.png") no-repeat 0 -173px;
}
.bus-way ul li.lineSearch {
  background: url("../images/lineSearch.png") no-repeat 0 0;
  margin: 27px 85px;
}
.bus-way ul li.lineSearch:hover {
  background: url("../images/lineSearch.png") no-repeat 0 -173px;
}
.bus-way ul li.Customized {
  background: url("../images/Customized.png") no-repeat 0 0;
  margin-right: 82px;
}
.bus-way ul li.Customized:hover {
  background: url("../images/Customized.png") no-repeat 0 -173px;
}
.bus-way ul li.advance {
  background: url("../images/advance.png") no-repeat 0 0;
}
.bus-way ul li.advance:hover {
  background: url("../images/advance.png") no-repeat 0 -173px;
}
.bus-way ul li:hover {
  transition: all .3s;
}
.service-people-heuristics {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url("../images/transport.png") repeat;
  padding-bottom: 5px;
}
.service-people-heuristics::before {
  content: '';
  display: table;
}
.service-people {
  width: 1200px;
  height: 310px;
  margin: 35px auto;
}
.service-people::before {
  content: '';
  display: table;
}
.service-people .service {
  float: left;
  width: 450px;
  height: 310px;
  background: #FEFEFE;
}
.service-people .service .service-head {
  width: 390px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  background: url("../images/service.png") no-repeat left center;
  text-indent: 45px;
  margin: 20px 30px;
}
.service-people .service .service-head span {
  display: block;
  float: left;
  font-size: 22px;
  color: #ff8000;
  font-weight: bold;
}
.service-people .service .service-head a {
  display: block;
  float: right;
  font-size: 12px;
  color: #2b2a29;
  text-indent: 0;
}
.service-people .people {
  float: right;
  width: 730px;
  height: 310px;
  background: #FEFEFE;
}
.service-people .people .people-head {
  width: 670px;
  height: 36px;
  line-height: 36px;
  text-align: left;
  background: url("../images/people.png") no-repeat left center;
  text-indent: 45px;
  margin: 20px 30px;
}
.service-people .people .people-head span {
  display: block;
  float: left;
  font-size: 22px;
  color: #ff8000;
  font-weight: bold;
}
.service-people .people .people-head a {
  display: block;
  float: right;
  font-size: 12px;
  color: #2b2a29;
  text-indent: 0;
}
.service-people .people .people-list {
  width: 660px;
  height: 270px;
  margin: 0 auto;
}
.service-people .people .people-list .people-scroll {
  float: left;
  width: 270px;
  height: 200px;
}
.service-people .people .people-list .people-title {
  float: right;
  width: 360px;
  height: 200px;
}
#good-list {
  width: 100%;
  margin: 0 auto;
}
#good-list ul li {
  float: left;
  width: 235px;
  height: 200px;
  margin: 0 0 30px 27px;
}
#good-list ul li img {
  display: block;
  width: 235px;
  height: 170px;
  transition: .3s;
  -webkit-transition: .3s;
}
#good-list ul li span {
  display: block;
  width: 235px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
#good-list ul li a img {
  display: block;
  width: 235px;
  height: 170px;
  transition: .3s;
  -webkit-transition: .3s;
}
#good-list ul li a span {
  display: block;
  width: 235px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
#good-list ul li.bigpic {
  width: 635px;
  height: 430px;
  margin: 0;
}
#good-list ul li.bigpic span {
  display: block;
  width: 635px;
  height: 400px;
}
#good-list ul li.bigpic span a {
  display: block;
  width: 635px;
  height: 400px;
  overflow: hidden;
}
#good-list ul li.bigpic span a img {
  display: block;
  width: 635px;
  height: 400px;
  transition: .3s;
  -webkit-transition: .3s;
}
#good-list ul li.bigpic h1 {
  width: 635px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
#good-list ul li.bigpic h1 a {
  font-size: 14px;
  color: #fff;
}
/**/
/**/
.heuristics {
  width: 1200px;
  height: 330px;
  background: #FEFEFE;
  margin: 0 auto;
}
.heuristics::before {
  content: '';
  display: table;
}
.heuristics .photo-heuristics {
  width: 1200px;
  height: 35px;
  line-height: 35px;
  background: url("../images/heuristics.png") no-repeat 25px center;
  margin: 15px auto;
}
.heuristics .photo-heuristics span {
  display: block;
  float: left;
  font-size: 22px;
  color: #ff8000;
  font-weight: bold;
  text-indent: 80px;
}
.heuristics .photo-heuristics a {
  display: block;
  float: right;
  font-size: 12px;
  color: #2b2a29;
  margin-right: 15px;
}
.heuristics .heuristics-list {
  width: 1140px;
  height: 265px;
  margin: 0 auto;
  overflow: hidden;
}
#pic-list {
  width: 100%;
}
#pic-list ul {
  width: 100%;
  overflow: hidden;
  margin: 15px auto;
}
#pic-list ul li {
  float: left;
  width: 260px;
  height: 220px;
  margin: 30px 20px;
}
#pic-list ul li span {
  display: block;
  width: 260px;
  height: 190px;
}
#pic-list ul li span a {
  display: block;
  width: 260px;
  height: 190px;
}
#pic-list ul li span a img {
  display: block;
  width: 260px;
  height: 190px;
}
#pic-list ul li h1 {
  width: 260px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
#pic-list ul li h1 a {
  font-size: 14px;
  color: #000;
}
.news_list_title {
  float: none;
  width: 100%;
  margin: 0 auto;
}
.news_list_title ul {
  width: 100%;
  margin: 0 auto;
}
.news_list_title ul::after {
  content: '';
  display: block;
  clear: both;
  float: none;
  height: auto;
  overflow: hidden;
}
.news_list_title ul li {
  width: 94%;
  height: 32px;
  margin: 0 auto;
}
.news_list_title ul li.licss1 {
  width: 100%;
  height: 100px;
}
.news_list_title ul li.licss1 h2 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.news_list_title ul li.licss1 h2 a {
  font-size: 18px;
  color: #000;
}
.news_list_title ul li.licss1 h3 {
  font-size: 14px;
  font-weight: normal;
  color: #727272;
  line-height: 24px;
}
.news_list_title ul li.licss1 h3 a {
  font-size: 14px;
  color: #727272;
}
.news_list_title ul li h1 {
  float: left;
  width: 82%;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  background: url("../images/des.jpg") no-repeat left center;
  text-indent: 14px;
}
.news_list_title ul li h1 a {
  font-size: 14px;
  color: #333;
}
.news_list_title ul li span {
  display: block;
  float: right;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #888;
}
.public-title {
  width: 90%;
  height: 80px;
  margin: 15px auto 0 auto;
}
.public-title ul li {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: url("../images/pns.png") no-repeat left center;
  text-indent: 12px;
}
.public-title ul li a {
  font-size: 13px;
  color: #DEE3EA;
}
/**/
.friendLink {
  width: 1200px;
  height: 180px;
  background: #fff;
  margin: 20px auto;
}
.friendLink::before {
  content: '';
  display: table;
}
.friendLink .friendLink-head {
  width: 1200px;
  height: 45px;
  line-height: 45px;
  background: url("../images/friendLink.png") no-repeat 25px center;
  text-align: left;
  font-size: 22px;
  color: #ff8000;
  font-weight: bold;
  text-indent: 60px;
  margin: 10px auto;
}
.friendLinkPic {
  width: 1150px;
  height: 70px;
  margin: 15px auto;
}
.friendLinkPic ul {
  width: 1150px;
  height: 70px;
}
.friendLinkPic ul li {
  float: left;
  width: 215px;
  height: 70px;
  margin: 0 36px;
}
.friendLinkPic ul li a {
  display: block;
  width: 215px;
  height: 70px;
}
.friendLinkPic ul li a img {
  display: block;
  width: 215px;
  height: 70px;
}
/***news***/
/**/
.news-title {
  width: 80%;
  margin: 0 auto;
}
.news-title ul {
  color: #9A9A9A;
}
.news-title ul li {
  clear: both;
  height: 30px;
  line-height: 30px;
  list-style: square;
  text-indent: 12px;
}
.news-title ul li a {
  display: block;
  float: left;
  font-size: 14px;
  color: #000;
}
.news-title ul li span {
  display: block;
  float: right;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/************************************************step-5  footer*********************************************/
.footer {
  width: 100%;
  height: 477px;
  background: url("../images/fbg.jpg") no-repeat center;
  margin: 0 0 0 0;
}
.footer .footer-bar {
  width: 100%;
  height: 12px;
  background: #134AA2;
}
.footer .foot-list {
  width: 1200px;
  height: 225px;
  margin: 20px auto;
}
.footer .foot-list ul li {
  float: left;
  width: 140px;
  text-indent: 18px;
}
.footer .foot-list ul li.goods-sons ul li {
  width: 60px;
  float: left!important;
  clear: none!important;
}
.footer .foot-list ul li.content {
  width: 230px;
  text-indent: 0;
  margin: 30px 40px 0 30px;
}
.footer .foot-list ul li.content ul li {
  width: 230px;
  text-indent: 0;
  font-size: 14px;
  color: #383434;
}
.footer .foot-list ul li.foot-wap {
  width: 130px;
  height: 160px;
  text-indent: 0;
  margin: 40px 0 0 30px;
}
.footer .foot-list ul li.foot-wap img {
  display: block;
  width: 130px;
  height: 130px;
}
.footer .foot-list ul li.foot-wap span {
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #646464;
}
.footer .footer-copy {
  width: 1200px;
  height: 60px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 14px;
  color: #646464;
  text-indent: 18px;
  position: relative;
}
.footer .footer-copy a {
  font-size: 14px;
  color: #646464;
}
.footer .footer-copy p {
  height: 30px;
  line-height: 30px;
  text-align: left;
}

.app-ios{
  width: 130px;
  height: 160px;
  position: absolute;
  right: 0;
  top: -30px;
}
.app-ios img{
  display: block;
  width: 130px;
  height: 130px;
}
.app-ios span{
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #646464;
}
/************************************************step-all 通用类*********************************************/
/*底部样式表*/
#menu_foot span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
#menu_foot span a {
  display: block;
  font-size: 16px;
  color: #3c3a3a;
}
#menu_foot ul li {
  float: none;
  clear: both;
  height: 26px;
  line-height: 26px;
  text-align: left;
}
#menu_foot ul li a {
  display: block;
  font-size: 14px;
  color: #383434;
}
/*menu*/
#nav-menu {
  width: 1200px;
  height: 58px;
  margin: 0 auto;
}
#nav-menu .navli {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 15px;
  width: 120px;
  text-align: center;
}
#nav-menu .navli a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
#nav-menu .navli:hover a {
  display: block;
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
}
#nav-menu .navli ul {
  display: none;
  position: absolute;
  z-index: 10000;
}
#nav-menu .navli ul li {
  height: 34px !important;
  line-height: 35px !important;
  width: 120px;
  /*IE6 only*/
  text-align: center;
  background: #2E6096;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0!important;
  font-size: 14px;
}
#nav-menu .navli ul li a {
  COLOR: #fff;
  height: 34px !important;
  line-height: 35px !important;
  width: 100px;
  display: block;
  font-weight: 100;
  font-size: 14px!important;
  text-align: center;
  margin: 0!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
}
#nav-menu .navli ul li a:hover {
  background: #F0F0F0;
  font-size: 14px;
  color: #333;
}
/*search*/
.search-list {
  width: 221px;
  height: 28px;
  line-height: 28px;
  background: url("../images/search.png") no-repeat center;
  margin: 42px auto;
}
.search-list ul li {
  float: left;
}
.search-list ul li.search_input {
  width: 191px;
  height: 28px;
  outline: none;
  text-indent: 5px;
}
.search-list ul li.search_input #searchinput {
  width: 191px;
  height: 28px;
  line-height: 28px;
  background: none;
  border: none;
  font-size: 12px!important;
  color: #a4a4a4;
  outline: none 0;
}
.search-list ul li.search_submit {
  width: 30px;
  height: 28px;
}
.search-list ul li.search_submit #ssubmit {
  width: 30px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
}
/*banner*/
.banner {
  width: 100%;
  height: 515px;
}
.banneron {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
/*step-mainer*/
.transport {
  width: 100%;
  height: 615px;
  margin: 0 auto;
  background: url("../images/transport.png") repeat;
}
.transports{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url("../images/transport.png") repeat;
}


.mainer {
  width: 1200px;
  margin: 10px auto auto auto;
  overflow: hidden;
  height: auto;
  padding-bottom: 20px;
  background-color:#FFFFFF;
  padding-left:10px; padding-right:10px;
  /*主体*/
  /*侧栏*/
  /*公用部分*/
}
.mainer .mainer-title {
  width: 1200px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #757272;
  margin: 0 auto  15px 0;
}
.mainer .mainer-title a {
  font-size: 14px;
  color: #757272;
}
.mainer .mainer-list {
  float: left;
  width: 830px;
}
.mainer .mainer-list #mainer-mid .caption {
  color: #3A3937;
  height: auto;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
.mainer .mainer-list #mainer-mid .caption h1 {
  font-weight: normal;
  font-size: 12px!important;
}
.mainer .mainer-side {
  float: right;
  width: 320px;
}
.mainer .mainer-side .righter {
  width: 320px;
  margin-top: -20px;
  height: auto;
}
.mainer .mainer-side .righter #right-title {
  width: 320px;
  height: 60px;
  line-height: 50px;
  text-indent: 50px;
  background: url("../images/rightTitle.png") no-repeat center;
}
.mainer .mainer-side .righter #right-title h1 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.mainer .mainer-side .righter #right-list {
  width: 320px;
}
.mainer .mainer-side .righter #right-list ul li {
  width: 318px;
  height: 43px;
  line-height: 45px;
  text-indent: 54px;
  margin: 15px 0;
  clear: both;
  border: 1px solid #154AA1;
  transition: all 0.5s ease-in-out;
}
.mainer .mainer-side .righter #right-list ul li a {
  display: block;
  color: #575757;
  font-size: 17px;
}
.mainer .mainer-side .righter #right-list ul li.onm {
  width: 320px;
  background: #FD7811;
  border-color: #FD7811;
}
.mainer .mainer-side .righter #right-list ul li.onm a {
  font-size: 17px;
  color: #fff;
}
.mainer .mainer-side .righter #right-list ul li:hover {
  background: #FD7811;
  border-color: #FD7811;
}
.mainer .mainer-side .righter #right-list ul li:hover a {
  font-size: 17px;
  color: #fff;
}
.mainer .public-son-list {
  width: 1200px;
  margin: 0 auto;
}
.mainer .public-son-list .public-son-title {
  width: 1200px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #757272;
  margin: 0 auto 15px 0;
}
.mainer .public-son-list .public-son-title a {
  font-size: 14px;
  color: #757272;
}
.mainer .public-son-list #public-son-mid {
  width: 1200px;
}
.son-head {
  width: 1200px;
  height: 60px;
  background: url("../images/lihua.jpg") no-repeat left center;
  margin: 15px auto;
}
/**/
.public-page {
  width: 1140px;
  margin: 0 auto;
}
.public-page ul li {
  clear: both;
  display: none;
}
.public-page ul li.on {
  display: block;
}
.son-list {
  width: 1200px;
  height: 60px;
  border-bottom: 1px solid #B4B4B4;
  margin: 0 auto;
}
.son-list ul li {
  float: left;
  width: 145px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #EBE8E8;
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #1d4f84;
}
.son-list ul li.active {
  background: #1E4E83;
  color: #fff;
}
.communal {
  width: 1200px;
  height: 80px;
  line-height: 80px;
  margin: 15px auto;
}
.communal ul li {
  float: left;
}
.communal ul li.sh {
  width: 450px;
  height: 80px;
  background: url("../images/sh.png") no-repeat left center;
}
.communal ul li.tel {
  height: 80px;
  width: 460px;
  background: url("../images/tel.png") no-repeat center;
}
.communal ul li.mail {
  width: 60px;
  height: 80px;
  line-height: 80px;
  background: url("../images/mail.png") no-repeat left center;
  text-align: right;
  float: right;
  margin-right: 40px;
}
.communal ul li.oa {
  width: 78px;
  height: 80px;
  line-height: 80px;
  background: url("../images/oa.png") no-repeat left center;
  text-align: right;
  margin: 0 25px;
}
.communal ul li.school {
  width: 82px;
  height: 80px;
  line-height: 80px;
  background: url("../images/school.png") no-repeat left center;
  text-align: right;
}
/*step -新闻分页-*/
#home-page {
  width: 94%;
  height: 24px;
  margin: 10px auto;
}
#home-page span {
  display: block;
}
#home-page span.home-page-prev {
  float: left;
}
#home-page span.home-page-next {
  float: right;
}
#home-page span a {
  display: block;
  font-size: 12px;
  color: #7E0308;
  height: 24px;
  line-height: 24px;
}
/*step -图片分页-*/
#pagelist {
  width: 100%;
  height: auto;
  margin: 10px 0;
  text-align: center;
}
#pagelist a {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 2px;
  font-size: 12px;
  color: #444;
  background: #EDEDED;
  border: #cccccc 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagelist a#nowpage {
  display: inline-block;
  text-align: center;
  border: #174AA1 1px solid;
  background-color: #174AA1;
  color: #ffffff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagelist a#totalpage {
  display: inline-block;
  text-align: center;
  border: #dcdcdc 1px solid;
  background-color: #EDEDED;
  color: #666666;
  font-size: 12px;
}
/*step-多栏目列表-*/
.lump-title-list {
  background-color: #F2F2F2;
  height: 50px;
  line-height: 50px;
  width: 94%;
  overflow: hidden;
  margin: 0 auto 20px auto;
  padding: 0 3%;
}
.lump-title-list .title_list {
  float: left;
  width: 60%;
  text-align: left;
  text-indent: 20px;
  line-height: 50px;
  background: url("../images/lumpNews.png") no-repeat 0 center;
}
.lump-title-list .title_list a {
  font-size: 18px;
  font-weight: normal;
  color: #142f4c;
}
.lump-title-list .more_list {
  float: right;
  width: 60px;
  text-align: center;
  font-size: 14px;
}
.lump-title-list .more_list a {
  font-size: 14px;
  line-height: 50px;
  color: #868686;
}
.h40 {
  width: 100%;
  height: 40px;
}
/**/
/*step-多栏目列表-*/
/*step-新闻列表页面*/
.article_list {
  float: none;
  width: 96%;
  margin: 0 auto;
}
.article_list ul {
  width: 100%;
}
.article_list ul li {
  height: 39px;
  line-height: 40px;
  border-bottom: dashed 1px #CCCCCC;
  text-indent: 35px;
  text-align: left;
  width: 100%;
  background: url("../images/lumpArrow.png") no-repeat 10px center;
}
.article_list ul li h1 {
  height: 40px;
  line-height: 40px;
  width: auto;
  text-align: left;
  float: left;
  font-size: 16px;
  font-weight: 100;
}
.article_list ul li h1 a {
  color: #575757;
  text-align: left;
  font-weight: 100;
  font-size: 16px;
}
.article_list ul li span {
  float: right;
  text-align: left;
  font-weight: 100;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-size: 15px;
  color: #a09393;
}
.article_list ul li:hover a {
  color: #C70300;
}
/*step图片展示*/
.txpic_list {
  display: inline;
  float: none;
  width: 820px;
  height: auto;
}
.txpic_list ul {
  list-style: none;
  width: 820px;
  height: auto;
  overflow: hidden;
  padding-top: 6px;
}
.txpic_list ul li {
  width: 230px;
  height: 210px;
  text-align: center;
  float: left;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  overflow: hidden;
  margin: 15px 20px;
}
.txpic_list ul li span {
  font-weight: 100;
  height: 170px !important;
  width: 230px !important;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.txpic_list ul li span a {
  display: block;
  height: 170px;
  width: 230px;
}
.txpic_list ul li span a img {
  display: block;
  height: 170px;
  width: 230px;
}
.txpic_list ul li h1 {
  width: 235px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.txpic_list ul li h1 a {
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}
.txpic_list ul li h1 a:hover {
  color: #666666;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}
.txpic_list ul li:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  -webkit-transform: translate3d(0px, -2px, 0px);
  -moz-transform: translate3d(0px, -2px, 0px);
  -ms-transform: translate3d(0px, -2px, 0px);
  -o-transform: translate3d(0px, -2px, 0px);
  transform: translate3d(0px, -2px, 0px);
}
.txpic_list ul li:hover h1 a {
  color: #C70300;
}
.prepic_list {
  display: inline;
  float: none;
  width: 820px;
  height: auto;
}
.prepic_list ul {
  list-style: none;
  width: 820px;
  height: auto;
  overflow: hidden;
  padding-top: 6px;
}
.prepic_list ul li {
  width: 273px;
  height: 210px;
  text-align: center;
  float: left;
  overflow: hidden;
}
.prepic_list ul li span {
  font-weight: 100;
  height: 168px !important;
  width: 228px !important;
  margin: 0 auto;
  text-align: center;
  border: #CCC 1px solid;
  display: block;
}
.prepic_list ul li span a img {
  height: 160px;
  width: 220px;
  margin-top: 4px;
}
.prepic_list ul li span:hover {
  font-weight: 100;
  height: 168px !important;
  width: 228px !important;
  margin: 0 auto;
  text-align: center;
  border: #6999C9 2px solid;
  display: block;
}
.prepic_list ul li h1 {
  width: 235px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.prepic_list ul li h1 a {
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}
.prepic_list ul li h1 a:hover {
  color: #666666;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}
.page-son-list {
  width: 1140px;
  margin: 0 auto;
}
.page-son-list p {
  width: 560px;
  height: 150px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin: 30px 5px;
}
.page-son-list p span {
  font-weight: 100;
  height: 150px !important;
  width: 200px !important;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: left;
}
.page-son-list p span a img {
  height: 150px;
  width: 200px;
}
.page-son-list p span:hover {
  font-weight: 100;
  height: 150px !important;
  width: 200px !important;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.page-son-list p b {
  float: left;
  display: block;
  width: 320px;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
}
.page-son-list p b a {
  display: block;
  text-decoration: none;
  text-align: left;
}
.page-son-list p b a.page-name {
  font-size: 16px;
  color: #004785;
}
.page-son-list p b a.page-des {
  line-height: 24px;
  font-size: 13px;
  color: #070808;
  font-weight: normal;
}
#public-content {
  margin: 30px auto;
}
#public-content .caption {
  color: #3A3937;
  height: auto;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
#public-content .caption h1 {
  font-weight: normal;
  font-size: 12px!important;
}
.page-title-list {
  width: 1140px;
  margin: 0 auto;
}
.page-title-list p {
  float: left;
  width: 540px;
  height: 120px;
  margin: 25px 15px;
  text-align: left;
}
.page-title-list p b {
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  color: #004785;
}
.page-title-list p b a {
  font-size: 16px;
  color: #004785;
}
.page-title-list p i {
  display: block;
  font-style: normal;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #c1c1c1;
  text-indent: 4px;
}
.page-title-list p span {
  display: block;
  line-height: 24px;
}
.page-title-list p span a {
  font-size: 14px;
  color: #989898;
}
.son-title-list {
  width: 1140px;
  margin: 0 auto;
}
.son-title-list p {
  float: left;
  width: 540px;
  height: 45px;
  margin: 10px 15px;
  text-align: left;
}
.son-title-list p b {
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  color: #004785;
}
.son-title-list p b a {
  font-size: 16px;
  color: #004785;
}
.son-title-list p span {
  display: none;
  line-height: 24px;
}
.son-title-list p span a {
  font-size: 14px;
  color: #989898;
}
/*step-产品样式分离*/
#products-show-list {
  width: 100%;
  height: 200px;
  margin: 10px auto;
}
#products-show-list::before {
  content: '';
  display: table;
}
#products-show-list ul li {
  float: left;
  width: 260px;
  height: 200px;
  position: relative;
  margin: 0 8px;
}
#products-show-list ul li span {
  display: block;
  width: 260px;
  height: 200px;
}
#products-show-list ul li span img {
  display: block;
  width: 260px;
  height: 200px;
}
#products-show-list ul li h1 {
  width: 260px;
  height: 30px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
#products-show-list ul li h1 a {
  display: block;
  width: 260px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #101010;
  font-weight: normal;
}
/*step-产品展示页面*/
.production-detail {
  width: 830px;
  height: auto;
  margin: 0 auto;
}
.production-detail .production-detail-pic {
  width: 830px;
  height: 270px;
}
.production-detail .production-detail-pic .detail-pic {
  float: left;
  width: 375px;
  height: 270px;
  border: 1px solid #DCDCDC;
}
.production-detail .production-detail-pic .detail-pic img {
  display: block;
  width: 375px;
  height: 270px;
}
.production-detail .production-detail-pic .detail-desc {
  float: right;
  width: 410px;
  height: 270px;
}
.production-detail .production-detail-pic .detail-desc p {
  display: block;
  width: 410px;
  height: 40px;
  margin: 6px 0;
}
.production-detail .production-detail-pic .detail-desc p b {
  font-weight: normal;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #407CB9;
  color: #fff;
  float: left;
  overflow: hidden;
}
.production-detail .production-detail-pic .detail-desc p span {
  font-size: 13px;
  color: #000;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.production-detail .production-detail-pic .detail-desc h1 {
  font-size: 16px;
  font-weight: 600;
}
.production-detail .production-detail-pic textarea {
  border: none;
  outline: none;
}
.production-detail .production-detail-pic textarea:focus {
  border: none;
  outline: none;
}
.production-detail .production-derail-intro {
  width: 830px;
  height: auto;
  margin: 10px auto;
}
.production-detail .production-derail-intro i {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  width: 830px;
  height: 50px;
  line-height: 50px;
  text-align: left!important;
  border-bottom: 1px solid #9E9595;
  font-style: normal;
}
.production-detail .production-derail-intro text {
  display: block;
  padding: 12px 0;
}
/*step - 新闻分类*/
#news_list_descrip {
  float: none;
  width: 1200px;
  margin: 0 auto;
}
#news_list_descrip ul {
  width: 1140px;
  height: 240px;
  margin: 0 auto;
}
#news_list_descrip ul li {
  float: left;
  width: 540px;
  height: 90px;
  margin-bottom: 15px;
}
#news_list_descrip ul li .news-list-sec {
  float: left;
  width: 440px;
  height: 90px;
}
#news_list_descrip ul li .news-list-sec h2 {
  font-size: 18px;
  font-weight: normal;
  color: #101010;
  height: 40px;
  line-height: 40px;
}
#news_list_descrip ul li .news-list-sec h3 {
  font-size: 14px;
  font-weight: normal;
  color: #656565;
  line-height: 20px;
}
#news_list_descrip ul li .news-time {
  float: right;
  width: 85px;
  height: 75px;
  background: #2D65DB;
  margin: 8px 0;
}
#news_list_descrip ul li .news-time p {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  width: 70px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #98B0EF;
  margin: 0 auto;
  text-align: center;
}
#news_list_descrip ul li .news-time b {
  display: block;
  font-weight: normal;
  width: 70px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.news-more {
  width: 180px;
  height: 30px;
  margin: 0 auto;
}
.news-more a {
  display: block;
  width: 178px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: all .6s;
  background: #F0A924;
}
/*内容区宽度*/
.page-content {
  width: 94%;
  margin: 0 auto;
}
.page-title {
  clear: both;
  width: 100%;
  margin: 0 auto;
}
.page-title::before {
  content: '';
  display: table;
}
.show-content {
  width: 94%;
  margin: 0 auto;
}
/**/
.fix-side {
  width: 76px;
  height: 291px;
  background: url("../images/fixR.png") no-repeat center;
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 9999;
}
.fix-side ul li {
  float: none;
  clear: both;
  width: 76px;
  height: 72px;
  position: relative;
}
.fix-side ul li span {
  display: none;
  width: 110px;
  height: 120px;
  position: absolute;
}
.fix-side ul li.qq {
  background: url("../images/qq.png") no-repeat center;
}
.fix-side ul li.qq a {
  display: block;
  width: 76px;
  height: 72px;
}
.fix-side ul li.phone {
  background: url("../images/phone.png") no-repeat center;
}
.fix-side ul li.phone span {
  left: -110px;
  top: 10px;
  font-size: 14px;
  color: #DEB985;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #33322E;
}
.fix-side ul li.phone:hover span {
  display: block;
}
.fix-side ul li.wechat {
  background: url("../images/wechat.png") no-repeat center;
}
.fix-side ul li.wechat span {
  background: url("../images/chat.png") no-repeat center;
  left: -110px;
  top: 10px;
}
.fix-side ul li.wechat:hover span {
  display: block;
}
.fix-side ul li.applie {
  background: url("../images/applie.png") no-repeat center;
}
.fix-side ul li.applie span {
  background: url("../images/wap.png") no-repeat center;
  left: -110px;
  top: 10px;
}
.fix-side ul li.applie:hover span {
  display: block;
}
/**/
.share {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 40px auto 10px auto;
}
.xy{
  width: 1200px;
  height: 120px;
  margin: 0 auto 15px auto;
}
.xy span {
  display:none !important;
}
/*# sourceMappingURL=index.css.map */