@charset "UTF-8";
#wrapper {
    width: 100%;
    background-color: #f7f7f7;
    float: left;
}


/*banner上的浮动搜索框*/

.class_100 {
    width: 65%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15%;
    text-align: center;
}

.wenbenkuang {
    border: 1px solid #B7B7B7;
}

.seach {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.register-select {
    background-color: #fff;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    z-index: 99;
    border: 1px solid #ccc;
    cursor: default;
    overflow-y: hidden;
}

.rsk {
    background-color: #fff;
    width: 80%;
    height: auto;
    margin: 0 auto;
    z-index: 99;
    border: 1px solid #ccc;
    cursor: default;
}

.register-select:hover {
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 0, .5);
    border: 0;
}

.rsk:hover {
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 0, .5);
    border: 0;
}


/*.register-select img{
	height: 80px;
	float: left;
	margin: 10px 20px;
}*/

.register-select p {
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
    /*color: #f00;*/
    margin-right: 20px;
    float: left;
}

.rsk p {
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
    /*color: #f00;*/
    margin-right: 20px;
    float: left;
}


/*.select-reg{
	width: 150px;
	height: 50px;
	background-color: #f00;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-left: 1px solid #f00;
	margin: 25px 0 25px 40px;
	font-size: 14px;
	color: #fff;
	float: left;
}*/

.percent20 {
    width: 30%;
    float: left;
}

.percent20 img {
    width: 20%;
    min-width: 30px;
    float: left;
    margin: 10px 20px;
}

.percent20 b {
    color: #f00;
    font-size: 22px;
    font-weight: bold;
}

.percent80 {
    width: 70%;
    padding-right: 20px;
    float: left;
}

.seach-in {
    width: 100%;
    height: 50px;
    margin: 25px 0;
    float: right;
    border: 1px solid #f00;
    border-radius: 20px;
    overflow: hidden;
}

.register-select input {
    width: 65%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
    margin: 4px 0;
    padding-left: 10px;
    float: left;
    border-radius: 20px;
}

.rsk input {
    width: 65%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
    margin: 4px 0;
    padding-left: 10px;
    float: left;
    border-radius: 20px;
}

.anniuse input {
    width: 65%;
    height: 40px;
    line-height: 40px;
    background-color: #FF0004;
    font-size: 14px;
    margin: 4px 0;
    padding-left: 10px;
    float: left;
    border-radius: 20px;
}

.select-free {
    width: 35%;
    height: 48px;
    background-color: #f00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
}


/*商标注册套餐*/

.register-meal {
    width: 100%;
    float: left;
}

.set-meal {
    width: 100%;
    float: left;
}

.meal-half {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.meal-con {
    width: 32%;
    margin-right: 2%;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    cursor: default;
    float: left;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.meal-con:hover {
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    margin-top: 0;
}

.meal-half .meal-con:last-child {
    margin-right: 0;
    float: right;
}

.meal-h {
    width: 100%;
    float: left;
    padding: 15px 20px;
    /*background: -moz-linear-gradient(top, #ff3000 0%, #fd7e01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3000), color-stop(100%,#fd7e01));
    background: -webkit-linear-gradient(top, #ff3000 0%,#fd7e01 100%);
    background: -o-linear-gradient(top, #ff3000 0%,#fd7e01 100%);
    background: -ms-linear-gradient(top, #ff3000 0%,#fd7e01 100%);
    background: linear-gradient(to bottom, #ff3000 0%,#fd7e01 100%);*/
}

.meal-tit {
    width: 100%;
    float: left;
}

.red {
    background-color: #f00;
}

.orange {
    background-color: #f80;
}

.yellow {
    background-color: #feb402;
}

.blue {
    background-color: blue;
}

.green {
    background-color: #09c500;
}

.blue-green {
    background-color: #02c36f;
}

.meal-img {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.meal-imgs {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.meal-imgs p {
    font-size: 18px;
    margin-bottom: 10px;
}

.meal-img li {
    width: 32%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 2%;
    float: left;
}

.meal-img li:last-child {
    margin-right: 0;
}

.meal-img li img {
    width: 100%;
    /*height: 45px;*/
    float: left;
}

.meal-tit img {
    width: 50px;
}

.meal-tit h3 {
    font-size: 24px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    color: #fff;
}

.meal-tit hr {
    width: 100px;
    height: 3px;
    background-color: #fff;
    border: none;
    color: #fff;
}

.meal-word {
    width: 100%;
    text-align: center;
    /*background: url(../img/r.png) no-repeat 50% 0;*/
    /*margin-top: 10px;*/
    padding: 15px 0 10px 0;
    border-bottom: 1px dashed #ccc;
    float: left;
}

.meal-word span {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 16px;
}

.meal-word b {
    /*font-size: 32px;*/
    color: #f00;
}

.meal-word s {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.meal-p {
    width: 100%;
    float: left;
    padding: 0 20px 30px 20px;
}

.meal-flow {
    width: 100%;
    line-height: 30px;
    min-height: 170px;
    padding: 15px 10px;
    /*color: #999;*/
    font-size: 14px;
    float: left;
    text-align: left;
}

.meal-flow span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    background-color: #999;
    margin: 10px 10px 0 0;
}

.meal-half-btn {
    width: 100%;
    float: left;
}

.meal-p button {
    width: 48%;
    height: 40px;
    background-color: #f00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.meal-con button a {
    color: #fff;
}

.meal-con button:hover {
    background-color: #a00;
}


/*滚动条*/

.register-tip {
    width: 100%;
    float: left;
    background: url(../img/qiang.jpg) no-repeat center;
    /*background: -moz-linear-gradient(right, #fd4800 0%, #ffaa24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd4800), color-stop(100%,#ffaa24));
    background: -webkit-linear-gradient(right, #fd4800 0%,#ffaa24 100%);
    background: -o-linear-gradient(right, #fd4800 0%,#ffaa24 100%);
    background: -ms-linear-gradient(right, #fd4800 0%,#ffaa24 100%);
    background: linear-gradient(to left, #fd4800 0%,#ffaa24 100%);
	background-size: 100% auto;
	margin-top: 20px;*/
}

.register-tip1 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.register-tip1 img {
    width: 100%;
}

.tips {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.tips-top {
    font-size: 18px;
    margin-left: 30px;
    padding-top: 10px;
    width: 136px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-weight: 600;
    float: left;
}

.tip-demo {
    margin-top: 18px;
    width: 780px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    overflow: hidden;
    color: #333;
    float: left;
}

.demo-tip {
    padding-left: 10px;
    height: 28px;
    float: left;
    overflow: hidden;
}

.demo-tip li {
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

.tips-bottom {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.tips-bottom b {
    font-size: 20px;
    line-height: 55px;
    padding-left: 110px;
    color: #636262;
    font-style: italic;
    float: left;
}

.tips-bottom .dj {
    float: right;
    display: block;
    width: 145px;
    height: 40px;
    margin-right: 70px;
}

.digits,
.digits2 {
    display: inline-block;
    margin-top: 12px;
    float: right;
    padding-left: 10px;
    line-height: 1;
}


/*商标注册流程*/

.register-flow {
    width: 100%;
    float: left;
    background-color: #fff;
}

.flow {
    width: 100%;
    float: left;
}

.flow-title {
    text-align: center;
    margin: 30px 0;
    cursor: default;
}


.flow-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #f00;
    margin-bottom: 18px;
}

.flow-title p {
    font-size: 14px;
}

.flow-con {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.flow-tubiao li {
    width: 25%;
    text-align: center;
    float: left;
}

.fl2 {
    display: none;
}

.flow-tubiao li img {
    width: 40%;
    margin: 0 30%;
}

.flow-tubiao li h3 {
    font-size: 24px;
    line-height: 50px;
}

.flow-tubiao li p {
    height: 60px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.flow-fa {
    width: 50%;
    margin: 0 25%;
    display: none;
}

.flow-fa hr {
    height: 3px;
    border: none;
    background-color: #f00;
    margin: 0;
    padding: 0;
}

.flow-fa .fa-sort-desc {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.flow-tubiao .active .flowli {
    border: 1px solid #f00;
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
}


/*.flow-tubiao li:hover .flowli1,.flow-tubiao li:hover .fa1 hr{
	background-color: #2dacb6;
}
.flow-tubiao li:hover .flowli2,.flow-tubiao li:hover .fa2 hr{
	background-color: #ff8801;
}
.flow-tubiao li:hover .flowli3,.flow-tubiao li:hover .fa3 hr{
	background-color: #f7a729;
}
.flow-tubiao li:hover .flowli4,.flow-tubiao li:hover .fa4 hr{
	background-color: #e36156;
}*/

.flow-tubiao .active {
    margin-bottom: 10px;
}

.flow-tubiao .active .flowli {
    padding: 20px 0;
    margin-bottom: 20px;
}


/*.flow-tubiao .active .fl2{
	display: block;
}
.flow-tubiao .active .fl1{
	display: none;
}*/

.flow-tubiao .active .flow-fa {
    display: block;
}


/*.flow-tubiao .active h3,.flow-tubiao .active p{
	color: #fff;
}*/

.flow-word {
    width: 100%;
    float: left;
}

.flow-word li {
    padding: 30px 0;
    /*background-color: #fd4040;*/
    border: 1px solid #f00;
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    float: left;
    display: none;
}

.flow-zuo {
    width: 62.5%;
    float: left;
}

.flow-zuo h4,
.flow-you h4 {
    float: left;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.flow-zuo h4 {
    width: 100%;
}

.zuo-con {
    width: 33.3%;
    padding: 20px 30px;
    border-right: 1px dashed #f00;
    float: left;
    text-align: center;
}

.zuo-con img {
    height: 50px;
}

.zuo-con p {
    line-height: 30px;
    margin: 10px 0 20px 0;
    font-size: 14px;
    color: #666;
}

.zuo-con a {
    padding: 5px 20px;
    border: 1px solid #f00;
    color: #f00;
    border-radius: 10px;
}

.zuo-con a:hover {
    background-color: #f00;
    color: #fff;
}

.flow-you {
    width: 37.5%;
    padding: 0 30px;
    float: left;
}

.flow-you h4 {
    width: 100%;
}

.flow-you p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.flow-word .show {
    display: block;
}


/*新加的流程部分*/

.addFlow-con {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.addFlow-conLeft {
    width: 40%;
    float: left;
    background-color: #ebebeb;
}

.addFlow-conLeft li {
    width: 100%;
    line-height: 80px;
    float: left;
    padding: 0 13%;
}

.addFlow-conLeft .active1 {
    background-color: #e70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    height: 82px;
    width: 104%;
    position: relative;
    left: -2%;
    top: -2px;
}

.addf2 {
    display: none;
}

.addFlow-conLeft img {
    height: 50px;
    margin: 15px 2% 15px 0;
    float: left;
}

.active1 .addf1 {
    display: none;
}

.active1 .addf2 {
    display: block;
}

.active1 p {
    color: #fff;
}

.addFlow-conLeft p {
    float: left;
    vertical-align: middle;
    font-size: 16px;
}

.addFlow-conRight {
    width: 60%;
    padding: 30px 3%;
    height: 481px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    text-align: center;
}

.addFlow-conRight h3 {
    font-size: 18px;
}

.addFlow-div {
    display: none;
}

.addFlow-div h3 {
    font-size: 24px;
    padding-top: 60px;
}

.addFlow-div ul {
    width: 100%;
    height: 280px;
    overflow: hidden;
    list-style-type: disc;
    padding: 30px 15%;
    text-align: left;
    float: left;
}

.addFlow-div li {
    width: 100%;
    list-style-type: square;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.addFlow-btn button {
    width: 20%;
    height: 40px;
    background-color: #f00;
    border: 1px solid #a00;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    float: right;
}

.addFlow-btn button:hover {
    background-color: #a00;
}


/*注册商标有什么好处*/

.register-why,
.addwhy {
    width: 100%;
    float: left;
}

.addwhy li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    padding: 15px;
    box-shadow: 0 0 5px rgba(255, 0, 0, .6);
}

.addwhy li:hover {
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
}

.addwhy li:last-child {
    margin-right: 0;
}

.addwhy-img {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}

.addwhy img {
    width: 100%;
    float: left;
}

.addwhy-word {
    width: 100%;
    padding-bottom: 20px;
    float: left;
}

.addwhy-tit {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    float: left;
}

.addwhy-pic {
    width: 25%;
    padding-right: 5%;
    float: left;
}

.addwhy-tit img {
    width: 50px;
}

.addwhy-h {
    width: 75%;
    float: right;
}

.addwhy-h h3 {
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
}

.addwhy-h p {
    width: 100%;
    font-size: 14px;
}

.addwhy-p {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.addwhy-p p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    min-height: 90px;
    text-align: center;
}

.addwhy-btn {
    padding: 20px 0 0 0;
}

.addwhy-btn button {
    width: 46%;
    font-size: 12px;
}

.addwhy-btn button:hover {
    background-color: #a00;
}

.addwhy-top {
    width: 100%;
    float: left;
    margin-top: 20px;
}


/*客户评价*/

.kehu {
    width: 100%;
    float: left;
}

.kehu-con {
    margin-top: 20px;
    height: 398px;
    overflow: hidden;
    position: relative;
}

.kehu-con ul {
    position: absolute;
    top: 0;
    left: 0;
}

.kehu-con li {
    width: 240px;
    float: left;
}

.kehu-con img {
    width: 224px;
    margin-right: 20px;
    float: left;
}


/*商标注册疑难问题*/

.register-problem,
.problem,
.problem-left {
    width: 100%;
    float: left;
}

.problem-nav {
    width: 100%;
    height: 50px;
    background-color: #f00;
    text-align: center;
}

.problem-nav li {
    width: 25%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    cursor: pointer;
}

.problem-nav li h3 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin: 13px 0;
    color: #fff;
    border-right: 1px solid #ebebeb;
}

.problem-nav li .li-border {
    border-right: 0;
}

.problem-nav .tit {
    background-color: #fff;
    border-top: 2px solid #f00;
    border-left: 1px solid #a00;
    border-right: 1px solid #a00;
    border-bottom: 1px solid #ebebeb;
}

.problem-nav .tit h3 {
    color: #f00;
    border-right: none;
}

.problem-con {
    width: 100%;
    float: left;
    background-color: #fff;
    display: none;
}

.show {
    display: block;
}

.problem-deep {
    width: 25%;
    background-color: #fff;
    float: left;
}

.problem-deep-con {
    margin: 80px 20px;
    text-align: center;
    cursor: default;
    float: left;
}

.wenti-img {
    width: 100%;
    float: left;
}

.problem-deep-con h3,
.apply h3 {
    width: 100%;
    font-size: 18px;
    margin: 15px 0;
    float: left;
}

.problem-deep-con:hover h3 {
    color: #f00;
    cursor: pointer;
}

.problem-deep-con p,
.apply p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.problem-deep-con p:hover,
.apply p:hover {
    color: #666;
    cursor: pointer;
}

.wenti-btn {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.wenti-btn button {
    width: 60%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #f00;
    border-radius: 10px;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wenti-btn button:hover {
    background-color: #a00;
}

.problem-apply {
    width: 75%;
    float: left;
}

.apply {
    width: 50%;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    padding: 20px 2%;
    text-align: center;
    float: left;
    cursor: default;
}

.apply1 {
    border-bottom: 0;
}

.apply:hover h3 {
    color: #f00;
    cursor: pointer;
}


/*register服务优势*/

.register-service {
    width: 100%;
    float: left;
    margin-top: 30px;
    background-color: #fff;
}

.reg-service {
    width: 100%;
    float: left;
}

.reg-service li {
    width: 25%;
    padding: 0 2%;
    margin-bottom: 30px;
    text-align: center;
    cursor: default;
    float: left;
}

.reg-service img {
    width: 100%;
    padding: 0 15%;
    float: left;
}

.reg-service h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 50px;
}

.reg-service p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}


/*register客户*/


/*.register-news{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.reg-new-left{
	width: 495px;
	height: 245px;
	background-color: #fff;
	float: left;
}
.reg-new-left ul{
	margin: 35px 0;
}
.reg-new-left li{
	line-height: 35px;
	padding: 0 35px;
	cursor: pointer;
}
.reg-new-left .li-color{
	background-color: #ccc;
	color: #a00;
}
.reg-new-con,.reg-new-con img{
	width: 405px;
	height: 245px;
	float: left;
}
.reg-new-con img{
	display: none;
}
.reg-new-con .show-img{
	display: block;
}
.reg-new-right{
	width: 300px;
	height: 245px;
	padding: 35px;
	background-color: #000;
	float: left;
}
.reg-new-right p{
	color: #fff;
	font-size: 16px;
	display: none;
}
.reg-new-right .show-p{
	display: block;
}
*/


/*资讯区*/

.register-information {
    width: 100%;
    float: left;
    /*margin-top: 20px;*/
    background-color: #fff;
    padding-bottom: 30px;
}

.information-con li {
    width: 23.5%;
    border: 1px solid #ccc;
    margin-right: 2%;
    float: left;
    margin-top: 10px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.information-con li:hover {
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -o-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    cursor: pointer;
    margin-top: 0;
}

.information-con li:last-child {
    margin-right: 0;
}

.information-con img {
    width: 100%;
}

.information-con p {
    min-height: 160px;
    padding: 20px 15px;
    line-height: 24px;
    color: #999;
}

.information-con a {
    color: #999;
}

.footer {
    width: 100%;
    float: left;
}


/*重新修改的商标注册部分*/

.biaoxi-sb {
    width: 100%;
    height: 670px;
    float: left;
    margin-top: 30px;
    background: url(../img/biaoxi.jpg) no-repeat;
    background-size: 100% auto;
}

.biaoxiLeft {
    width: 400px;
    padding-top: 30px;
    padding-left: 30px;
    float: left;
}

.biaoxiRight {
    width: 400px;
    padding-top: 30px;
    padding-right: 30px;
    float: right;
}

.bxright {
    float: right;
    text-align: right;
}

.biaoxiLeft-tit {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.biaoxiLeft-tit h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

.biaoxiLeft-tit h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.biaoxiLeft-tit p {
    font-size: 14px;
    line-height: 30px;
    color: #eee;
}

.biaoxi-btn {
    width: 100%;
    float: left;
}

.biaoxi-btn button {
    width: 150px;
    height: 40px;
    background-color: #f00;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
}

.bxright button {
    float: right;
}


/*新增的地址部分*/

.problem-nav .add-adressNav li {
    width: 16.66667%;
}

.addBottom {
    width: 100%;
    padding: 20px 5%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    box-shadow: 0 5px 10px rgba(255, 0, 0, .5);
}

.addBottom li {
    display: none;
}

.addBottom .addshow {
    display: block;
}

.addBottom-left {
    width: 40%;
    float: left;
}

.addBottom-left h3 {
    font-size: 24px;
    padding: 20px 0;
    color: #f00;
}

.addBottom-left p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.addBottom-left b {
    color: #f00;
}

.line {
    width: 50%;
    border-bottom: 1px dashed #ccc;
    margin: 15px 0;
}

.addBottom-right {
    width: 60%;
    float: left;
}

.addBottom-right img {
    width: 80%;
    margin-right: 0 10%;
    float: right;
}


/*新增合作伙伴*/

.partners {
    width: 100%;
    float: left;
    margin-top: 30px;
    background: url(../img/partner.jpg) no-repeat;
    padding-bottom: 30px;
}

.partner-ul {
    width: 100%;
    float: left;
}

.partner-ul li {
    width: 18.4%;
    float: left;
    margin-right: 2%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.partner-ul li img {
    width: 100%;
}