﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   重置样式
*/
@import "font-awesome.min.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a:hover,
a:active {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 设置隐藏滚动条 */
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
/* 设置默认字体 */
body {
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", "\5b8b\4f53", sans-serif, tahoma;
  overflow-x: hidden;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #666;
}
input,
select,
textarea,
button {
  font-size: 14px;
  font-family: "Microsoft YaHei", "\5b8b\4f53", sans-serif, tahoma;
}
select {
  -webkit-appearance: menulist;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
}
/* 清除浮动 */
/* 文字不换行超出... */
/* 一些简单的mixin */
body {
  background: #fff;
}
.img-responsive {
  display: block;
  width: 100%;
}
.wrap {
  *zoom: 1;
  position: relative;
  /*max-width: 1200px;*/
  height: 100%;
}
.blank5 { width:100%; height:25px; clear:both;}
.left_c span { padding-right:15px;}
.wrap:before,
.wrap:after {
  display: table;
  content: ' ';
}
.wrap:after {
  clear: both;
}
.info { position:absolute; top:20%; height:322px; z-index:999; width:767px; left:50%; margin-left:-382px}
.info2,.info3,.info4,.info5,.info6 { top:13%; width:1200px; height:700px; position:absolute; left:50%; margin-left:-600px;} 
.info2 { color:#fff}
.info2 a{ color:#fff}
/*
.info2 .pro_block{ top: 182px; left:0;}
*/
.info2 .pro_block .item{ float:left; margin-left:43px; position:relative}
.info2 .pro_block .item dt{ display:block; text-align:center; width: 72px; height: 72px;   
  -webkit-transition: background .3s cubic-bezier(.17,.67,.88,1.25),color .2s linear;
  -moz-transition: background .3s cubic-bezier(.17,.67,.88,1.25),color .2s linear;
  -o-transition: background .3s cubic-bezier(.17,.67,.88,1.25),color .2s linear;
  transition: background .3s cubic-bezier(.17,.67,.88,1.25),color .2s linear;
}

.info2 .pro_block .item dt.icon_1{ background:url(../images/icon_5.png) 0 0 no-repeat;}
.info2 .pro_block .item dt.icon_2{ background:url(../images/icon_6.png) 0 0 no-repeat;}
.info2 .pro_block .item dt.icon_3{ background:url(../images/icon_7.png) 0 0 no-repeat;}
.info2 .pro_block .item dt.icon_4{ background:url(../images/icon_8.png) 0 0 no-repeat;}

.info2 .pro_block .item:hover dt.icon_1{ background:url(../images/icon_5.png) 0 -72px no-repeat;}
.info2 .pro_block .item:hover dt.icon_2{ background:url(../images/icon_6.png) 0 -72px no-repeat;}
.info2 .pro_block .item:hover dt.icon_3{ background:url(../images/icon_7.png) 0 -72px no-repeat;}
.info2 .pro_block .item:hover dt.icon_4{ background:url(../images/icon_8.png) 0 -72px no-repeat;}

.info2 .pro_block .item dd{ display:block; text-align:center;  line-height: 36px;}
.info2 .pro_block .item:hover dd{ color:#0886CE}

.info2 .more_block{  padding-left: 53px; margin-top: 330px; font-size: 16px;}
.info2 .more_block a{ }
.info2 .more_block a:hover{ color:#0886CE}

.info3 { color:#fff;  height: 750px;}
.info3 a{ color:#fff}
.info3 .pro_block .item{ float:right; margin-left:40px; position:relative}
.info3 .pro_block .item dt{ display:block; text-align:center; width: 72px; height: 72px;   
  -webkit-transition: background .3s cubic-bezier(.17,.67,.88,1.25),color .2s linear;
  -moz-transition: background .3s cubic-bezier(.17,.67,.88,1.25),color .2s linear;
  -o-transition: background .3s cubic-bezier(.17,.67,.88,1.25),color .2s linear;
  transition: background .3s cubic-bezier(.17,.67,.88,1.25),color .2s linear;
 }

.info3 .pro_block .item dt.icon_1{ background:url(../images/icon_1.png) 0 0 no-repeat;}
.info3 .pro_block .item dt.icon_2{ background:url(../images/icon_2.png) 0 0 no-repeat;}
.info3 .pro_block .item dt.icon_3{ background:url(../images/icon_3.png) 0 0 no-repeat;}
.info3 .pro_block .item dt.icon_4{ background:url(../images/icon_4.png) 0 0 no-repeat;}

.info3 .pro_block .item:hover dt.icon_1{ background:url(../images/icon_1.png) 0 -72px no-repeat;}
.info3 .pro_block .item:hover dt.icon_2{ background:url(../images/icon_2.png) 0 -72px no-repeat;}
.info3 .pro_block .item:hover dt.icon_3{ background:url(../images/icon_3.png) 0 -72px no-repeat;}
.info3  .pro_block .item:hover dt.icon_4{ background:url(../images/icon_4.png) 0 -72px no-repeat;}

.info3 .pro_block .item dd{ display:block; text-align:center;  line-height: 36px;}
.info3 .pro_block .item:hover dd{ color:#FDE430}

.info3 .more_block{  padding-left: 53px; margin-top: 400px; font-size: 16px; text-align:right; padding-right:19px;}
.info3 .more_block a{ padding-right:19px;}
.info3 .more_block a:hover{ color:#0886CE}

.info4 { color:#fff}
.info4 .more_block{  padding-left: 53px; margin-top: 240px; font-size: 16px; text-align:center; }
.info4 .more_block a{ padding-right:19px; color:#fff}
.info4 .more_block a:hover{ color:#0886CE}

.info5 { top:5%; width:1200px; height:200px; position:absolute; left:50%; margin-left:-600px;}
.smooth { width:100%; height:550px;}
.left_c {width:500px; min-height:400px; float:left; padding-top:10px; padding-left:100px;} 

.right_c p { margin-top:19px;}
.right_c input { width:400px; height:40px; background:none; border:1px solid #ccc; color:#ccc; text-indent:10px;}
.right_c textarea { width:400px; height:100px; background:none; border:1px solid #ccc;color:#ccc; text-indent:10px; line-height:40px;}
.right_c {width:500px; min-height:400px; float:right;padding-top:30px;}
.sub { background:#0B5B83  !important;  border:1px solid #0B5B83 !important; color:#fff;}
.left_c h2 { font-size:22px; line-height:80px; color:#fff; font-weight:100;}
.left_c p { line-height:30px; font-size:13px;color:#fff; letter-spacing:2px;}
/* main_image section CSS */
.examples_bg{width:100%;background-color:#0B5B83;overflow:hidden; margin:0 auto}


.examples_image{width:790px;height:550px;float:left;position:relative;overflow:hidden;color:#fff;}

@media(max-height:870px ) {
	.examples_bg{ width: 1100px;}
	.examples_image{width:720px; height: 499px;}
	.examples_image img{ width: 720px;}
	.mune_thumb ul li{ padding: 48px 0 !important;}
	#info5_title_img{ height:140px}
	.info3_run_img2{ height:580px}

}


@media(max-height:800px ) {
	.examples_bg{ width: 1000px;}
	.examples_image{width:600px; height: 416px;}
	.examples_image img{ width: 600px;}
	.mune_thumb ul li{ padding: 33px 0 !important;}
	#info5_title_img{ height:100px}
	.info3_run_img2{ height:460px}
	.info3_run_img1{ height:119px}
	.active .info3 .pro_block{ right:0}
	.info6{ top:12%}
	.info6 .info6_title_img{ height:120px; width:auto}
	.left_c h2{ line-height:72px}
	.left_c p{ line-height:24px}
	.blank5{ height:18px}
	.right_c input{ height:30px}
	.right_c input.sub{ height:36px}
	.right_c p{ margin-top: 17px;}
	.info3 .pro_block{ /* margin-top:226px */}
}


.examples_image h4{font-size:1.5em;font-weight:normal;margin:0;padding:5px 10px 5px 10px;}
.examples_image h4.title02{color:#fff;}
.examples_image h4 p { color:#fff;}
.examples_image h4.title03{color:#fff;}
.examples_image h4.title04{color:#fff;}
.examples_image p{line-height:1.5em;padding:10px 10px 0 10px;margin:0;font-size:0.9em;}
.block small{font-size:1em;padding:0 0 5px 20px;background:url(../images/icon_calendar.gif) no-repeat 0 center;}
.examples_image .block small{margin-left:10px;}
.examples_image .desc{width:100%;position:absolute;bottom:0;left:0;display:none;}
.examples_image .block{width:100%;background:#111;border-top:1px solid #000;}
.examples_image a.collapse{width:93px;height:27px;background:url(../images/btn_display.gif) no-repeat left top;text-indent:-99999px;position:absolute;top:-27px;right:20px;}
.examples_image a.show{background-position:left bottom;}
/* image_thumb section CSS */
.mune_thumb{width:380px;float:left; }
.mune_thumb img{float:left; margin:0px 10px 0px 77px;}
.mune_thumb ul{margin:0;padding:0;list-style:none;}
.mune_thumb ul li{width:380px;color:#fff;margin:0;padding:56px 0;float:left; background:url(../images/libg.png) bottom center no-repeat; position:relative}
.mune_thumb ul li.hover{}
.mune_thumb ul li.active{cursor:default;}
.mune_thumb ul li.active:before {
  content: ' ';
  position: absolute;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #0B5B83;
  margin-left: -10px;
  z-index: 111111111;
  top: 50%;
  left:0;
}

.mune_thumb ul li h4{font-size:1.4em;margin:5px 0;padding:0;line-height:30px;}
.mune_thumb ul li .block{float:left;margin-left:10px;padding:0;width:200px;}
.mune_thumb ul li p{ font-size:12px; }


  .wrap {
    margin: 0 auto;
    padding: 0 0px;
  }

.table {
  width: 100%;
  height: 100%;
  display: table;
}
.table .td {
  display: table-cell;
  vertical-align: middle;
}
.share {
  line-height: 31px;
}
.share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  white-space: nowrap;
}
.share .icon {
  display: inline-block;
  width: 32px;
  height: 31px;
  background: url(../images/icon.png) 0 0 no-repeat;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  cursor: pointer;
}
.share .icon.icon1 {
  background-position: 0px -70px;
}
.share .icon.icon2 {
  background-position: -45px -70px;
}
.share .icon.icon3 {
  background-position: -90px -70px;
}
.share .icon.icon4 {
  background-position: -130px -70px;
}
.share .icon.icon5 {
  background-position: -170px -70px;
}
.share .icon.icon6 {
  background-position: -215px -70px;
}
.share .icon.icon7 {
  background-position: -260px -70px;
}
.share .icon:hover {
  background-position-y: -35px;
}
.container .indexbx {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.container .index-1 ul {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.container .index-1 ul li {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.container .index-1 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.container .index-1 .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 88;
  text-align: center;
}

.container .index-1 .info .link_btn{
	margin-top: 284px; padding: 10px 34px; font-size:18px; transition:300ms;
}
.container .index-1 .info .link_btn:hover{
  color: #4E94D9;
  border: #4E94D9 2px solid;
}

.container .index-1 .info h5 {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.container .index-1 .info p {
  font-size: 44px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
.container .index-1 .info a {
  font-size: 20px;
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid #fff;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 1.5em;
}
.container .index-1 .info .slidenext {
  display: none;
  width: 50px;
  position: absolute;
  margin-top: 40px;
  cursor: pointer;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
}
.container .index-1 .info .slidenext img {
  max-width: 100%;
}
.container .index-2 ul {
  *zoom: 1;
  height: 100%;
}
.container .index-2 ul:before,
.container .index-2 ul:after {
  display: table;
  content: ' ';
}
.container .index-2 ul:after {
  clear: both;
}
.container .index-2 ul li {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.container .index-2 ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  background: url(../images/i.png);
}
.container .index-2 ul li a em {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 80px;
  margin-top: -35px;
  color: #fff;
  text-align: center;
  font-style: normal;
}
.container .index-2 ul li a em h4 {
  font-size: 18px;
  line-height: 35px;
  font-weight: normal;
}
.container .index-2 ul li a em p {
  line-height: 45px;
}
.container .index-2 ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.container .index-2 ul li:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.container .index-3 a {
  display: block;
}
.container .index-3 .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  background: url(../images/4bg.png);
}
.container .index-3 .info h2 {
  font-size: 60px;
  color: #fff;
  line-height: 2em;
  text-shadow: 1px 1px 1px #555;
}
.container .index-3 .info p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 2em;
  text-shadow: 1px 1px 1px #555;
}
.container .index-3 .info .play {
  margin-top: 30px;
  display: inline-block;
  width: 61px;
  height: 61px;
  background: url(../images/icon.png) -90px -120px no-repeat;
}
.container .index-4 a {
	/*
  display: block;
  width: 100%;
  height: 100%;
  */
}
.container .index-4 .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background: url(../images/4bg.png);
}
.container .index-4 .info h2 {
  font-size: 60px;
  color: #fff;
  line-height: 2em;
}
.container .index-4 .info p {
  color: #fff;
  font-size: 18px;
  line-height: 2em;
}
.container .index-4 .info .play {
  margin-top: 30px;
  display: inline-block;
  width: 61px;
  height: 61px;
  background: url(../images/icon.png) -90px -120px no-repeat;
}
.container .index-5 .box {
  height: 100%;
}
.container .index-5 .joinus {
  *zoom: 1;
  height: 100%;
  text-align: center;
}
.container .index-5 .joinus:before,
.container .index-5 .joinus:after {
  display: table;
  content: ' ';
}
.container .index-5 .joinus:after {
  clear: both;
}
.container .index-5 .joinus .l {
  float: left;
  width: 50%;
  height: 100%;
}
.container .index-5 .joinus .r {
  float: right;
  width: 50%;
  height: 100%;
}
.container .index-5 .share {
  color: #555;
}
@media (max-width: 760px) {
  .container .index-1 {
    height: 200px;
  }
  .container .index-1 ul {
    height: 100%;
  }
  .container .index-1 ul li {
    height: 100%;
  }
  .container .index-1 .info h5 {
    font-size: 34px;
  }
  .container .index-1 .info p {
    font-size: 18px;
  }
  .container .index-1 .info a {
    font-size: 12px;
  }
  .container .index-2 ul li {
    height: 100px;
    width: 50%;
  }
  .container .index-3,
  .container .index-4 {
    height: 200px;
  }
  .container .index-3 .info h2,
  .container .index-4 .info h2 {
    font-size: 20px;
  }
  .container .index-3 .info p,
  .container .index-4 .info p {
    font-size: 14px;
  }
  .container .index-3 .info .play,
  .container .index-4 .info .play {
    margin-top: 10px;
  }
  .container .index-5 .joinus .l,
  .container .index-5 .joinus .r {
    position: static;
    width: 100%;
    height: 200px;
  }
  .container .index-5 .share {
    padding: 20px 0;
    text-align: center;
  }
  .container .index-5 .share span {
    font-size: 16px;
  }
  .container .index-5 .share span:first-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 760px) {
  .container .index-1 {
    height: 400px;
  }
  .container .index-1 .info h5 {
    font-size: 44px;
  }
  .container .index-1 .info p {
    font-size: 24px;
  }
  .container .index-1 .info a {
    font-size: 14px;
  }
  .container .index-3,
  .container .index-4 {
    height: 400px;
  }
  .container .index-5 {
    height: 350px;
  }
  .container .index-5 .share {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 15px;
  }
  .container .index-2 ul li {
    height: 150px;
    width: 33.333%;
  }
}
@media (min-width: 960px) {
  .container .index-5 .share {
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    margin-top: 0 !important;
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
  }
  .container .indexbx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .container .index-1 .info h5 {
    font-size: 100px;
  }
  .container .index-1 .info p {
    font-size: 44px;
  }
  .container .index-1 .info a {
    font-size: 20px;
  }
  .container .index-1 .info .slidenext {
    display: block;
  }
  .container .index-2 ul li {
    height: 33.333%;
    width: 25%;
  }
  .container .index-5 .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 236px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .container {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  html,
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .footer {
    position: fixed;
    left: 0;
    bottom: -236px;
    width: 100%;
  }
  .footer nav {
    display: block;
  }
}
