/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
box-shadow   : inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background   : #ededed;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
 border-radius: 3px;
  box-shadow   : inset 0 0 3px rgba(0, 0, 0, 0.3);
  background   : #535353;
}


body {
	
	font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	margin: 0px;
	width: 100%;
	background-repeat: no-repeat;
	overflow:scroll;
overflow-x:hidden;
background-color:#fff;


}


img {
    max-width: 100%;
}
form
{

     margin:0px;display: inline

}
.choose {
	margin-left:10px;
	       padding-left:5px;
		    padding-bottom:2px;
height:32px;
border-radius:5px;
outline:none;
border-top-style: groove;
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;	
border:1px solid #a1a1a1;
			
        }


.red-point{
          position: relative;
        }

.red-point::before{
          content: "";
          border: 6px solid red;/*设置红色*/
          border-radius:6px;/*设置圆角*/
          position: absolute;
          z-index: 1000;
          right: 0;
          margin-right: 0px;
        }


.inp_srh 
          {
padding-left:5px;
height:32px;
border-radius:5px;
outline:none;
border-top-style: groove;
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;	
border:1px solid #a1a1a1;
}


.rightico{
		padding:3px;
        float:right;
		 z-index: 3;	
        }
		 
.bodytitle {
	background-image: url(../images/bodytitilebg.jpg);
	
	color: #000000;
	
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;

	text-align: left;
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: bold;
}

.bodycontent {
	
	padding-top:5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



.tabletitlea {
	background-image: url(../images/bodytitilebg1.jpg);
	
	color: #FFFFFF;
	
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;

	text-align: left;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: bold;
}
.tabletitleb {
	background-image: url(../images/bodytitilebg1.jpg);
	
	color: #FFFFFF;
	
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;

	text-align: center;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	font-weight: bold;
}

.tabletitlec {/*金黄色*/
	background-image: url(../images/ICO-titlec.png);
	BACKGROUND-COLOR:  #f8ab26;
	color: #FFFFFF;
	
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;

	text-align: left;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-weight: bold;
}
.tabletitled {
	BACKGROUND-COLOR:  #04bfb1;
	
	color: #FFFFFF;
	
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;

	text-align: center;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	font-weight: bold;
}

.tabletitlee {
	BACKGROUND-COLOR:  #f8763f;
	
	color: #FFFFFF;
	
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;

	text-align: center;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	font-weight: bold;
}
.tabletitleh {
	BACKGROUND-COLOR:  #dedede;
	
	color: #000000;
	
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;

	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
}

.contenttitle {

	
	color: #000000;

	font-size: 16px;

	text-align:center;
	padding: 10px;
	
	font-weight: bold;
}

.contenttext {

	font-size: 14px;

	text-align:left;
	padding: 10px;
	

}





form {
	clip: rect(0px,0px,0px,0px);
	margin: 0px;
}


a:link {
	text-decoration: none;
	color: #000033;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}



.toplink {
	text-decoration: none;
	color: #000000;
	line-height: 1.2;
	background-repeat: repeat;
	background-position: center center;
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	margin: 0px;
	vertical-align: middle;
	background-image: url(../images/daohangbg.jpg);
	font-weight: bolder;
	padding-left: 10px;
	height: 30px;
}
.toplinktextcenter {
	color: #000000;
	font-size: 16px;
	text-align: center;
	padding-top:6px;
	vertical-align: middle;
	float: left;
}
.toplinktextleft {
	font-size: 14px;
	text-align: left;
	float: left;
}


.toplinktextright {
	font-size: 14px;
	text-align: right;
	float: right;
	vertical-align: super;
}


.bodycentertitle {
	background-image: url(../images/left_title_ico.png);
	
	color: #000000;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	text-align: left;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 40px;
	margin: 3px;
	font-weight: bold;
	background-color: #F2F2F2;
}
.tishi {
	padding-left: 120px;
	font-size: 14px;
	text-align: left;
}

.theend  {
	BACKGROUND-COLOR:  #E3E3E3;
	TEXT-ALIGN:  center;
	font-size: 12px;
	border: 0px solid #000000;
	padding: 8px;
	color: #666666;
	
	margin: 5px;
} 

.smalltext  {

	TEXT-ALIGN:  center;
	font-size: 10px;

	padding: 8px;
	color: #666666;
	
	margin: 5px;
}
.nodisplay
{
height:0px;
}


.txtbutton {
    background-color: #008CBA; /* blue */
    border: none;
    color: white;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	border-radius: 5px;
}


.tishitext  {
	BACKGROUND-COLOR:  #FFCC66;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding: 2px;
	vertical-align: middle;
	
} 
.tishitext1  {
	BACKGROUND-COLOR:  #348912;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding: 2px;
	vertical-align: middle;
	color: #FFFFFF;
	
	
} 
.tishitext2  {/* 灰底白字 */
	BACKGROUND-COLOR:  #425060;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding-left: 4px;
	vertical-align: middle;
	color: #FFFFFF;
	
	
} 
.tishitext3  {/* 蓝底白字 */
	BACKGROUND-COLOR:  #1e7cbc;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding-left: 4px;
	vertical-align: middle;
	color: #FFFFFF;

} 
.tishitext4  {/* 绿底白字 */
	BACKGROUND-COLOR:  #16a085;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding-left: 2px;
	padding-top:0px;
	padding-bottom:2px;
	vertical-align: middle;
	color: #FFFFFF;

}
.tishitext5  {/* 红底白字 */
	BACKGROUND-COLOR:   #c63928;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding: 3px;
	vertical-align: middle;
	color: #FFFFFF;

}

.tishitext6  {/* 蓝绿色 */
	BACKGROUND-COLOR:   #04bfb1;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding: 3px;
	vertical-align: middle;
	color: #FFFFFF;

}
.tishitext7  {/* 圆角 */
	margin:0px 0px ;
	line-height: 1.8;
	padding-left: 25px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
    background: #d2fdf0;
   color: #000000;
    border-radius:5px;
   text-align: left;
} 


 
 
.redtext  {/* 红底白字 */
	
	BACKGROUND-COLOR:  #c63928;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding: 2px;
	vertical-align: middle;
	color: #FFFFFF;
	
}

.nodisplay111  {
	BACKGROUND-COLOR:  #da1519;
	TEXT-ALIGN:  left;
	font-size: 12px;
	border: 0px;
	padding: 2px;
	vertical-align: middle;
	color: #FFFFFF;
} 

.alertWindowContent h1{text-align: center;font-size: 16px;font-weight: bolder;}
.alertWindowContent input{width: 40px; height: 20px;cursor: pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}



/* 必要布局样式css */

.block-content-box {
    visibility: visible;
    animation-duration: 0.4s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    position: relative;
}

.block-content-box-list {
    display: table;
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.block-list-item {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    float:left;
}

.block-list-item-box {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    transition: all .5s;
}

.block-list-item-box:hover {
    -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}

.block-list-item-mask {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    overflow: hidden;
}

.block-list-item-image {
    padding-top: 70px!important;
    position: relative;
}

.block-list-item-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.block-list-item-middle {
    display: table;
    table-layout: fixed;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 70px;
    margin: auto;
    border-radius: 100%;
}

.block-list-item-middle img {
    position: relative;
    vertical-align: middle;
    cursor: initial!important;
    width: 80%;
}

.block-list-item-text {
    margin: 0.9em 0 0;
    z-index: 3;
    display: block;
}

.block-list-item-body {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    margin-top: 0;
    text-align: center;
}

.block-list-item-body-title {
    margin-bottom: 8px;
}

.block-list-item-body-title p strong {
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
}

.block-list-item-body-text p {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
}



/*单选和复选按钮用*/
.RadioStyle input {
	display: none
	}
.RadioStyle label {
	display:inline-block;height:25px;line-height:24px;padding:3px 15px 3px 9px;min-width:50px;text-align:center;margin:2px;border-radius:4px;
	background:url(../img/hook2.png) no-repeat right bottom;background-size:auto auto;border:1px solid #CCCCCC;background-size:21px 21px;color:#666666;
	}
.RadioStyle input:checked + label {
	background: url(../img/checked.png) no-repeat right bottom;
	background-size: 21px 21px;
	color: #FF6600;
	border:1px solid #FF6600;
	}
	
	
.cb-item_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.cb-item_animated-marker .cb-item_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px 5px 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  color: var(--cb_text-color);
  background-color: #f6f8f9;
  background-color: var(--cb_bg-color);
  border: 1px solid;
  border-color: #ccc;
  border-color: var(--cb_border-color);
  border-radius: 10px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-tap-highlight-color: rgba(255,255,255, 0);
}



.cb-item_animated-marker .cb-item_marker {
  position: relative;
  display: inline-block; /* Needs for IE10 */
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background-color: #fff;
  background-color: var(--cb_marker-bg-color);
  border: 1px solid;
  border-color: #ccc;
  border-color: var(--cb_border-color);
  border-radius: 50%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.cb-item_marker_short-line,
.cb-item_marker_long-line {
  position: absolute;
  overflow: hidden;
  height: 3px;
  background-color: transparent;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.cb-item_marker_short-line {
  top: 6px;
  left: 2px;
  width: 7px;
  -webkit-transform: rotate(44.5deg);
          transform: rotate(44.5deg);
}

.cb-item_marker_long-line {
  top: 12px;
  left: 6px;
  width: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cb-item_marker_short-line::before,
.cb-item_marker_long-line::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #05c096;
  background-color: var(--cb_bg-color_checked);
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

/* Checkbox with Animated Marker :checked State */

.cb-item_animated-marker .cb-item_input:checked + .cb-item_label {
	color: #fff;
  background-color: #05c096;
  background-color: var(--cb_bg-color_checked);
}

.cb-item_animated-marker .cb-item_input:checked + .cb-item_label,
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker {
  border-color: transparent;
}

.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker_short-line::before,
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker_long-line::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cb-item_marker_long-line::before,
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker_short-line::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cb-item_marker_short-line::before,
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker_long-line::before {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
}

/* Checkbox with Animated Marker :disabled State */

.cb-item_animated-marker .cb-item_input:disabled + .cb-item_label {
  cursor: default;
  color: #ccc;
  color: var(--cb_border-color);
}

/* Checkbox with Animated Marker :disabled:checked State */

.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label {
  background-color: #f6f8f9;
  background-color: var(--cb_bg-color);
}

.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label,
.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label .cb-item_marker {
  border-color: #ccc;
  border-color: var(--cb_border-color);
}

.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label .cb-item_marker_short-line::before,
.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label .cb-item_marker_long-line::before {
  background-color: #ccc;
  background-color: var(--cb_border-color);
}

/* END Checkbox with Animated Marker */

.image-block_area {float: left;margin: 0;overflow: hidden;width: 248px;padding:2px;}
.image-block{ display:block;width:245px;height:155px;
		overflow: hidden;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
		border: 1px solid #d5d5d5;
		border-radius: 6px;
		margin:5px;
		float:left;
		
		}
.image-block img{ background:#FFFFFF;width:100%;height:100%; object-fit: cover; /* 关键属性 */


}

.home-portfolio-text{margin:2px;height:140px;overflow:hidden;}


.column-clear{ clear:both;}	