@charset 'utf-8';
@font-face {
    font-family: 'DFDianJing';
    src: url('/fonts/DFDianJing.ttf'), url('/fonts/DFDianJing.eot'), url('/fonts/DFDianJing.woff'), url('/fonts/DFDianJing.otf');
}

@font-face {
    font-family: 'DFYuan';
    src: url('/fonts/DFYuan.ttf'), url('/fonts/DFYuan.eot'), url('/fonts/DFYuan.woff'), url('/fonts/DFYuan.otf');
}

body{
	font-family: 'Poppins', sans-serif,Microsoft JhengHei,Heiti TC;
	letter-spacing: 3px;
	margin: 0;
	padding:0;
    animation: mymove 1s forwards;
}
html, body{
  overflow-x: hidden;
}

@keyframes mymove {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


.body{	
	left: 0%;
	width: 100%;
    position: relative;
    height: 100%;
    transition: left 1s;
    overflow: hidden;
}

.body.on{	
    left: -80%;
    filter: blur(2px) grayscale(20%);
    /*display: inline-table;*/
}
.part_R.contactinfo.payment.m{ display: none}
	.part_R.contactinfo.payment.d{ display: block}
.subban {
    width: 100%;
    height: 150px;
    background-color: #24a9e1;
    background-image: url(/images/staticpage/newsbg.jpg);
    display: table;
    text-align: center;
    background-position: center;
}
.subban.products {
    width: 100%;
    height: 150px;
    background-color: #24a9e1;
    background-image: url(/images/staticpage/productbg.png);
    display: table;
    text-align: center;
    background-position: center;
}
.subpayment {
    width: 100%;
    height: 150px;
    background-color: #24a9e1;
    background-image: url(/images/staticpage/paymentbg.jpg);
    display: table;
    text-align: center;
    background-position: center;
	background-size: cover;
}
.subpayment .ti {
    display: inline-flex;
    vertical-align: middle;
    text-align: right;
    font-size: 40px;
    font-weight: 600;
    padding-right: 20px;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
}

.subpayment .ti p{
    display: inline;
    padding: 0 25px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif,Microsoft JhengHei,Heiti TC;
    letter-spacing: 3px;
        background-color: rgba(20, 178, 203, 0.45);
}


.subban .ti {
    display: inline-flex;
    vertical-align: middle;
    text-align: right;
    font-size: 40px;
    font-weight: 600;
    padding-right: 20px;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
}



.subban .ti p{
    display: inline;
    padding: 0 25px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif,Microsoft JhengHei,Heiti TC;
    letter-spacing: 3px;
        background-color: rgba(20, 178, 203, 0.45);
}
.paymentBox{max-width: 1200px;
    margin: 0 auto;    display: table;}
.topspace{
	width: 100%;
	height: 100px;
	transition: height .2s;
}

.topspace.on{	
	/*height: 60px;*/
}

.width1200{
	max-width: 1200px;
	margin: 0 auto;
}

.top{
	width: 100%;
	height: 100px;
	/*box-shadow: 0px 0px 2px #888888;*/
	position: fixed;
	background-color: #fff;
	transition: all 1s;
	z-index: 99;
  top: 0;
  left: 0%;
}

.top.push{
  left: -80%;
}

.top.on{
	height: 60px;
	position: fixed!important;
	top: 0;	
	z-index:99;
	left: 0%;
}

.top.on.push{
	left: -80%;
}

.topbar{
	height: 100%;
}

.logo{
	width: 30%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	/*background-size: auto 100%;*/
	background-size: auto 80%;
    background-position: center;
	background-image: url(/images/staticpage/aboutlogo.png);
	/*background-image: url(/images/staticpage/weblogo.png);*/
	
}
.mobilemenu{
	position: fixed;
	right: -80%;
	width: 80%;
	height: 100%;
	transition: all 1s;
	top: 0;
  overflow: scroll;
}

.mobilemenu.on{
	right: 0;
}

.mobilemenu li{
	list-style-type: none;
	list-style-type: none;
    padding: 15px 0;
    border-bottom: 1px #949494 solid;
    color: #949494;
}

.mobilemenu a{
	color: #949494;
	text-decoration: none;
  display: block;
}


.cover-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    display: none;
        top: 0;
}

.cover-layer.on{
    display: block;
}

.menubtn{
	display: none;
	width: 20%;
	height:100%;
	float: left;
	background-repeat: no-repeat;
    background-position: center;
	background-image: url(/images/staticpage/menubtn.png);
}

.menu{
	width: 70%;
	height: 100%;
	float: left;
}

.menu a{
	text-decoration: none;
	color: #949494;
	padding: 20px 15px;
}

.menu ul{
	height: 100%;
    margin: 0;
    display: table;
    float: right;
}

.menu ul li{
	list-style-type: none;
    vertical-align: middle;
    display: table-cell;
    /*padding: 0 15px;*/
    font-size: 12px;
    color: #949494;
    text-transform: uppercase;
    cursor:pointer;
    transition: padding-bottom .2s;
}

.menu ul li:hover , .services_menu.on{
	padding-bottom: 10px;
    font-weight: bold;
}

.menu ul li li{
  width: 100%;
}

.dt_menu{
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    height: 0px;
    background-color: #f6f7f9;
    z-index: -10;
    overflow: hidden;
    opacity: 0;
    transition: height .5s ,opacity .2s,top 1s;
    -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
    animation-delay: 1s;
}

.dt_menu.on{
   height: 350px;
  opacity: 1;
}

.dt_menu.plustop{
  top: 60px;
}

.dt_menu a{
  color: #111;
  text-decoration: none;
}

.dt_menu ul{
  float: left;
  list-style: none;
}

.dt_menu ul li:first-child{
  font-weight: bold;
}

.dt_menu ul li{
  transition: margin-top .2s,margin-bottom .2s;
  line-height: 40px
}

.dt_menu ul li:hover{
    margin-top: -2px;
    margin-bottom: 4px;
}

.testmobilemenu{
  display: none!important;
}

/*.menu ul li a:last-child{
    padding: 20px 0 20px 15px;
}*/

.banner{
	width: 100%;
	height: 100vw;
	max-height: 720px;
	filter: grayscale(20%);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat; 
	position: relative;
	    display: table;
}

.homebanner{
	background-image: url(/images/staticpage/banner.jpg);
}
.homebannerM{
	display:none;
}
.sembanner{
	    background-position: top;
	background-image: url(/images/staticpage/sembanner.jpg);
}

.smmbanner{
      background-position: center;
  background-image: url(/images/staticpage/smmbanner.jpg);
}

.imgbuilbanner{
      background-position: center;
  background-image: url(/images/staticpage/imgbuilbanner.jpg);
}

.cwbbanner{
      background-position: center;
  background-image: url(/images/staticpage/cwbbanner.jpg);
}

.embanner{
      background-position: center;
  background-image: url(/images/staticpage/embanner.jpg);
}

.sembanner .banner_in{
	/*padding: 38% 0 0 0;*/
}

.sembanner .banner_in h1{
	background-color: rgba(189, 191, 54, 0.7);
	font-weight: normal;
}

.smmbanner .banner_in h1 {
    background-color: #6389c7;
}

.imgbuilbanner .banner_in h1{
  background-color: rgb(151, 78, 79);
  font-weight: normal;
}

.cwbbanner .banner_in h1{
  background-color: rgba(148, 148, 148, 0.65);
  font-weight: normal;
}

.embanner .banner_in h1{
  background-color: rgba(148, 148, 148, 0.65);
  font-weight: normal;
}

.banner_in{
        /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    text-align: center;
    /* padding: 11% 0 0 0; */
    vertical-align: middle;
    display: table-cell;
}



.banner_in h1{
	text-transform: uppercase;
	font-size: 48px;
	color: #fff;
}

.banner_in p{
	text-transform: uppercase;
	font-size: 21px;
	color: #fff;
}

.banner_in button{
	margin: 120px 0 0 0;
    background-color: #8DC63F;
    color: #fff;
    border: none;
    padding: 15px 25px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif,Microsoft JhengHei,Heiti TC;

  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.part_L{
	width: 50%;
	float: left;
}

.part_R{
	width: 50%;
    float: left;
}
.part_R.payment{
	width: 100%;
    float: left;
}

.contactinfo ul, .contactinfo li{
  float: left;
    list-style-type: none;
    padding: 0 15px 0 0;
}

.aboutus{
	width: 100%;
	height: 435px;
	background-color: #F1F2F2;
}

.aboutus h2{
	font-size: 24px;
	margin: 0;
	text-align: center;
	padding: 30px 0;
	color: #58595B;
}

.aboutus p{
	font-size: 16px;
	color: #949494;
	padding: 30px 0;
}

.aboutus b{
	letter-spacing: 2px;
	font-size: 21px;
}

.aboutus_in{
	width: 100%;
	height: 100%;
	position: relative;
}

.aboutus_in .part_L {
	text-align: center;
	padding: 25px 0;
}

.services_box{
	width: calc(100%/4);
	height: 100%;
	text-align: center;
	float: left;
	padding: 10px 0;
}

.services_box p{
	color: #58595B;
	text-transform: uppercase;
	font-size: 18px;
}

.services_in{
	height: 430px;
	display: table;
    width: 100%;
}

.services_in h3{
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	text-align: center;
	padding: 30px 0;
	color: #58595B;
}

.contact{
	padding: 0 0 20px 0;
	background-color: #F1F2F2;
}

.contact_in{
	height: 430px;
	display: table;
    width: 100%;
}

.contact_in h5{
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	text-align: center;
	padding: 30px 0;
	color: #58595B;
  padding-bottom: 0;
}

.contact_in p {
    font-size: 16px;
    color: #949494;
    padding: 5px 0;
        margin: 0;
}

.contact_in b {
    letter-spacing: 2px;
    font-size: 21px;
}

.form_box{
	display: flex;
	margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.form_box .left{
	line-height: 16px;
	text-align: right;
	color: #58595B;
	font-size: 18px;
	width: 40%;
	text-transform: uppercase;
}

.form_box .right {
    width: 60%;
    padding: 0 35px 0 15px;
    box-sizing: border-box;
}

.form_box input {
	box-sizing: border-box;
    background-color: #dddbdb;
    color: #333333;
    font-style: normal;
    font-variant: normal;
    padding-left: 15px;
    border: 0;
    border-radius: 0px;
    height: 42px;
    margin-top: -10px;
}

.form_box .form-control {
	box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.paymentLine{ height: 1px; width: 100%; background: #cdcdcd ; display: table; margin-top: 20px; margin-bottom: 10px;}
.form_box textarea {
	background-color: #dddbdb;
    color: #333333;
    font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
    border-radius: 0;
    border: 0;
    font-style: normal;
    font-size: 15px;
    height: auto!important;
}
.fps{ width: 60%; margin-top: 10px;}
.PayMe{width: 25%; margin-top: 10px;}
.part_L button {
	background-color: #a0a0a0;
    color: #fff;
    border: none;
    padding: 5px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: 20px 55px 0 0;
    float: right;
}

.footer{
	font-size: 14px;
	width: 100%;
	height: 36px;
}

.rnpbanner{
	width: 100%;
    max-height: 300px;
    background-position: center;
    position: relative;
    background-color: #d7eff9;
    background: #d7eff9;
	background: -moz-linear-gradient(left, #d7eff9 45%, #F26B38 55%, #F26B38 55%);
	background: -webkit-linear-gradient(left, #d7eff9 45%,#F26B38 55%,#F26B38 55%);
	background: linear-gradient(to right, #d7eff9 45%,#F26B38 55%,#F26B38 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7eff9', endColorstr='#F26B38',GradientType=1 );
}

.rnpbanner_in{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}



.rnpintro h1{
	font-size: 21px;
	text-align: center;
}

.sixfun{
	width: 100%;
    height: 300px;
    background-position: center;
    position: relative;
}

.sixfun h2,h3,h4,h5,h6,h7{
	font-size: 17px;
	color: #fff;
	margin: 15px 0; 
	display: block;
    font-weight: bold;
}

.sixfun_in{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.sixfun_in_box{
    width: calc(100%/3);
    height: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}



.sixfun_pt1{
	background: #e94f6b;
	background: -moz-linear-gradient(left, #e94f6b 45%, #A8B66C 55%, #A8B66C 55%);
	background: -webkit-linear-gradient(left, #e94f6b 45%,#A8B66C 55%,#A8B66C 55%);
	background: linear-gradient(to right, #e94f6b 45%,#A8B66C 55%,#A8B66C 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94f6b', endColorstr='#A8B66C',GradientType=1 );
}

.sixfun_no1{
	background-color: #E94F6B;
}

.sixfun_no2{
	background-color: #83C7B5;
}

.sixfun_pt2{
	background: #A8B66C;
	background: -moz-linear-gradient(left, #A8B66C 45%, #F15A29 55%, #F15A29 55%);
	background: -webkit-linear-gradient(left, #A8B66C 45%,#F15A29 55%,#F15A29 55%);
	background: linear-gradient(to right, #A8B66C 45%,#F15A29 55%,#F15A29 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52342F', endColorstr='#F15A29',GradientType=1 );
}

.sixfun_no3{
	background-color: #A8B66C;
}

.sixfun_no4{
	background-color: #F15A29;
}

.sixfun_pt3{
	background: #EC8843;
	background: -moz-linear-gradient(left, #EC8843 45%, #52342F 55%, #52342F 55%);
	background: -webkit-linear-gradient(left, #EC8843 45%,#52342F 55%,#52342F 55%);
	background: linear-gradient(to right, #EC8843 45%,#52342F 55%,#52342F 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC8843', endColorstr='#52342F',GradientType=1 );
}

.sixfun_no5{
	background-color: #EC8843;
}

.sixfun_no6{
	background-color: #52342F;
}

.bestofrnp li{
	list-style-type: none;
	display: inline-block;
  width: 100%;
}

.bestofrnp li img{
	list-style-type: none;
}

.rnptitle{
	font-weight: bold;
	display: inline-block;
    padding: 0 10px;
    background-color: #cc2127;
    color: #fff;
    box-shadow: 1px 1px 2px #888888;
}

.rnpimg{
	float: left;
	width: 20%;
	margin: 0;
}

.rnpinfo{
	float: left;
	width: 80%;
}

.tofb{
		text-align: right;
	}

.submenu{
	opacity: 0;
	visibility: hidden;
	float: none!important;
    position: absolute;
    height: auto!important;
    padding: 0 10px;
    margin-top: 15px!important;
    margin-left: 5px!important;
    background-color: #efefef;
    transition: opacity .5s;
}

.submenu li{
	height: auto
}

.submenu li p{
	margin: 0;
}

.menu ul li:hover .submenu{
	opacity: 1;
	visibility: visible;
}

.submenu li{
	float: left;
}

.ugoals ul{
	display: inline-block;
	margin: 0;
}

.ugoals li{
	width: calc(100%/3);
	float: left;
    padding: 2% 5%;
	text-align: center;
	box-sizing: border-box;
	list-style-type: none;
}

.ugoals5 li{
  width: calc(100%/5);
  padding: 2% 3%;
}

.ugoals li img{
	width: 100%;
}

.ugoals h3{
	font-size: 1.5em;
	color: #111;
}

.seoplan{
    display: table;
    position: relative;
    width: 100%;
}


.seoplan h4{
	text-align: center;
    background-color: #fabb12;
	text-transform: uppercase;
	padding: 15px 0;
    font-size: 24px;
    box-shadow: 1px 1px 2px #888888;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.seoplan_bigbox{
  padding: 2%;
  width: 100%;
  box-sizing: border-box;
  display: inline-grid;
}

.seoplan_box{
	padding: 2%;
	width: 50%;
  box-sizing: border-box;
  display: inline-grid;
}

.seoplan_boxin{
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.36);
    /* -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.36); */
    box-shadow: 0 0 5px 0 rgba(0,0,0,.36);
    border: 1px solid #d2d2d2;
    padding: 0 3%;
    border-radius: 5px;
    min-height: 300px;
    -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
      text-align: center;
}



.seoplan_boxin img{
	width: 150px;
}

.seoplan_boxin2 img{
  width: 280px;
}

.seoplan_boxin li{
  text-align: left;
  font-size: 15px;
}

.seoplan_boxin:hover{
	-webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-box-shadow: 0 0 26px 0 rgba(0,0,0,.36);
    /* -webkit-box-shadow: 0 0 26px 0 rgba(0,0,0,.36); */
    box-shadow: 0 0 26px 0 rgba(0,0,0,.36);
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier( 0.31, -0.36);
  transition-timing-function: cubic-bezier( 0.31, -0.36);
}


.seoplan_topic{
	text-align: center;
    font-weight: bold;
    background-color: #6389c7;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
        text-transform: uppercase;
}

.imgbuil_topic{
      background-color: #bb9937;
}

.cwb_topic{
  background-color: #949494;
}

.em_topic{
  background-color: #80c66d;
}

.rnp_box:hover .rnp_topic{
  background-color: #c5d736;
}
.rnp_box:hover .rnp_boxin{
  background-color: #fbffae;
}    

.seoplan_list{

}

.news{
  background-color: #fff;
      margin-top: 1% auto;
}

.news.payment{
 
      margin-top: 1% auto;
	    padding: 0px 25px 0px 25px;    display: table;
}
.news .products{
 
      padding: 2% ;
	    float: left;    width: 28%;
	    
}
.news .products .title{margin-bottom: 5px; }
.news .products .photo{ width: 100%}
.news .products .photo img{ width: 100%}
.news .products .price{margin-top: 5px; color: #8cc63f }
.news .products a,.news .products a:link, .news .products a:visited, .news .products a:hover{
 
	
    color:#8DC63F;
	
	    
}

.bea{ color: #8cc63f}
.hsbc{color: #f7941d}
.boc{color: #13b2cb}
.fbbox{
    display: inline-block;
    margin: 1% 2% 0% 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.fbbox_L{
      width: 25%;
    height: 100%;
    float: left;
    padding: 1%;
    box-sizing: border-box;

}

.fbbox_L img{
  width: 100%;
}

.fbbox_R{
  width: 75%;
  float: left;
  padding: 1%;
    box-sizing: border-box;
}

.fbtop{
  display: inline-block;
}

.fbtop img{
  float: left;border: 1px solid rgba(0, 0, 0, .1);border-radius: 50%;
}

.fbtop p{
  float: left;margin: 0;padding: 0px 15px;color: #000000;
}

.fbtop a{
      text-decoration: none;
}

.fbtop b{
  color: #365899;
}

.client{
  display: table;
}

.clientbox{
  width: calc(100%/4);
  padding: 5px;
  box-sizing: border-box;
  float: left;
  padding: 15px;
  height: 210px;
}

.clientbox_in{
  background-color: #fff;
  /*padding: 10px;*/
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
      -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
        -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
     -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.clientbox_in:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
     -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}

.clientbox_in:hover .clientbox_top{
   background-color: #8cc63f;
   border-color: #8cc63f;
}

.clientbox_top{
    background-color: #cccccc;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #cccccc;
    margin-top: 0px;
    height: 50px;
    position: relative;
    border-radius: 7px 7px 0px 0px;
    transition: border-color .5s , background-color .5s;
}

.clientbox_bottom{
    border: #ccc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
    height: 130px;
    box-sizing: border-box;
    position: relative;
    padding: 20px 20px 10px 20px;
}

.clientbox_top img {
        max-height: 70px;
    background-color: #fff;
    border: #ccc 1px solid;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    left: 20px;
    top: 10px;
    position: absolute;
}

.c_name{
  height: 50px;
      font-size: 25px;
    letter-spacing: 0;
    line-height: 25px;
        font-weight: bold;
}

.c_sd{
  display: none;
}

.em_box {
      display: table;
}

.em_box_L{
  width: 40%;
  float: left;
  display: inline-block;
  text-align: center;
}

.em_box_R{
      width: 60%;
    float: left;
    display: inline-block;
    padding: 8% 0 0% 30px;
    box-sizing: border-box;
}


@media (max-width: 768px){
  .seoplan .ugoals5 li{
    width: calc(100%/2);
  }
	.subban.products {
  
    background-size: cover;
}
	.news .products{ letter-spacing: 2px;    width: 40%;
    padding: 5%;
    margin: 0 auto; }
}

/*payme开始*/
#payme-container div,
#payme-container p,
#payme-container span,
#payme-container a,
#payme-container li{
	font-family: 'DFDianJing';
	letter-spacing: 0;
	line-height: 1.3em;
}

/*part1*/
.pay-intro-in{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	box-sizing: border-box;
}
.pay-intro-in h1{
	font-weight: 400;
	margin-left:-5%;
}
.pay-intro-in p{
	margin:0;
}
.pay-intro-in .text1,
.pay-intro-in .text2,
.pay-intro-in .text3,
.pay-intro-in .text4,
.pay-intro-in .text5{
	text-align: center;
}
.pay-intro-in .text1-left{
	text-align: right;
    display: inline-block;
}
.pay-intro-in .text1-right{
    color: #db0011;
    display: inline-block;
}
.pay-intro-in .text2 a{
	color: #000;
    border-bottom: 2px solid #db0011;
    text-decoration: none;
    padding-bottom: 5px;
}

.pay-intro-in .payme-pic img{
	width:100%;
}
.pay-intro-in .line{
	width: 11.25%;
    max-width: 135px;
    height: 3px;
    background: #db0011;
    margin: 0 auto;
    display: block;
}
/*part2*/
#why-use p{
	margin:0;
	color: #fff;
}
.why-use-in{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	
}
.why-use-in .text1,.why-use-in .text2{
	text-align: center;
}
.why-use-in .text3{
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.why-use-in .text3-left,
.why-use-in .text3-right,
.why-use-in .text4-left{
	display: inline-block;
}
.why-use-in .text4{	
	margin-bottom: 10%;
	padding-right:20%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.why-use-in .text3 img,
.why-use-in .text4 img{
	width:100%;
}
.why-use-in .text4-right{
	display: inline-block;
	width:20%;
	margin-left:56px;
}
/*part3*/
#process{
	background:#fcac42;
    box-sizing: border-box;
}
.process-in{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#process p{
	margin:0;
}
.process-in h1{
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.process-in .process-box{
	display: flex;
}
.process-in .process-box .phone img{
	width: 100%;
}
.process-in .step-box .step-intro{
    color: #fff;
}
.process-in .step-box .step-intro img{
	vertical-align: middle;
}
.process-in .swiper-pagination-bullets{
	bottom:30%;
}
/*part4*/
#how-use p{
	margin:0;
	color:#fff;
	text-align: center;
}
.how-use-in{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.how-use-in .text1{
	margin-bottom: 13%!important;
}
.how-use-in ul{	
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding:0;
}
.how-use-in ul li{
	border:1px solid #fff;
	display: inline-box;
	border-radius: 20px;
	list-style: none;
	padding-left:2%;
	padding-right:2%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
.how-use-in ul li:hover{
	background:#fff;
}
.how-use-in ul li:hover p{
	color:#5b5b5b!important;
}
.how-use-in ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width:100%;
}
.how-use-in ul li p{
	line-height: 1.2em;
	letter-spacing: 0;
	width:100%;
	transition: all 0.5s;
}

/*part5*/
#apply{	
	background:#303260;
	box-sizing: border-box;
}
#apply p{
	margin:0;
}
.apply-in{
	width:100%;
	max-width:1200px;
	margin:0 auto;	
}
.apply-in p,.apply-in div{
	color:#fff;
}
.apply-in .text1{	
	text-align: center;
    display: flex;
    justify-content: center;
}
.apply-in .text1-left,
.apply-in .text1-right,
.apply-in .text3-right{	
	display: inline-block;
}
.apply-in .text2 p{
	text-align: center;
	line-height: 1.2em;
}
.apply-in .text3{	
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.apply-in .text3-left p{
	font-size: 43px;
	line-height: 2em!important;
}
.apply-in .text3-right .regist-btn{
	border:1px solid #fff;
	color:#fff;
	text-decoration: none;
	transition: all 0.3s;
}
.apply-in .text3-right .regist-btn:hover{
	background: #fff;
	color:#5b5b5b;;
}
.nextstep{	
	text-align: center;
	margin-top:9%!important;
}
.nextstep a{
	display: inline-block;
	color:#fff;
	text-align: center;
	text-decoration: none;
	background:url(/images/nextArrow.png) center bottom 0 no-repeat;
}
/*part6*/
#enable p{
	margin:0;
}
.enable-in{
	width:100%;
	max-width:1200px;
	margin:0 auto;	
	box-sizing: border-box;
}
.enable-in p,.enable-in div{
	color:#fff;
}
.enable-in .text1{	
	text-align: center;
    display: flex;
    justify-content: center;
}
.enable-in .text1-left{	
	white-space: nowrap;
}
.enable-in .text1-left,
.enable-in .text1-right{	
	display: inline-block;
}
.enable-in .text2 p{
	text-align: center;
	line-height: 1.2em;
}
.enable-in .text3{
	display: flex;
	justify-content: center;
}
.enable-in .text3-left,
.enable-in .text3-right{
	display: inline-block;
}
.enable-in .text3-right p:nth-of-type(1){
	margin-bottom: 35px!important;
}
.enable-in .text3-right li{
	letter-spacing: 0;
}
.enable-in .d-box{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.d-box img{
	width: 100%;
}
.enable-in .d-box .d-payme{
	display: block;
	width:32%;
	height:100%;
}
.enable-in .d-box .d-box-right{
	width:35%;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.enable-in .d-box .d-appstore,
.enable-in .d-box .d-play{
	width:100%;
	float:left;
}
/*part7*/
#obtain{
	background:#303260;
}
#obtain p{
	margin:0;
}
.obtain-in{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.obtain-in p,.obtain-in div{
	color:#fff;
}
.obtain-in .text1{
    text-align: center;
    display: flex;
    justify-content: center;
}
.obtain-in .text1-left,
.obtain-in .text1-right{
	display: inline-block;
}
.obtain-process{
	width:100%;
	max-width: 840px;
	margin:0 auto;
	padding-right:4%;
	box-sizing: border-box;
}
.obtain-process li{
	list-style: none;
	display: flex;
    align-items: center;
    border-left:2px solid #fff;
}
.obtain-process li:last-of-type{
	border-left: none!important;
}
.obtain-process li:nth-of-type(3),
.obtain-process li:nth-of-type(4),
.obtain-process li:nth-of-type(8){
    align-items: baseline!important;
} 
.obtain-process li:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}
.obtain-process li div{
	display: flex;
    flex-direction: column;
    align-items: baseline;
} 
.obtain-process li p{
	letter-spacing: 0;
}
.obtain-in .text2 p{
	text-align: center;
}
/*part8*/
#pay-register{
	background:#fcac42;
}
#pay-register p{
	margin:0;
}
.pay-register-in{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-top: 80px;
    padding-bottom: 50px;	
	box-sizing: border-box;
}
.pay-register-in h1,.pay-register-in p{
	color:#282828;
	text-align: center;
}
.pay-register-in h1{
	margin-bottom: 60px;
	font-weight: 400;
}
.pay-register-in p{
	line-height: 1.2em;
}
.register-form{
	width:74%;
	max-width: 475px;
	margin:0 auto;
	margin-top:70px;
}
.register-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance:none;
    outline: none;
    border: none;
}
.register-form input,.register-form textarea{
	border:none;
	outline:none;
}
.register-form input,.register-form select,.register-form textarea{
	display: block;
	width:100%;
	padding:14px 0 14px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	box-sizing: border-box;
	color:#a3a3a3;
	background-color:#fff;
}
.register-form button{
	width:100%;
	padding:14px 0;
	text-align: center;
	background-color:#303260;
	color:#fff;
	font-size: 25px;
	border:none;
	outline:none;
	border-radius: 10px;
	font-family: 'DFDianJing';
    letter-spacing: 0;
}
.register-form textarea{
	color: #a3a3a3;
	font-size: 25px;
	font-family: 'DFDianJing';
    letter-spacing: 0;
}
.header-pics{
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
.header-pics-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pay-intro-in .text4{
	color:#db0011;
	margin-bottom:8%;
}
@media only screen and (min-width: 768px){
	.header-pics{
		margin-bottom: 11%;
	}
	.header-pics >img:nth-of-type(1){
		width: 61%;
	}
	.header-pics-right{
		width: 36%;
	}
	.header-pics-right >img{
		width: 47%;
	}
	.register-form select{
		background:url(/images/selectArrow.jpg) right 16px top 30px no-repeat #fff;
		background-size: 3%;
	}
	.obtain-process li:nth-of-type(5){
		height:310px;
	}
	.obtain-in .text2{
		margin-bottom: 130px;
	}
	.enable-in .text3-right p:nth-of-type(2){
		margin-bottom:60px!important;
	}
	.enable-in .text3{
		margin-bottom: 6%!important;
	}
	.enable-in .text2{
		margin-bottom: 11%!important;
	}
	.obtain-in .text1,.enable-in .text1{
		margin-bottom: 9%!important;
	}
	.process-in .step-box .step-intro img{
		width: 26%;
	}
	.process-in .step-box .step{
	    color: #e71e42;
	    margin-bottom: 20px!important;
	    margin-top:22%!important;
	}
	#obtain{
		padding-top:6.5%;
		padding-bottom: 5%;
	}
	
	#pay-intro{	
		background:url(/images/sky.png) center 0 no-repeat #fff;
		background-size: 100%;
		background-attachment: fixed;
		padding-top: 5%;
	    padding-bottom: 15%;
	}
	.pay-intro-in .text5{
		font-size: 60px;
	}
	.pay-intro-in .line{					
	    margin-top:34px;
	    margin-bottom:30px;
	}
	.pay-intro-in .text4{
		font-size: 90px;
	}
	.pay-intro-in .text3{
		font-size:62px;
		margin-bottom: 30px!important;
	}
	.pay-intro-in .text2{
		margin-bottom: 275px;
	}	
	.pay-intro-in .text2 a{
		padding-left:10px;
	}
	.pay-intro-in .text2 p:nth-of-type(1){
		margin-top:90px!important;
		margin-bottom: 30px!important;
		text-align: left;
	}
	.pay-intro-in .text2 p:nth-of-type(2){				
		text-align: right;
	}
	.pay-intro-in .text2 p:nth-of-type(2) a{
		font-size: 35px;
		margin-left:8.5%
	}
	.pay-intro-in .text2 p:nth-of-type(1) a{
		font-size: 46px;
	}
	.pay-intro-in .text1-right{
		font-size: 90px;
	}
	.pay-intro-in h1{
		font-size: 140px;
		margin:0;
	    margin-bottom: 90px!important;
	    line-height: 1em;
	}
	.pay-intro-in .text1-left{
		font-size: 70px;
	}
	#why-use .pc-text3{
		display: flex;		
	}
	.why-use-in .pc-text3 .text3-right p:nth-of-type(1){
		text-align: right;
	}
	.why-use-in .pc-text3 .text3-left{
		margin-right:0;
		margin-left:56px;
	}
	#why-use .m-text3{
		display: none;
	}
	#why-use{
		background:url(/images/night.png) center bottom no-repeat #494d50;
		background-attachment: fixed;
		background-size:cover;
		padding-top:13%;
	    padding-bottom: 20%;
	}
	.why-use-in .text1,.why-use-in .text2{
		margin-bottom: 10%!important;
	}
	.why-use-in .text3{
		padding-left:8%;
		margin-bottom: 10%!important;
	}
	.why-use-in .text3-left{
		width:18%;
	}
	.why-use-in .text4-left p:nth-of-type(2),
	.why-use-in .text3-right p:nth-of-type(2){
		font-size: 46px;
	}
	.why-use-in .text4-left p:nth-of-type(1),
	.why-use-in .text3-right p:nth-of-type(1){
		font-size: 80px;
		margin-bottom:15px !important;
	}
	.why-use-in .text3-left{
		margin-right:56px;
	}
	.why-use-in .text2{
		font-size: 115px;		
	}
	.why-use-in .text1{
		font-size: 61px;
		text-align: center;
	}
	#how-use{	
		background:url(/images/howuse.png) center 0 no-repeat #474644;
		background-size: cover;
		background-attachment: fixed;
		padding-top:9%;
		padding-bottom: 11.2%;
		box-sizing: border-box;
	}
	.how-use-in ul li{
		width:30%;
		min-height:450px;
		box-sizing: border-box;
	}
	.how-use-in ul li:nth-of-type(1) p:nth-of-type(1){
		font-size: 55px;
		margin-bottom: 80px!important;
	}
	.how-use-in ul li:nth-of-type(1) p:nth-of-type(2){
		font-size:34px;
	}
	.how-use-in ul li:nth-of-type(2) p:nth-of-type(1){
		font-size:55px;
		margin-bottom: 35px!important;
	}
	.how-use-in ul li:nth-of-type(2) p:nth-of-type(2){
		font-size:34px;
		margin-bottom: 60px!important;
	}
	.how-use-in ul li:nth-of-type(2) p:nth-of-type(3){
		font-size:55px;
		margin-bottom:34px!important;
	}
	.how-use-in ul li:nth-of-type(2) p:nth-of-type(4){
		font-size:34px;
	}
	.how-use-in ul li:nth-of-type(3) p:nth-of-type(1){
		font-size:55px;
		margin-bottom: 80px!important;
	}
	.how-use-in ul li:nth-of-type(3) p:nth-of-type(2){
		font-size:34px;
	}
	.how-use-in .text1{
		font-size: 61px;
	}
	#apply{	
		padding-top:5.3%;
		padding-bottom: 3%;
	}
	.apply-in .text1{	
	    margin-bottom: 11%!important;
	}
	.apply-in .text2{	
		margin-bottom: 9%!important;
	}
	.apply-in .text3-right .regist-btn{
		font-size: 62px;
		padding:32px 48px;
		border-radius: 30px;
		white-space: nowrap;
	}
	.nextstep a{
		height: 100px;
		font-size: 75px;
		line-height: 70px;
	}
	#enable{
		padding-top:14%;
		padding-bottom: 5%;
		background:url(/images/boat.png) center bottom 0 no-repeat #474644;
		background-size: cover;
		background-attachment: fixed;
	}
	.enable-in .text3-right li{
		font-size: 43px;
	}
	.enable-in .d-box .d-appstore{
		margin-bottom: 30px;
	}
	.enable-in .text3-left{
		margin-right: 10%;
	}
	.enable-in .text3-right{
		width: 48%;
	}
	.enable-in .text3-right p:nth-of-type(2){
		font-size: 43px;
	}
	.enable-in .text3-right p:nth-of-type(1){
		font-size: 61px;
	}
	.enable-in .text3-left{
		font-size: 356px;
	}
	.obtain-process li:before{
		width:14px;
		height:14px;
		margin-left:-7.5px;
		margin-right:5%;
		margin-top:-30px;
	}
	.obtain-process li >p,.obtain-process li >div{
		margin-top:-30px!important;
	}
	.apply-in .text1,.enable-in .text1,.obtain-in .text1{
		align-items: flex-end;
	}
	.apply-in .text1-right,.enable-in .text1-right,.obtain-in .text1-right{
		font-size: 60px;
	}
	.obtain-process li:nth-of-type(3) div p,
	.obtain-process li:nth-of-type(4) div p,
	.obtain-process li:nth-of-type(8) div p{
	    margin-bottom: 40px!important;
	}
	.obtain-process li{
		padding-bottom: 80px;
	}	
	.obtain-process li p{
		font-size: 43px;
	}	
	.apply-in .text2 p,.enable-in .text2 p,.obtain-in .text2 p{
		font-size: 43px;
	}
	.apply-in .text1-left,.enable-in .text1-left,.obtain-in .text1-left{
		font-size:160px;
		white-space: nowrap;
	}
	.pay-register-in h1{
		font-size:61px;
	}
	.pay-register-in p{
		font-size: 38px;
	}
	.register-form input:-moz-placeholder {
	    /* Mozilla Firefox 4 to 18 */
	    color: #a3a3a3;
	    font-size: 25px;
	}	
	.register-form input::-moz-placeholder {
	    /* Mozilla Firefox 19+ */
	    color:#a3a3a3;
	    font-size: 25px;
	}	
	.register-form input:-ms-input-placeholder {
	    color: #a3a3a3;
	    font-size: 25px;
	}	
	.register-form input::-webkit-input-placeholder {
	    color: #a3a3a3;
	    font-size: 25px;
	}
	.register-form input,.register-form select{
		font-size: 25px;
		font-family: 'DFDianJing';
        letter-spacing: 0;
	}
	.register-form textarea{
		height:170px;
	}
	#process{
		padding-top:7%;
	    padding-bottom: 11%;
	}
	.process-in .process-box .phone{
		width: 23%;
	    margin-right: 8%;
	}
	.process-in .step-box .step-intro{
		font-size: 43px;
	}
	.process-in .step-box .step{
		font-size: 100px;
	}
	
	.process-in .swiper-pagination-bullet{
		width:12px;
		height:12px;
		background:#fff;
		opacity: 1;
	}
	.process-in .swiper-pagination-bullet-active{
		width:18px;
		height:18px;
		background:#e71e42;
		opacity: 1
	}
	.process-in h1{
		font-size: 61px;
	}
}
/*payme结束*/


