#head.maxbox {
  width: 100%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  margin-left: 0;
}
#head.maxbox.nullbj {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
}
#head.maxbox.nullbj .conbox {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}
#head.maxbox.nullbj .topbar .moretxt {
  color: #fff;
}
#head.maxbox.nullbj .conbox .btn {
  color: #fff;
}
#head.maxbox .conbox {
  width: 1000px;
  margin: auto;
}
#head {
  width: 1000px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  left: 50%;
  margin-left: -500px;
}
#head img {
  margin-left: 10px;
  margin-top: 12px;
}
#head .topbar .tab.wtxt > li a {
  color: #000;
  font-weight: 600;
  line-height: 40px;
}
#head .topbar .moretxt {
  text-align: right;
  color: #333;
  font-size: 18px;
  margin: 28px 0 24px 0;
}
#head .topbar .moretxt img {
  margin-top: 6px;
}
#head .topbar .tab > li:hover ul {
  display: block;
}
#head .topbar .tab > li {
  position: relative;
}
#head .topbar .tab > li ul {
  position: absolute;
}
#head .topbar .tab a {
  color: #000;
}
#head .topbar .tab li:not(:last-child) .btn {
  padding-right: 50px;
}
#head .topbar .tab a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #fff;
}
#head .topbar .tab ul {
  display: none;
  background: #007db8;
  text-align: center;
  width: 120px;
  margin-left: -20px;
  line-height: 40px;
}
#head .topbar .tab ul a {
  color: #fff !important;
  font-size: 17.5px;
  font-weight: 400px;
}
#head .topbar .tab ul a:hover {
  opacity: 0.6;
}
#index .tablist {
  width: 1000px;
  margin: 60px auto 60px;
}
#index .tablist li:not(:nth-child(3n)) {
  margin-right: 5px;
}
#index .tablist li {
  margin-bottom: 10px;
}
#index .tablist li .btn {
  width: 330px;
  height: 200px;
  display: block;
  position: relative;
}
#index .tablist li .btn img {
  display: block;
  width: 100%;
}
#index .tablist li .btn .txt {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0px;
  width: 100%;
}
#index .tablist li .btn .txt .tit {
  font-size: 20px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
}
#index .tablist li .btn .txt .desc {
  padding: 10px 30px 10px 30px;
  display: none;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
#index .tablist li .btn .txt .add {
  text-align: center;
  margin: auto;
  font-size: 30px;
  display: none;
  color: #fff;
}
#index .tablist li .btn:hover .tit {
  padding-top: 16px;
}
#index .tablist li .btn:hover .txt {
  top: 0px;
  bottom: 0px;
}
#index .tablist li .btn:hover .desc {
  display: block;
}
#index .tablist li .btn:hover .add {
  display: block;
}
#index .mainpro {
  width: 1000px;
  background: #fff;
  margin: auto;
  padding: 82px 0 43px 0;
}
#index .mainpro .swiper-container {
  width: 495px;
  height: 330px;
}
#index .mainpro .swiper-container .swiper-button-next,
#index .mainpro .swiper-container .swiper-button-prev {
  background: #007db8;
  color: #fff;
  font-family: "黑体";
  text-align: center;
  line-height: 40px;
  width: 44px;
  height: 44px;
  font-size: 24px;
}
#index .mainpro .swiper-container .swiper-button-next {
  right: 0;
}
#index .mainpro .swiper-container .swiper-button-prev {
  left: 0;
}
#index .mainpro .contxt {
  margin-left: 100px;
  width: 340px;
}
#index .mainpro .contxt .tit,
#index .mainpro .contxt .desc,
#index .mainpro .contxt .smalltxt {
  text-align: left;
}
#index .mainpro .contxt .tit {
  color: #007db8;
  font-size: 20px;
  margin: 27px 0 21px 0;
}
#index .mainpro .contxt .smalltxt {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
#index .mainpro .contxt .desc {
  font-size: 12px;
  color: #000;
}
#index .mainpro .contxt .detail {
  float: right;
  color: #007db8;
  width: 70px;
  height: 26px;
  border: 1px solid #007db8;
  margin-right: 20px;
  line-height: 26px;
}
#index .maintab {
  padding: 15px 0 14px 0;
  width: 1000px;
  margin: 48px auto 40px auto;
  background: #eaeaea;
}
#index .maintab .tit {
  text-align: center;
}
#index .maintab img {
  width: 24px;
  height: 24px;
  margin: 10px auto;
}
#index .maintab .txt {
  text-align: center;
  color: #3f3e3e;
  font-size: 12px;
}
#index .jstd {
  width: 1000px;
  background: #fff;
  margin:60px auto;
  padding-bottom: 30px;
}
#index .jstd > .tit {
  font-size: 18px;
  color: #343434;
  padding: 27px 0 17px 0;
  position: relative;
  text-align: center;
}
#index .jstd > .tit .search {
  position: absolute;
  right: 40px;
  top: 20px;
  width: 190px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 18px;
}
#index .jstd > .tit .search input {
  border: none;
  height: 36px;
  line-height: 36px;
  width: 130px;
  padding-left: 20px;
  background: none;
  font-size: 12px;
}
#index .jstd > .tit .search .submit img {
  margin: 10px auto;
  width: 18px;
  height: 16px;
}
#index .jstd .list .btn {
  margin: 18px 15px 40px 15px;
  width: 20%;
}
#index .jstd .list .btn .tit {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  padding-top: 10px;
}
#index .jstd .list .btn .txt {
  font-size: 12px;
  color: #999;
}
#index .jstd .more {
  width: 80px;
  height: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #007db8;
  display: block;
  margin: auto;
  line-height: 30px;
}
#index .partener {
  background: #eaeaea;
  width: 1000px;
  margin: 0 auto 60px auto;
  padding-bottom: 30px;
}
#index .partener .tit {
  font-size: 18px;
  color: #000;
  padding: 27px 0 30px 0;
  text-align: center;
}
#index .partener .png {
  display: block;
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}
#index .partener .png .btn {
  margin: 10px;
  width: 105px;
  height: 50px;
}
#index .partener .png .btn img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width:105px;
  height:41px;
}
#index .partener .btn:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#index .partener .more {
  width: 80px;
  height: 30px;
  border: 1px solid #007db8;
  font-size: 12px;
  text-align: center;
  color: #007db8;
  display: block;
  margin: 35px auto 0 auto;
  line-height: 30px;
  background: #fff;
}
/* 关于我们 */
#aboutus .aboutheadbj {
  width: 100%;
}
/* 介绍 */
#introduce {
  width: 1000px;
  padding-top: 60px;
  margin: 0 auto 90px auto;
}
#introduce .conbox > .box {
  background: #fff;
}
#introduce .conbox > .box .tit {
  font-size: 28px;
  color: #007db8;
  padding: 20px 0 8px;

}
#introduce .conbox > .box .b-box{
	width:888px;
	padding:0 56px 16px;
}

#introduce .conbox .sort {
  background: #d2d2d2;
}
#introduce .conbox .sort .tit {
  padding: 30px 56px 24px 56px;
  color: #007db8;
  
  font-size: 28px;
}
#introduce .conbox .swiper-container .swiper-slide .fn-clear {
  padding: 0 120px 10px;
}
#introduce .conbox .swiper-container .swiper-slide .box {
  width: 46%;
  margin-right: 4%;
}
#introduce .conbox .swiper-container .swiper-slide .box a:hover i {
  display: block;
}
#introduce .conbox .swiper-container .swiper-slide .box a {
  position: relative;
}
#introduce .conbox .swiper-container .swiper-slide .box a img {
  display: block;
  width: 350px;
  height:194px;
}
#introduce .conbox .swiper-container .swiper-slide .box p {
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 60px;
}
#introduce .conbox .swiper-container .swiper-slide .box i {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
  width: 100%;
  height: 100%;
  line-height: 220px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
}
#introduce .conbox .swiper-container .swiper-button-next,
#introduce .conbox .swiper-container .swiper-button-prev {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "黑体";
  text-align: center;
  line-height: 165px;
  width: 44px;
  height: 165px;
  font-size: 24px;
  top: 35%;
  z-index:1;
}
/* 荣誉 */
#aboutus .maintit .tit {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-top:30px;
}
#aboutus .maintit .line {
  width: 50px;
  height: 4px;
  background: #007db8;
  margin: 9px auto;
}
#aboutus .maintit .smalltxt {
  font-size: 15px;
  color: #000;
  text-align: center;
  padding-bottom: 24px;
  font-weight: bold;
}
#aboutus .aboutus {
  width: 1000px;
  margin:0 auto ;
  background: #fff;
  padding-bottom: 60px;
}
#aboutus .aboutus .png {
  background: #535353;
  width: 487px;
  height: 325px;
}
#aboutus .aboutus .txt {
  margin-left: 120px;
  width: 320px;
  color: #000;
  font-size: 14px;
  margin-top: 40px;
  text-align: justify;
}
#aboutus .licheng {
  width: 1000px;
  margin: auto;
  padding-top: 60px;
}
#aboutus .licheng .maintit {
  background: #fff;
}
/*发展历史 */
#history {
  background: #007db8;
  width: 1000px;
  margin: auto;
  /* about-history */
}
#history .about-history {
  overflow: hidden;
  height: 701px;
  margin: 0 59px;
  padding: 0 48px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* .about-history-list{
  overflow: auto !important;
}*/
.flex-viewport {
  overflow: unset !important;
}
#history .about-history .line {
  background: #fff;
  position: absolute;
  top: 50%;
  height: 2px;
  width: 99%;
  left: 4px;
}
#history .about-title {
  margin-bottom: 25px;
}
#history .about-title h3 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 400;
  color: #2c2c2c;
}
#history .about-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  color: #ececec;
}
#history .title-white h3 {
  font-size: 24px;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
#history .title-white p {
  color: rgba(222, 222, 222, 0.09);
}
#history .about-history-list {
  position: relative;
}
#history .about-history-list .flex-viewport {
  padding: 0 31px;
}
/* #history .about-history-list .flex-viewport:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #c7c7c7;
  content: "";
} */
#history .about-history-list .slides li {
  position: relative;
  width: 253px;
  height: 480px;
  margin-right: 31px;
}
#history .about-history-list .slides li .item {
  position: absolute;
  right: -32px;
  bottom: 0;
  left: -32px;
  min-height: 152px;
  padding: 44px 0 0 0;
}
#history .about-history-list .slides li .item:after {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 2px;
  height: 200px;
  overflow: hidden;
  margin-left: 0px;
  background-color: #fff;
  content: "";
}
#history .about-history-list .slides li:nth-child(odd) .item {
  top: 0;
  bottom: auto;
  padding: 0 0 44px;
}
#history .about-history-list .slides li:nth-child(odd) .item:before {
  top: auto;
  bottom: -49px;
}
#history .about-history-list .slides li:nth-child(odd) .item:after {
  top: auto;
  bottom: -40px;
}
#history .about-history-list .slides li .item h3 {
  position: absolute;
  right: -24px;
  bottom: 0;
  left: 80px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 100%;
}
#history .about-history-list .slides li:nth-child(even) .item:after {
  margin-top: 10px;
}
#history .about-history-list .slides li:nth-child(even) .item h3 {
  bottom: 80px;
}
#history .about-history-list .slides li:nth-child(even) .item .desc {
  margin-top: 70px;
}
#history .about-history-list .slides li:nth-child(even) .item:before {
  margin-top: -70px;
  margin-left: -96px;
  display: none;
}
#history .about-history-list .slides li:nth-child(even) h3:before {
  margin-left: 0px;
  margin-top: -58px;
  left: 101px !important;
}
#history .about-history-list .slides li .item h3:before {
  position: absolute;
  bottom: 100%;
  left: 111%;
  margin-left: -104px;
  top: 155px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  /* background: #fff; */
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
  border-width: 0;
  content: "";
}
#history .about-history-list .slides li:nth-child(odd) .item h3 {
  top: 0;
  bottom: 0;
  left: 70px;
}
#history .about-history-list .slides li:nth-child(odd) .item h3:before {
  top: 24px;
  bottom: auto;
  left: 112px;
  border-color: #e2e2e2 transparent transparent;
}
#history .about-history-list .slides li:last-child {
  z-index: -1;
}
#history .about-history-list .slides li .item .desc {
  line-height: 24px;
  padding: 22px 0 0;
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 230px;
  right: -170px;
  top: 20px;
  height: 180px;
}
#history .about-history-list .slides li .item:hover .desc {
  color: #ffffff;
}
#history .about-history-list .slides li .item .desc p {
  margin: 0;
  height:190px;
}
#history .about-history-list .slides li .item:hover h3,
#history .about-history-list .slides li .item:hover .desc {
  color: #f78214;
  /* text-shadow: 0px 0px 4px #fff; */
}
#history .about-history-list .flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
#history .about-history-list .flex-direction-nav a {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  margin-top: -26px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  font-family: simsun;
  color: #ffffff;
  text-align: center;
}
#history .about-history-list .flex-direction-nav a:hover {
  background: #f78214;
}
#history .about-history-list .flex-direction-nav a.flex-prev {
  left: -48px;
}
#history .about-history-list .flex-direction-nav a.flex-next {
  right: -48px;
}
#history .about-history-swiper {
  width: 100%;
}
#history .about-history-swiper .swiper-slide .item {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
#history .about-history-swiper .swiper-slide .item h3 {
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  color: #999999;
  background-color: #e2e2e2;
}
#history .about-history-swiper .swiper-slide .item .desc {
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  color: #929292;
}
#history .about-history-swiper .swiper-slide .item .desc p {
  margin: 0;
}
#history .about-history-swiper .about-history-pagination {
  position: static;
  margin-top: 10px;
}
#history .about-history-swiper .about-history-pagination .swiper-pagination-bullet {
  background: #fff;
}
#history .about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
  background: #c91523;
}
#history a {
  color: #414141;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#history a:hover {
  text-decoration: none;
}
#history .pull-left {
  float: left;
}
#history .pull-right {
  float: right;
}
#history .pull-none {
  float: none;
}
#history .clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}
#history * html .clearfix {
  zoom: 1;
}
#history *:first-child + html .clearfix {
  zoom: 1;
}
#history .container {
  width: 980px;
  margin: 0 auto;
}
#history img {
  max-width: 100%;
}
#history img.full {
  display: block;
  width: 100%;
}
#history .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
#history .hidden {
  display: none;
}
#history .col-1 {
  float: left;
  width: 8.33333333%;
}
#history .col-2 {
  float: left;
  width: 16.66666667%;
}
#history .col-3 {
  float: left;
  width: 25%;
}
#history .col-4 {
  float: left;
  width: 33.33333333%;
}
#history .col-5 {
  float: left;
  width: 41.66666667%;
}
#history .col-6 {
  float: left;
  width: 50%;
}
#history .col-7 {
  float: left;
  width: 58.33333333%;
}
#history .col-8 {
  float: left;
  width: 66.66666667%;
}
#history .col-9 {
  float: left;
  width: 75%;
}
#history .col-10 {
  float: left;
  width: 83.33333333%;
}
#history .col-11 {
  float: left;
  width: 91.66666667%;
}
#history .col-12 {
  float: left;
  width: 100%;
}
#history .col-13 {
  float: left;
  width: 20%;
}
#history .col-offset-3 {
  margin-left: 25%;
}
#history .tb {
  display: table;
  width: 100%;
  height: 100%;
}
#history .tbr {
  display: table-row;
}
#history .tbc {
  display: table-cell;
  vertical-align: middle;
}
/* 资质荣誉 */
.rongyu {
  width: 1000px;
  margin: auto;
  padding-top: 60px;
  border-bottom: 90px solid #e4e4e4;
}
.rongyu .maintit {
  background: #fff;
}
.rongyu .scrollbox {
  height: 300px;
  background: #eeeeee;
}
.rongyu .scrollbox .swiper-container {
  padding: 30px;
}
.rongyu .scrollbox .swiper-container .swiper-wrapper {
  width: 1000px;
  margin: auto;
}
.rongyu .scrollbox img {
  width:166px;	
  height: 250px;
}
.rongyu .scrollbox .swiper-button-prev {
  left: 0;
}
.rongyu .scrollbox .swiper-button-next {
  right: 0;
}
.rongyu .scrollbox .swiper-button-next,
.rongyu .scrollbox .swiper-button-prev {
  background: #007db8;
  color: #fff;
  font-family: "黑体";
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  font-size: 24px;
  top: 45%;
  z-index:1;
}
#footer {
  background: #007db8;
  background-size: cover;
}
#footer .box {
  width: 1000px;
  margin: auto;
  padding-bottom: 30px;
  
}
#footer .box .line {
  padding-top: 40px;
  padding-bottom: 36px;
}
#footer .box .line span,
#footer .box .line a {
  color: #fff;
  font-size: 12px;
}
#footer .box .list .con1 .txt {
  margin-bottom: 20px;
  font-family: "微软雅黑"
}
#footer .box .list .con1 .txt span {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
}
#footer .box .list .box2 {
  width: 405px;
  margin-left: 186px;
}
#footer .box .list .box2 .tit {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
#footer .box .list .box2 .txt a {
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
  display: block;
}
#footer .bottomtxt {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#footer .smalltxt {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 10px;
  font-size: 12px;
}
/* 合作伙伴 */
#partener .aboutheadbj {
  width: 100%;
}
#partener .partener {
  width: 1000px;
  padding-top: 60px;
  margin: 0 auto 90px auto;
}
#partener .partener .maintit .tit {
  color: #007db8;
  font-size: 30px;
  padding: 40px 0 0 50px;
}
#partener .partener .maintit {
  background: #fff;
}
#partener .partener .scrollbox {
  background: #fff;
  position: relative;
}
#partener .partener .scrollbox .swiper-container {
  padding: 30px;
}
#partener .partener .scrollbox .swiper-container .swiper-wrapper {
  width: 1000px;
  margin: auto;
}
#partener .partener .scrollbox .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
  width: 25%;
}
#partener .partener .scrollbox .swiper-container .swiper-wrapper .swiper-slide a img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#partener .partener .scrollbox .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  border: 2px solid #ccc;
  margin: 10px auto;
  width: 163px;
  height: 66px;
}
#partener .partener .scrollbox .swiper-container .swiper-wrapper .swiper-slide a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#partener .partener .scrollbox .swiper-button-prev {
  left: 0;
}
#partener .partener .scrollbox .swiper-button-next {
  right: 0;
}
#partener .partener .scrollbox .swiper-button-next,
#partener .partener .scrollbox .swiper-button-prev {
  background: #007db8;
  color: #fff;
  font-family: "黑体";
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  font-size: 24px;
  top: 45%;
  z-index:1;
}
/* 加入我们 */
#addUs > img {
  display: block;
  width: 100%;
}
#addUs .addUs {
  width: 1000px;
  margin: 0 auto 67px auto;
  background: #fff;
}
#addUs .addUs .maintit .tit {
  font-size: 25px;
  color: #000;
  text-align: center;
}
#addUs .addUs .maintit .line {
  width: 50px;
  height: 4px;
  background: #85a6d8;
  margin: 9px auto;
}
#addUs .addUs .maintit .smalltxt {
  font-size: 15px;
  color: #000;
  text-align: center;
  padding-bottom: 24px;
}
#addUs .addUs .form .box .formline {
  margin-bottom: 20px;
}
#addUs .addUs .form .box .formline .descbox {
  background: #d5d1d2;
  padding: 20px 26px;
}
#addUs .addUs .form .box .formline .descbox .txt .tit {
  font-size: 18px;
  margin-bottom: 20px;
}
#addUs .addUs .form .box .formline .descbox .txt .content {
  margin-left: 30px;
  margin-bottom: 30px;
}
#addUs .addUs .form .box .formline .descbox .txt .more .email {
  margin-left: 43px;
}
#addUs .addUs .form .box .formline > .tit {
  background: #434343;
  padding-left: 26px;
  font-size: 14px;
  line-height: 43px;
  color: #fff;
}
#addUs .addUs .form .box .formline > .tit .btn {
  width: 29px;
  height: 29px;
  float: right;
  margin-top: 4px;
  margin-right: 18px;
}
#addUs .addUs .form .box .formline > .tit .top {
  background: transparent url("../images/top.png") no-repeat scroll;
  background-size: cover;
}
#addUs .addUs .form .box .formline > .tit .down {
  background: transparent url("../images/down.png") no-repeat scroll;
  background-size: cover;
}
#addUs .addUs .submitform {
  padding: 63px 36px;
}
#addUs .addUs .submitform > .fn-clear {
  width: 817px;
  margin: auto;
}
#addUs .addUs .submitform input {
  width: 356px;
  height: 56px;
  padding-left: 20px;
  border: 1px solid #333;
  background: #f2f7fa;
  margin-bottom: 20px;
}
#addUs .addUs .submitform input:nth-child(even) {
  margin-left: 60px;
}
#addUs .addUs .submitform #yz{
  height: 58px;
  cursor: pointer;
  position: absolute;
  left: 41%;
}
#addUs .addUs .submitform .submit {
  width: 246px;
  height: 48px;
  background: #3b3b3d;
  line-height: 48px;
  color: #fff;
  display: block;
  margin: auto;
}
/* 技术天地 */
#tech .techbj {
  width: 100%;
  display: block;
}
#tech .tech {
  width: 1000px;
  padding-top: 60px;
  margin: 0 auto 90px auto;
}
#tech .tech .sort .sortlist {
  background: #bfbfbf;
}
#tech .tech .sort .sortlist .tit {
  text-align: left;
  font-size: 25px;
  line-height: 50px;
  padding-left: 10px;
  background: #007db8;
  color: #fff;
}
#tech .tech .sort .sortlist .list {
  overflow: auto;
}
#tech .tech .sort .sortlist .list .main {
  margin-top: 10px;
}
#tech .tech .sort .sortlist .list .main a {
  display: block;
  width: 148px;
  line-height: 46px;
  height: 46px;
  font-size: 20px;
  color: #fff;
  margin: 0px auto 10px auto;
  background: #007db8;
  border-radius: 10px;
}
#tech .tech .box {
  width: 732px;
}
#tech .tech .box .topline {
  height: 50px;
  padding-left: 63px;
  background: #fff;
}
#tech .tech .box .topline span {
  position: relative;
  font-size: 20px;
  margin-top: 10px;
  padding-right: 60px;
  color: #333;
}
#tech .tech .box .topline span em {
  position: absolute;
  right: 40px;
}
#tech .tech .box .topline span .top {
  top: -2px;
  height: 25px;
  font-size: 12px;
}
#tech .tech .box .topline span .down {
  top: 10px;
  height: 25px;
  font-size: 12px;
}
#tech .tech .box .topline .serchbox {
  font-size: 20px;
  line-height: 50px;
  color: #333;
  margin-left: 360px;
  position: relative;
}
#tech .tech .box .topline .search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 190px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 18px;
}
#tech .tech .box .topline .search input {
  border: none;
  height: 36px;
  line-height: 36px;
  width: 130px;
  padding-left: 20px;
  background: none;
  font-size: 12px;
}
#tech .tech .box .topline .search .submit img {
  margin: 10px auto;
  width: 18px;
  height: 16px;
}
#tech .tech .box .topline .tit {
  font-size: 18px;
  color: #343434;
  padding: 27px 0 17px 0;
  position: relative;
  text-align: center;
}
#tech .tech .box .mainbox {
  background: #7d7d7d;
  padding-top: 20px;
}
#tech .tech .box .mainbox .conbox:hover {
  color: #fff;
  background: #007db8;
  cursor: pointer;
}
#tech .tech .box .mainbox .conbox {
  margin: 0 18px 14px 18px;
  color: #000;
  padding: 8px 0 6px 0;
  background: #fff;
  display: block;
}
#tech .tech .box .mainbox .conbox .txt.btn .tit {
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
}
#tech .tech .box .mainbox .conbox .txt.btn .smalltxt {
  text-align: left;
  padding-bottom: 10px;
  padding-right: 30px;
}
#tech .tech .box .mainbox .conbox .time {
  width: 84px;
  border-right: 1px solid #000;
  padding-bottom: 18px;
}
#tech .tech .box .mainbox .conbox .time .times {
  font-size: 27px;
  text-align: center;
}
#tech .tech .box .mainbox .conbox .time .day {
  font-size: 12px;
  text-align: center;
}
#tech .tech .box .mainbox .conbox .txt {
  padding-left: 57px;
  width: 470px;
  border-right: 1px solid #000;
}
#tech .tech .box .mainbox .conbox .eyes {
  width: 74px;
}
#tech .tech .box .mainbox .conbox .eyes em {
  margin: auto;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 20px;
}
#tech .tech .box .mainbox .conbox .eyes .cishu {
  text-align: center;
}
#tech .tech .box .mainbox .pagetab {
  text-align: center;
  margin-left: 170px;
  padding-bottom: 29px;
}
#tech .tech .box .mainbox .pagetab a:hover {
  background: #007db8;
  color: #fff;
}
#tech .tech .box .mainbox .pagetab a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #333;
  line-height: 30px;
  border-radius: 6px;
  margin-left: 10px;
}
#tech .tech .box .mainbox .pagetab .sure {
  background: #007db8;
  color: #fff;
}
#tech .tech .box .mainbox .pagetab .last {
  width: 100px;
}
#tech .tech .box .mainbox .pagetab span {
  text-align: center;
  display: inline-block;
  width: 30px;
}
#detail .techbj {
  display: block;
  width: 100%;
}
#detail .detail {
  margin: 60px auto 90px auto;
  width: 1000px;
  background: #fff;
}
#detail .detail .tit {
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}
#detail .detail .time {
  font-size: 12px;
  text-align: center;
}
#detail .detail .time i {
  color: #005197;
  font-style: normal;
}
#detail .detail .contxt {
  text-align: justify;
  padding: 34px 37px;
  font-size: 14px;
  line-height: 25px;
}
#detail .detail .contxt p{
	max-width:926px;
	width:100%;
}
#detail .detail .contxt img{
	max-width:926px;
	
}
#detail .detail .conlist {
  border-top: 1px solid #ccc;
  padding-bottom: 70px;
  margin: 0 37px;
}
table{
  display: block;
  width: 100% !important;
}
#detail .detail .conlist .pages {
  width: 70%;
  margin-top: 30px;
}
#detail .detail .conlist .pages p {
  display: block;
  line-height: 30px;
}
#detail .detail .conlist .pages p a {
  color: #333;
}
#detail .detail .conlist .btns {
  width: 30%;
}
#detail .detail .conlist .btns .btn {
  margin-top: 70px;
  width: 115px;
  height: 40px;
  background: #005197;
  color: #fff;
  line-height: 40px;
  float: right;
  display: block;
}
#detaillist {
  margin: auto;
}
#detaillist .detaillistbj {
  width: 100%;
}
#detaillist .detaillist {
  width:1000px;
  margin:0 auto;
  background: #d2d2d2;
  position: relative;
  display: block;
  margin-top: 60px;
  margin-bottom: 43px;
}
#detaillist .detaillist .back {
  position: absolute;
  left: 30px;
  top: 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
#detaillist .detaillist .content {
  
  padding-top: 60px;
  padding-bottom: 90px;
}
#detaillist .detaillist .content .tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
#detaillist .detaillist .content .txt {
  text-align: left;
  padding: 0 74px;
  font-size: 21px;
  line-height: 56px;
}
#detaillist .detaillist .content p{
	width:1000px;
}
#detaillist .detaillist .content img {
  margin: 45px auto;
  max-width:1000px;
}
/* 右侧悬浮 */
.floarright {
  position: fixed;
  right: 30px;
  top: 40%;
  z-index: 88;
}
.floarright a {
  display: block;
}
.floarright a img {
  padding-bottom: 10px;
}
.floarright a:hover .box {
  display: block;
}
.floarright a:hover em {
  display: block;
}
.floarright a {
  margin-bottom: 6px;
  position: relative;
}
.floarright a .box {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  left: -132px;
  top: -22px;
  background: #0853c2;
  color: #fff;
  text-align: left;
  padding: 4px;
  line-height: 40px;
  font-size: 12px;
  white-space: nowrap;
}
.floarright a .box .ewm {
  background: #0853c2;
}
.floarright a .box .ewm img {
  width: 100%;
  height: 100%;
  display: block;
}
.floarright a em {
  position: absolute;
  color: #0853c2;
  left: -29px;
  top: 10px;
  display: none;
}
pre{
white-space:inherit;
text-align:justify;
}
.btn-group .btn .jstp img{
	width:220px;
	height:164px;
}
.logo img{
	width:80%;
	height:80%;
}

.swiper-slide .gstp{
	width:495px;
	height:330px;
}
