@charset "utf-8";

* {
    box-sizing: border-box;
}
@font-face {
  font-family: 'Impact';
  src: url('https://www.i-conference.org/img/Impact.ttf') format('truetype'); /* Safari, Android, iOS */
}
div,
p,
h1 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

.js-silder {
    position: relative;
    overflow: hidden;
}

.silder-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.silder-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.silder-main .silder-main-img {
    position: absolute;
    top: 0;
    /* 图片初始下边距 */
    left: 0%;
    /* 图片初始左边距 */
    width: 100%;
    min-height: 120px;
}

.silder-main .silder-main-img img {
    width: 100%;
}

.js-silder-ctrl {
    width: 100%;
    /* 圆点导航位置 */
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.silder-ctrl-prev,
.silder-ctrl-next {
    /* 左右切换按钮样式 */
    position: absolute;
    top: 21%;
    width: 5%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 52px;
    font-weight: 60;
    text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
    left: 10px;
    /* 左切换按钮边距 */
    text-align: left;
}

.silder-ctrl-next {
    right: 10px;
    /* 右切换按钮边距 */
    text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.silder-ctrl-prev>span {
    left: 0;
}

.silder-ctrl-next>span {
    right: 0;
}

.silder-ctrl-con {
    display: inline-block;
    width: 4%;
    /* 小圆点大小 */
    padding: 10px 0;
    margin: 0 10px;
    /* 小圆点间距 */
    cursor: pointer;
}

.silder-ctrl-con>span {
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
    /* 小圆点颜色（未选中） */
}

.silder-ctrl-con.active>span {
    background-color: #1564d5;
    /* 小圆点颜色（选中） */
}

.text-operate span {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.sortClass {
    padding: 0 0 0 20px;
    overflow: hidden;
}

.sortClass span {
    float: left;
    padding: 5px 20px;
    line-height: 21px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 20px;
}

.sortClass span.shoucangCl {
    background-color: #f64545;
}

.sortClass span.dianzanCl {
    background-color: #32b16c;
}

.sortClass span.msgCl {
    background-color: #f8b551;
}

.sortClass span.lookCl {
    background-color: #078bd7;
}

.text-operate {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.text-operate .iconfont {
    font-size: 18px;
    color: #666;
    margin-right: 2px;
}

.search {
    padding: 10px 15px 15px;
}
.dahuiSearch {
    margin: 0 5px;
}

.dahuiSearch p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.JKbutton{margin:10px 0; display: flex;}
.JKbutton a:nth-of-type(2){ margin-left: 5px;}
.JKbutton a:nth-of-type(3){ margin-left: 5px;}
.falseOn {
	background-color: #2fb0ca;
	border: 0;
	color: #fff;
	padding: 5px 20px;
	flex-basis: 100%;
	text-align: center;
	border-radius: 5px;
}

.falseOff {
	background-color: #eee;
	border: 0;
	padding: 5px 20px;
	flex-basis: 100%;
	text-align: center;
	color: #555;
	border-radius: 5px;
}
.widget .text {
    font-size: 20px;
	margin: 0;
	  color: #c01920;
	font-weight: bolder;
}
.widget .text-zhibo {
    color: #b00910;
	font-size: 20px;
	margin-bottom: 5px;
}
.widget .text-title {
    font-size: 16px;
    color: #666;
	font-weight: normal;
}
.widget .text-day {
    font-size: 76px;
    color: #2998ae;
	line-height: 1;font-weight: bolder;
    font-family: 'Impact', '-apple-system', 'BlinkMacSystemFont', "Apple Color Emoji", 'Lucida Sans Unicode', Impact, Verdana, sans-serif;
}
.widget .text-day2 {
    font-size: 18px;
    color: #666;
	font-weight: normal;
}
.widget .english {
	width: 90px;
	color: #fff;
	  line-height: 0;
	  font-size: 12px;
	  font-family: arial;
}
.widget .english2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 0;
	margin: 0;
}
.bannerbox .col-md-12 {
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}
.loadpdf {
	margin: 30px 0;
}

.loadpdf a {
	display: block;
	border: 1px solid #ec6167;
	padding: 20px 30px;
	font-size: 18px;
	color: #ec6167;
	border-radius: 3px;
}

.loadpdf a span {
	margin-right: 20px;
	font-size: 28px;
}

.socialbox {
    overflow: hidden;
    padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.socialbox .iconfont {
    display: none;
}
/**/
.box001{ background: url(zhuce.png) no-repeat bottom; background-size: cover;padding: 80px 0 0 0; height: 188px; overflow: hidden; margin: 5px 0; }
.box002{ background: url(xinxi.png) no-repeat bottom; background-size: cover; padding: 10px 0; height: 90px; overflow: hidden; display: flex; align-items: center; justify-content: center;margin: 5px 0;}
.box003{border: 1px solid #fdc997; background: url(speaker.png) no-repeat bottom center; background-size: cover; padding: 10px 0; height: 90px; overflow: hidden; display: flex; align-items: center; justify-content: center;margin: 5px 0;}
.box006{ background:#fff url(fayan.png) no-repeat bottom right; background-size: cover; padding: 10px 0; height: 90px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.box005{ background:#fff url(zhibo.png) no-repeat bottom right; background-size: cover; padding: 10px 0; height: 90px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
	

.box004{background:url(hello.png) no-repeat top left; background-size: cover; height: 90px;  padding: 30px 0; overflow: hidden; margin: 5px 0; }
.box007{background:url(photo.png) no-repeat top center; background-size: cover; padding: 30px 0; overflow: hidden; margin: 5px 0; }
.box008{background-image:linear-gradient(0deg, #ffeeda 0%, #fff 100%);  padding: 20px 0; overflow: hidden; }

.box001 .text{font-size: 24px;}
.box003 .text{color: #fff;}
.box006 .text{color: #b00910;}
.box007 .text{color: #b00910;}
.box008 .text{color: #b00910;}


.homeBGbox .col-lg-4 {
    width: 50%;
    float: left;
    padding: 0px;
}
.homeBGbox .col-lg-4:nth-of-type(1) a{
background-image: linear-gradient(0deg, #fed8ad 0%, #fecb89 100%);
margin: 0 5px;
border-radius: 10px;
display: block;
}
.homeBGbox .col-lg-4:nth-of-type(2) a{
background-image: linear-gradient(0deg, #fecb89 0%, #fff 100%);
margin: 0 5px;
border-radius: 10px;
display: block;
}
.homeBGbox .col-lg-4:nth-of-type(3) a{
background-image: linear-gradient(0deg, #d91019 0%, #c01920 100%);
margin: 0 5px;
border-radius: 10px;
display: block;
}

.homeBGbox .col-lg-4:nth-of-type(4) a{
background-image: linear-gradient(0deg, #ffeeda 0%, #ffd7d9 100%);
margin: 0 5px;
border-radius: 10px;
display: block;
}

.homeBGbox .col-lg-4:nth-of-type(7) a{
background-image:linear-gradient(0deg, #fecf88 0%, #fee6c1 100%);
margin: 0 5px;
border-radius: 10px;
display: block;
}

.homeBGbox .col-lg-4:nth-of-type(6),.homeBGbox .col-lg-4:nth-of-type(7){
width:50%;
}
.homeBGbox .col-lg-4:nth-of-type(8){
width:100%;
}

.homeMinheigt {
	margin: 0 15px 100px 15px;
	overflow: hidden;
	position: relative;
}
.logoHome{ background-color: #fff; padding: 15px 20px 10px 20px; border-radius: 9px;}

@media (min-width: 768px) {
    .homeMinheigt {
        overflow: hidden;
        margin: 30px 150px
    }
	.logoHome{
		margin: 30px 150px
	}
	.logoHome img{margin: auto;}
}

@media (max-width: 768px) {

    /*头部导航入口*/
    .js-silder-ctrl {
        bottom: 0;
    }

    .silder-ctrl-prev,
    .silder-ctrl-next {
        width: 10%;
        font-size: 26px;
        margin-top: -25px;
    }

    .silder-ctrl-con {
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0 5px;
    }

    .silder-ctrl-con>span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }

    #listsoon_nr .col-lg-3 {
        width: 100%;
		padding: 0;
    }

    #tb_Content .col-lg-3 {
        width: 100%;
    }

}