@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;
    color: #014670;
    padding-top: 0;
	margin: 0;
	width: 100%;
	font-weight: bolder;
}
.widget .text-zhibo {
    color: #2998ae;
	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;
	/*border-radius: 10px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.4); */
	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;
}

.socialbox {
    overflow: hidden;
    padding: 10px 12px 10px 12px;
	display: flex;
    margin: 5px;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 100px;
}

.socialbox .iconfont {
    font-size: 36px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.daojishi{
	text-align: center;
	color: #a9ceff;
	font-size: 16px;
	margin: 0 25px;
	border-radius: 9px;
	padding: 10px 0;
	background-image: linear-gradient(0deg, #00448a 1%, #54729e 100%);
}
.timer{display: flex; justify-content: center;margin: 10px 0 0 0; align-items: first baseline; }
.tian{color:#fff; font-size: 34px; font-weight:300; font-family: "Helvetica Neue", arial, "Microsoft Yahei", "微软雅黑", 'Hiragino Sans GB', tahoma, sans-serif;}
.daojishi .text{ margin: 0 5px; font-size:16px;color:#a9ceff;}


.box001 {
	background:#d7bc23 url(/img/box001.png) no-repeat bottom right;
	background-size: cover;
}

.box002 {
	background:#4d84af url(/img/box005.jpg) no-repeat bottom right;
	background-size: cover;
}

.box003 {
	background:#09aae3 url(/img/box007.png) no-repeat bottom right;
	background-size: cover;
}

.box004 {
	background:#fff url(/img/box004.jpg) no-repeat bottom right;
	background-size: cover;
	height: 210px;
	border: 1px #1875bf solid;
}
.box005 {
	background:#1875bf url(/img/box005.png) no-repeat bottom right;
	background-size: cover;
}
.box006 {
	background:#09aae3 url(/img/box006.png) no-repeat bottom right;
	background-size: cover;
}
.box007 {
	background:#4488b7 url(/img/box003.png) no-repeat bottom right;
	background-size: cover;
}
.box008{background: #1875bf url(/img/box008.png) no-repeat bottom right; background-size: cover;}
.box008 .iconfont{color: #fff;}

.box009{background: #3b69c8 url(/img/box009.png) no-repeat bottom right; background-size: cover;}
.box009 .iconfont{color: #fff;}

.box0010 {
	border: 1px #1875bf solid;
	background: url(/img/box011.jpg) no-repeat bottom left;
	background-size: cover;
}


.box0010 .iconfont{
	background-image: linear-gradient(30deg, #1561be 0%, #268edf 80%);-webkit-background-clip: text;
	  color: transparent;
}

.box0011 {
	border: 1px #1875bf solid;
	background: url(/img/box008.jpg) no-repeat bottom left;
	background-size: cover;
}
.box0011 .iconfont{background-image: linear-gradient(30deg, #1561be 0%, #268edf 80%);-webkit-background-clip: text;
  color: transparent;}


.box004 .iconfont{
	background-image: linear-gradient(30deg, #1561be 0%, #268edf 80%);-webkit-background-clip: text;
	  color: transparent;
	  font-size: 60px;
	  line-height: 60px;
}
.box004 p.text{
	color: #014670;
}
.box001 p.text,.box002 p.text,.box003 p.text,.box005 p.text,.box006 p.text,.box007 p.text,.box008 p.text,.box009 p.text{
	color: #fff;
}


.homeBGbox .col-lg-4 {
    width: 50%;
    float: left;
    padding: 0px;
}

.homeBGbox .col-lg-4:nth-of-type(1) {
    width: 33.33%;
}
.homeBGbox .col-lg-4:nth-of-type(2) {
    width: 33.33%;
}
.homeBGbox .col-lg-4:nth-of-type(3) {
    width: 33.33%;
}

.homeBGbox .col-lg-4:nth-of-type(7) {
    width: 33.33%;
}
.homeBGbox .col-lg-4:nth-of-type(8) {
    width: 33.33%;
}
.homeBGbox .col-lg-4:nth-of-type(9) {
    width: 33.33%;
}

.homeBGbox .col-lg-12 {
    width: 100%;
    float: left;
    padding: 0px;
}

.homeMinheigt {
	margin: 5px 20px 80px 20px;
	overflow: hidden;
}
.logoHome{ background-color: #fff; padding: 15px 20px 10px 20px; border-radius: 9px;}

@media (min-width: 768px) {
    .homeMinheigt {
        overflow: hidden;
        margin: 10px 150px;
    }
	.daojishi{
		margin: 10px 155px 0 155px;
	}
	.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%;
    }

}