/*  
365建站器让建站和seo变得简单！
siteurl：http://soft.365jz.com
*/
body { padding:0; margin:0;overflow-x:hidden; font-family:"微软雅黑", "宋体", "Trebuchet MS", Tahoma, Arial, sans-serif; color: #222222; font-size: 12px; line-height: 20px; background: #FFF;}
* { padding:0; margin:0;}
div, h1, h2, h3, h4, p, form, ul, label, input, textarea, img, span, dl, dt, dd { margin:0; padding:0;}
table {border-collapse:collapse;}
a { text-decoration: none; color:  #333333;}
a:hover {text-decoration: none;}
ul { padding:0; margin:0;}
li { list-style-type: none;}
img { border: none;}
.clear { clear: both;}
.clear::after {
    content: "";
    display: block;
    clear: both;
}
/* mbframe */
.z2419bcontainer{width:100%}
.padding-tb30{padding: 30px 0;}
.z2419brow .z2419browtitle{
    text-align: center;padding: 30px 0 20px 0;
}
.z2419brow .z2419browtitle h1{
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}
.z2419brow .z2419browtitle p{
	font-size: 16px;line-height: 30px;
    color: rgba(119,119,119,1);
    font-family: Arial;
}
.z2419bcontent{width:100%;font-size:16px;line-height:28px;padding-bottom:30px;}
.z2419bcontent p{padding-bottom: 20px;}

/* header */
.z2419bheader{
	height:60px;
    background: #FFF;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}
.z2419bheader .logo {position: absolute;left: 0;top: 0;}
.z2419bheader .logo h1{font-size:24px;line-height: 60px;}
.z2419bheader .logo img{max-height:60px;padding:0;}
.z2419bnavmenu {position: absolute;left: 200px;top: 0;}.z2419bnavmenu .z2419bnav{background-color: #FFF;}
.z2419bnavmenu ul li:hover {color: #333;}
.z2419bnavmenu .z2419bnav-item>a,.z2419bnavmenu .z2419bnav-itemed>a{color: #333!important;}
.z2419bnavmenu .z2419bnav-itemed>.z2419bnav-child {background-color: rgba(0,0,0,.1)!important;}
.z2419bnavmenu .z2419bnav .z2419bnav-child a:hover{background: rgba(232,235,239,.8);}
.z2419bheader .search {position: absolute;right: 15px;top: 30px;font-size: 12px;}
.z2419bheader .search ul li{position: relative;height:24px;margin-top: -12px;}
.z2419bheader .search .icon {
    color: #666;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 1;
	vertical-align: middle;
	background:url(/images/search.png) no-repeat;
	width:20px;
	height:20px;
}
.z2419bheader .search input {
    border-radius: 20px;
    background: rgba(232,235,239,.8);
    outline: none;
    height: 24px;
    border: none;
	padding-left: 10px;
    padding-right: 26px;
    opacity: 0.7;
    width: 100px;
    -webkit-transition: opacity 0.5s ease-out, width 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out, width 0.5s ease-out;
    transition: opacity 0.5s ease-out, width 0.5s ease-out;
}

/*  
banner
*/
    .swiper-container {
      width: 100%;
    }
	.swiper-container img{max-width:100%;}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
    }
	.swiper-text{position: absolute;left:0;top:0;z-index:2;text-align:center;color:#FFF;width:100%;HEIGHT: 100%;display: flex;flex-direction: column;justify-content: center;}
	.swiper-text .banner-text-wrap {
         width: 100%;height: 100%;
    }
	.swiper-text .top-banner-text {
    	max-width: 1180px;
    	height: 100%;
    	margin: 0 auto;
    	overflow: hidden;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
	    padding-left: 20px;
		
	}
	
	.swiper-text .banner1 {
    background: transparent url(../images/banner1.png) no-repeat right 55%/64% auto;
}
	.swiper-text .banner2 {
   	    background: transparent url(../images/top_banner_con.png) no-repeat right bottom/60% auto;
	}
	.swiper-text .top-banner-text .banner1 h2 {
        color: #fff;
        font-size: 36px;
    }
    .swiper-text .top-banner-text .banner1 p {
        color: #fff;
        opacity: .8;
        font-size: 18px;
        line-height: 1.7;
    }
	.swiper-text h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 3%;
		color: #FFF;
		line-height: 24px;
    }
	.swiper-text p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 3%;
		color: #FFF;
		line-height: 24px;
    }
	.swiper-text .top-banner-text h2,.swiper-text .top-banner-text p{
		text-align: left;
		margin-bottom: 0;
		line-height: 1.7;
	}
	.swiper-text .swiperbtn {
		display: block;
        background: #0064Cd;
        background-image: -webkit-gradient(linear,right top, left top,color-stop(0, #1dab7d),to(#47de9d));
        background-image: linear-gradient(270deg,#1dab7d 0,#47de9d 100%);
        width: 120px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        border-radius: 20px;
		margin:0 auto;
		font-size: 14px;
    }
	.swiper-text .swiperbtn:hover {
        -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
        box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
	}
.z2419bsub-menu {
    background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
}
.z2419bsub-menu ul {
    text-align: center;
    font-size: 0;
}
.centerArea {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 0 auto;
}
.z2419bsub-menu ul li {
    float: left;
    position: relative;
}
.z2419bsub-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    position: relative;
    padding: 18px 0;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.z2419bsub-menu ul li.selected a {
    color: #ff5e19;
}
.z2419bsub-menu ul li:hover a {
    color: #ff5e19;
}
.z2419bsub-menu ul li.selected a::after {
    width: 100%;
}
.z2419bsub-menu ul li:hover a::after {
    width: 100%;
}
.z2419bsub-menu ul li a::after {
    content: "";
    width: 0;
    height: 4px;
    background: #ff5e19;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/* mobile */
@media only screen and (max-width: 1140px) {
	.z2419bheader .logo {left: 10px;}
	.z2419bheader .logo {display: block;height: 60px;width: 137px;position: absolute;left: 50%;top: 0px;margin-left: -68px;}	
	.z2419bheader .search {display: none;position: fixed;width:156px;z-index:1000;left:20px;top:60px;}.z2419bheader .search_r {left:auto;right:20px;}.z2419bheader .search input{width:120px;}
}
@media only screen and (max-width: 600px) {
	.z2419bheader .search {display:none;}
	.swiper-container {min-height: 120px;}
	.swiper-container img{width: 100%;max-width:100%;min-height: 100%;}
	.swiper-text h3,.swiper-text h2 {font-size: 16px;}.swiper-text p {font-size: 12px;}
	.swiper-text .top-banner-text h2, .swiper-text .top-banner-text p {text-align: center;}
	.z2419brow .description{text-align:center;} .z2419brow .description p{text-align:left;}
	.twtimeline .image{display:none;}
	.twtimeline::before{left:0;}.twtimeline .text:nth-child(odd){padding:0;}.twtimeline .zda315col-md6:nth-child(odd) .date{text-align: left;background-position-x: left;padding-left: 45px;-webkit-transform: translate(-11px, -11px);transform: translate(-11px, -11px);}
}

/* container */

/* pagelist */

div,ul,li,p{margin:0;padding:0;}
ul,ul li{padding:0;margin:0;list-style-type:none;}
a{text-decoration:none;color:#444;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none;}
::-webkit-input-placeholder{color:#888;}
:-moz-placeholder{color:#888;}
::-moz-placeholder{color:#888;}
:-ms-input-placeholder{color:#888;}

.sub_pro01{float:left;width:100%;wid/th:225px;padding-bottom:20px;back/ground:url(../images/k7.gif) center bottom no-repeat #fff;}
.sub_pro02{background:#fff;pa/dding:7px 6px;}
.product07{height:58px;line-height:58px;margin:0 auto;text-align:center;bor/der:#f0eadd solid 1px;bor/der-top:#beaf8b solid 1px;color:#681e00;font-size:24px;font-weight:bold;background:url(../images/sub04.jpg) no-repeat;background-size: 100% 58px;}
.product07 b{display:block;}
.sidenews ul{background:#fff;min-height:210px;_height:210px;border-bottom:5px #ffcc00 solid;}
.sidenews ul li{min-height:36px;display:block;line-height:36px;font-size:14px;margin-bottom:3px;}
.sidenav{padding-top:20px;width:98%;margin:0 auto;margin-bottom:20px;}
.sidenav ul{ba/ckground:#fff;height:auto;border-bottom:5px #ffcc00 solid;}
.sidenav ul li{min-height:36px;display:block;line-height:36px;font-size:14px;margin-bottom:3px;}
.sidenav ul li a.sidenava{width:100%;height:36px;display:block;line-height:36px;color:#333;overflow:hidden;}
.sidenav ul li a.sidenava p{color:#333;padding-left:32px;background:url(../images/jj07.png) 86% center no-repeat;padding-right:30px;height:36px;overflow:hidden;}
.sidenav ul li a.sidenava:hover p{font-weight:bold;color:#333;padding-left:32px;background:url(../images/jj08.png) 86% center no-repeat;}
.sidenav ul li a.sidenava.cu p{font-weight:bold;color:#333;padding-left:32px;background:url(../images/jj08.png) 86% center no-repeat;}



div,ul,li,h2{margin:0;padding:0;}
ul,ul li{padding:0;margin:0;list-style-type:none;}
h2{font-size:100%;font-weight:normal;}
a{text-decoration:none;color:#444;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none;}
::-webkit-input-placeholder{color:#888;}
:-moz-placeholder{color:#888;}
::-moz-placeholder{color:#888;}
:-ms-input-placeholder{color:#888;}

.pagess{clear:both;margin:20px;overflow:hidden;margin-left:0px;text-align:center;font-size:12px;}
.pagess ul li{display:inline-block;border:1px solid #ccc;padding:2px 9px;margin:0 3px;line-height:20px;background:#fff;color:#999;}
.pagess ul li:hover{background:#ccc;color:#fff;border:1px solid #ccc;}

a.pg-color:hover{color:#000;font-weight:bold;}
.content_com_title{backgrou/nd:url(../images/sub01.jpg) left bottom repeat-x;position:relative;height:55px;height:47px;line-heig/ht:47px;border-bottom:#dddddd solid 1px;margin-bottom:15px;}
.content_com_title h2{display:inline-block;padding-bottom:6px;position:absolute;left:3px;top:13px;font-size:18px;font-weight:normal;color:#461d00;text-align:left;font-weight:bold;font-family:"microsoft yahei";}
.bread{color:#000;position:absolute;top:18px;right:0px;}
.bread a{display:inline-block;color:#000;}
.product02{float:right;width:100%;padding:0 10px 40px;background:#fff;height:auto;;border-bottom:1px solid #e2e2e2;}
.news1{width:100%;height:auto;overflow:hidden;margin:12px auto;}
.news1 li{width:100%;padding:5px 0;height:30px;font:14px/30px "microsoft yahei";color:#737373;border-bottom:1px dashed #dddddd;}
.news1 li a{float:left;margin-left:12px;}
.news1 li span{float:right;margin-right:12px;}


/* artlist */

@media screen{
*{padding:0;margin:0;}
div,p,img,span{margin:0;padding:0;}
a{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;}
img{border:none;}
.padding-tb30{padding:30px 0;}
.synopsis .z2419brow{background-color:#fff;}
.synopsis .pic img{width:100%;}
.row2{margin:50px 0;padding:5% 2em;}
.row2 .more{width:100%;line-height:55px;margin-right:0;}
.row2 .more .pic{width:88px;margin-left:80%;}
.row2 .item{border:1px solid #e2e2e2;text-align:center;}
.row2 .item .pic{width:100%;height:150px;overflow:hidden;}
.row2 .item .pic img{width:100%;transform:scale(1.0);transition:all .3s;}
.row2 .item .p_title{width:100%;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.row2 .item .proTitle{width:100%;font-size:14px;color:#666;overflow:hidden;text-overflow:ellipsis;position:relative;white-space:nowrap;width:100%;background-color:#c4c4c4;transition:all 0.5s;font-weight:bold;text-align:center;padding:10px;}
.row2 .item:hover img{transform:scale(1.1);}
.row2 .item:hover .proTitle{color:#fff;background-color:#0047ab;}
}

/* artbody */
.z2419bplace{min-height: 56px;background-color: #f2f3f5;line-height: 56px;font-size: 16px;padding:0 20px;margin:20px 0;}
.z2419bbody{width:100%;overflow-x: hidden;font-size:16px;line-height:28px;padding-bottom:30px;}
.z2419bbody h1{font-size:20px;line-height:50px;text-align:left;color: #2a2e2e;}
.z2419bbody .info{padding-bottom:15px;font-family: HelveticaNeueLTPro, 微软雅黑;}
.z2419bbody .info small{padding:0 1px;}
.z2419bbody p{padding-bottom: 20px;}
.z2419bbody img{max-width:98%;height:auto;}
.z2419bmeta-tags{padding: 20px 0;}
.z2419bmeta-tags .z2419btagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}
.z2419bmeta-tags .z2419btagitem:hover {
    background-color: rgba(0,102,255,.15);
}
.z2419bmeta-tags .z2419btagitem:not(:last-child) {
    margin-right: 10px;
}
.z2419bcontext{line-height: 30px;}

/* blockrow */

/* 话题标签topic */
.z2419bmeta-tags{padding: 20px 0;}
.z2419bmeta-tags .z2419btagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}
.z2419bmeta-tags .z2419btagitem:hover {
    background-color: rgba(0,102,255,.15);
}
.z2419bmeta-tags .z2419btagitem:not(:last-child) {
    margin-right: 10px;
}


@media screen{
*{padding:0;margin:0;}
div,h1,h3,h4,p,ul,img{margin:0;padding:0;}
a{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;}
ul{padding:0;margin:0;}
li{list-style-type:none;}
img{border:none;}
.clear{clear:both;}
.clear::after{content:"";display:block;clear:both;}
.padding-tb30{padding:30px 0;}
.z2419bplace{min-height: 56px;background-color: #f2f3f5;line-height: 56px;font-size: 16px;padding:0 20px;margin:20px 0;}
.z2419bbody{width:100%;overflow-x:hidden;font-size:16px;line-height:28px;padding-bottom:30px;}
.z2419bbody .pic img{width:100%;}
.z2419bbody h1{font-size:22px;color:#222;font-weight:700;line-height:50px;text-align:left;}
.z2419bbody .price{width:100%;height:50px;text-indent:2em;line-height:50px;font-size:20px;color:#de2826;font-weight:600;background-color:#f2f3f5;}
.z2419bbody .price del{font-size:14px;color:#222;font-weight:normal;}
.z2419bbody .parameter p{font-size:12px;color:#555151;padding-top:10px;}
.z2419bbody .details{width:100%;height:30px;text-align:center;line-height:30px;font-size:20px;font-weight:600;background-color:#f2f3f5;color:#222;}
.z2419bbody .info{padding-bottom:15px;font-family:HelveticaNeueLTPro, "Microsoft Yahei";}
.z2419bbody .info small{padding:0 1px;}
.z2419bbody p{padding-bottom:20px;}
.z2419bbody img{max-width:98%;height:auto;}
.z2419bmeta-tags{padding:20px 0;}
.z2419bcontext{line-height:30px;}
@media only screen and (max-width:768px){
.z2419bbody .pic img{width:100%;text-align:center;}
}
}
/*! CSS Used fontfaces */
@font-face{font-family:'HelveticaNeueLTPro';src:url('../images/HelveticaNeueLTPro-ThEx.ttf?v=20208131600'), url('../images/HelveticaNeueLTPro-ThEx.ttf?v=201808131600') format('embedded-opentype');}

@media screen{
*{padding:0;margin:0;}
div,h1,p,ul,img,span{margin:0;padding:0;}
a{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;}
ul{padding:0;margin:0;}
li{list-style-type:none;}
img{border:none;}
.News{padding:60px 0px;clear:both;}
.newstitle{color:#001333;font-size:24px;font-weight:bold;margin:20px 0px;}
.Newssun01{overflow:hidden;}
.Newssun01 .z2419bcol-md5{text-align:center;}
.Newssun01 .z2419bcol-md5 img{max-width:100%;}
.Newssun01 .z2419bcol-md7{padding:0px 40px;}
.Newssun01 .z2419bcol-md7 a h1{color:#001333;font-size:18px;font-weight:bold;line-height:50px;}
.Newssun01 .z2419bcol-md7 p{color:#555555;font-size:14px;line-height:43px;}
.Newssun02 div{padding:0px 10px;}
.Newssun02 li{height:60px;border-bottom:1px dashed #a8a8a8;}
.Newssun02 div li a{display:inline-block;max-width:200px;margin:20px 0px;font-size:14px;color:#555555;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.Newssun02 div li:hover{box-shadow:0 3px 4px rgb(0 0 0 / 10%);background-color:#fafafa;}
.Newssun02 div li span{float:right;color:#606060;font-size:16px;margin:20px 0px;}
.News02 .z2419bcol-md12{margin:10px 0px;}
.News02 .z2419bcol-md12 div{background-color:rgb(248 248 248);}
.News02 .z2419bcol-md12 div{padding:16px 32px;}
.News02 .z2419bcol-md12 div a h1{color:#333333;font-size:14px;}
.News02 .z2419bcol-md12 div p{color:#888888;font-size:14px;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}

@media screen{
*{padding:0;margin:0;}
div,ul,span{margin:0;padding:0;}
ul{padding:0;margin:0;}
li{list-style-type:none;}
.zzpages ul{float:left;padding:12px 0px 12px 16px;}
.zzpages ul li{display:inline-block;height:35px;line-height:35px;background:#fff;border:1px solid #e5e5e5;overflow:hidden;vertical-align:top;}
.zzpages ul li:hover{border:1px solid #292a32;}
.zzpages ul li .pageinfo{color:#292a32;padding:8px 12px;}
}

.customer {
    position: relative;
    text-align: center;
    padding: 2em;
}
.anli {
    background-color: #f5f5f5;
}
.customer .list .images {
    padding: 1%;
}
.anli .list li:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;
}

.customer .z2419bmain .z2419browtitle h2 a {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.42;
}

.customer .z2419bmain .z2419browtitle .en a {
    color: rgba(3, 23, 111, 1);
}

.customer .list .images {
    padding: 1%;
}

.customer .list .images .pic {
    height: 237px;
    overflow: hidden;
    background-color: #fff;
}

.customer .list .images .pic  a img {
    max-width: 100%;
    height: 230px;
}


.customer .swiper-container1 .swiper-wrapper .swiper-slide .pic {
    height:100%;
}
.customer .list .images .name {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.customer .list .images .name a {
    font-size: 14px;
    color: rgb(85, 85, 85);
    line-height: 1.42;
}

.customer .icon a {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.customer .icon .up {
    position: absolute;
    top: 45%;
    left: -20px;
}

.customer .icon .next {
    position: absolute;
    top: 45%;
    right: -20px;
}

.customer .icon a img {
    width: 100%;
    height: 100%;
}

.customer .more {
    width: 200px;
    height: 35px;
    margin: 2% 0 10% 0;
    text-align: center;
    display: inline-block;
    background-color: rgba(3, 23, 111, 1);
}

.customer .more a {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.snack .Title {
    padding-top: 30px;
    border-bottom: 1px solid rgba(218, 217, 217, 0.609);
}

.snack .Title .z2419brow {

    align-items: center;

}

.tleleft h1 {
    color: #7c2529;
    font-size: 32px;
    line-height: 60px;
}

.tlecent p {
    color: #7c2529;
    font-size: 20px;
    line-height: 60px;
}

.tleright p {
    line-height: 60px;
    font-size: 60px;
    font-family: 'Arial';
    color: rgba(124, 37, 41, 0.05);
    font-weight: bold;
    text-align: right;
}

.ptleleft p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
}

.ptle {
    padding: 0px;
    border: none;
}

.produce {
    height: 800px;
}

.pdccontent {
    width: 90%;
    background-color: #f8f8f8;
}

.pactitle {
    position: relative;
    height: 100% !important;
}

.pactitle li {
    display: block !important;
}

.pdctab {
    display: flex;
    justify-content: space-between;
}

.pdcbtn01 {
    height: 172px;
}

.pactitle li div {
    display: block;
}


.pdcbtn div {

    width: 40px;
    height: 40px;
    background: #7c2529;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    margin: auto;
}

.pactitle li:nth-of-type(1) {
    height: 34%;
    /* margin-bottom: 30px; */
}

.fa {
    line-height: 70px;
}

.pdcico {
    margin-top: 30px;
}

.pdcbor {
    height: 420px;
    border: 1px solid #eee;
}

.pdcleft {
    text-align: center;
    margin-top: 30px;
}

.pdcimg {
    width: 100%;
    overflow: hidden;
}

.pdcimg img {
    max-width: 100%;
    transition: .55s ease;
}

.pdcleft:hover .pdcimg img {
    transform: scale(1.08);
    cursor: pointer;
}

.pdctop {
    /* border-bottom: 1px solid #eee; */
    padding: 20px 0px;
}

.pdctop h1 {
    font-size: 20px;
    color: #7c2529;
    font-weight: bold;
    margin: 10px 0px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.more {
    font-size: 14px;
    color: #7c2529;
    margin: 20px 0px;
}

@media screen{
*{padding:0;margin:0;}
div,h2,p,img{margin:0;padding:0;}
a{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;}
img{border:none;}
.clear{clear:both;}
.clear::after{content:"";display:block;clear:both;}
.padding-tb30{padding:30px 0;}
.index-title h2{font-size:30px;font-weight:300;color:#333333;line-height:1.42;margin-top:20px;margin-bottom:10px;}
.index-title h3{font-size:18px;font-family:PingFangSC-Regular;font-weight:400;color:#00f4ff;margin:0;line-height:1.42;}
.programme{padding-bottom:15px;text-align:center;background:url("../images/solutionBackground.png");height: 720px;}
.programme p{color:#EEE;font-size:16px;line-height:16px;text-align:center;}
.programme .index-title{padding:30px 0;}
.programme .index-title h2,.programme .index-title h5{color:#fff;}
.programme .item .tit{font-size:20px;font-family:PingFangSC-Regular;font-weight:400;color:#fff;line-height:30px;text-align:center;margin-top:10px;}
}

/* footer */
@media screen{
*{padding:0;margin:0;}
div,p,span{margin:0;padding:0;}
a{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;}
li{list-style-type:none;}
.clear{clear:both;}
.clear::after{content:"";display:block;clear:both;}
.z2419bfooter{margin:0 auto;color:#5d5d5d;background:#0e1738;border-top:1px solid #C7CED1;text-align:center;position:relative;}
.z2419bfooter a{color:#5d5d5d;}
.z2419bfooter a:hover{color:#FFF;}
.z2419bfooter .z2419bflink{padding:15px 0;}
.z2419bfooter .z2419bflink li{display:inline-block;margin-left:10px;}
.z2419bfooter .footerserver{padding:10px 0 10px 0;text-align:center;}
.z2419bflink {font-size:18px;color:#585858;}
.z2419bflink li a {color:#585858;font-size:18px;}
.footerc{background:#d8ccbd;color:#5d5d5d;padding:30px 0;line-height:22px;}
}



@media screen{
*{padding:0;margin:0;}
div,h3,img{margin:0;padding:0;}
a{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;}
img{border:none;}
.ellipsis{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.ellipsis-2{overflow:hidden;max-height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.proitem .pic{width:100%;height:auto;overflow:hidden;}
.proitem .pic img{width:100%;transform:scale(1.0);transition:all .3s;}
.proitem h3{line-height:1.42;margin-top:1em;font-size:22px;}
.proitem h3 span{color:#555;position:relative;padding-left:20px;}
.proitem h3 span::before{position:absolute;left:0px;top:5%;background:#efff13;height:90%;width:2px;content:"";}
.proitem .txt{font-size:16px;line-height:22px;margin-top:0.889em;}
.proitem .btn{padding-top:1.5em;font-size:16px;}
.proitem .btn span{display:inline-block;border:1px solid #d8d8d8;border-radius:20px ;text-align:center;color:#565656;width:8.889em;line-height:2.5556;}
.proitem:hover .pic img{transform:scale(1.05);}
.proitem:hover h3 span{color:#7bac2c;}
.proitem:hover .ellipsis-2{font-size:18px;color:#96e021;}
.proitem:hover .btn span{background:#7bac2c;border:1px solid #fff;color:#fff;}
@media only screen and (max-width: 992px){
.proitem .pic{height:150px;}
}
@media only screen and (max-width: 600px){
.proitem .pic{height:auto;}
}
}
