@charset "utf-8";
/* CSS Document */
.container {
  width: 1470px;
}
html {
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  padding-top: 100px;
}
.header {
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 33;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header .container {
  position: relative;
}
.header .logo {
  top: 12px;
  left: 15px;
  z-index: 2;
}
.header .search {
  right: 0;
  top: 40px;
  width: 18px;
  height: 20px;
  background: url(../images/fdj1.png) no-repeat center center;
  cursor: pointer;
}
.header .search.on {
  background: url(../images/chacha.png) no-repeat center center;
}
.header .index_nav {
  right: 50px;
  top: 0px;
}
.header .index_nav > ul {
  text-align: center;
}
.header .index_nav > ul > li {
  float: none;
  display: inline-block;
  height: 100px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header .index_nav > ul > li:nth-child(1) {
  background: none;
}
.header .index_nav > ul > li > a {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 48px;
  padding-left: 35px;
  padding-right: 35px;
  border: solid 1px #fff;
  border-radius: 25px;
  text-align: center;
}
.header .index_nav > ul > li > a.on,
.header .index_nav > ul > li > a:hover {
  color: #066e3e;
  border-color: #066e3e;
}
.about_m3>img{
  width:100%;
}
.header .index_nav > ul > li .xl {
  width: 2000px;
  position: absolute;
  top: 100px;
  left: 0;
  height: auto;
  background: rgba(255,255,255,.9);
  text-align: left;
  display: none;
  overflow: hidden;
  box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.header .index_nav > ul > li .xl li {
  border-top: solid 1px #fff;
  display: inline-block;
}
.header .index_nav > ul > li .xl li a {
  color: #ffffff;
  height: 90px;
  display: inline-block;
  line-height: 90px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #333333;
  font-size: 16px;
  margin-left: 55px;
}
.header .index_nav > ul > li .xl li a:hover {
  color: #066e3e;
}
.search_tk {
  height: 450px;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  padding-top: 190px;
  z-index: 3;
  display: none;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.search_tk .search1 {
  border-radius: 30px;
  width: 760px;
  background: #066e3e;
}
.search_tk .search1 .search_left {
  width: 230px;
  height: 60px;
  line-height: 60px;
  background: url(../images/shuxian1.png) no-repeat right center;
  position: relative;
}
.search_tk .search1 .search_left .note {
  color: #fff;
  font-size: 18px;
  background: url(../images/jiantou.png) no-repeat 198px center;
}
.search_tk .search1 .search_left .inp1 {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.search_tk .search1 .search_left .xl {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  background: #066e3e;
  display: none;
  padding-top: 30px;
}
.search_tk .search1 .search_left .xl a {
  height: 40px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.search_tk .search1 .search_left .xl a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.search_tk .search1 .search_btn .btn1 {
  width: 140px;
  height: 60px;
  background: url(../images/fdj.png) no-repeat center center;
  border: 0;
  border-radius: 0 30px 30px 0;
}
.search_tk .search1 .search_inp {
  margin-right: 160px;
  margin-left: 265px;
  overflow: hidden;
}
.search_tk .search1 .search_inp .inp1 {
  width: 100%;
  height: 60px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 16px;
}
.search_tk .search1 .search_inp input::-webkit-input-placeholder,
.search_tk .search1 .search_inp textarea::-webkit-input-placeholder {
  color: #9ccab5;
}
.search_tk .search1 .search_inp input:-moz-placeholder,
.search_tk .search1 .search_inp textarea:-moz-placeholder {
  color: #9ccab5;
}
.search_tk .search1 .search_inp input::-moz-placeholder,
.search_tk .search1 .search_inp textarea::-moz-placeholder {
  color: #9ccab5;
}
.search_tk .search1 .search_inp input:-ms-input-placeholder,
.search_tk .search1 .search_inp textarea:-ms-input-placeholder {
  color: #9ccab5;
}
.f_select {
  cursor: pointer;
}
.menu {
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #066e3e;
  border: solid 1px #066e3e;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.hsbtm {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.menu_close {
  font-size: 14px;
  padding: 10px;
  background: #fff;
  color: #000;
  position: absolute;
  top: 0px;
  left: -39px;
  z-index: 11;
  display: none;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.banner {
  width: 100%;
  position: relative;
}
.banner .hotnews {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}
.banner .hotnews .hotnews1 {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding: 55px 0;
  line-height: 30px;
}
.banner .hotnews .hotnews1 .ht_left {
  width: 170px;
  color: #fff;
  font-size: 16px;
}
.banner .hotnews .hotnews1 .ht_left img {
  margin-right: 10px;
}
.banner .hotnews .hotnews1 .ht_right a {
  color: #fff;
  font-size: 16px;
}
.banner .hotnews .hotnews1 .ht_right a img {
  margin-right: 10px;
}
.banner .hotnews .hotnews1 .cont {
  margin-left: 170px;
  height: 30px;
  overflow: hidden;
  margin-right: 100px;
  max-width: 460px;
}
.banner .hotnews .hotnews1 .cont .swiper-slide .date {
  color: #fff;
  font-size: 16px;
}
.banner .hotnews .hotnews1 .cont .swiper-slide .tit {
  margin-right: 90px;
  height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
}
.banner .hotnews .hotnews1 .cont .swiper-slide .tit a {
  color: #fff;
}
.banner .owl-theme .owl-controls {
  margin-top: 0;
}
.banner #owl-demo1 .owl-dots {
  position: absolute;
  bottom: 200px;
  left: 50%;
  width: 1470px;
  text-align: left;
  margin-left: -735px;
}
.banner #owl-demo1 .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 10px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.banner #owl-demo1 .owl-dots .owl-dot.active {
  opacity: 1;
}
.banner #owl-demo1 .active .item .item_abs .tit,
.banner #owl-demo1 .active .item .item_abs .tit1,
.banner #owl-demo1 .active .item .item_abs .more {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.banner #owl-demo1 .active .item .item_abs .tit {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.banner #owl-demo1 .active .item .item_abs .tit1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.banner #owl-demo1 .active .item .item_abs .more {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.banner #owl-demo1 .item {
  display: block;
}
.banner #owl-demo1 .item > img {
  width: 100%;
}
.banner #owl-demo1 .item .item_abs {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10rem;
  z-index: 2;
}
.banner #owl-demo1 .item .item_abs .tit {
  color: #ffffff;
  font-size: 2.4rem;
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.banner #owl-demo1 .item .item_abs .tit1 {
  color: #ffffff;
  font-size: 4.8rem;
  margin-top: 2rem;
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.banner #owl-demo1 .item .item_abs .more {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.banner #owl-demo1 .item .item_abs .more .more1 {
  margin-top: 9rem;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  width: 23.8rem;
  height: 5.8rem;
  border-radius: 3rem;
  line-height: 5.6rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  display: block;
}
.banner #owl-demo1 .item .item_abs .more .more1 img {
  width: 6rem;
  display: inline-block;
  margin-left: 3.5rem;
}
.banner #owl-demo1 .item .item_abs .more .more1:hover {
  background: #066e3e;
  border-color: #066e3e;
}
.pcshow {
  display: block!important;
}
.mobileshow {
  display: none!important;
}
.index_main1 .m1_left {
  width: 530px;
  padding-top: 120px;
}
.index_main1 .m1_left .tit {
  color: #066e3e;
  font-size: 36px;
}
.index_main1 .m1_left .tit1 {
  color: #333333;
  font-size: 24px;
}
.index_main1 .m1_left .note {
  color: #666666;
  font-size: 16px;
  line-height: 34px;
  margin-top: 60px;
}
.index_main1 .m1_left .more {
  margin-top: 90px;
}
.index_main1 .cont {
  margin-left: 720px;
  height: 720px;
}
.index_main1 .cont .item {
  width: 33.33%;
  height: 100%;
  border-left: solid 1px #f2f2f2;
  padding-top: 140px;
}
.index_main1 .cont .item:nth-child(2) {
  padding-top: 240px;
}
.index_main1 .cont .item .item1 {
  /* width: 220px; */
  color: white;
  padding-left: 0px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.index_main1 .cont .item .item1.itema2:before {
  top: 30px;
}
.index_main1 .cont .item .item1:before {
  content: '';
  width: 2px;
  height: 30px;
  background: #066e3e;
  position: absolute;
  left: 0;
  top: 50px;
}
.index_main1 .cont .item .item1 .tit .spa {
  color: #333333;
  font-size: 14px;
  position: absolute;
  margin-top: 20px;
  margin-left: 0px;
}
.index_main1 .cont .item .item1 .tit .sp1 {
  font-size: 80px;
  display: inline-block;
  background: none;
  color:#333;
  font-weight: bold;
  font-family: "DINOT";
  vertical-align: top;
}
.index_main1 .cont .item .item1 .tit .sp1.noie {
  font-size: 68px;
  display: inline-block;
  background: url(../images/tp1.jpg) no-repeat left top;
  background: none/9;
  color:#333/9;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: bold;
  font-family: "DINOT";
  vertical-align: top;
}

.index_main1 .cont .item .item1 .tit .sp1.sp7 {
  background-position: top center!important;
}
.index_main1 .cont .item .item1 .tit .sp1.sp2 {
  background-position: top center!important;
  font-size: 60px;
  padding-right: 10px;
}
.index_main1 .cont .item .item1 .tit .sp1.sp3 {
  background-position: top center!important;
  font-size: 60px;
}
.index_main1 .cont .item .item1 .tit .sp1.sp4 {
  background-position: top center!important;
  padding-right: 10px;
}
.index_main1 .cont .item .item1 .tit .sp1.sp5 {
  background-position: top center!important;
  padding-right: 10px;
}
.index_main1 .cont .item .item1 .tit .sp1.sp6 {
  background-position: top center!important;
  padding-right: 10px;
  font-size: 60px;
}
.index_main1 .cont .item .item1 .note {
  font-size: 18px;
  color: #333;
}
.index_tit {
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  font-weight: bold;
}
.index_main2 {
  background-size: cover!important;
}
.index_main2 .container {
  height: 0;
  z-index: 5;
}
.index_main2 .container .m2_top {
  position: absolute;
  left: 15px;
  top: 110px;
}
.index_main2 .container .m2_top .xxk {
  margin-top: 30px;
}
.index_main2 .container .m2_top .xxk .xxk2 {
  width: 60px;
  line-height: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  color: #333;
  font-size: 18px;
  cursor: pointer;
}
.index_main2 .container .m2_top .xxk .xxk2.on {
  border-bottom: solid 1px #066e3e;
  color: #066e3e;
}
.index_main2 .index_m2 {
  position: relative;
}
.index_main2 .index_m2 .swiper-slide img {
  width: 100%;
}
.index_main2 .index_m2 .xxkqh2 {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_main2 .index_m2 .xxkqh2:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index_main2 .index_m2 .xxkqh2.on {
  opacity: 1;
  z-index: 3;
}
.index_main2 .index_m2 .m2_right {
  width:40%;
  position: relative;
  z-index:2;
}
.index_main2 .index_m2 .m2_right .m2_btn {
  width: 240px;
  position: absolute;
  left: -230px;
  bottom: 210px;
  text-align: center;
  z-index:3;
}
.index_main2 .index_m2 .m2_right .m2_btn .prev {
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url(../images/zuojian1.png) no-repeat center center;
  cursor: pointer;
  margin-right:60px;
}
.index_main2 .index_m2 .m2_right .m2_btn .prev:hover {
  background: url(../images/zuojian2.png) no-repeat center center;
}
.index_main2 .index_m2 .m2_right .m2_btn .next {
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url(../images/youjian1.png) no-repeat center center;
  cursor: pointer;
}
.index_main2 .index_m2 .m2_right .m2_btn .next:hover {
  background: url(../images/youjian2.png) no-repeat center center;
}
.index_main2 .index_m2 .m2_right .swiper-slide a img {
  width: 100%;
}
.index_main2 .index_m2 .m2_right .swiper-slide a .a_abs {
  bottom:45px;
  left: 0;
  width: 100%;
  padding: 0 70px;
  z-index: 2;
}
.index_main2 .index_m2 .m2_right .swiper-slide a .a_abs .tit {
  color: #fff;
  font-size: 36px;
}
.index_main2 .index_m2 .m2_right .swiper-slide a .a_abs .note {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  margin-top: 25px;
}
.index_main2 .index_m2 .m2_left {
  margin-right:40%;
  padding-right: 240px;
  padding-top:380px;
  padding-left: 40px;
}
.index_main2 .index_m2 .m2_left .swiper-slide .tit a {
  color: #666666;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 100px;
  border-bottom: solid 1px #066e3e;
}
.index_more {
  background-color: #066e3e;
  width: 220px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  display: block;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
}
.index_more:hover {
  color: #fff;
}
.index_more img {
  margin-left: 20px;
}
.index_top .note {
  color: #666666;
  font-size: 18px;
  margin-top: 20px;
  line-height: 32px;
}
.index_main3 {
  padding-top: 80px;
}
.index_main3 .index_m3 {
  margin-top: 55px;
}
.index_main3 .index_m3 .item {
  height: 650px;
  width: 33.33%;
  padding-left: 60px;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0);
}
.index_main3 .index_m3 .item:hover {
  background: rgba(255, 255, 255, 0.85);
}
.index_main3 .index_m3 .item:hover .icon img.imggb {
  opacity: 1;
}
.index_main3 .index_m3 .item:hover .icon img.imgga {
  opacity: 0;
}
.index_main3 .index_m3 .item:hover .tit {
  color: #666666;
}
.index_main3 .index_m3 .item:hover .tit1 {
  color: #066e3e;
}
.index_main3 .index_m3 .item:hover .note {
  color: #333333;
}
.index_main3 .index_m3 .item:hover .more a {
  opacity: 1;
}
.index_main3 .index_m3 .item:hover .xh {
  color: #066e3e;
  opacity: 0.5;
}
.index_main3 .index_m3 .item:nth-child(1) {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.index_main3 .index_m3 .item .icon {
  position: relative;
}
.index_main3 .index_m3 .item .icon img.imggb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index_main3 .index_m3 .item .tit {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.5;
  padding-top: 36px;
  line-height: 16px;
}
.index_main3 .index_m3 .item .tit1 {
  color: #fff;
  font-size: 36px;
  padding-top: 15px;
  line-height: 36px;
}
.index_main3 .index_m3 .item .note {
  color: #ffffff;
  font-size: 18px;
  padding-top: 80px;
  line-height: 30px;
}
.index_main3 .index_m3 .item .more {
  margin-top: 90px;
}
.index_main3 .index_m3 .item .more a {
  color: #066e3e;
  opacity: 0;
  font-size: 16px;
}
.index_main3 .index_m3 .item .more a img {
  margin-left: 20px;
}
.index_main3 .index_m3 .item .xh {
  position: absolute;
  bottom: 0px;
  /* bottom: -40px; */
  left: 60px;
  font-family: "DINOT";
  font-size: 140px;
  color: #fff;
  opacity: 0.2;
  line-height: 140px;
  font-weight: bold;
}
.index_main4 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.index_main4 .cont {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
.index_main4 .cont .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.index_main4 .cont .col-xs-12:hover .cont1 .tit a {
  color: #066e3e;
}
.index_main4 .cont .col-xs-12:hover .cont1 .bot .more {
  background: url(../images/moretb1.png) no-repeat right center;
}
.index_main4 .cont .col-xs-12:hover .cont1 .bot .more span {
  opacity: 1;
  color: #066e3e;
}
.index_main4 .cont .col-xs-12 .cont1 {
  border: solid 1px #eeeeee;
  border-top: 0;
  padding: 35px 30px 0;
}
.index_main4 .cont .col-xs-12 .cont1 .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.index_main4 .cont .col-xs-12 .cont1 .tit a {
  color: #333333;
}
.index_main4 .cont .col-xs-12 .cont1 .note {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
  overflow: hidden;
}
.index_main4 .cont .col-xs-12 .cont1 .bot {
  margin-top: 30px;
  height: 70px;
  line-height: 70px;
  border-top: solid 1px #eee;
}
.index_main4 .cont .col-xs-12 .cont1 .bot .date {
  color: #666666;
  font-size: 18px;
  font-family: "DINOT1";
}
.index_main4 .cont .col-xs-12 .cont1 .bot .date img {
  margin-right: 10px;
}
.index_main4 .cont .col-xs-12 .cont1 .bot .more {
  padding-right: 75px;
  color: #066e3e;
  font-size: 16px;
  background: url(../images/moretb3.png) no-repeat right center;
}
.index_main4 .cont .col-xs-12 .cont1 .bot .more span {
  /*opacity: 0;*/
 
 color: #666;
}
.index_main5 {
  background: #f9f9f9;
  overflow: hidden;
}
.index_main5 .m5_left {
  width: 440px;
}
.index_main5 .m5_left .index_top {
  padding-top: 110px;
}
.index_main5 .m5_left .index_top .m3_right {
  margin-top: 65px;
}
.index_main5 .m5_right {
  width: 824px;
  margin-top: -1px;
}
.index_main5 .m5_right .item {
  width: 25%;
  height: 170px;
  border: solid 1px #ececec;
  margin-left: -1px;
  border-bottom: 0;
}

.index_main5 .m5_right .swiper-container{
	padding-left: 2px;
}
.index_main5 .m5_right .item a {
  width: 100%;
  height: 100%;
}
.index_main5 .m5_right .item a:hover img.imgga {
  opacity: 1;
}
.index_main5 .m5_right .item a:hover img.imggb {
  opacity: 1;
  filter: grayscale(0);
}
.index_main5 .m5_right .item a img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  filter: grayscale(1);
}
.index_main5 .m5_right .item a img.imgga {
  opacity: 0;
  display: none;
}
.footer {
  background: url(../images/bgtp3.jpg) no-repeat center center;
  background-size: cover!important;
  padding-top: 40px;
}
.footer .footer_top {
  padding-bottom: 40px;
  border-bottom: solid 1px #4b4a4a;
}
.footer .footer_tit {
  color: #ffffff;
  font-size: 18px;
}
.footer .footer_tit a {
  color: #fff;
}
.footer .cont {
  padding: 60px 0;
}
.footer .cont .footer_right {
  width: 110px;
}
.footer .cont .footer_right .cont1 {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.footer .cont .footer_right .cont1 img {
  width: 110px;
  margin-bottom: 15px;
}
.footer .cont .footer_left {
  margin-right: 150px;
}
.footer .cont .footer_left .item {
  width: 15%;
}
.footer .cont .footer_left .item.item1 {
  width: 25%;
}
.footer .cont .footer_left .item .cont1 {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 36px;
}
.footer .cont .footer_left .item .cont1 .f_select {
  width: 245px;
  height: 40px;
  margin-top: 20px;
  position: relative;
}
.footer .cont .footer_left .item .cont1 .f_select .note {
  color: rgba(255, 255, 255, 0.3);
  background: url(../images/sanjiao.png) no-repeat 94% center;
  font-size: 16px;
  line-height: 38px;
  padding-left: 25px;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.footer .cont .footer_left .item .cont1 .f_select .f_xl {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.8);
  /*height: 150px;*/
  overflow-y: auto;
  display: none;
}
.footer .cont .footer_left .item .cont1 .f_select .f_xl a {
  display: block;
  padding-left: 25px;
  color: #333;
}
.footer .cont .footer_left .item .cont1 ul li a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  display: block;
  line-height: 36px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer .cont .footer_left .item .cont1 ul li a:hover {
  color: #ffffff;
}
.footer .copyRight {
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  line-height: 76px;
  border-top: solid 1px #4b4a4a;
}
.footer .copyRight a {
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .copyRight a:hover {
  color: #ffffff;
}
.ejbanner img {
  width: 100%;
}
.ejbanner .b_abs {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 22;
}
.ejbanner .b_abs .tit {
  color: #ffffff;
  font-size: 36px;
}
.ejbanner .b_abs .note {
  color: #ffffff;
  margin-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.contact_main {
  padding-top: 100px;
  padding-bottom: 125px;
  background: url(../images/bgtp4.jpg) no-repeat center center;
  background-size: cover!important;
}
.contact_main .tit {
  color: #066e3e;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
.contact_main .contact_m {
  margin-top: 130px;
  padding-right: 200px;
}
.contact_main .contact_m .item_abs {
  right: 0;
  top: 0;
}
.contact_main .contact_m .item {
  width: 33.33%;
}
.contact_main .contact_m .item .tit1 {
  color: #333333;
  font-size: 20px;
  padding-top: 30px;
}
.contact_main .contact_m .item .note {
  font-family: "DINOT";
  font-size: 36px;
}
.contact_main .contact_m .item .note1 {
  color: #333333;
  font-size: 26px;
}
.map img {
  width: 100%;
}
.contact_main1 {
  padding: 120px 0;
  background-size: cover!important;
}
.contact_main1 .contact_m1left {
  background: #fff;
  padding: 80px 100px 10px;
}
.contact_main1 .contact_m1left .item {
  display: none;
}
.contact_main1 .contact_m1left .item:nth-child(1) {
  display: block;
}
.contact_main1 .contact_m1left .item .item1 {
  margin-bottom: 70px;
}
.contact_main1 .contact_m1left .item .item1 .icon {
  width: 68px;
}
.contact_main1 .contact_m1left .item .item1 .icon img {
  width: 100%;
}
.contact_main1 .contact_m1left .item .item1 .cont {
  margin-left: 125px;
}
.contact_main1 .contact_m1left .item .item1 .cont .tit {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
}
.contact_main1 .contact_m1left .item .item1 .cont .note {
  color: #333333;
  font-size: 18px;
  margin-top: 20px;
}
.contact_main1 .contact_m1right {
  right: 0;
  bottom: 0;
  width: 841px;
  height: 976px;
  background: url(../images/bgtp6.jpg) no-repeat center center;
  padding-top: 120px;
}
.contact_main1 .contact_m1right .tit {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
}
.contact_main1 .contact_m1right .hengxian {
  background-color: #ffffff;
  width: 61px;
  height: 3px;
  margin-top: 30px;
}
.contact_main1 .contact_m1right .cont {
  height: 385px;
  width: 500px;
  margin: 0 auto;
  padding-left: 100px;
  margin-top: 150px;
}
.contact_main1 .contact_m1right .cont .prev {
  width: 30px;
  height: 16px;
  background: url(../images/shangjian.png) no-repeat center center;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}
.contact_main1 .contact_m1right .cont .next {
  width: 30px;
  height: 16px;
  background: url(../images/xiajian.png) no-repeat center center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}
.contact_main1 .contact_m1right .cont .swiper-container {
  height: 100%;
}
.contact_main1 .contact_m1right .cont .swiper-slide {
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.service_main {
  padding-top: 100px;
}
.service_main .service_tit {
  color: #066e3e;
  font-size: 48px;
  line-height: 48px;
}
.service_main .hengxian {
  background-color: #999999;
  width: 60px;
  height: 3px;
  margin-top: 30px;
}
.service_main .service_m {
  padding-top: 100px;
}
.service_main .service_m .item {
  margin-bottom: 150px;
}
.service_main .service_m .item:nth-child(2n) .item_top {
  text-align: right;
}
.service_main .service_m .item:nth-child(2n) .item_bot {
  padding-left: 120px;
  background: url(../images/guaijiao1.png) no-repeat left top;
}
.service_main .service_m .item:nth-child(2n) .item_bot .cont_tb {
  right: 720px;
}
.service_main .service_m .item:nth-child(2n) .item_bot .pic {
  float: right;
}
.service_main .service_m .item:nth-child(2n) .item_bot .cont {
  margin-left: 0;
  margin-right: 780px;
}
.service_main .service_m .item .item_top .tit {
  color: #066e3e;
  font-size: 30px;
  font-weight: bold;
}
.service_main .service_m .item .item_top .note {
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}
.service_main .service_m .item .item_bot {
  margin-top: 50px;
  position: relative;
  background: url(../images/guaijiao2.png) no-repeat right top;
}
.service_main .service_m .item .item_bot:hover .pic span img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service_main .service_m .item .item_bot .cont_tb {
  right: 20px;
  bottom: 0;
}
.service_main .service_m .item .item_bot .pic {
  width: 600px;
}
.service_main .service_m .item .item_bot .pic img {
  width: 100%;
}
.service_main .service_m .item .item_bot .pic span {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 20px 15px rgba(6, 110, 62, 0.1);
}
.service_main .service_m .item .item_bot .pic span img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service_main .service_m .item .item_bot .pic .abs {
  bottom: -60px;
  left: 0;
}
.service_main .service_m .item .item_bot .cont {
  margin-left: 780px;
  padding-top: 60px;
}
.service_main .service_m .item .item_bot .cont .note {
  color: #666666;
  font-size: 16px;
  max-width: 450px;
  line-height: 38px;
  min-height: 210px;
}
.ej_tit {
  color: #066e3e;
  font-size: 48px;
  line-height: 48px;
}
.ej_tit .hengxian {
  background-color: #999999;
  width: 60px;
  height: 3px;
  margin-top: 30px;
}
.qy_main {
  padding-top: 100px;
}
.qy_main .qy_m {
  margin-top: 50px;
}
.qy_main .qy_m .qy_left {
  width: 50%;
  height: 700px;
}
.qy_main .qy_m .qy_left:hover .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.qy_main .qy_m .qy_left .picspan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qy_main .qy_m .qy_left .item_abs {
  width: 50%;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 65px 50px 0;
  background: rgba(255, 255, 255, 0.95);
}
.qy_main .qy_m .qy_left .item_abs .tit {
  color: #333333;
  font-size: 30px;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 25px;
}
.qy_main .qy_m .qy_left .item_abs .note {
  color: #666666;
  font-size: 18px;
  line-height: 18px;
}
.qy_main .qy_m .qy_right {
  width: 50%;
  height: 700px;
}
.qy_main .qy_m .qy_right .item:nth-child(2) .cont {
  margin-left: 0;
  margin-right: 50%;
}
.qy_main .qy_m .qy_right .item .pic {
  width: 50%;
  height: 350px;
}
.qy_main .qy_m .qy_right .item .cont {
  margin-left: 50%;
  padding: 65px 50px 0;
  background: #f9f9f9;
  height: 350px;
}
.qy_main .qy_m .qy_right .item .cont .tit {
  color: #333333;
  font-size: 30px;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 25px;
}
.qy_main .qy_m .qy_right .item .cont .note {
  color: #666666;
  font-size: 18px;
  line-height: 18px;
  line-height: 38px;
}
.qy_main1 {
  padding-top: 140px;
}
.qy_main1 .qy_note {
  color: #333333;
  font-size: 18px;
  line-height: 40px;
  /* max-width: 666px; */
  margin-top: 25px;
}
.qy_main1 #certify:before {
  content: '';
  width: 100%;
  height: 240px;
  background: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: solid 5px #066e3e;
}
.qy_main1 #certify .swiper-slide {
  position: relative;
  padding-top: 120px;
}
.qy_main1 #certify .xh {
  color: #f0f4f2;
  font-size: 212px;
  font-weight: bold;
  text-align: center;
  line-height: 212px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Times New Roman', Times, serif;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.qy_main1 #certify {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 160px 70px;
}
.qy_main1 #certify .swiper-container {
  padding-bottom: 60px;
}
.qy_main1 #certify .swiper-slide {
  width: 491px;
  max-width: 100%;
  background: none;
}
.qy_main1 #certify .swiper-slide img {
  display: block;
  width: 100%;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.qy_main1 #certify .swiper-slide p {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 0;
  text-align: center;
  color: #333;
  margin: 23px 0 0;
  font-size: 18px;
  line-height: 34px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.qy_main1 #certify .swiper-slide .div-img {
  position: relative;
}
.qy_main1 #certify .swiper-slide .div-img::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.qy_main1 #certify .swiper-slide.swiper-slide-active .div-img::after {
  display: none;
}
.qy_main1 #certify .swiper-slide.swiper-slide-active .xh {
  opacity: 1;
}
.qy_main1 #certify .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.qy_main1 #certify .swiper-slide.swiper-slide-active img {
  margin-top: 0;
}
.qy_main1 #certify .swiper-button-prev,
.qy_main1 #certify .swiper-button-next {
  width: 16px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0;
}
.qy_main1 #certify .swiper-button-prev::after,
.qy_main1 #certify .swiper-button-next::after {
  display: none;
}
.qy_main1 #certify .swiper-button-prev {
  left: 0px;
  background: url(../images/zuojian1.png) no-repeat;
}
.qy_main1 #certify .swiper-button-prev:hover {
  background: url(../images/zuojian2.png) no-repeat;
}
.qy_main1 #certify .swiper-button-next {
  right: 0px;
  background: url(../images/youjian1.png) no-repeat;
}
.qy_main1 #certify .swiper-button-next:hover {
  background: url(../images/youjian2.png) no-repeat;
}
.qy_main2 {
  padding-top: 140px;
}
.qy_main2 .note {
  margin-top: 30px;
  color: #333333;
  font-size: 20px;
  line-height: 40px;
  max-width: 720px;
}
.qy_main2 .qy_bot {
  padding: 115px 0 120px;
  background: url(../images/bgtp7.jpg) no-repeat center center;
  background-size: 100% 100% !important;
  margin-top: 80px;
}
.qy_main2 .qy_bot .prev {
  left: -50px;
  top: 50%;
  margin-top: -15px;
  width: 16px;
  height: 30px;
  background: url(../images/zuojian3.png) no-repeat center center;
  cursor: pointer;
  margin-right: 6rem;
}
.qy_main2 .qy_bot .next {
  right: -50px;
  top: 50%;
  margin-top: -15px;
  width: 16px;
  height: 30px;
  background: url(../images/youjian3.png) no-repeat center center;
  cursor: pointer;
}
.qy_main2 .qy_bot .swp2 {
  width: 588px;
  height: 566px;
  background: #fff;
  border: solid 1px #dddddd;
  padding: 66px 45px 0;
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.qy_main2 .qy_bot .swp2 img {
  width: 100%;
}
.qy_main2 .qy_bot .swp2 .tit {
  text-align: center;
  color: #333333;
  font-size: 18px;
  padding-top: 50px;
}
.qy_main2 .qy_bot .swp1 {
  margin-right: 640px;
}
.qy_main2 .qy_bot .swp1 .swiper-slide img {
  width: 100%;
}
.qy_main3 {
  background-size: cover!important;
  padding: 100px 0;
}
.qy_main3 .qy_m3 {
  margin-top: 40px;
  text-align: center;
}
.qy_main3 .qy_m3 .owl-controls {
  position: relative;
  margin: 72px 0 0;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.qy_main3 .qy_m3 .owl-nav .owl-prev,
.qy_main3 .qy_m3 .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 30px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.qy_main3 .qy_m3 .owl-nav .owl-prev {
  left: -36px;
  background-image: url('../images/zuojian1.png');
}
.qy_main3 .qy_m3 .owl-nav .owl-next {
  right: -36px;
  background-image: url('../images/youjian1.png');
}
.qy_main3 .qy_m3 .owl-dots {
  position: static;
  margin: 0;
  text-align: center;
  width: 100%;
}
.qy_main3 .qy_m3 .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #7a7a7a;
  border-radius: 50%;
  display: inline-block;
  margin: 0 12px;
}
.qy_main3 .qy_m3 .owl-dots .owl-dot.active {
  background: #066e3e;
}
.qy_main3 .qy_m3 .item {
  border: solid 1px #066e3e;
  padding: 10px 10px 0;
  background: #f6faf8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.qy_main3 .qy_m3 .item .pic {
  padding-bottom: 10px;
}
.qy_main3 .qy_m3 .item:hover {
  background: #066e3e;
}
.qy_main3 .qy_m3 .item:hover .bot {
  background: #066e3e;
}
.qy_main3 .qy_m3 .item:hover .bot .btn .xzbtn {
  background: url(../images/xz1.png) no-repeat center center;
}
.qy_main3 .qy_m3 .item:hover .bot .tit a {
  color: #fff;
}
.qy_main3 .qy_m3 .item .bot {
  height: 62px;
  border-top: solid 1px #066e3e;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 15px;
  padding-right: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.qy_main3 .qy_m3 .item .bot .tit {
  margin-right: 62px;
  line-height: 62px;
  text-align: center;
  overflow: hidden;
  border-right: solid 1px #066e3e;
}
.qy_main3 .qy_m3 .item .bot .tit a {
  color: #333333;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.qy_main3 .qy_m3 .item .bot .btn {
  width: 62px;
  height: 62px;
}
.qy_main3 .qy_m3 .item .bot .btn .xzbtn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/xz2.png) no-repeat center center;
}
.about_main1 {
  padding-top: 70px;
  padding-bottom: 90px;
  background: #f6faf8;
}
.about_main1 .m1_right {
  width: 524px;
  background: url(../images/kuang.png) no-repeat center center;
  background-size: cover!important;
}
.about_main1 .m1_right img {
  position: relative;
  top: 50px;
  right: 65px;
  width: 100%;
}
.about_main1 .m1_left {
  padding-top: 20px;
  margin-right: 740px;
}
.about_main1 .m1_left .note {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  margin-top: 25px;
}
.about_main1 .m1_left .qianming {
  text-align: right;
  margin-top: 20px;
}
.about_main1 .m1_left .qianming .hengxian {
  background-color: #000000;
  width: 91px;
  height: 3px;
  margin-right: 15px;
}
.about_main1 .m1_left .m1_bot {
  padding-top: 35px;
}
.about_main1 .m1_left .m1_bot .tit {
  color: #666666;
  font-size: 24px;
}
.about_main1 .m1_left .m1_bot .cont {
  padding-top: 25px;
}
.about_main1 .m1_left .m1_bot .cont ul li {
  padding-left: 35px;
  background: url(../images/yuanquan2.png) no-repeat left center;
  color: #333333;
  font-size: 16px;
  line-height: 38px;
}
.about_main2 {
  padding: 100px 0;
}
.about_main2 .m2_pic {
  width: 473px;
}
.about_main2 .m2_pic img {
  width: 100%;
}
.about_main2 .m2_cont {
  margin-left: 610px;
  padding-top: 40px;
  margin-top: -40px;
  padding-left: 110px;
}
.about_main2 .m2_cont .y-title {
  background: none;
}
.about_main2 .m2_cont .cont {
  margin-top: 40px;
}
.about_main2 .m2_cont .cont ul li {
/*  height: 50px;
  line-height: 50px; */
  color: #666666;
  font-size: 18px;
  
  line-height: 30px;
  padding: 10px 0;
}
.about_main2 .m2_cont .cont ul li:hover {
  margin-left: -110px;
}
.about_main2 .m2_cont .cont ul li:hover .xh {
  color: #666666;
  font-size:20px;
  font-family: "微软雅黑";
}
.about_main2 .m2_cont .cont ul li:hover .note {
  color: #066e3e;
  font-size:20px;
  font-weight: bold;
}
.about_main2 .m2_cont .cont ul li:hover .hengxian {
  background-color: #000000;
  opacity: 0.2;
  width: 107px;
  height: 2px;
  margin-left: 40px;
}
.about_main2 .m2_cont .cont ul li .xh {
  color: #666666;
  font-size: 18px;
  font-family: "DINOT";
}
.about_main2 .m2_cont .cont ul li .note {
  margin-left: 45px;
  max-width: 500px;
}
.about_main3 {
  background: #f6faf8;
  padding: 100px 0;
}
.about_main3 .container>img{
	max-width: 100%;
}
.about_main3 .about_m3 {
  margin-top: 40px;
}
.about_main3 .about_m3 .m3_left {
  width: 520px;
}
.about_main3 .about_m3 .m3_left .tit .dib {
  padding: 0 50px;
  height: 40px;
  color: #066e3e;
  font-size: 16px;
  line-height: 38px;
  border: dashed 1px #066e3e;
  border-radius: 20px;
}
.about_main3 .about_m3 .m3_left .cont {
  margin-left: 20px;
  margin-right: 20px;
  border-top: dashed 1px #999999;
  margin-top: 42px;
  position: relative;
}
.about_main3 .about_m3 .m3_left .cont:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  top: -42px;
  height: 42px;
  border-right: dashed 1px #999;
}
.about_main3 .about_m3 .m3_left .cont ul {
  margin-left: -20px;
  margin-right: -20px;
}
.about_main3 .about_m3 .m3_left .cont ul li {
  width: 40px;
  height: 270px;
  text-align: center;
  border: dashed 1px #066e3e;
  border-radius: 20px;
  color: #333333;
  font-size: 16px;
  padding: 20px 10px;
  margin-left: 20px;
  margin-top: 25px;
  position: relative;
}
.about_main3 .about_m3 .m3_left .cont ul li:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  top: -25px;
  height: 25px;
  border-right: dashed 1px #999;
}
.about_main3 .about_m3 .m3_left .cont ul li:nth-child(1) {
  margin-left: 0;
}
.about_main3 .about_m3 .m3_right {
  width: 880px;
}
.about_main3 .about_m3 .m3_right .tit .dib {
  padding: 0 50px;
  height: 40px;
  color: #066e3e;
  font-size: 16px;
  line-height: 38px;
  border: dashed 1px #066e3e;
  border-radius: 20px;
}
.about_main3 .about_m3 .m3_right .cont {
  margin-left: 20px;
  margin-right: 20px;
  border-top: dashed 1px #999999;
  margin-top: 42px;
  position: relative;
}
.about_main3 .about_m3 .m3_right .cont:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  top: -42px;
  height: 42px;
  border-right: dashed 1px #999;
}
.about_main3 .about_m3 .m3_right .cont ul {
  margin-left: -20px;
  margin-right: -20px;
}
.about_main3 .about_m3 .m3_right .cont ul li {
  width: 40px;
  height: 270px;
  text-align: center;
  border: dashed 1px #066e3e;
  border-radius: 20px;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 10px;
  margin-left: 20px;
  margin-top: 25px;
  position: relative;
}
.about_main3 .about_m3 .m3_right .cont ul li:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  top: -25px;
  height: 25px;
  border-right: dashed 1px #999;
}
.about_main3 .about_m3 .m3_right .cont ul li:nth-child(1) {
  margin-left: 0;
}
.about_main4 .m4_left {
  width: 540px;
  padding: 100px 0;
}
.about_main4 .m4_left .cont {
  margin-top: 55px;
}
.about_main4 .m4_left .cont ul li {
  height: 76px;
  line-height: 76px;
  padding-left: 55px;
  color: #333333;
  font-size: 18px;
}
.about_main4 .m4_left .cont ul li.on {
  box-shadow: 0px 0px 20px 0px rgba(6, 110, 62, 0.4);
  background: #fff;
}
.about_main4 .m4_right {
  margin-left: 620px;
  padding-top: 100px;
}
.about_main4 .m4_right .tit {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.about_main4 .m4_right .note {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  margin-top: 40px;
  text-align: justify;
}
.about_main5 {
  padding: 100px 0;
  background: url(../images/bgtp10.jpg) no-repeat center center;
  background-size: cover!important;
  position: relative;
}
.about_main5 .m5_btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.about_main5 .m5_btn .prev {
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url(../images/zuojian1.png) no-repeat center center;
  cursor: pointer;
  margin-right: 6rem;
}
.about_main5 .m5_btn .prev:hover {
  background: url(../images/zuojian2.png) no-repeat center center;
}
.about_main5 .m5_btn .next {
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url(../images/youjian1.png) no-repeat center center;
  cursor: pointer;
}
.about_main5 .m5_btn .next:hover {
  background: url(../images/youjian2.png) no-repeat center center;
}
.about_main5 .about_m5 {
  width: 1700px;
  height: 630px;
  position: relative;
}
.about_main5 .owl-item.active[data-id='0'] .item .pic:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  background: #066e3e;
  z-index: 1;
}
.about_main5 .owl-item.active[data-id='1'] .item {
  padding-top: 180px;
}
.about_main5 .owl-item.active[data-id='2'] .item {
  padding-top: 130px;
  position: relative;
}
.about_main5 .owl-item.active[data-id='2'] .item .tit {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  padding: 0 100px;
}
.about_main5 .item {
  padding: 100px 90px 0;
}
.about_main5 .item .pic {
  z-index: 2;
  position: relative;
}
.about_main5 .item .pic img {
  position: relative;
  z-index: 2;
}
.about_main5 .item .tit {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  height: 90px;
}


#ccmap {
	height: 500px;
}

.footer .cont .footer_left .item .cont1 .f_select .f_xl a:hover{
	color: #066e3e !important;
}

.index_main1{
	background: url(../images/lpk.png) no-repeat fixed;
	background-size: 100% 100%;
}
a:focus {
outline: none;
}
.index_main2 .index_m2 .swiper-slide img {
    width: 100%;
   transition: all 0.3s;
  }
   .index_main2 .index_m2 .swiper-slide img:hover{
   	transform: scale(1.1);
   }
   @media screen and (max-width:1366px) {
	   .index_main1 .cont {
	       margin-left: 560px;
	   }
	   .index_main1 .cont .item .item1 .tit .sp1.noie{
		   font-size: 42px;
	   }
	   
	   .index_main1 .m1_left .note {
	       font-size: 15px;
	       line-height: 30px;
	   }
	   .index_main1 .m1_left {
	       width: 500px;
	   }
   }
   
   
   
   
   @media (min-width:1200px){
	   
	   .about_main4 .m4_left .cont {
	       height: 410px;
		   overflow: auto;
		   overflow-x: hidden;
		   overflow-y: auto;
		   direction: rtl;
	   }
	   .about_main4 .m4_left .cont ul li{
		   text-align: left;
	   }
	   .about_main4 .m4_left .cont::-webkit-scrollbar {
	   	/*滚动条整体样式*/
	   	width: 3px;
	   	height: 3px;
	   }
	   
	   .about_main4 .m4_left .cont::-webkit-scrollbar-thumb {
	   	border-radius: 5px;
	   	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	   	background: rgba(0, 0, 0, 0.2);
	   }
	   
	   .about_main4 .m4_left .cont::-webkit-scrollbar-track {
	   	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	   	border-radius: 0;
	   	background: rgba(0, 0, 0, 0.1);
	   }
	   
   }