﻿body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*background: url(../images/bg.jpg) 0 0 repeat;*/
	font: normal 14px/22px "Microsoft YaHei", "微软雅黑", "宋体", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}


/* join */
.join_tit h3 {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  font-family: Arial;
  background-color: #0b3f6f;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.join_tit h4 {
  margin-top: 20px;
  font-size: 24px;
  color: #4f4e4e;
  text-align: center;
}
.join1 {
  margin: 100px 0;
}
.join1 .join_tit {
  margin-top: 50px;
}
.join1_list {
  margin-top: 48px;
}
.join1_list li {
  width: calc(20% - 12px);
  margin-right: 15px;
  float: left;
  height: 368px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 54px 48px;
}
.join1_list li:hover {
  box-shadow: 0px 8px 16px rgba(200, 200, 200, 0.25);
}
.join1_list li:last-child {
  margin-right: 0;
}
.join1_list li img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  margin: auto;
}
.join1_list li:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.join1_list li h4 {
  font-size: 20px;
  color: #444444;
  margin-top: 28px;
  text-align: center;
}
.join1_list li h6 {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-align: center;
  margin-top: 20px;
}
.join2 {
  margin: 100px 0;
}
.join2_con .container {
  margin-top: -215px;
  position: relative;
  z-index: 3;
}
.join2_con .join2_con_i {
  background: #fbfbfb;
  padding: 72px 0px;
}
.join2S {
  margin-top: 42px;
  padding: 0 100px;
  position: relative;
}
.join2S a {
  width: 40px;
  height: 60px;
  background-color: #c3c3c3;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.join2S a.prev {
  left: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.join2S a.next {
  right: 0;
}
.join2S a:hover {
  background: #0b3f6f;
}
.join2_con .join2_con_i .img {
  overflow: hidden;
}
.join2_con .join2_con_i .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.join2_con .join2_con_i .inner:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.join2_con .join2_con_i .text {
  height: 70px;
  border: solid 1px #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #666666;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.join2_con .join2_con_i .inner {
  cursor: pointer;
  width: 378px;
}
.join2_con .join2_con_i .inner:hover .text {
  background: #0b3f6f;
  border-color: #0b3f6f;
  color: #fff;
}
.join3 {
  margin: 100px 0;
}
.join3_con {}
.join3_con .apply_i_inp {
  padding-left: 110px;
  position: relative;
  margin-top: 25px;
}
.join3_con .apply_i_inp p {
  position: absolute;
  left: 0;
  line-height: 50px;
}
.join3_con .apply_i_textarea {
  padding-left: 110px;
  position: relative;
  margin-top: 25px;
}
.join3_con .apply_i_textarea p {
  position: absolute;
  left: 0;
  line-height: 50px;
}
.join3_con .apply_i_inp label {
  margin-top: 0;
}
.join3_con .apply_i_inp label input,
.join3_con .apply_i_inp label select {
  margin-top: 0;
}
.join3_con .apply_i_textarea textarea {
  padding: 22px 28px;
  height: 220px;
}
/* join */

/*门店展示*/

.div_join3{ margin-top:100px; margin-bottom:100px;}
.div_join3 .div1{ margin-top:50px; position:relative; width:1920px; left:50%; margin-left:-960px; overflow:hidden;}
.div_join3 .div1 #demo{ overflow:hidden; width:1920px; color:#333333; display:inline; float:left; padding-top:20px;}
.div_join3 .div1 #demo1{ width:100%;}
.div_join3 .div1 a{ box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 0.2); display:block; width:337px; height:250px; padding-bottom:65px; padding-top:65px; padding-left:62px; padding-right:62px; margin-left:20px; margin-right:20px;}
.div_join3 .div1 a .p1{ overflow:hidden; width:337px; height:210px;}
.div_join3 .div1 a .p1 img{ -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s;}
.div_join3 .div1 a:hover .p1 img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07);}
.div_join3 .div1 a .p2{ line-height:84px; text-align:center; height:84px; color:#333; font-size:14px; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.div_join3 .div1 a:hover .p2{ color:#a9895f}








.icon-wechat:before {
  content: "\e66c";
}
.icon-weibo:before {
  content: "/skin/images/2.png";
}

.footer {
  position: relative;
  width: 100%;
  background: #f2f2f200;
}

.footer .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 110px 0 30px;
}

.footer .footerLogo {
  width: 210px;
  height: 52px;
  background: url("../image/logo.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -105px;
  /*background-color:#2518b95e ;*/
}

.footer .footerUl {
  width: 100%;
  position: relative;
}

.footer .footerUl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footer .footerUl .footerList {
  width: 200px;
  float: left;
}

.footer .footerUl .footerList + .footerList {
  margin: 0 0 0 25px;
}

.footer .footerUl li .redLinkTxt {
  color: #fff;
  font-weight: bold;
}

.footer .footerUl li .redLinkTxt.lst {
  margin: 20px 0 0 0;
  display: block;
}

.footer .footerUl li .linkUl {
  margin: 20px 0 0 0;
}

.footer .footerUl .linkUl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footer .footerUl li .linkUl li a {
  font-size: 12px;
  line-height: 28px;
  color: #ccc;
}

.footer .footerUl li .telUl {
  margin: 20px 0 0 0;
}

.footer .footerUl li .telUl li {
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  color: #ccc;
}

.footer .footerUl li .telUl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footer .footerUl li .officialUl {
  margin: 10px 0 0 0;
}

.footer .footerUl li .officialUl li {
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  color: #ccc;
}

.footer .footerUl li .officialUl li + li {
  margin: 5px 0 0 0;
}

.footer .footerUl li .officialUl li .iconOfficial {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
}

.footer .footerUl li .officialUl li .iconOfficial em {
  font-size: 28px;
  color: #888;
}

.footer .copyRightCon {
  text-align: center;
  margin: 40px auto 0;
  font-size: 12px;
  color: #aaa;
  position: relative;
}

.footer .copyRightCon p a {
  color: #aaa;
}
.footer .copyRightCon img {
  width: auto;
  display: inline-block;
}

.footer .copyRightCon p + p {
  margin: 10px 0 0 0;
}
.footer .footerUl li .officialUl li .iconOfficial em {
  font-size: 28px;
  color: #888;
}
.footer .footerTxt {
  font-size: 15px;
  color: #c45b60;
  font-weight: bold;
  text-align: center;
}

.footer .contactUs {
  padding: 30px 0 0 0;
}

.footer .contactUs .contactUl {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 20px auto 75px;
}

.footer .contactUs .contactUl a + a {
  margin: 0 0 0 10px;
}

.footer .contactUs .contactUl .iconfont {
  color: #9a9a9a;
  font-size: 30px;
}



/*index*/
.index-floor{ background-color:#fff;}
.floor-5{ background-color:transparent;}
.index-floor,
.group-intro,
.index-floor .title{  text-align:center; color:#333;}
.home-title p{ font-size:16px; margin:0; color:#555;}
.index-floor .title span{ display:block; font-size:16px; color:#555; padding-top:5px;}
.index-floor .bx-controls-direction a{ background-color:#f9f9f9;}
.index-floor .bx-controls-direction a:hover{ background-color:#00a2e9;}
.index-floor .bx-controls-direction a::before{ width:13px; background:url(http://www.arcio.com.cn/skin/images/info_pn.gif) no-repeat left top;}
.index-floor .bx-controls-direction a.bx-next::before{ background-position: right top;}
.index-floor .bx-controls-direction a.bx-prev:hover::before{ background-position: left bottom;}
.index-floor .bx-controls-direction a.bx-next:hover::before{ background-position: right bottom;}
.center{ width:1200px; margin:0 auto;}
.index-floor .title,
.index-floor .center{ position:relative;}
.index-floor .ani-things{ position:absolute; background:#00a2e9; transition:height ease-in-out 0.5s;}
.index-floor .title .ani-things{height:0; left:90px; top:0; width:4px;}
.index-floor .title .ani-things.show{ height:203px;}
#coop-floor-5 .bd ul{ z-index:1;}
#coop-floor-5 .bd ul,
#coop-floor-5 .bd li{ width:100%  !important;}
#coop-floor-5 .bd li{ height:560px; background-position:center top; background-repeat:no-repeat;}
#coop-floor-5 .hd{ z-index:10;}
#coop-floor-5 .hd ul{ position:absolute; right:0; bottom:30px; width:200px;}
#coop-floor-5 .hd ul li{ margin-bottom:1px; background:rgba(0,0,0,0.5); color:#fff; position:relative;}
#coop-floor-5 .hd ul li img{ display:none; position:absolute; left:4px; top:4px; right:4px; bottom:4px; z-index:10; height:72px; width:192px;}
#coop-floor-5 .hd ul li.on img{ display:block;}
#coop-floor-5 .hd ul li .txt{ display:table; height:80px; width:100%;}
#coop-floor-5 .hd ul li .txt-cell{ display:table-cell; vertical-align:middle; padding:0 16px;font-size: 14px;}
#coop-floor-5 .edit-info{ height:700px; overflow:hidden;}
.coop-floor .center{ position:relative;}
.coop-floor .edit-info{ color:#333; font-size:16px;}
.coop-floor .bg{ min-height:100%; background-position:center top; background-repeat:no-repeat;}
.coop-content{ margin-top:-61px;}



/* 产品列表*/



.demo{padding: 2em 0;}
.box{
	font-family: 'Merriweather Sans', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s;
	width: 300px;
	margin-top: 10px;
	margin-left: 20px;
	float:left;
	
}
.box:hover{ box-shadow: 3px 3px 5px #999; }
.box:before,
.box:after{
	content: "";
	background: radial-gradient(circle at 23% 70%,rgba(255,255,255,0.8),#fff 30%);
	width: 150%;
	height: 150%;
	opacity: 0;
	transform: rotate(45deg);
	position: absolute;
	top:-10.5%;
	right:-150%;
	z-index: 1;
	transition: all 0.35s ease;
}
.box:after{
	background: rgba(255,255,255,0.5);
	width: 65%;
	height: 65%;
	right: auto;
	left: -20%;
	top: -65%;
}
.box:hover:before{
	opacity: 1;
	right: -85%;
}
.box:hover:after{
	opacity: 1;
	top: -42%;
}
.box img{
	width: 300px;
	height:355px;
	transition: all 0.5s ease;
	margin-top: 33px;
	
	
	
}
.box:hover img{ transform: scale(1.2); }
.box .box-content{
	text-align: right;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -100%;
	z-index: 2;
	transition: all .5s;
}
.box:hover .box-content{ right: 5%; }
.box .title{
	color: #1f61af;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
.box .post{
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 10px;
	display: block;
}
.box .icon{
	padding: 0;
	margin: 0;
	list-style: none;
}
.box .icon li{
	display: inline-block;
	margin: 0 4px;
	width: auto;
height: auto;
}
.box .icon li a{
	color: #fff;
	background-color: #1e272e;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: block;
	transition: all 0.3s;
}
.box .icon li  a:hover{
	color: #1e272e;
	background-color: #fff;
	border-radius: 10%;
	box-shadow: 0 0 5px #1e272e inset;
}
@media only screen and (max-width:990px){
	.box { margin: 0 0 30px; }
}
@media only screen and (max-width:479px){
	.box .title{ font-size: 20px; }
}



/*主页产品导航*/



/*product部分菜单样式开始*/
.product-item >ul>li{position:relative;float:left;/*width:20%;*/border-right:1px solid #d7d7d7;display:table;cursor: pointer;
    /*padding-top:40px;
    padding-bottom:40px;*/
	transition: all linear .3s;
	-moz-transition: all linear .3s; /* Firefox 4 */
	-webkit-transition: all linear .3s; /* Safari 和 Chrome */
	-o-transition: all linear .3s; /* Opera */
}
.product-item >ul>li:last-child{border-right:0;}
.it-box {
    text-align: center;
    /* height: 58px; */
    position: relative;
    z-index: 100;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    transition: .5s;
}
.it-logo{
    display: inline-block;
    margin-right: 10px;
    height: 58px;
    background:url(../image/product_menu.png) no-repeat;
	transition: all ease .3s;
	-moz-transition: all ease .3s; /* Firefox 4 */
	-webkit-transition: all ease .3s; /* Safari 和 Chrome */
	-o-transition: all ease .3s; /* Opera */
    vertical-align: top;
	}
.it-logo1{background-position:0 0;width:40px;}
.it-logo2{background-position:-41px 0;width:86px;}
.it-logo3{background-position:-127px 0;width:40px;}
.it-logo4{background-position:-231px 0;width:52px;}
.it-logo5{background-position:-167px 0;width:62px;}
.ct{
    position: relative;
    text-align:center;
    overflow: hidden;
    display:inline-block;
    vertical-align: top;
    line-height:29px;
}
.it-font .cn{
    font-size: 18px;
    color: #666;
    position: relative;
    font-family: 'microsoft yahei';
	-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.it-font .en{font-size: 15px;color: #dbdbdb;font-family: 'sangam';
	-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
/*hover效果*/
.it-font .cn:before{
	position: absolute;
    top: 200%;
    color: #000;
    content: attr(data-hover);
    font-weight: normal;
}
.it-font .en:before{
	position: absolute;
    top: 78px;
    color: #fff;
    content: attr(data-hover);
    font-weight: normal;
}

.product-item li:hover .it-font .cn,
.product-item li:focus .it-font .cn,.product-item li.on .it-font .cn {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
}
.product-item li.on .it-font .en,
.product-item li:hover .it-font .en,
.product-item li:focus .it-font .en {
    -webkit-transform: translateY(-268%);
    -ms-transform: translateY(-268%);
    -o-transform: translateY(-268%);
    transform: translateY(-268%);
}
.product-item li.on .it-logo1,
.product-item li:hover .it-logo1 {
    background-position:0 -58px;
}
.product-item li.on .it-logo2,
.product-item li:hover .it-logo2 {
    background-position:-41px -58px;
}
.product-item li.on .it-logo3,
.product-item li:hover .it-logo3 {
    background-position:-127px -58px;
}
.product-item li.on .it-logo4,
.product-item li:hover .it-logo4 {
    background-position:-231px -58px;
}
.product-item li.on .it-logo5,
.product-item li:hover .it-logo5 {
    background-position:-167px -58px;
}
.product-item li.on .it-box,
.product-item li:hover .it-box {
   /*background-image: linear-gradient(135deg, #1f61af 0%, #c3cfe2 100%);*/
    /*background: #1f61af;*/
    color:#156cc8;
}
.product-item li:hover .it-font .cn , .product-item li.on .it-font .cn{color: #fff\0; }
.product-item li:hover .it-font .en , .product-item li.on .it-font .en{color: #ff895a\0;}

.out{opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;-o-opacity:0;position: absolute;left: 50%;height:8px;margin-left:-7px;bottom:8px;z-index: 1000;
	transition: all ease .2s;
	-moz-transition: all ease .2s; /* Firefox 4 */
	-webkit-transition: all ease .2s; /* Safari 和 Chrome */
	-o-transition: all ease .2s; /* Opera */
}
.product-item li.on .out{
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity:100;-khtml-opacity:100;-o-opacity:100;
}










/* 重置 */
.fd {
	overflow: hidden;
	cursor: pointer
}
.fd img {
	transition: transform 0.3s
}
.fd:hover img {
	transform: scale(1.05)
}
.sl {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xz {
	overflow: hidden;
	cursor: pointer
}
.xz img {
	transition: transform 0.3s
}
.xz:hover img {
	transform: rotateY(360deg)
}
.jz {
	position: relative;
	overflow: hidden
}
.jz img {
	height: auto!important;
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: perspective(1px) translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: perspective(1px) translate(-50%, -50%);
}
@media \0screen\,screen\9 {
.jz img {
	position: static;
	top: auto;
	left: auto;
}
}
.sl4 {
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 120px;
}
.sl2 {
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 60px;
}
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
p, li, div {
	line-height: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
.w1004 {
	width: 1004px;
	margin: 0 auto;
}
/* 图片样式 */
img, a img {
	border: 0 none;
	padding: 0px;
	/*margin: 5px;*/
	vertical-align: middle;
}
button {
	cursor: pointer;
}
caption {
	text-align: left;
}
abbr, acronym {
	border: 0;
}
.break {
	word-break: break-all;  /* 只对英文起作用，以字母作为换行依据 */
	word-wrap: break-word;  /* 只对英文起作用，以单词作为换行依据 */
	white-space: pre-wrap;  /* 只对中文起作用，强制换行 */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} /*设置表格的边框是否被合并为一个单一的边框*/
.indent {
	text-indent: 2em;
	color: #333;
	line-height: 22px;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:active, a:hover {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
/** 平缓过渡CSS3效果 **/
a {
	transition: all 0.3s
}
div:hover, li:hover, tr:hover, a:hover {
	-webkit-transition: none;
	-moz-transition: none;
	transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.5s linear, background-image 0.3s linear;
}
/*text-decoration:none; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; 背景滚动*/
 
/** 输入框 **/
input {
	border: 1px solid #ddddde;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
}
/** 清除浮动 **/
.fixed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.fixed {
	display: block;
	min-height: 1%;
}
*html .fixed {
	height: 1%;
}
.clear {
	clear: both;
	font-size: 1px;
	width: 1px;
	height: 0;
	visibility: hidden;
	zoom: 1;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "1";
	clear: both;
	height: 0;
}
.fle {
	float: left;
	_display: inline;
}
.fri {
	float: right;
	_display: inline;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
/* 
* **********************
* *          公用            *   
* **********************  
*/

.white {
	color: #fff;
}
.show {
	display: block;
}
.taligl {
	text-align: left;
}
.taligr {
	text-align: right;
}
.posrel {
	position: relative;
}
.ohidd {
	overflow: hidden;
}
.tid2 {
	text-indent: 2em
}
/* margin */
.marauto0 {
	margin: 0 auto
}
.marl1 {
	margin-left: 1px;
}
.marl2 {
	margin-left: 2px;
}
.marl4 {
	margin-left: 4px;
}
.marl5 {
	margin-left: 5px;
}
.marl8 {
	margin-left: 8px;
}
.marl10 {
	margin-left: 10px;
}
.marl12 {
	margin-left: 12px;
}
.marl13 {
	margin-left: 13px;
}
.marl15 {
	margin-left: 15px;
}
.marl18 {
	margin-left: 18px;
}
.marl19 {
	margin-left: 19px;
}
.marl20 {
	margin-left: 20px;
}
.marl23 {
	margin-left: 23px;
}
.marl24 {
	margin-left: 24px;
}
.marl28 {
	margin-left: 28px;
}
.marl30 {
	margin-left: 30px;
}
.marl37 {
	margin-left: 37px;
}
.marl45 {
	margin-left: 45px;
}
.marl54 {
	margin-left: 54px;
}
.marl65 {
	margin-left: 65px;
}
.marl77 {
	margin-left: 77px;
}
.marl97 {
	margin-left: 97px;
}
.marl116 {
	margin-left: 116px;
}
.marl142 {
	margin-left: 142px;
}
.marl170 {
	margin-left: 170px;
}
.marr8 {
	margin-right: 8px;
}
.marr10 {
	margin-right: 10px;
}
.marr11 {
	margin-right: 11px;
}
.marr13 {
	margin-right: 13px;
}
.marr14 {
	margin-right: 14px;
}
.marr15 {
	margin-right: 15px;
}
.marr20 {
	margin-right: 20px;
}
.marr43 {
	margin-right: 43px;
}
.marr50 {
	margin-right: 50px;
}
.mart1 {
	margin-top: 1px;
}
.mart2 {
	margin-top: 2px;
}
.mart3 {
	margin-top: 3px;
}
.mart4 {
	margin-top: 4px;
}
.mart5 {
	margin-top: 5px;
}
.mart6 {
	margin-top: 6px;
}
.mart7 {
	margin-top: 7px;
}
.mart8 {
	margin-top: 8px;
}
.mart9 {
	margin-top: 9px;
}
.mart10 {
	margin-top: 10px;
}
.mart11 {
	margin-top: 11px;
}
.mart12 {
	margin-top: 12px;
}
.mart13 {
	margin-top: 13px;
}
.mart14 {
	margin-top: 14px;
}
.mart15 {
	margin-top: 15px;
}
.mart16 {
	margin-top: 16px;
}
.mart17 {
	margin-top: 17px;
}
.mart18 {
	margin-top: 18px;
}
.mart20 {
	margin-top: 20px;
}
.mart22 {
	margin-top: 22px;
}
.mart24 {
	margin-top: 24px;
}
.mart25 {
	margin-top: 25px;
}
.mart27 {
	margin-top: 27px;
}
.mart30 {
	margin-top: 30px;
}
.mart33 {
	margin-top: 33px;
}
.mart34 {
	margin-top: 34px;
}
.mart35 {
	margin-top: 35px;
}
.mart38 {
	margin-top: 38px;
}
.mart40 {
	margin-top: 40px;
}
.mart45 {
	margin-top: 45px;
}
.mart49 {
	margin-top: 49px;
}
.mart54 {
	margin-top: 54px;
}
.mart55 {
	margin-top: 55px;
}
.mart60 {
	margin-top: 60px;
}
.mart75 {
	margin-top: 75px;
}
.mart78 {
	margin-top: 78px;
}
.mart100 {
	margin-top: 100px;
}
.mart115 {
	margin-top: 115px;
}
.mart125 {
	margin-top: 125px;
}
.marb1 {
	margin-bottom: 1px;
}
.marb2 {
	margin-bottom: 2px;
}
.marb3 {
	margin-bottom: 3px;
}
.marb4 {
	margin-bottom: 4px;
}
.marb5 {
	margin-bottom: 5px;
}
.marb6 {
	margin-bottom: 6px;
}
.marb7 {
	margin-bottom: 7px;
}
.marb8 {
	margin-bottom: 8px;
}
.marb10 {
	margin-bottom: 10px;
}
.marb12 {
	margin-bottom: 12px;
}
.marb14 {
	margin-bottom: 14px;
}
.marb16 {
	margin-bottom: 16px;
}
.marb20 {
	margin-bottom: 20px;
}
.marb24 {
	margin-bottom: 24px;
}
.marb39 {
	margin-bottom: 39px;
}
.marb65 {
	margin-bottom: 65px;
}
/* padding */

.paddt3 {
	padding-top: 3px;
}
.paddt5 {
	padding-top: 5px;
}
.paddt7 {
	padding-top: 7px;
}
.paddt10 {
	padding-top: 10px;
}
.paddt12 {
	padding-top: 12px;
}
.paddt16 {
	padding-top: 16px;
}
.paddt20 {
	padding-top: 16px;
}
.paddt30 {
	padding-top: 30px;
}
.paddt75 {
	padding-top: 75px;
}
.paddb3 {
	padding-bottom: 3px;
}
.paddb5 {
	padding-bottom: 5px;
}
.paddb10 {
	padding-bottom: 10px;
}
.paddb30 {
	padding-bottom: 30px;
}
.paddl1 {
	padding-left: 1px;
}
.paddl2 {
	padding-left: 2px;
}
.paddl5 {
	padding-left: 5px;
}
.paddl10 {
	padding-left: 10px;
}
.paddl14 {
	padding-left: 14px;
}
.paddl18 {
	padding-left: 18px;
}
.paddl24 {
	padding-left: 24px;
}
.paddl28 {
	padding-left: 28px;
}
.paddl40 {
	padding-left: 40px;
}
.paddl50 {
	padding-left: 50px;
}
.paddl60 {
	padding-left: 60px;
}
.paddl70 {
	padding-left: 70px;
}
.paddl77 {
	padding-left: 77px;
}
.paddr2 {
	padding-right: 2px;
}
.paddr5 {
	padding-right: 5px;
}
.paddr10 {
	padding-right: 10px;
}
.paddr11 {
	padding-right: 11px;
}
.paddr21 {
	padding-right: 21px;
}
.paddr24 {
	padding-right: 24px;
}
.paddr40 {
	padding-right: 40px;
}
.paddb3 {
	padding-bottom: 3px;
}
.paddb80 {
	padding-bottom: 80px;
}
/* 空层 */
.emp13 {
	height: 13px;
}
.emp20 {
	height: 20px;
}
.emp25 {
	height: 25px;
}
.emp30 {
	height: 30px;
}
.emp40 {
	height: 40px;
}
.emp60 {
	height: 60px;
}
.emp145 {
	height: 145px;
}
.emp163 {
	height: 163px;
}
.emp186 {
	height: 186px;
}
/* width */

.w11 {
	width: 11px;
}
.w27 {
	width: 27px;
}
.w33 {
	width: 33px;
}
.w36 {
	width: 36px;
}
.w44 {
	width: 44px;
}
.w46 {
	width: 46px;
}
.w53 {
	width: 53px;
}
.w54 {
	width: 54px;
}
.w55 {
	width: 55px;
}
.w56 {
	width: 56px;
}
.w60 {
	width: 60px;
}
.w62 {
	width: 62px;
}
.w64 {
	width: 64px;
}
.w67 {
	width: 67px;
}
.w74 {
	width: 74px;
}
.w78 {
	width: 78px;
}
.w79 {
	width: 79px;
}
.w83 {
	width: 83px;
}
.w84 {
	width: 84px;
}
.w85 {
	width: 85px;
}
.w88 {
	width: 88px;
}
.w91 {
	width: 91px;
}
.w92 {
	width: 92px;
}
.w94 {
	width: 94px;
}
.w96 {
	width: 96px;
}
.w98 {
	width: 98px;
}
.w100 {
	width: 100px;
}
.w102 {
	width: 102px;
}
.w104 {
	width: 104px;
}
.w106 {
	width: 106px;
}
.w114 {
	width: 114px;
}
.w120 {
	width: 120px;
}
.w126 {
	width: 126px;
}
.w128 {
	width: 128px;
}
.w131 {
	width: 131px;
}
.w132 {
	width: 132px;
}
.w136 {
	width: 136px;
}
.w142 {
	width: 142px;
}
.w155 {
	width: 155px;
}
.w162 {
	width: 162px;
}
.w170 {
	width: 170px;
}
.w175 {
	width: 175px;
}
.w180 {
	width: 180px;
}
.w181 {
	width: 181px;
}
.w181 {
	width: 181px;
}
.w187 {
	width: 187px;
}
.w195 {
	width: 195px;
}
.w198 {
	width: 198px;
}
.w202 {
	width: 202px;
}
.w203 {
	width: 203px;
}
.w220 {
	width: 220px;
}
.w222 {
	width: 222px;
}
.w225 {
	width: 225px;
}
.w245 {
	width: 245px;
}
.w249 {
	width: 245px;
}
.w252 {
	width: 252px;
}
.w253 {
	width: 253px;
}
.w255 {
	width: 255px;
}
.w263 {
	width: 263px;
}
.w285 {
	width: 285px;
}
.w295 {
	width: 293px;
}
.w304 {
	width: 304px;
}
.w306 {
	width: 306px;
}
.w345 {
	width: 345px;
}
.w395 {
	width: 395px;
}
.w418 {
	width: 418px;
}
.w423 {
	width: 423px;
}
.w432 {
	width: 432px;
}
.w438 {
	width: 438px;
}
.w443 {
	width: 443px;
}
.w445 {
	width: 445px;
}
.w460 {
	width: 460px;
}
.w470 {
	width: 470px;
}
.w500 {
	width: 500px;
}
.w530 {
	width: 530px;
}
.w550 {
	width: 550px;
}
.w628 {
	width: 628px;
}
.w640 {
	width: 640px;
}
.w654 {
	width: 654px;
}
.w657 {
	width: 657px;
}
.w662 {
	width: 662px;
}
.w663 {
	width: 663px;
}
.w665 {
	width: 665px;
}
.w677 {
	width: 677px;
}
.w683 {
	width: 683px;
}
.w685 {
	width: 685px;
}
.w687 {
	width: 687px;
}
.w690 {
	width: 690px;
}
.w692 {
	width: 692px;
}
.w712 {
	width: 712px;
}
.w716 {
	width: 716px;
}
.w717 {
	width: 717px;
}
.w720 {
	width: 720px;
}
.w722 {
	width: 722px;
}
.w724 {
	width: 724px;
}
.w730 {
	width: 730px;
}
.w733 {
	width: 733px;
}
.w740 {
	width: 740px;
}
.w758 {
	width: 758px;
}
.w764 {
	width: 764px;
}
.w770 {
	width: 770px;
}
.w839 {
	width: 839px;
}
.w888 {
	width: 888px;
}
.w890 {
	width: 890px;
}
.w924 {
	width: 924px;
}
.w930 {
	width: 930px;
}
.w934 {
	width: 934px;
}
.w950 {
	width: 950px;
}
.w958 {
	width: 958px;
}
.w960 {
	width: 960px;
}
.w967 {
	width: 967px;
}
.w971 {
	width: 971px;
}
.w973 {
	width: 973px;
}
.w975 {
	width: 975px;
}
.w976 {
	width: 976px;
}
.w980 {
	width: 980px;
}
.w985 {
	width: 985px;
}
/* height */

.h6 {
	height: 6px;
}
.h19 {
	height: 19px;
}
.h22 {
	height: 22px;
}
.h23 {
	height: 23px;
}
.h24 {
	height: 24px;
}
.h27 {
	height: 27px;
}
.h31 {
	height: 31px;
}
.h32 {
	height: 32px;
}
.h41 {
	height: 41px;
}
.h43 {
	height: 43px;
}
.h51 {
	height: 51px;
}
.h53 {
	height: 53px;
}
.h54 {
	height: 54px;
}
.h56 {
	height: 56px;
}
.h67 {
	height: 67px;
}
.h70 {
	height: 70px;
}
.h75 {
	height: 75px;
}
.h77 {
	height: 77px;
}
.h92 {
	height: 92px;
}
.h103 {
	height: 103px;
}
.h108 {
	height: 108px;
}
.h109 {
	height: 109px;
}
.h110 {
	height: 110px;
}
.h111 {
	height: 111px;
}
.h132 {
	height: 132px;
}
.h134 {
	height: 134px;
}
.h170 {
	height: 170px;
}
.h177 {
	height: 177px;
}
.h185 {
	height: 185px;
}
.h198 {
	height: 185px;
}
.h202 {
	height: 202px;
}
.h226 {
	height: 226px;
}
.h258 {
	height: 258px;
}
.h347 {
	height: 347px;
}
.h735 {
	height: 851px;
}
.h851 {
	height: 851px;
}
/* line-height */

.linh18 {
	line-height: 18px;
}
.linh19 {
	line-height: 19px;
}
.linh22 {
	line-height: 22px;
}
.linh24 {
	line-height: 24px;
}
.linh25 {
	line-height: 25px;
}
.linh27 {
	line-height: 27px;
}
.linh32 {
	line-height: 32px;
}
.linh35 {
	line-height: 35px;
}
/* border */

.bord-e2 {
	border: 1px solid #e2e2e2;
}






@import url(css-Lato300400.css);



h1 {
  /*font-family: 'Lato', sans-serif;*/
  /*font-weight:300;*/
  letter-spacing: 2px;
  /*font-size:48px;*/
}
/*p {*/
/*  font-family: 'Lato', sans-serif;*/
/*  letter-spacing: 1px;*/
/*  font-size:13px;*/
  /*color: #333333;*/
/*}*/

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}

.inner-header {
  /*height:65vh;*/
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:0.1vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}