img {
    pointer-events: none;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    overflow-x: hidden;
    color: #333;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu, b {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: #333;
}

.clear {
    clear: both
}

a:hover {
    color: #268787;
}

img {
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

.fix {
    *zoom: 1;
    *clear: both;
}

.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}

.l {
    float: left;
}

.r {
    float: right;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

header .red_bar {
    position: absolute;
    width: 50%;
    left: 50%;
    height: 95px;
    background: #bf101a;
    top: 0;
    z-index: 1;
}

header.f-cb .red_bar {
    width: 0;
    transition: width 0.3s ease;
}

header.f-cb.show .red_bar {
    width: 50%;
}

header.f-cb .white_bar {
    position: absolute;
    width: 0;
    right: 50%;
    height: 95px;
    background: #fff;
    top: 0;
    z-index: 1;
    transition: width 0.3s ease;
}

header.f-cb.show .white_bar {
    width: 50%;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    line-height: 98px;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}

header .logo {
    float: left;
}

header .logo img {
    max-width: 100%;
}

header .search-box {
    width: 3%;
    height: 100%;
    display: block;
    float: right;
    background: #b4b4b4 url(../image/search.png) no-repeat center;
    position: relative;
    z-index: 3;
    transition: background .3s
}

header .link {
    font-size: 14px;
    color: #fff;
    padding: 0 8px 0 35px;
    float: right;
    transition: color .3s;
    background: url(../image/icon_jxs.png) no-repeat 14px center #268787;
    height: 27px;
    line-height: 27px;
    border-radius: 20px;
    margin-top: 34px;
}

header .search {
    float: right;
    padding: 0 10px;
}

header .search img {
    padding-top: 40px;
}

header .enght {
    float: right;
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 1;
    transition: color .3s, background .3s;
    margin-right: 18px;
    margin-top: 34px;
    line-height: 27px;
}

header .enght a {
    color: #666;
    transition: color .3s;
}

header .enght a.tit {
    padding: 2px 30px 2px 15px;
    background: url(../image/bsj.png) no-repeat 50px center;
    height: 27px;
    width: 100%;
    transition: color .3s, background .3s;
    border: 1px solid #d2d4d7;
    border-radius: 20px;
}

header .enght .con {
    position: absolute;
    top: 100%;
    left: -10%;
    display: none;
    background: #fff;
    width: 120%;
    padding: 10px 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
    min-height: 65px;
    overflow: auto;
}

header .enght .con a {
    width: 100%;
    font-size: 14px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    display: block;
    border: none;
    border-radius: 0;
}

header .nav-box {
    width: 58%;
    float: right
}

header .nav-box ul {
    width: 100%
}

header .nav-box li {
    width: 16.5%;
    float: left;
    text-align: center;
}

header .nav-box a.tit {
    font-size: 16px;
    color: #000;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    transition: color .3s;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

header .nav-box .tit span {
    width: 17px;
    height: 11px;
    display: inline-block;
    background: url(../image/sj1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    opacity: 0;
}

header .nav-box li:hover a.tit {
    color: #268787;
    border-bottom: 2px solid #268787;
}

header .nav-box li:hover .tit span {
    opacity: 1;
}

header .nav-box .con {
    position: absolute;
    top: 100px;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 5;
    background: #f1f1f1;
    left: 50%;
    min-height: 300px;
}

header .nav-box li .tit-top {
    color: #268787;
    border-bottom: 2px solid #268787; /*width:70%;*/
}


.set-img {
    width: 26%;
    padding-top: 53px;
}

.set-img img {
    height: 177px;
    width: 100%;
}

.setCon .tit {
    font-size: 22px;
    color: #4e4e4e;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: normal
}

header .nav-box .setMenu {
    width: 20%;
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
    padding: 50px 30px 50px 30px;
}

header .nav-box .setMenu li {
    margin-bottom: 9px;
    border-bottom: 1px #fff solid;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    position: relative;
}

header .nav-box .setMenu li .sm-nav {
    width: 58%;
    position: absolute;
    left: 52%;
    top: 0;
    display: none;
    transition-duration: 1s;
    z-index: 9999;
    background: #268787
}

header .nav-box .setMenu li .sm-nav dl {
    width: 100%;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    border-left: 1px solid #fff;
}

header .nav-box .setMenu li .sm-nav dl:nth-child(1) {
    padding-top: 0px;
}

header .nav-box .setMenu li .sm-nav dl a {
    display: block;
    padding: 5px 0;
    color: #fff;
    background: #268787;
    font-size: 14px;
    padding-left: 10px;
}

header .nav-box .setMenu li .sm-nav dl a:hover {
    background: #268787;
    color: #fff;
    padding-left: 15px;
}

header .nav-box .setMenu li:hover .sm-nav {
    display: block;
}

.setMenu li a {
    display: block;
    position: relative;
    color: #4a4a4a;
    transition-duration: .5s;
    padding: 8px 0
}

.setMenu li a:hover {
    background: #268787;
    color: #fff;
    padding-left: 10px;
}

.setCon {
    width: 43%;
    padding: 50px 3% 0px 0;
    text-align: left;
}

.setCon .p {
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-align: justify;
    font-size: 16px;
}

.set_close {
    display: block;
    width: 21px;
    height: 21px;
    background: url(http://www.wincellchina.com/img/icons.png) 0 0 no-repeat;
    right: 0;
    bottom: 7%;
}

.pp01 {
    margin: 70px 0;
    position: relative;
    border-right: 1px dashed #15131b;
    width: 33%;
    padding: 0 20px;
    text-align: left;
    float: left;
    min-height: 630px;
}

.pp02 {
    padding-left: 3%;
}

.pp01 dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
}

.pp01 dl dd {
    line-height: 20px;
}

.pro01 {
    position: absolute;
    left: 88px;
}

.po01 {
    top: 283px;
}

.po01 dl:nth-child(2) {
    padding: 10px 0 50px 0;
}

.po01 dl:nth-child(3) {
    padding-bottom: 45px;
}

.po01 dl:nth-child(4) {
    padding-bottom: 52px;
}

.po02 {
    top: 283px;
    left: 78px;
}

.po02 dl:nth-child(2) {
    padding: 18px 0 50px 0;
}

.po02 dl:nth-child(3) {
    padding-bottom: 50px;
}

.po03 {
    top: 283px;
    left: 130px;
}

.po03 dl:nth-child(2) {
    padding: 15px 0 55px 0;
}

.po03 dl:nth-child(3) {
    padding-bottom: 45px;
}

.po03 dl:nth-child(4) {
    padding-bottom: 43px;
}


header .nav-box .link-b {
    width: 100%;
    display: block;
    padding-left: 17%;
    text-align: left;
    font-size: 15px;
    color: #333;
    line-height: 40px;
    margin-bottom: 5px;
    transition: background .3s, color .3s
}

header .nav-box .link-b span {
    width: 100%;
    display: block;
    background: 0
}

.nav-box .content p {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 22px
}


header .nav-box .ab-setMenu {
    width: 35%;
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
    padding: 50px 40px;
}

.ab-setCon {
    width: 33.5%;
}

header .nav-box .ab-setMenu li:nth-child(2n) {
    margin-right: 0
}

.search-send {
    position: absolute;
    z-index: 2;
    background-color: #222;
    right: -34%;
    top: 0;
    width: 25%;
    transition: right .3s
}

.search-send.on {
    right: 3%
}

.search-send .close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(http://www.wincellchina.com/img/head03.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -9px;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: transform .3s ease 0s
}

.search-send .close:hover {
    transform: rotateZ(90deg);
    transition: transform .3s ease 0s
}

.search-send form {
    width: 100%;
    height: 100%
}

.search-send .text {
    border: 0;
    font-size: 18px;
    height: 100%;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    background: 0;
    padding: 0 5% 0 13%;
    outline: 0
}

.search-send .submit {
    cursor: pointer;
    border: 0;
    background: url(http://www.wincellchina.com/img/head01.png) no-repeat center;
    background-color: #bb0327;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    outline: 0
}

.search-send .text::-webkit-input-placeholder {
    color: #555
}

.search-send .text:-moz-placeholder {
    color: #555
}

.search-send .text::-moz-placeholder {
    color: #555
}

.search-send .text:-ms-input-placeholder {
    color: #555
}


.footer {
    width: 100%;
    background: #1b1b1d;
    color: #878787;
}

.footer dl {
    float: left;
    width: 16.666%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer dl dt {
    font-size: 16px;
    padding-bottom: 14px;
    color: #fff;
    background: url(../image/footer_dt_bg.png) left bottom no-repeat;
}

.footer dl dd {
    margin-top: 15px;
}

.footer dl dd a {
    color: #878787;
    display: block;
    line-height: 34px;
}

.footer dl dd a:hover {
    color: #fff;
}

.footer .f-ewm {
}

.footer .f-ewm img {
    border-radius: 5px;
}

.banquan select {
    width: 150px;
    height: 32px;
    background: none;
    border: 1px solid #fff;
    border-radius: 10px;
    outline: none;
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
}

.banquan option {
    color: #333;
}

.banquan {
    padding: 25px 0;
    font-size: 12px;
    color: #515151;
    border-top: 1px #262b27 solid;
}

.d-cd a {
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
    padding-top: 6px;
    display: inline-block;
}

.banquan p {
    float: left;
    opacity: 0.7;
    padding-top: 10px;
}

.banquan span {
    opacity: 0.7;
    color: #fff;
    padding-top: 13px;
    padding-right: 20px;
    line-height: 30px;
}


.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 600px;
    height: 140px;
    margin: 0 auto;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -300px;
    z-index: 10000;
    background: #bf101a
}

#dialog input::-webkit-input-placeholder {

    color: #fff;
}

.dialogTop {
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 16px;
}

.dialogTop a {
    color: #fff;
}

.tc-ss {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul {
    border-bottom: 2px solid #fff;
}

.tc-ss ul .sk03 {
    width: 90%;
    float: left
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.sk04 input {
    width: 20px;
    height: 20px;
    background: url(../image/sear.png) no-repeat center center;
    padding: 10px 0 0 20px;
    cursor: pointer;
}


.ne-cd {
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #d9d9d9;
}

.ne-cd li {
    border-right: 1px solid #d9d9d9;
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 62px;
    line-height: 62px; /*max-width: 15%;*/
}

.ne-cd li:nth-child(1) {
    border-left: 1px solid #d9d9d9
}

.ne-cd li a {
    font-weight: bold;
    padding: 0 40px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ne-cd li:hover a, .ne-cd li.nn01 a {
    color: #268787;
}

.ne-cd li:after, .nei-dh-nav li:after {
    content: "";
    display: block;
    height: 2px;
    background: #268787;
    width: 0;
    position: absolute;
    left: 50%;
    transition-duration: .5s;
    bottom: 0px;
}

.ne-cd li:hover:after {
    left: 15%;
    width: 70%;
}

.ne-cd .nn01:after, .ne-cd .active-nei:after {
    left: 15%;
    width: 70%;
}

.ne-cd-ja li a {
    padding: 0 20px;
}

.banner-img {
    width: 100%; /*height:450px;*/
    position: relative;
    margin-top: 100px;
    overflow: hidden;
}

.banner-bigimg {
    display: block;
    width: 100%;
    height: auto;
    animation: changeScale 1 2.5s;
}

.banner-title {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    top: 32%;
}

.banner-title2 {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
    font-size: 18px;
    color: #444;
    top: 48%;
}

.about1_qyjs {
    padding: 60px 0;
}

.wincell_history_title {
    text-align: center;
    margin-bottom: 60px;
}

.wincell_history_title p:nth-child(1) {
    font-size: 60px;
    font-weight: bold;
    color: #333333;
    opacity: 0.1;
    text-transform: uppercase;
}

.wincell_history_title p:nth-child(2) {
    font-size: 36px;
    color: #333333;
    margin-top: -50px;
    font-weight: bold;
}

.side-right {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 314px;
    z-index: 100;
}

.side-right ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    margin-bottom: 1px;
}

.side-right ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background-color: #39424b;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    line-height: 54px;
    font-size: 16px;
}

.side-right ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background-color: #39424b;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side-right ul li .sidetop:hover {
    background-color: #268787;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side-right ul li img {
    float: left;
}

.side-right ul .wx-right {
    background-color: #39424b;
    opacity: 0.8;
}

.side-right ul .wx-right:hover {
    background-color: #268787;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.ewm-right {
    position: absolute;
    top: 20px;
    right: 54px;
    width: 130px;
    height: 160px;
    background: #39424b;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    border-radius: 10px 0 0 10px;
    display: none;
}

.ewm-right img {
    display: inline;
}


.friend-link {
    float: left;
    margin-top: 16px;
    position: relative;
}

.friend-link .link {
    height: 24px;
    cursor: pointer;
    width: 200px;
    display: block;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    text-align: left;
    opacity: 0.7;
}

.friend-link .link:before {
    content: "";
    position: absolute;
    right: 32px;
    top: 1px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 1;
}

.friend-link .link:after {
    content: "";
    position: absolute;
    right: 30px;
    top: -3px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #78797a;
}

.friend-link a:focus,
.friend-link .link:hover {
    text-decoration: none;
}

.friend-link ul {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px;
    background-color: #3e3f41;
    padding-left: 30px;
    border: 1px solid #252527;
    border-bottom: none;
    max-height: 195px;
    overflow-y: auto;
    display: none;
    text-align: right;
}

.friend-link.open ul {
    display: block;
}

.friend-link li {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
}

.friend-link li a {
    color: #78797a;
    font-size: 14px;
    text-align: left;
}

.link-logo {
    padding-left: 30px;
}

.link-logo a {
    padding-left: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mobile-nav-box {
    display: none;
}

.in-contact-fashi {
    margin-top: 15px;
}

.in-contact-fashi li {
    line-height: 32px;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.in-contact-fashi li span {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.in-contact-fashi li span.icon-rx {
    background: url(../image/contact_icon1.png) no-repeat;
    background-size: contain;
}

.in-contact-fashi li span.icon-yx {
    background: url(../image/contact_icon2.png) no-repeat;
    background-size: contain;
}

.in-contact-fashi li span.icon-gfwx {
    background: url(../image/contact_icon3.png) no-repeat;
    background-size: contain;
}

.in-contact-fashi li span.contact-green {
    color: #268787;
    width: auto;
    background-color: transparent;
    font-weight: 600;
}

.contact-green {
    color: #268787;
}

.cases-detail-img {
    text-align: center;
}

.cases-detail-img img {
    max-width: 100%;
}

.cases-detail-content h3 {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 20px 0;
}

.cases-detail-content p {
    line-height: 30px;
    color: #666;
}

.back {
    padding-top: 20px;
}

.back a {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #268787;
    text-align: center;
    line-height: 44px;
    width: 156px;
    margin: 0 auto;
    border-radius: 5px;
}

.back a:hover {
    color: #fff;
    background: #28a411;
}

.pro-detail-box h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
}

.text-tc {
    text-align: center;
}

.pro-detail-t {
    font-size: 24px;
    padding: 20px 10px 15px;
    margin-bottom: 30px;
    border-bottom: 1px #f0f0f0 solid;
    position: relative;
}

.pro-detail-t span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background-color: #268787;
}

.pro-detail-content img {
    max-width: 100%;
}

.s-page {
    width: 100%;
    padding-top: 34px; /*padding-bottom:30px;*/
}

.p1Page2 {
    margin: 0 auto;
    height: 44px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #535353;
}

.page {
    line-height: 30px;
    text-align: center;
}

.page a {
    margin: 0 3px;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #777777;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.page a:hover {
    background: #268787;
    color: #fff;
    border: 1px solid #268787;
}

.page a.on {
    background: #268787;
    border-color: #076bc8;
    color: #FFF;
    padding: 0 15px 0 15px;
    border: 1px solid #d12322;
    border-radius: 5px;
}

.page a.on:hover {
    background: #d12322;
    color: #fff;
    border: 1px solid #d12322;
}

.page a.on1 {
    background: #fff;
    border: 1px solid #ccc;
    color: #535353;
    padding: 0 15px 0 15px;
    border-radius: 5px;
}

.page a.page_turn:hover {
    background: #d12322;
    border: 1px solid #d12322;
    color: #FFF;
    box-shadow: 1px 1px 3px #CCC;
}

.page span.on {
    color: #268787;
    padding: 0 5px;
    font-weight: 600;
    border: none;
}

.case_js {
    margin-bottom: 50px;
    margin-top: -25px;
}

.case_js h2 {
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #268787;
}

.case_js p {
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 30px;
}

.width-max {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.about-qylc {
    margin-bottom: 60px;
}

.a-zr-more {
    text-align: center;
    margin-top: 30px;
}

.a-zr-more a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #268787;
    padding: 10px 50px;
    border-radius: 100px;
    display: inline-block;
}

.solution-abb p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.in-contact-join {
    margin: 0;
    width: 90%;
    padding: 10px 50px 30px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.solution-ztyy {
    background-color: #f2f2f2;
    padding: 50px;
    border-radius: 5px;
}

.solution-ztyy-l {
    float: left;
    width: 50%;
    padding: 100px 0 0 20px;
}

.solution-ztyy-line {
    width: 60px;
    height: 5px;
    background-color: #268787;
}

.solution-ztyy-l h1 {
    font-size: 36px;
    color: #000;
    letter-spacing: 3px;
    padding: 20px 0 10px;
}

.solution-ztyy-l p {
    font-size: 24px;
    color: #666;
    letter-spacing: 5px;
}

.solution-ztyy-r {
    float: right;
}

.solution-ztyy-ja {
    padding: 100px 0 0 0;
}

.solution-ztyy-ja h1 {
    font-size: 32px;
    letter-spacing: 0px;
}

.solution-ztyy-ja p {
    font-size: 22px;
    letter-spacing: 0px;
}

.ztyy-form {
    margin: 0 auto;
    padding: 50px 0 0;
}

.ztyy-form-item { /*width: 50%; float: left;*/
}

.ztyy-form-item .tr {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    text-align: right;
}

.ztyy-form-item .contact-input {
    width: 50%;
    display: inline-block;
}

.ztyy-form-item .city-sheng {
    width: 25%;
}

.ztyy-form-item .contact-textarea {
    width: 75%;
    display: inline-block;
    vertical-align: text-top;
}

.ztyy-form-button {
    margin: 20px auto 10px auto;
    width: 200px;
}

.ztyy-city-address p {
    line-height: 30px;
}

.ztyy-city-address p span {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.ztyy-form-treaty {
    text-align: center;
    color: #666;
}

.ztyy-form-treaty a {
    color: #268787;
    text-decoration: underline;
}

.tiaoyue-box {
    margin-top: 150px;
    padding-bottom: 20px;
}

.tiaoyue_title {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

.tiaoyue-box .join-js h1 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.tiaoyue-box .join-js p {
    color: #666;
}


.yq-link {
    padding: 12px 0;
    border-top: 1px #262b27 solid;
}

.yq-link a {
    padding: 5px 15px 5px 0;
    color: #878787;
    display: inline-block;
}

.yq-link a:hover {
    color: #fff;
}

.login-bg {
    width: 100%;
    height: 100%;
    background: url(../image/login_bg_c.jpg) center bottom no-repeat;
    background-size: cover;
}

.login-box {
    padding-top: 8%;
}

.login-box-logo {
    text-align: center;
    color: #333;
    font-size: 20px;
}

.login-box-logo img {
    width: 120px;
    vertical-align: middle;
}

.login-box-form {
    width: 380px;
    height: 260px;
    margin: 20px auto 0;
    padding: 50px 0;
    border-radius: 12px;
    border: 10px #d4d2d3 solid;
    background-color: #FFF;
}

.reg-xlg .tr {
    width: 100px;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    text-align: right;
}

.reg-xlg-input {
    padding: 0 10px;
    border: 1px #ddd solid;
    border-radius: 2px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto 20px;
    display: block;
}

.reg-c {
    float: left;
    margin-left: 10%;
    font-size: 12px;
    padding-top: 6px;
}

.reg-sub {
    float: right;
    margin-right: 10%;
}

.reg-sub-btn {
    color: #fff;
    font-size: 16px;
    background: #268787;
    text-align: center;
    line-height: 32px;
    width: 90px;
    border: none;
    border-radius: 2px;
    display: block;
    cursor: pointer;
}

.footer-con, .yq-link {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


@media (min-width: 1441px) {
    /*** .w86{width:1400px; margin:0 auto;}
    .wrap{width:1400px; margin:0 auto}
     header .nav-box {width: 58%;margin: 0 auto}
    .footer dl{padding-right: 120px;} ***/
}

@media (max-width: 1024px) {
    .wrap {
        width: 96%;
    }

    header .wrap {
        width: 100%;
    }

    .slideBox .bd li {
        height: auto;
        padding-top: 50px;
    }

    .nav-box {
        display: none;
    }

    header {
        height: 55px;
        line-height: 55px;
    }

    header .logo img {
        height: 55px;
        margin-left: 10px;
    }

    header .enght {
        margin-top: 12px;
    }

    .banner-img {
        margin-top: 55px;
    }

    .in-slideBox {
        margin-top: 55px;
    }

    .body-box {
        margin-top: 60px
    }

    .mobile-nav {
        float: right;
        width: 50px;
        height: 55px;
        position: relative;
        z-index: 3;
        background: #b4b4b4;
        margin-left: 1px;
        padding: 18px 10px
    }

    header .search img {
        padding-top: 20px;
    }

    .mobile-nav span {
        width: 30px;
        height: 2px;
        background: #fff;
        display: block;
        margin-bottom: 5px;
        position: relative
    }

    .mobile-nav.on {
        background: #268787;
        padding: 25px 10px
    }

    .mobile-nav.on span {
        transform-origin: center;
        transition: transform .3s
    }

    .mobile-nav.on span.line2 {
        display: none
    }

    .mobile-nav.on span.line1 {
        transform: rotate(45deg);
        top: 3px
    }

    .mobile-nav.on span.line3 {
        transform: rotate(-45deg);
        top: -3px
    }

    .mobile-nav-box {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        position: absolute;
        top: 55px;
        left: 0;

        overflow: auto;
        display: none
    }

    .mobile-nav-box ul {
        width: 100%
    }

    .mobile-nav-box li {
        width: 100%
    }

    .mobile-nav-box h2 {
        width: 100%;
        padding: 0 3%;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        font-size: 16px;
        line-height: 50px;
        background: url(http://www.wincellchina.com/img/head02.png) no-repeat 96% center;
        cursor: pointer
    }

    .mobile-nav-box h2.cur {
        background: url(http://www.wincellchina.com/img/head02_h.png) no-repeat 96% center
    }

    .mobile-nav-box h2 a {
        color: #fff
    }

    .mobile-nav-box h2.cur a {
        color: #268787
    }

    .mobile-nav-box .con {
        width: 100%;
        background: #f5f5f5;
        display: none
    }

    .mobile-nav-box p {
        width: 100%;
        padding: 0 6%;
        line-height: 30px;
        font-size: 14px
    }

    .mobile-nav-box p.on {
        background: url(http://www.wincellchina.com/img/head02.png) no-repeat 96% center;
        border: none;
    }

    .mobile-nav-box p a {
        color: #666
    }

    .mobile-nav-box .tit-con {
        display: block;
        width: 100%;
        padding: 0 3%;
        display: none;
    }

    header .link {
        display: none;
    }

    .search-send .text {
        font-size: 40px
    }

    .search-send.on {
        right: 99px
    }

    .search-send {
        width: 40%
    }

    .search-send .text {
        font-size: 18px
    }

    .search-send {
        right: -38%
    }

    .solution-abb p {
        font-size: 14px;
        line-height: 26px;
    }

    .join-am-h4 {
        margin-top: 10px;
        font-size: 14px;
    }

    #imageFlow .title {
        font-size: 14px;
    }

    .wincell_left_gai p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .wzz {
        font-size: 14px;
    }

    .ppwh-kd .kd1 {
        font-size: 14px;
    }

    .tiaoyue-box {
        margin-top: 80px;
    }
}

@media (max-width: 768px) {
    .wrap {
        width: 100%;
    }

    header .logo {
        width: 35%;
    }

    .in-slideBox .bd li {
        height: auto;
    }

    header .search img {
        padding-top: 15px;
    }

    .gai-Menubox ul li dl {
        padding: 10px 5px;
        height: 58px;
    }

    .gai-Menubox ul li dl dd {
        font-size: 12px;
    }

    .in-pp .bd {
        width: 80%;
        height: 150px;
    }

    .in-pp .hd .prev {
        top: 0px;
        left: -10px;
    }

    .in-pp .hd .next {
        top: 0px;
        right: -10px;
    }

    .in-about-acc ul li {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .in-new-ul li {
        width: 96%;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .in-contact-box-l {
        width: 100%;
        height: 200px;
        float: none;
    }

    .in-contact-box-r {
        margin: 10px 5%;
        width: 90%;
    }

    .a-zr dl dd {
        padding: 10px;
    }

    .a-zr dl dd .bit {
        font-size: 16px;
        line-height: 30px;
    }

    .a-zr dl dd .ner {
        font-size: 12px;
        line-height: 20px;
        padding-top: 0;
        -webkit-line-clamp: 2;
    }

    .a-zr dl .an {
        display: none;
    }

    .certification_nav_zs ul li {
        width: 32%;
        margin-right: 2%;
    }

    .certification_nav_zs ul li:nth-child(3n) {
        margin-right: 0;
    }

    .certification_nav_zs ul li:nth-child(4n) {
        margin-right: 2%;
    }

    .certification_nav_zs li p {
        font-size: 14px;
    }

    .case_js h2 {
        font-size: 16px;
    }

    .case_js p {
        font-size: 14px;
    }

    .abb-zi-title {
        font-size: 18px;
        padding: 10px 0;
    }

    .a-zr dl {
        margin-bottom: 10px;
    }

    .news-detail h3 {
        font-size: 18px;
    }

    .in-about-acc ul li a h3 {
        bottom: 44%;
        font-size: 14px;
    }

    .banner-bigimg {
        height: 140px;
    }

    .banner-title {
        font-size: 24px;
        top: 22%;
    }

    .banner-title2 {
        font-size: 14px;
    }

    .ne-cd li a {
        padding: 0 5px;
        font-size: 14px;
    }

    .in-slideBox .hd ul li {
        width: 7px;
        height: 7px;
    }

    .in-slideBox .hd ul li.on {
        width: 26px;
        height: 7px;
    }

    .in-slideBox .hd {
        bottom: 5px;
    }

    .footer dl {
        min-height: auto;
        padding: 10px 4px
    }

    .banquan p {
        float: none;
        width: 100%;
        margin: 40px 0 20px 0;
        clear: both;
    }

    .d-cd a {
        padding-left: 0;
        padding-right: 10px;
        opacity: 1;
    }

    .ne-cd {
        border-bottom: 0;
    }

    .ne-cd li {
        border-bottom: 1px solid #d9d9d9;
        width: 25%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .ne-cd li:nth-child(1) {
        border-left: 0;
    }

    .ne-cd li:nth-child(4n) {
        border-right: 0;
    }

    .about1_qyjs {
        padding: 20px 0;
    }

    .wincell_history_title {
        margin-bottom: 20px;
    }

    .wincell_history_title p:nth-child(1) {
        font-size: 38px;
    }

    .wincell_history_title p:nth-child(2) {
        font-size: 26px;
        margin-top: -34px;
    }

    .abb-zi {
        width: 96%;
        margin: 0 auto;
    }

    .footer dl dd a {
        font-size: 12px;
    }

    .f-ewm {
        padding-right: 0;
    }

    header .enght .con {
        width: 100%;
        left: 0;
    }

    .side-right {
        display: none;
    }

    .footer-con, .yq-link {
        display: none;
    }

    .footer dl dd {
        min-height: 200px;
        display: none;
    }

    .footer .f-ewm dd {
        display: block;
    }

    .footer dl:nth-child(4) dd, .footer dl:nth-child(5) dd {
        min-height: auto;
    }

    .footer .f-ewm {
        width: 50%;
    }

    .link-logo {
        padding-left: 0;
    }

    .link-logo a {
        padding-left: 0;
        padding-right: 10px;
    }

    .banquan span {
        width: 100%;
    }

    .footer dl dt {
        font-size: 16px;
        font-weight: normal
    }

    #dialog {
        width: 90%;
        left: 10%;
        margin: -70px 0 0 0;
    }

    .login-box {
        padding-top: 30%;
    }

    .login-box-form {
        width: 90%;
    }

    .solution-ztyy {
        padding: 10px;
    }

    .solution-ztyy-l {
        padding: 10px 0 0 0;
        width: 100%;
    }

    .solution-ztyy-l h1 {
        font-size: 28px;
        letter-spacing: 0;
    }

    .solution-ztyy-l p {
        font-size: 18px;
        letter-spacing: 0px;
        padding-bottom: 20px;
    }

    .ztyy-form {
        padding: 20px 0 0;
    }

    .ztyy-form-item {
        width: 100%;
    }

    .ztyy-form-item .tr {
        width: 90px;
        display: none;
    }

    .ztyy-form-item .contact-input {
        width: 65%;
    }

    .ztyy-form-item .city-sheng {
        width: 45%;
    }

    .ztyy-city-address p span {
        width: auto;
    }

    .honor_scroll {
        height: 360px;
    }

    .join-js h1 {
        font-size: 20px;
    }

    .kd .bt1 {
        font-size: 18px;
    }

    .join-am-icon {
        width: 90px;
        height: 90px;
        line-height: 80px;
        border: 5px solid #eee;
    }

    .join-am-icon img {
        height: 40px;
    }

    .pro-detail-l {
        width: 100%;
    }

    .pro-detail-r {
        margin: 10px;
    }

    .p-det .bit {
        font-size: 24px;
    }

    .nav-wrap li a {
        font-size: 14px;
        padding: 12px 5px;
    }

    .p-p {
        padding: 20px 0;
    }

    .tiaoyue_title {
        font-size: 28px;
    }

    .tiaoyue-box .join-js h1 {
        font-size: 18px;
    }
}

.banquan {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.banquan a {
    color: #fff !important;
}