@import url('reset.css');
.fixed{
    position:fixed;
    top:0;
    left:0;
    width:  100%;
    z-index:999999;
}
.wrap {
    width: 1200px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
a {
    transition: color 0.35s;
}

a:hover {
    color: #ff0000;
}
.anim{
    transition: all .1s;
}
.anim:hover{
    transform: scale(1.05);
}
.nores{
    text-align: center;
    font-size: 24px;
    width: 50%;
    margin:100px auto;
    color: #666;
}
.topsou{
    position: relative;
    float: right;
    top:25px;
}
.topsou .topform{
    position: relative;
    float: left;
    width: 238px;
    height: 40px;
    border:1px solid #dcdcdc;
    overflow: hidden;
    margin-left: 50px;
}
.topsou .topform input{
    border:none;
    position: absolute;
    width: 228px;
    height: 100%;
    line-height: 40px;
    padding-left: 10px;

}
.topsou .topform img{
    position: absolute;
    z-index: 2;
    right: 10px;
    top:10px;
    cursor: pointer;
}
.topsou a{
    display: block;
    height: 40px;
    float: left;
    line-height: 40px;
    margin-left: 20px;
}
.topsou a img{
    vertical-align: middle;
}

.header {
    width: 100%;
    float: left;
    top:0;
    position: fixed;
    height:90px;
    background: #fff;
    z-index: 99999;
}

.header a.alogo {
    display: block;
    float: left;
    line-height: 90px;
    height: 90px;
}
.header a.alogo img{
    vertical-align: middle;
}

.header a.alogo img {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.5s;
    max-height: 90px;
}
.header a.alogo:hover img{
    transform: scale(1.1);
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#top-menu {
    height: 90px;
    line-height: 87px;
    position: relative;
    width: 700px;
    float: left;
    margin-left: 50px;
}

#top-menu >   ul {
    display: table;
    height: 90px;
    width: 100%;
}

#top-menu .cate0 {
    display: table-cell;
    text-align: center;
    font-weight: normal;
    position: relative;
}

#top-menu ul li a {
    font-size: 16px;
    color: #464646;
}

#top-menu .cate0 > a {
    color: #464646;
    display: block;
    width: 100%;
    height: 87px;
    border-top:3px solid #fff;
}

#top-menu .cate0:hover,
#top-menu .cate0.on  {
    transition: color 0.35s;
    color:#fff;
    height: 87px;
}
#top-menu .cate0:hover> a,
#top-menu .cate0.on > a{
    border-top: 3px solid #1f85c0;
    color: #1f85c0;
}
#top-menu .cate0 ul {
    display: none;
    position: absolute;
    top: 90px;
    left: -25%;
    width: 150%;
    z-index: 99999;
}

#top-menu ul ul li {
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

#top-menu .cate0 ul ul {
    width: auto;
    white-space: nowrap;
    position:absolute;
    left:100%;
    top:0;
}

#top-menu .cate0 ul li:hover  {
    border-bottom-color:#fff;
    background: #036abb;
}

#top-menu .cate0 > ul > li:hover> a {
    color: #fff;
}

#top-menu .cate1u > li:hover> a {
    color: #fff;
}
#top-menu .cate0 ul ul  li {
    padding: 0px 10px;
}

#top-menu .cate0 ul li:hover  ul {
    display: block;
}
.tbar{
    position: fixed;
    top:200px;
    left: 20px;
    width: 140px;
    z-index: 9999;
    background: #fff;
    line-height: 40px;
    box-shadow: 0 0 5px #ccc;
}
.tbar .p1{
    background:#1f85c0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 40px;
}
.tbar .p1 img{
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
.tbar .p2{
    border-bottom: 1px solid #f0f0f0;
}
.tbar .p3{
    line-height: 40px;
    text-align: center;
}
.tbar .p2:hover{
    background:#ff7200;
    color: #fff;
}
.tbar .p2:hover a{
    color: #fff;
}
.sec{
    width: 100%;
    clear: both;
    float: left;
}
.sec .tit{
    width: 100%;
    height: 14px;
    background:#f5f5f5;
    line-height: 1;
    margin:50px 0;
}
.sec .tit .cn{
    display: block;
    float: left;
    height: 18px;
    margin-top:-4px;
    font-size: 18px;
    background:#fff;
    color: #1e50ae;
}
.sec .tit .en{
    display: block;
    float: left;
    height: 14px;
    background:#fff;
    padding-left: 20px;
    padding-right: 20px;
    color: #737373;
    border-right: 14px solid #1e50ae;
}
.sec .tit .sp{
    display: block;
    float: left;
    height: 14px;
    background:#fff;
    width: 30px;
}
.sec .secmore{
    float: right;
}
.newstop{
    margin-top: 20px;
}

.newstop .dleft{
    float: left;
    width: 210px;
    border-radius: 5px;
    overflow: hidden;
}
.newstop .dleft .d1{
    width: 190px;
    height: 45px;
    line-height: 45px;
    background:#738bd4;
    color: #fff;
    padding: 0 10px;
}
.newstop .xw{
    margin-top:-20px;
    width: 950px;
    float: right;
}
.newstop .dleft a{
    width: 190px;
    padding: 0 10px;
    background: #f6f6f6;
    border-bottom: #d9d9d9 1px dashed;
    display: block;
    height: 45px;
    line-height: 45px;

}
.newstop .dpic{
    width: 570px;
    float: left;
    margin-left: 40px;
}
.newstop .dpic .d1 img{
    width: 520px;
    height: 320px;
    margin:0 25px 25px 25px;
}
.newstop .dpic .d2{
    border:1px solid #efefef;
    padding:20px;
    width: 530px;
    float: left;
}
.newstop .dpic .d2 a{
    padding-left: 45px;
    background:url(../images/hot.gif) no-repeat 10px 5px;
    display: block;
    width: 120px;
    line-height: 25px;
    overflow: hidden;
    height: 50px;
    float: left;
    border-right: 1px solid #efefef;
}
.newstop .dpic .d2 a:last-child{
    border:none;
}
.newstop .dright{
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    width: 250px;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.newstop .dright a{
    display: block;
    float:left;
    height:100px;
    border-bottom:1px solid #efefef;
}
.newcatebar{
    text-align: center;
}
.newcatebar .dpos{
    text-align: left;
    height: 50px;
    line-height: 50px;
}
.newcatebar .d1{
    color: #ed3da1;
    font-size: 24px;
}
.newcatebar .d2{
    margin-bottom: 10px;
    line-height: 2;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddd;
}
.newcatebar .dsub{
    text-align: center;
}
.newcatebar .dsub a{
    display: inline-block;
    background: -webkit-linear-gradient(bottom, rgba(39,64,126,1),rgba(147,159,190,1));background: -ms-linear-gradient(bottom, rgba(39,64,126,1),rgba(147,159,190,1));background: linear-gradient(bottom, rgba(39,64,126,1),rgba(147,159,190,1));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ff939fbe, endColorstr=#ff27407e,GradientType=0 );
    border: 1px solid rgba(39,64,126,1);
    width: 164px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    margin: 15px;
    border-radius: 5px;
}
.fcates {
    width: 100%;
    float: left;
    background: #e6e6e6;
    padding: 30px 0;
    line-height: 2;
    font-size: 12px;
}
.fcates .wrap{
    display: table;
}
.fcates .fcitem{
    width: 100%;
    padding-right: 20px;
}
.fcates .fcitem td{
    vertical-align: top;
}
.fcates .fcitem .t1{
    border-bottom: 1px solid #555;
}
.fcates .fcitem .t2 td{
    padding-top: 10px;
}
.fcates  .fcitem .a1{
    display: block;
    font-weight: bold;
    clear: both;
    font-size: 18px;
    color: #555;
    line-height: 1;
    margin:20px 0;
}
.fcates  .fcitem .a2{
    display: block;
    clear: both;
    font-size: 14px;
    color: #757575;
    line-height: 2;
}
.fcates .fcitem td.ed{
    width: 350px;
    padding-right: 0;
}
.fcates .fcitem .ewm{
    width: 105px;
    margin-top: 20px;
    color: #999;
    float: left;
}
.fcates .fcitem .ewm{
    text-align:center;
    color:#666;
    font-size:16px;
}
.fcates .fcitem .ewm .txt{
    width: 100%;
}
.fcates .fcitem img{
    width: 105px;
    margin-right: 20px;
    float: left;
}
.fcates .fcitem .txt{
    float: left;
}
.footer {
    background: #e6e6e6;
    clear: both;
    float: left;
    padding: 15px 0px;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    color: #757575;
    border-top:1px solid #d1d1d1;
}
.footer a{
    color:#757575;
}
.ads{
    width: 100%;
    overflow: hidden;
    text-align:center;
}
.ads img{
    width:100%;
}
.footer a {
    color: #fff;
}

.footer table {
}

.footer table td,
.footer table th {
    border: none;
}
.qqkefu{
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:#1370c2;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background:#1370c2;
}
.qqkefu ul li.top{
    background:url("../images/back.png") no-repeat center #1370c2;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}
.qqkefu ul li.top:hover{
    background:url("../images/back.png") no-repeat center #1370c2;
}
.qqkefu ul li div{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li div.a{
    position: relative;
    background:#1370c2 url(../images/qq.png) no-repeat center center;
}
.qqkefu ul li div.b{
    position: relative;
    background:#1370c2 url(../images/zixun.png) no-repeat center center;
}
.qqkefu ul li div.c{
    position: relative;
    background:#1370c2 url(../images/weixin.png) no-repeat center center;
}
.qqkefu ul li div.e{
    position: relative;
    background:#1370c2 url(../images/tel.png) no-repeat center center;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{
    width: 130px !important;
    height: 150px !important;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    background:url(../images/czx6.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 122px;
}

.cate-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #979797;
    float: left;
    /*margin:35px 0px;*/
}

.cate-title .cn {
    float: left;
    height: 30px;
    line-height: 30px;
    border-left: 5px solid #1E9FFF;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    color: #2d2d2d;
    display: inline-block;
}
/*toppos*/
.toppos{
    width: 100%;
    clear: both;
    position: relative;
    float: left;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
    overflow: hidden;
}
.toppos .i-home{
    width: 60px;
    float: left;
    height: 60px;
    text-align: center;
    border-right: 1px solid #eaeaea;
}
.toppos .i-home img{ margin-top:22px;}
.toppos .posstep{
    float: left;
    padding-left: 10px;
}
.toppos .posstep .posa{
    display: inline-block;
    padding-left: 10px;
    background:url(../images/i-pos.png) no-repeat left center;
    margin-right: 10px;
}
.toppos .posstep .posa.i1{
    background:none;
}
.toppos .fr ul,
.toppos .fr ul li
{
    position: relative;
    height: 60px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}
.toppos .fr ul li{
    margin-left: 24px;
}
.toppos .fr ul li a{
    display: block;
    float: left;
}
.toppos .fr ul li a.on{
    border-bottom: 1px solid #1f85c0;
    color: #1f85c0;
    font-weight: bold;
}
.toppos .fr .posso {
    position: relative;
    width: 270px;
    float: right;
    height: 34px;
    top:12px;
}
.toppos .fr .posso input{
    position: absolute;
    width: 250px;
    height: 34px;
    display: inline-block;
    border-radius: 27px;
    border: none;
    background:#eaeaea;
    padding-left:20px;
    z-index: 1;
}
.toppos .fr .posso  img{
    position: absolute;
    right: 10px;
    top:10px;
    z-index: 99;
}
.position {
    float: left;
    text-align: left;
    line-height:40px;
}

.content .doc-info {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0px;
    border: 1px dashed #9c9c9c;
}

.content .doc-info span {
    color: #858585;
    padding-left: 20px;
}

.content .content-text {
    width: 100%;
    float: left;
    min-height: 500px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 250%;
}

.content .prevnext {
    width: 100%;
    float: left;
    margin: 50px 0px;
    border-top: 1px dashed #9c9c9c;
    line-height: 40px;
    padding-top: 20px;
}

.bread_line {
    height: 71px;
    background: url(../images/breadline_bg.png) no-repeat;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bread_line span {
    font-size: 30px;
    color: #fff;
    line-height: 71px;
    margin-right: 10px;
    margin-left: 25px;
}

.bread_line a {
    margin: 0 7px;
    font-size: 14px;
    color: #fff;
}

.message_nav {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.message_nav ul li {
    float: left;
}

.message_nav ul li a {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 15px;
    color: #414141;
    padding: 0 25px;
}

.message_nav ul li a.message_nav_c {
    border-bottom: 3px solid #1E9FFF;
    color: #1E9FFF;
}

.main_wrap_lv2 {
    background: #f6f6f6;
}
.left-bar {
    width: 260px;
    border:1px solid #ededed;

    color: #fff;
    float: left;
    padding-bottom: 7px;
}

.left-bar .left-bar-title {
    width: 100%;
    float: left;
    background: rgb(235,29,78);
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}

.left-bar .left-bar-title .cn {
    width: 240px;
    margin: 0 10px;
    float: left;
}

.left-bar .left-bar-cate {
    width: 100%;
    background-color: #fff;
    float: left;
}

.left-bar .left-bar-cate a {
    display: block;
    float: left;
    clear: both;
    width: 226px;
    padding:0 10px;
    margin: 7px 7px 0 7px;
    line-height: 45px;
    background: #f0f0f0;
}
.left-bar .left-bar-cate a:hover,
.left-bar .left-bar-cate a.on{
    background:#ffae00;
    color:#fff;
}
.left-contact {
    width: 195px;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    float: left;
    color: gray;
    font-size: 12px;
    line-height: 30px;
}
.left-contact .tel{
    width: 145px;
    height: 45px;
    background:url(../images/i-tel2.png) no-repeat left center;
    padding-left:65px;
    margin-bottom: 20px;
}
.left-contact .p1{
    color:#5e5e5e;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.left-contact .p2{
    color:#e2c17d;
    font-family: impact;
    font-size: 22px;
}
.left-bar-cate div.cc2-wrap {
    display: none;
}
.left-news p{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 230px;
    margin:0 15px;
    border-bottom:1px solid #e5e5e5;
}
.left-news a:last-child p{
    border-bottom:0;
}

.main-left{
    width: 265px;
    float: left;
    /* margin-top:40px; */
}
.main-right{
    /* margin-top:40px; */
    width: 900px;
    float: right;
}
.page-content {
    font-size: 14px;
    line-height: 200%;
    min-height: 500px;
}

.pages {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.pages .fl a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.pages .fl a:hover, .pages .fl a.current {
    background-color: #BDBDBD;
    border: 1px solid #BDBDBD;
    color: #fff;
}
.pages .i-pnext{
    display: inline-block;
    width: 94px;
    height: 40px;
    background:#1f85c0 url(../images/i-pnext.png) no-repeat center;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.pages .fr img {
    float: left;
}

.formtable p input,.formtable p textarea{
    width: 93%;
    height: 34px;
    margin: 0;
    padding: 0;
    border:1px solid #dadada;
    border-radius: 2px;
    font-size: 12px;
}
.formtable p textarea{
    height: 100px;
    margin-bottom: 10px;
}
.formtable p.p1{
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: bold;
    line-height: 40px;
}
.formtable .p3 input{
    width: 136px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background:#1f85c0;
    display: block;
    float: left;
    color: #fff;
    border-radius: 5px;
}


.pro-cates{
    width: 280px;
    float:left;
    line-height: 45px;
}
.pro-cates h2{
    height: 70px;
    line-height: 70px;
    background: #1f85c0;
    font-size:24px;
    text-align:center;
    color:#fff;
    font-weight: bold;
    vertical-align:center;
}
.pro-cates h2 img{
    vertical-align: middle;
    margin-right: 10px;
}

.pro-cates .c1 .c1t{
    width: 215px;
    padding-left: 50px;
    padding-right: 15px;
    float: left;
    background:#dae8f0;
    font-size: 16px;
    color:#1f85c0;
    border-bottom: 1px solid #fff;
}
.pro-cates .c1 .c1t a{
    color: #1f85c0;
}

.pro-cates .c2 .c2t{
    width: 215px;
    padding-left: 50px;
    padding-right: 15px;
    float: left;
    background:#ebf2f6;
    font-size: 14px;
    color:#1f85c0;
}
.pro-cates .c2 .c2t a{
    color: #1f85c0;
}
.pro-cates .c3wrap,.pro-cates .c2wrap{
    display: none;
}
.pro-cates .c3{
    width: 215px;
    padding-left: 50px;
    padding-right: 15px;
    float: left;
    background:#fff;
    font-size: 14px;
    color:#333;
}
.pro-cates .c3 a{
    color: #333;
}
.pro-cates .c3 a:first-child{
    width: 170px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-cates .c1 .c1t .c1act{
    float: right;
    display: block;
    width: 45px;
    height: 45px;
    background:url(../images/p-jia.png) no-repeat center;
}
.pro-cates .c1 .c1t .c1act.on{
    background-image:url(../images/p-jian.png);
}
.pro-cates .c2 .c2t .c2act{
    float: right;
    display: block;
    width: 45px;
    height: 45px;
    background:url(../images/p-jt.png) no-repeat center;
}
.pro-cates .c2 .c2t .c2act.on{
    background-image:url(../images/bg-sel.png);
}
.pro-cates .c3 .c3act{
    float: right;
    display: block;
    width: 45px;
    height: 45px;
    background:url(../images/p-you.png) no-repeat center;
}
.cbl{
    width: 240px;
    padding: 20px;
    background:#ebf2f6;
    margin-top:20px;
    float: left;
}
.cbl img{
    margin-top:10px;
    margin-right: 10px;
    float: left;
}
.cbl .p1{
    font-size: 18px;
    color: #1f85c0;
    line-height: 1;
    margin-bottom: 10px;
}
.cbl .p2{
    font-size: 14px;
    line-height: 2;
    color: #333;
}
/*.nav{ display: none;}*/
.pc{ display:block;}
.wap{ display:none;}
.mobileFooter{ display:none;}
.header a.alogo .pc{display:inline-block; }
.header a.alogo .wap{ display:none;}
@media screen and (max-width:800px){
.header a.alogo .wap{ display:block;}
img{ max-width:100%;}
table{ max-width:100%!important;}
.pc{ display:none!important;}
.wap{ display:block;}
.qqkefu{ display:none;}
    .wrap{ width:90%!important;}
	#top-menu .cate0 ul{ display:none!important;}
	#top-menu{ float:right; width:auto;}
    ul.menu{ display: block!important; flex-wrap: wrap; width:50%!important;  height: 100%!important; position: fixed; right: 0px; top: 60px; z-index: 100; overflow-y: scroll;  
             transform: translate3d(100%, 0px, 0px);  transition: all 0.65s ease-in-out 0s;background: #3d3d3d;}
    ul.menu.active{transform: translate3d(0px, 0px, 0px);}
    ul.menu li{ line-height: 45px; height: 45px!important; border-bottom:1px solid #fff; display: block!important;  width: 100%!important;}
	ul.menu li.on{ background:#000;}
	ul.menu li:nth-child(1) i{ background:url(../images/home.png) left no-repeat;position: absolute;top: 10px;left: 30px;background-size: cover;width: 25px;height: 25px;}
	ul.menu li:nth-child(2) i{ background:url(../images/product.png) left no-repeat;position: absolute;top: 10px;left: 30px;background-size: cover;width: 25px;height: 25px;}
	ul.menu li:nth-child(3) i{ background:url(../images/case.png) left no-repeat;position: absolute;top: 10px;left: 30px;background-size: cover;width: 25px;height: 25px;}
	ul.menu li:nth-child(4) i{ background:url(../images/news.png) left no-repeat;position: absolute;top: 10px;left: 30px;background-size: cover;width: 25px;height: 25px;}
	ul.menu li:nth-child(5) i{ background:url(../images/service.png) left no-repeat;position: absolute;top: 10px;left: 30px;background-size: cover;width: 25px;height: 25px;}
	ul.menu li:nth-child(6) i{ background:url(../images/message.png) left no-repeat;position: absolute;top: 10px;left: 30px;background-size: cover;width: 25px;height: 25px;}
	ul.menu li:nth-child(7) i{ background:url(../images/about.png) left no-repeat;position: absolute;top: 7px;left: 30px;background-size: cover;width: 25px;height: 30px;}
	ul.menu li:nth-child(8) i{ background:url(../images/contact.png) left no-repeat;position: absolute;top: 10px;left: 30px;background-size: cover;width: 25px;height: 25px;}
    ul.menu li::after{content:"";background:url(../images/icon.png) right no-repeat; position: absolute;top: 10px;right: 15px;background-size: cover;width: 15px;height: 25px;}
    ul.menu li a{ height: 100%!important; font-size: 16px; padding: 0;width:auto!important; color:#fff!important; border-top:none!important;}
    ul.menu li.active a{ border: none; font-size: 18px; text-shadow: 0 0 5px #dedcdc; } 

	.topsou{width: 100%;background: #f0f0f0;padding: 10px 0; margin:0; top:-5px;}
	.topsou .topform{ margin:0 auto; float:none;border-radius: 20px; width:90%;box-shadow:4px 3px 5px 1px rgba(153,153,153,.5);}
	.topsou .topform input{ width:100%;padding-left: 20px;}
	.call{ line-height:25px; padding:25px 0;}
	.call h3{ color:#222222; font-size:0; float:left;  background:url(../images/tel.png) left no-repeat; padding-left:30px;background-size: contain;}
	.call p{ margin-left:20px; color:#1762a3; font-size:16px;}
	.call p a{color:#1762a3;margin: 0 10px;}
	.prowrap{margin: 20px auto;}
	.prowrap ul{ width:100%; float:none; margin:0 auto;}
	.prowrap .plist ul li{width: 43%;margin: 15px 3%;}
	.prowrap .plist ul li p{ width:100%; margin:0;}
	.prowrap .plist ul li img{ height:auto;}
	.prowrap .plist ul li .p1{ color:#1762a3; margin:10px 0 10px 10px;width: 95%;}
	.prowrap .plist ul li .p3{ margin-top:12px;}
	.prowrap .plist ul li .p4 .btn{border: none;width: auto;margin: 5px 10px;}
	.prowrap .plist ul li:hover .p4 .btn{ border:none;color:#999;}
	.more{margin: 0 auto;width: 128px;}
	.more a{display: inline-block;width: 125px;height: 33px;color: #1762a3;text-align: center;border: 1px #1762a3 solid;border-radius: 18px;line-height: 33px;margin: 0 auto;}
	.fan{ height:400px; }
	.fan .p1{ margin-top:30px;}
	.fan .p2{ margin-top:10px;}
	.jjfa{ margin:40px 0;}
	.fan .wrap{ width:90%;}
	.xw .wrap{ width:90%;}
	.fcates .wrap{ width:90%;}
	.fan .p3{ margin-top:0; float:right; height:auto; margin-right:30px;}
	.h2 .p2{ background:none;padding: 30px 0;}
	.jjfa .flist{ width:100%; margin-left:0;padding-bottom: 60px; margin-top:10px;}
	.jjfa .flist a{ width:90%; height:auto; margin:0 auto; float:none;box-shadow:2px 3px 1px 1px rgba(173,173,173,.5);}
	.jjfa .flist a img{ width:100%; height:auto;}
	.jjfa .flist a p{ width:100%; margin:0;}
	.jjfa .flist a .p4{ margin-bottom:20px;}
	.caselist .banner-pagination{bottom:0!important;}
	.caselist .swiper-wrapper{ width:100%!important; height:auto!important;}
	.caselist .banner-pagination .swiper-pagination-switch{width: 8px!important;height: 8px!important;display: inline-block;border-radius: 100%;background: #000;opacity: .2;margin: 0 10px !important}
	.caselist .banner-pagination .swiper-active-switch { opacity:1; background:#007aff;}
	.xw{padding: 40px 0;}
	.xw .flist{ width:100%; margin:20px 0 0 0;}
	.xw .flist li a{ width:100%; height:auto; margin-left:0; margin-bottom:10px;border-radius: 5px;}
	.xw .flist a img{ width: 30%;height: auto;float: left; padding:10px;min-height: 81px;}
	.xw .flist a .p1{width: 60%;float: right;margin: 10px 0;padding-bottom: 20px;}
	.xw .flist a .p2{ line-height:1;width: 60%;float: right;margin: 10px 0;padding-bottom: 0px;}
	.xw .flist a .p2 span{ float:right; margin-right:15px;}
	.fcates .fcitem .t1{ display:none;}
	.fcates .fcitem .t2 td{ display:none;}
	.fcates .fcitem td.ed{ display:block; width:100%;}
	.fcates .fcitem .a2{ width:60%; float:left;}
	.fcates .fcitem .ewm{ position:absolute; right:10px;width: 30%;}
	.fcates .fcitem .h3{ color:#000; font-size:18px; width:70%;margin-bottom: 10px;}
	.fcates .fcitem .a2 span{font-size: 14px!important;}
	.fcates .fcitem .a2 a{color: #757575;}
	.footer a{ color:#757575;}
        .footer{padding-bottom: 80px;}
        .mobileFooter{width: 100%;  display:block; display: flex; display: -webkit-flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;  position: fixed;  left: 0; bottom: 0; z-index: 100; background-color:#1762a3; }
        .mobileFooter div {text-align: center; width: 25%;  padding: 18px 0 0px 0; height: 100%;position: relative;  }
        .mobileFooter div h6{ font-size: 14px; color: #fff; line-height: 2;  margin-top: 10px;}	
	.mobileFooter div:nth-child(1) i{ background:url(../images/home.png) left no-repeat;position: absolute;top: 5px;background-size: cover;width: 25px;height: 25px; left:38%;}	
	.mobileFooter div:nth-child(2) i{ background:url(../images/bottel.png) left no-repeat;position: absolute;top: 5px;background-size: cover;width: 30px;height: 25px; left:34%;}	
	.mobileFooter div:nth-child(3) i{ background:url(../images/botqq.png) left no-repeat;position: absolute;top: 5px;background-size: cover;width: 25px;height: 25px; left:38%;}	
	.mobileFooter div:nth-child(4) i{ background:url(../images/botmes.png) left no-repeat;position: absolute;top: 5px;background-size: cover;width: 30px;height: 25px; left:37%;}	
	.content_apply{ width:100%!important;}
	.tab{ margin-left:10px!important;}
	.tab .mingchen, .tab .tmingchen{ width:25%!important;}
	.content_apply input{ width:60%!important;}
	.tab textarea{ width:60%!important;}
	.tab #tijiao, .tab #quxiao{width: 30% !important;margin-right: 20px !important;margin-left: 0 !important;}
	.content_apply .tab:last-child{ text-align:right;}
	.toppos .fl{ display:none;} 
	.toppos .fr{ width:100%;}
	.toppos .fr #poscate{ width:100%; display: flex;justify-content: center;}
	.toppos .fr ul li{ padding: 0 5px; margin-left:0; text-align:center;}
	.toppos .fr ul li a{ width:100%; color:#000; font-size:16px;}
	.news-list li{ padding-top:20px!important;}
	.news-list .news-text{ width:100%!important;}
	.news-list .news-date{ float:left!important; width:25%!important;}
	.news-list .news-date .p1{font-size:16px!important; color:#737373!important;line-height: 50px !important;width: 200px;}
	.news-list .news-date .p2{ float:left!important; font-size:16px!important; color:#737373!important;}
	.news-list .news-text .intro{ display:none!important;}
	.pages .fr{ display:none;}
	.main-left{ width:35%; text-align:center; position:relative;position: fixed; z-index:999;}
	.pro-cates{ width:100%;text-align: center;}
	.pro-cates h2{ display:none;}
	.cbl, #mg30-product{ display:none!important;}
   
	.pro-cates .c1 .c1t{ width:75%; font-size: 14px;padding: 13px 23px;line-height: 30px;overflow: hidden;}
	.pro-cates .c1 .c1t .c1act{ display:none;}
	.pro-cates .c1 .c1t a{ color:#1762a3;}
	.main-right{ width:60%;margin-bottom: 70px;}
	.main-right .ph1{ background:#1762a3; width:auto; text-align:center; padding:0 10px;font-size: 16px; margin:10px 0;}
	.main-right .ph2{ width:100%; margin:0; background:none;padding-left: 0;font-size: 16px;}
	.main-right .ph2 a{ color:#1762a3!important;}
	.main-right .plist{ width:100%; padding:0;}
	.main-right .plist a{ width:45%!important; background:none; padding:0;margin-right: 2.5%;}
	.click{ position: absolute;right: -30px;top: 35%;width: 40px; z-index:999;}
	.blue .click{ right:-20px;}
	.pro-cates .c2wrap{ position:absolute; left:107%; background:#fff;box-shadow: -5px 0 10px -5px rgba(153,153,153,.5);height: 100%;}
	.pro-cates .c2wrap h3{text-align: left;padding: 0 30px;}
	.pro-cates .c2 .c2t{ width:160px; padding:0 30px; background:#fff; line-height:50px; text-align:left;}
	.pro-cates .c2 .c2t .c2act{ display:none;}
	.pro-cates .c1 .current{ background:#fff;}
	.blue{ width:15%;}
	.leftactive{ width:75%;}
	#nav-product, .sobar{ display:none;}
	.pinfo .thumb{ float:none; width:100%; height:auto; margin-right:0;box-shadow:0 0 0 0; text-align:center;border-bottom: 1px solid #999;}
	.pinfo .thumb img{display: initial; width:80%; height:auto;padding-bottom: 20px;}
	.pinfo .txt h1{ font-size:16px; color:#010101;margin-bottom: 0;}
	.ptable caption{position: absolute;top: -70px;right: 0;}
	.pinfo .txt{ width:50%;}
	.swiper-pagination-switch{width: 47px!important; height:2px!important; margin:0 3px!important;}
	.banner-pagination{    position: absolute;    z-index: 20;    bottom: 15px!important;    width: 100%;    text-align: center;}
	.header{ height:60px;}
	.header a.alogo{ height:60px; line-height:60px;}
	/*body{ padding-top:60px;}*/
	.pro-cates .c2 .c2t a{color: #1762a3;}
	.blue .pro-cates .c1t{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.position{line-height: 25px;padding: 10px 0;}
}
@media screen and (max-height:812px){
.pro-cates .c1 .c1t{    padding: 24.2px 23px;}
.blue .pro-cates .c1t{ padding: 28px 23px;}
}
@media screen and (max-height:736px){
.pro-cates .c1 .c1t{    padding: 19.5px 23px;}
.blue .pro-cates .c1t{ padding: 23.2px 23px;}
}
@media screen and (max-height:667px){
.pro-cates .c1 .c1t{    padding: 15.1px 23px;}
.blue .pro-cates .c1t{ padding: 17.9px 23px;}
}
