/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;

 @-webkit-keyframes bounce-up {
 25% {-webkit-transform: translateY(5px);}
 50%, 100% {-webkit-transform: translateY(0);}
 75% {-webkit-transform: translateY(-5px);}
}

@keyframes bounce-up {
 25% {transform: translateY(5px);}
 50%, 100% {transform: translateY(0);}
 75% {transform: translateY(-5px);}
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}

a:hover{
	text-decoration:none;
	color: #ca1c28;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



a{text-decoration:none;}
.pic{font-size: 0;line-height: 0;display: flex;justify-content: center;align-items: center;}
.icon{font-size: 0;line-height: 0;display: flex;justify-content: center;align-items: center;}

/*container*/
.container1{width:92%; max-width:1700px; margin:0 auto;clear:both;}
.container{width:92%; max-width:1580px;margin:0 auto;clear:both;}
.container2{width:92%;margin:0 auto;clear:both;}


/*pc端header*/
.headpc-top{display:none;position: fixed;top:0;left:0;width:100%;height:100px;z-index:1000;background:rgba(255,255,255,0);box-shadow:0 0px 1px 0 #ededed;transition:0.6s;}
.headpc-top .logo{float:left;font-size:0px;width:30%;height:100px;display:flex;align-items:center;display:-webkit-flex; -webkit-align-items: center;}
.headpc-top .logo img{max-width:100%;}
.indextopper{margin:auto;}
.indextopper .nav{float:right;line-height:100px;}
.indextopper .navul li{float:left;height:100px;position:relative;margin-left:55px;}
.indextopper .navul li.now::after{content: "";position: absolute;width: 10px;height:10px;left:calc(50% - 5px);border-radius: 5px; background: #ffffff;bottom: -4px;transition: 0.6s;}
.indextopper .navul li.now:hover::after{left: 0;}

.indextopper .navul li:first-child{margin-left:0;}
.indextopper .navul li>a{font-size:16px;display:block;color: #ffffff;}
.indextopper .navul li img{float: left;margin-top: 38px;margin-right: 12px;}
.indextopper .navul li:hover::after{content: "";position: absolute;width: 100%;height:4px;background: #ffffff;bottom: 0;transition: 0.6s;}
.headpc-top.white{background: #ffffff;}
.headpc-top.white .indextopper .navul li>a{color: #000000;}
.headpc-top.white .indextopper .navul li::after{content: "";position: absolute;width: 0%;height:4px;background: #3979f4;bottom: 0;transition: 0.6s;}
.headpc-top.white .indextopper .navul li.cur::after{width: 100%;}
.headpc-top.white .indextopper .navul li:hover::after{width: 100%;}
.headpc-top.white .indextopper .navul li a:hover{color: #3979f4;}
.headpc-top.white .indextopper .navul li.cur a{color: #3979f4;}
/*pc端header结束*/


/* 手机端header */
.header{position:fixed;width:100%;left:0px;top:0px;height:50px;overflow:hidden;background:#fff;z-index:1000;}
.header .logo{float:left;margin-top:10px;}
.header .logo h1{font-size:0;}
#head .header-navigation{float:right;margin-top: 14px;}
#head .header-navigation i{font-size:22px;color:#000000;}
.menu-wrapper-background{position:fixed;z-index:99999;background-color:rgba(0,0,0,0.6);width:100%;height:100%;top:0px;left:0px;display:none;}
.main_menu{position:fixed;top:50px;left:0px;width:100%;z-index:500;background:#ffffff;height:0px;overflow:auto;transition: all 350ms ease;}
.show-main{height:calc(100% - 50px);transition: all 350ms ease;}
.menu-top li{list-style:none;background:#f7f8f9;margin-bottom:10px;border-radius:3px;color: #000000;}
.menu-top li:first-child{margin-top:10px;color: #000000;}
.page-content{-webkit-transform:translateY(0px);transform:translateY(0px);transition:all 350ms ease;}
.menu-top{background-color:rgba(255,255,255,1);height:0px;width: 92%;margin:auto;overflow:hidden;transition:all 350ms ease;color: #000000;}
.show-menus{height:100%;transition:all 350ms ease;}
.menu-top .icon3{-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);position:absolute;right:24px;top:18px;font-size:18px;transition:all 350ms ease;}
.menu-top .icon4{-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);position:absolute;right:24px;top:23px;font-size:18px;transition:all 350ms ease;}
.menu-top a{text-indent:24px;font-size:18px;line-height:28px;padding:10px 0px;display: block;position: relative;overflow: hidden;color: #000000;}
.submenu{max-height:0px;overflow:hidden;transition:all 350ms ease;}
.submenu a{text-indent:24px;font-size:17px;line-height:24px;transition:all 350ms ease;color: #000000;}
.show-submenu{max-height:5000px!important;transition:all 350ms ease;}
.menu-top a:hover{color:#2576b5;}
/*手机端header*/
.nytop100{width: 100%;height: 50px;overflow: hidden;}


/*内页banner*/
.insidebanner{display:none;position:relative;overflow: hidden;}
.insidebanner .catenav .cn{font-size: 60px;line-height:1;color: #fff;}
.insidebanner .catenav .en{font-size: 20px;line-height:1;color: #fff;margin-top: 14px;text-transform: uppercase;}

.phonebanner{position:relative;overflow: hidden;display: flex;justify-content: center;align-items: center;align-content: center;background-size: cover;}
.phonebanner .catenav{position: absolute;top:50%;transform: translateY(-50%);}
.phonebanner .catenav .cn{font-size: 24px;line-height:1;color: #fff;text-shadow: 0px 0px 2px #999999;}
.phonebanner .catenav .en{font-size: 16px;line-height:1;color: #fff;margin-top: 14px;text-transform: uppercase;}




#sidenav{width:100%;overflow: hidden;border-bottom: 1px solid #ededed;}
#sidenav .ne_nav{float: left;line-height: 75px;display: none;}
#sidenav ul{width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}
#sidenav ul li{float:left; height:50px;line-height:50px;transition:0.6s;position: relative;margin: 0px 20px;}
#sidenav ul li::after{content: ""; position: absolute; width: 0;height:3px;background:#3979f4; left:0;bottom: 0;transition: 0.6s;}
#sidenav ul .djgzcur::after{content: ""; position: absolute; width: 0;height:3px;background:#e60012; left:0;bottom: 0;transition: 0.6s;}

#sidenav ul li a{color:#333333;font-size: 15px;width:100%;height:100%;display:block;}
#sidenav ul li.cur::after{width:100%;}





#goTopBtn{position:fixed;z-index:10000;bottom:100px;right:2%;width:50px;height:50px;overflow:hidden;background:url(../images/go_top.jpg)no-repeat center;background-size:cover;display: none;}


.catetit .cate_cn{font-size:22px;color:#000000;line-height: 1;}
.catetit .cate_en{color:#999;font-size:18px;line-height: 1;margin-top:13px; margin-bottom: 15px;}


/*首页page1*/

#indexbanner{ height:100%; width:100%;overflow: hidden; }
#indexbanner .banner-container{width:100vw;height:100%;}
#indexbanner .banner-container .swiper-slide{height:100%;width:100%;position:relative;}
#indexbanner .banner-container  .swiper-slide .ban_img{height:100%;width:100%;object-fit:cover;/*position:absolute;height:100%;width:1920px;left:50%;margin-left:-960px;*/transition:5s;transform:scale(1.2,1.2);}
#indexbanner .swiper-pagination{bottom:60px;}
#indexbanner .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;transition:0.6s;background:#ffffff;margin:0 5px;opacity:1;}
#indexbanner .swiper-pagination .swiper-pagination-bullet-active{width:50px;height:6px;background:#fff;margin:0 5px;}
#indexbanner .swiper-button{position:absolute;width:130px;height:53px;right:60px;bottom:50px;z-index: 100;}
#indexbanner .swiper-button .button-prev{float:left;width:53px;height:53px;}
#indexbanner .swiper-button .button-next{float:right;width:53px;height:53px;}
#indexbanner .swiper-num2{position:absolute;right:15%;bottom:35px;z-index:100;font-size:26px;color:rgba(255,255,255,0.8);}
#indexbanner .swiper-num2 .active{font-size:35px;color:#fff;}
#indexbanner .swiper-num2 .total{font-size:26px;color:rgba(255,255,255,0.8);}
.banner-container .conn{position:absolute;width:84%;left:8%;bottom:40px;}
.banner-container .conn .p1{color:#ffffff;font-size:40px;line-height:60px;margin-bottom:10px;}
.banner-container .conn .p2{color:#ffffff;font-size:30px;margin-bottom:10px;}
.banner-container .conn .p3{color:#ffffff;line-height: 1}
.banner-container .conn .p3 a{display:block;color:rgba(255,255,255,0.6);font-size: 18px;width: 150px;padding-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,0.2)}
.banner-container .conn .p3 a img{float: right;margin-top: 6px;}


/*section2*/
#indexabout{width:100%;position:relative;background:url(../images/section_bg2.jpg)no-repeat center;background-size: cover;padding: 25px 0px;}
.indexabout{height: 100%;display: flex;align-items: center;align-content: center;}
#indexabout .left{width:100%;max-width:770px;}
#indexabout .left .details{position:relative;width:100%;}
#indexabout .left .details .con{margin-top: 25px;}
#indexabout .left .details .tt{color:#000000;font-size:18px;font-weight:bold; margin-bottom:15px;line-height: 1;}
#indexabout .left .details .des{line-height:30px;font-size:15px;color:#333333;margin-bottom:20px;}
#indexabout .left .details  a{color:#ffffff;font-weight:bold;font-size:14px;line-height:40px;display:block;background:#1159e3;text-align:center; width:130px;border-radius:3px;height:40px;text-transform: uppercase;transition: 0.6s;}

#indexabout .left .lis{width:100%;}
#indexabout .left .lis ul{display: flex;justify-content: space-between;flex-wrap: wrap; }
#indexabout .left .lis ul li{width: 50%;margin-top: 20px;}
#indexabout .left .lis ul li .tt{line-height: 1; font-size: 16px;color: #000000;text-align: center;margin-bottom: 5px;}
#indexabout .left .lis ul li .tt span{font-size: 30px;font-weight: bold; color:#3979f4;}
#indexabout .left .lis ul li .des{font-size: 14px;color: #000000;line-height: 1.5; margin-top:8px;text-align: center;}
#indexabout .right{width:100%;align-items: center;overflow: hidden;}
#indexabout .right img{max-width: 100%;transition: 0.6s;}

/*section3*/
#indexcase{width:100%;overflow: hidden;background:url(../images/section_bg3.jpg)no-repeat right center;background-size: cover;padding: 25px 0px;}
#indexcase .case-banner{position: relative;width: 100%;overflow: hidden;}
#indexcase .case-banner .swiper-wrapper{width: 100%;}
#indexcase .case-banner .swiper-slide{width: 100%;display: block;overflow: hidden;}
#indexcase .case-banner .swiper-slide .pic{font-size: 0;line-height: 0;width: 100%;display: block;overflow: hidden;}
#indexcase .case-banner .swiper-slide .pic img{width: 100%;transition: 0.6s;}
#indexcase .case-banner .swiper-slide .tt{position: absolute;bottom: 15px;
    line-height: 20px;width:calc(100% - 100px);left: 2%; color:#ffffff;font-size:16px;}
#indexcase .case-banner .derection{position:absolute;width:100%; right:0;top:calc(50% - 25px);z-index:100;font-size:26px;color:rgba(255,255,255,0.8);}
#indexcase .case-banner .derection span{width: 50px;height:50px;display: block;float: left;line-height: 50px;text-align: center;}
#indexcase .case-banner .derection .left{background: rgba(255,255,255,0.8);color:#1159e3;cursor: pointer;outline: none;/*border-right:2px solid #dedede;*/border-radius: 2px;transition: 0.3s;}
#indexcase .case-banner .derection .right{background: rgba(255,255,255,0.8);color:#1159e3;float: right;cursor: pointer;outline: none;border-radius: 2px;transition: 0.3s;}

#indexcase .case-con{}
#indexcase .case-con .con{ max-width:615px;margin-top: 25px;display: flex;justify-content: space-between;align-items: center;align-content: center;}
#indexcase .case-con .con .des{font-size:15px;color:#000000;line-height:30px;height:100px;display: none;}
#indexcase .case-con .con a{color:#ffffff;font-weight:bold;font-size:14px;line-height:40px;display:block;background:#1159e3;text-align:center; width:130px;border-radius:3px;height:40px;text-transform: uppercase;transition: 0.6s;}


/*section4*/
#indexnews{width:100%;background:url(../images/section_bg4.jpg)no-repeat left center;background-size: cover;padding: 25px 0px;}
#indexnews .table{width:100%;overflow:hidden;margin-bottom: 20px;display: flex;align-items: flex-end;justify-content: space-between;}
#indexnews .table .catetit{float: left;line-height: 1;}
#indexnews .table ul{float:right;line-height: 1;}
#indexnews .table ul li{float:left;margin-left:20px;}
#indexnews .table ul li a{font-size:16px;color:#000000;}
#indexnews .news-con{width:100%;overflow:hidden;height: 100%;position: relative;}
#indexnews .news-con .left{width:100%;float: left;background: #ededed;}
#indexnews .news-con .news-banner .pic{width: 100%;height: 100%;overflow: hidden;}
#indexnews .news-con .news-banner .pic img{ width: 100%;transition: 0.6s;}
#indexnews .news-con .news-banner .swiper-slide{width: 100%;}
#indexnews .news-con .news-banner .derection{position:absolute;right:60px;top:6%;z-index:100;font-size:26px;color:rgba(255,255,255,0.8);}
#indexnews .news-con .news-banner .derection .left1 img{transform: rotate(180deg);margin-right: 20px;}
#indexnews .news-con .news-banner .derection .right1{}
#indexnews .news-con .news-banner .details{width: 100%;height: 100%;padding: 6% 3%;overflow: hidden;}
#indexnews .news-con .news-banner .details .cat{width:100%;font-size: 20px;color:#191919;margin-bottom: 20px;line-height:1;}
#indexnews .news-con .news-banner .details .tt{width:100%;line-height:30px;font-size:16px;color:#191919;overflow:hidden;}
#indexnews .news-con .news-banner .details .date{width:50%; float: left; overflow:hidden;font-size: 16px;line-height:40px; font-weight: bold; color:#191919;transition: 0.6s;}
#indexnews .news-con .news-banner .details .des{font-size: 14px; color: #666666;line-height: 25px;height: 75px;overflow: hidden; margin-top: 10px;margin-bottom: 10px;}
#indexnews .news-con .news-banner .details .view{width:50%; float: right;height: 40px;border-radius: 20px;background: #3b76e7;color:#ffffff;text-transform: uppercase; display: flex;align-items: center;justify-content: center;transition: 0.6s;}
#indexnews .news-con .news-banner .details .view .icon{margin-left: 10px;}
#indexnews .news-con .news-banner .details .view img{filter: brightness(0) invert(1);}


#indexnews .news-con .right{background: #ffffff;height: 100%;width: 100%;}
#indexnews .news-con ul{width:100%;margin:auto;height:100%; overflow:hidden;}
#indexnews .news-con ul li{width:100%;display: flex;padding: 10px 0px; align-items: center;align-content: center; overflow:hidden;background:#ffffff;border-bottom: 1px solid #f7f7f7;}
#indexnews .news-con ul li a{width:92%;margin:auto;display:block;}
#indexnews .news-con ul li .con{width:100%;overflow: hidden;}
#indexnews .news-con ul li .cat{width:100%;font-size: 20px;color:#7c818a;margin-bottom: 10px;line-height:1;  }
#indexnews .news-con ul li .tt{width:100%;line-height:30px;font-size:16px;color:#191919;overflow:hidden; }
#indexnews .news-con ul li .date{width:100%; overflow:hidden;font-size: 15px;line-height:1; font-weight: bold; color:#7c818a;margin-top:10px;transition: 0.6s;}
 
.section5{width:100%;background:#f9f9f9;}
#indexfooter{width:100%;position:relative;height: calc(100% - 100px);margin-top: 100px;}
.indexfooter{height:100%; position: relative;display: flex;align-items: center;align-content: center;}
.indexfooter .catetit{position: absolute;left: 0;top:80px}
.indexfooter .lxfs .p1{font-size: 16px;font-weight: bold;}
.indexfooter .lxfs .p2{font-size: 24px;font-weight: bold;}
.indexfooter .copy{position: absolute;left: 0;bottom:50px;line-height: 30px;font-size: 14px;color:#666666;}
#allmap{position: absolute;right:0;top:0;width: 53%;height:100%;}


/*首页结束*/

/*手机端首页*/


#indexphonebanner{ height:100%; width:100%;overflow: hidden;position:relative;font-size: 0;line-height: 0;}
#indexphonebanner .phonebanner-container .swiper-slide{height:100%;width:100%;position:relative;}
#indexphonebanner .phonebanner-container .swiper-slide .ban_img{max-width:100%;}
#indexphonebanner .swiper-pagination{bottom:10px;}
#indexphonebanner .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;transition:0.6s;background:#ffffff;margin:0 5px;opacity:1;border-radius: 2px;}
#indexphonebanner .swiper-pagination .swiper-pagination-bullet-active{width:50px;height:6px;background:#fff;margin:0 5px;}

.phonebanner-container .conn{position:absolute;width:92%;left:4%;bottom: 20px;}
.phonebanner-container .conn .p1{color:#ffffff;font-size:18px;line-height:22px;margin-bottom:10px;}
.phonebanner-container .conn .p2{color:#ffffff;font-size:16px;margin-bottom:10px;}
.phonebanner-container .conn .p3{color:#ffffff;line-height: 1;display:none;}
.phonebanner-container .conn .p3 a{display:block;color:rgba(255,255,255,0.6);font-size: 18px;width: 150px;padding-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,0.2)}
.phonebanner-container .conn .p3 a img{float: right;margin-top: 6px;}



/*手机端结束*/


.inset{width: 100%;overflow:hidden;padding: 30px 0px;}
.col{line-height:220%;}
.col h2{text-align:center;font-weight:normal;color:#000;font-size:16px;line-height:60px;}
.col h3{text-align:center;font-weight:normal;font-size:13px;}

.newscol{font-size:16px;max-width:1200px;margin:auto;}
.newscol h2{text-align:center;font-weight:normal;color:#000;font-size:30px;font-weight:bold;line-height:60px;}
.newscol h3{text-align:center;font-weight:normal;font-size:18px;margin-top:23px;}




.maintit{text-align:center;margin-top:45px;}
.maintit p{font-size:30px;color:#333;margin-bottom:10px;}
.maintit span{font-size:16px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:25px;text-align:center;}
.son_nav a{padding:0px 20px;height:45px;line-height:45px;border-radius:2px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 10px;transition: color 0s;}
.son_nav a.active{background:#008b92;color:#fff;border:1px solid #008b92;}


/*单页企业介绍*/
.aboutpage{position: relative;z-index: 10;padding: 25px 0px 10px;}
.aboutpage .bg_img{width: 100%;overflow: hidden;font-size: 0;line-height: 0;}
.aboutpage .bg_img img{transition: 0.6s;width: 100%;} 
.aboutpage .con{width: 100%;}
.aboutpage .tt{font-size: 20px;font-weight: bold;color: #000000;line-height: 1;margin-bottom: 20px;margin-top: 20px;}
.aboutpage .des{font-size: 15px;color:#333333;}
.aboutpage .details{width: 100%;	overflow: hidden;}
.aboutpage2 .bg_img{left: 0;}
.aboutpage2 .con{width: 100%;float: right;}
.aboutpage .con .lis{width:100%;}
.aboutpage .con .lis ul{display: flex;justify-content: space-between;flex-wrap: wrap; }
.aboutpage .con .lis ul li{width: 50%;margin-top: 20px;}
.aboutpage .con .lis ul li .tt{line-height: 1; font-size: 16px;color: #000000;text-align: center;margin-bottom: 5px;}
.aboutpage .con .lis ul li .tt span{font-size: 30px;font-weight: bold; color:#3979f4;}
.aboutpage .con .lis ul li .des{font-size: 14px;color: #000000;line-height: 1.5; margin-top:8px;text-align: center;}
.aboutpage4{/*background: #f7f8fa;*/background: url(../images/aboutpage4.jpg)no-repeat center;background-size: cover;}

.aboutpage4 .honor_swiper{padding: 30px 0 60px;}
.aboutpage4 .swiper-pagination{top:calc(100% - 4px);width: 280px;left:calc(50% - 140px);background: #ffffff;border-radius: 4px;} 
.aboutpage4 .details1{position: relative;width: 100%;}
.aboutpage4 .details1 .pic{height: 240px;display: flex;align-content: center;align-items: center;justify-content: center;}
.aboutpage4 .details1 .pic img{max-width: 100%;max-height: 100%;}
.aboutpage4 .swiper-pagination-num{position: absolute;right: 0;top:-77px;font-size: 28px;color: #bebebe;line-height: 1;}
#current{font-size: 47px;color: #3979f4;}
#total{font-size: 28px;color: #bebebe;}
.aboutpage4 img{max-width: 100%;}

/*联系方式*/
.lxfscol{padding-top: 290px;}
.lxfscol .col{position: absolute;z-index: 100;top:0px;left:4%;width: 0; }
.lxfscol .catetit .cate_cn{font-weight: bold;margin-bottom: 30px;}
.lxfscol .lxfs{ background: rgba(255,255,255,0.9);padding-top:25px; display: inline-block;border-radius: 15px;}
.lxfscol .lxfs .p1{font-size: 16px;font-weight: bold;white-space: nowrap;}
.lxfscol .lxfs .p2{font-size: 24px;font-weight: bold;white-space: nowrap;}
#allmap1{position: relative;height: 360px;}


.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}


/*产品列表*/
.pxxmlist ul{width: 100%;overflow: hidden;}
.pxxmlist ul li{width:100%;float:left;position:relative;margin-bottom: 20px;}
.pxxmlist ul li a{display:block;width: 100%;height: 100%;}
.pxxmlist ul li .pic{width:100%;overflow:hidden;height: 240px;}
.pxxmlist ul li .pic img{height:100%;overflow:hidden;margin:auto;width:100%;transition: 0.6s;}
.pxxmlist ul li .tt{height:85px;width: 100%;background: #f8f8f8;display: flex;align-items: center;align-content: center; justify-content: center;text-align: center; transition: 0.6s;}
.pxxmlist ul li .tt p{width: 90%;line-height: 30px;font-size: 18px;font-weight: bold;color: #000000;transition: 0.6s;}
.producth3{font-size:18px;margin-bottom: 15px;text-align: center;font-weight: bold;}
.productcol{position: relative;padding-bottom: 30px;}
.productcol .swiper-pagination-bullet{width: 12px;height: 12px;}
.productcol .swiper{width:100%;margin: auto;height: 240px;}
.productcol .swiper .pic{height: 240px;}
.productcol .swiper img{max-width: 100%;max-height: 100%;}
.productcol .swiper-next{position: absolute;right: 0px;top:40%;z-index:100; width: 30px;height:60px;text-align: center;line-height: 60px;font-size: 30px;background: #ffffff;}
.productcol .swiper-prev{position: absolute;left: 0px;top:40%;z-index:100;width: 30px;height:60px;text-align: center;line-height: 60px;font-size: 30px;background: #ffffff;}

/*文章列表*/
.xwlblist ul{width:100%;overflow:hidden;}
.xwlblist ul li{width:100%;background:#ffffff ;height: 50px; line-height: 50px;border-radius: 5px; overflow: hidden;position: relative;margin-bottom: 15px;transition: 0.3s;}
.xwlblist ul li a{display: block; overflow: hidden;width: calc(100% - 20px);height: 100%; margin: auto;}
.xwlblist ul li .tt{font-size:16px;color:#000000;width: 70%;float: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition: 0.3s;}
.xwlblist ul li .date{width: 30% ;float: right;text-align: right;font-size:14px;color:#a5a5a5;}


/*新闻中心*/
.xwzxlist{overflow:hidden;}
.xwzxlist ul{margin:auto;}
.xwzxlist ul li{width:100%;position:relative;margin-bottom: 40px;}
.xwzxlist ul li:nth-child(4n){margin-right: 0;}
.xwzxlist ul li a{width:100%;display:block;}
.xwzxlist ul li .pic{width:100%;overflow:hidden;font-size: 0px;height: 240px;}
.xwzxlist ul li .pic img{width:100%;height:100%;transition: 0.6s;}
.xwzxlist ul li .date{font-size:13px;color:#000000;font-weight:bold;line-height: 1;margin-top: 25px;}
.xwzxlist ul li .tt{font-size:16px;color:#000000;line-height:25px;margin: 10px auto; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.xwzxlist ul li .des{font-size:14px;color:#666666;line-height:21px;height:42px;overflow:hidden;margin-bottom: 20px;}
.xwzxlist ul li .more{line-height: 1;border-bottom: 1px solid #8c8c8c;padding-bottom: 8px;display: inline; color: #666666;}

/*新闻详情页*/
.newscol{float: left;width: 100%;background: #ffffff;line-height:220%;font-size:16px;}
.newscol .title{color:#191919;font-size: 18px;line-height:1.5;}
.newscol .date{width: 100%;min-height: 34px; line-height: 34px;border-bottom: 1px solid #e2e2e2;margin-top: 10px;}
.newscol .time{float: left;line-height: 34px;font-size: 14px;color:#999999;
	
	display: flex;
	align-content: center;
	align-items: center;}
.newscol .share{float: right;}
.newscol .share .fenxiang{float: left;font-size: 14px;color:#999999;line-height: 34px;}
#share-3{float: left;}
.newscol .content{padding:20px 0px 0px;min-height: 200px;}
.newscol .content img{max-width:100%;}

.news_right{display: none;}

/*
.xwxqcol{width:100%;background:url(../images/news_xq.jpg)no-repeat top center;overflow:hidden;}
.xwxqcol .goback{width:96%;max-width:1500px;margin:80px auto 45px;text-indent:40px;background:url(../images/return.png)no-repeat left center;overflow:hidden;color:#ffffff;font-weight:lighter;}
.xwxqcol .goback a{color:#ffffff;}
.xwxqcol .newscol{width:96%;max-width:1500px;background:#ffffff;overflow:hidden;position: relative;}
.xwxqcol .content{width:90%;margin-left:3%;max-width:1170px;}
.xwxqcol .content .data{padding-top:120px;font-size:18px;font-weight:bold;color:#000000;}
.xwxqcol .content .title{color:#000000;font-size:34px;}
.xwxqcol .content .line{width:86px;height:1px;background:#000000;margin-top:55px;margin-bottom:55px;}
.xwxqcol .newscol .share{position: absolute;right: 0px;top:0px;right: 0px;width: 90px;display: none;}
.xwxqcol .newscol .share p{transform: rotate(-270deg);margin-top:45px;margin-bottom:30px;text-align: center; }
.xwxqcol .newscol .share div img{margin: auto;display: block;margin-bottom: 15px;}
*/
/*人才招聘*/
.rczp{padding:70px 0px 120px;width:100%;overflow:hidden;}
.rczp .cate_cn{font-size:34px;line-height:1;color:#000000;text-align:center;margin-bottom:25px;}
.rczp .cate_des{font-size:18px;line-height:1.5;text-align:center;margin:auto;margin-bottom:20px;color:#333333;}
.rczp .cate_des2{font-size:18px;line-height:1.5;text-align:center;margin:auto;margin-bottom:60px;color:#999999;}
.recruit-box {margin-top: 50px;}
.recruit-box .item {display: block;margin-bottom: 40px;padding: 29px 40px;border: 1px solid #d5d5d5;background-color: #fff;transition: all .2s;}
.recruit-box .item:nth-child(2n) {background-color: #f9f9f9;}
.recruit-box .staff-box {padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;transition: all .3s;overflow: hidden;}
.recruit-box .staff {float: left;font-size: 22px;line-height: 30px;color: #000000;transition: all .3s;}
.recruit-box .detail {float: right;font-size: 15px;line-height: 30px;color: #999;padding-right: 37px;background-repeat: no-repeat;background-position: right center; /*background-image: url('../picture/recruit-arrow.png');*/transition: all .3s;}
.recruit-box .require {margin-top: 27px;font-size: 0;}
.recruit-box .require span {display: inline-block;zoom: 1;vertical-align: top;font-size: 15px;line-height: 30px;width: 20%;margin-bottom: 12px;color: #666;transition: all .3s;}
.recruit-box .require span.require-span{width: 100%;}
.recruit-box .require span:last-child {margin-right: 0;margin-bottom: 0;display: block;}
.recruit-box .item:hover, .recruit-box .item.cur {background-color: #333333;border-color: #333333;}
.recruit-box .item:hover .staff-box, .recruit-box .item.cur .staff-box {border-color: rgba(216, 229, 236, .3);}
.recruit-box .item:hover .staff, .recruit-box .item.cur .staff {color: #fff;}
.recruit-box .item:hover .detail, .recruit-box .item.cur .detail {color: #fff;}
.recruit-box .item:hover .require span, .recruit-box .item.cur .require span {color: #fff;}
.recruit-box .item .yin {background: #ffffff;padding: 60px;margin-top: 25px;display: none;}
.recruit-box .item .yin.on {display: block;}
.recruit-box .item .yin h5 {font-size: 18px;font-weight: 500;margin-top: 50px;color: #333333;}
.recruit-box .item .yin .p1 {padding-bottom: 40px;border-bottom: 1px solid #e9e9e9;box-sizing: border-box;margin-bottom: 40px;}
.recruit-box .item .yin .p {font-size: 15px;line-height: 28px;color: #000000;}
.recruit-box .item .yin h3 {font-size: 20px;color: #333;line-height: 20px;padding-left: 16px;border-left: 4px solid #333333;box-sizing: border-box;margin-bottom: 20px;}
.recruit-box .item .yin p {font-size: 15px;color: #666;margin: 5px 0;}
/*.recruit-box .item:first-child .yin{display:block;}*/

.orientation{margin-top:20px;margin-bottom:0px;overflow:hidden;width:100%;}
.orientation .previous{margin-bottom:10px;}
.orientation .next{}





#footer{width:100%;background: #f8f8f8;overflow:hidden;}
#footer .footer_top{width: 100%;height: 50px;overflow:hidden;border-bottom: 1px solid #e5e5e5;font-size: 0;line-height: 0;display: flex;align-items: center;align-content: center;}
#footer .footer_top .pic{height: 124px;}
#footer .footer_top img{max-width: 100%;}
#footer .footer_center{width: 100%;overflow:hidden;padding: 25px 0px 0px 0px; display: flex;align-items: center;align-content: center;justify-content: space-between;}
#footer .footer_nav{width: 50%; overflow:hidden;display: none;}
#footer .footer_nav ul{width:100%;}
#footer .footer_nav ul li{width:25%;float:left;text-align: left;}
#footer .footer_nav ul li a{font-size: 14px;color:#666666;line-height: 32px;display:block;width: 100%;}
#footer .footer_nav ul li .nav-fa{color:#333333;font-size:16px;display:block;}
#footer .footer_lxfs{text-align: left;}
#footer .footer_lxfs .p1{font-size: 16px;font-weight: bold;}
#footer .footer_lxfs .p2{font-size: 24px;font-weight: bold;}

#footer .footer_bottom1{line-height:30px;padding:10px 0px;background: #f2f2f2;font-size: 14px; color: #666666;}
#footer .footer_bottom *{font-size: 14px; color: #666666;}
#footer .footer_bottom .hzkc{float: right;}

#footer .footer_bottom{line-height:35px;font-size:15px;color:#666666;display: none}
#footer .footer_nav ul li a.cur{color:#196aeb}


.mypage{
    text-align: center;
	width:100%;
	overflow:hidden;
}
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #333333;
	border: 1px solid #e6e6e6;
	padding: 5px 13px;
	margin: 5px;
}
.mypage	span.current,.mypage a.current{
	border: 1px solid #333333;

}
.mypage .rows{
	border:none;
}


