@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 {
  margin-right: auto;
  margin-left: auto;
}

/* 头部 */
.header {
  width: 100%;
}
.header_t {
  width: 100%;
  padding: 14px 0;
  background-color: #f1f1f1;
}
.header_t a {
  font-size: 16px;
  color: #c6000b;
  height: 22px;
  line-height: 22px;
  display: inline-block;
}
.header_t a img {
  height: 22px;
  margin-right: 6px;
}
.header_t a:hover {
  text-decoration: underline;
}
.header_b {
  width: 100%;
  height: 93px;
  padding: 25px 0 28px;
}
.header_b .qcontainer {
  position: relative;
}
.header_b .logo {
  width: 133px;
  margin-top: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.header_b .advertisement {
  width: 232px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.header_b .search {
  padding-right: 76px;
  position: absolute;
  top: 0px;
  right: 304px;
  left: 205px;
}
.header_b .search .wbk1 {
  font-size: 12px;
  color: #a9a9a9;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 16px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-right: 0px;
}
.header_b .search .btn1 {
  width: 76px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #c6000b url(../images/pic2.png) no-repeat center;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.header_b .search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a9a9a9;
}
.header_b .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a9a9a9;
}
.header_b .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a9a9a9;
}
.header_b .search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a9a9a9;
}

/* 导航 */
.navzksq {
  width: 100%;
  display: none;
}
.navzksq .nr {
  width: 100%;
  padding: 10px 15px;
  background-color: #c6000b;
}
.navzksq .nr img {
  height: 28px;
}

.nav {
  width: 100%;
}
.nav ul {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  padding: 16px 0;
  background-color: #c6000b;
}
.nav ul li {
}
.nav ul li p {
  margin: 0px;
  padding-left: 15px;
}
.nav ul li p a {
  font-weight: bold;
  color: #fff;
}
.nav ul li p a:hover {
  text-decoration: underline;
}
.nav ul li span em {
  padding: 0 15px 0 16px;
  background: url(../images/pic4.png) no-repeat left center;
}
.nav ul li span em:first-child {
  padding: 0 15px;
  background: none;
}
.nav ul li span em a {
  color: #fff;
}
.nav ul li span em a:hover {
  text-decoration: underline;
}

.nav2 {
  width: 100%;
  background-color: #c6000b;
}
.nav2 ul {
  width: 100%;
}
.nav2 ul li {
  width: 16.66%;
  padding-left: 1px;
  background: url(../images/pic30.png) no-repeat left center;
}
.nav2 ul li:first-child {
  background: none;
}
.nav2 ul li a {
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
}
.nav2 ul li a:hover,
.nav2 ul li a.on {
  background-color: #960008;
}

.nav3 {
  width: 100%;
  background-color: #c6000b;
}
.nav3 ul {
}
.nav3 ul li {
  padding-left: 1px;
  background: url(../images/pic30.png) no-repeat left center;
}
.nav3 ul li:first-child {
  background: none;
}
.nav3 ul li a {
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 29px;
  display: block;
}
.nav3 ul li a:hover,
.nav3 ul li a.on {
  background-color: #a70009;
}
.nav3 a.fhsy {
  font-size: 18px;
  color: #fff;
  width: 110px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin-top: 7px;
  padding: 0 5px;
  background-color: #020202;
  border-radius: 3px;
  display: block;
}
.nav3 a.fhsy:hover {
  background-color: #a70009;
}

/* 首页 */
.main {
  width: 100%;
  overflow: hidden;
}
.main h2 {
  width: 100%;
  height: 43px;
  margin: 20px 0 0;
  border-bottom: 1px solid #dadada;
}
.main h2 p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  min-width: 80px;
  height: 43px;
  line-height: 100%;
  margin: 0px;
  border-bottom: 3px solid #c6000b;
}
.main h2 a {
  font-size: 14px;
  color: #333;
  line-height: 100%;
  margin-top: 5px;
}
.main h2 a:hover {
  color: #c6000b;
}
.main h3 {
  width: 100%;
  height: 41px;
  margin: 20px 0 0;
  border-bottom: 1px solid #dadada;
}
.main h3 p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 41px;
  line-height: 41px;
  margin: 0px;
  padding: 0 35px 0 15px;
  background: #c6000b url(../images/pic7.png) no-repeat right center;
}
.main h3 a {
  font-size: 14px;
  color: #333;
  line-height: 100%;
  margin-top: 5px;
}
.main h3 a:hover {
  color: #c6000b;
}

.main1 {
  width: 100%;
}
.main1 ul {
  margin-right: -15px;
}
.main1 ul li {
  width: 33.33%;
  padding: 14px 15px 0 0;
}
.main1 ul li .pic {
  width: 100%;
  overflow: hidden;
}
.main1 ul li .pic img {
  width: 100%;
}
.main2 {
  width: 100%;
  margin-top: 20px;
}
.main2 .nr {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  border-left: 0px;
}
.main2 .nrk {
  font-size: 16px;
  width: 25%;
  padding: 14px 20px;
  border-left: 1px solid #dadada;
}
.main2 .nrk .title {
  color: #333;
  width: 100%;
  line-height: 100%;
}
.main2 .nrk .title a {
  color: #333;
  width: 100%;
  line-height: 100%;
  display: inline-block;
}
.main2 .nrk .title a:hover {
  color: #c6000b;
}
.main2 .nrk .content {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.main2 .nrk .content span {
  font-family: "Arial";
  line-height: 100%;
  display: inline-block;
}
.main2 .nrk .content span.style1 {
  font-weight: bold;
  color: #c6000b;
}
.main2 .nrk .content span.style2 {
  color: #c6000b;
}
.main2 .nrk .content span.style3 {
  color: #17a074;
}
.main3 {
  width: 100%;
}
.main3_l {
  width: 67.5%;
}
.main3_l_nr {
  width: 50%;
  padding-right: 15px;
}
.main3_l_nr .fix{
	position: relative;
}
.main3_l_nr .fix>.advertisement {
  width: 62%;
  position: absolute;
  top: 0px;
  right: 50px;
}
.main3_l_nr ul {
  width: 100%;
  line-height: 36px;
  margin-top: 18px;
}
.main3_l_nr ul li {
  width: 100%;
}
.main3_l_nr ul li a {
  font-size: 16px;
  color: #333;
  width: 100%;
  padding-left: 12px;
  background: url(../images/pic6.png) no-repeat left center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main3_l_nr ul li a:hover {
  font-weight: bold;
  color: #c6000b;
}
.main3_r {
  width: 32.5%;
}
.main3_r1 {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.main3_r1 .pic {
  width: 100%;
}
.main3_r1 .pic * {
  width: 100%;
}
.main3_r1 .title {
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 49px;
  line-height: 49px;
  text-align: center;
  padding: 0 15px;
  background-color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.main3_r2 {
  width: 100%;
  margin-top: 20px;
}
.main3_r2 ul {
  width: 100%;
}
.main3_r2 ul li {
  width: 100%;
  overflow: hidden;
}
.main3_r2 .pic {
  width: 43.6%;
  overflow: hidden;
}
.main3_r2 .pic img {
  width: 100%;
}
.main3_r2 .text {
  font-size: 16px;
  color: #333;
  width: 56.4%;
  line-height: 28px;
  padding-left: 36px;
}
.main3_r2 .text1 {
  width: 100%;
}
.main3_r2 .text2 {
  width: 100%;
  margin-top: 8px;
}
.main3_r3 {
  font-size: 16px;
  width: 100%;
  margin-top: 30px;
  padding: 10px;
  background-color: #c6000b;
}
.main3_r3 .wbk1 {
  color: #a7a7a7;
  width: 66.76%;
  height: 37px;
  line-height: 37px;
  padding: 0 14px;
  background-color: #fff;
  border: 0px;
  border-radius: 3px;
}
.main3_r3 .btn1 {
  color: #fff;
  width: 29.19%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #1b1b1b;
  border: 0px;
  border-radius: 3px;
}
.main3_r3 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a7a7a7;
}
.main3_r3 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a7a7a7;
}
.main3_r3 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a7a7a7;
}
.main3_r3 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a7a7a7;
}
.main3_r4 {
  width: 100%;
  margin-top: 20px;
}
.main3_r4 img {
  width: 100%;
}
.main3_r5 {
  font-size: 16px;
  color: #333;
  width: 100%;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.main3_r5 tr {
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-bottom: 1px solid #dadada;
}
.main3_r5 tr td {
  padding: 0 2px;
}
.main3_r5 p {
  width: 100%;
  height: 39px;
  line-height: 39px;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #dadada;
  display: flex;
  justify-content: space-around;
}
.main3_r5 p span {
  padding: 0 2px;
}
.main3_r5 a {
  color: #333;
}
.main3_r5 a:hover {
  color: #c6000b;
}
.main3_r6 {
  width: 100%;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.main3_r6 .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
}
.main3_r6 .text {
  font-size: 16px;
  width: 100%;
  padding: 15px 12px 18px 24px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.main3_r6 .text1 {
  color: #333;
  width: 100%;
}
.main3_r6 .text2 {
  width: 100%;
  margin-top: 8px;
}
.main3_r6 .text2 .nr1 {
  color: #c6000b;
  width: 77px;
  line-height: 36px;
}
.main3_r6 .text2 .nr2 {
  margin-left: 77px;
}
.main3_r6 .text2 .nr2 .wbk1 {
  color: #333;
  width: 71.27%;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  background-color: #dadada;
  border: 0px;
  border-radius: 3px 0 0 3px;
}
.main3_r6 .text2 .nr2 .btn1 {
  color: #fff;
  width: 28.73%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #c6000b;
  border: 0px;
  border-radius: 3px;
}
.main3_r6 .text2 .nr2 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}
.main3_r6 .text2 .nr2 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}
.main3_r6 .text2 .nr2 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}
.main3_r6 .text2 .nr2 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}
.main3_r7 {
  width: 100%;
  margin-top: 15px;
}
.main3_r7 .carousel1 {
  width: auto;
  padding: 0 20px;
}
.main3_r7 .item {
  width: 100%;
  padding: 0 7px;
}
.main3_r7 .item_nr {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.main3_r7 .item_nr .pic {
  width: 100%;
  background-color: #f1f1f1;
  overflow: hidden;
}
.main3_r7 .item_nr .pic img {
  width: 100%;
}

.main3_r7 .owl-buttons {
  display: none;
}
.main3_r7 .owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
}
.main3_r7 .owl-pagination {
  height: 8px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
  display: none;
}
.main3_r7 .owl-theme .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 8px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none !important;
}
.main3_r7 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main3_r7 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #0066d9;
  margin: 0 5px;
  border-radius: 8px;
}
.main3_r7 .owl-theme .owl-dots .owl-dot.active span,
.main3_r7 .owl-theme .owl-dots .owl-dot:hover span {
  width: 34px;
}
.main3_r7 .owl-theme .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  z-index: 6;
}
.main3_r7 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 11px;
  height: 19px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main3_r7 .owl-theme .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic8.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -0px;
}
.main3_r7 .owl-theme .owl-controls .owl-nav .owl-next {
  background: url(../images/pic9.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -0px;
}
.main3_r7 .owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic8h.png) no-repeat center;
  background-size: cover;
}
.main3_r7 .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic9h.png) no-repeat center;
  background-size: cover;
}
.main4 {
  width: 100%;
  margin-top: 16px;
}
.main4 img {
  width: 100%;
  display: block;
}
.main5 {
  width: 100%;
}
.main5 .pc {
  width: 100%;
  margin-top: 20px;
}
.main5 .pc .owl-carousel2 {
  width: auto;
  /* margin:0 -11px;*/
  position: relative;
}
.main5 .pc .item {
  width: 100%;
  /* padding:0 11px;*/
}
.main5 .pc .item ul {
  width: 100%;
}
.main5 .pc .item ul li {
  width: 16.66%;
  overflow: hidden;
}
.main5 .pc .item ul li .div1 {
  width: 100%;
  height: 259px;
  cursor: pointer;
}
.main5 .pc .item ul li .div2 {
  width: 100%;
  height: 259px;
  display: none;
}
.main5 .pc .item ul li .div2 .pic {
  width: 33.33%;
  height: 259px;
}
.main5 .pc .item ul li .div2 .text {
  width: 66.67%;
  height: 259px;
  padding: 16px 20px;
}
.main5 .pc .item ul li .div2 .text .content {
  width: 100%;
}
.main5 .pc .item ul li .div2 .text .content ul {
  width: 100%;
}
.main5 .pc .item ul li .div2 .text .content ul li {
  width: 100%;
}
.main5 .pc .item ul li .div2 .text .content ul li .title {
  font-size: 18px;
  color: #333;
  width: 100%;
  line-height: 33px;
  padding-left: 12px;
  background: url(../images/pic6.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main5 .pc .item ul li .div2 .text .content ul li .title a {
  color: #333;
}
.main5 .pc .item ul li .div2 .text .content ul li .title a:hover {
  color: #c6000b;
}
.main5 .pc .item ul li .div2 .text .content ul li .nr {
  font-size: 16px;
  color: #666;
  width: 100%;
  line-height: 23px;
  padding: 2px 0 2px 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main5 .pc .item ul li .div2 .text .more {
  width: 100%;
  margin-top: 12px;
}
.main5 .pc .item ul li .div2 .text .more a {
  font-size: 14px;
  color: #fff;
  width: 95px;
  max-width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #c6000b;
  display: inline-block;
}
.main5 .pc .item ul li.xz {
  width: 50.02%;
}
.main5 .pc .item ul li.xz .div1 {
  display: none;
}
.main5 .pc .item ul li.xz .div2 {
  display: block;
}

.main5 .pc .owl-buttons {
  display: none;
}
.main5 .pc .owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
}
.main5 .pc .owl-pagination {
  height: 8px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
  display: none;
}
.main5 .pc .owl-theme .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 8px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none !important;
}
.main5 .pc .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main5 .pc .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #0066d9;
  margin: 0 5px;
  border-radius: 8px;
}
.main5 .pc .owl-theme .owl-dots .owl-dot.active span,
.main5 .pc .owl-theme .owl-dots .owl-dot:hover span {
  width: 34px;
}
.main5 .pc .owl-theme .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -30px;
  z-index: 6;
}
.main5 .pc .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 20px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main5 .pc .owl-theme .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic23.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -0px;
}
.main5 .pc .owl-theme .owl-controls .owl-nav .owl-next {
  background: url(../images/pic24.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -0px;
}
.main5 .pc .owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic23h.png) no-repeat center;
  background-size: cover;
}
.main5 .pc .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic24h.png) no-repeat center;
  background-size: cover;
}
.main5 .phone {
  width: 100%;
  margin-top: 20px;
  display: none;
}
.main5 .phone .carousel3 {
  width: auto;
  padding: 0 20px;
}
.main5 .phone .item {
  width: 100%;
  padding: 0 7px;
}
.main5 .phone .item_nr {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.main5 .phone .item_nr .pic {
  width: 100%;
  background-color: #f1f1f1;
  overflow: hidden;
}
.main5 .phone .item_nr .pic img {
  width: 100%;
}

.main5 .phone .owl-buttons {
  display: none;
}
.main5 .phone .owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
}
.main5 .phone .owl-pagination {
  height: 8px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
  display: none;
}
.main5 .phone .owl-theme .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 8px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none !important;
}
.main5 .phone .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main5 .phone .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #0066d9;
  margin: 0 5px;
  border-radius: 8px;
}
.main5 .phone .owl-theme .owl-dots .owl-dot.active span,
.main5 .phone .owl-theme .owl-dots .owl-dot:hover span {
  width: 34px;
}
.main5 .phone .owl-theme .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -30px;
  z-index: 6;
}
.main5 .phone .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 20px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main5 .phone .owl-theme .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic23.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -0px;
}
.main5 .phone .owl-theme .owl-controls .owl-nav .owl-next {
  background: url(../images/pic24.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -0px;
}
.main5 .phone .owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic23h.png) no-repeat center;
  background-size: cover;
}
.main5 .phone .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic24h.png) no-repeat center;
  background-size: cover;
}
.main6 {
  width: 100%;
}

/* 底部 */
.footer {
  width: 100%;
  margin-top: 60px;
  background-color: #292929;
}
.footer_t {
  width: 100%;
  padding: 44px 0;
}
.footer_t1 {
  width: 100%;
}
.footer_t2 {
  width: 100%;
  margin-top: 44px;
}
.footer_t2 h2 {
  font-size: 16px;
  color: #ccc;
  width: 100%;
  line-height: 100%;
  margin: 0px;
}
.footer_t2_l {
  width: 20%;
}
.footer_t2_l .content {
  font-size: 14px;
  color: #6f6f6f;
  width: 100%;
  line-height: 28px;
  margin-top: 12px;
}
.footer_t2_r {
}
.footer_t2_r .nr {
  min-width: 150px;
  text-align: center;
  margin-top: 28px;
}
.footer_t2_r .nr:last-child {
  min-width: auto;
}
.footer_t2_r .nr .pic {
  width: 77px;
}
.footer_t2_r .nr .pic img {
  width: 77px;
}
.footer_t2_r .nr .title {
  font-size: 0px;
  margin-top: 16px;
}
.footer_t2_r .nr .title span {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 20px;
  padding: 0 8px;
  border: 1px solid #575757;
  border-radius: 22px;
  display: inline-block;
}
.footer_t2_r .content {
  width: 100%;
}
.footer_c {
  font-size: 0px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #191919;
  border-top: 1px solid #3f3f3f;
}
.footer_c a {
  font-size: 16px;
  color: #cacaca;
  line-height: 26px;
  margin: 0 50px;
  display: inline-block;
}
.footer_c a:hover {
  color: #c6000b;
}
.footer_b {
  width: 100%;
  padding: 16px 0 36px;
}
.footer_b1 {
  font-size: 14px;
  color: #6f6f6f;
  width: 100%;
  text-align: center;
}
.footer_b1 a {
  color: #6f6f6f;
}
.footer_b1 a:hover {
  color: #c6000b;
}
.footer_b2 {
  width: 100%;
}
.footer_b2 ul {
  margin-right: -29px;
}
.footer_b2 ul li {
  width: 14.28%;
  padding: 29px 29px 0 0;
}
.footer_b2 ul li img {
  width: 100%;
  opacity: 0.73;
}

/* 面包屑 */
.crumbs {
  width: 100%;
  border-bottom: 1px solid #e2e1e1;
}
.crumbs_nr {
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 53px;
  line-height: 53px;
  padding-left: 20px;
  background: url(../images/pic25.png) no-repeat left center;
}
.crumbs_nr a {
  color: #333;
}
.crumbs_nr a:hover {
  color: #c6000b;
}

/* 新闻详情 */
.xwxq_main {
  width: 100%;
  margin-top: 24px;
}
.xwxq_main_l {
  width: 67.5%;
  padding-right: 20px;
}
.xwxq_main_l1 {
  font-size: 30px;
  color: #333;
  width: 100%;
  margin: 18px 0 66px;
}
.xwxq_main_l2 {
  font-size: 14px;
  color: #666;
  width: 100%;
}
.xwxq_main_l2 .nr1 {
  line-height: 18px;
}
.xwxq_main_l2 .nr1 span.style1 {
  margin-right: 24px;
}
.xwxq_main_l2 .nr2 {
}
.xwxq_main_l2 .nr2 .fxd {
  line-height: 18px;
}
.xwxq_main_l2 .nr2 .btn1 {
  width: 22px;
  height: 18px;
  margin: 0 8px 0;
}
.bd_weixin_popup {
  width: 250px !important;
  height: 320px !important;
}
.xwxq_main_l3 {
  font-size: 20px;
  color: #666;
  width: 100%;
  line-height: 30px;
  margin-top: 34px;
}
.xwxq_main_l4 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.xwxq_main_l4 .pic {
  width: 100%;
}
.xwxq_main_l4 .title {
  font-size: 18px;
  color: #000;
  width: 100%;
  line-height: 27px;
  margin-top: 10px;
}
.xwxq_main_r {
  width: 32.5%;
}
.xwxq_main_r1 {
  width: 100%;
  overflow: hidden;
}
.xwxq_main_r1 img {
  width: 100%;
}
.xwxq_main_r2 {
  width: 100%;
  margin-top: 20px;
}
.xwxq_main_r2 .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  background-color: #f1f1f1;
}
.xwxq_main_r2 .list {
  width: 100%;
  padding: 15px;
  border: 1px solid #e2e1e1;
}
.xwxq_main_r2 .list ul {
  width: 100%;
  line-height: 37px;
}
.xwxq_main_r2 .list ul li {
  width: 100%;
}
.xwxq_main_r2 .list ul li a {
  font-size: 18px;
  color: #333;
  width: 100%;
  padding-left: 12px;
  background: url(../images/pic6.png) no-repeat left center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwxq_main_r2 .list ul li a:hover {
  font-weight: bold;
  color: #c6000b;
}

/* banner1 */
.banner1 {
  width: 100%;
  margin-top: 18px;
}
.banner1 img {
  width: 100%;
  display: block;
}

/* 新闻列表 */
.xwlb_main {
  width: 100%;
  margin-top: 30px;
}
.xwlb_main_l {
  width: 67.5%;
  padding-right: 15px;
}
.xwlb_main_l .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 100%;
  line-height: 100%;
  padding-bottom: 17px;
  border-bottom: 2px solid #c90d17;
}
.xwlb_main_l .list {
  width: 100%;
  margin-top: 20px;
}
.xwlb_main_l .list ul {
  width: 100%;
  line-height: 37px;
}
.xwlb_main_l .list ul li {
  font-size: 16px;
  color: #9e9e9e;
  width: 100%;
  text-align: right;
}
.xwlb_main_l .list ul li a {
  font-size: 18px;
  color: #333;
  width: 70%;
  text-align: left;
  padding-left: 12px;
  background: url(../images/pic6.png) no-repeat left center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwlb_main_l .list ul li a:hover {
  font-weight: bold;
  color: #c6000b;
}
.xwlb_main_r {
  width: 32.5%;
}

/* 分页 */
.pages {
  font-size: 0px;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.pages a {
  font-size: 16px;
  color: #333;
  height: 43px;
  line-height: 43px;
  text-align: center;
  margin: 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pages a:hover,
.pages a.xz {
  color: #c6000b;
}
.pages a:first-child,
.pages a:last-child {
  padding: 0 42px;
  background-color: #eee;
}
.pages a:first-child:hover,
.pages a:last-child:hover,
.pages a:first-child.xz,
.pages a:last-child.xz {
  color: #fff;
  background-color: #c6000b;
}
.pages strong {
  font-weight: normal;
  color: #333;
  margin: 0 2px;
}

/* 基金产品 */
.jjcp_main {
  width: 100%;
  margin-top: 20px;
}
.jjcp_main_l {
  width: 26.66%;
  border: 1px solid #eaeaea;
}
.jjcp_main_l .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  width: 100%;
  height: 49px;
  line-height: 49px;
  padding: 0 16px;
  background-color: #f3f3f3;
}
.jjcp_main_l .title img {
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.jjcp_main_l .list {
  width: 100%;
}
.jjcp_main_l .list ul {
  width: 100%;
}
.jjcp_main_l .list ul li {
  width: 100%;
  padding: 0 19px;
  border-top: 2px solid #f4f4f4;
}
.jjcp_main_l .list ul li:first-child {
  border-top: 0px;
}
.jjcp_main_l .list ul li a {
  font-size: 16px;
  color: #333;
  width: 100%;
  line-height: 50px;
  padding-left: 18px;
  background: url(../images/pic6.png) no-repeat left center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jjcp_main_l .list ul li a:hover {
  font-weight: bold;
  color: #c6000b;
}
.jjcp_main_r {
  width: 73.34%;
  padding-left: 20px;
}
.jjcp_main_r1 {
  width: 100%;
}
.jjcp_main_r1 .text {
  width: 36.28%;
}
.jjcp_main_r1 .text .content {
  width: 100%;
  border: 1px solid #ebebeb;
  border-bottom: 0px;
}
.jjcp_main_r1 .text .content1 {
  width: 100%;
  line-height: 47px;
  padding: 0 24px;
}
.jjcp_main_r1 .text .content1 .nr1 {
  font-size: 16px;
  font-weight: bold;
  color: #c6000b;
}
.jjcp_main_r1 .text .content1 .nr2 {
  font-size: 14px;
  color: #333;
}
.jjcp_main_r1 .text .content2 {
  width: 100%;
  text-align: center;
  padding: 20px 0 8px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.jjcp_main_r1 .text .content2 .nr1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.jjcp_main_r1 .text .content2 .nr1 span.style1 {
  font-size: 12px;
  font-weight: normal;
  margin-left: 16px;
}
.jjcp_main_r1 .text .content2 .nr2 {
  font-size: 48px;
  font-weight: bold;
  color: #cd0000;
  margin-top: 4px;
}
.jjcp_main_r1 .text .content3 {
  width: 100%;
  text-align: center;
  padding: 16px 0;
}
.jjcp_main_r1 .text .content3 .nr1 {
  font-size: 14px;
  color: #333;
}
.jjcp_main_r1 .text .content3 .nr2 {
  font-size: 18px;
  font-weight: bold;
  color: #cd0000;
  margin-top: 12px;
}
.jjcp_main_r1 .text .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #cd0000;
}
.jjcp_main_r1 .pic {
  width: 63.72%;
  padding-left: 10px;
}
.jjcp_main_r1 .pic img {
  width: 100%;
}
.jjcp_main_r2 {
  width: 100%;
  margin-top: 20px;
}
.jjcp_main_r2 .tab {
  font-size: 0px;
  width: 100%;
  border-bottom: 1px solid #cd0000;
}
.jjcp_main_r2 .tel {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.jjcp_main_r2 .tel span.style1 {
  font-weight: bold;
  color: #cd0000;
}
.jjcp_main_r2 .tab1 {
  font-size: 16px;
  color: #333;
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.jjcp_main_r2 .tab1 a {
  color: #333;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 5px;
  background-color: #f3f3f3;
  display: block;
  overflow: hidden;
}
.jjcp_main_r2 .tab1:hover a {
  color: #fff;
  background-color: #cd0000;
}
.jjcp_main_r2 .tab1.on a {
  color: #fff;
  background-color: #cd0000;
}
.jjcp_main_r2 .tab_nr {
  width: 100%;
}
.jjcp_main_r2 .tab_nr1 {
  width: 100%;
  display: none;
}
.jjcp_main_r2 .tab_nr1 .nr1 {
  width: 100%;
}
.jjcp_main_r2 .tab_nr1 .nr1 table {
  width: 100%;
  border-right: 1px solid #d5d5d5;
}
.jjcp_main_r2 .tab_nr1 .nr1 table tr {
  width: 100%;
}
.jjcp_main_r2 .tab_nr1 .nr1 table tr td {
  font-size: 14px;
  color: #333;
  width: 100%;
  line-height: 24px;
  padding: 10px 26px;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.jjcp_main_r2 .tab_nr1 .nr1 table tr td.style1 {
  font-weight: bold;
  width: 122px;
  text-align: center;
  background-color: #f3f3f3;
}
.jjcp_main_r2 .tab_nr1 .nr1 table tr td.style2 {
  width: auto;
}
.jjcp_main_r2 .tab_nr1 .nr2 {
  width: 100%;
}
.jjcp_main_r2 .tab_nr1 .nr2 table {
  width: 100%;
  border-right: 1px solid #d5d5d5;
}
.jjcp_main_r2 .tab_nr1 .nr2 table thead {
  font-weight: bold;
  width: 100%;
  background-color: #f3f3f3;
}
.jjcp_main_r2 .tab_nr1 .nr2 table td {
  font-size: 14px;
  color: #333;
  width: 33.33%;
  height: 45px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.jjcp_main_r2 .tab_nr1 .nr3 {
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #d5d5d5;
  border-top: 0px;
}
.jjcp_main_r2 .tab_nr1 .nr4 {
  width: 100%;
  padding: 60px 30px;
  border: 1px solid #d5d5d5;
  border-top: 0px;
}
.jjcp_main_r2 .tab_nr1 .nr5 {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-top: 0px;
}
.jjcp_main_r2 .tab_nr1 .nr5 ul {
  width: 100%;
}
.jjcp_main_r2 .tab_nr1 .nr5 ul li {
  width: 100%;
  padding: 0 19px;
  border-top: 2px solid #f4f4f4;
}
.jjcp_main_r2 .tab_nr1 .nr5 ul li:first-child {
  border-top: 0px;
}
.jjcp_main_r2 .tab_nr1 .nr5 ul li a {
  font-size: 14px;
  color: #333;
  width: 100%;
  line-height: 45px;
  padding-left: 18px;
  background: url(../images/pic6.png) no-repeat left center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jjcp_main_r2 .tab_nr1 .nr5 ul li a:hover {
  font-weight: bold;
  color: #c6000b;
}

/* 人才招聘 */
.rczp_main {
  width: 100%;
  margin-top: 60px;
}
.rczp_main_l {
  font-size: 16px;
  width: 25.83%;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  overflow: hidden;
}
.rczp_main_l .title {
  font-weight: bold;
  color: #333;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background-color: #eae8e8;
}
.rczp_main_l .list {
  width: 100%;
}
.rczp_main_l .list ul {
  width: 100%;
}
.rczp_main_l .list ul li {
  width: 100%;
  border-top: 1px solid #ebe9e9;
}
.rczp_main_l .list ul li:first-child {
  border-top: 0px;
}
.rczp_main_l .list ul li a {
  color: #333;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  display: block;
}
.rczp_main_l .list ul li a:hover,
.rczp_main_l .list ul li a.on {
  color: #c6000b;
  background-color: #f7f7f7;
}
.rczp_main_r {
  width: 74.17%;
  padding-left: 30px;
}
.rczp_main_r_nr {
  font-size: 16px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.rczp_main_r_nr1 {
  font-weight: bold;
  color: #333;
  width: 100%;
  line-height: 45px;
  border-bottom: 1px solid #eceaea;
}
.rczp_main_r_nr2 {
  color: #333;
  width: 100%;
  line-height: 29px;
}
.rczp_main_r_nr2 span.style1 {
  color: #c6000b;
}
.rczp_main_r_nr2 span.style2 {
  font-weight: bold;
  display: inline-block;
}
.rczp_main_r_nr3 {
  color: #666;
  width: 100%;
  margin-top: 22px;
  padding: 28px 0;
  border-top: 1px solid #eceaea;
}
.rczp_main_r_nr3 a {
  color: #15a3de;
}
.rczp_main_r_nr3 a:hover {
  text-decoration: underline;
}

/* 理财顾问 */
.lcgw_main {
  width: 100%;
  margin-top: 60px;
}
.lcgw_main1 {
  font-size: 0px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.lcgw_main1 a {
  font-size: 18px;
  color: #333;
  min-width: 131px;
  max-width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  margin-left: 21px;
  margin-bottom: 4px;
  padding: 0 5px;
  background-color: #eee;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.lcgw_main1 a:after {
  content: "";
  width: 9px;
  height: 4px;
  background: url(../images/pic31.png) no-repeat center;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  display: none;
}
.lcgw_main1 a:first-child {
  margin-left: 0px;
}
.lcgw_main1 a:hover,
.lcgw_main1 a.on {
  font-weight: bold;
  color: #fff;
  background-color: #c6000b;
}
.lcgw_main1 a:hover:after,
.lcgw_main1 a.on:after {
  display: block;
}
.lcgw_main2 {
  width: 100%;
  margin-top: 36px;
}
.lcgw_main2 ul {
  margin-right: -19px;
}
.lcgw_main2 ul li {
  width: 50%;
  padding: 19px 19px 0 0;
}
.lcgw_main2 ul li .item {
  width: 100%;
  padding: 24px;
  background-color: #f1f1f1;
}
.lcgw_main2 ul li .item .pic {
  width: 26%;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #cacccb;
  overflow: hidden;
}
.lcgw_main2 ul li .item .pic img {
  width: 100%;
}
.lcgw_main2 ul li .item .text {
  width: 74%;
  padding-left: 25px;
}
.lcgw_main2 ul li .item .text1 {
  font-size: 16px;
  color: #000;
  width: 100%;
  line-height: 25px;
}
.lcgw_main2 ul li .item .text2 {
  width: 100%;
  margin: 6px 0;
}
.lcgw_main2 ul li .item .text2 img {
  height: 14px;
  margin-right: 7px;
}
.lcgw_main2 ul li a.consultation {
  font-size: 18px;
  color: #333;
  width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  padding: 0 5px;
  background-color: #dcdcdc;
  display: block;
}
.lcgw_main2 ul li a.consultation:hover {
  color: #fff;
  background-color: #c6000b;
}

/* 关于我们 */
.gywm_main {
  width: 100%;
}
.gywm_main h4 {
  font-size: 36px;
  color: #000;
  width: 100%;
  line-height: 100%;
  text-align: center;
  margin: 0px;
}
.gywm_main1 {
  font-size: 0px;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  background-color: #f0f0f0;
}
.gywm_main1 a {
  font-size: 18px;
  color: #333;
  width: 25%;
  height: 72px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #c6000b;
  border-left: 0px;
  display: inline-block;
}
.gywm_main1 a:first-child {
  border-left: 1px solid #c6000b;
}
.gywm_main1 a:hover,
.gywm_main1 a.on {
  color: #fff;
  background-color: #c6000b;
}
.gywm_main2 {
  width: 100%;
  padding-top: 70px;
}
.gywm_main2_nr {
  width: 100%;
  padding-bottom: 60px;
  background: url(../images/img21.jpg) no-repeat left bottom;
}
.gywm_main2_nr_l {
  width: 21.75%;
  text-align: center;
}
.gywm_main2_nr_l .pic {
  width: 100%;
  overflow: hidden;
}
.gywm_main2_nr_l .pic img {
  width: 100%;
}
.gywm_main2_nr_l .title {
  font-size: 16px;
  color: #333;
  width: 100%;
  line-height: 24px;
  margin-top: 24px;
}
.gywm_main2_nr_r {
  width: 78.25%;
  padding-left: 32px;
}
.gywm_main2_nr_r1 {
  font-size: 28px;
  color: #c6000b;
  width: 100%;
  line-height: 100%;
}
.gywm_main2_nr_r2 {
  font-size: 20px;
  color: #333;
  width: 100%;
  line-height: 32px;
  margin: 26px 0 10px;
}
.gywm_main2_nr_r3 {
  width: 100%;
}
.gywm_main3 {
  width: 100%;
  padding: 60px 0;
}
.gywm_main3 h4 {
  color: #fff;
}
.gywm_main3_1 {
  width: 100%;
  margin-top: 42px;
}
.gywm_main3_1 .title {
  font-size: 0px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.gywm_main3_1 .title1 {
  width: 200px;
  max-width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gywm_main3_1 .title1 a {
  font-size: 18px;
  color: #000;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 5px;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}
.gywm_main3_1 .title1:hover a {
  color: #fff;
  background-color: #c6000b;
}
.gywm_main3_1 .title1.on a {
  color: #fff;
  background-color: #c6000b;
}
.gywm_main3_1 .title_nr {
  width: 100%;
  margin-top: 68px;
  position: relative;
}
.gywm_main3_1 .title_nr1 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.gywm_main3_1 .carousel4 {
  width: auto;
  padding: 0 81px;
}
.gywm_main3_1 .owl-stage {
  display: flex;
  align-items: center;
}
.gywm_main3_1 .item {
  width: 100%;
  max-width: 100%;
  padding: 0 41px;
}
.gywm_main3_1 .item_nr {
  width: 100%;
}
.gywm_main3_1 .item_nr .pic {
  width: 100%;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.gywm_main3_1 .item_nr .pic img {
  width: 100%;
}

.gywm_main3_1 .owl-buttons {
  display: none;
}
.gywm_main3_1 .owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
}
.gywm_main3_1 .owl-pagination {
  height: 8px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
  display: none;
}
.gywm_main3_1 .owl-theme .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 8px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none !important;
}
.gywm_main3_1 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gywm_main3_1 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #0066d9;
  margin: 0 5px;
  border-radius: 8px;
}
.gywm_main3_1 .owl-theme .owl-dots .owl-dot.active span,
.gywm_main3_1 .owl-theme .owl-dots .owl-dot:hover span {
  width: 34px;
}
.gywm_main3_1 .owl-theme .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  z-index: 6;
}
.gywm_main3_1 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 21px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.gywm_main3_1 .owl-theme .owl-controls .owl-nav .owl-prev {
  background: url(../images/pic39.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -0px;
}
.gywm_main3_1 .owl-theme .owl-controls .owl-nav .owl-next {
  background: url(../images/pic40.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -0px;
}
.gywm_main3_1 .owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/pic39.png) no-repeat center;
  background-size: cover;
}
.gywm_main3_1 .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/pic40.png) no-repeat center;
  background-size: cover;
}
.gywm_main4 {
  width: 100%;
  padding-top: 60px;
}
.gywm_main4 ul {
  margin: 37px -19px 0 0;
}
.gywm_main4 ul li {
  width: 50%;
  padding: 19px 19px 0 0;
}
.gywm_main4 ul li .item {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
}
.gywm_main4 ul li .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 26px;
  background-color: #eee;
}
.gywm_main4 ul li .text {
  width: 100%;
  padding: 26px;
}
.gywm_main4 ul li .text .pic {
  width: 39%;
  overflow: hidden;
}
.gywm_main4 ul li .text .pic img {
  width: 100%;
}
.gywm_main4 ul li .text .content {
  width: 61%;
  padding-left: 18px;
}
.gywm_main4 ul li .text .content {
  width: 61%;
}
.gywm_main4 ul li .text .content .nr {
  width: 100%;
  margin-top: 22px;
}
.gywm_main4 ul li .text .content .nr:first-child {
  margin-top: 0px;
}
.gywm_main4 ul li .text .content .nr p {
  width: 33px;
}
.gywm_main4 ul li .text .content .nr span {
  font-size: 18px;
  color: #000;
  line-height: 29px;
  margin-left: 33px;
  display: block;
}
.gywm_main5 {
  width: 100%;
  padding-bottom: 70px;
  background-color: #f0f0f0;
}
.gywm_main5 .text {
  width: 70.25%;
  padding-right: 50px;
}
.gywm_main5 .text .title {
  font-size: 28px;
  color: #c6000b;
  width: 100%;
  line-height: 100%;
}
.gywm_main5 .text .content {
  font-size: 20px;
  color: #333;
  width: 100%;
  line-height: 32px;
  margin-top: 26px;
}
.gywm_main5 .pic {
  width: 29.75%;
}
.gywm_main5 .pic img {
  width: 100%;
}

/* 适当性管理 */
.syxgl_main {
  width: 100%;
  margin-top: 18px;
}

/* 投教基地 */
.tjjd_main {
  width: 100%;
}
.tjjd_main h2 p{
  color: #c6000b;
}
.tjjd_main1 {
  margin-right: -15px;
}
.tjjd_main1 .main3_l_nr {
  width: 33.33%;
}
.tjjd_main1 .main3_l_nr ul{
  margin-top: 10px;
}
.tjjd_main2 {
  width: 100%;
}
.tjjd_main2_1 {
  width: 100%;
  margin-top: 20px;
}
.tjjd_main2_1_l {
  width: 67.5%;
  padding-right: 15px;
}
.tjjd_main2_1_l * {
  width: 100%;
}
.tjjd_main2_1_r {
  width: 32.5%;
}
.tjjd_main2_1_r ul {
  width: 100%;
  margin-top: -15px;
}
.tjjd_main2_1_r ul li {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.tjjd_main2_1_r ul li .nr1 {
  width: 100%;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.tjjd_main2_1_r ul li .nr1 a {
  font-size: 18px;
  color: #333;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 34px;
  background: url(../images/pic41.png) no-repeat 4px center;
  display: block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tjjd_main2_1_r ul li .nr2 {
  width: 100%;
  padding: 15px 0;
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.tjjd_main2_1_r ul li .nr2_nr {
  width: 100%;
  display: flex;
  align-items: center;
}
.tjjd_main2_1_r ul li .nr2 .pic {
  width: 37.69%;
  position: relative;
}
.tjjd_main2_1_r ul li .nr2 .pic1 {
  width: 100%;
}
.tjjd_main2_1_r ul li .nr2 .pic1 img {
  width: 100%;
}
.tjjd_main2_1_r ul li .nr2 .pic2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .49) url(../images/pic43.png) no-repeat center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tjjd_main2_1_r ul li .nr2 .title {
  font-size: 16px;
  color: #333;
  width: 62.31%;
  line-height: 20px;
  padding: 0 60px 0 20px;
}
.tjjd_main3 {
  width: 100%;
  margin-top: 20px;
}
.tjjd_main3 img {
  width: 100%;
  display: block;
}
.tjjd_main4 {
  width: 100%;
}
.tjjd_main4 ul {
  margin-right: -15px;
}
.tjjd_main4 ul li {
  width: 33.33%;
  padding: 20px 15px 0 0;
}
.tjjd_main4 ul li .pic {
  width: 100%;
  overflow: hidden;
}
.tjjd_main4 ul li .pic img {
  width: 100%;
}
.tjjd_main5 {
  width: 100%;
}
.tjjd_main5 ul {
  margin-right: -60px;
}
.tjjd_main5 ul li {
  width: 50%;
  padding: 20px 60px 20px 0;
}
.tjjd_main5 ul li .pic {
  width: 31.58%;
  overflow: hidden;
}
.tjjd_main5 ul li .pic img {
  width: 100%;
}
.tjjd_main5 ul li .text {
  width: 68.42%;
  padding-left: 20px;
}
.tjjd_main5 ul li .text .title {
  font-size: 18px;
  color: #333;
  width: 100%;
  line-height: 100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tjjd_main5 ul li .text .content {
  font-size: 16px;
  color: #666;
  width: 100%;
  line-height: 28px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tjjd_main5 ul li a:hover .text .title {
  color: #c6000b;
}
.tjjd_main6 {
  width: 100%;
}
.tjjd_main6 ul {
  width: 100%;
}
.tjjd_main6 ul li {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}
.tjjd_main6 ul li .pic {
  width: 21.83%;
  overflow: hidden;
}
.tjjd_main6 ul li .pic img {
  width: 100%;
}
.tjjd_main6 ul li .text {
  width: 78.17%;
  padding-left: 32px;
}
.tjjd_main6 ul li .text .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 100%;
  line-height: 100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tjjd_main6 ul li .text .content {
  font-size: 16px;
  color: #333;
  width: 100%;
  line-height: 24px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.tjjd_main6 ul li a:hover .text .title {
  color: #c6000b;
}
.tjjd_main7 {
  width: 100%;
}
.tjjd_main7 ul {
  margin-right: -15px;
}
.tjjd_main7 ul li {
  width: 25%;
  padding: 25px 15px 0 0;
}
.tjjd_main7 ul li .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tjjd_main7 ul li .pic1 {
  width: 100%;
}
.tjjd_main7 ul li .pic1 img {
  width: 100%;
}
.tjjd_main7 ul li .pic2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .61) url(../images/pic44.png) no-repeat center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tjjd_main7 ul li .title {
  font-size: 16px;
  color: #333;
  width: 100%;
  line-height: 100%;
  margin-top: 25px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tjjd_main7 ul li a:hover .title {
  color: #c6000b;
}

#bsBox{
  width: 560px !important;
  height: 420px !important;
  margin-left: -280px !important;
  margin-top: -210px !important;
}
#bsWXBox {
  width: 232px !important;
  height: 256px !important;
  margin-left: -116px !important;
  margin-top: -128px !important;
}
.bFind-wrapper-top{
  height: 26px !important;
}

@media (max-width: 1200px) {

  .bshare-custom .bshare-more.more-style-addthis{
    display: none !important;
  }

}

/* 弹窗1 */
.zx1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 999999;
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.tcdiv1 {
  width: 614px;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -307px;
  display: none;
  z-index: 999999;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.tcdiv1_nr{
  width: 100%;
  padding: 42px 60px;
  background-color: #fff;
}
.tcdiv1_nr ul{
  width: 100%;
}
.tcdiv1_nr ul li{
  font-size: 16px;
  color: #000;
  width: 100%;
  line-height: 40px;
  margin-top: 34px;
}
.tcdiv1_nr ul li:first-child{
  margin-top: 0px;
}
.tcdiv1_nr ul li p{
  width: 104px;
  margin: 0;
}
.tcdiv1_nr ul li span{
  margin-left: 104px;
  display: block;
}
.tcdiv1_nr ul li span .wbk1{
  width: 324px;
  max-width: 90%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #ececec;
  border: 0px;
}
.tcdiv1_nr ul li span .wbk2{
  width: 324px;
  max-width: 90%;
  height: 106px;
  line-height: 24px;
  padding: 8px 10px;
  background-color: #ececec;
  border: 0px;
}
.tcdiv1_nr ul li span .btn1{
  color: #fff;
  width: 115px;
  max-width: 90%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 88px;
  padding: 0 10px;
  background-color: #c6000b;
  border: 0px;
}
.tcdiv1_nr ul li span em.style1{
  color: #df0000;
  margin-left: 12px;
}
.tcdiv1 .gb1 {
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}
.tcdiv1 .gb1 img {
  height: 29px;
  transition: all 0.6s ease;
}
.tcdiv1 .gb1:hover img {
  transform: rotate(180deg);
}