@charset "utf-8";
/* CSS Document */
.construction {
	width:960px;
	margin:0 auto;
	
	
	overflow:hidden;
}
.construction-text { padding:30px; background-color:#fff; text-indent:2em; border-radius: 25px;}
.construction-text h2 { font-weight:600;}
.construction-list { color:#c32026; text-align:center; padding:30px 0 0 0; overflow:hidden;}
.construction-list ul {}
.construction-list ul li { width:280px; height:200px; border:#c32026 1px solid; border-radius: 25px;}
.construction-list ul li p { width:280px; float:left; font-size:64px; padding:20px 0;}
.construction-list ul li span { width:280px; float:left; padding-top:0px;}
.construction-list1 { color:#fff; text-align:center; padding:30px 0; overflow:hidden; text-indent:0em;}
.construction-list1 ul {}
.construction-list1 ul li { width:280px; height:200px;  }
.construction-list1 ul li img { border-radius: 15px;}
.construction-list2 { color:#c32026; text-align:center; padding:30px 0 0 0; overflow:hidden;}
.construction-list2 ul {}
.construction-list2 ul li { width:280px; height:200px; border:#c32026 1px solid; border-radius: 25px; }
.construction-list2 ul li p { width:280px; float:left; font-size:54px; padding:15px 0 5px 0;}
.construction-list2 ul li span { width:280px; float:left;}


.usercase {
	width:1080px;
	margin:0 auto;
	padding-bottom:100px;
}
.usercase-title {
	margin:0 auto;
	text-align:center;
	padding:40px 0;
	font-weight:400;
	font-style:normal;
	font-size:52px;
}
.usercase-title span {
	font-size:70px;
}
.usercase-list {
	width:960px;
	margin:0 auto;
	background-color:#fff;
	border-top:#e4e4e4 1px solid;
	overflow:hidden;
}
.usercase-list ul {
	}
.usercase-list ul li {
	width:960px;
	float:left;
	border-bottom:#e4e4e4 1px solid;
	padding:30px 0;
}
.usercase-list-date {
	width:180px;
	text-align:center;
	float:left;
}
.usercase-list-title {
	width:726px;
	float:left;
	padding-left:10px;
}
.usercase-notice {
	width:960px;
	margin:0 auto;
	border-top:#e4e4e4 1px solid;
	overflow:hidden;
}
.usercase-notice ul {
	}
.usercase-notice ul li {
	width:960px;
	float:left;
	border-bottom:#e4e4e4 1px solid;
	padding:80px 0 50px 0;
}
.usercase-notice-date {
	width:180px;
	text-align:center;
	float:left;
}
.usercase-notice-title {
	width:726px;
	float:left;
	padding-left:10px;
}
.usercase-notice-frame {
	float:left;
	padding-bottom:20px;
}
.usercase-pic {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.usercase-pic ul {
	}
.usercase-pic ul li {
	width:300px;
	float:left;
	border:#e4e4e4 1px solid;
	text-align:center;
	margin:40px 15px;
}
.usercase-pic ul li img {
	width:300px;
	height:220px;
	float:left;
}
.usercase-pic ul li p {
	width:300px;
	height:107px;
	float:left;
	line-height:107px;
	font-weight:400;
	font-style:normal;
	font-size:36px;
	background-color:#999;
}
.usertitle {
	width:960px;
	height:auto !important;
	margin:0 auto;	
	font-family:'微软雅黑';
	font-weight:410;
	font-style:normal;
	font-size:48px;
	background-color:#FFF;
	overflow:hidden;
}
.usertitle-border { border-bottom:#999999 1px solid;}
.text { padding-top:40px;}
.text a { color:##6B6B6B}
.text-center { text-align:center!important;}
.usertitle p { background-color:#c32026; float:left; color:#fff; padding:10px 20px; }
.educationlist {
	width:860px;
	margin:0 auto;
	overflow:hidden;
}
.educationlist ul {
	}
.educationlist ul li {
	width:270px;
	float:left;
	border:#e4e4e4 1px solid;
	text-align:center;
	margin:40px 9px 0 5px;
	background-color:#fff;
}
.educationlist ul li img {
	width:270px;
	height:270px;
	padding:0;
}
.educationlist ul li p {
	width:270px;
	height:87px;
	line-height:87px;
	background-color:#ce5044;
	font-weight:400;
	font-style:normal;
	font-size:36px;
}

/*

HOW TO CREATE AN VIDEO PLAYER [TUTORIAL]

"How to create an Video Player [Tutorial]" was specially made for DesignModo by our friend Valeriu Timbuc.

Links:
http://vtimbuc.net/
https://twitter.com/vtimbuc
http://designmodo.com
http://vladimirkudinov.com

*/
.mejs-container { margin: 0 auto; }
/* Reset CSS */
.mejs-inner,
.mejs-inner div,
.mejs-inner a,
.mejs-inner span,
.mejs-inner button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Video Container / General Styles */
.mejs-container {
	position: relative;
	background: #000000;
}

.mejs-inner {
	position: relative;
	width: inherit;
	height: inherit;
}

.me-plugin { position: absolute; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-embed,
.mejs-embed body,
.mejs-mediaelement {
	width: 100%;
	height: 100%;
}

.mejs-embed,
.mejs-embed body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-poster img { display: block; }

.mejs-background,
.mejs-mediaelement,
.mejs-poster,
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play { cursor: pointer; }

.mejs-inner .mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(../img/play.png) no-repeat;
}

/* Controls Container */
.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE8- */
	background: rgba(0,0,0, .7);
}

/* Controls Buttons */
.mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: transparent url(../img/controls.png) ;
}

/* Play & Pause Button */
.mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 12px;
	left: 15px;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
	width: 12px;
	height: 12px;
	background-position: 0 0;
}

.mejs-controls .mejs-pause button { background-position: 0 -12px; }

/* Mute & Unmute */
.mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 12px;
	left: 45px;
}

.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
	width: 14px;
	height: 12px;
	background-position: -12px 0;
}

.mejs-controls .mejs-unmute button { background-position: -12px -12px; }

/* Full-Screen Button */
.mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 7px;
	right: 7px;
}

.mejs-controls .mejs-fullscreen-button button,
.mejs-controls .mejs-unfullscreen button {
	width: 27px;
	height: 22px;
	background-position: -26px 0;
}

.mejs-controls .mejs-unfullscreen button { background-position: -26px -22px; }

/* Volume Slider */
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 15px;
	left: 65px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 60px;
	background: #d6d6d6;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 4px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Progress Bar */
.mejs-controls div.mejs-time-rail {
	position: absolute;
	width: 100%;
	left: 0;
	top: -10px;
}

.mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 10px;
	top: 0;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgb(152,152,152); /* IE8- */
	background: rgba(152,152,152, .5);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(0,0,0); /* IE8- */
	background: rgba(0,0,0, .3);
}

.mejs-controls .mejs-time-rail .mejs-time-current { width: 0; }

/* Progress Bar Handle */
.mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 16px;
	height: 18px;
	top: -3px;
	background: url(../img/handle.png);
}

/* Progress Bar Time Tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 23px;
	top: -26px;
	margin-left: -17px;
	background: url(../img/tooltip.png);
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	left: 0;
	top: 4px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none; }

/* Green Gradient (for progress and volume bar) */
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #82d344;
	background: -webkit-linear-gradient(top, #82d344 0%, #51af34 100%);
	background: -moz-linear-gradient(top, #82d344 0%, #51af34 100%);
	background: -o-linear-gradient(top, #82d344 0%, #51af34 100%);
	background: -ms-linear-gradient(top, #82d344 0%, #51af34 100%);
	background: linear-gradient(top, #82d344 0%, #51af34 100%);
}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1577497230729'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1577497230729#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff2') format('woff2'),
  url('../fonts/iconfont.woff?t=1577497230729') format('woff'),
  url('../fonts/iconfont.ttf?t=1577497230729') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1577497230729#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gongjiao:before {
  content: "\f01f2";
}

.icon-flash:before {
  content: "\e73d";
}

.icon-liu-copy:before {
  content: "\e624";
}

.icon-xinxi:before {
  content: "\e630";
}

.icon-mima:before {
  content: "\e6e3";
}

.icon-quanjing:before {
  content: "\e6bd";
}

.icon-icon215:before {
  content: "\e69c";
}

.icon-yuan:before {
  content: "\e657";
}

.icon-site-build:before {
  content: "\e639";
}

.icon-guaduandianhua:before {
  content: "\e603";
}

.icon-huadong:before {
  content: "\e620";
}

.icon-video_icon:before {
  content: "\e669";
}

.icon-win:before {
  content: "\e635";
}

.icon-android:before {
  content: "\e65c";
}

.icon-leidian:before {
  content: "\e604";
}

.icon-renyuan:before {
  content: "\e678";
}

.icon-quanxian:before {
  content: "\e605";
}

.icon-jiejuefangan:before {
  content: "\e601";
}

.icon-quanping:before {
  content: "\e658";
}

.icon-wp-ylx:before {
  content: "\e778";
}

.icon-shuzihuayijiao:before {
  content: "\e61f";
}

.icon-iOS:before {
  content: "\e64d";
}

.icon-GISditu:before {
  content: "\e571";
}

.icon-jijiu:before {
  content: "\e608";
}

.icon-xingzhuang:before {
  content: "\e621";
}

.icon-huozai:before {
  content: "\e659";
}

.icon-kaifapingtai:before {
  content: "\e61e";
}

.icon-UnityD:before {
  content: "\f4c8";
}

.icon-G:before {
  content: "\e6e2";
}

.icon-live1:before {
  content: "\e647";
}

.icon-huozaibaojingxitong:before {
  content: "\e631";
}

.icon-dianhua:before {
  content: "\e6be";
}

.icon-chatou:before {
  content: "\e606";
}

.icon-jinzhibaling:before {
  content: "\e602";
}

.icon-LIVE:before {
  content: "\e607";
}

