@charset "utf-8";

:hover{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.picfd:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	border: none;
}

.qcontainer,.qcontainer2 {
  margin-right: auto;
  margin-left: auto;
}

.padding1{
  padding-top: 110px;
}

/* 头部 */
.header {
  width: 100%;
  background: none;
  position: absolute;
  z-index: 9999999;
  /*-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	box-shadow:0 0 10px rgba(0, 0, 0, .1);*/
}
.header .collapse {
  position: relative;
}
.header .navbar-default .navbar-collapse, .header .navbar-default .navbar-form{
	border-top: 0px;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 110px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 110px;
  padding: 20px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 69px;
}
.header .navbar-brand img.img1 {
	display: inline-block;
}
.header .navbar-brand img.img2 {
	display: none;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #fff;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .language {
  font-size: 16px;
  color: #000;
  line-height: 110px;
  margin-left: 22px;
}
.header .navbar .language a {
  color: #000;
}
.header .navbar .language a:hover,
.header .navbar .language a.on {
  color: #d20f28;
}

.header .nav {
	margin-top: 29px;
  padding-right: 0px;
  padding-bottom: 0px;
	background: url(../images/pic3.png) no-repeat right center;
}
.header .nav > li {
	margin-right: 0px !important;
	padding: 0 34px;
	background: url(../images/pic3.png) no-repeat left center;
  position: relative;
}
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a {
	min-width: 116px;
  height: 32px;
  line-height: 30px;
  text-align: center;
	padding: 0 10px;
	border-radius: 32px;
  display: block;
}
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top: 10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
	padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
	font-weight: bold;
	color: #fff;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #012d6a;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #012d6a;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #012d6a;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
	font-weight: bold;
	color: #fff;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0% !important;
  margin-left: 0px !important;
  z-index: 1000;
  display: none;
  width: 100%;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 5px !important;
  clear: both;
  font-weight: normal;
  height: 53px;
  line-height: 53px !important;
  font-size: 14px;
  color: #fff;
  border-bottom: 0px solid #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
  background-color: #d20f28;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.qy_header{
	background-color: #fff;
}
.qy_header .navbar-brand img.img1 {
	display: none;
}
.qy_header .navbar-brand img.img2 {
	display: inline-block;
}
.qy_header .navbar-default .navbar-nav > li > a {
  color: #666;
}
.qy_header .nav {
	background: url(../images/pic4.png) no-repeat right center;
}
.qy_header .nav > li {
	background: url(../images/pic4.png) no-repeat left center;
}
.qy_header .navbar-default .navbar-nav > .active > a,
.qy_header .navbar-default .navbar-nav > .active > a:hover,
.qy_header .navbar-default .navbar-nav > .active > a:focus {
	color: #666;
	border: 1px solid rgba(102, 102, 102, 0.5);
}
.qy_header .navbar-default .navbar-nav > .open > a,
.qy_header .navbar-default .navbar-nav > .open > a:hover,
.qy_header .navbar-default .navbar-nav > .open > a:focus {
	color: #666;
	border: 1px solid rgba(102, 102, 102, 0.5);
}

/* BANNER */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2000;
}
.banner .item {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner a {
  display: block;
  width: 100%;
}

.banner .owl-buttons {
  display: none;
}
.banner .owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
}
.banner .owl-pagination {
  height: 22px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
  display: none;
}
.banner .owl-theme .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 22px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.banner .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.banner .owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #fff;
  margin: 0 10px;
  border-radius: 22px;
}
.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #012d6a;
}
.banner .owl-theme .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  z-index: 6;
}
.banner .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.banner .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.banner .owl-theme .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic1.png) no-repeat center;
  position: absolute;
  left: 0px;
}
.banner .owl-theme .owl-controls .owl-nav .owl-next {
  background: url(../images/pic2.png) no-repeat center;
  position: absolute;
  right: 0px;
}
.banner .owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic1h.png) no-repeat center;
}
.banner .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic2h.png) no-repeat center;
}

/* 首页 */
.main {
	width: 100%;
  overflow: hidden;
}
.main h2 {
  width: 100%;
  text-align: center;
  margin: 0px;
}
.main h2 p {
  font-size: 42px;
  color: #000;
  width: 100%;
  line-height: 100%;
}
.main h2 p em.style1 {
  font-size: 16px;
}
.main h2 span {
  font-size: 16px;
  color: #000;
  width: 100%;
  line-height: 100%;
  margin-top: 20px;
  display: block;
  opacity: 0.3;
}

.main1 {
  width: 100%;
  padding: 60px 0 40px;
}
.main1_1 {
  width: 100%;
  margin-top: 14px;
}
.main1_1 .carousel1 {
  width: 100%;
}
.main1_1 .item {
  width: 100%;
}
.main1_1 img {
  display: block;
  width: 100%;
  height: auto;
}
.main1_1 a {
  display: block;
  width: 100%;
}

.main1_1 .owl-buttons {
  display: none;
}
.main1_1 .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 0px;
}
.main1_1 .owl-pagination {
  height: 14px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
}
.main1_1 .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 14px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: none;
}
.main1_1 .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main1_1 .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #e2e5ec;
  border-radius: 14px;
}
.main1_1 .owl-dots .owl-dot.active span,
.main1_1 .owl-dots .owl-dot:hover span {
  background-color: #c3141d;
}
.main1_1 .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  z-index: 6;
}
.main1_1 .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 41px;
  height: 41px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main1_1 .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.main1_1 .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic5.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0px;
}
.main1_1 .owl-controls .owl-nav .owl-next {
  background: url(../images/pic6.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0px;
}
.main1_1 .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic5h.png) no-repeat center;
  background-size: cover;
}
.main1_1 .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic6h.png) no-repeat center;
  background-size: cover;
}
.main1 .more {
  width: 100%;
  text-align: right;
  margin-top: 38px;
}
.main1 .more a {
  font-size: 24px;
  color: #000;
  width: 139px;
  max-width: 100%;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
}
.main1 .more a:hover {
  color: #fff;
  background-color: #000;
}

.main2 {
  width: 100%;
  padding: 60px 0;
}
.main2_1 {
  width: 100%;
  margin-top: 26px;
}
.main2_1 .carousel2 {
  width: 100%;
}
.main2_1 .item {
  width: 100%;
}
.main2_1 .item_nr {
  width: 100%;
  background-color: #fff;
}
.main2_1 .item .pic {
  width: 50%;
  overflow: hidden;
}
.main2_1 .item .pic img {
  width: 100%;
}
.main2_1 .item .text {
  width: 50%;
}
.main2_1 .item .text_nr {
  width: 100%;
  padding: 0 29%;
}
.main2_1 .item .text .title {
  font-size: 20px;
  color: #000;
  width: 100%;
  line-height: 100%;
  margin: 162px 0 30px;
  position: relative;
}
.main2_1 .item .text .title:before {
  content: "";
  width: 63px;
  height: 2px;
  background-color: #012d6a;
  position: absolute;
  bottom: 3px;
  left: -85px;
}
.main2_1 .item .text .content {
  font-size: 16px;
  color: #7f7f7f;
  width: 100%;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main2_1 .item .text .more {
  width: 100%;
  margin-top: 134px;
}
.main2_1 .item .text .more span.style1 {
  font-size: 14px;
  color: #fff;
  width: 97px;
  max-width: 100%;
  height: 39px;
  line-height: 37px;
  text-align: center;
  background-color: #2e88d0;
  border: 1px solid #2e88d0;
  display: inline-block;
}
.main2_1 .item:hover .text .title {
  color: #2e88d0;
}

.main2_1 .owl-buttons {
  display: none;
}
.main2_1 .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 0px;
}
.main2_1 .owl-pagination {
  height: 14px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
}
.main2_1 .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 14px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: none;
}
.main2_1 .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main2_1 .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #e2e5ec;
  border-radius: 14px;
}
.main2_1 .owl-dots .owl-dot.active span,
.main2_1 .owl-dots .owl-dot:hover span {
  background-color: #c3141d;
}
.main2_1 .owl-controls .owl-nav {
  position: absolute;
  width: 79px;
  height: 104px;
  left: 50%;
  right: auto;
  bottom: 20px;
  margin-left: -40px;
  z-index: 6;
}
.main2_1 .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 79px;
  height: 52px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main2_1 .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.main2_1 .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic8.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.main2_1 .owl-controls .owl-nav .owl-next {
  background: url(../images/pic9.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
.main2_1 .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic8h.png) no-repeat center;
  background-size: cover;
}
.main2_1 .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic9h.png) no-repeat center;
  background-size: cover;
}

.main3 {
  width: 100%;
  padding: 60px 0;
}
.main3_1 {
  width: 100%;
  margin-top: 40px;
}
.main3_1 .carousel3 {
  width: 100%;
}
.main3_1 .item {
  width: 100%;
}
.main3_1 .item_nr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main3_1 .item .pic {
  width: 100%;
  height: 306px;
}
.main3_1 .item .text {
  width: 100%;
  height: 306px;
  text-align: center;
  padding: 70px 20px 20px;
  background-color: #f8f8f8;
  position: relative;
}
.main3_1 .item .text:before {
  content: "";
  width: 40px;
  height: 16px;
  background: url(../images/pic10.png) no-repeat center;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -20px;
}
.main3_1 .item .text .title {
  font-size: 22px;
  color: #000;
  width: 100%;
  line-height: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main3_1 .item .text .content {
  font-size: 16px;
  color: #999;
  width: 100%;
  height: 90px;
  line-height: 30px;
  margin: 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main3_1 .item .text .more {
  width: 100%;
}
.main3_1 .item .text .more span.style1 {
  font-family: "Arial";
  font-size: 14px;
  color: #012d6a;
  width: 91px;
  max-width: 100%;
  height: 33px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #012d6a;
  display: inline-block;
}
.main3_1 .item:hover .text .title {
  color: #012d6a;
}
.main3_1 .item:hover .text .more span.style1 {
  color: #fff;
  background-color: #012d6a;
}
.main3_1 .item.odd .pic {
  order: 1;
}
.main3_1 .item.odd .text {
  order: -1;
}
.main3_1 .item.odd .text:before {
  background: url(../images/pic11.png) no-repeat center;
  top: auto;
  bottom: -16px;
}

.main3_1 .owl-buttons {
  display: none;
}
.main3_1 .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 42px;
}
.main3_1 .owl-pagination {
  height: 12px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
}
.main3_1 .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 12px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: none;
}
.main3_1 .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main3_1 .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.main3_1 .owl-dots .owl-dot.active span,
.main3_1 .owl-dots .owl-dot:hover span {
  background-color: #012d6a;
}
.main3_1 .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  z-index: 6;
}
.main3_1 .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 41px;
  height: 41px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main3_1 .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.main3_1 .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic5.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0px;
}
.main3_1 .owl-controls .owl-nav .owl-next {
  background: url(../images/pic6.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0px;
}
.main3_1 .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic5h.png) no-repeat center;
  background-size: cover;
}
.main3_1 .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic6h.png) no-repeat center;
  background-size: cover;
}

.main4 {
  width: 100%;
  padding: 70px 0 0px;
}
.main4_1 {
  width: 100%;
  margin-top: 86px;
}
.main4_1 ul {
  width: 100%;
}
.main4_1 ul li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main4_1 ul li .pic {
  width: 50%;
  order: 2;
}
.main4_1 ul li .pic img {
  width: 100%;
}
.main4_1 ul li .text {
  width: 50%;
  text-align: right;
  order: 1;
}
.main4_1 ul li .text .item1 {
  width: 100%;
  padding-right: 90px;
}
.main4_1 ul li .text .item2 {
  width: 100%;
  padding: 0 120px;
}
.main4_1 ul li .text .item2 .title {
  font-size: 22px;
  color: #000;
  width: 100%;
  line-height: 100%;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main4_1 ul li .text .item2 .content {
  font-size: 14px;
  color: #999;
  width: 100%;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main4_1 ul li .text .item2 .more {
  font-size: 12px;
  color: #2ca2fa;
  width: 100%;
  line-height: 100%;
  padding-top: 20px;
}
.main4_1 ul li .text .item2 .more a {
  color: #2ca2fa;
}
.main4_1 ul li .text .item2 .more a:hover {
  text-decoration: underline;
}
.main4_1 ul li.odd .pic {
  order: 1;
}
.main4_1 ul li.odd .text {
  text-align: left;
  order: 2;
}

/* 底部 */
.footer {
	width: 100%;
	background-color: #232124;
  overflow: hidden;
}
.footer_t {
  width: 100%;
}
.footer_t .item {
  width: 100%;
  padding: 60px 0 54px;
	background: url(../images/pic13.png) no-repeat right bottom;
}
.footer_t .item1 {
  width: 100%;
}
.footer_t .item1 .wbk1 {
  font-size: 16px;
  color: #7a7a7a;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background-color: #f4f4f4;
  border: 0px;
}
.footer_t .item2 {
  width: 100%;
}
.footer_t .item2_1 {
  margin-top: 60px;
}
.footer_t .item2_1 ul li {
  margin-left: 84px;
}
.footer_t .item2_1 ul li:first-child {
  margin-left: 0px;
}
.footer_t .item2_1 ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  margin-bottom: 10px;
}
.footer_t .item2_1 ul li p a {
  color: #fff;
}
.footer_t .item2_1 ul li p a:hover {
  color: #2ca2fa;
}
.footer_t .item2_1 ul li span {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: block;
}
.footer_t .item2_1 ul li span a {
  color: #fff;
}
.footer_t .item2_1 ul li span a:hover {
  color: #2ca2fa;
}
.footer_t .item2_2 {
  margin-top: 48px;
  margin-left: 178px;
}
.footer_t .item2_2 ul li {
  margin-left: 60px;
}
.footer_t .item2_2 ul li:first-child {
  margin-left: 0px;
}
.footer_t .item2_2 ul li p {
  width: 95px;
}
.footer_t .item2_2 ul li p img {
  width: 100%;
}
.footer_t .item2_2 ul li span {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  margin: 11px 0 0 20px;
}
.footer_t .item2_3 {
  margin-top: 60px;
}
.footer_t .item2_3 .title {
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  margin-bottom: 10px;
}
.footer_t .item2_3 .content {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer_t .item2_3 .content img {
  height: 21px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.footer_b {
  font-size: 16px;
  color: #fff;
  width: 100%;
  line-height: 30px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #343235;
}
.footer_b a {
  color: #fff;
}
.footer_b a:hover {
  color: #2ca2fa;
}

/* 内页BANNER */
.qy_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2000;
}
.qy_banner img {
  display: block;
  width: 100%;
  height: auto;
}
.qy_banner a {
  display: block;
  width: 100%;
}

/* 面包屑 */
.crumb{
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.crumb .item{
  font-size: 14px;
  color: #a2a1a1;
  width: 100%;
  line-height: 21px;
  padding-left: 31px;
	background: url(../images/pic19.png) no-repeat left top;
}
.crumb .item a{
  color: #a2a1a1;
}
.crumb .item a:hover{
  color: #2e88d0;
}

/* 内页公用 */
.qy_main {
	width: 100%;
  overflow: hidden;
}
.qy_main h2 {
  width: 100%;
  text-align: center;
  margin: 0px;
}
.qy_main h2 p {
  font-size: 30px;
  font-weight: bold;
  color: #666;
  width: 100%;
  line-height: 100%;
}
.qy_main h2 p em.style1 {
  font-size: 18px;
}
.qy_main h2 span {
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 100%;
  margin-top: 10px;
  display: block;
  opacity: 0.5;
}
.qy_main h3 {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 76px 0 66px;
}
.qy_main h3 p {
  font-size: 30px;
  color: #fff;
  width: 100%;
  line-height: 100%;
}
.qy_main h3 span {
  font-size: 18px;
  color: #fff;
  width: 100%;
  line-height: 100%;
  margin-top: 10px;
  display: block;
  opacity: 0.3;
}
.qy_main h4 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  width: 100%;
  line-height: 100%;
  text-align: center;
  margin: 0px;
  padding-bottom: 37px;
	background: url(../images/pic38.png) no-repeat center bottom;
}
.qy_main .twonav {
  font-size: 0px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.qy_main .twonav a {
  font-size: 18px;
  color: #666;
  line-height: 100%;
  margin: 0 22px;
  padding-bottom: 7px;
  display: inline-block;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.qy_main .twonav a:hover, .qy_main .twonav a.on {
  color: #2e88d0;
	background: url(../images/pic47.png) no-repeat center bottom;
}

/* banner了解更多 */
.details_main{
  width: 100%;
  padding: 60px 0;
}
.details_main .title{
  font-size: 24px;
  color: #666;
  width: 100%;
  text-align: center;
  padding-bottom: 26px;
	background: url(../images/pic20.png) no-repeat center bottom;
}
.details_main .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 30px;
  margin-top: 22px;
}

/* 产品简介 */
.cpjj_main{
  width: 100%;
}
.cpjj_main1{
  width: 100%;
}
.cpjj_main1 ul li{
  width: 100%;
  margin-top: 60px;
}
.cpjj_main1 ul li .item{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cpjj_main1 ul li .item .pic{
  width: 50%;
  overflow: hidden;
  order: 2;
}
.cpjj_main1 ul li .item .pic img{
  width: 100%;
}
.cpjj_main1 ul li .item .text{
  width: 50%;
  padding-right: 30px;
  order: 1;
}
.cpjj_main1 ul li .item .text .title{
  font-size: 30px;
  font-weight: bold;
  color: #666;
  width: 100%;
  line-height: 100%;
  padding-bottom: 34px;
	background: url(../images/pic21.png) no-repeat left bottom;
}
.cpjj_main1 ul li .item .text .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 36px;
  margin: 20px 0 -9px;
}
.cpjj_main2{
  width: 100%;
  padding-bottom: 60px;
}
.cpjj_main2 ul li{
  width: 100%;
  margin-top: 60px;
}
.cpjj_main2 ul li .item{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cpjj_main2 ul li .item .pic{
  width: 42.6%;
  overflow: hidden;
  order: 1;
}
.cpjj_main2 ul li .item .pic img{
  width: 100%;
}
.cpjj_main2 ul li .item .text{
  width: 57.4%;
  padding-left: 130px;
  order: 2;
}
.cpjj_main2 ul li .item .text .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 36px;
}
.cpjj_main2 ul li.odd .item .pic{
  order: 2;
}
.cpjj_main2 ul li.odd .item .text{
  padding-left: 0px;
  padding-right: 130px;
  order: 1;
}
.cpjj_main3{
  width: 100%;
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cpjj_main3 .pic{
  width: 47.6%;
  overflow: hidden;
  order: 2;
}
.cpjj_main3 .pic img{
  width: 100%;
}
.cpjj_main3 .text{
  width: 52.4%;
  padding-right: 30px;
  order: 1;
}
.cpjj_main3 .text .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 34px;
  margin: -8px 0;
}

/* 常见问题 */
.cjwt_main{
  width: 100%;
  padding: 60px 0 40px;
}
.cjwt_main1{
  width: 100%;
}
.cjwt_main1_1{
  width: 100%;
}
.cjwt_main1 ul{
  width: 100%;
}
.cjwt_main1 ul li{
  width: 100%;
  padding: 80px 0;
  border-top: 2px solid #eaeaea;
}
.cjwt_main1 ul li:first-child{
  padding-top: 60px;
  border-top: 0px;
}
.cjwt_main1 ul li .item{
  width: 100%;
  display: flex;
  align-items: center;
}
.cjwt_main1 ul li .item .pic{
  width: 9.17%;
}
.cjwt_main1 ul li .item .pic img{
  width: 100%;
}
.cjwt_main1 ul li .item .pic img.img1{
  display: inline-block;
}
.cjwt_main1 ul li .item .pic img.img2{
  display: none;
}
.cjwt_main1 ul li .item .text{
  width: 90.83%;
  padding-left: 30px;
}
.cjwt_main1 ul li .item .text .title{
  font-size: 30px;
  color: #0086dd;
  line-height: 34px;
}
.cjwt_main1 ul li .item .text .content{
  font-size: 18px;
  color: #000;
  line-height: 22px;
  margin-top: 16px;
}
.cjwt_main1 ul li .item:hover .pic img.img1{
  display: none;
}
.cjwt_main1 ul li .item:hover .pic img.img2{
  display: inline-block;
}

/* 联系我们 */
.lxwm_main{
  width: 100%;
  padding: 60px 0;
}
.lxwm_main1{
  width: 100%;
}
.lxwm_main1 .item1{
  width: 100%;
}
.lxwm_main1 .item1_nr{
  width: 25%;
  text-align: center;
  padding: 0 10px;
}
.lxwm_main1 .item1_nr .pic{
  width: 100%;
}
.lxwm_main1 .item1_nr .pic img{
  height: 50px;
}
.lxwm_main1 .item1_nr .title{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 22px;
  margin: 26px 0;
}
.lxwm_main1 .item1_nr .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 22px;
}
.lxwm_main1 .item2{
  width: 100%;
  margin-top: 60px;
}
.lxwm_main1 .item2 *{
  width: 100%;
}

/* 人类挑战详情 */
.rltzxq_main{
  width: 100%;
}
.rltzxq_main1{
  width: 100%;
  padding: 60px 0;
}
.rltzxq_main1_1{
  font-size: 42px;
  color: #666;
  width: 100%;
  line-height: 100%;
  text-align: center;
}
.rltzxq_main1_1 span.style1{
  font-size: 18px;
}
.rltzxq_main1_2{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 22px;
  text-align: center;
  margin-top: 18px;
}
.rltzxq_main1_3{
  width: 100%;
  margin-top: 30px;
}
.rltzxq_main1_3 ul{
  width: 100%;
  padding: 40px 0 50px;
	background: url(../images/pic31.png) repeat-y center;
}
.rltzxq_main1_3 ul li{
  width: 100%;
  margin-top: 90px;
}
.rltzxq_main1_3 ul li:first-child{
  margin-top: 0px;
}
.rltzxq_main1_3 ul li .item{
  width: 100%;
	background: url(../images/pic32.png) no-repeat center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rltzxq_main1_3 ul li .item .date{
  font-size: 48px;
  color: #262626;
  width: 50%;
  line-height: 100%;
  text-align: right;
  padding-right: 49px;
  order: 1;
}
.rltzxq_main1_3 ul li .item .text{
  width: 50%;
  text-align: left;
  padding-left: 49px;
  order: 2;
}
.rltzxq_main1_3 ul li .item .text .title{
  font-size: 24px;
  color: #262626;
  width: 100%;
  line-height: 28px;
}
.rltzxq_main1_3 ul li .item .text .content{
  font-size: 18px;
  color: #262626;
  width: 100%;
  line-height: 22px;
  margin-top: 4px;
}
.rltzxq_main1_3 ul li.odd .item .date{
  text-align: left;
  padding-right: 0px;
  padding-left: 49px;
  order: 2;
}
.rltzxq_main1_3 ul li.odd .item .text{
  text-align: right;
  padding-left: 0px;
  padding-right: 49px;
  order: 1;
}

/* 数据中心 */
.sjzx_main{
  width: 100%;
}
.sjzx_main h2 p {
  font-weight: normal;
}
.sjzx_main1{
  width: 100%;
  padding: 74px 0 60px;
}
.sjzx_main1_1{
  width: 100%;
  margin-top: 30px;
  padding-left: 64px;
  position: relative;
}
.sjzx_main1_1 .title{
  position: absolute;
  top: 156px;
  left: 0px;
}
.sjzx_main1_1 .content{
  width: 100%;
}
.sjzx_main1_1 .content *{
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.sjzx_main1_1 .content img{
  width: auto;
  max-width: none;
}
.sjzx_main1_1 .mCSB_horizontal.mCSB_inside > .mCSB_container{
  margin-bottom: 76px;
}
.sjzx_main1_1 .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  width: 500px;
  max-width: 100%;
  height: 18px;
  margin: 0 auto;
}
.sjzx_main1_1 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
  height: 2px;
  margin: 8px 0;
}
.sjzx_main1_1 .mCSB_scrollTools .mCSB_draggerRail{
  background-color: #c5c5c5;
}
.sjzx_main1_1 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
  width: 100%;
  height: 18px;
  margin: 0px auto;
}
.sjzx_main1_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: #fff;
  border: 5px solid #0086dd;
}
.sjzx_main2{
  width: 100%;
  padding: 60px 0;
}
.sjzx_main2_1{
  width: 100%;
  margin-top: 60px;
}
.sjzx_main2_1 img {
  display: block;
  width: 100%;
  height: auto;
}
.sjzx_main2_1 a {
  display: block;
  width: 100%;
}
.sjzx_main2_2{
  font-size: 0px;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.sjzx_main2_2 a{
  font-size: 18px;
  color: #666;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 15px;
  background-color: #eee;
  display: inline-block;
}
.sjzx_main2_2 a:hover, .sjzx_main2_2 a.on{
  color: #fff;
  background-color: #0086dd;
}
.sjzx_main2_3{
  width: 100%;
  margin-top: 60px;
}
.sjzx_main2_3 .item {
  width: 100%;
}
.sjzx_main2_3 img {
  display: block;
  width: 100%;
  height: auto;
}
.sjzx_main2_3 a {
  display: block;
  width: 100%;
}

.sjzx_main2_3 .owl-buttons {
  display: none;
}
.sjzx_main2_3 .owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 42px;
}
.sjzx_main2_3 .owl-pagination {
  height: 22px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
  display: none;
}
.sjzx_main2_3 .owl-theme .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 22px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.sjzx_main2_3 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.sjzx_main2_3 .owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 22px;
  background: #eee;
  border: 2px solid #eee;
  margin: 0 10px;
  border-radius: 22px;
}
.sjzx_main2_3 .owl-theme .owl-dots .owl-dot.active span,
.sjzx_main2_3 .owl-theme .owl-dots .owl-dot:hover span {
  background: #012d6a;
  border: 2px solid #012d6a;
}
.sjzx_main2_3 .owl-theme .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  z-index: 6;
}
.sjzx_main2_3 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sjzx_main2_3 .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.sjzx_main2_3 .owl-theme .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic1.png) no-repeat center;
  position: absolute;
  left: 0px;
}
.sjzx_main2_3 .owl-theme .owl-controls .owl-nav .owl-next {
  background: url(../images/pic2.png) no-repeat center;
  position: absolute;
  right: 0px;
}
.sjzx_main2_3 .owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic1h.png) no-repeat center;
}
.sjzx_main2_3 .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic2h.png) no-repeat center;
}

/* 我们的责任 */
.wmdzr_main{
  width: 100%;
}
.wmdzr_main1{
  width: 100%;
  padding: 60px 0;
}
.wmdzr_main1 .item{
  width: 100%;
  margin-top: 30px;
}
.wmdzr_main1 .item .pic{
  width: 26.18%;
  overflow: hidden;
}
.wmdzr_main1 .item .pic img{
  width: 100%;
}
.wmdzr_main1 .item .text{
  width: 73.82%;
  padding-right: 100px;
}
.wmdzr_main1 .item .text .title{
  font-size: 30px;
  font-weight: bold;
  color: #666;
  width: 100%;
  line-height: 100%;
}
.wmdzr_main1 .item .text .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 30px;
  margin: 24px 0 -6px;
}
.wmdzr_main2{
  width: 100%;
  padding: 60px 0;
}
.wmdzr_main2 .item{
  width: 100%;
}
.wmdzr_main2 .item .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 36px;
  width: 100%;
  margin: -9px 0;
}
.wmdzr_main2 .item .list{
  width: 100%;
}
.wmdzr_main2 .item .list_nr{
  width: 50%;
  padding: 60px 10px 0;
}

/* 我们在努力 */
.wmznl_main{
  width: 100%;
}
.wmznl_main1{
  width: 100%;
  padding: 60px 0;
}
.wmznl_main1 .item1{
  font-size: 36px;
  font-weight: bold;
  color: #000;
  width: 100%;
  line-height: 100%;
  text-align: center;
}
.wmznl_main1 .item2{
  font-size: 24px;
  color: #959595;
  width: 100%;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  padding: 60px 0;
  background-color: #eee;
}
.wmznl_main2{
  width: 100%;
}
.wmznl_main2 ul{
  width: 100%;
}
.wmznl_main2 ul li{
  width: 100%;
}
.wmznl_main2 ul li .item{
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wmznl_main2 ul li .item .pic{
  width: 50%;
  overflow: hidden;
  order: 1;
}
.wmznl_main2 ul li .item .pic img{
  width: 100%;
}
.wmznl_main2 ul li .item .text{
  width: 50%;
  padding-left: 50px;
  order: 2;
}
.wmznl_main2 ul li .item .text .title{
  font-size: 28px;
  color: #1e1e1e;
  width: 100%;
  line-height: 100%;
  padding-bottom: 20px;
	background: url(../images/pic43.png) no-repeat left bottom;
}
.wmznl_main2 ul li .item .text .title span.style1{
  font-size: 18px;
  color: #959595;
}
.wmznl_main2 ul li .item .text .content{
  font-size: 16px;
  color: #666;
  width: 100%;
  line-height: 36px;
  margin: 30px 0 4px;
}
.wmznl_main2 ul li .item .text .en{
  font-size: 72px;
  font-weight: bold;
  color: #959595;
  width: 100%;
  line-height: 100%;
  opacity: 0.1;
}
.wmznl_main2 ul li.odd .item{
  background-color: #0086dd;
}
.wmznl_main2 ul li.odd .item .pic{
  order: 2;
}
.wmznl_main2 ul li.odd .item .text{
  padding-left: auto;
  padding-right: 50px !important;
  order: 1;
}
.wmznl_main2 ul li.odd .item .text .title{
  color: #fff;
	background: url(../images/pic44.png) no-repeat left bottom;
}
.wmznl_main2 ul li.odd .item .text .title span.style1{
  color: #fff;
}
.wmznl_main2 ul li.odd .item .text .content{
  color: #fff;
}
.wmznl_main2 ul li.odd .item .text .en{
  color: #fff;
}

/* 新闻中心 */
.xwzx_main{
  width: 100%;
  padding: 60px 0;
}
.xwzx_main1{
  width: 100%;
}
.xwzx_main1_1{
  width: 100%;
}
.xwzx_main1_1 ul{
  width: 100%;
}
.xwzx_main1_1 ul li{
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #eee;
}
.xwzx_main1_1 ul li:first-child{
  border-top: 0px;
}
.xwzx_main1_1 ul li .item{
  width: 100%;
  position: relative;
}
.xwzx_main1_1 ul li .item .date{
  width: 78px;
  position: absolute;
  top: 4px;
  left: 0px;
}
.xwzx_main1_1 ul li .item .date p{
  font-size: 30px;
  color: #666;
  width: 100%;
  line-height: 100%;
}
.xwzx_main1_1 ul li .item .date span{
  font-size: 16px;
  color: #666;
  width: 100%;
  line-height: 100%;
  margin-top: 16px;
  display: block;
}
.xwzx_main1_1 ul li .item .text{
  margin: 0 170px 0 98px;
  padding-left: 100px;
	background: url(../images/pic45.png) no-repeat left 40px;
}
.xwzx_main1_1 ul li .item .text .title{
  font-size: 24px;
  color: #666;
  width: 100%;
  line-height: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xwzx_main1_1 ul li .item .text .content{
  font-size: 16px;
  color: #666;
  width: 100%;
  line-height: 100%;
  margin-top: 30px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xwzx_main1_1 ul li .item .more{
  font-size: 18px;
  color: #0488de;
  width: 150px;
  position: absolute;
  top: 24px;
  right: 0px;
  display: none;
}
.xwzx_main1_1 ul li .item .more img{
  margin-left: 10px;
}
.xwzx_main1_1 ul li .item:hover .text .title{
  color: #0488de;
}
.xwzx_main1_1 ul li .item:hover .more{
  display: block;
}
.xwzx_main1_2{
  width: 100%;
}
.xwzx_main1_2 .title{
  width: 100%;
  text-align: center;
  padding-bottom: 18px;
	background: url(../images/pic20.png) no-repeat center bottom;
}
.xwzx_main1_2 .title p{
  font-size: 24px;
  color: #666;
  width: 100%;
}
.xwzx_main1_2 .title span{
  font-size: 16px;
  color: #666;
  width: 100%;
  margin-top: 10px;
  display: block;
}
.xwzx_main1_2 .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 30px;
  margin-top: 60px;
}

/*page*/
.pages {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.pages a {
  display: inline-block;
  width: 30px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background-color: #bebebe;
  border: 1px solid #bebebe;
  padding: 0 5px;
  margin: 0 2.5px;
  /* font-family: "Arial"; */
  font-size: 14px;
  color: #fefefe;
  transition: all 0.5s;
}
.pages a.style1,
.pages a.style2 {
  /* font-family: "微软雅黑"; */
  width: 70px;
}
.pages a:hover,
.pages a.on {
  background: #009fe4;
  border: 1px solid #009fe4;
  color: #fefefe;
}

/* 公司介绍 */
.gsjs_main{
  width: 100%;
}
.gsjs_main h2 p {
  font-weight: normal;
  color: #0086dd;
}
.gsjs_main h2 span {
  color: #0086dd;
}
.gsjs_main .more{
  width: 100%;
  text-align: right;
  margin-top: 60px;
}
.gsjs_main .more a{
  font-size: 18px;
  color: #0086dd;
  width: 150px;
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #0086dd;
  border-radius: 10px;
  display: inline-block;
}
.gsjs_main .more a:hover{
  color: #fff;
  background-color: #0086dd;
}
.gsjs_main1{
  width: 100%;
  padding: 120px 0 60px;
}
.gsjs_main1_1{
  width: 100%;
}
.gsjs_main1_1_l{
  width: 36.33%;
}
.gsjs_main1_1_l h2{
  text-align: left;
}
.gsjs_main1_1_l h2 p{
  font-size: 60px;
}
.gsjs_main1_1_l h2 span{
  margin-top: 16px;
}
.gsjs_main1_1_r{
  font-size: 18px;
  color: #666;
  width: 63.67%;
  line-height: 22px;
  padding-left: 70px;
  border-left: 3px solid #666;
}
.gsjs_main1_1_r span.style1{
  font-size: 20px;
  font-weight: bold;
}
.gsjs_main2{
  width: 100%;
  padding: 60px 0 0px;
}
.gsjs_main2_1{
  width: 100%;
  margin-top: 30px;
  background-color: #eee;
}
.gsjs_main2_1 .item{
  width: 25%;
  text-align: center;
  padding: 60px 50px;
}
.gsjs_main2_1 .item .pic{
  width: 100%;
}
.gsjs_main2_1 .item .pic img{
  height: 100px;
}
.gsjs_main2_1 .item .title{
  font-size: 20px;
  color: #666;
  width: 100%;
  line-height: 24px;
  margin-top: 28px;
}
.gsjs_main2_2{
  width: 100%;
  margin-top: 60px;
}
.gsjs_main2_2 .content{
  font-size: 18px;
  color: #666;
  width: 100%;
  line-height: 22px;
  text-align: center;
}
.gsjs_main2_2 .more{
  text-align: center;
  margin-top: 30px;
}
.gsjs_main3{
  width: 100%;
  padding: 60px 0 90px;
}
.gsjs_main3_1{
  width: 716px;
  max-width: 100%;
  margin-top: 50px;
}
.gsjs_main3_1 ul{
  width: 100%;
  height: 332px;
	background: url(../images/pic52.png) no-repeat 120px center;
}
.gsjs_main3_1 ul li{
  width: 100%;
  line-height: 38px;
  margin-top: 50px;
}
.gsjs_main3_1 ul li:first-child{
  margin-top: 0px;
}
.gsjs_main3_1 ul li .item1{
  font-size: 30px;
  font-weight: bold;
  color: #0086dd;
  width: 116px;
}
.gsjs_main3_1 ul li .item2{
  margin-left: 116px;
}
.gsjs_main3_1 ul li .item2_nr{
  font-size: 18px;
  color: #666;
  width: 100%;
  padding-left: 26px;
	background: url(../images/pic53.png) no-repeat left 14px;
}
.gsjs_main3_1 ul li .item2_nr p{
  width: 76px;
}
.gsjs_main3_1 ul li .item2_nr span{
  margin-left: 76px;
  display: block;
}
.gsjs_main3_1 *{
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.gsjs_main3_1 .mCSB_inside > .mCSB_container{
  margin-right: 20px;
}
.gsjs_main3_1 .mCSB_scrollTools{
  width: 7px;
  opacity: 1;
}
.gsjs_main3_1 .mCSB_scrollTools .mCSB_draggerRail{
  width: 1px;
  margin: 0 3px;
  background-color: #666;
  border-radius: 0px;
}
.gsjs_main3_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 7px;
  background-color: #666;
  border-radius: 7px;
}
.gsjs_main3_1 .mCSB_scrollTools .mCSB_draggerContainer{
  position: absolute;
  top: 60px;
  right: 0px;
  bottom: 60px;
  left: auto;
}