/*右侧联系悬浮窗*/
#relation_div{
    position: fixed;
    width: 48px;
    /*top: 550px;*/
    right:10px;
    top: 40%;
    /*background-color: #7a7a7a;*/
    background-color: #fff;
    cursor: pointer;
}
#relation_div .relation_span{
    background: url('../../images/ce_icons.png') no-repeat -130px 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 5px;
    position: relative;
}
/*#relation_div:hover{*/
/*    background-color:red;*/
/*}*/
#relation_div div:hover{
    background-color:#d2d2d2;
}
#service_zixun div:hover{
    background-color:#d2d2d2;
    border-radius: 10px;
}
#relation_div .moddle_box{
    background: #f7f7f7;
    right: 48px;
    font-size: 14px;
    box-shadow: 0 0 4px #ddd;
    box-sizing: border-box;
    color: #666;
    width: 233px;
    height: 190px;
    padding: 20px;
    position: absolute;
    top: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all 0.1s linear;
    display: none;
}
#relation_div .moddle_box p{
    margin-left: 20px;
}
.dis_block{
    display: block !important;
}
#relation_div .moddle_box .qq{
    background: url(../../images/ce_icons.png) no-repeat -7px -54px;
    position: absolute;
    left: 15px;
    top:21px;
    width: 21px;
    height: 21px;
}
#relation_div .moddle_box .phone{
    background: url(../../images/ce_icons.png) no-repeat -51px -54px;
    position: absolute;
    left: 15px;
    width: 21px;
    height: 21px;
}
#relation_div .moddle_box a:hover{
    color: red;
    text-decoration: none;
}
#relation_div .moddle_box a i{
    margin-right: 3px;
    display: inline-block;
    height: 16px;
    width: 23px;
    background: url(../../images/qqol.gif);
}
@media (min-width:769px){
    .container{
        width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        /*border-bottom: 1px solid #e2e2e2;*/

    }
}
.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    /*border-bottom: 1px solid #f2f2f2;*/
}
#uploader .filelist li .nr .info a.yulan{
    margin-right: 40px;
    margin-top: 6px;
}
#uploader .filelist li .nr .info a.yulan:hover{
    color: #00b7ee;
    text-decoration:underline;
}
.header {
    background-color: #fff;
    height: 60px;
}
.header .logo {
    margin: 11px 60px 0 0;
}
.header .menu{
    margin-top: 10px;
}
.header .menu a {
    display: inline-block;
    color: #333;
    height: 60px;
    line-height: 60px;
    /*width: 180px;*/
    width: auto;
    padding: 0 20px;
    text-align: center;
    margin-right: 5px;
    text-decoration:none;
}
.header .menu a:hover,
.header .menu .active {
    background-color: #4865fe;
    color: #fff;
}
.header .user-cz {
    padding-top: 15px;
}
.wxchatLogo{
    background: url('../images/no-repeat.png') no-repeat -50px -82px;
    padding: 12px 13px;
    margin: 0 4px -5px 0;
    display: inline-block;
}
.header .user-cz a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}
.header .user-cz a img {
    margin-right: 6px;
}
.content .ys-tabs {
    margin-bottom: -2px;
}
.content .ys-tabs ul li {
    float: left;
    /*background-color: #96e9ff;*/
    /*background-color: #c8edf7;*/
    /*margin-right: 2px;*/
}

.content .ys-tabs ul li a {
    display: block;
    padding: 0 12px;
    height: 45px;
    line-height: 45px;
}
.content .ys-tabs ul li a.active {
    color: #4865fe;
    position: relative;
}
.content .ys-tabs ul li a.active::after{
    width: 22px;
    height: 2px;
    background: #4865fe;
    position: absolute;
    bottom: 7px;
    opacity: 1;
    border-radius: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}
.yasuoBtn{
    margin-top: -5px;
}
.btn-group{
    margin-top: 5px;
}
.content .ys-gn-nr {
    /*border: 2px #e6e6e6 solid;*/
    padding: 30px 0;
    /*padding: 30px;*/
   /* padding: 10px 30px 30px 30px;*/
}
.content .ys-nr .ys-items {
    width: 50%;
    padding: 20px 6% 20px 0;
}
.content .ys-nr .ys-items h3 {
    color: #990033;
}
.content .ys-nr .ys-items p {
    line-height: 30px;
    font-size: 14px;
}
.ys-content {
    padding: 30px 0 50px 0;
}
.ys-content .ys-list {
    width: 330px;
}
.ys-content .ys-pd {
    margin: 0 50px;
}
.hc-content {
    background-color: #ebf7fe;
    padding: 60px 0 10px 0;
}
.hc-content .hc-list {
    width: 45%;
}
.hc-content .hc-list .top .info {
    padding-left: 57px;
}
.hc-content .hc-list .top .info h3 {
    color: #1c1c1c;
}
.pl-content {
    padding: 50px 0 20px 0;
}
.pl-content .pl-form {
    width: 500px;
    margin: 0 0 60px 60px;
}
.pl-content .text-area {
    border: 1px #e6e6e6 solid;
    padding: 10px;
}
.pl-content .text-area textarea {
    width: 100%;
    border: 0;
    height: 100px;
}
.pl-content .pl-btn button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #01b6ee;
    border: 0;
}
.pl-content .pl-lists .pl-hed {
    color: #247188;
}
.pl-content .pl-lists ul li {
    border-bottom: 1px #e6e6e6 solid;
    padding: 20px 0;
}
.pl-content .pl-lists ul li .pl-info {
    padding-left: 50px;
}
.pl-content .pl-lists ul li .pl-info .title .zan {
    float: right;
    background: url('../images/zan-default.png') no-repeat right center;
    padding-right: 30px;
    display: inline-block;
    color: #999;
}
.pl-content .pl-lists ul li .pl-info .title .zanhover {
    background: url('../images/zan-hover.png') no-repeat right center;
}
.pl-content .pl-lists ul li .pl-info .nr {
    padding-left: 6px;
    line-height: 26px;
}
.pl-content .pl-lists ul li .pl-info .nr span {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 0 8px;
    border-radius: 3px;
}
.pl-content .pl-lists ul li.first {
    width: 55%;
}
.successData ul li {
    border: 1px #a0d6ff solid;
    width: 32%;
    margin: 0 0 1% 1%;
    float: left;
    position: relative;
}
.successData ul li .nr {
    padding: 15px;
}
.successData ul li .nr .fl {
    width: 130px;
    padding-bottom: 8px;
}
.successData ul li .nr .fl .pic {
    width: 130px;
    height: 80px;
    overflow: hidden;
}
.successData ul li .nr .fl .pic img {
    width: 100%;
}
.successData ul li .nr .info {
    padding-left: 150px;
    size: 10px;
    line-height: 30px;
}
.successData ul li .hover-show {
    height: 35px;
    line-height: 35px;
    background-color: #26c2f1;
    opacity: 0.8;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: right;
}
.successData ul li .hover-show a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin: 0 8px 0 0;
}
.footer {
    background-color: #f5f5f5;
    border-top: 2px #e6e6e6 solid;
    padding: 30px 0;
}
input::-webkit-input-placeholder{
    color: #ccc;
}
.layui-form-label {
    color: #666;
    width: auto;
    font-size: 14px;
}
.layui-form-select dl dd.layui-this{
    background-color: #4865fe;
    color: #fff;
}
.layui-form-item .layui-inline {
    margin-right: 0;
}
.layui-input {
    background-color: #fff;
    font-size: 14px;
}

.upload-btn,
.ssi-button.success {
    margin-top: 10px;
    background-color: #00b7ee;
    border: 0;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}
.upload-btn:hover {
    background-color: #00abde;
    color: #fff;
}

#uploader .filelist li p.progress {
    position: absolute;
    width: 115%;
    bottom: -2px;
    left: -16px;
    height: 3px;
    overflow: hidden;
    margin-bottom: 40px;
    z-index: 1000;
    top:278px;
    border-radius: 20px;
}
#uploader .filelist li p.progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    /*background: #1483d8 url(../images/progress.png) repeat-x;*/
    background: #4865fe;
    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;

    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;

    -webkit-transform: translateZ(0);
}

@-webkit-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}
@-moz-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}
@keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}
.link{
    margin-top: 50px;
}
.link p {
    padding: 5px 0 ;
    margin-bottom: 20px;

}
.link p a{
    color: #00a2d4;
}
.logo img{
    height: 60px;
}

.header .nav {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  transition: all 300ms ease-in-out;
  margin-top: 5px;
}
.header .nav span {
  width: 25px;
  position: absolute;
  height: 2px;
  display: block;
  background: #fff;
  left: 50%;
  transition: all 0.3s ease-in-out;
}
.header .nav span.line1 {
  top: 18px;
}
.header .nav span.line2 {
  top: 25px;
}
.header .nav span.line3 {
  top: 32px;
}
.header .nav:hover span {
  transition: all 0.2s ease-in-out;
}
.header .clickactive span.line1 {
  transform: rotate(-45deg);
  top: 25px;
}
.header .clickactive span.line2 {
  opacity: 0;
}
.header .clickactive span.line3 {
  transform: rotate(45deg);
  top: 25px;
}
.header .phone-menu {
  width: 160px;
  background-color: #000;
  opacity: 0.8;
  height: 100%;
  position: fixed;
  left: -160px;
  top: 0;
  z-index: 99;
  text-align: center;
}
.header .phone-menu .title {
  height: 60px;
  line-height: 60px;
}
.header .phone-menu p {
  margin: 0 10px;
  line-height: 50px;
  border-bottom: 1px #3b3b3b solid;
}
.header .phone-menu p a {
  display: block;
  color: #fff;
}
.header .phone-menu p a i {
  margin-right: 8px;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cc-style-first{
    width: 200px;
}
.cc-style-other{
    width: 120px;
}
.phone-giftool{
    width: 600px;
}
.footer .fr p{
        display: inline;
    }

@media screen and (max-width: 470px) {
    .container{
        width: 100%;
        padding: 0;
    }
    .header{
        padding: 0 3%;
        margin-bottom: 20px;
    }
    .logo img{
        height: 40px;
        margin-top: 10px;
    }
    .header .menu{
        display: none;
    }
    .header .nav{
        display: block;
    }
    .content .ys-tabs{
        margin-bottom: 20px;
        padding: 0 0 5% 3%;
        /*border-bottom: 2px #e6e6e6 solid;*/
    }
    .content .ys-tabs ul li{
        width: 31.6%;
        margin: 0 1% 1% 0;
        border-radius: 3px;
    }
    .content .ys-tabs ul li a{
        display: block;
        text-align: center;
        border-bottom: 0;
        padding: 0;
    }
    .content .ys-gn-nr{
        border: 0;
    }
    .content .ys-tabs ul li a.active{
        border: 0;
        background-color: #01b6ee;
        color: #fff;
    }
    .content .ys-tabs ul li:nth-child(8),.content .ys-tabs ul li:nth-child(7){
        display: none;
    }
   .content .ys-tabs ul li:nth-child(13){
        width: 47.88%;
    }
    .content .ys-gn-nr{
        padding: 3%;
    }
    .layui-form-item .layui-input-inline{
        /*margin-left: 90px;*/
        width: 100%;
    }
    .cc-style-first,.cc-style-other{
        width: 100%;
    }
    .yasuoBtn{
        width: 100%;
    }
    .layui-elem-quote{
        padding: 10px;
    }
    .ys-content{
        padding: 0 0 20px 0;
    }
    .ys-content .ys-list{
        width: 33%;
        padding: 0 3%;
        overflow: hidden;
    }
    .ys-content .ys-list p:last-child{
        display: none;
    }
    .pl-content .pl-form{
      margin-bottom: 30px;
    }
    .ys-content .ys-list{
        margin: 0;
    }
    .onlineTools ul li{
        width: 32%;
    }
    .pl-content .pl-form{
      width: 100%
    }
    .my-say{
        text-align: left;
        padding-left: 3%;
    }
    .my-tips{
        padding: 0 3%;
        text-align: left;
    }
    .pl-content .text-area{
        margin: 0 3% 5% 3%;
    }
    .pl-btn,.pl-hed{
        padding: 0 3%;
    }
    .pl-content .pl-lists ul li.first{
        width: 100%;
        padding: 2% 3% 4% 3%;
        margin-bottom: 3%;
    }
    .pl-content .pl-lists ul li:last-child{
        text-align: center;
        background-color: #f9f9f9;
        margin-top: -3%;
        padding: 5% 0;
    }
    .phone-giftool{
        width: 100%;
        margin-left: 0;
    }
    .phone-table .layui-btn-primary{
        width: 100%;
        padding: 3px 10px;
        height: auto;
    }
    .phone-table .layui-btn-primary del{
        display: block;
    }
    .fsqun{
        display: none;
    }
    .footer .fr,.footer .fl{
        float: none;
    }
    .footer .fr p,.footer .fl p{
        display: block;
        text-align: center;
    }
}
.zpg_color{
    background:#fff !important;
    color:#4865fe !important;
    border: 1px solid #4865fe;
}