.header {
  height: 85px;
  background: #1658a0;
  border-bottom: 1px solid #aa3939;
}
.header .logo-content {
  float: left;
  margin-top: 15px;
}
.header .logo-content .logo {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: url("../img/logo.png") center no-repeat;
}
.header .logo-content .title-name {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.header .search-container {
  float: left;
  margin-left: 50px;
  height: 35px;
  margin-top: 25px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 4px;
}
.header .search-container input {
  float: left;
  width: 200px;
  height: 100%;
  padding: 0 10px;
  border: none;
  outline: none;
}
.header .search-container input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.header .search-container .search-btn {
  float: left;
  width: 39px;
  height: 100%;
  text-align: center;
  line-height: 30px;
  background-color: #1658a0;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header .data-search {
  background: #ffffff;
  width: 100px;
  height: 35px;
  float: left;
  margin-top: 25px;
  margin-left: 10px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #4272d7;
  cursor: pointer;
}
.header .login-container {
  width: 100px;
  height: 20px;
  float: left;
  margin-top: 32px;
  margin-left: 15px;
}
.header .login-container > ul > li {
  position: relative;
  width: 120px;
  float: left;
  line-height: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.header .login-container > ul > li.active {
  color: #fff;
}
.header .login-container > ul > li:hover {
  color: #fff;
}

.banner-content .nav-content {
  width: 100%;
  background-color: #1658a0;
}
.banner-content .nav-content .g-main {
  overflow: hidden;
}
.g-nav > ul > li.active {
    border-bottom: 1px solid #fff;
}
.g-nav{
	margin-left:20px;
	height:85px;
	width:420px;
	float:left;
	overflow:hidden;
}
.g-nav > ul > li {
  width: 100px;
  float: left;
  text-align: center;
  line-height: 83px;
  font-size: 20px;
  color: #fff;
  transition: 0.5s;
}
.g-nav > ul > li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
}
.g-nav > ul > li:hover {
  border-bottom: 1px solid #fff;
}
.banner-content .banner .m-banner {
  position: relative;
  z-index: 1;
  height: 558px;
}
.banner-content .banner .m-banner > .g-main {
  position: relative;
}
.banner-content .banner .m-banner .m-search {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 20px;
  width: 360px;
  height: 40px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.banner-content .banner .m-banner .m-search select {
  position: absolute;
}
.banner-content .banner .m-banner .m-search .m-input {
  position: relative;
  left: 75px;
  width: 245px;
  height: 100%;
  padding: 10px 20px 10px 35px;
  border-left: none;
  border-right: none;
}
.banner-content .banner .m-banner .m-search .m-select {
  position: absolute;
  left: 1px;
  top: 0;
  z-index: 2;
  width: 95px !important;
  height: 100%;
  font-size: 14px;
  line-height: 38px;
}
.banner-content .banner .m-banner .m-search .m-select .sel-title {
  padding-left: 20px;
  line-height: 40px;
  border-radius: 0;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.banner-content .banner .m-banner .m-search .m-select .sel-title i {
  top: 18px;
  border-top-color: #083684;
}
.banner-content .banner .m-banner .m-search .m-select .sel-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 16px;
  background-color: #ddd;
}
.banner-content .banner .m-banner .m-search .m-select .sel-list {
  border-color: #ececec;
  border-radius: 5px;
  overflow: hidden;
}
.banner-content .banner .m-banner .m-search .m-select .sel-list > ul > li {
  padding-left: 20px;
}

.banner-content .banner .m-banner .carousel {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.banner-content .banner .m-banner .carousel .caro-bg1 {
  background: url("../img/banner1.jpg") no-repeat center bottom;
}
.banner-content .banner .m-banner .carousel .caro-bg2 {
  background: url("../img/banner.png") no-repeat center bottom;
}
.banner-content .banner .m-banner .carousel .g-main {
  position: relative;
  height: 100%;
}
.banner-content .banner .m-banner .carousel .caro-text {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.banner-content .banner .m-banner .carousel .caro-text span {
  display: block;
  font-size: 26px;
  letter-spacing: 3px;
  padding: 40px 0 15px 0;
}
.banner-content .banner .m-banner .carousel .caro-text em {
  font-style: normal;
  font-size: 20px;
}
.banner-content .banner .m-banner .carousel .caro-tab {
  display: none;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
}
.banner-content .banner .m-banner .carousel .caro-tab ul li {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.banner-content .banner .m-banner .carousel .caro-tab ul li.active {
  background: #d3b831;
}
.banner-content .banner .m-banner .banner-opt {
  position: absolute;
  width: 1200px;
  height: 80px;
  left: 50%;
  bottom: 0;
  margin-left: -600px;
  background-color: rgba(171, 167, 173, 0.8);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.banner-content .banner .m-banner .banner-opt > ul > li {
  width: 25%;
  float: left;
  padding-left: 65px;
}
.banner-content .banner .m-banner .banner-opt > ul > li .bo-icon {
  width: 80px;
  height: 80px;
  float: left;
}
.banner-content .banner .m-banner .banner-opt > ul > li .bo-icon.bo-1 {
  background: url("../img/bi-1.png") center no-repeat;
}
.banner-content .banner .m-banner .banner-opt > ul > li .bo-icon.bo-2 {
  background: url("../img/bi-2.png") center no-repeat;
}
.banner-content .banner .m-banner .banner-opt > ul > li .bo-icon.bo-3 {
  background: url("../img/bi-3.png") center no-repeat;
}
.banner-content .banner .m-banner .banner-opt > ul > li .bo-icon.bo-4 {
  background: url("../img/bi-4.png") center no-repeat;
}
.banner-content .banner .m-banner .banner-opt > ul > li .bo-info {
  float: left;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.banner-content .banner .m-banner .banner-opt > ul > li .bo-info .bi-num span {
  margin-right: 5px;
  font-size: 24px;
}
.catalog-content {
  width: 100%;
  background: #ffffff;
  padding: 20px 0;
}
.catalog-content .tab-title {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent 0, #dcdcdc 15%, #dcdcdc 85%, transparent 100%) 1 10;
  text-align: center;
}
.catalog-content .tab-title ul > li {
  display: inline-block;
  width: 120px;
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  margin-bottom: -1px;
}
.catalog-content .tab-title ul > li.active {
  background: #1658a0;
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
}
.catalog-content .tab-body .tab-box {
  padding: 20px 0;
  width: 100%;
  height: 100%;
}
.catalog-content .tab-body .tab-box .page-container {
  width: 100%;
  height: 10px;
  text-align: center;
}
.catalog-content .tab-body .tab-box .page-container > ul > li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 6px;
  background-color: #eacfcf;
  transition: 0.5s;
  cursor: pointer;
  float: none;
}
.catalog-content .tab-body .tab-box .page-container > ul > li.active {
  width: 32px;
  background-color: #1658a0;
}
.catalog-content .tab-body .box-icon ul {
  min-height: 400px;
}
.catalog-content .tab-body .box-icon ul li {
  width: 180px;
  height: 100px;
  float: left;
  margin: 10px 10px;
}
.catalog-content .tab-body .box-icon ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-0 {
  background: url("../img/s1111.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-1 {
  background: url("../img/s1111.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-2 {
  background: url("../img/s21.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-3 {
  background: url("../img/s31.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-4 {
  background: url("../img/s41.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-5 {
  background: url("../img/s51.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-6 {
  background: url("../img/s61.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-7 {
  background: url("../img/s71.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-8 {
  background: url("../img/s81.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-9 {
  background: url("../img/s91.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-10 {
  background: url("../img/s101.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-11 {
  background: url("../img/s111.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-12 {
  background: url("../img/s121.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-13 {
  background: url("../img/s131.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-14 {
  background: url("../img/s141.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-15 {
  background: url("../img/s151.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-16 {
  background: url("../img/s161.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-17 {
  background: url("../img/s171.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-18 {
  background: url("../img/s181.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-19 {
  background: url("../img/s191.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-icon.ti-20 {
  background: url("../img/s201.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li a .tc-name {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-1,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-1 {
  background: url("../img/s1_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-2,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-2 {
  background: url("../img/s2_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-3,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-3 {
  background: url("../img/s3_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-4,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-4 {
  background: url("../img/s4_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-5,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-5 {
  background: url("../img/s5_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-6,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-6 {
  background: url("../img/s6_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-7,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-7 {
  background: url("../img/s7_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-8,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-8 {
  background: url("../img/s8_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-9,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-9 {
  background: url("../img/s9_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-10,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-10 {
  background: url("../img/s10_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-11,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-11 {
  background: url("../img/s11_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-12,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-12 {
  background: url("../img/s12_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-13,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-13 {
  background: url("../img/s13_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-14,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-14 {
  background: url("../img/s14_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-15,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-15 {
  background: url("../img/s15_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-16,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-16 {
  background: url("../img/s16_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-17,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-17 {
  background: url("../img/s17_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-18,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-18 {
  background: url("../img/s18_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-19,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-19 {
  background: url("../img/s19_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-icon.ti-20,
.catalog-content .tab-body .box-icon ul li.active a .tc-icon.ti-20 {
  background: url("../img/s20_a.png") center no-repeat;
}
.catalog-content .tab-body .box-icon ul li:hover a .tc-name,
.catalog-content .tab-body .box-icon ul li.active a .tc-name {
  color: #ff5f3d;
}
.catalog-content .tab-body .box-list {
  overflow: hidden;
}
.catalog-content .tab-body .box-list ul > li {
  width: 20%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
  float: left;
}
.catalog-content .tab-body .box-list ul > li span {
  display: inline-block;
  width: 90%;
  height: 100%;
  color: #333333;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f2f2f2;
  transition: 0.5s;
}
.catalog-content .tab-body .box-list ul > li span:hover {
  background: #fee6e6;
}
.list-content {
  width: 100%;
  padding: 20px 0;
  background: #f5f5f5;
}
.list-content .list-box {
  padding: 20px 30px;
  background: #ffffff;
}
.list-content .list-box .title {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 13px;
}
.list-content .list-box .title span {
  font-size: 18px;
  color: #666666;
}
.list-content .list-box .title span.active {
  border-bottom: 3px solid #1658a0;
  color: #1658a0;
  font-size: 20px;
  padding-bottom: 12px;
}
.list-content .list-box .title span + span {
  margin-left: 45px;
}
.list-content .list-box .body .more {
  color: #313131;
  text-align: right;
  padding-top: 20px;
  cursor: pointer;
}
.list-content .list-box.box-left {
  width: 640px;
  height: 530px;
  overflow: hidden;
  float: left;
}
.list-content .list-box.box-left .title span {
  cursor: pointer;
}
.list-content .list-box.box-left .body ul > li {
  padding-top: 20px;
}
.list-content .list-box.box-left .body ul > li .l-title {
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
}
.list-content .list-box.box-left .body ul > li .l-time {
  float: right;
  color: #999999;
}
.list-content .list-box.box-left .body ul > li .l-sub {
  font-size: 12px;
}
.list-content .list-box.box-left .body ul > li .l-sub .depart {
  color: #1658a0;
  background: #fee6e6;
  padding: 3px 7px;
  border-radius: 3px;
}
.list-content .list-box.box-left .body ul > li .l-sub span {
  color: #888888;
}
.list-content .list-box.box-left .body ul > li .l-sub i {
  color: #666666;
  font-style: normal;
}
.list-content .list-box.box-right-top {
  width: 548px;
  height: 200px;
  margin-left: 650px;
  margin-bottom: 10px;
}
.list-content .list-box.box-right-top .icon-list-content ul > li {
  float: left;
  width: 20%;
  text-align: center;
}
.list-content .list-box.box-right-top .icon-list-content ul > li .icon {
  margin-top: 16px;
  height: 64px;
}
.list-content .list-box.box-right-top .icon-list-content ul > li .icon.ic2 {
  background: url("../img/index/app2.png") center no-repeat;
}
.list-content .list-box.box-right-top .icon-list-content ul > li .icon.ic3 {
  background: url("../img/index/app3.png") center no-repeat;
}
.list-content .list-box.box-right-top .icon-list-content ul > li .icon.ic4 {
  background: url("../img/index/app4.png") center no-repeat;
}
.list-content .list-box.box-right-top .icon-list-content ul > li .icon.ic5 {
  background: url("../img/index/app5.png") center no-repeat;
}
.list-content .list-box.box-right-top .icon-list-content ul > li .app-name {
  color: #333333;
  font-size: 14px;
  padding-top: 8px;
}
.list-content .list-box.box-right-top .icon-list-content ul > li .app-type {
  color: #999999;
  font-size: 12px;
  padding-top: 4px;
}
.list-content .list-box.box-right-bottom {
  width: 548px;
  height: 320px;
  margin-left: 650px;
}
.list-content .list-box.box-right-bottom .body ul > li {
  padding-top: 14px;
}
.list-content .list-box.box-right-bottom .body ul > li .time {
  float: right;
  color: #999999;
}
.list-content .list-box.box-right-bottom .body ul > li .name {
  width: 80%;
  color: #333333;
  padding-left: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.list-content .list-box.box-right-bottom .body ul > li .name:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #333333;
  position: absolute;
  top: 7px;
  left: 5px;
}



.catalog-content .tab-body .box-list ul {
  overflow: hidden;
}
.show-more-new {
  width: 138px;
  height: 38px;
  margin: 0px auto;
  margin-top: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #858585;
  border-radius: 3px;
  color: #858585;
  cursor: pointer;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
}
a {
    color: #000;
    text-decoration: none;
}
.otherlink table tr td select {
    width: 170px;
    margin: 0 auto;
}
select[multiple], select[size] {
    height: auto;
}
/*å°¾éƒ¨*/
.footer2 { border-top:1px solid #ccc; padding-top:20px; height:180px;background:#f6f6f6;}
.otherlink { border-bottom:1px solid #ccc; padding-bottom:20px; }
.otherlink table { width:1000px; margin:0 auto;}
.otherlink table tr td { width:200px;}
.otherlink table tr td select { width:170px; margin:0 auto;}
.mzsm { width:1200px; margin:0 auto;}
.mzsmcon { /*width:700px;*/ margin-top:10px;}
.mzsmcon p a { font-size:12px;}
.mzsmcon p a, .mzsmcon p span { margin-right:10px;}
.mzsmcon p { font-size:12px; line-height: 23px;}
.mzsmico { margin-top:40px;}