@charset "utf-8";
html, body {
  padding: 0;
  margin: 0;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';
  /* font-family: "黑体"; */
  border: 0;
  outline: medium;
  text-shadow: none;
  text-decoration: none;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* min-width: 1200px; */
}

input {
  vertical-align: middle;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px;
}

hr {
  border-width: 1px;
  border-style: inset;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

i {
  display: block;
}
img{vertical-align: middle;}
i, em {
  font-style: normal;
}
html{
  height: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
}
li{list-style: none;}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear2{
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

.warpper{
  width:1200px;
  margin:0 auto;
}

.dH{
  overflow: hidden;
}
.inp_pla{
  color:#999 !important;
}
.rig-title-over{
  float: left;
  line-height: 60px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*input placeholder 样式 */

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}


.footer_message ::-webkit-input-placeholder {
  color: #fff;
}

.footer_message :-moz-placeholder {
  color: #fff;
}

.footer_message ::-moz-placeholder {
  color: #fff;
}

.footer_message :-ms-input-placeholder {
  color: #fff;
}

/*修改滚动条*/

::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #bbb;
}
.slh{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*单行超出部分省略号显示*/
.bgcover{
  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.boxsizing{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.home_wrap{width: 1200px;margin: 0 auto;}
/* 字体font icon */
@font-face {font-family: "iconfont";
  src: url('../font_icon/iconfont.eot'); /* IE9*/
  src: url('../font_icon/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font_icon/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font_icon/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font_icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.hoverimg:hover .wy_newsimg{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.hoverimgup:hover .qf_pro_img{
    -webkit-transform: translate3d(0,-8px,0);
    -moz-transform: translate3d(0,-8px,0);
    transform: translate3d(0,-8px,0);
}

.hover_animation{ 
  transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
.hoverimg:hover img{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.hoverimgup:hover img{
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
/* 无内容 */
.no-goods,.no-network{
  padding-top:100px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}

/* 更改layer样式 */
.layui-layer-btn{
  text-align: center !important;
  padding-bottom:28px !important;
}
.layui-layer-btn .layui-layer-btn0{
  display: block;
  margin:0 auto !important;
  border-radius: 0 !important;
  width:88px !important;
  text-align: center !important;
  height: 34px !important;
  line-height: 34px !important;
  border-color: #237ed2 !important;
  background-color: #237ed2 !important;
}
.layui-layer-btn .layui-layer-btn0:hover{
  background: #348eed !important;
  border-color: #348eed !important;
}

h2.join_m{background: #f1f1f1;
    padding: 39px 36px;margin-top: 20px;}
.message_img{width: 100%;margin: 8px 0 25px 0;}
.message_img img{max-width: 100%;}

.transition{
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
}

.page{text-align: center;text-align: center;padding: 50px 0;}
.page a{display: inline-block;background: #fff;font-size: 12px;color: #b2b2b2;height: 34px;line-height: 34px;border: 1px solid #dddddd;padding: 0 12PX;margin: 0 3px;}
.page a.st{padding: 0 18px;}
.page a:hover,.page a.cur{background: #07847e;color: #fff;}
.page a:hover,.page a.on{background: #07847e;color: #fff;}
			
.empty-data{
	width: 100%;
	height: auto;
	min-height: 200px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}	
		
.empty-data p{
	font-size: 16px;
	line-height: 75px;
}

/* 搜索 */
.search-alert2{position: fixed;z-index: 999;background-color: #333;left: 0;top: 0;width: 100%;height: 100%;display: none;}
.search-alert2 .warp{width:100%;margin:0 auto;height:100vh;text-align: center;display: flex;flex-flow: column wrap;justify-content: center;align-items: center;}
.search-alert2 .tit3{margin-bottom:50px;font-size: 40px;color: #fff;}
.search-alert2 .close{display: block;width: 30px;height: 30px;position: absolute;top: 60px;right: 2.6%;cursor: pointer;z-index: 2;}
.search-alert2 .close img{max-width: 100%;transition: transform 0.3s ease 0s;}
.search-alert2 .close:hover img{transform: rotate(90deg);}
.search-alert2 .cent-form{width: 80%;height: 60px;line-height:60px;background-color: #fff;border-radius:8px;position: relative;z-index:3;margin: 0 auto;}
.search-alert2 .warp-cent-form{width:100%;position: relative;z-index:4;}
.search-alert2 .cent-form input::-webkit-input-placeholder{/* WebKit browsers */color: #666;}
.search-alert2 .cent-form input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */color: #666;}
.search-alert2 .cent-form input::-moz-placeholder{/* Mozilla Firefox 19+ */color: #666;}
.search-alert2 .cent-form input:-ms-input-placeholder {/* Internet Explorer 10+ */color: #666;}
.search-alert2 .cent-form .tex{border: none;height: 60px;line-height: 60px;text-align: left;width: calc(100% - 60px);box-sizing: border-box;color: #666;background:none;padding: 0 20px;float: left;}
.search-alert2 .cent-form .sub-butn{border: none;height: 60px;line-height: 60px;background:url(../images/ss_ico.png) no-repeat center center;position: absolute;right: 0;top: 0;width:60px;-webkit-filter: brightness(0) invert(0.2);filter: brightness(0) invert(0.2);}
.search-alert2 .tab{width:80%;margin: 30px auto;display: flex;flex-flow: row wrap;justify-content: space-between;align-items: flex-start;}
.search-alert2 .tab .leftbox{display: flex;flex-flow: row wrap;justify-content: flex-start;align-items: center;}
.search-alert2 .tip{margin-right:10px;color: #fff;display: flex;flex-flow: row wrap;justify-content: flex-start;align-items: center;}
.search-alert2 .tip .icon{width: 20px;margin-right:5px;}
.search-alert2 .tip .icon img{max-width: 100%;}
.search-alert2 .tab a{margin-right:10px;opacity:0.7;color: #fff;transition: all .3s;}
.search-alert2 .tab a:hover{opacity:1;color:#fff;}
.search-alert2 .tiptext{opacity:.7;color: #fff;}

/*侧边客服开始*/
.ke_ConMenu{ height: 190px; width: 40px; margin-top: 0px; position: fixed; top: 65%; right: 30px; z-index: 9999; }
.keCon_icon{ background: #07847e; display:block; border-radius:50%; height:40px; cursor:pointer}
.ke_ConMenu ul li { height: 40px; width: 40px; margin-bottom: 10px; position: relative; margin-left: 0px;}
.keCon_show { line-height: 40px; color: #FFF; height: 40px; background: #07847e; position: absolute; top: 0px; right: 0px; /*padding-left: 15px; */border-radius: 1.8em; display: none; }
.keCon_show a{color: #fff;}
.keCon_show img { float: right; border-radius:50%; }
.ke_ConMenu ul li.backTop{
	display: none;
}
.ke_ConMenu ul li.show{
	display: block;
}
.keCon_wx { background: #FFF; height: 229px; padding-top: 12px; text-align: center; width: 202px; position: absolute; top: -8px; right: 68px; border-radius: 0.3em; font-size: 16px; line-height: 30px; display:none; }
.keCon_wx:before{content:""; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:8px solid #fff; height:0; width:0; top:19px; right:-8px; position:absolute;}
@media (max-width:992px) {
	.ke_ConMenu{right: 10px;}
	.ke_ConMenu ul li{overflow:hidden; border-radius:50%;}
	.ke_ConMenu li:nth-child(2){display:none;}
}
/*侧边客服结束*/

