@charset "utf-8";
/* CSS Document */

.brand {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
  padding-bottom: 60px;
  float: left;
}
.brand .brandtit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #333;
  margin: 20px auto;
}
.brand .c-pic{
    width: 100%;
}
.brandtit .btit {
  font-size: 24px;
  color: #333;
  line-height: 40px;
}
.brandtit .stit {
  font-size: 14px;
  color: #ccc;
  font-weight: lighter;
  line-height: 36px;
}
.brandtit .intro {
  margin-top: 25px;
  font-size: 16px;
  color: #666;
  font-weight: lighter;
  line-height: 36px;
}
.brandlist {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.brandlist .brandl {
  width: 630px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.brandlist .brandl .int {
  width: 76%;
  position: absolute;
  left: 12%;
  top: 40%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.brandlist .brandr {
  width: 630px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.brandlist .brandr .int {
  width: 76%;
  position: absolute;
  left: 12%;
  top: 40%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.brandlist .brandb {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.brandlist .brandb .int {
  width: 56%;
  position: absolute;
  left: 22%;
  top: 40%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.phide {
  display: none;
}
.policy {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.policy .policytit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
  color: #fff;
}
.policytit .btit {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}
.policytit .stit {
  font-size: 14px;
  color: #ccc;
  font-weight: lighter;
  line-height: 36px;
}
.policy .policylist {
  width: 100%;
  overflow: hidden;
  margin: 50px 20px 20px 20px;
  text-align: center;
}
.policy .policylist .policy-content {
  width: 80%;
  height: 350px;
}
.policy .policylist .policy-content .policy-content-left {
  width: 600px;
  height: 100%;
  background-color: #d72952;
}
.policy .policylist .policy-content .policy-content-left .intro {
  width: 100%;
  color: #fff;
}
.policy .policylist .policy-content .policy-content-left .intro .tit {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 15px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.policy .policylist .policy-content .policy-content-left .intro .plist {
  font-size: 16px;
}
.policy .policylist .policy-content .policy-content-left .intro .plist .item {
  margin: 5px 10px;
}
.policy .policylist .policy-content .policy-content-right {
  width: 450px;
  height: 100%;
  margin-left: 30px;
}
.policy .policylist .policy-content .policy-content-right .pmenu {
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.policy .policylist .policy-content .policy-content-right .pmenu-item {
  margin: 5px 10px;
  width: 100%;
  height: 40px;
}
.policy .policylist .policy-content .policy-content-right .active {
  background: url(../image/join/pmenu-bg.png) repeat-y center center;
  color: #fff;
}
.policy .policylist .policyclass {
  width: 300px;
  height: 330px;
  float: left;
  margin: 0px 10px;
  background: #fff;
}
.policy .policylist .policyclass .policycen {
  width: 260px;
  margin: auto;
  overflow: hidden;
}
.policy .policylist .policyclass .policycen .num {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 46px;
  color: #5c1690;
  line-height: 40px;
  font-weight: bold;
  padding: 30px 0px 30px 0px;
  border-bottom: 1px solid #eee;
}
.policy .policylist .policyclass .policycen .num span {
  font-size: 20px;
  color: #333;
  font-weight: lighter;
}
.policy .policylist .policyclass .policycen .con {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 25px 0px;
  font-weight: lighter;
  line-height: 22px;
}
.policy .select {
  width: 78px;
  height: 16px;
  margin: auto;
}
.policy .select p {
  width: 16px;
  height: 16px;
  background: #eee;
  border-radius: 16px;
  margin: 5px;
  float: left;
}
.policy .select p:nth-of-type(1) {
  background: #5c1690;
}
.policy .select p:hover {
  cursor: pointer;
}

/*专卖店形象*/
.store {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.store .storetit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  margin-top: 80px;
}
.storetit .btit {
  font-size: 24px;
  line-height: 40px;
}
.storetit .stit {
  font-size: 14px;
  color: #ccc;
  font-weight: lighter;
  line-height: 36px;
}
.storetit .intro {
  font-size: 16px;
  color: #666;
  font-weight: lighter;
  line-height: 36px;
}
.Box {
  position: relative;
  margin-top: 35px;
}
.Box .content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.Box h2 {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 250px;
}
.Box .Box_con {
  position: relative;
}
.Box .Box_con .btnl {
  position: absolute;
}
.Box .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 320px;
  cursor: pointer;
}
.Box .Box_con .prev {
  background: url(../image/jtl02.png) no-repeat center;
  left: 3%;
}
.Box .Box_con .next {
  background: url(../image/jtr02.png) no-repeat center;
  right: 3%;
}
.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}
.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}
.Box .Box_con .conbox ul li {
  float: left;
  overflow: hidden;
}

.Box .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}
.Box .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.Box .BoxSwitch span.cur {
  background: #5c1690;
}
/*专卖店形象*/

/*十八大核心技术*/
.pro_core {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pro_core .pro_coretit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  margin-top: 80px;
  color: #333;
}

.pro_coretit .btit {
  font-size: 30px;
  color: #333;
  line-height: 40px;
}
.pro_coretit .stit {
  font-size: 18px;
  color: #666;
  font-weight: lighter;
  line-height: 36px;
}
.madegame {
  width: 100%;
  overflow: hidden;
  height: 362px;
  margin-top: 50px;
}
#ho {
  position: relative !important;
}
#ho li {
  float: left;
  width: 230px;
  position: relative;
  margin-right: 30px;
  height: 240px;
}
#ho li .step {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
#ho li .step p:nth-of-type(1) {
  font-size: 16px;
  color: #333;
  text-align: left;
  margin-top: 18px;
  font-weight: lighter;
  line-height: 28px;
}
#ho li .step p:nth-of-type(2) {
  font-size: 16px;
  color: #555;
  text-align: center;
}
.madegame .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: 1248px;
  height: 35px;
  background: url(../image/hui.png) repeat-x center;
  position: relative;
  overflow: visible;
}
.madegame .mCSB_scrollTools .mCSB_draggerContainer {
  width: 100%;
  height: 35px;
}
.madegame .mCSB_scrollTools.mCSB_scrollTools_horizontal:before {
  position: absolute;
  left: -16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: '';
  border: 1px solid #e39791;
  margin-top: -5px;
}
.madegame .mCSB_scrollTools.mCSB_scrollTools_horizontal:after {
  position: absolute;
  right: -16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  content: '';
  border: 1px solid #e39791;
  margin-top: -5px;
}
.madegame .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0px;
}
.madegame
  .mCS-light-2.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: url(../image/bg_pro-scroll_on.png) no-repeat center;
  width: 65px;
  height: 35px;
}
.madegame .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: none;
}
#ho li .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../image/black.png) repeat;
  display: none;
}
#ho li .layer-content {
  width: 392px;
  height: 289px;
  position: relative;
  margin: 10px auto;
  overflow: hidden;
}
#ho li .layer-content span {
  display: block;
  background: #fff;
  position: absolute;
}
#ho li .layer-content span.x-line {
  width: 0;
  height: 1px;
}
#ho li .layer-content span.y-line {
  height: 0;
  width: 1px;
}
#ho li .layer-content span.x-top {
  top: 0px;
  right: 0%;
}
#ho li .layer-content span.x-bottom {
  bottom: 0px;
  left: 0%;
}
#ho li .layer-content span.y-left {
  left: 0px;
  top: 0%;
}
#ho li .layer-content span.y-right {
  right: 0px;
  bottom: 0%;
}
#ho li .layer-content h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 80px;
}
#ho li .layer-content p {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}
/*十八大核心技术*/

/*加盟要求*/
.conditions {
  width: 100%;
  max-width: 1920px;
  margin-top: 30px;
}
.conditions .clist {
  width: 80%;
  padding: 10px 30px;
}
.conditions .clist .citems {
}
.conditions .clist .citem {
  width: 450px;
  height: 100px;
}
.conditions .clist .citem .cicon {
  width: 70px;
  padding: 10px 10px;
  margin-right: 20px;
}
.conditions .clist .citem .cinfo {
  font-size: 16px;
  color: #666;
}
/*加入流程*/
.process {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 60px;
}
.process .processtit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  margin-top: 80px;
  color: #333;
}
.processtit .btit {
  font-size: 24px;
  color: #333;
  line-height: 40px;
}
.processtit .stit {
  font-size: 14px;
  color: #ccc;
  font-weight: lighter;
  line-height: 36px;
}
.process .processcon {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.process .processcon .processtop {
  width: 1280px;
  margin: auto;
  overflow: hidden;
}
.process .processcon .processlist {
  width: 240px;
  height: auto;
  overflow: hidden;
  background: #fff;
  float: left;
  margin: 10px 90px 10px 10px;
  padding-bottom: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.process .processcon .processlist:nth-last-child(1) {
  margin-right: 10px;
}
.process .processcon .processlist .num {
  width: 72%;
  margin: auto;
  font-size: 44px;
  color: #333;
  padding: 25px 0px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.process .processcon .processlist .con {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 22px;
  padding: 30px 0px;
  text-align: center;
}
.process .processcon .processbottom {
  width: 940px;
  height: auto;
  margin: auto;
  overflow: hidden;
}
/*加入流程*/

/*申请加入*/
.joinus {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.joinus .joinus_tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  margin-top: 80px;
  color: #333;
}
.joinus .joinus_tit span {
  color: #333;
  font-size: 18px;
  font-weight: lighter;
}
.joinus_tit .btit {
  font-size: 24px;
  color: #333;
  line-height: 40px;
}
.joinus_tit .stit {
  font-size: 14px;
  color: #ccc;
  font-weight: lighter;
  line-height: 36px;
}

.join_sec8_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
.join_sec8_box form {
  text-align: center;
}
.join_sec8_table {
  text-align: left;
}
.join_sec8_table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333;
}
.join_sec8_table tbody tr td {
  width: 25%;
  padding: 20px 10px 20px 2.5% !important;
}
.join_sec8_table tbody tr:nth-child(even) {
  background-color: #fff;
  font-size: 14px;
  color: #999;
}
.join_sec8_box .submit {
  background-color: #5c1690;
  width: 150px;
  color: white;
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  display: block;
  margin: 10px auto;
}
.join_sec8_table tbody tr td input[type='text'] {
  border: none;
  width: 100%;
  color: #999;
}
.join_sec8_box form textarea {
  border: none;
  width: 100%;
  height: 120px;
  color: #999;
  outline: none;
  resize: none;
}
/*申请加入*/
