/*  
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 */
.z419a4container{width:100%}
.padding-tb30{padding: 30px 0;}
.z419a4row .z419a4rowtitle{
    text-align: center;padding: 30px 0 20px 0;
}
.z419a4row .z419a4rowtitle h1{
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}
.z419a4row .z419a4rowtitle p{
	font-size: 16px;line-height: 30px;
    color: rgba(119,119,119,1);
    font-family: Arial;
}
.z419a4content{width:100%;font-size:16px;line-height:28px;padding-bottom:30px;}
.z419a4content p{padding-bottom: 20px;}

/* header */

@media screen{
*{padding:0;margin:0;}
div,h1,ul,input,img,span{margin:0;padding:0;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;}
ul{padding:0;margin:0;}
li{list-style-type:none;}
img{border:none;}
.z419a4header{height:60px;background-color:rgba(51, 53, 112, 1);box-shadow:0 3px 4px rgb(0 0 0 / 10%);}
.z419a4header .logo{position:absolute;left:0;top:0;}
.z419a4navmenu .z419a4nav-itemed>a{color: #333!important;}.z419a4header .logo h1{font-size:24px;line-height:60px;}
.z419a4header .logo img{height:30px;;      padding:0;}
.z419a4header .z419a4navmenu{position:absolute;right:150px;top:0;}
.z419a4header .z419a4navmenu ul li{font-size:16px;text-align:center;}
.index .z419a4header .z419a4navmenu ul li:first-child a{color:rgba(0, 192, 255, 1);border-bottom:2px solid #de2826;}
.z419a4header .z419a4nav-bar{height:1px;padding-bottom:1px;background-color:#de2826;}
.z419a4navmenu ul li:hover{color:rgba(0, 192, 255, 1);}
.z419a4nav .z419a4nav-item a:hover{color:rgba(0, 192, 255, 1)!important;background-color:#333570;}
.z419a4header .search{position:absolute;right:15px;top:30px;font-size:12px;}
.z419a4header .search ul li{position:relative;height:24px;margin-top:-12px;}
.z419a4header .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;}
.z419a4header .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;}
@media only screen and (max-width: 600px){
.z419a4header .search {display: none;position: fixed;width:156px;z-index:1000;left:20px;top:60px;}
.z419a4header .logo{display:block;height:30px;width:137px;position:absolute;left:50%;top:0px;margin-left:-68px;}
.z419a4header .z419a4navmenu{display:block;position:fixed;background:#fff;width:200px;height:100%;right:0px;left:0px;padding-top:90px;z-index:99;transition:transform 0.25s ease-out, opacity 0.25s ease-out;}
.z419a4header .search{display:none;}
.icon_menu{display:block;height:20px;width:20px;position:absolute;left:21px;top:18px;z-index:100;}
.icon_menu .i_menu{display:block;background:url(../images/icon_menu_hover.png) no-repeat center;background-size:100% 100%;width:20px;height:20px;margin-top:0;}
.icon_menu .i_close{display:none;height:14px;width:15px;background:url(../images/icon_menu_close.png) no-repeat 0 0;background-size:contain;position:fixed;left:21px;top:21px;z-index:4;}
.bg_hover{display:none;height:100%;width:100%;position:fixed;left:0px;top:0px;background:rgba(0, 0, 0, 0.2);z-index:98;}
.z419a4header .z419a4navmenu ul li{display:block;float:none;}
.z419a4nav .z419a4nav-item a{color:#606060;}
}
}


    .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);
	}
.z419a4sub-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%);
}
.z419a4sub-menu ul {
    text-align: center;
    font-size: 0;
}
.centerArea {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 0 auto;
}
.z419a4sub-menu ul li {
    float: left;
    position: relative;
}
.z419a4sub-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;
}
.z419a4sub-menu ul li.selected a {
    color: #ff5e19;
}
.z419a4sub-menu ul li:hover a {
    color: #ff5e19;
}
.z419a4sub-menu ul li.selected a::after {
    width: 100%;
}
.z419a4sub-menu ul li:hover a::after {
    width: 100%;
}
.z419a4sub-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;
}

/* container */

/* pagelist */

.product01{float:left;width:100%;min-height:497px;_height:497px;padding-bottom:20px;back/ground:url(../images/k7.gif) center bottom no-repeat #fff;}
.product07{height:46px;line-height:46px;width:100%;margin:0 auto;text-a/lign:center;background:url(../images/sider01.png) no-repeat left bottom;color:#ddc27d;font-size:20px;}
.product07 b{display:block;padding:0 0 5px 6px;}
.sidenav{width:100%;padding:13px 0;background:#efefef;margin-top:30px;}
.sidenav ul li{width:100%;min-height:42px;display:block;line-height:42px;font-size:16px;b/order-top:1px #fff solid;}
.sidenav ul li a.sidenava{width:100%;height:42px;display:block;line-height:42px;overflow:hidden;}
.sidenav ul li a.sidenava p{color:#333;padding-left:32px;background:url(../images/k14.png) 180px center no-repeat;}
.sidenav ul li a.sidenava:hover p{font-weight:bold;color:#333;padding-left:32px;background:#dcc17e url(../images/k15.png) 180px center no-repeat;}
@media only screen and (max-width: 768px){
.product01{display:none;}
.product07{width:auto;float:none;}
}



a.pg-color:hover{color:#000;font-weight:bold;}
.content_com_title{border-bottom:1px solid #dddddd;position:relative;height:50px;margin-bottom:15px;}
.content_com_title h2{display:inline-block;padding-bottom:6px;position:absolute;left:20px;top:13px;font-size:18px;font-weight:normal;color:#000;text-align:left;font-weight:bold;font-family:"microsoft yahei";}
.product02{float:right;width:100%;padding:0 20px 40px;background:#fff;min-height:633px;_height:633px;border-bottom:1px solid #e2e2e2;}
.product3{width:100%;height:auto;overflow:hidden;}
.product3 li{width:30%;padding:1% 1.5% 0.5%;float:left;overflow:hidden;position:relative;text-align:center;}
.product02 .product3 li img{display:inline-block;height:163px;max-width:100%;vertical-align:middle;}
.product3 li>p{width:88%;margin:0 auto;text-align:center;font:14px/40px "microsoft yahei";text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.product3 li>div{margin:3px auto;position:relative;margin:0 auto;width:96.6%;text-align:center;vertical-align:middle;}
.product3 li>div>a{display:block;}
.news{width:100%;height:auto;overflow:hidden;}
.news li{width:100%;height:35px;margin-top:10px;overflow:hidden;background:url(../images/icons1.jpg) 8px center no-repeat;font:16px/35px "microsoft yahei";color:#1d1d1d;}
.news li a{float:left;text-decoration:underline;margin-left:20px;color:#000;font-weight:bold;}
.news li span{float:right;color:#666666;font-weight:100;margin-right:20px;}
.news p{line-height:26px;color:#666666;padding:0 20px 10px;border-bottom:1px dashed #999999;}
.content{padding-bottom:20px;font-size:14px;}
.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;}
@media only screen and (max-width: 768px){
.product02{width:auto;float:none;}
.product02{padding:0;}
.content{padding:0 10px 20px 10px;font-size:14px;}
}

/* artlist */

@media screen{
*{padding:0;margin:0;}
div,p,ul{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;}
.z419a4row .wow{background:#EFEFEF;-webkit-transition:.7s;-moz-transition:.7s;-o-transition:.7s;transition:.7s;padding:4px;}
.z419a4row .wow:hover{background:#75B439;}
.news684{margin:50px 0;padding:0 1em;}
.news684 .title{width:100%;}
.news684 .title .pt2{font-size:24px;font-weight:bold;text-align:center;color:#666;}
.news684 .title .pt1{line-height:1.8;text-align:center;font-size:14px;}
.news684 .content li{margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid #efefef;height:100px;}
.news684 .content li .p1{font-size:16px;margin-bottom:10px;}
.news684 .content li .p1 a{color:#ff0000;font-size:16px;width:100%;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news684 .content li .p2{line-height:1.6;font-size:14px;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.wow:hover,.wow{background-color:rgb(0 0 0 / 0)!important;}
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}100%{opacity:1;-webkit-transform:none;transform:none;}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}100%{opacity:1;-webkit-transform:none;transform:none;}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;}}

/* artbody */
/* 话题标签topic */
.z419a4meta-tags{padding: 20px 0;}
.z419a4meta-tags .z419a4tagitem {
    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;
}
.z419a4meta-tags .z419a4tagitem:hover {
    background-color: rgba(0,102,255,.15);
}
.z419a4meta-tags .z419a4tagitem: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;}
.z419a4place{min-height: 56px;background-color: #f2f3f5;line-height: 56px;font-size: 16px;padding:0 20px;margin:20px 0;}
.z419a4body{width:100%;overflow-x:hidden;font-size:16px;line-height:28px;padding-bottom:30px;}
.z419a4body .pic img{width:100%;}
.z419a4body h1{font-size:22px;color:#222;font-weight:700;line-height:50px;text-align:left;}
.z419a4body .price{width:100%;height:50px;text-indent:2em;line-height:50px;font-size:20px;color:#de2826;font-weight:600;background-color:#f2f3f5;}
.z419a4body .price del{font-size:14px;color:#222;font-weight:normal;}
.z419a4body .parameter p{font-size:12px;color:#555151;padding-top:10px;}
.z419a4body .details{width:100%;height:30px;text-align:center;line-height:30px;font-size:20px;font-weight:600;background-color:#f2f3f5;color:#222;}
.z419a4body .info{padding-bottom:15px;font-family:HelveticaNeueLTPro, "Microsoft Yahei";}
.z419a4body .info small{padding:0 1px;}
.z419a4body p{padding-bottom:20px;}
.z419a4body img{max-width:98%;height:auto;}
.z419a4meta-tags{padding:20px 0;}
.z419a4context{line-height:30px;}
@media only screen and (max-width:768px){
.z419a4body .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');}

/* blockrow */

/* 话题标签topic */
.z419a4meta-tags{padding: 20px 0;}
.z419a4meta-tags .z419a4tagitem {
    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;
}
.z419a4meta-tags .z419a4tagitem:hover {
    background-color: rgba(0,102,255,.15);
}
.z419a4meta-tags .z419a4tagitem: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;}
.z419a4place{min-height: 56px;background-color: #f2f3f5;line-height: 56px;font-size: 16px;padding:0 20px;margin:20px 0;}
.z419a4body{width:100%;overflow-x:hidden;font-size:16px;line-height:28px;padding-bottom:30px;}
.z419a4body .pic img{width:100%;}
.z419a4body h1{font-size:22px;color:#222;font-weight:700;line-height:50px;text-align:left;}
.z419a4body .price{width:100%;height:50px;text-indent:2em;line-height:50px;font-size:20px;color:#de2826;font-weight:600;background-color:#f2f3f5;}
.z419a4body .price del{font-size:14px;color:#222;font-weight:normal;}
.z419a4body .parameter p{font-size:12px;color:#555151;padding-top:10px;}
.z419a4body .details{width:100%;height:30px;text-align:center;line-height:30px;font-size:20px;font-weight:600;background-color:#f2f3f5;color:#222;}
.z419a4body .info{padding-bottom:15px;font-family:HelveticaNeueLTPro, "Microsoft Yahei";}
.z419a4body .info small{padding:0 1px;}
.z419a4body p{padding-bottom:20px;}
.z419a4body img{max-width:98%;height:auto;}
.z419a4meta-tags{padding:20px 0;}
.z419a4context{line-height:30px;}
@media only screen and (max-width:768px){
.z419a4body .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');}
.z419a4newarclist{
    margin: 20px 0;
}
.z419a4newarclist_title{
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
}
.z419a4newarclist ul{
    padding: 20px 0;
}
.z419a4newarclist ul li {
    float: left;
    width: 48%;
   padding-left:2%;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
@media only screen and (max-width: 600px){
.z419a4newarclist ul li {float:none;width:auto;padding-left:15px;}
}

@media screen{
*{padding:0;margin:0;}
div,ul,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;}
.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 li.thisclass{background:#292a32;border:1px solid #292a32;color:#fff;}
.zzpages ul li:hover{border:1px solid #292a32;}
.zzpages ul li a,.zzpages ul li .pageinfo{color:#292a32;padding:8px 12px;}
.zzpages li.thisclass a{color:#fff;}
.zzpages .pageinfo strong{color:#555;font-weight:normal;margin:0px 2px;}
}

.stmText p {
    line-height: 30px;
    font-size: 16px;
    color: #9c9c9c
}
.stmBox {
    width: 100%;
    background-color: rgba(20, 122, 215, 1);
}
.stmBctn {
    padding: 30px;
}
.stmBctn h2 {
    color: #fff;
    font-size: 32px;
}
.fff {
    background-color: #FFFFFF;
    width: 60%;
    margin: 20px 0px;
    color: #3366ff;
    padding-left: 10px;
    font-size: 16px;
}
.fff20 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.rsyCtn dl dt,
.rsyCtn dl dd {
    color: #595959;
    font-size: 16px;
    line-height: 30px;
}
.contactUs .tab1 {
    width: 100%;
    margin: auto;
}
.contactUs .nav {
    width: 100%;
    height: 46px;
    /* background-color: #ace5e5; */
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}
.contactUs .nav li {
    width: 17%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: rgb(151 151 151);
    background-color: #f1f1f1;
    border-radius: 50px;
    padding: 0px 10px;
}
.contactUs .nav li:hover {
    cursor: pointer;
}
.contactUs .show_nav {
    color: #fff !important;
    /* background-color: #FFF8DC; */
    background-color: #4AA3E7 !important;
}
.ctsTop h2 {
    color: #1270e1;
    font-size: 30px;
    font-weight: bold;
}
.ctsTop p {
    margin-top: 26px;
    color: #1270e1;
    background-color: #1270e1;
    width: 60px;
    height: 6px;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
}
/* news */
.NewsList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 10px;
    /* background: #e9e9e9; */
    cursor: pointer;
    transition: .33s ease;
    border-top: 1px solid #ddd;
}
.NewsList:hover {
    padding-bottom: 30px;
}
.NewsList:hover>div:nth-child(1) {
    background: #e2f6ff;
    color: #3366cc;
}
.NewsList>div:nth-child(1) {
    width: 80px;
    height: 98px;
    background: #fff;
    text-align: center;
    font-family: arial;
    transition: all .5s ease;
    color: #3366cc;
    font-size: 30px;
    font-weight: bold;
    line-height: 43px;
    padding: 3px;
}
.NewsList>div:nth-child(2) {
    width: 100%;
    padding: 0px 13px;
}
.NewsList>div:nth-child(2) h2 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}
.NewsList>div:nth-child(2) .data1 {
    color: #b4b4b4;
    margin-top: 15px;
    visibility: hidden;
}
.NewsList>div:nth-child(2) p {
    font-size: 16px;
    color: rgb(131, 127, 127);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* //褰損鏍囩涓湁鏁板瓧浣垮琛屾樉绀哄け鏁堟椂锛� */
    word-wrap: break-word;
    word-break: break-all;
}
.NewsList:hover>div:nth-child(3) img.hide {
    display: block;
}
.NewsList:hover>div:nth-child(3) img.show {
    display: none;
}
.NewsList>div:nth-child(3) img.hide {
    display: none;
}
.NcTop {
    /* background: url(../images/img14.jpg) no-repeat top; */
    /* height: 300px; */
    background-color: #fafafa;
}
.NcTop h2 {
    color: rgb(22, 22, 22);
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}
.NcTop p {
    font-size: 16px;
    color: rgb(177, 177, 177);
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* //褰損鏍囩涓湁鏁板瓧浣垮琛屾樉绀哄け鏁堟椂锛� */
    word-wrap: break-word;
    word-break: break-all;
}
.NcTop>a {
    display: block;
    padding: 20px;
}
.LookMore {
    display: block;
    float: none;
    width: 100px;
    height: 30px;
    padding: 0px;
    color: rgb(128, 128, 128);
    line-height: 30px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    margin-top: 30px;
    padding-left: 10px;
    border-color: #3366cc !important;
}
.LookMore i {
    display: inline-block;
    transform: rotate(180deg);
}
.LookMore:hover {
    background: #3366cc;
    color: #fff;
    border: 1px solid #e6003e;
}
.teamImg {
    background: #f6f6f6;
    padding: 18px;
}
.teamTop {
    overflow: hidden;
}
.teamTop img {
    transition: .33s ease;
    height: 248px;
}
.teamTop img:hover {
    transform: scale(1.08)
}
.teamFoot p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}
.teamImg:hover .teamFoot p {
    color: #3366cc;
    ;
}
.ivnImg {
    overflow: hidden;
}
.ivnImg img {
    transition: .33s ease;
}
.ivnh:hover .ivnImg>img {
    transform: scale(1.08);
}
.ivnText {
    position: relative;
    height: 100%;
}
.ivnText h2 {
    color: #c7000a;
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ivnText p {
    font-size: 14px;
    color: #595959;
    margin-top: 15px;
    line-height: 30px;
}
.ivn .z419a4col-md7 {
    height: 354px;
}
.ivnText::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #c7000a;
    transition: .33s ease;
}
.ivnh:hover .ivnText::after {
    width: 100%;
}
.pcrList {
    width: 100%;
    background: #0975d4;
    /* height: 600px; */
}
.pcrTop {
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}
/* sss */
.newsTop {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.newsTop img {
    width: 100%;
    max-height: 300px;
}
.ntctn {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .6);
    transition: all .5s ease;
    opacity: 0;
    z-index: 1;
}
.showBink {
    width: 320px;
    height: 220px;
    display: block;
    color: #fff;
    line-height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.showBink::before {
    content: '';
    width: 200px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #fff;
    transition: all .5s ease;
}
.showBink::after {
    content: '';
    width: 200px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #fff;
    transition: all .5s ease;
}
.newsTop:hover .ntctn {
    opacity: 1;
}
.newsTop:hover .showBink {
    color: #fff;
}
.newsTop:hover .showBink::before,
.newsTop:hover .showBink::after {
    width: 30px;
}
.newsFoot {
    padding: 0px 10px 0px 10px;
    border: 1px solid #eee;
}
.newsFoot h2 {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
}
.newsFoot p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
}
.newsTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding: 15px 0px;
}
.newsTime p {
    color: #777;
    font-size: 14px;
}
.newsTime p:hover {
    color: #00a3e9;
}
.newsRight {
    background-color: #f8f8f8;
    position: relative;
    height: 392px;
}
.mark {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(90deg, #014ea2 0, #014ea2 100%);
    border-radius: 5px 0 0;
    line-height: 30px;
    width: 100px;
    height: 30px;
}
.newsRight .mark {
    /* position: absolute; */
    z-index: 1;
}
.newsTop .mark {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.newsRight ul {
    padding: 0px 15px 0px 15px;
}
.newsRight li {
    margin-top: 10px;
}
.newsRight li p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}
.jiTop p {
    color: #696969;
    font-size: 16px;
    margin-top: 30px;
}
.tltTop {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #36c;
}
.tltTop ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.tltTop li {
    color: #fff;
    font-size: 18px;
    padding: 0px 14px;
    height: 100%;
    line-height: 50px;
}
.tltTop li:hover {
    background-color: #1d479c;
    cursor: pointer;
}
.tltFoot {
    padding: 50px 0;
    background: #f5f5f5;
}
.jobList {
    /* border-bottom: 1px solid #dadada; */
}
.job1 {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #dadada;
}
.job-iocn {
    cursor: pointer;
}
.job2 {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 0px 16px;
    /* border-bottom: 1px solid #dadada; */
    /* color: #fff; */
    background: #fff;
    height: 100px;
    padding: 30px 19px;
    display: none;
}
.cvoTop {
    position: relative;
}
.cvoTop img {
    width: 100%;
    height: 290px;
}
.cvotCtn {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.51);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .22s ease;
}
.cvoTop:hover .cvotCtn {
    opacity: 1;
}
.cvotCtn i {
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}
.cvoFoot {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
}
.cvideo {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: none;
}
.cvi1 {
    position: absolute;
    top: 9px;
    right: 3px;
    transform: scale(1.5);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}
.artTop h2 {
    text-align: center;
    width: 100%;
    line-height: 100px;
    z-index: 10;
    background: rgba(255, 255, 255, 1.0);
    border-bottom: solid 1px #eee;
    color: #333;
    padding: 0 20px;
    margin-bottom: 0px;
}
.artImg {
    border-top: 17px solid #ddd;
    border-bottom: 17px solid #ddd;
}
.artT {
    width: 100%;
    height: 50px;
    background-color: #0064Cd;
    margin-top: 20px;
}
.artT p {
    line-height: 50px;
    padding-left: 10px;
    font-size: 26px;
    color: #fff;
}
/*聽杩斿洖闋傞儴*/
#back-top {
    position: fixed;
    z-index: 200;
    opacity: 1;
    transition: bottom .3s ease;
    width: 66px;
    height: 70px;
    right: 21px;
    bottom: 47px;
    box-sizing: border-box;
}
#back-top.hid {
    opacity: 0;
}
#back-top .back_top_content {
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: calc(50% - 7px);
    margin-bottom: -24px;
    transition: bottom .3s ease;
}
#back-top:hover .back_top_content {
    bottom: 50%
}
.back_top_content .svg_0 {
    width: 48px;
    height: 48px;
}
.back_top_content svg {
    cursor: pointer;
}
.pcrCtn .z419a4sub-menu {
    background: none;
    box-shadow: none;
}
.pcrCtn .z419a4sub-menu ul li {
    width: auto !important;
}
.pcrCtn .z419a4sub-menu ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: column;
}
.pcrCtn .z419a4sub-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    background: #f2f2f2;
    margin-top: 0;
}
.pcrCtn .z419a4sub-menu ul li.selected a {
    background-color: #0865ca;
    color: #fff;
}
.pcrCtn .z419a4sub-menu ul li a:hover {
    color: #fff;
    background-color: #0865ca;
}
.pcrCtn .z419a4sub-menu ul li a::after {
    display: none;
}
.content_1 {
    background-color: #ececec;
    padding: 20px 0 40px 0;
}
.w100 {
    width: 100%;
}
.content_1 .list .wow {
    padding: 0 15px;
    background: none;
}

.content_1 .list a {
    display: block;
    position: relative;
    background-color: #fff;
}

.content_1 .tu {
    overflow: hidden;
    position: relative;
    height: 209px;
}

.content_1 .tu img {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: all ease-out .5s;
}

.content_1 .tu .show {
    height: 84px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/1.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-position: left bottom;
}

.content_1 .list .txt {
    padding: 25px;
}

.content_1 .txt h3 {
    font-size: 22px;
    line-height: 26px;
    color: #343434;
    height: 52px;
    margin-bottom: 20px;
}

.content_1 .txt p {
    font-size: 15px;
    line-height: 23px;
    color: #666;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_1 .txt span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 40px;
    padding-right: 20px;
    background-image: url('../images/2.png');
    background-repeat: no-repeat;
    background-position: right 1px;
}

.content_1 .list a:hover .txt h3 {
    text-decoration: underline;
}

.content_1 .list a:hover .txt span {
    color: #019eb1;
    background-image: url('../images/3.png');
    text-decoration: underline;
}

.content_1 .list a:hover .tu img {
    transform: scale(1.05);
}

.content_1 .list .mask_1,
.content_1 .list .mask_2,
.content_1 .list .mask_3,
.content_1 .list .mask_4 {
    position: absolute;
    left: 15px;
    top: 10px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    padding: 0 15px;
}

.content_1 .list .mask_1 {
    background-color: #0b6089;
}

.content_1 .list .mask_2 {
    background-color: #ba1942;
}

.content_1 .list .mask_3 {
    background-color: #019eb1;
}

.content_1 .list .mask_4 {
    background-color: #0b6089;
}

.content_1 .list .item {
    margin-top: 20px;
}

.content_1 .item .swiper {
    overflow: hidden;
}

.content_1 .item .swiper-slide {
    text-align: left;
    display: block;
}

.content_1 .item .pic {
    overflow: hidden;
    position: relative;
    height: 303px;
}

.content_1 .item .pic img {
    display: block;
    width: 100%;
    transition: all ease-out .5s;
}

.content_1 .item a:hover .pic img {
    transform: scale(1.05);
}

.content_1 .item .pic .show {
    height: 175px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/1.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-position: left bottom;
}

.content_1 .item .info {
    padding: 0 20px;
    height: 134px;
    box-sizing: border-box;
}

.content_1 .item .info h4 {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.content_1 .item .info .tit {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_1 .item .info span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 15px;
    padding-right: 20px;
    background-image: url('../images/2.png');
    background-repeat: no-repeat;
    background-position: right 2px;
}

.content_1 .swiper .swiper-pagination {
    bottom: 128px;
}

.content_1 .item a:hover .info h4,
.content_1 .item a:hover .info .tit {
    text-decoration: underline;
}

.content_1 .item a:hover .info span {
    color: #019eb1;
    background-image: url('../images/3.png');
    text-decoration: underline;
}

.content_1 .swiper .swiper-pagination-bullet {
    background: #666666;
    opacity: 1;
}

.content_1 .swiper .swiper-pagination-bullet-active {
    background: #169fe9;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .content_1 .list .wow {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .content_1 .item .pic {
        height: 180px;
    }
    .content_1 .item .pic .show {
        height: 100px;
    }
}


@media screen{
*{padding:0;margin:0;}
div,h3,p,img,span{margin:0;padding:0;}
a{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;}
img{border:none;}
.column-top .title-cn{font-size:36px;margin-bottom:9px;font-weight:normal;}
.column-top .title-en{display:block;font-weight:500;padding:10px 0;}
.text-center{text-align:center;}
.home-s2{background:url(../images/bg1.jpg) no-repeat center center;background-size:cover;padding:90px 1em 100px;}
.home-s2 .column-top .title-cn{color:#fff;}
.home-s2 .text{line-height:2;font-size:16px;color:rgba(255, 255, 255, 1);margin:1.5% 0 0;}
.home-s2 .item{background-color:rgba(255, 255, 255, .15);border:1px solid rgba(255, 255, 255, .3);margin-top:2%;text-align:center;padding:3.5% 15px 4.5%;color:#fff;-webkit-transition:.4s;transition:.4s;}
.home-s2 .item .icon{display:block;width:80%;margin:0 auto 20px;transition:all 0.5s;background-size:cover;}
.home-s2 .item h3{font-size:24px;color:#fff;}
.home-s2 .item .ellipsis2{min-height:120px;line-height:2;color:rgba(255, 255, 255, 1);margin:10px 0 20px;-webkit-line-clamp:3;font-size:15px;text-indent:2em;}
.home-s2 .item .line{display:block;width:28px;height:2px;margin:0 auto;background-color:#fff;}
.ellipsis2{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:box;word-break:break-word;}
}

/* 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;}
.z419a4footer{margin:0 auto;color:#5d5d5d;background:#988f87;border-top:1px solid #C7CED1;text-align:center;position:relative;}
.z419a4footer a{color:#5d5d5d;}
.z419a4footer a:hover{color:#FFF;}
.z419a4footer .z419a4flink{padding:15px 0;}
.z419a4footer .z419a4flink li{display:inline-block;margin-left:10px;}
.z419a4footer .footerserver{padding:10px 0 10px 0;text-align:center;}
.z419a4flink {font-size:18px;color:#585858;}
.z419a4flink li a {color:#585858;font-size:18px;}
.footerc{background:#2e2c27;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:#ecebe9;height:90%;width:3px;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 0px 20px 0px ;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:#ecebe9;}
.proitem:hover .ellipsis-2{font-size:18px;color:#ecebe9;}
.proitem:hover .btn span{background:#ecebe9;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;}
}
}
