@charset "utf-8";

body {
    color: #333333;
    font-family: Arial, "Microsoft Yahei", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
}

.toubu2 {
    color: #ff8100 !important;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

li {
    list-style: none;
}
.list .list-number a:hover {
    color: #f08300;
}
h3 {
    margin: 0;
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #bfbfbf;
    background: url("../img/sign.png") no-repeat 0 0;
}

h4 {
    margin: 0;
    font-size: 20px;
    padding-left: 15px;
    background: url("../img/sign.png") no-repeat 0 -2px;
    margin-top: 56px;
}

h6 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    margin: 0;
}

.p-48 {
    padding-top: 48px;
    padding-bottom: 48px;
    background: url("../img/sign.png") no-repeat 0 46px;
}

.m-46 {
    margin-top: 46px;
    margin-bottom: 54px;
}

ul {
    padding-left: 0;
}

.title-h2 {
    font-size: 36px;
    margin-top: 56px;
    margin-bottom: 20px;
    color: #333333;
}

.title-d {
    width: 48px;
    height: 4px;
    display: block;
    margin: 0 auto;
    background: #ef8201;
    border-radius: 20px;
}

.center {
   /*  margin-top: 60px; */
}

.center .row {
    padding: 0;
}

.center .row .c-right .introduce .text p {
    line-height: 38px;
    margin: 0;
}

.center .row .c-right .introduce .text p span {
    font-size: 18px;
}

.center .row .c-right .introduce img {
    width: 100%;
}
.direction ul li a:hover{
	 color: #f08300;
}
.center .row .c-right .introduce .row1 {
    padding-top: 22px !important;
}

.center .row .c-right .introduce h3 {
    padding-top: 0;
    background: url("../img/sign.png") no-repeat 0 0;
}

.center .row .c-right .introduce .row {
    padding-top: 28px;
    /* padding-bottom: 52px; */
}

.center .row .c-right .introduce .row2 {
    padding-top: 0;
}

.center .row .c-right .verification {
    padding: 30px 60px;
    border: 1px solid #eeeeee;
    margin-bottom: 80px;
}

.center .row .c-right .verification label {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 400;
}

.center .row .c-right .verification input {
    height: 28px;
    width: 80%;

}

.center .row .c-right .verification .demandd label {
    margin-bottom: 0;
}

.center .row .c-right .verification input[placeholder] {
    padding-left: 5px;
    font-size:14px;
}

.sec1 {
    color: #777777 !important;
}

.center .row .verification .demandd input {
    width: 88.5%;
    height: 108px;
}

.center .row .verification .region select {
    width: 63%;
    font-size: 14px;
    height: 28px;
}

.center .row .verification .address input {
    width: 88.5%;
}

.center .row .verification .verification-code .bt1 {
    height: 28px;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding-left: 7px;
    padding-right: 7px;
}

.center .row .verification .verification-code input {
    margin-left: 25px;
    width: 10%;
}

.center .row .verification .verification-code .picture {
    height: 28px;
    border: 1px solid #e5e5e5;
    width: 10%;
    margin-left: 20px;
}

.center .row .verification .verification-code .bt2 {
    height: 28px;
    background: #f08300;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-left: 20px;
    border: none;
}

.center .row .verification .row, .center .row .c-right .verification .verification-code {
    margin-bottom: 20px;
}

.center .row .verification .btn3 {
    width: 152px;
    font-size: 16px;
    padding: 12px 60px;
    background: #f08300;
    border-radius: 40px;
    /*margin: 0 auto;*/
    color: #fff;
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
    border: none;
}

.center .row .verification p span {
    color: #e31111;
}

/*侧滑导航 开始*/

.center .accordion {
    width: 100%;
    max-width: 200px;
    background: #FFF;
}

.center .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 40px;
    color: #777777;
    font-size: 18px;
    background: #e9e9e9;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.center .accordion li:last-child .link {
    border-bottom: 0;
}

.center .accordion li {
    cursor: pointer;
}

.center .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.center .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.center .accordion li.open .link {
    color: #fff;
    background: #f08300;
}

.center .accordion li.open i {
    color: #fff;
}

.center .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.center .submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.center .submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    padding-left: 62px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.center .submenu a:hover, .submenu li.current a {
    color: #f08300;
}

.number1 .app2 img {
    display: block;
    width: 125px;
    margin: 0 auto;
}

.number1 .app2 {
    margin-top: 40px;
    margin-bottom: 20px;
    background: url("../img/yun.jpg") no-repeat center center;
}

.number1 .app2 h6 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 70px;
    padding-top: 20px;
}

/*.number1 p {*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*height: 68px;*/
/*}*/

.p-3 {

    padding: 30px !important;
    border: 1px solid #dcdcdc;
    margin: 0;
    /*margin-top: 70px;*/
}

.direction ul {
    padding-top: 0;
}

.direction ul li {
    margin-top: 26px;
     overflow:hidden;
 	text-overflow:ellipsis;
 	white-space:nowrap;
}

.direction ul li:first-of-type {
    margin-top: 0;
}

.direction ul li:last-of-type {
    margin-bottom: 0px;
}

.direction ul li a {
    color: #555555;
    font-size: 16px;
}

.direction p {
    font-size: 18px;
    margin-bottom: 10px;
    border: none;
}

.direction img {
    width: 100%;
    margin-top: 20px;
}

/*侧滑导航 开始*/

.friendship .micro-blog {
    margin-top: 52px;
}

.friendship .micro-blog a {
    margin-left: 0;
}

.tail {
    font-size: 12px;
    color: #cecece;
    line-height: 40px;
    border-top: 1px solid #434343;
    margin-bottom: 0;
}

.menu {
    display: none;
    width: 200px;
}

.a3 {
    width: 100%;
}

#code3 {
    width: 92%;
}

.verification {
    margin-top: 54px;
}

.a8 {
    margin-bottom: 28px;
}

.pp {
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding: 50px 80px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 64px;
    line-height: 30px;

}

.af {
    color: #fff;
}

.a7 {
    color: #777777;
}

.a7:hover {
    color: #777777;
}



@media screen and (max-width: 768px) {
    .a5 {
        margin-top: 20px;
    }

    .a4 {
        width: 89% !important;
    }

    .a2 {
        margin-top: 20px;
    }

    .a6 {
        margin-top: 20px;
    }

    .center .row .c-right .introduce img {
        margin-bottom: 20px;
    }

    .direction {
        margin-top: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .a5 {
        margin-top: 20px;
    }

    .a4 {
        width: 89% !important;
    }

    .a2 {
        margin-top: 20px;
    }

    .a1 {
        height: 216px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .direction ul li a {
        width: 281px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        /*float: right;*/
    }

    .direction p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 300px;
    }

    .direction {
        margin-top: 24px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .a5 {
        margin-top: 20px;
    }

    .a4 {
        width: 89% !important;
    }
}
.direction ul li a:hover{
	color:#f08300!important;
}
/*footer end*/
h2 {
    font-size: 28px;
    margin-top: 70px;
    margin-bottom: 22px;
}

.decoration {
    width: 48px;
    height: 4px;
    display: block;
    margin: 0 auto;
    background: #ef8201;
    border-radius: 20px;
    margin-bottom: 62px;
}

.introduce .row1 .number {
    width: 112px;
    height: 112px;
    background: #f08300;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    /*cursor: pointer;*/
}

.introduce .row1 {
    margin-bottom: 20px;
    padding-left: 0;
}


.introduce .row1 p {
    font-size: 22px;
    line-height: 60px;
    margin-bottom: 0;
}

.introduce .row1 .number i {
    width: 100%; 
    font-size: 62px;
    line-height: 112px;
    text-align: center;
    margin: 0 auto;
}
.xuanzhuan-c {
    border: 1px solid #e9e9e9;
    padding: 80px 0;
}

.xuanzhuan-c h4 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
    background:none;
    padding:0
}

.xz-t {
    width: 100px;
    height: 100px;
    background: #999999;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}

.xz-t i {
    width: 100%;
    font-size: 42px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
}

.xiaoguo {
    width: 100%;
    height: 360px;
    cursor: pointer;
    /*perspective: 500px;*/
    /*-webkit-perspective: 500px;*/
}

.xiaoguo .xgg {
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: 0.25s;
    -webkit-transition: 0.25s;
}

.xiaoguo:hover .xgg {
    transform: rotateX(-90deg);
}

.xuanzhuan-c {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 50px;
    font-size: 17pt;
    text-align: center;
    text-transform: uppercase;
}

.xuanzhuan-c:nth-child(1) {
    /*background: red;*/
    color: #fff;
    transform: translate3d(0, 0, 180px);
    -webkit-transform: translate3d(0, 0, 180px);
}

.xuanzhuan-c:nth-child(2) {
    padding: 40px 0;
}

.xuanzhuan-c:nth-child(2) h4 {
     margin: 60px 0 40px 0;
   	background:none;
   	 padding:0
}

.xuanzhuan-c:nth-child(2) p {
    padding: 0px 10%;
    font-size: 14px;
    color: #333;
    line-height: 2;
    text-align: left;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;
}

.xuanzhuan-c:nth-child(2) a {
    width: 127px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    /*padding: 10px 34px;*/
    background: #f08300;
    border-radius: 40px;
    margin-top: 20px;
    color: #fff;
    transition: all .5s;
}

.xuanzhuan-c:nth-child(2) a:hover {
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;

    /*-moz-box-shadow: 2px 2px 5px #333333;*/
    /*-webkit-box-shadow: 2px 2px 5px #333333;*/
    /*box-shadow: 2px 2px 5px #333333;*/
}

.xuanzhuan-c:nth-child(2) {
    color: #094b2c;
    /*background: orange;*/
    transform: rotateX(90deg) translate3d(0, 0, 180px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 180px);
}
.fww{
	color:red;
}
.xuanzhuan .col-lg-4{
	margin-bottom:30px
}
.mianbao{
	margin-top:10px
}
.mianbao a{
	color:#333;
	padding: 0 10px;
}
