@charset "utf-8";
/* css document */
*{-webkit-text-size-adjust: none}
html, body{width:750px; margin:0 auto;min-width:inherit; transform:'';background: #d7edeb;font-family:'微软雅黑,宋体', sans-serif;}
.fl {float:none; display:block;}
.fr {float:none; display:block;}
.pchide {display:block;}
.pcwidth {width:auto;}
.mhide {display:none;}
.padhide{display:none;}
.container {width:auto;margin: 20px auto;}





/* index_header */
.header{
  width:100%;
  height:353px;
  max-width: initial;
  margin:0 auto;
  background:url(/uploads/image/images/mheadbg.png) no-repeat center;
  background-size:contain;
  
}
.header .box {
  width:100%;
  margin:0 auto;
  text-align: center;
  padding-top:150px;
  box-sizing: border-box;
  height:353px;
  position: relative;
}
.header .box .title{
  margin-bottom:30px;
}
.header .box h2{
  font-size:16px;
  font-weight:700;
  line-height:30px;
  margin-bottom:15px;
  color:#221815;
}
.header .box h2 span{
  font-size:18px;
  margin-left:35px;
  line-height:30px;
  position: relative;
  top:2px;
}
.header .box p{
  font-size:16px;
  color:#221815;
  margin-bottom:10px;
}
.header .box p span{
  font-weight:bold;
}
.header .box .nav{
  width:100%;
  height:65px;
  line-height:65px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left:0;
  bottom:0;
  overflow: hidden;
}
.header .box .nav li{
  margin-right:50px;
  display:inline-block;
  font-size:30px;
  font-weight:500;
}
.header .box .nav li a{
  color:#063d8f;
}
.header .box .navbtn{
  width:32px;
  height:26px;
  display:block;
  background:url(/uploads/image/images/nav.png);
  position: absolute;
  bottom:20px;
  right:25px;
  z-index: 100;
}
.switchnavbtn{
  position: absolute;
  display: none;
  width: 82px;
  height: 64px;
  background: rgba(36, 36, 36, .9);
  bottom: 0;
  right: 0;
  z-index: 100;
}
.switchnavbtn img{
  text-align: center;
  margin-top: 19px;
}
.selectmenu{
  position: relative;
  background: rgba(36, 36, 36, .9);
  z-index: 100;
  top: 202px;
  display: none;
}
.selectmenu ul li{
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #a8a8a8;
}
.selectmenu ul li img{
  margin-top: 22px;
}
.selectmenu ul li a{
  font-size: 32px;
  color: #fff;
}
/* foot */
.footer{
  max-width:1960px;
  height:200px;
  margin:0 auto;
  background:#2c1908;
  color:#fff;
  text-align: center;
  font-size:16px;
  padding-top:28px;
}
.footer h2{
  font-weight:normal;
  font-size:20px;
  margin-bottom:15px;
}
.footer .link{
  border-bottom:1px solid #5c4c3f;
  padding-bottom:24px;
  margin-bottom:24px;
}
.footer .link a{
  color:#fff;
  margin:0 5px;
}
.footer .box{
  color:#bbb6ac;
  font-size:15px;
}
.footer .adress{
  width:392px;
  height:36px;
  background:url(/uploads/image/images/img_18.png) no-repeat;
  margin:0 auto;
  text-align: left;
  padding-left:40px;
  box-sizing: border-box;
  margin-bottom:20px;
}
.footer .adress span{
  display:block;
}
.footer .adress::after{
  display:none;
}
.footer .adress i{
  top:3px;
}

/* breadcrumb */
.breadcrumb {
  width: 100%;
  height: 60px;
  line-height:60px;
  border-bottom:2px solid #61a29c;
}

.breadcrumb li {
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  position: relative;
  margin-right: 5px;
  padding:0;
}
.breadcrumb li.arrow{
  padding-right:30px;
}
.breadcrumb li.arrow::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '>';
  color: #9b9b9b;
}

.breadcrumb li a {
  color: #333;
  letter-spacing: 0.23px;
  font-weight: 400;
}

.breadcrumb li.active a {
  color: #16ae66;
}

.breadcrumb li.active::after {
  display: none;
}

/* tabs */
.tabs .nav{
  width:100%;
  height:100px;
  overflow: hidden;
}
.tabs .ctx .item{
  display:none;
}
.tabs .ctx .item.active{
  display:block;
}
.tabs .nav span{
  font-size:24px;
  float:left;
  cursor:pointer;
  width:33.333%;
  text-align: center;
  position: relative;
  height:55px;
}
.tabs .nav span::after{
  content: '';
  width:0px;
  height:6px;
  position: absolute;
  bottom:-3px;
  left:50%;
  background:#2e5586;
  transform: translate(-50%);
  transition: .3s all;
}
.tabs .nav span.active::after{
  width:100px;
}





/* form */
select::-ms-expand{ display: none; }
select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:#fff  no-repeat scroll 600px center;
  background-size: 72px 72px;
  outline: none;
}

option::-ms-expand{ display: none; }
option{
  -moz-appearance:none; /* firefox */
  -webkit-appearance:none; /* safari 和 chrome */
  appearance:none;
}
option:hover{
  color:#fff;
  background-color:#eee;
}


/* page */
.pagebtn{
  overflow: hidden;
  width:670px;
  height:80px;
  margin: 0 auto 50px auto;
}
.pagebtn a{
  color:#fff;
  width:670px;
  height:80px;
  line-height:80px;
  text-align: center;
  margin-bottom:50px;
  background: #51ab6d;
  border-radius: 4px;
  font-size:28px;
  display: block;
}



/* page */
.page{
  width:100%;
  height:100px;
  text-align: center;
  margin:100px auto 120px auto;
}
.page li{
  display:inline-block;
  min-width: 64px;
  min-height: 64px;
  background: #ffffff;
  border: 1px solid rgba(217,217,217,1);
  border-radius: 8px;
  box-sizing: border-box;
  padding:10px 20px;
  font-size: 28px;
  color: rgba(0,0,0,0.65);
  margin-right:10px;
  cursor:pointer;
}
.page li i{
  display:block;
}
.page li.left{
  background:#fff  no-repeat center;
  background-size:12px 20px;
}
.page li.right{
  background:#fff  no-repeat center;
  background-size:12px 20px;
}
.page li.active{
  background: #16ae66;
  color:#fff;
  border:0;
}
.page li.input{
  border:0;
  background:none;
}
.page li.input input{
  border: 1px solid rgba(217,217,217,1);
  width: 96px;
  min-height: 64px;
  box-sizing: border-box;
  border-radius: 8px;
  padding:10px;
  margin:0 10px;
}
.page span{
  font-size:28px;
}


/* 404 */
.body404{
  background:#f5f5f5;
}
.body404 .contentbox{
  min-height:auto;
  overflow: hidden;
}
.body404 .box404{
  width:auto;
  margin:0 auto;
  margin-top:80px;
  font-size:36px;
  color: #787878;
  text-align: center;
}
.body404 .box404 img{
  width:700px;
  height:auto;
  margin:0 auto;
  margin-bottom:92px;
  display:block;
}
.body404 .box404 .handle404{
  margin:32px auto 148px auto;
}
.body404 .box404 .handle404 a{
  width:268px;
  height:72px;
  display:inline-block;
  background: #909090;
  border-radius: 6px;
  color:#fff;
  font-size:28px;
  line-height:72px;
  cursor: pointer;
}
.body404 .box404 .handle404 a.active{
  margin-right:19px;
  background:#51ab6d;
}


/* dialog */
.dialog{
  width:100%;
  height:100%;
  position: fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,.6);
  z-index: 999;
  display:none;
}
.dialog .box{
  width:auto;
  height:1000px;
  background:#fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.dialog .box .title{
  width:100%;
  height:100px;
  background:#51ab6d;
  color:#fff;
  line-height:100px;
  text-indent: 20px;
  font-size:28px;
}
.dialog .box .content{
  width:100%;
  height:800px;
  overflow: auto;
  padding:20px 20px;
  box-sizing: border-box;
}
.dialog .box .content .item{
  width:700px;
  overflow: auto;
}
.dialog .box .handle{
  width:100%;
  height:100px;
  text-align: center;
}
.dialog .box .handle a{
  padding:20px 40px;
  background:#16ae66;
  color:#fff;
  display:inline-block;
  vertical-align: middle;
  margin-right:10px;
  font-size:28px;
}
.dialog .box .content table{
  width:2000px;
  border:1px solid #ccc;
  border-collapse: collapse;
  margin-bottom:20px;
}
.dialog .box .content table td{
  padding-left:10px;
}


/* dialogbox */
.dialogbox{
  width:100%;
  height:100%;
  position: fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,.6);
  z-index: 999;
  display:none;
}
.dialogbox .box{
width:800px;
padding:30px;
box-sizing: border-box;
}
.dialogbox .box .btn{
width:40px;
height:40px;
display:block;
position: absolute;
top:500px;
right:initial;
left:50%;
transform: translate(-50%,-50%);
background: no-repeat;
background-size:contain;
cursor:pointer;
}
.dialogbox .box video{
width:100%;
height:100%;
}


/* datepicker */
.ui-datepicker{
  width:610px !important;
  font-size:24px !important;
}
.ui-datepicker td span, .ui-datepicker td a{
  padding:.8em .2em !important;
}



/* backtop */
.back_top {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  _position: absolute;
  top: 85%;
  left:initial;
  right: 10px;
  display: block;
  z-index: 999;
  font-size:28px;
}



/* switchshow */
.switchshow {
  width: 60px;
  height: 60px;
  line-height:60px;
  cursor: pointer;
  position: fixed;
  _position: absolute;
  top: calc(89% - 120px);
  left:initial;
  right: 10px;
  z-index: 999;
  font-size: 28px;
  color:#fff;
  text-align: center;
}



/*特殊分辨率处理*/
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}