﻿
@charset "utf-8";

.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}
/*初始化开始*/
*{margin:0;padding:0;}
body{background:#fff; background-size:cover; font:12px/22px "Microsoft YaHei","SimSun"; font-size:100%;}
body,ul,ol,li,p,a,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;box-sizing: border-box;}
li,img,input,em,select{ list-style:none; font-style:normal; outline:none;}
a{ text-decoration:none !important; cursor:pointer !important;color: #333;}
a:hover{text-decoration: none !important;color: #333;}
select::-ms-expand { display: none; }
.img_none{display:none;}
.img-position-absolute{position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; max-width: 100%; max-height: 100%;display: block;	margin:auto;padding: auto;}
.clear::after {
    content: '.';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;}
body {
    font-size: 14px;
    font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    border: 0;
    color: #333;
}
/*header开始*/
.container-fluid{
    max-width: 1200px;
}
.header2 .logo{
    padding: 0;
    line-height: 100px;
    width: 35%;
    padding-top: 20px;
}
.header-top{
    background:#e3e3e3;
    font-size: 12px;
}
.dex span{
    display: inline-block;
    padding: 0 5px;
}
.dex span:hover .a{
    color:red;
}
.dex span:hover .a{
    color:red;
}
.top-title{
    margin-top: 40px;
    margin-left: 30px;
    padding-left: 20px;
    border-left: 1px solid #333;
}
.top-title>h4{
    line-height: 30px;
}

.num{
    margin-top: 15px;
}
.num span {
    display: inline-block;
    color: #333;
    margin-left: 10px;
    margin-top: 20px;
}
.phone{
    line-height: 120px;
}
.top-num{
    font-size: 25px;
    color: #bb242b !important;
    font-weight: 600;
}

.top-title h3{
    font-size: 25px;
    letter-spacing:7px
}
.glyphicon {
    top: 0;
}
.header2 .navbox {
    position: relative;
    background: #0056d2;
    height: 50px;
    width: 100%;
    z-index: 999;
}

.header2 .navbox nav {
    max-width: 1200px;
    margin: 0 auto;
}

.header2 .navbox  nav ul {
    width: 100%;
}

.header2 .navbox nav li {
    position: relative;
    width: 12.5%;
    transition: all 0.3s;
}

.header2 .navbox  nav li a {
    margin: 0 auto;
    display: block;
    color: #fff;
    height: 50px;
    font-size: 16px;
    /*background: url(../Images/nav-bor_15.png) no-repeat center left;*/
    border-right:1px solid #497192;
    line-height: 50px;
}


.ph-nav>ul>li{
    float: left;
    width: 25%;
    background: #1f5db8;  border: 1px solid white;
    box-sizing: border-box;
}
.ph-nav>ul>li>a{
    display:block;
    text-align: center;
    line-height: 40px;
    color: white;
}
/*.header2 .navbox  nav li a p{*/
/*line-height: 12px;*/
/*font-size: 12px;*/
/*}*/
.header2 .navbox  nav li a h3{
    line-height: 50px;
    font-size: 16px;
    position: relative;
    z-index: 3;
}

.header2 .navbox  nav li:hover {
    background: #d42f29;
}
.hover{
    background: #d42f29 !important;
}
.header2 .navbox  nav li:hover a {
    color: #fff;
    text-decoration: none
}

.header2 .navbox nav li:hover ul {
    display: block;
    z-index: 8;
}

.header2 .navbox  nav li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: #1857a6;
}
.header2 .navbox nav li ul li {
    width: 100%;
    background: none;
}

.header2 .navbox nav li ul li a {
    line-height: 50px;
    background: none;
}

.header2 .navbox nav li ul li:hover {
    background: #fff;
}
.header2 .navbox nav li ul li:hover>a{
    color: #333;
}
.icon-menu{
    line-height: 95px;
}
header nav li b{ position:absolute; right:15px; top:24px; width:0; height:0; border-left: solid 4px transparent;border-right: solid 4px transparent;border-top: solid 7px #fff; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0}
header nav li b.active{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1}
header nav li:hover b{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0}
header nav li.active b{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0}
header nav li .abg{position:absolute;left:0;bottom:0;z-index:2;width:100%;height:58px;background:#1f5db8;box-shadow:2px 2px 2px rgba(0,0,0,0.4),-2px 0px 2px rgba(0,0,0,0.4);-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4),-2px 0px 2px rgba(0,0,0,0.4);-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4),-2px 0px 2px rgba(0,0,0,0.4);-ms-box-shadow:2px 2px 2px rgba(0,0,0,0.4),-2px 0px 2px rgba(0,0,0,0.4);-o-box-shadow:2px 2px 2px rgba(0,0,0,0.4),-2px 0px 2px rgba(0,0,0,0.4);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;cursor:pointer;}
header nav li:hover .abg{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1}
header nav li.active .abg{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1}
header nav li .abg .mb{width:0;height:0;border-top:58px solid #014bb7;border-right: 144px solid transparent;}
header nav li .zsj{border-bottom:6px solid transparent;border-left:6px solid #013e62;border-top:6px solid transparent;height:0;left:-5px;opacity:1;overflow:hidden;position:absolute;top:-8px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);width:0;z-index:1;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;}
header nav li:hover .zsj{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1}
header nav li.active .zsj{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1}
header nav li .ysj{border-bottom:6px solid transparent;border-left:6px solid #013e62;border-top:6px solid transparent;height:0;opacity:1;overflow:hidden;position:absolute;right:-5px;top:-8px;transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);width:0;z-index:1;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;}
header nav li:hover .ysj{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1}
header nav li.active .ysj{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1}
/**/
/* banner*/
.banner{ width:100%;}
.ban_img { width:100%; padding-top:26.04%; position:relative; transition-duration: 5s;}
.swiper-pagination-bullet { width:12px; height:12px; border:1px solid #e1f2fc;  border-radius:0; background:#000;border-radius:50%;box-shadow:5px 0 5px inset #aaa; }
.swiper-pagination-bullet-active { background:#ff9d00; }
.bantu{
        width: 50%;
    float: left;
    margin-top: 20px;
}
/**/
.tit{
    margin-bottom: 30px;
}
.tit>h3{
background: url("../Images/tt-b_13.png") bottom center no-repeat;
}
.tit>h3>span:nth-child(1){
    background: #0056d2;
    color: white;
    display: inline-block;
    padding: 1px 3px;
    border:1px solid #0056d2;
}
.tit>h3>span:nth-child(2){
    background: white;
    color: #0056d2;
    display: inline-block;
    border:1px solid #0056d2;
    padding: 1px 3px;
}
.tit2{
    margin-bottom: 30px;
}
.tit2>h3{
    background: url("../Images/tt2_05.png") bottom center no-repeat;
}
.tit2>h3>span:nth-child(1){
    background: white;
    color:  #0056d2;
    display: inline-block;
    padding: 1px 3px;
    border:1px solid white;
}
.tit2>h3>span:nth-child(2){
    background: #0056d2;
    color: white;
    display: inline-block;
    border:1px solid white;
    padding: 1px 3px;
}
.tit2>p{
    color: white;
}

/**/
.pro-tit>span{
    display: inline-block;
    margin: 0 5px;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    border-top: 2px solid #0056d2;
    padding: 2px 5px;
    margin-bottom: 20px;
}
.pro-tit>span:hover{
    background:#0056d2 ;

}
.pro-tit>span:hover a{ color: white;}
.active{
    background:#0056d2 ;
    color: white;
}
.active a{
    color: white;
}
.img-top{padding-top:101%;}
.img-position{
position: absolute;top: 0;bottom: 0; left: 0;right: 0; max-width: 100%; max-height: 100%;display: block;margin:auto;padding: auto;}

.img-top1{padding-top:75%;}

.pro-mes>ul>li>.bk>a{
    display: block;
    position: relative;
}
.bk{
    padding: 3px;
    border: 1px solid #d6d6d6;
}
.pro-mes>ul>li:hover .bk{
    border: 1px solid #0056d2;
}
.pro-mes>ul>li:hover>p{
    background:#0056d2;
    color: white;
}
.pro-mes>ul>li>p{
    line-height: 40px;
}
.pro-mes>ul{
    display: none;
}
.pro-mes>.block{
    display: block;
}
.more>a{
    display: inline-block;
    padding: 4px 25px;
    background: #0056d2;
    color: white;
    position: relative;
}
.more{
    margin: 30px 0;
     z-index: 1;
    position: relative;
}
.bjk{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #d6d6d6;
    top:5px;
    left: 5px;
    z-index:-1;
}

.product{
     background: url("../Images/bj1_02.jpg") top center no-repeat;
     background-size: 100% 100%;
     margin-top: 30px;
     padding: 20px 0;
}
/**/
.about{
    margin-top: 30px;
    background: url("../Images/bj2_04.png") top center no-repeat;
    background-size:100% 100%;
    padding-top:30px;
    padding-bottom: 170px;
}
.ab-lef{
    width: 95%;
    position: relative;
}
.lef-bjk{
    width:100%;
    height: 100%;
    position: absolute;
    border: 1px solid #d6d6d6;
    top:20px;
    left: 20px;
    z-index:-1;
}
.ab-mes{
    margin-top: 20px;
}
.ab-left{
    position: relative;
    z-index: 2;
}
.ab-right>h4{
    color: white;
    line-height: 50px;
}
.ab-right>p{
    color: white;
    line-height: 2;
}
.ab-right>span>a{
    display: inline-block;
    padding:0 10px ;
    background: white;
    line-height: 40px;
    font-size: 30px;
    margin-top: 15px;
    color: #0056d2;
}
/**/
.im{
    position: relative;
}

.im>span{
    display: inline-block;
    position: absolute;
    top:0;
    left: 0;
    background:#0056d2;
    color: white;
    padding: 5px;
}
.n-m-left>h4{
    line-height: 30px;
    font-size: 13px;
    font-weight: bolder;
}
.n-m-left>p{
    font-size: 12px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.n-m-left>a{
    display: inline-block;
    background: #0056d2;
    color: white;
    padding: 3px 25px;
}

.list-left{
    width: 20%;
}
.list-left>h2{
    line-height: 50px;
}
.list-right{
    width: 78%;
    margin-left: 2%;
}
.col-md-9 img{
    max-width: 90%;
}
.list-right>h5{
    line-height: 30px;
    font-size: 13px;
    color: #333;
    font-weight: bolder;
}
.list-right>p{
    font-size: 12px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-list{
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    color: #989898;
	width:48%;
	float:left;
	margin-left:1%;
	margin-right:1%;
}
.item-list:hover{
    color: #0056d2;
    border-bottom: 1px solid #0056d2;
}
.item-list:hover .list-right>h5{
    color: #0056d2;
}
.n-m-left{
    margin: 0 auto;
}
.news{
    margin-top: 30px;
}
/**/
.case{
    margin-top: 30px;
}
.cm-left{
    width: 25%;
}
.cm-left>a{display:block;position: relative;}
.by{
    position: absolute;width: 100%; height: 100%; color:white;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.46);
    opacity: 0;
    transition: all .3s linear;
}
.by>h3{
    margin-top: 20%;
    line-height: 50px;
    font-size: 16px;
}
.by>h4{
   line-height: 30px;
    font-size: 18px;
}
.by>span{
    display: inline-block;
    width: 5%;
    height: 1%;
    background: white;
}
.cm-left>a:hover .by{
    opacity: 1;
    transition: all .3s linear;
}
.cm-left>a>img{
    height: 300px;
}
.cm-center{
     width:41.66%;
 }
.cm-right{
    width: 33.34%;
}

.c-lef{
    width: 40%;
}
.c-lef>a>img{
    height: 200px;
}
.c-lef>a{
    display: block;
    position: relative;
}
.c-lef>a:hover .by{
    opacity: 1;
    transition: all .3s linear;
}
.c-right{
  width: 60%;
}
.c-right>a{
    display: block;
    position: relative;
}
.c-right>a:hover .by{
    opacity: 1;
    transition: all .3s linear;
}
.c-right>a>img{
    height: 200px;
}
.cm-right>a>img{
    height: 600px;
}
.cm-right>a{
    display: block;
    position: relative;
}
.cm-right>a:hover .by{
    opacity: 1;
    transition: all .3s linear;
}
/**/
.ph>a{
    position: relative;
    display: block;
}
.ph-left>a{
    position: relative;
    display: block;
}
.ph-right>a{
    position: relative;
    display: block;
}
.by2{
    position: absolute;width: 100%; height: 100%; color:white;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.46);
}
.by2>h3{
    margin-top: 10%;
    line-height: 50px;
    font-size: 16px;
}
.by2>h4{
    line-height: 30px;
    font-size: 18px;
}
.by2>span{
    display: inline-block;
    width: 5%;
    height: 1%;
    background: white;
}
.ph-left{
    width: 40.5%;
}
.ph-right{
    width: 59.5%;
}
/**/
.honer{
    margin-top: 30px;
}
.img-cover{
    padding-top: 145.94%;
}
.honer-mes{
    position: relative;
}
.swiper-button-prev2{ width:35px; height:66px; background:url(../Images/prev.png) no-repeat center center; left:-30px;}
.swiper-button-next2{ width:35px; height:66px; background:url(../Images/next.png) no-repeat center center; right:-30px;}
.swiper-button-prev2:hover{
    background:url(../Images/prev_a.jpg) no-repeat center;
}
.swiper-button-next2:hover{
    background:url(../Images/next_a.png) no-repeat center;
}
/**/
.partner{
    margin-top: 30px;
}
.partner-mes li{
    width:16.66%;
    float: left;
}
.partner-mes li a{
    display: block;
    position: relative;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
}
.img-t{
    padding-top:64.64% ;
}
.partner-mes >li>a:hover>img{
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg); 	/* IE 9 */
    -moz-transform:rotateY(360deg); 	/* Firefox */
    -webkit-transform:rotateY(360deg); /* Safari 和 Chrome */
    -o-transform:rotateY(360deg);
    transition:all .5s linear;
}
.partner-mes >li>a>img{transition:all .5s linear;}
/**/
/**/
.contact{
    padding: 20px 0;
    margin-top: 20px;
   background: url("../Images/bj3_50.png") top center no-repeat;
    background-size: auto 100%;
}
.contact-mes{
    margin-top: 30px;
}
.contact-left {font-size: 14px;color: #666;line-height: 30px;}
.contact-left>h5{line-height:40px;font-size: 16px}
.address span{font-size: 12px;color: #24a9ce; }
.contact-form h4 { font-size: 16px;line-height: 50px;color: #333;}
/*.contact-form h4 { font-size: 16px;line-height: 40px;color: #333;}
.contact-form label{display: block;}
.contact-form label p{font-size: 14px;color: #666;line-height: 30px;font-weight: 100;}
.contact-form label input{display: block; width: 100%;line-height: 36px;background: #f2f2f2;border: 1px dashed #999;}
.contact-form label textarea{display: block; width: 100%;line-height: 36px;background: #f2f2f2;border: 1px dashed #999;}
.contact-form label input[type=submit]{width: 132px;height: 36px;line-height: 36px;color: white;border: none;background: #006faf;margin-top: 25px;font-size: 14px;}*/
.in-put{
    width: 40%;
    background: #e3edff;
    line-height: 30px;
    margin-bottom: 20px;
}
.in-put>p{
    margin-left: 3%;
    color:#0056d2;
    width: 30%;

}
.in-put>input{
    background: #e3edff;
    border: none;
    color:#0056d2;
    width: 67%;
}
.in-area{
    width: 100%;
    display: block;
    background: #e3edff;
    margin-bottom: 20px;
}
.in-area>p{
    margin-left: 1%;
    color:#0056d2;
 }

.in-area>textarea{
    display: block;
    width: 88%;
    border: none;
    background: #e3edff;
}
/**/
.footer{background: #0056d2; margin-top:20px;}

.foot-mes>p{
      font-size: 12px;
      line-height: 50px;
     color: white;
}
.foot-mes>p:nth-child(2){
   margin-right: 3%;
}
.foot-mes>p:nth-child(1){
    margin-left: 3%;
}
.foot-mes>p>a{
    display: inline-block;
    padding:0 5px;
    font-size: 12px;
    color: white;
}
/*手机底部*/
.hot{width:100%; height:58px; background: #1857a6; position:fixed; bottom:0; left:0; z-index:99; z-index: 999}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; }
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
footer ul li a{padding: 0 10px; height: 12px; font-size: 12px; line-height: 12px; }
/* 移动端产品下拉菜单*/
.subNavBox{margin:10px 10px 0px 10px;}
.subNav{text-align:center;cursor:pointer;font-size:24px;color:white;background:#0056d2;}
.subNav h5{font-size:18px;line-height:45px;display:inline;}
.subNav h5 small{color: white;}
.subNav span{line-height:45px;margin-right:20px;font-size: 18px;}
.subNav b{line-height: 45px;}
.navContent{display:none;}
.navContent>li{background:#e3e3e3;}
.navContent>li:hover{background: #0056d2;}
.navContent>li:hover>a>h5{color: white;}
.navContent>.active{background: #0056d2;}
.navContent>.active>a>h5{color: white;}
.navContent>li>a>h5{font-size:16px;line-height:40px;color:#333;margin:3px 0 0 20%;}
/**/
.neiye-nav{padding:10px;/*margin-bottom: 20px;*/}
.neiye-mes{
    /*margin-top: 30px;*/
	margin-top: 15px;
}
.neiye-nav-title{ height:50px;color:#fff;background:#0056d2;line-height: 50px;border-top:2px solid #589cff;box-sizing: border-box;}
.neiye-nav-title h5{line-height:50px; font-size: 18px; text-align: center;background:url("../Images/neiye-tit-bj_03.png") center center no-repeat;width: 80%;margin: 0 auto;}
#neiye-nav{background: white;padding: 8px 0;}
/*.neiye-nav-title h5 small{line-height: 50px;color: white;font-size: 12px}*/
/*.neiye-nav-con{margin:8px 0;cursor: pointer;}
.neiye-nav-con h5{color:#000; line-height: 42px; text-align: left; font-size: 16px;
    margin-left:10%;}*/
.neiye-nav-con2{margin:8px 0;cursor: pointer;border: 1px solid #b5b5b5}
.neiye-nav-con2 h5{color:#333333; line-height: 42px; text-align: left; font-size: 14px;
    margin-left:10%;}
.neiye-nav-con2>a{
    display: block;
}
.neiye-nav-con2>.active{
   background: #0056d2;
}
.neiye-nav-con2>.active>h5{
    color: white;
}
.neiye-nav-con2>a:hover{
    background:#0056d2;
}
.neiye-nav-con2>a:hover>h5{
    color: white;
}
#neiye-nav2{
    border-top:2px solid #0056d2 ;
    border-bottom:1px solid #b5b5b5 ;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    margin-top: 5px;
    padding-bottom: 20px;
}
#neiye-nav2>p{
    width: 96%;
    margin: 0 auto;
}
#neiye-nav2>div>img{
    padding-top: 5px;
}
#neiye-nav2>h4{
    font-size: 16px;
    line-height: 30px;
}
.address{
    width: 96%;
    margin: 0 auto;
}

.neiye-left-title>p{
    line-height: 30px;
    font-size: 14px ;
    line-height: 2;
}
.neiye-right-title{
    line-height: 30px;
    font-size: 12px;
}
.padding2{
    border-bottom: 1px solid #0056d2;
}
.pro-neiye{
    margin-top: 30px;
}
.page-note{margin: 20px 0;}
.page-right span{padding: 2px 5px;color: white;background: #aaa;cursor: pointer;}
/**/
.img-t{
    padding-top:73.7% ;
}
.case-item{
   padding-bottom: 30px;
}
.item-list-ne{
    margin-top: 30px;
}

.item-list-ne>a:hover{
    color:#0056d2 ;
}
.list-left-ne{
    width: 32%;
    position: relative;
}
.list-right-ne{
    width: 66%;
    margin-left: 2%;
}
.list-right-tit{
    line-height: 20px;
    margin-bottom: 20px;
}
.list-right-ne>p{
    line-height: 2;
}
/**/
.ne-form{
    width: 50%;
    margin: 30px auto;
}
.ab-nei{
    /*margin-top: 30px;*/
    margin-top: 20px;
    line-height: 2;
}
.pro-show{
    margin-top: 20px;
	margin-bottom:15px;
}
.pro-show+p{
    line-height: 30px;
}
/**/
.con-nei{
    margin-top: 30px;
}
@media (max-width: 1199px){
    .cm-left>a>img{
        height: 270px;
    }
    .c-lef>a>img{
        height: 180px;
    }
    .c-right>a>img{
         height: 180px;
     }
    .cm-right>a>img{
        height: 540px;
    }
}
.contact-form>form >label:nth-child(2){
    margin-left: 5%;
}
.contact-form>form >label:nth-child(4){
    margin-left: 5%;
}
@media (max-width: 991px){
    body{
        padding-bottom: 55px;
    }
    /*移动端导航 */
    header .sjdnav{ width:150px; height:auto; position:absolute;right:10px; top:95px;z-index:5; }
    header .sjdnav ul{ padding:0; margin:0;}
    header .sjdnav li{ height:35px;display:block; padding:0; background:#1857a6; text-align:center; margin-bottom:2px;}
    header .sjdnav li a{display:block; color:white; line-height:35px; }
    header .sjdnavhide{ height:0; overflow:hidden;}

    .about{
        margin-top: 30px;
        background: #0056d2;
        padding-top:30px;
        padding-bottom: 40px;
    }
    .ab-right>h4 {
        margin-top: 30px;
     }
  .icon-menu{
    line-height: 100px;
}
    .logo{
        line-height: 100px;
    }
}
@media (max-width: 767px){
    .logo img{
        width: 450px;
    }
   /* .partner-mes li{
        width:25%;
        float: left;
    }*/
   /* .foot-mes>p{
        font-size: 10px;
        line-height: 20px;
        color: white;
        text-align: center;
    }
    .foot-mes>p:nth-child(2){
        margin-right: 0%;
    }
    .foot-mes>p:nth-child(1){
        margin-left: 0%;
    }
    .foot-mes>p>a{
        display: inline-block;
        padding:0 2px;
        font-size: 10px;
        color: white;
    }*/
    .list-right-tit{
        line-height: 20px;
        margin-bottom: 10px;
    }
    .list-right-ne>p{
        line-height: 1.5;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .wx>img{
        width: 60%;
        text-align: center;
    }

    .ne-form{
        width: 100%
    }
	
	.item-list{
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    color: #989898;
	width:100%;
}
}
@media (max-width: 600px){

    .logo img{
        width: 400px;
    }
    .reg-right>p{
        font-size: 12px;
        margin-top: 5px;
        line-height: 1.3;
    }
    .in-put{
        width: 100%;

    }
    .contact-form>form >label:nth-child(2){
        margin-left: 0;
    }
    .contact-form>form >label:nth-child(4){
        margin-left: 0;
    }
}
@media (max-width: 500px){
    .icon-menu{
        line-height: 70px;
        text-align: center;
    }
    .icon-menu>img{
        width: 60%;
    }
    .logo{
        padding: 0;
        line-height: 70px;
    }
    .logo img{
        width: 320px;
    }
    header .sjdnav{top:70px;}
    .partner-mes li{
        width:33.33%;
        float: left;
    }
    .tit>h3>span:nth-child(1) {
       font-size: 18px;
    }
    .tit>h3>span:nth-child(2) {
        font-size: 18px;
    }
    .tit2>h3>span:nth-child(1) {
        font-size: 18px;
    }
    .tit2>h3>span:nth-child(2) {
        font-size: 18px;
    }
    .tit>p{
        font-size: 12px;
    }
    .tit2>p{
        font-size: 12px;
    }
    .product {
        margin-top: 0px;}
    .list-right-tit{
        line-height: 20px;
        margin-bottom: 0px;
    }
    .list-right-tit>h4{
        font-size: 14px;
    }
    .list-right-ne>p{
        line-height: 1.4;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }
}
@media (max-width: 414px){
    .logo img{
        width: 250px;
    }
    .list-right-ne>p{
        line-height: 1.4;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 340px){

    .logo img{
        width: 230px;
    }


}
