@charset "utf-8";
.sans{
  font-family: "Open Sans";
}
.sans_bold{
  font-family: "sans_bold";
}
@font-face{
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v15-latin-regular.woff2");
}
@font-face{
  font-family: "sans_bold";
  src: url("../fonts/open-sans-v15-latin-800.woff2");
}
body {
	 font-family:'Open Sans','Helvetica','Arial','Microsoft YaHei','微软雅黑','Century Gothic',  'SimSun', '宋体', 'Heiti', '黑体',  'sans-serif';
	 font-size:16px;
	 width:100%;
	 height:100%;
	 color:#666;
	 -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:'Open Sans','Helvetica','Arial','Microsoft YaHei','微软雅黑';
	 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: 1170px;
	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;}



.small_nav_btn {
  position: fixed;
  top: 17px;
  right: 15px;
  z-index: 8;
  display: none;
  width: 34px;
  height: 34px;
  background: url(../images/m_menu1.png) no-repeat center;
}

.small_nav_btn.active {
  background: url(../images/m_menu2.png) no-repeat center;
}

.small_nav .wapper .btn i {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: url(../images/dot.png) no-repeat center;
  background-size: 13px;
}

.small_nav .wapper .btn.active>a>i {
  -webkit-transform: rotate(180deg);
  transform: rorate(180deg);
}

.small_nav .show a {
  line-height: 30px;
}
.small_nav>.wapper>.show>.btn{
  padding-left: 10px;
}
.small_nav .show .btn{
  position: relative;
}
.small_nav .show .show a{
}
.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: fixed;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  height: calc( 100% - 68px );
  top: 68px;
  left: 0;
  text-align: center;
  background: #fff;
  z-index: 7;
  display: none;
  overflow: auto;
}

.small_nav a {
  font-size: 13px;
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  position: relative;
}

.small_nav .show {
  display: none;
  padding-left: 10px;
}


.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;
}

.paging li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.paging li.style {
  height: 35px;
  width: 35px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s;
}


.paging li.style.first,
.paging li.style.prev,
.paging li.style.next {
  width: 60px;
}


.paging li.style a {
  color: #333;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 3px;
}

.paging li.active a,
.paging li.style a:hover {
  background-color: #e0c287;
  color: #fff;
  border-color: #e0c287;
}


.paging li.prev a {
  height: 100%;
  background-position: center center;
  background-size: 45% 45%;
  background-repeat: no-repeat;
}

.paging li.next a {
  height: 100%;
  background-position: center center;
  background-size: 45% 45%;
  background-repeat: no-repeat;
}
.paging li.prev a{
  height: 100%;
  background: url(../images/paging_1.png) no-repeat center;
}
.paging li.prev:hover a{
  background: url(../images/paging_11.png) no-repeat center #2972ec;
}
.paging li.next a{
  height: 100%;
  background: url(../images/paging_2.png) no-repeat center;
}
.paging li.next:hover a{
  background: url(../images/paging_22.png) no-repeat center #2972ec;
}



.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;
}









.header .logo{
  float: left;
  height: 68px;
  display: flex;
  margin-right: 60px;
  overflow: hidden;
  align-items: center;
  justify-content:center;
}
.header .logo img{
  max-height: 100%;
}

.header .nav{
}
.header .nav>.nav-item{
  float: left;
  position: relative;
  padding: 0 15px;
}

.header .nav>.nav-item>a{
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 68px;
  position: relative;
  transition: 0s;
  border-bottom: 4px solid transparent;
}
.header .nav>.nav-item>a.active{
  padding-right: 18px;
  background: url(../images/dot.png) no-repeat right;
}
.header .nav>.nav-item.active>a,
.header .nav>.nav-item>a:hover{
  border-bottom: 4px solid #0f7ca8;
}
.header .nav .show{
  width: 500px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  max-height: calc( 100vh - 68px );
  overflow: auto;
  position: absolute;
  padding: 20px 10px 15px 10px;
  box-sizing: border-box;
  left: 0;
  box-shadow: 0px -0.05px 0.1px 0.05px #888, -0.5px 0px 3px 1px #888, 0.5px 0px 3px 1px #888888, 0px 1px 4px 2px #888;
}
.header .nav>.nav-item:hover .show{
  opacity: 1;
  visibility: visible;
}
.header .nav .show::-webkit-scrollbar-track-piece { /*//滚动条凹槽的颜色，还可以设置边框属性*/
background-color:#f8f8f8;
}
.header .nav .show::-webkit-scrollbar {/*//滚动条的宽度*/
width:2px;
height:2px;
}
.header .nav .show::-webkit-scrollbar-thumb {/*//滚动条的设置*/
background-color:#0f7ca8;
background-clip:padding-box;
min-height:28px;
}
.header .nav .show .p1{
  margin: 0 40px;
  color: #0f7ca8;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 2px solid #0f7ca8;
}
.header .nav .show dl{
  width: 50%;
  float: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.header .nav .show dd a{
  position: relative;
  display: inline-block;
}
.header .nav .show dd a:after{
  content: "";
  left: 50%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #0f7ca8;
  width: 0;
  transition: 0.3s all;
}
.header .nav .show dd a:hover:after{
  width: 100%;
  left: 0;
}
.header .nav .show dd .a1{
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13.5px;
}
.header .nav .show dd .a2{
  color: #999;
  font-size: 13.5px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.header .nav .show dd .a3{
  color: #999;
  font-size: 13.5px;
  margin-left: 20px;
}
.header .nav .show .end{
  font-size: 0;
  margin: 20px 40px 0;
  padding: 15px 0;
  border-top: 2px solid #0f7ca8;
}
.header .nav .show .end a{
  display: inline-block;
  margin: 0 1%;
  max-height: 50px;
  width: 31.333%;
}
.header .nav .show .end a img{
  max-height: 50px;
}

.header .search{
  float: left;
  margin-top: 17px;
  margin-left: 60px;
}
.header .search input{
  width: 155px;
  float: left;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  text-indent: 10px;
  background: rgb(229, 229, 229);
}
.header .search button{
  float: right;
  width: 34px;
  height: 34px;
  background: rgb(182,182,182) url(../images/search1.png) no-repeat center;
  background-size: 18px;
}
.header .contain{

}

.header .contain{
  width: 1550px;
}

.header .right{
  margin-top: 17px;
}
.header .right .phone img{
  width: 50px;
  height: 50px;
  margin-top: -8px;
}
.header .right i{
  width: 2px;
  margin: 0 15px 0 5px;
  height: 34px;
  background: #94c23d;
  float: left;
}
.header .right .share a{
  float: left;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  width: 30px;
  margin-top: 2px;
}
.header .right .share a:last-child{
  margin-right: 0;
}
.header{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 6;
    box-shadow: 2px 0px 32px 0px rgb(0 0 0 / 20%);
}
.h_line{
  height: 68px;
}
.footer{
  padding: 65px 0;
}
.footer .p1{
  font-size: 26px;
  margin-bottom: 25px;
  color: #000;
}
.footer .left{
  width: 480px;
  float: left;
}
.footer .left .p2{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.footer .left .a1{
  color: #000;
  font-weight: bold;
}
.footer .left .a1:hover{
  color: #007ba6;
}
.footer .left .logo{
  font-size: 0;
  padding-top: 30px;
  border-top: 1px solid #eee;
  margin-top: 30px;
}
.footer .left .logo a{
  width: 31.333%;
  margin: 0 1%;
  display: inline-block;
}
.footer .mid{
  float: left;
  width: 300px;
  margin-left: 30px;
}
.footer .mid .p3{
  padding-left: 40px;
  color: #000;
  margin: 20px 0;
  font-size: 18px;
  line-height: 30px;
}
.footer .mid .ico1{
  background: url(../images/f_ico1.png) no-repeat 0 5px;
}
.footer .mid .ico2{
  background: url(../images/f_ico2.png) no-repeat left;
}
.footer .mid .ico3{
  background: url(../images/f_ico3.png) no-repeat left;
}
.footer .mid .ico4{
  background: url(../images/f_ico4.png) no-repeat left;
}
.footer .right{
  float: right;
  width: 280px;
}
.footer .right .a1{
  color: #000;
  padding: 5px 0;
}
.footer .right .logo{
  margin-top: 30px;
}
.footer .copy{
  font-size: 16px;
  margin-top: 60px;
  color: #989898;
  text-align: center;
}
.footer .copy .share{
  font-size: 0;
  margin-top: 20px;
}
.footer .copy .share a{
  display: inline-block;
  margin: 0 10px;
}
.bg{
  background: #eee;
}


























