html,body{height:100%}
.sub-body{min-width:1050px;overflow:auto}
.sub-content{padding:0px 10px;background-color:#ffffff;}
.sub-body .breadcrumb{margin:0 auto;}
.paddingud{padding-top:10px;padding-bottom:10px}
label{font-weight:normal;}
.form-required:before{content:"*";color:red}
.ef-window{position: relative;height:100%}
.ef-window-body{padding:10px 10px 53px 10px;}
.ef-window-footer{position:fixed;bottom:1px;width:100%;height:50px;line-height:52px;background-color:#f5f5f5;z-index:700}
.table td .btn{margin:1px 3px 1px 0px;}

body{
	font-family:'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.radio_type {
    position: relative;
    height: 30px;
}
.radio_type input[type='radio'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.radio_type label {
    position: absolute;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
    padding-left:0px;
    cursor:pointer;
}
.radio_type label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.radio_type label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.radio_type input[type='radio']:checked + label:before {
    background: #4cd764;
    border-color: #4cd764;
}
.radio_type input[type='radio']:checked + label:after {
    background: #4cd764;
}

.checkbox {
    position: relative;
    height: 30px;
}
.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.checkbox label {
    position: absolute;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
    padding-left:0px;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.checkbox input[type='checkbox']:checked + label:before {
    background: #4cd764;
    border-color: #4cd764;
}
.checkbox input[type='checkbox']:checked + label:after {
    background: #4cd764;
}
.ef-form-query .form-group{float:left;margin-right:10px;margin-bottom:10px;vertical-align:middle}
.ef-form-query .form-group .form-control{display:inline-block;width:auto}

a:hover{
	text-decoration:none; cursor:pointer;
}
/* 垂直tab */
.nav-vertical > li{display:block;margin-left: 2px;}

.img {
    position: absolute;
    right: 0;
    top: 0;
    height: 320px;
}
.desc{
    padding-top: 120px;
    padding-left:20px;
    position:relative;
    z-index:1;
}
.main_title {
    font-size: 36px;

    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.sub_title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}

/*start 模块样式*/
.card-body{
	background: #f7f7f7;
}
.body-content{
	padding: 40px 0;
	width: 1200px;
    margin: auto;
}
.card{
margin-bottom: 50px;
padding: 80px 0px; 
height:442px;
}
.card-bb{
background:#a6bad27a;
padding:60px;
height:442px;
margin-bottom: 50px;
}
.card-content{
	width: 1200px;
    margin: 0 auto;
    text-align:center;
}
.card-prt{
color: #333333;
margin-bottom: 10px;
font-size: 28px;
}
.card-pd{
 padding: 0 0 60px 0;
}
.card_procenfl {
    width: 600px;
}
.card_procenfr {
    width: calc(100% - 600px);
    padding-left: 100px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 80px;
}
.card .card_procenfr .title,
.card .card_procenfl .title{
	 font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
/*模块样式 end*/

/*滚动条样式*/
html::-webkit-scrollbar {
    background-color: #011433;
    width: 6px;
    height: 6px;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f8f9fa;
}
/*滚动条样式*/
.mybtn-test{
    box-shadow: rgba(15, 66, 76, 0.25) 0px 0px 14px 8px;
    border-radius: 50%;
    z-index:1;
    width: 60px;
    height: 60px;
    background-color: #347bd4;
    margin: auto;
    position: fixed;
    left: 5%;
    bottom: 40%;
}
.mybtn-test a{
	position: relative;
    text-decoration: none;
    outline: none;
    font-family: Microsoft Yahei, Arial, Helvetica;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 60px;
    text-align: center;
    float: none;
   line-height: 60px;
   text-align: center;
   width: 100%;
   height: 100%;
   border-radius: 50%;
}
.mybtn-test a:hover{
	color:#fff;
}
.md-content{
	padding:80px 0;
	min-width:1200px;
}
.m1200{
min-width:1000px;
}
.colStyle {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 70px;
}