@charset "utf-8";
@font-face{
  font-family: "ss_regular";
  src:url(../font/SourceHanSansCN-Regular.otf);
}
@font-face{
  font-family: "Figtree-Regular";
  src:url(../font/Figtree-Regular.ttf);
}
@font-face{
  font-family: "Figtree-Bold";
  src:url(../font/Figtree-Bold.ttf);
}
body {
	 font-family:"ss_regular",'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
	 font-size:14px;
	 width:100%;
	 height:100%;
	 color:#666;
   background: linear-gradient(to bottom, rgba(237,255,255,1), rgba(255,255,255,1));
	 -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
*{
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
em,span,i{
  display: inline-block;
}
a {
	 text-decoration:none;
	 color: inherit;
	 display: block;
	 transition:all 0.3s;
}  
.simple-article ul li,
ol li{
    list-style: inside;
}
button{
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
  display: block;
}
input,
select,
textarea {
	
	 border:none;
	 outline:none;
	 background:none;
	 font-family:'微软雅黑';
	 padding: 0;
   font-size: 16px;
}
textarea {
	 resize:none;
	 overflow: hidden;
	 -webkit-appearance: none;
}
img {
	 border:none;
	 vertical-align: top;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
.fr {
	 float:right;
}
.fl {
	 float:left;
}
.clear {
	 zoom:1;
}
.clear:after {
	 content:"";
	 display:block;
	 clear:both;
}
.contain{
	width: 900px;
	margin: 0 auto;
}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}

img{max-width: 100%;height: auto;}

input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}

/* 小屏幕导航 */
.p_transition {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}
.small_nav_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  z-index: 8;
  display: none;
  width: 30px;
  height: 30px;
  background: url(../images/m_menu11.png) no-repeat center;
}
.small_nav_btn.active {
  background: url(../images/m_menu22.png) no-repeat center;
}
.inside_header .small_nav_btn,
.header.fixed .small_nav_btn{
  background: url(../images/m_menu1.png) no-repeat center;
}
.inside_header .small_nav_btn.active,
.header.fixed .small_nav_btn.active{
  background: url(../images/m_menu2.png) no-repeat center;
}

.small_nav .wapper .btn i {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  background: url(../images/h_content_dot.png) no-repeat center;
  background-size: 13px;
}

.small_nav .wapper .btn.active>i {
  -webkit-transform: rotate(180deg);
  transform: rorate(180deg);
  border-left: 0;
  border-right: 1px solid #e5e5e5;
}

.small_nav .show a {
  line-height: 50px;
}
.small_nav .show .btn{
  padding-left: 20px;
  position: relative;
}
.scale img {
  transition: all 0.2s;
}

.scale:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.small_nav .wapper {
  position: relative;
}

.small_nav {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  text-align: center;
  background: #007750;
  z-index: 7;
  display: none;
  overflow: auto;
}

.small_nav a {
  font-size: 13px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 50px;
  text-align: left;
  text-indent: 15px;
  position: relative;
}

.small_nav .show {
  background: #0067ad;
  display: none;
}


.map img{
    max-width: inherit;
}
/*内页banner*/
.inside_banner{
  height: 400px;
}


/*自适应图片*/
.autoimg{
  position: relative;
  /*float: left;
  height: 210px;
  width: 28.33333333333333%;*/
  overflow: hidden;
}
.autoimg:after{
  content: '';
  /*padding-top: 61.76%;*/
}
.autoimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}

.owl-stage{
  transition: 0.75s all !important; 
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
   color: #999;
}


.swiper-button-prev:after,
.swiper-button-next:after{
	display: none !important
}

.swiper-button-prev:focus,
.swiper-button-next:focus{
	outline: inherit !important;
}
.swiper-pagination{
	z-index: 2 !important;
}



/* 分页1 */
.paging {
  text-align: center;
  margin-top: 20px;
}

.paging li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.paging li.style {
  height: 35px;
  width: 35px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  color: #333;
  background-color: #fff;
  transition: all 0.3s;
}


.paging li.style.first,
.paging li.style.prev,
.paging li.style.next {
  width: inherit;
}
.paging li.style.prev a,
.paging li.style.next a{
  padding: 0 10px;
}

.paging li.style a {
  color: #333;
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
}

.paging li.active a,
.paging li.style a:hover {
  background-color: #007750;
  color: #fff;
}





.share .social-share .social-share-icon{
  border: 0;
  margin: 0 0 0 60px;
  width: 30px;
  height: 30px;
}
.share .social-share .icon-wechat{
  background: url(../images/share1.png) no-repeat center;
}
.share .social-share .icon-weibo{
  background: url(../images/share2.png) no-repeat center;
}
.share .social-share .social-share-icon:before{
  display: none;
}
.bg_white{
  background: #fff;
}

.rela{
  position: relative;
}


.scrollBar::-webkit-scrollbar-track-piece { /*//滚动条凹槽的颜色，还可以设置边框属性*/
background-color:#f8f8f8;
}
.scrollBar::-webkit-scrollbar {/*//滚动条的宽度*/
width:9px;
height:9px;
}
.scrollBar::-webkit-scrollbar-thumb {/*//滚动条的设置*/
background-color:#dddddd;
background-clip:padding-box;
min-height:28px;
}
.scrollBar::-webkit-scrollbar-thumb:hover {
background-color:#bbb;
}







.pt80{
  padding-top: 80px;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.3s all;
}
.header.fixed{
  border-bottom: 1px solid #eee;
  background: rgba(255,255,255,0.8);
  z-index: 999;
}
.inside_header{
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 3;
}
.inside_header .img1{
  display: none;
}
.inside_header .img2{
  display: block;
}
.header .logo{
  float: left;
  height: 60px;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content:center;
}
.header .logo img{
  max-height: 80%;
}

.header .nav{
  margin-right: 150px;
}
.header .nav>.nav-item{
  float: left;
  position: relative;
  padding: 0 0 0 50px;
}

.header .nav>.nav-item>a{
  font-size: 18px;
  color: #fff;
  padding: 0 25px;
  text-align: center;
  line-height: 80px;
  position: relative;
}
.header .nav>.nav-item.active>a,
.header .nav>.nav-item>a:hover{
  color: #007750;
  font-weight: bold;
}
.inside_header .nav>.nav-item>a,
.header.fixed .nav>.nav-item>a{
  color: #333;
}
.inside_header .nav>.nav-item.active>a,
.inside_header .nav>.nav-item>a:hover,
.header.fixed .nav>.nav-item.active>a,
.header.fixed .nav>.nav-item>a:hover{
  color: #007750;
}
.header .nav>.nav-item .show{
  position: absolute;
  border-radius: 8px;
  top: 100px;
  z-index: 2;
  opacity: 0;
  transform: translate(0,-20px);
  visibility: hidden;
  transition: 0.15s all;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  background: rgba(255,255,255,0.8)
}
.header .nav>.nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
  transform: translate(0,0);
}
.header .nav>.nav-item .show .nav-item{
  position: relative;
}
.header .nav>.nav-item .show .nav-item>a{
  line-height: 50px;
  text-align: left;
  position: relative;
  text-indent: 20px;
  color: #333;
}
.header .nav>.nav-item .show .show .nav-item>a{
  line-height: 40px;
}
.header .nav>.nav-item .show .nav-item:hover>a{
  background: #b41f2a;
  color: #fff;
}
.header .nav>.nav-item .show .show>.nav-item:first-child a{
  border-radius: 8px 8px 0 0
}
.header .nav>.nav-item .show .show>.nav-item:last-child a{
  border-radius:  0 0 8px 8px;
}
.header .nav>.nav-item .show .show a{
  background: rgba(255,255,255,0.8);
}
.header .nav>.nav-item .show .show a:hover{
  background: rgba(255,255,255,0.8);
  color: #b41f2a;
}
.header .nav>.nav-item .show .show a:after{
  display: none;
}
.header .nav>.nav-item .show .nav-item:hover>a:after{
  opacity: 1;
}


.header .nav>.nav-item .show .show{
  position: absolute;
  left: 100%;
  padding-left: 10px;
  width: max-content;
  min-width: 140px;
    transform: translate(0,0);
  opacity: 0;
  margin-left: 0;
  visibility: hidden;
  background: none;
  transition: 0.3s all;
  top: 0;
}
.header .nav>.nav-item .show .nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
}
.header .search{
  float: left;
  margin-right: 30px;
}
.header .search .to_search{
  width: 30px;
  height: 30px;
  margin-top: 35px;
  background: url(../images/search.png) no-repeat center;
}
.header .search .show{
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 2;
  display: none;
  background: #fff;
}
.header .search .show input{
  width: 400px;
  float: left;
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  text-indent: 15px;
}
.header .search .show a{
  float: right;
  width: 100px;
  height: 60px;
  background: #b41f2a url(../images/search1.png) no-repeat center;
}
.header .contain{
  position: relative;
  width: 1200px;
}
.header .lang{
  width: 120px;
  float: left;
  position: relative;
}
.header .lang .btn{
  line-height: 100px;
  text-align: center;
  color: #333;
}
.header .lang .btn span{
  padding-right: 20px;
  background: url(../images/lang.png) no-repeat right;
}
.header .lang .btn em{
  padding-left: 28px;
  background: url(../images/lang1.png) no-repeat left;
}
.header .lang .show{
  position: absolute;
  top: 105px;
  z-index: 2;
  display: none;
  background: #fff;
  width: 100%;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
}

.header .lang .show a{
  color: #333;
}

.header .lang .show a:hover{
  color: #b41f2a;
}


.footer{
  background: #007750;
  padding: 60px 0;
  color: #fff;
}
.footer .contain{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .left{
  width: 500px;
}
.footer .left a{
  display: inline-block;
}
.footer .left .logo1{
  margin-bottom: 60px;
  width: 140px;
}
.footer .left .p1{
  font-size: 24px;
}
.footer .left .p2{
  font-size: 16px;
}
.footer .left .p3{
  margin-top: 40px;
}
.footer .code{
  text-align: center;
}
.footer .code li{
  float: left;
  width: 110px;
  line-height: 30px;
  margin-right: 15px;
}
.footer .code li:last-child{
  margin-right: 0;
}
.in_top .logo .img2{
  display: none;
}
.in_top .header.fixed .logo .img1{
  display: none;
}
.in_top .header.fixed .logo .img2{
  display: block;
}
.course_consult{
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #055c40;
  color: #fff;
  padding: 15px 6px;
  width: 1rem;
  font-size: 16px;
  line-height: 1.3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 12;
  cursor: pointer;
}




















