/*
  // +----------------------------------------------------------------------
  // | Support (c) LanchTech
  // +----------------------------------------------------------------------
*/
html{
  font-size: 12px;
}
html,body {
  position: relative;
  height: 100%;
}
body,div,ul,li,h1,h2,h3,h4,h5,input,select,textarea,p{
  list-style: none;
  margin:0;
  padding:0;
  border:0;
  background:none;
  font-size: unset;
  font-weight: unset;
}
body {
  background: #fafafa;
  font-family: 'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}
a,a:hover{
  outline: unset;
  text-decoration: none;
  color:#000;
  font-size:1rem;
}

h1{font-size:1.667rem;font-weight: unset;}

img{max-width: 100%}

.breakline::before{
  clear: both;
  display: block;
  content: '';
  height: 1px;
  background: linear-gradient(to right,rgba(153,153,153,1) 30%,rgba(153,153,153,0) 100%);
}
.icon {
  width: 1rem;
  height: 1rem;
  vertical-align: -0.15rem;
  fill: currentColor;
  overflow: hidden;
}
.more{
  width:100px;
  height:30px;
  line-height: 30px;
  border:1px solid #ccc;
  text-align: center;
  color:#000;
  background-color:rgba(255,255,255,0.5);
}
.more span{
  font-size:18px;
}
.more:hover{
  color:#fff;
  background-color:rgba(0,0,0,0.5);
}

.btn-more-div{
  left:30%;
  top:60%;
  width:180px;
  height:44px;
}
.btn-more{
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border:1px solid #333;
  border-radius: 44px;
  font-size:1.333rem;
  color:#fff;
  background-color:#333;
  width:100%;
  height:100%;
  transition: all 0.5s ease 0s ;
}
.btn-more:hover{
  font-size:1.333rem;
  color:#fff;
  background-color:#4F9D8D;
  border:1px solid #4F9D8D;
}
.btn-more::after{
  content: '';
  display: inline-block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  transform: rotate(135deg);
}

/*Toasts 操作进行与结果小提示*/
.loading span,.opting span{
  font-size:3rem;
  display:inline-block;
}
.loading span{
  animation: loading 1s linear infinite;
}
@keyframes loading{
  from{transform: rotate(0)}
  to{transform: rotate(360deg)}
}
.layout{
  clear:both;
  margin:0;
  padding:0;
}
.center{
  text-align: center;
}

.mban {
    display: none;
    z-index: 100;
    position: fixed;
    background-color: #000;
    opacity: 0.4;
    top: 0;
    width: 100%;
    height: 100%;
}
/*navbar*/
.navbar-toggle {
  display:none;
  outline: none;
    position: relative;
    float: right;
    padding: 8px 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left:1rem;
    height:70px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
    transition: all 0.5s;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.mclose .navbar-toggle .top-bar {
    transform: rotate(0);
}
.mclose .navbar-toggle .bottom-bar {
    transform: rotate(0);
}
.mon .navbar-toggle .top-bar {
    transform: rotate(38deg);
    transform-origin: 5%;
}
.mon .navbar-toggle .middle-bar {
    opacity: 0;
}
.mon .navbar-toggle .bottom-bar {
    transform: rotate(-38deg);
    transform-origin: 5%;
}
/**
::webkit-scrollbar 滚动条整体部分，可以设置宽度啥的
::-webkit-scrollbar-button 滚动条两端的按钮
::-webkit-scrollbar-track  外层轨道
::-webkit-scrollbar-track-piece  内层滚动槽
::-webkit-scrollbar-thumb 滚动的滑块
::-webkit-scrollbar-corner 边角
::-webkit-resizer 定义右下角拖动块的样式
**/

/*breadcrumb*/
.breadcrumb{
  clear: both;
  height:30px;
  line-height: 30px;
  padding: 10px 0;
  background-color: #fff;
}
.breadcrumb ul{
  position: relative;
  display:inline-block;
  padding-bottom:0.8rem;
  padding-right:2rem;
}
.breadcrumb ul li{
  float:left;
  font-size: 13px;
}
.breadcrumb ul li:after{
  content: '/';
  color:#ccc;
  margin:0 0.6rem;
}
.breadcrumb ul li a{
  font-size:13px;
}
.breadcrumb ul::after{
  /*
  position: absolute;
  left:0;
  bottom:0px;
  display: block;
  content:'';
  height:1px;
  width:200px;
  background:linear-gradient(to right,rgba(153,153,153,1) 30%,rgba(153,153,153,0) 100%);
  */
}

/*banner*/
.banner{
  min-height:350px;
  color:#fff;
  margin-top:70px;
}
.banner .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  padding-top: 40px;
}
.banner .title{
  font-size:22px;
  padding:30px 0 20px 0;
}
.banner .content{
  font-size:14px;
  line-height: 24px;
  width:100%;
  text-align: center;
}
.longbanner{
  min-height: 450px;
}

/*breadcrumbmenu*/
.breadcrumbmenu{
  padding:10px 0;
  height:30px;
  line-height: 30px;
  background-color:#fff;
}
.breadcrumbmenu ul{
  display: flex;
  justify-content: center;
}
.breadcrumbmenu ul li{
  padding:0 5px;
}
.breadcrumbmenu ul li a{
  font-size:1.1667rem;
}
.breadcrumbmenu ul li a:hover{
  color:#4F9D8D;
}
.breadcrumbmenu ul li::after{
  content: '';
  display: inline-block;
  border-right: 1px solid #333;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.breadcrumbmenu ul li:last-child:after{
  display: none;
}

/*pages*/
.pages{
  color:#000;
  margin:10px auto;
  text-align: center;
}
.pages a{
  color:#000;
}
.pagesdiv{
  display:inline-block;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-item{
  margin:0 6px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.7rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #eee;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #333;
  text-decoration: none;
  border-color: #4F9D8D;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #4F9D8D;
}
.page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/*title*/
.mtitle{
  text-align: center;
  margin-bottom:2rem;
}
.mtitle a{
  position: relative;
  display:inline-block;
  font-size:2rem;
  color:#333;
}
.mitems{
  text-align: center;
  margin:6px;
  display: none;
  justify-content: center;
}
.mitems a{
  font-size:1.5rem;
  margin:0 10px;
  display: flex;
  align-items: center;
}
.mitems a:hover{
  color:#4F9D8D;
}
.mitems a h2{
  margin-left:10px;
}
.mitems a::after{
  content: '';
  border-left: 1px solid #ccc;
  display: inline-block;
  height: 20px;
  width: 1px;
  margin-left: 15px;
}
.mitems a:last-child:after{
  border-left:unset;
}

/*footer*/
.footer{
  bottom:0;
  width:100%;
  z-index:2; 
  color:#fff;
  padding:1.5em 0 0.5em 0;
  background-color:#424242;
}
.footer a{
  color:#fff;
}
.footer .com .logo img{
  height:70px;
}
.footer .com .comname{
  font-size:15px;
  margin:1em auto;
}
.footer .com li{
  color:#fff;
  margin:1em 0;
  display: flex;
  flex-wrap: nowrap;
}
.footer .com li label{
  width:60px;
}
.footer .com li label span{
  margin-right:4px;
}
.footer .com li >span{
  flex:1;
}
.footer .footmenu{
  text-align: center;
}
.footer .footmenu .ftitle{
  margin-bottom:0.5rem;
}
.footer .footmenu .ftitle a{
  font-size:1.333rem;
}
.footer .footmenu a:hover{
  text-decoration: underline;
}
.footer .footmenu li{
  line-height: 2.5rem;
}
.footer .footmenu li a{
  font-size:1.1667rem;
  color:#eee;
}
.footer .fright{
  position: relative;
  text-align: right;
}
.footer .fright .qrcode{
  margin-top:1rem;
}
.footer .fright .qrcode img{
  width:90px;
  height:90px;
}
.footer .fright .qrcode label{
  display:block;
  margin-top:1rem;
}
.footer .fright .social{
  position:absolute;
  bottom:10px;
  right:0;
}
.footer .fright .social a{
  margin:0 0.5rem;
}

.footer .bottom a{
  color:#eee;
}
.footer .bottom .flinks{
  text-align: left;
}
.footer .bottom .flinks a{
  color:#999;
  margin-right:0.6rem;
}
.footer .bottom .flinks a:hover{
  color:#eee;
}
.bottomer{
  color:#eee;
  height:50px;
  line-height: 50px;
  text-align: center;
  background-color:#333;
}
.bottomer .container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.bottomer a{
  color:#999;
}
.bottomer a:hover{
  color:#eee;
}
/*fixedmenu*/
.fixedmenu{
  display:block;
  position: fixed;
  right: 10px;
  bottom: 50px;
  text-align: center;
  background-color:rgba(255,255,255,0.9);
  color: #fff;
  box-shadow: 0 0px 6px #999;
  cursor: pointer;
  z-index: 99;
  width:50px;
}
.fixedmenu ul{
  margin:0 auto;
}
.fixedmenu li{
  position: relative;
  border-bottom:1px solid #ccc;
}
.fixedmenu li .fmleft{
  position: absolute;
  opacity: 0;
  display: block;
  left: 0px;
  height: 64px;
  width: 200px;
  background-color: #4F9D8D;
  display: flex;
  flex-direction: column;
  line-height: 24px;
  font-size:1.1667rem;
  transition: all 0.3s ease ;
}
.fixedmenu li .fmleft label{
  margin:4px auto;
}
.fixedmenu li .fmleft a{
  font-size:1.3333rem;
  color:#fff;
}
.fixedmenu li.active .fmleft{
  left:-200px;
  opacity: 1;
  box-shadow: -2px 0px 6px #999;
}
.fixedmenu .fmright a{
  display: block;
  width:24px;
  height:24px;
  padding: 20px 13px;
}
.fixedmenu li:hover,.fixedmenu li.active{
  background-color:#4F9D8D;
}
.fixedmenu li:hover .fmright a,.fixedmenu li.active .fmright a{
  filter: brightness(0) invert(1);
}
.fixedmenu .fmtop{
  border-bottom:unset;
}
.fixedmenu .icon_fmphone{
  background:url('../images/icon/icon_fmphone.png') center no-repeat;
  background-size:24px;
}
.fixedmenu .icon_fmmail{
  background:url('../images/icon/icon_fmmail.png') center no-repeat;
  background-size:24px;
}
.fixedmenu .icon_fmtop span{
  content: '';
  display: inline-block;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  width: 12px;
  height: 12px;
  margin-top:6px;
  transform: rotate(45deg);
}
.fixedmenu li.fmmail .fmleft a{
  font-size:1.1667rem;
}

/*fixedside*/
.fixedside{
  display:none;
  position: fixed;
  right: 15px;
  bottom: 200px;
  border-radius: 40px;
  text-align: center;
  background-color:rgba(0,0,0,0.5);
  padding: 6px 12px;
  color: #fff;
  box-shadow: 0 0px 6px #666;
  cursor: pointer;
  z-index: 99;
}
.fixedside .icon-yooxi{
  font-size: 20px;
  font-weight: bold;
}
.fixedside label{
  display:block;
  font-weight: bold;
}

/*tags*/
.tags{
  display: flex;
  line-height: 36px;
}
.tags label {
  color: #999;
  font-size: 1rem;
}
.tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}
.tags ul li {
    font-size: 1rem;
}
.tags ul li a {
    color: #999;
}
.tags ul li a:hover{
  color:#666;
}
.tags ul li::after {
    content: '';
    display: inline-block;
    border-right: 1px solid #999;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 1px;
}
.tags ul li:last-child::after{
  border-right:unset;
}

/*navbar-toggle*/
.navbar-toggle{}

/*Toasts 操作进行与结果小提示*/
.loading span,.opting span{
  font-size:3rem;
  display:inline-block;
}
.loading span{
  animation: loading 1s linear infinite;
}
@keyframes loading{
  from{transform: rotate(0)}
  to{transform: rotate(360deg)}
}

.cblue-bg{background-color:#a0cfff !important;}
.cblue-bg:hover{opacity: 0.8}
.blue-bg{background-color: #27a9e3 !important;}
.blue-bg:hover{opacity: 0.8}
.cgreen-bg{background-color:#e1f3d8 !important;}
.cgreen-bg:hover{opacity: 0.8}
.green-bg{background-color:#28b779 !important;}
.green-bg:hover{opacity: 0.8}
.cred-bg{background-color:#fde2e2 !important;}
.cred-bg:hover{opacity: 0.8}
.red-bg{background-color:#F56C6C !important;}
.red-bg:hover{opacity: 0.8}
.cyellow-bg{background-color:#ffc107 !important;}
.cyellow-bg:hover{opacity: 0.8}
.yellow-bg{background-color:#E6A23C !important;}
.yellow-bg:hover{opacity: 0.8}
.purple-bg{background-color:#996699 !important;}
.clight-bg{background-color:#EBEEF5 !important;}
.clight-bg:hover{opacity: 0.8}
.light-bg{background-color:#DCDFE6 !important;}
.light-bg:hover{opacity: 0.8}
.cgray-bg{background-color:#C0C4CC !important;}
.cgray-bg:hover{opacity: 0.8}
.gray-bg{background-color:#909399 !important;}
.gray-bg:hover{opacity: 0.8}
.cdark-bg{background-color:#606266 !important;}
.cdark-bg:hover{opacity: 0.8}
.dark-bg{background-color:#303133 !important;}
.dark-bg:hover{opacity: 0.8}
.while-bg{background-color:#fff !important;}
.while-bg:hover{opacity: 0.8}
.transparent-bg{background-color:transparent !important;}

.cblue-txt{color:#a0cfff !important;}
.blue-txt{color: #27a9e3 !important;}
.cgreen-txt{color:#e1f3d8 !important;}
.green-txt{color:#28b779 !important;}
.cred-txt{color:#fde2e2 !important;}
.red-txt{color:#F56C6C !important;}
.cyellow-txt{color:#ffc107 !important;}
.yellow-txt{color:#E6A23C !important;}
.purple-txt{color:#996699 !important;}
.clight-txt{color:#EBEEF5 !important;}
.light-txt{color:#DCDFE6 !important;}
.cgray-txt{color:#C0C4CC !important;}
.gray-txt{color:#909399 !important;}
.cdark-txt{color:#606266 !important;}
.dark-txt{color:#303133 !important;}
.white-txt{color:#fff !important;}
.transparent-txt{color:transparent !important;}

/*message*/
.message{
  min-width:300px;
  box-sizing:border-box;
  border-radius:4px;
  border:1px solid #ebeef5;
  position:fixed;
  left:50%;
  bottom:0px;
  transform:translateX(-50%);
  background-color:#edf2fc;
  overflow:hidden;
  padding:10px 20px 10px 20px;
  display:flex;
  align-items:center;
  overflow: hidden;
  opacity: 0;
  bottom:-20px;
  transition: all 0.5s ease;
  z-index: 101;
}
.message-enter{
  opacity: 1;
  bottom:50px;
}
.message.iscenter{
  justify-content:center
}
.message p{margin:0}
.message-content{
  padding:0;
  font-size:1rem;
  line-height:1;
  padding-right:16px
}
.message-content:focus{outline-width:0}
.message-close{
  position:absolute;
  top:50%;
  right:15px;
  transform:translateY(-50%);
  cursor:pointer;
  color:#c0c4cc;
  font-size:16px
}
.message-close:focus{outline-width:0}
.message-close:hover{color:#909399}
.message.cred-bg{border:1px solid #F56C6C;}
.message.cyellow-bg{border:1px solid #E6A23C;}
.message.cgreen-bg{border:1px solid #67C23A;}
.message.clight-bg{border:1px solid #DCDFE6;}

/*toast*/
.toast{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;

  opacity: 0;
  transition: all 0.5s ease;
}
.toast-enter{
  opacity: 1;
}
.toast-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.toast-dialog{
  position: relative;
  z-index:1000;
  display: flex;
  align-items: center;
  max-width: 175px;
  max-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
}
.toast-dialog::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.toast-img{
  margin-bottom:10px;
}
.toast-content{
    position: relative;
    z-index: 1002;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 175px;
    height:175px;
    pointer-events: auto;
    border-radius: .5rem;
    color:#fff;
    outline: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.toast-bg{
  position: absolute;
  z-index: 1001;
  width:175px;
  height:175px;
  opacity: 0.5;
  background-color:#000;
  border-radius: .5rem;
}
.red-txt{color:#F56C6C !important;}
.green-txt{color:#28b779 !important;}

/*modal*/
.modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  display: flex;
  align-items: center;
  max-width: 300px;
  max-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
  z-index:101;
}
.modal-sm{width:200px;}
.modal-md{width:300px;}
.modal-lg{width:400px;}
@media (min-width: 576px) {
  .modal-dialog {
    display: flex;
    align-items: center;
    max-width: 500px;
    max-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
  }
  .modal-sm{width:300px;}
  .modal-md{width:375px;}
  .modal-lg{width:450px;}
}
@media (min-width: 768px) {
  .modal-dialog {
    display: flex;
    align-items: center;
    max-width: 700px;
    max-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
  }
  .modal-sm{width:300px;}
  .modal-md{width:475px;}
  .modal-lg{width:650px;}
}
@media (min-width: 992px) {
  .modal-dialog {
    display: flex;
    align-items: center;
    max-width: 900px;
    max-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
  }
  .modal-sm{width:300px;}
  .modal-md{width:550px;}
  .modal-lg{width:800px;}
}
@media (min-width: 1200px) {
  .modal-dialog {
    display: flex;
    align-items: center;
    max-width: 1100px;
    max-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
  }
  .modal-sm{width:300px;}
  .modal-md{width:600px;}
  .modal-lg{width:1000px;}
}
.modal-dialog::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .8rem;
    box-shadow: 0 0 10px #666;
    outline: 0;
    overflow: hidden;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color:#4F9D8D;
}
.modal-header h4{
  display:block;
  text-align: left;
  color:#fff;
  font-size:18px;
  font-weight: normal;
}
.modal-header .iconfont{
  font-size:1.5rem;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:1.5rem 1rem;
    overflow-y: auto;
    max-height: calc(100vh - 26rem);
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background-color:#f5f5f5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    opacity:0.5;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-close i{
    position: absolute;
    top:15px;
    right:15px;
    font-size: 1.2rem;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-style: normal;
    cursor: pointer;
    padding: 0.2rem;
}
.modal-close i:hover{
  font-weight: bold;
}
.modal-close i:after{
  content:"";
}
.modal-btn{
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #4F9D8D;
  height: 36px;
  line-height: 36px;
  width: 160px;
  border:none;
  border-radius: 8px;
}
.modal .field{
  margin:10px auto;
}
.modal .field li{
  margin-bottom:20px;
}
.modal .field input{
  height:30px;
  line-height: 30px;
  border:1px solid #ccc;
  width:90%;
  padding-left:10px;
  outline: none;
}
.modal .field input:focus{
  border:1px solid #4F9D8D;
}
.modal .items{
  font-size:13px;
  text-align: left;
  line-height: 30px;
  margin:0 10px;
}
.modal .items span{
  margin-right:4px;
}
.modal .items .other{
  height:24px;
  line-height: 24px;
  border:1px solid #ccc;
  padding-left:10px;
  outline: none;
  width:80px;
}
.modal .items .other:focus{
  border:1px solid #4F9D8D;
}
.modal .items .radio input,.modal .items .checkbox input{
  display:none;
}
.modal .items label{
  cursor: pointer;
}
.modal .items span.radio{
  display:inline-block;
  position: relative;
  width:14px;
  height:14px;
  background-color:#fff;
  border: 1px solid #ccc;
  border-radius: 14px;
}
.modal .items span.radio::after{
  position: absolute;
  top:2px;
  left:2px;
  display:inline-block;
  content:'';
  width:10px;
  height:10px;
  background-color:#ccc;
  border-radius: 12px;
}
.modal .items span.checkbox{
  display:inline-block;
  position: relative;
  width:14px;
  height:14px;
  background-color:#fff;
  border: 1px solid #ccc;
}
.modal .items span.checkbox::after{
  position: absolute;
  top:2px;
  left:2px;
  display:inline-block;
  content:'';
  width:10px;
  height:10px;
  background-color:#ccc;
}
.modal .items span.on{
  border: 1px solid #4F9D8D;
}
.modal .items span.on::after{
  background-color:#4F9D8D;
}


#dialog_wx{

}
#dialog_wx .modal-content{
  border:unset;
  border-radius: unset;
}
#dialog_wx .modal-header{
  position: relative;
  display:block;
  border:unset;
  background-color:#fff;
  padding-bottom:0;
}
#dialog_wx .modal-header h4{
  display:block;
  text-align: center;
  margin:10px auto 30px auto;
  color:#222;
  font-size:22px;
  font-weight: normal;
}
#dialog_wx .modal-header p{
  display:block;
  font-size:18px;
  text-align: center;
  color:#222;
}
#dialog_wx .modal-body img{
  width:200px;
}

#dialog_return{

}
#dialog_return .modal-content{
  border:unset;
  border-radius: unset;
}
#dialog_return .modal-header{
  position: relative;
  display:block;
  border:unset;
  background-color:#fff;
  padding-bottom:0;
}
#dialog_return .modal-header h4{
  display:block;
  text-align: center;
  margin:10px auto 10px auto;
  color:#222;
  font-size:22px;
  font-weight: normal;
}
#dialog_return .modal-body{
  color:#222;
  padding:1rem;
  line-height: 22px;
  font-size:13px;
}


/*header*/
body{
  padding-top:0px;
}
.header{
  position: fixed;
  top:0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 1px 2px #ccc;
}
.header .head{
  height:70px;
}
.head .container{
  position: relative;
}
.head .logo{
  display:inline-block;
}
.head .logo img{
  height: 50px;
  margin-top:10px;
}
.head .menudiv{
  position: fixed;
  top:70px;
  left:0;
  width:100%;
  margin: 0;
  padding: 0;
  background-color:rgba(255,255,255,0.9);
  z-index: 999;
}
.head .menu{
  display:none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.head .menu > li{
  padding-left:8px;
  line-height: 3.3rem;
  border-bottom:1px solid #bbb;
  position: relative;
}
.head .menu > li:last-child{
  border-bottom:none;
}
.head .menu h1{
  font-size:1.1667rem;
  position: relative;
}
.head .menu li .mchild{
  position: absolute;
  right:0;
  top:0;
  color:#666;
  width:160px;
  text-align: right;
  cursor: pointer;
  z-index: 1
}
.menu .child{
  display:none;
  text-align: left;
  line-height: unset;
  padding:0.5em 1rem;
}
.menu .child li{
  line-height: 20px;
  border-bottom:1px solid #ccc;
}
.menu .child li:last-child{
  border-bottom:unset;
}
.menu .child li a{
  font-size:13px;
}
.menu .child li h2{
  padding:10px 0;
}

.head .right{
  float:right;
  line-height: 80px;
}
.head .search{
  float:left;
  margin:0 1rem;
  padding-left:2.2rem;
  background:url('../images/icon_search.png') left center no-repeat;
  background-size:2rem;
  font-size:1.1rem;
  height:70px;
}
.head .search_white{
  background:url('../images/icon_search_white.png') left center no-repeat;
  background-size:2rem;
}
.head .search_white span{
  color:#fff;
}
.head .language{
  display: none;
  float:left;
  padding-left:2.2rem;
  background:url('../images/icon_language.png') left center no-repeat;
  background-size:2rem;
  font-size:1.1rem;
  height:70px;
}
.head .language_white{
  background:url('../images/icon_language_white.png') left center no-repeat;
  background-size:2rem;
}
.head .language_white span{
  color:#fff;
}
.navbar-toggle .icon-bar {
    transition: all 0.5s;
}
#mon .top-bar {
    transform: rotate(45deg);
    transform-origin: 10%;
}
#mon .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10%;
}
#mon .middle-bar {
  opacity: 0;
}
#mclose .top-bar {
    transform: rotate(0);
}
#mclose .bottom-bar {
    transform: rotate(0);
}

/*pages*/
.pages{

}

/*响应式//////////*/
@media (min-width: 576px) {
  .head .menu{
    width: 560px;
  }
}
@media (min-width: 768px) {
  .head .menu{
    width: 750px;
  }
}
@media (min-width: 992px) {
  body{
    padding-top:0px;
  }
  .header .head{
    height:80px;
  }
  .head .logo{
    float:left;
  }
  .head .logo img{
    height: 60px;
    margin-top: 8px;
  }
  .head .search{
    height:80px;
  }
  .head .language{
    height:80px;
  }
  .navbar-toggle{
    height:80px;
  }

  .head .menudiv{
    position: unset;
    top:unset;
    left:unset;
    width:unset;
    margin: unset;
    padding: unset;
    background-color:unset;

    display: inline-block;
    position: relative;
    left: 40%;
    transform: translateX(-40%);
    line-height: 80px;
  }
  .head .menu{
    padding-right: unset;
    padding-left: unset;
    margin-right: unset;
    margin-left: unset;
    width:unset;
  }
  .head .menu > li{
    padding-left:unset;
    line-height: unset;
    border-bottom:unset;
    float:left;
    margin-right:2rem;
    position: relative;
  }
  .head .menu li .mchild{
    display:none;
  }
  .head .menu h1{
    font-size:1.333rem;
    position: relative;
  }
   .head.headwhite .menu li>a{
    color:#fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
   }
  .head .menu > li  h1::after{
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    opacity: 0;
    height: 2px;
    background: #4F9D8D;
    transition: all 0.36s;
  }
  .head .menu > li.act h1::after,.head .menu > li:hover h1::after{
    width: 100%;
    opacity: 1;
  }
  .menu .child{
    display:none;
    position: absolute;
    top:80px;
    text-align: center;
    line-height: unset;
    padding:0.5em 1rem;
    min-width:140px;
    background-color:#fff;
    box-shadow:0px 1px 6px #ccc;
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
  }
  .menu .child li{
    border-bottom:1px solid #eee;
  }
  .menu .child li:last-child{
    border-bottom:unset;
  }
  .menu .child li a{
    font-size:14px;
  }
  .menu .child li a:hover{
    color:#4F9D8D;
  }

  .breadcrumbmenu ul li{
    padding:0 10px;
  }
  .breadcrumbmenu ul li a{
    font-size:1.3333rem;
  }

  .footer .com .comname{
    font-size:18px;
  }

  .banner .container{
    width:50%;
  }

  .mtitle a{
    font-size:2.6667rem;
  }
  .mitems{
    display: flex;
  }

  

}
@media (min-width: 1200px) {
  .head .menu h1{
    font-size:1.4rem;
    position: relative;
  }
  .head .menu > li{
    margin-right:4rem;
  }
}
@media (min-width: 1400px) {
  .head .menu h1{
    font-size:1.5rem;
    position: relative;
  }
  .head .menu > li{
    margin-right:5rem;
  }
}
@media (min-width: 1920px) {

}