* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}

.foot{
    padding: 15px;
    background: #eee;
    text-align: center;
}
img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    font-size: 20px;

    position: relative;
}

body {
    font-family: '微软雅黑', 'Heiti SC';

}
.mypc{
    padding-top:20px
}
.mymobe {
    font-size: 14px;
    min-height: 100%;

}

.mypc .mar50 {
    margin-top: 50px;
}

.mymobe .mar50 {
    margin-top: 30px;
}

.mypc .mar30 {
    margin-top: 30px;
   
}

.mypc .mar20 {
    margin-top: 20px;
}

.mymobe .mar30 {
    margin-top: 15px;
}

.mymobe .mar20 {
    margin-top: 10px;
}
.mymobe .tb{
    margin-top:8px
}
.samp {
    text-indent: 2em;
    line-height: 2;
}
.mypc .samp{
     padding:0 30px
}
.specon {
    position: relative;
    overflow: hidden;
}

.mypc .img1 {
    float: left;
}

.mypc .btcon>div.act{
   display:flex !important;
   
   justify-content:space-between
}
.mypc .btcon>div img{
  display:block;
    width:49%
}
.mymobe .img1 {
    display:block;
    width: 100%;
    margin:0 auto;
    margin-top: 10px;
}

.p1 {
    background: #eeeeee;
    border-radius: 15px;

}

.mypc .p1 {
    width: 550px;
    float: left;
    padding: 40px;
    margin-left: 8px;
    margin-top: 70px;
    line-height: 1.7;
    position: relative;
}
.mymobe .tb{
    font-size:16px;
    font-weight:bold
}
.mymobe .p1 {
    width: 100%;
   margin:0 auto;
    border-radius:0;
    position: relative;
    line-height: 1.7;
    padding: 10px;
 
    margin-top:5px
}

.mymobe .p1::before {
    content: "";
    border-left: 10px transparent solid;
    border-bottom: 10px #eee solid;
    border-right: 10px transparent solid;
    position: absolute;
    top: -10px;
    margin-left: -10px;
    left: 50%;
}

.mypc .p1::before {
    content: "";
    border-top: 15px transparent solid;
    border-right: 15px #eee solid;
    border-bottom: 15px transparent solid;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -15px;
}

.line-h {
    position: relative;
}

.mypc .line-h::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background: #ff000f;
    left: 50%;
    margin-left: -25px;
    top: -26px;
}

.mymobe .line-h {
    font-size: 18px;
}

.mymobe .line-h::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #ff000f;
    left: 50%;
    margin-left: -13px;
    top: -16px;
}

.mypc .item-dec {
    width: 380px;
    float: left;
}

.mypc .item-up {
    width: 368px;
    height: 232px;
    margin: 0 auto;
    padding: 50px 30px;
    font-size: 20px;
    background: url(../images/x2.png) center center no-repeat;
    margin-top: -20px;
    position: relative;
    z-index: 9;
    padding-top: 100px;
}
.mypc .item-down{
    width: 368px;
    height: 232px;
    margin: 0 auto;
    padding: 50px 30px;
    font-size: 20px;
    background: url(../images/x1.png) center center no-repeat;
    margin-bottom: -20px;
    position: relative;
    z-index: 9;
    padding-top: 80px;
}
.mymobe .item-down{
  
    padding: 10px;
    margin: 0 auto;
  
    position: relative;
    z-index: 9;
    background: #eee;
  
    margin-bottom: 5px;
}
.mymobe .item-down::before{
    content: "";
    border-left: 10px transparent solid;
    border-top: 10px #eee solid;
    border-right: 10px transparent solid;
    position: absolute;
    bottom: -10px;
    margin-left: -10px;
    left: 50%;
    
}
.item-img{
    max-width: 100%;
}
.mymobe .item-img{
    width:100%
}
.mymobe .item-up {
    text-align:center;
    padding: 10px;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
    z-index: 9;
    background: #eee;
   
   

}
.mymobe .item-up::before{
    content: "";
    border-left: 10px transparent solid;
    border-bottom: 10px #eee solid;
    border-right: 10px transparent solid;
    position: absolute;
    top: -10px;
    margin-left: -10px;
    left: 50%;
}

.pro-h{
    color: #ff000e;
    padding-left: 15px;
    position: relative;
}
.duct-h{
    color: #ff000e;
}
.mypc .pro-h::before{
    content: "";
    width: 5px;
    height: 40px;
    background: #ff000e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mymobe .pro-h::before{
    content: "";
    width: 3px;
    height: 20px;
    background: #ff000e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mymobe .pro-h{
    font-size: 16px;
    padding-left: 10px;
}
.mymobe .duct-h{
    font-size: 16px;
}
.dotp{
    padding-left: 15px;
    background: url(../images/dot.jpg)left center no-repeat;
}
.mypc .click-con{
    display: flex;
    justify-content: center;
    position: relative;
}
.mypc .xunjia{
    display:block;
    background: #ff000e !important;
    border-radius: 25px;
    text-decoration: none !important;
    width: 161px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: white !important;
    margin:0 auto;
    margin-top:30px
}
.mypc .xunjia:hover{
    background:#bb2924 !important
}
.mymobe .xunjia{
    display: block;
    background: #ff000e !important;
    border-radius: 25px;
    text-decoration: none !important;
    width: 160px;
    margin: 15px auto;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: white !important;
}
.mypc .down{
    background: #eeeeee !important;
    border-radius: 25px;
    text-decoration: none !important;
    width: 550px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #000 !important;
    margin-left: 20px;
}
.mypc .down:hover{
    height: 43px;
    line-height: 43px;
    background: #fff !important;
    border:1px #eee solid
}
.mymobe .down{
    display: block;
    background: #eeeeee !important;
    border-radius: 25px;
    text-decoration: none !important;
   
    text-align: center;
    height: 35px;
    line-height:35px;
    color: #000 !important;
   
}
.mypc .proimg{
    width: 150px;
}
.mymobe .proimg{
    width: 35%;
}
.mypc .dec-con{
    width: 100%;
    position:relative;
    background: #eeeeee;
    text-indent: 2em;
    line-height: 2;
    border-radius: 25px;
    padding: 30px 15px;
    z-index: 99;
    display: none;
    margin-top:15px
   
}
.mypc .dec-con::before{
    content: "";
    border-left: 15px transparent solid;
    border-bottom: 15px #eee solid;
    border-right: 15px transparent solid;
    position: absolute;
    left: 55%;
    
    top: -15px;

}
.mymobe .dec-con{
    background: #eeeeee;
    text-indent: 2em;
    line-height: 2;
    border-radius: 15px;
    padding: 10px;
    margin-top: 15px;
    position: relative;
}
.mymobe .dec-con::before{
    content: "";
    border-left: 10px transparent solid;
    border-bottom: 10px #eee solid;
    border-right: 10px transparent solid;
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
    top: -10px;
}
.item-row{
    position: relative;
    overflow: hidden;
}
.spec-dot{
    float: left;
    width: 50%;
}
.bgrow{
    margin:  0 15px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    padding-top: 30px;
}
.bgp{
    color: #ff000e;
    font-weight: bold;
}

.mymobe .logoimg{
    width: 120px;
}

.mypc .contact-con p{
    margin-bottom: 30px;

}
.mymobe .ercode{
    width: 30%;
    margin-top: 15px;
    margin-bottom: 20px;
}
.animation {
    -moz-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0; 
    z-index:9
}
  
  .animation.srcospcur {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
    transition: 1.3s;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -ms-transition: 1.3s;
    -o-transition: 1.3s; }


  label{
    font-weight: normal;
    cursor: pointer;
    margin-right: 30px;
}
label input{
    margin-right: 5px !important;
}
.form-ul li{
    margin-top: 15px;
}
.form-ul li p{
    font-weight: bold;
    color: #666;
}
.zw{
    visibility: hidden;
}
.mypc .procon label{
   
    margin-top: 5px;
}
   .mypc .procon label{
                display:block;
                width:100%
            }
.tj{
    width: 260px;
    line-height: 40px;
    background: #ff000f;
    color: white;
    text-align: center;
    border-radius: 7px;
    margin: 15px auto;
    cursor: pointer;
}
.proli{
    display: none;
}
.mymobe .item-dec{

    width: 100%;
    margin:15px auto;
    font-size: 14px !important;
}

.mypc .topnav{
    width:100%;
    height:750px;
    background:url(../images/top.jpg) center top no-repeat
}
.mymobe{
   padding-top:45px;
}

.fixtop{
    position:fixed;
    width:100%;
    height:66px;
    background:#fff;
    z-index:99;
    left:0;
    top:0;
    box-shadow:0 3px 5px #666
    
}
.mypc .marfu{
    margin-top:-65px;
    background:white
}
.mymobe .pfu{
    margin-top:-50px;
    background:white
}
.mymobe .fixtop{
    height:45px;
    background:#fff
}
.toplogo{
    float:left;
    height:40px;
    margin-top:13px;
    margin-left:50px
}
.mymobe .toplogo{
    height:26px;
    margin-top:10px;
    margin-left:15px
}
.topxunjia{
    float:right;
    background: #ff000e !important;
    border-radius: 25px;
    text-decoration: none !important;
    width: 161px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white !important;
    margin-top:13px;
    margin-right:50px;
    font-size:18px
}
.mymobe .topxunjia{
    width:120px;
    height:30px;
    line-height:30px;
    font-size:12px;
    margin-right:15px;
    margin-top:7px
}

.pdfimg{
    width:110px;
    box-shadow:0 0 5px   #eee;
    border:2px #d0d0d0 solid
}
.mymobe .pdfimg{
    width:60px;
    border:1px #d0d0d0 solid
}
 .icon5{
    width:40px;
    animation:trans 2s infinite;
    -webkit-animation:trans 2s infinite；
}
 @keyframes trans
{
	from {
        transform:translateY(-5px)
    }
    50%{
        transform:translateY(5px)
    }
	to {
         transform:translateY(-5px)
    }
}
  @-webkit-keyframes trans
{
	from {
        transform:translateY(-5px)
    }
    50%{
        transform:translateY(5px)
    }
	to {
         transform:translateY(-5px)
    }
}
 .mypc .icon5{
     width:60px;
     border-radius:50%;
     background:white;
     padding:10px
 }
 .mymobe .icon5{
       width:40px;
     border-radius:50%;
     background:white;
     padding:10px
 }
.media{
    display:flex;
    border:1px #ddd solid;
     align-items:center;
     background:#eee
}
.mypc .media{
    padding:15px 30px
}
.mymobe .media{
    padding:10px
}
.media-body{
    flex:1;
    display:flex;
}
.mypc .media-body{
    flex-direction:column
}
.media-body h3{
    flex:1
}
.dpcon{
    color:#666
}
.mymobe .media-heading{
    font-size:12px
}
.pdfdec{
    color:#666
}
.mypc .pdfdec{
    font-size:16px
}
.media-heading{
    flex:1;
    display:flex;
    flex-direction:column;

   
}
.mypc .dpcon{
    margin-right:100px;
    display:flex;
    align-items:center
}
.mypc .media-heading{
    padding-left:30px
}
.mypc .dpimg{
    margin-left:30px;
    margin-right:10px
}
.mymobe .dpimg{
    width:30px;
    margin-left:15px;
    margin-right:5px
}
.mymobe .dpcon{
  
    display:flex;
    align-items:center
}
.mymobe .media-heading *{
    margin-bottom:5px !important
}
.mypc .fkcon{
    height:165px;
    padding-left:55px;
    line-height:45px
}
.mymobe .fkcon{
    height:115px;
    padding-left:30px;
    line-height:30px;
}
.mypc .fk1 {
    background:url('../images/k1.png') left 10px no-repeat;
    background-size:auto 135px;
}
.mypc .fk2 {
    background:url('../images/k2.png') left 10px no-repeat;
    background-size:auto 135px;
}
.mypc .fk3 {
    background:url('../images/k3.png') left 10px no-repeat;
    background-size:auto 135px;
}

.mypc .fk4 {
    background:url('../images/k6.png') left 10px no-repeat;
    background-size:auto 135px;
}

.mypc .fk5 {
    background:url('../images/k5.png') left 10px no-repeat;
    background-size:auto 135px;
}

.mypc .fk6 {
    background:url('../images/k4.png') left 10px no-repeat;
    background-size:auto 135px;
}
.mymobe .fk1 {
    background:url('../images/k1.png') left 10px no-repeat;
    background-size:auto 75px;
}
.mymobe .fk2 {
    background:url('../images/k2.png') left 10px no-repeat;
    background-size:auto 75px;
}
.mymobe .fk3 {
    background:url('../images/k3.png') left 10px no-repeat;
    background-size:auto 75px;
}

.mymobe .fk4 {
    background:url('../images/k6.png') left 10px no-repeat;
    background-size:auto 75px;
}

.mymobe .fk5 {
    background:url('../images/k5.png') left 10px no-repeat;
    background-size:auto 75px;
}

.mymobe .fk6 {
    background:url('../images/k4.png') left 10px no-repeat;
    background-size:auto 75px;
}
.mypc .conb{
    padding:30px;
    color:#fff;
    margin:0;
    background:#6f6f6f;
    margin-top:30px
}
.mymobe .conb{
    padding:15px;
     color:#fff;
    margin:0;
    background:#6f6f6f;
    margin-top:20px
}
.cont-p{
    color:#b7b7b7
}
.mypc .cont-p{
    margin-bottom:50px
}


.mypc .xia{
    width:500px;
    padding:30px;
    background:#ff000f;
    text-align:center;
    border-radius:80px;
   color:white;
   margin:20px auto;
}
.mymobe .admar{
    margin-top:0
}
.mymobe .xia{
    width:70%;
     background:#ff000f;
    text-align:center;
    border-radius:60px;
   color:white;
   margin:10px auto;
   padding:10px 
}
.mymobe .xia p{
    margin-bottom:3px
}
.mymobe .xiat{
    font-size:16px
}
.mypc .xiat{
    font-size:22px
}
.mypc .xiad{
    font-size:18px
}
.mymobe .xiad{
    font-size:12px
}
.btp{
   
    border-bottom:2px #eee solid
}
.btp:after{
    content:"";
    display:block;
    clear:both
}
.btp span{
    float:left;
    text-align:center;
    width:25%;
    position:relative
}
.mymobe .btp span{
    float:left;
    width:50%
}
.mymobe .bgrow{
    padding-left:50px
}
.mypc .btp span{
    height:60px;
    line-height:60px;
    cursor:pointer
}
.mymobe .btp span{
    height:30px;
    line-height:30px;
}
.btp span.act::after{
    content:"";
    position:absolute;
    width:100%;
    height:2px;
    background:#ff000e;
    left:0;
    bottom:-2px
}
.mypc .imgm{
    margin-top:30px
}
.mymobe .imgm{
    margin-top:15px
}
.brimg{
    display:none
}
.arrow-con{
    width:64px;
    height:64px;
    
    border-radius:50%;
    background:white;
    margin:15px auto;
    overflow:hidden;
    cursor:pointer;
    transform:translateY(-130px)
}
.arrow-con:hover{
    background:#eee;
}
.arimg,.brimg{
    width:36px;
    display:block;
    margin:0 auto;
    margin-top:14px;
}
.arrow-con:hover .arimg{
    display:none
}
.arrow-con:hover .brimg{
    display:block
}
.protab{
   
    border-bottom:3px #ddd solid;
    margin-top:50px
    
}
.protab:after{
    content:'';
    display:block;
    clear:both
}
.mypc .showpc{
    display:block
}
.mypc .hidepc{
    display:none
}
.protab p{
    float:left;
    width:33.33%;
    text-align:center;
    font-size:22px;
    font-weight:500;
    line-height:40px;
    cursor:pointer;
    position:relative;
    line-height:50px;
    margin-bottom:0

}
.protab p.act{
    color:#ff000e !important
}
.protab p.act:after{
    content:'';
    position:absolute;
    width:100%;
    height:3px;
    background:#ff000e;
    left:0;
    bottom:-3px
}
