@charset "utf-8";

/*初始化CSS*/
a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

a:focus {
	text-decoration: none;
}

.tek-container {
	width: 1140px;
	margin: 0 auto;
}

/* utilities */
.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.l {
	float: left !important;
}

.r {
	float: right !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

.form-part input[type="text"] {
	width: 98% !important;
}

.top-distance {
	padding-top: 78px;
}

.overflowstyle {
	height: 100%;/*    -webkit-overflow-scrolling: auto;*/
	overflow: hidden;
}

/*~ Powerdata ~*/
.tek-topic {
	height: 67px;
}

.tek-topic img {
	height: 67px;
}

.tek-nav {
	width: 100%;
	z-index: 10;
	background-color: #313d48;
}

.tek-nav-item {
	float: left;
}

.tek-nav-item a {
	display: inline-block;
	padding: 10px 37px;
	font-size: 18px;
	color: #fff;
}

.tek-nav-item a:hover {
	color: #fff;
	background-color: #24b9d0;
}

.nav-active a {
	background-color: #24b9d0;
}

.tek-banner {
	min-width: 1140px;
	height: 450px;
	background: url("../images/tek-2017/banner.jpg") center 0 no-repeat;
}

@media (min-width: 1920px) {
	.tek-banner {
		background-size: 100%;
		height: 510px;
	}
}

.tek-intro {
	margin-top: 40px;
}

.tek-info {
	height: 240px;
	margin-top: 46px;
	font-size: 18px;
	color: #02425b;
	border-top: 3px solid #24b9d0;
	border-right: 1px solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	border-left: 1px solid #f0f1f2;
}

.tek-info-topic {
	height: 62px;
	padding-left: 38px;
	line-height: 62px;
}

.tek-info-item {
	padding-left: 36px;
	line-height: 30px;
}

.tek-tech-file {
	margin-top: 40px;
}

.tech-file-topic {
	height: 36px;
	border-bottom: 3px solid #eee;
}

.tech-file-name {
	float: left;
	z-index: 100;
	width: 240px;
	height: 36px;
	padding-left: 44px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #02425b;
	border-bottom: 3px solid #24b9d0;
}

.bg1 {
	background: url(../images/tek-2017/jszl.png) 4px top no-repeat;
}

.bg2 {
	background: url(../images/tek-2017/cpzl.png) 4px top no-repeat;
}

.tech-file-tip {
	float: right;
	width: 218px;
	height: 34px;
	overflow: hidden;
	font-size: 14px;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #d60a1f;
}

.tek-tech-items {
	margin-top: 37px;
}

.tek-tech-item {
	position: relative;
	float: left;
	width: 373px;
	height: 454px;
	padding-top: 20px;
	background-color: #eee;
}

.bdr-ddd {
	border-right: 1px solid #ddd;
}

.bdb-ddd {
	border-bottom: 1px solid #ddd;
}

.tek-tech-name {
	width: 300px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 21px;
	color: #333;
}

.tek-tech-item hr {
	width: 71px;
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: 35px;
	border: 0;
	border-top: 1px solid #02425b;
}

.tek-tech-img {
	position: absolute;
	top: 85px;
	left: 31px;
}

.tek-tech-img img {
	width: 301px;
	height: 203px;
}

.tek-tech-desc {
	position: absolute;
	top: 300px;
	left: 34px;
	width: 304px;
	font-size: 14px;
	line-height: 21px;
	color: #666;
}

.tek-btn {
	position: absolute;
	width: 171px;
	height: 36px;
	padding-left: 53px;
	line-height: 36px;
	border-radius: 15px;
}

.tek-btn a {
	display: inline-block;
	width: 171px;
	height: 36px;
	margin-left: -53px;
	padding-left: 30px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	background: #24b9d0 url(../images/tek-2017/pdf.png) 27px 5px no-repeat;
}

.btn-tech {
	bottom: 20px;
	left: 34px;
}

.tek-btn a:hover {
	background-color: #006281;
}

.tek-solve {
	position: relative;
	height: 256px;
	margin-top: 34px;
	padding-left: 441px;
	border-top: 3px solid #24b9d0;
	background: #eee url(../images/tek-2017/tek_solve.jpg) 32px 30px no-repeat;
}

.tek-solve-topic {
	margin-top: 26px;
	font-size: 16px;
	line-height: 21px;
	color: #333;
}

.tek-solve hr {
	width: 71px;
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: 0;
	border: 0;
	border-top: 1px solid #02425b;
}

.tek-solve-items {
	margin-top: 20px;
}

.tek-solve-item {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.btn-solve {
	right: 158px;
	bottom: 24px;
}

.tek-product {
	margin-top: 40px;
	margin-bottom: 10px;
}

.tek-product-item {
	position: relative;
	float: left;
	width: 270px;
	height: 352px;
	margin-top: 30px;
	margin-left: 20px;
	background-color: #eee;
}

.ml0 {
	margin-left: 0;
}

.tek-product-name {
	width: 254px;
	margin: 10px auto 0;
	font-size: 16px;
	line-height: 27px;
	color: #333;
}

.tek-product-img {
	position: absolute;
	top: 43px;
	left: 7px;
}

.tek-product-img img {
	width: 254px;
	height: 157px;
}

.tek-product-desc {
	position: absolute;
	top: 214px;
	left: 7px;
	width: 254px;
	font-size: 14px;
	line-height: 19px;
	color: #666;
}

.btn-product {
	bottom: 18px;
	left: 50px;
}

/*~ question ~*/
.tek-question {
	margin-top: 38px;
}

.tech-question-topic {
	height: 36px;
	border-bottom: 3px solid #eee;
}

.tech-question-name {
	z-index: 100;
	width: 227px;
	height: 36px;
	padding-left: 44px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #02425b;
	border-bottom: 3px solid #24b9d0;
	background: url(../images/tek-2017/write.png) 4px top no-repeat;
}

.tech-question-desc {
	font-size: 18px;
	line-height: 70px;
	color: #333;
}

.tech-question-desc span {
	text-decoration: underline;
	color: #d60a1f;
}

.tech-question-item {
	height: 108px;
	padding-top: 32px;
	padding-left: 63px;
}

.tech-question-item.bg1 {
	border-bottom: 1px dashed #ccc;
	background: url(../images/tek-2017/ques_icon01.png) left 36px no-repeat;
}

.tech-question-item.bg2 {
	border-bottom: 1px dashed #ccc;
	background: url(../images/tek-2017/ques_icon02.png) left 36px no-repeat;
}

.tech-question-item.bg3 {
	border-bottom: 1px dashed #ccc;
	background: url(../images/tek-2017/ques_icon03.png) left 36px no-repeat;
}

.tech-question-item.bg4 {
	height: 150px;
	background: url(../images/tek-2017/ques_icon04.png) left 36px no-repeat;
}

.tech-question-ask {
	font-size: 16px;
	color: #333;
}

.tech-question-item label {
	width: 300px;
	height: 30px;
	padding-top: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: #9b9b9b;
}

.tech-question-item label input {
	margin-right: 6px;
}

.tech-question-item textarea {
	width: 1066px;
	height: 69px;
	margin-top: 20px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 12px;
	resize: none;
	color: #999;
	border: 1px solid #eee;
	border-radius: 5px;
}

.tech-quetion-btn {
	margin-top: 30px;
	text-align: center;
}

.tech-quetion-btn button {
	width: 196px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 10px;
	background-color: #73bf44;
}

.tek-prize {
	margin-top: 44px;
}

.tech-prize-rules {
	margin-top: 26px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.tech-prize-rules span {
	font-size: 16px;
	font-weight: bold;
	color: #d52503;
}

.tech-prize-show {
	height: 603px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #eee;
}

.tech-prize-items {
	float: left;
	width: 695px;
	height: 603px;
	margin-top: 15px;
	margin-left: -6px;
}

.tech-prize-item {
	float: left;
	width: 203px;
	height: 165px;
	margin-top: 19px;
	margin-left: 25px;
	padding-top: 138px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	border: 3px solid #1abec8;
	background-color: #1abec8;
	background-repeat: no-repeat;
}

.tech-prize-item.bg1 {
	background-image: url(../images/tek-2017/prize_icon01.jpg);
	background-position: 10px 7px;
}

.tech-prize-item.bg2 {
	background-image: url(../images/tek-2017/prize_icon02.jpg);
	background-position: 10px 7px;
}

.tech-prize-item.bg3 {
	background-image: url(../images/tek-2017/prize_icon03.jpg);
	background-position: 10px 7px;
}

.tech-prize-item.bg4 {
	background-image: url(../images/tek-2017/prize_icon04.jpg);
	background-position: 42px 21px;
}

.tech-prize-item.bg5 {
	cursor: pointer;
	border: 0;
	background-image: url(../images/tek-2017/prize_start.jpg);
}

.tech-prize-item.bg5:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.tech-prize-item.bg6 {
	background-image: url(../images/tek-2017/prize_icon05.jpg);
	background-position: 36px 12px;
}

.tech-prize-item.bg7 {
	background-image: url(../images/tek-2017/prize_icon06.jpg);
	background-position: 10px 7px;
}

.tech-prize-item.bg8 {
	background-image: url(../images/tek-2017/prize_icon07.jpg);
	background-position: 10px 7px;
}

.tech-prize-item.bg9 {
	background-image: url(../images/tek-2017/prize_icon08.jpg);
	background-position: 10px 7px;
}

.lottery-active {
	opacity: .8;
	border: 3px solid #01435b;
	filter: alpha(opacity=80);
}

.tech-prize-right {
	float: right;
	width: 409px;
}

.tech-share {
	margin-top: 30px;
	padding-top: 4px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 22px;
	color: #595959;
	background: url(../images/tek-2017/clock.png) left 6px no-repeat;
}

.jiathis_style_32x32  .jtico {
	background: none !important;
}

.jiathis_style_32x32 {
	display: inline-block;
	position: absolute;
}

.jiathis_button_qzone {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 8px;
	background: url(../images/tek-2017/qzone.png) no-repeat 0 0;
}

.jiathis_button_tsina {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-top: 4px;
	margin-left: 8px;
	background: url(../images/tek-2017/weibo.png) no-repeat 0 0;
}

.jiathis_button_cqq {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 8px;
	background: url(../images/tek-2017/qq.png) no-repeat 0 0;
}

.jiathis_button_weixin {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 8px;
	background: url(../images/tek-2017/wechat.png) no-repeat 0 0;
}

.tech-jiathis {
	position: relative;
	height: 40px;
	line-height: 40px;
}

.tech-prize-topic {
	margin-top: 44px;
	font-size: 22px;
	font-weight: bold;
	color: #383c48;
}

.tech-prize-list {
	height: 350px;
}

.prize-list-item {
	float: left;
	width: 156px;
	margin-top: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prize-owner {
	padding-left: 8px;
	font-size: 12px;
	line-height: 14px;
	color: #dd3d52;
}

.prize-name {
	padding-left: 8px;
	font-size: 12px;
	color: #595959;
}

.ml40 {
	margin-left: 40px;
}

.tech-prize-notice {
	width: 190px;
	height: 16px;
	margin-top: 20px;
	margin-left: 70px;
	padding-left: 20px;
	font-size: 13px;
	color: #595959;
	background: url(../images/tek-2017/clock.png) left 2px no-repeat;
}

/*模态框*/
.float_tip {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mask {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #000;
	filter: Alpha(Opacity=50);
}

.center_tip {
	position: fixed;
	top: 30%;
	left: 50%;
	width: 320px;
	height: 200px;
	margin-left: -160px;
	text-align: center;
	opacity: 1;
	border: 10px solid #fff;
	border-radius: 20px;
	background-color: #f1f1f1;
	filter: Alpha(Opacity=100);
}

#close_tip {
	position: absolute;
	float: right;
	top: 3px;
	right: 0;
	width: 15px;
	height: 15px;
	font-size: 16px;
	line-height: 15px;
	cursor: pointer;
	opacity: .8;
	color: #bdb6b6;
	border-radius: 10px;
	filter: alpha(opacity=80);
}

#close_tip:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#close_tip02 {
	position: relative;
	top: 10px;
	width: 70px;
	height: 30px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	opacity: .8;
	color: #fff;
	border-radius: 10px;
	background-color: #d60a1f;
	filter: alpha(opacity=80);
}

#close_tip02:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.content_tip {
	padding: 0 15px;
	text-align: center;
	color: #f16a66;
}

.content_tip h4 {
	margin: 30px 0 10px;
	font-size: 28px;
	font-weight: 500;
	color: #333;
}

.content_tip p {
	max-height: 55px;
	margin: 10px 0;
	font-size: 16px;
	color: #333;
}

/*~ Ontrail ~*/
.apply-banner {
	background-image: url("../images/tek-2017/newbanner.jpg");
}

.apply-info {
	margin: 30px 0;
}

.apply-info p {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #02425b;
}

.apply-info .info-icon {
	padding-bottom: 5px;
	padding-left: 40px;
	background: url("../images/tek-2017/icons.png") -40px -35px no-repeat;
}

.apply-info-time .info-icon {
	background-position: -40px -66px;
}

.apply-info-place .info-icon {
	background-position: -40px -100px;
}

.apply-info p b {
	font-size: 16px;
}

.apply-info-place {
	position: relative;
}

.apply-info-place b {
	display: inline-block;
	position: absolute;
	top: -7px;
	width: 62px;
	height: 58px;
	padding-left: 20px;
	line-height: 58px;
	color: #fff;
	background: url("../images/tek-2017/icons.png") -80px 0 no-repeat;
}

.apply-info-place b.beijing {
	margin-left: 100px;
}

.apply-container {
	margin-left: 40px;
}

.apply-container p {
	font-size: 14px;
	font-weight: normal;
}

.apply-container p a {
	text-decoration: underline;
	color: #009fe8;
}

.apply-container .apply-left, .apply-container .apply-right {
	float: left;
	width: 30%;
	margin-bottom: 10px;
}

.apply-container .apply-left p {
	font-size: 16px;
}

.apply-container .apply-right {
	margin-top: 20px;
	margin-left: 20px;
}

.apply-container .apply-right img {
	width: 190px;
	height: 112px;
}

.apply-container .applyfor {
	display: inline-block;
	padding: 8px 50px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border-radius: 6px;
	background-color: #009fe8;
}

.content-1, .content-2 {
	width: 100%;
	height: 100%;
	margin: 30px auto;
	overflow: hidden;
}

.content-2 {
	position: relative;
	color: #fff;
	background-color: #053e57;
}

.ontrail-video {
	position: relative;
	width: 100%;
	height: 546px;
	overflow: hidden;
}

.ontrail-video img {
	width: 100%;
	cursor: pointer;
}

.ontrail-video .video-js {
	z-index: -1;
}

.content-2 h4 {
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.content-2 ul {
	padding-bottom: 20px;
	padding-left: 50px;
	overflow: hidden;
}

.content-2 ul li {
	float: left;
	list-style: disc;
	width: 50%;
	margin: 6px 0;
}

.content-2 .applyfor {
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 6px 40px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border-radius: 6px;
	background-color: #1cb6d8;
}

.apply-container .applyfor:hover, .content-2 a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.content-3 {
	position: relative;
	margin-top: 40px;
}

.content-3 ul .list-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.content-left {
	float: left;
	width: 398px;
	height: 295px;
	overflow: hidden;
	border: 1px solid #f8f1f1;
}

/*Carousel轮播*/
.carousel-indicators {
	bottom: 5px;
	left: 77%;
	width: 20%;
	margin-left: 0;
	text-align: right;
}

.carousel-indicators li {
	width: 8px;
	height: 8px;
	border-color: #1cb6d8;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #1cb6d8;
}

.content-right {
	float: left;
	width: 680px;
	margin-left: 30px;
}

.content-right h4 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #02425b;
}

.content-right hr {
	width: 72px;
	margin-top: 5px;
	margin-bottom: 30px;
	border-color: #02425b;
}

.content-right .info {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.content-right-last .info {
	float: left;
	width: 45%;
	margin: 12px 0;
}

.content-right-last .info-visible {
	display: none;
}

.content-right-last .info-right {
	float: right;
}

.content-right .tip {
	margin: 20px 0;
}

.content-right .tip a {
	font-size: 16px;
	color: #666;
}

.content-right .tip a:hover {
	color: #1cb6d8;
}

.content-right .tip .icon {
	display: inline-block;
	position: relative;
	top: 10px;
	margin-right: 10px;
	padding: 14px 17px;
	background: url("../images/tek-2017/icons.png")  -2px -3px no-repeat;
}

.content-right .tip-2 .icon {
	background-position: 1px -33px;
}

/* .content-right .tip-3 .icon {
  background-position: -2px -30px; 
} */
.content-3 .morelist {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

/*资料下载*/
.content-4 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.tech-area ul {
	margin-top: 40px;
	overflow: hidden;
}

.tech-area ul li {
	float: left;
	width: 50%;
	margin-bottom: 16px;
}

.tech-area ul li:nth-child(even) {
	padding-left: 30px;
}

.tech-area li a {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-right: 30px;
	padding-left: 38px;
	font-size: 16px;
	line-height: 2;
	background: url("../images/tek-2017/pdf.png") 0 2px no-repeat;
}

.tech-area a .down {
	position: absolute;
	top: 0;
	right: 60px;
	font-weight: 600;
	color: #73bf44;
}

.tech-area ul li:nth-child(even) .down {
	right: 20px;
}

.tech-area a .down .down-icon {
	display: inline-block;
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	background: url("../images/tek-2017/icons.png") -46px -4px no-repeat;
}

.tech-area li a:hover {
	text-decoration: underline;
	opacity: .8;
	color: #006281;
	filter: alpha(opacity=80);
}

/*~ Mdovideo ~*/
.moore-banner {
	width: 100%;
	height: auto;
	background-color: #123422;
}

.banner-outer {
	width: 1140px;
	height: auto;
	margin: 0 auto;
	padding: 35px 20px;
	padding-right: 0;
}

.outer-left {
	position: relative;
	float: left;
	height: 370px;
}

.outer-left a {
	position: absolute;
	bottom: 0;
	left: 10px;
	padding: 8px 30px;
	font-size: 18px;
	color: #fff;
	border-radius: 6px;
	background-color: #029c4a;
}

.outer-left a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.outer-right {
	float: right;
	width: 556px;
	height: 390px;
	background: #fff;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: auto;
}

.outer-right .carousel-indicators {
	bottom: 10px;
	left: 80%;
	width: 20%;
	margin-left: 0;
}

.outer-right .carousel-inner > .item {
	height: 390px;
}

.outer-right .carousel-indicators li {
	width: 14px;
	height: 14px;
	margin-right: 4px;
	margin-left: 4px;
	border-color: #1f8bfd;
	border-radius: 14px;
}

.outer-right .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 1px 4px;
	border-radius: 15px;
	background-color: #1f8bfd;
}

.moore-container {
	width: 1140px;
	margin: 50px auto;
	color: #02425b;
}

.moore-tit {
	padding: 10px 30px;
	border: 1px solid #eee;
}

.moore-tit h4 {
	margin: 8px 0;
	font-size: 18px;
	font-weight: 500;
	color: #02425b;
}

.moore-tit p {
	line-height: 1.8;
	color: #02425b;
}

.moore-pointer {
	position: relative;
	width: 100%;
	height: 160px;
	margin: 20px auto 30px;
	border-bottom: 2px solid #24b9d0;
}

.moore-key {
	position: absolute;
	z-index: -1;
	bottom: -32px;
	left: 50px;
	width: 0;
	height: 0;
	border-width: 16px 8px;
	border-style: solid;
	border-color: #fff #fff #24b9d0 #fff;
}

.pointer-circle {
	position: absolute;
	bottom: -13px;
	width: 76px;
	height: 160px;
	font-size: 16px;
	line-height: 98px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background: url("../images/tek-2017/icons.png") -89px -170px no-repeat;
}

.pointer-light {
	background-position: -3px -170px;
}

.pointer-light-1 {
	left: 20px;
}

.pointer-dark-1 {
	left: 305px;
}

.pointer-dark-2 {
	left: 575px;
}

.pointer-dark-3 {
	left: 860px;
}

.circle {
	position: absolute;
	bottom: 4px;
	left: 95px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 3px solid #01435b;
	border-radius: 9px;
	background-color: #fff;
}

.circle-02 {
	left: 160px;
}

.circle-03 {
	left: 225px;
}

.circle-solid {
	background-color: #01435b;
}

.circle .circle-text-wrapp {
	display: none;
	position: absolute;
	bottom: 25px;
	left: -35px;
	width: 80px;
	height: auto;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	background-color: #01435b;
}

.circle-solid .circle-text-wrapp {
	display: block;
}

.circle-text-wrapp .circle-key {
	position: absolute;
	z-index: -1;
	bottom: -16px;
	left: 47%;
	width: 0;
	height: 0;
	border-width: 8px 4px;
	border-style: solid;
	border-color: #01435b #fff #fff #fff;
}

.moore-content {
	width: 100%;
	height: auto;
	min-height: 406px;
	padding: 20px 30px 30px 20px;
	background-color: #eee;
}

.content-item {
	display: none;
}

.content-info {
	height: 200px;
}

.content-info img {
	float: left;
	margin-right: 30px;
}

.content-info h5 {
	font-size: 16px;
	line-height: 2;
}

.content-info .content-txt {
	margin: 10px 0;
	line-height: 2.5;
}

.content-video {
	margin-top: 20px;
	overflow: hidden;
}

.content-video .video-1 {
	float: left;
	width: 36%;
}

.content-video .video-2 {
	float: left;
	width: 54%;
}

.content-video .video h4 {
	font-size: 18px;
	font-weight: bolder;
	line-height: 1;
}

.content-video .video hr {
	width: 90px;
	margin: 6px 0;
	border-color: #02425b;
}

.content-video .video p {
	margin: 15px 0;
}

.content-video .video p a {
	padding-left: 25px;
	color: #02425b;
	background: url("../images/tek-2017/icons.png") -35px -153px no-repeat;
}

.content-video .video p a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

/*~ HomePage ~*/
.homepage-banner {
	width: 100%;
	min-width: 1024px;
	height: 839px;
	background: url("../images/tek-2017/homepage-bg.jpg") center center no-repeat;
}

.clock-wrapp {
	position: relative;
	width: 875px;
	height: 780px;
	margin: auto;
}

.clock-item {
	position: absolute;
	z-index: 3;
	width: 138px;
	height: 138px;
	line-height: 130px;
	cursor: pointer;
	text-align: center;
	background: url("../images/tek-2017/clock-icon.png") 0 -2px no-repeat;
}

.clock-item-1 {
	top: 12%;
	left: 32%;
}

.clock-item-2 {
	top: 12%;
	right: 20%;
}

.clock-item-3 {
	top: 42%;
	right: 4%;
}

.clock-item-4 {
	top: 73%;
	right: 20%;
}

.clock-item-5 {
	top: 73%;
	left: 32%;
}

.clock-item-6 {
	top: 42%;
	left: 17%;
	/* background-position: 0 -305px; */
}

.clock-not {
	display: none;
	position: absolute;
	z-index: 2;
	bottom: -36px;
	left: 14px;
	width: 108px;
	height: 60px;
	padding: 10px;
	line-height: 1.5;
	color: #fff;
	border-radius: 6px;
	background: #28617e;
}

.clock-pointer {
	position: absolute;
	z-index: 2;
	top: 98px;
	left: 189px;
	width: 600px;
	height: 600px;
}

.clock-active {
	background-position: 0 -151px;
}

.clock-place {
	position: absolute;
	top: 60%;
	left: 17%;
	width: 73px;
	height: 38px;
	font-size: 15px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: url("../images/tek-2017/clock-icon.png") -368px -24px no-repeat;
}

/**
 * 线下研讨会
 */
.s-container p {
	font-size: 14px;
}

.padding-l {
	padding-left: 20px;
}

.p-bold {
	font-weight: bold;
}

.s-banner {
	background-image: url("../images/tek-2017/talk-banner.jpg");
}

.s-title {
	margin: 30px 0;
	padding: 5px 0;
	border-bottom: 3px solid #eee;
}

.s-title-name {
	padding: 6px 2px 6px 40px;
	font-size: 18px;
	font-weight: bold;
	color: #02425b;
	border-bottom: 3px solid #24b9d0;
	background-image: url("../images/tek-2017/talk-icons.png");
}

.s-name-1 {
	background-repeat: no-repeat;
	background-position: -10px 1px;
}

.s-name-2 {
	background-repeat: no-repeat;
	background-position: -10px -32px;
}

.s-name-3 {
	background-repeat: no-repeat;
	background-position: -10px -66px;
}

.s-name-4 {
	background-repeat: no-repeat;
	background-position: -10px -99px;
}

.s-name-5 {
	background-repeat: no-repeat;
	background-position: -10px -132px;
}

.s-theme {
	overflow: hidden;
}

.s-theme .t-left {
	float: left;
	width: 60%;
	margin-right: 10%;
}

.s-theme p {
	font-size: 16px;
	line-height: 2;
}

.s-theme img {
	position: relative;
	top: -5px;
	left: 18px;
}

.t-right a, .s-info-txt a, .s-tm-btn {
	display: inline-block;
	margin-top: 30px;
	padding: 10px 57px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	background-color: #1cb5d8;
}

.t-right a:hover, .s-info-txt a:hover, a.s-tm-btn:hover {
	color: #fff;
	background-color: #129ebe;
}

.s-info {
	position: relative;
	padding: 30px 20px;
	overflow: hidden;
	border-top: 3px solid #24b9d0;
	background-color: #eee;
}

.s-info .pic-l {
	float: left;
}

.s-info .pic-r {
	position: absolute;
	top: 0;
	right: 0;
}

.s-info-txt {
	display: inline-block;
	width: 530px;
	margin-left: 30px;
}

.s-info-txt h1, .s-info-txt h3 {
	font-size: 30px;
	line-height: 1.4;
	color: #1cb5d8;
}

.s-info-txt h3 {
	font-size: 18px;
}

.s-info-txt p {
	margin: 20px 0 30px;
	line-height: 30px;
}

.s-info-txt a {
	margin-top: 0;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 14px;
	border-radius: 35px;
}

.s-guest {
	overflow: hidden;
}

.s-guest li {
	float: left;
	width: 545px;
	height: 275px;
	padding: 30px 20px 25px;
	padding-left: 15px;
	background-color: #eee;
}

.s-guest li img {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.s-guest-txt h3 {
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #1cb5d8;
}

.s-guest-txt .s-job {
	margin-top: 18px;
	margin-bottom: 18px;
	font-weight: bolder;
	text-align: center;
}

.s-table {
	width: 100%;
	border: 1px solid #eee;
}

.s-table thead {
	color: #fff;
	background-color: #1cb5d8;
}

.s-table tr {
	border: 1px solid #eee;
}

.s-table tr th, .s-table tr td {
	padding: 12px;
	font-size: 14px;
}

.s-table tr th:first-child, .s-table tr td:first-child {
	width: 30%;
	padding-left: 7%;
}

.s-table tr th {
	font-size: 16px;
}

.s-table tbody tr:nth-child(even) {
	background-color: #eee;
}

.s-prize {
	margin-top: 40px;
	overflow: hidden;
}

.s-prize img {
	float: left;
}

.s-touch {
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
}

.s-touch .s-tm {
	display: inline-block;
	float: left;
	margin-left: 55px;
}

.s-touch .s-tm-1 {
	margin-left: 0;
}

.s-touch .s-tm-2 {
	width: 695px;
}

.s-signup {
	margin: 30px auto 80px;
	text-align: center;
}

.s-tm-btn {
	padding: 20px 115px;
	font-size: 24px;
	border-radius: 8px;
}
