@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
label {
    display: block;
}

i,
u {
    font-style: normal;
}

img,
span,
strong,
u,
b,
i,
s {
    display: inline-block;
}

u {
    text-decoration: none;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:visited {
    outline: none;
    text-decoration: none;
}

input[type=text],
input[type=password],
input[type=date],
input[type=month],
input[type=datetime],
input[type=datetime-local] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px;
}

input[type="checkbox"] {
    border-radius: 2px;
}

button {
    border: none;
}

input,
button,
select {
    outline: none;
}

select,
input,
textarea:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
dt,
th {
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
table,
label {
    margin: 0;
}

body {
    font-family: "微软雅黑", "宋体", "Arial", "Verdana", "Helvetica";
}

body {
    max-width: 750px;
    margin: 0px auto;
}

input::-webkit-input-placeholder {
    color: #b4b4b4;
    font-size: 14px;
}

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

.free_editing img {
    max-width: 100%;
    height: auto;
}

.ny-footer-H {
    width: 100%;
    height: 100px;
}

.index-box {
    width: 100%;
    padding: 15px;
}

.topH {
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.bg {
    width: 100%;
    height: 10px;
    background-color: #ececec;
}

.designer-footer-H {
    width: 100%;
    height: 50px;
    display: none;
}

.font-style {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.header-box {
    width: 100%;
    padding: 2px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.header-box .header {
    width: 100%;
    position: relative;
}

.header-box .header-logo {
    width: auto;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.header-box .header-logo a {
    width: auto;
    height: 100%;
}

.header-box .header-logo img {
    width: auto;
    height: 100%;
}

.header-box .header-logo2 {
    width: 100%;
    padding: 2px 0px;
    text-align: center;
    position: relative;
    z-index: 8;
}

.header-box .header-logo2 img {
    width: auto;
    height: 42px;
}

.header-box .header-return {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.header-box .header-return a {
    width: 100%;
    height: 100%;
    background-image: url(../images/return.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.header-box .logo-menu {
    width: 30px;
    height: 100%;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.right-nav-bg {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.right-nav-box {
    width: 180px;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    position: fixed;
    top: 0px;
    right: -100%;
    z-index: 1002;
}

.right-nav-box .nav-close {
    width: 30px;
    height: 30px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: -35px;
}

.right-nav-box .right-nav-con {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: relative;
}

.right-nav-box .right-nav-con .right-nav-title {
    color: #000;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #ededed;
}

.right-nav-box .right-nav-scroll {
    width: 100%;
    height: 90%;
    overflow-y: scroll;
}

.right-nav-box .right-nav-list {
    width: 100%;
    padding: 15px;
}

.right-nav-box .right-nav-list li {
    padding: 6px 0px;
}

.right-nav-box .right-nav-list li:first-child {
    padding-top: 0px;
}

.right-nav-box .right-nav-list li a {
    position: relative;
    padding-left: 40px;
}

.right-nav-box .right-nav-list li .right-nav-icon {
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left center;
}

.right-nav-box .right-nav-list li .right-nav-text {
    color: #434343;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.right-nav-box .right-nav-list li .active {
    border-bottom: 1px solid #e58112;
}

.right-nav-box .right-nav-list li .active .right-nav-text {
    color: #e58112;
}

.right-nav-box .right-nav-operation {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px dashed #ededed;
}

.right-nav-box .right-nav-operation a {
    float: left;
    width: 60px;
    color: #e58112;
    font-size: 12px;
    line-height: 26px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e58112;
}

.right-nav-box .right-nav-operation .login-btn {
    color: #fff;
    margin-right: 15px;
    background-color: #e58112;
}

.banner-box img {
    width: 100%;
}

.banner-box .swiper-pagination {
    bottom: 5px !important;
}

.banner-box .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}

.banner-box .swiper-pagination .swiper-pagination-bullet-active {
    background: #ef9a3b;
}

.index-box1 .index-box1-title {
    color: #494949;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.index-box1 .quoted-box {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
}

.index-box1 .quoted-input {
    width: 100%;
    border: none;
    color: #646463;
    font-size: 14px;
    line-height: 25px;
}

.index-box1 .quoted-left {
    width: 60%;
    float: left;
    padding-left: 24px;
    background-image: url(../images/phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.index-box1 .quoted-right {
    width: auto;
    float: right;
}

.index-box1 .quoted-right .quoted-select {
    direction: rtl;
    background: none;
    padding-right: 20px;
    background-image: url(../images/arrow02.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.index-box1 .quoted-submit {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    line-height: 40px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    background-color: #007ab6;
}

.quoted-popup {
    width: 100%;
    height: 100%;
    display: none;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1004;
}

.quoted-popup .quoted-popup-con {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    top: 50%;
    margin-top: -140px;
}

.quoted-popup .quoted-error-icon {
    width: 80px;
    height: 80px;
    margin: 15px auto 25px;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.quoted-popup .quoted-error-text {
    color: #575757;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.quoted-popup .popup-define-btn {
    color: #fff;
    width: 100px;
    font-size: 18px;
    margin: 0px auto;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #005681;
}

.index-box2 li {
    width: 100%;
    margin-bottom: 15px;
}

.index-box2 .renew-title {
    color: #007ab6;
}

.index-box2 .renew-title2 {
    color: #857982;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 6px;
}

.index-box2 .renew-img {
    width: 100%;
    overflow: hidden;
}

.index-box2 .renew-img img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.effect-title {
    width: 100%;
    margin-bottom: 15px;
}

.effect-title-left {
    width: auto;
    float: left;
    color: #575757;
}

.effect-title-right {
    width: auto;
    float: right;
}

.effect-title-right a {
    color: #858584;
    font-size: 16px;
    line-height: 25px;
    padding-right: 15px;
    background-image: url(../images/arrow03.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.index-box3 .effect-container {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.index-box3 .effect-container .effect-box {
    width: 100%;
    position: relative;
}

.index-box3 .effect-container .effect-img {
    width: 100%;
    overflow: hidden;
}

.index-box3 .effect-container .effect-img img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.index-box3 .effect-container .effect-mask {
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 4;
}

.index-box3 .effect-container .effect-mask p {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-box3 .effect-container .swiper-pagination {
    width: 100%;
    bottom: 15px;
}

.index-box3 .effect-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0px 5px;
    background: #ccc;
}

.index-box3 .effect-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #ef9a3b;
}

.renovation-list {
    margin: 0px -15px;
}

.renovation-list li {
    float: left;
    width: 33.33%;
    padding: 0px 15px;
}

.renovation-list li .renovation-con {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.renovation-list li .renovation-img {
    width: 100%;
    overflow: hidden;
}

.renovation-list li .renovation-img img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.renovation-list li .renovation-mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0px;
    left: 0px;
}

.renovation-list li .renovation-mask span {
    width: 100%;
    height: 100%;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

.renovation-list li .renovation-text {
    height: 23px;
    color: #857982;
    margin-top: 8px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-box5 .comment-title {
    color: #3b4041;
    padding-left: 10px;
    position: relative;
}

.index-box5 .comment-title:before {
    width: 3px;
    height: 70%;
    content: "";
    display: block;
    background-color: #ff9e40;
    position: absolute;
    top: 15%;
    left: 0px;
}

.index-box5 .home-judge-list {
    width: 100%;
}

.index-box5 .home-judge-list dd {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b4b4b4;
}

.index-box5 .home-judge-list dd:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.index-box5 .home-judge-list dd .mem-photo {
    float: left;
    width: 94px;
    height: 94px;
    overflow: hidden;
    border-radius: 50%;
}

.index-box5 .home-judge-list dd .mem-photo img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.index-box5 .home-judge-list dd .mem-title {
    float: right;
    width: calc(100% - 110px);
}

.index-box5 .home-judge-list dd .mem-title h6 {
    color: #333;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
}

.index-box5 .home-judge-list dd .judge-foot {
    width: 100%;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.index-box5 .home-judge-list dd .judge-foot p {
    width: auto;
    float: left;
    margin-right: 10px;
}

.index-box5 .home-judge-list dd .judge-foot span {
    color: #999;
}

.index-box5 .home-judge-list dd .judge-txt .txt {
    width: 100%;
    color: #666;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.index-box5 .home-judge-list dd .judge-txt .pic {
    width: 100%;
    margin-top: 10px;
}

.index-box5 .home-judge-list dd .judge-txt .pic figure {
    margin: 0;
    padding: 0;
}

.index-box5 .home-judge-list dd .judge-txt .pic img {
    width: 100%;
    display: block;
}

.commstar {
    width: 105px;
    height: 21px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: url("../images/star.png") repeat-x scroll 0 -21px transparent;
}

.commstar i {
    width: 20%;
    height: 21px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.commstar .star1 {
    width: 20%;
    z-index: 9;
}

.commstar .star2 {
    width: 40%;
    z-index: 8;
}

.commstar .star3 {
    width: 60%;
    z-index: 7;
}

.commstar .star4 {
    width: 80%;
    z-index: 6;
}

.commstar .star5 {
    width: 100%;
    z-index: 5;
}

.commstar .active {
    background: url("../images/star.png") repeat-x scroll left top transparent;
}

.tp-list {
    margin: 0px -15px;
}

.tp-list li {
    width: 25%;
    float: left;
    position: relative;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.tp-list li .tp-icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 50%;
    background-size: 40px;
    background-color: #e7e7e7;
    background-position: center;
    background-repeat: no-repeat;
}

.tp-list li .tp-arrow {
    width: 10px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: -8px;
    background-image: url(../images/arrow03.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.tp-list li .tp-text {
    color: #7f8386;
    margin-top: 6px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

.footerbox {
    width: 100%;
    background: #ececec;
    padding: 20px 15px;
}

.footerbox .foot-ser {
    width: 100%;
    display: none;
    text-align: center;
    padding-bottom: 10px;
}

.footerbox .foot-ser li {
    width: 35px;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    display: inline-block;
}

.footerbox .foot-ser li span,
.footerbox .foot-ser li img {
    width: 100%;
    display: block;
}

.footerbox .foot-ser li .code {
    width: 100px;
    padding: 5px;
    display: none;
    background: #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -50px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.footerbox .foot-ser li .code i {
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: 2;
    margin-left: -6px;
    transform: rotate(45deg);
}

.footerbox .foot-ser li .code img {
    display: block;
    position: relative;
    z-index: 4;
}

.footerbox .copy {
    width: 100%;
    color: #979797;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.footerbox .support {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.footerbox .support a {
    color: #979797;
    margin-right: 5px;
    display: inline-block;
}

.guide {
    width: 32px;
    height: 32px;
    display: none;
    position: fixed;
    bottom: 110px;
    right: 10px;
    z-index: 98;
}

.guide img {
    width: 100%;
    display: block;
}

.order-list {
    width: 100%;
}

.order-list li {
    opacity: 0;
    width: 80%;
    color: #fff;
    height: 40px;
    font-size: 12px;
    overflow: hidden;
    padding: 0px 12px;
    line-height: 34px;
    border: 3px solid;
    border-radius: 20px;
    background: rgba(13, 72, 101, 0.74);
    border-color: rgba(255, 255, 255, 0.8);
    text-overflow: ellipsis;
    white-space: nowrap;
    position: fixed;
    bottom: 60px;
    left: 2.5%;
    z-index: 8;
}

.designer-footer {
    width: 100%;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
}

.designer-footer a {
    width: 50%;
    float: left;
    color: #fff;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background: #007ab6;
}

.designer-footer a.dis-btn {
    background: #16440b;
}

.designer-footer a span {
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

.designer-footer a span img {
    width: 100%;
    display: block;
}

.ny-footer {
    width: 100%;
    padding: 15px;
    background-color: #8b8b8b;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 998;
}

.ny-footer .ny-footer-left {
    width: 25%;
    float: left;
    color: #fff;
    text-align: center;
}

.ny-footer .ny-footer-left h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}

.ny-footer .ny-footer-left p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3px;
}

.ny-footer .ny-footer-left p span {
    display: block;
}

.ny-footer .ny-footer-right {
    width: 75%;
    float: left;
    padding: 12px 6px;
}

.ny-footer .ny-footer-right .ny-footer-input {
    width: 38%;
    float: left;
    height: 42px;
    display: block;
    color: #393938;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #5a5a5a;
}

.ny-footer .ny-footer-right .ny-footer-select {
    width: 30%;
    padding-right: 15px;
    background-image: url(../images/arrow02.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.ny-footer .ny-footer-right .ny-footer-btn {
    width: 30%;
    float: left;
    color: #fff;
    display: block;
    line-height: 42px;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #007ab6;
}

.free-quote-title {
    width: 100%;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    background-color: #525252;
}

.free-quote-form {
    width: 100%;
    padding: 40px 20px;
}

.free-quote-form .free-quote-phone {
    width: 100%;
    float: none;
    background-image: url(../images/phone02.png);
}

.free-quote-form .free-quote-phone .free-quote-txt {
    float: left;
    width: auto;
    color: #727272;
    margin-right: 8px;
    font-size: 14px;
    line-height: 25px;
}

.free-quote-form .free-quote-phone .quoted-input {
    float: left;
    width: auto;
    background: none;
}

.free-quote-form .quoted-submit {
    background-color: #007ab6;
}

.free-quote-form .free-quote-subtitle {
    color: #525252;
    margin-top: 25px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.free-quote-form .free-quote-list {
    margin: 0px -10px;
}

.free-quote-form .free-quote-list li {
    float: left;
    width: 33.33%;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.free-quote-form .free-quote-list li a {
    color: #525252;
    overflow: hidden;
    margin: 0px auto;
    padding: 8px 0px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    border-radius: 10px;
    background-color: #ddd;
    border: 1px solid #818181;
}

.free-quote-form .free-quote-list .cur a {
    color: #fff;
    background-color: #656565;
}

@media screen and (max-width: 767px) {
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }
}

@media screen and (max-width: 600px) {
    .ny-footer {
        padding: 10px 15px;
    }
    .ny-footer .ny-footer-left,
    .ny-footer .ny-footer-right {
        width: 100%;
        float: none;
    }
    .ny-footer .ny-footer-left h4,
    .ny-footer .ny-footer-left p {
        width: auto;
        float: left;
    }
    .ny-footer .ny-footer-left p span {
        line-height: 30px;
        display: inline-block;
    }
    .ny-footer .ny-footer-right {
        padding: 4px 0px 0px;
    }
}