@import url(./media.css);

*{margin: 0;padding: 0;}
header,footer,nav,div,p,span,b,a,input,textarea,ul,li{margin: 0;padding: 0;color: #262626;}
ul li{list-style: none;}
a{text-decoration: none;}
table {border-collapse:collapse;}table,th, td{border: 1px solid #ddd;}
input{outline: none;}
body{min-width: 1230px;}

/*浮动*/
.f_le{float: left;}
.f_ri{float: right;}
/*清除浮动*/
.clearfix:after{content: "";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}

/*定位*/
.p_re{position: relative;}
.p_ab{position: absolute;}

/*弹性盒子*/
.flexbox{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;} /*横向弹性*/
.flexbox_1{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;height: 900px;} /*纵向弹性*/
.flexc{margin: auto auto;}
.flexwarp{flex-wrap: wrap;}  /*弹性盒子换行*/

/*字体*/
.f_son{font-family: '宋体';}
.f_12{font-size: 12px;}
.f_14{font-size: 14px;}
.f_16{font-size: 16px;}
.f_18{font-size: 18px;}
.f_20{font-size: 20px;}
.f_22{font-size: 22px;}
.f_24{font-size: 24px;}
.f_28{font-size: 28px;}
.f_30{font-size: 30px;}
.f_32{font-size: 32px;}
.f_34{font-size: 34px;}
.f_36{font-size: 36px;}
.blod{font-weight: bold;}
.bold_4{font-weight: 400;}
/*字体超出隐藏*/
.txthide{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/*.txthide_2{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}*/
.over{overflow: hidden;}

/*宽度*/
/*.top, .header, .footer, .banner{width: 100%;min-width: 1200px;}*/
.wrapper{width: 1200px;margin: 40px auto;}

/*导航*/
header{height: 95px;border-bottom: 3px solid #e1007c;}
header .logo{display: block;width: 382px;height: 100%;line-height: 95px;float: left;}
header .logo img{display: inline-block;width: 70%;vertical-align: middle;}
header nav{float: right;height: 100%;}
header nav .n-list{float: left;position: relative;}
header nav .n-list .n-list-a{display: block;padding: 0 14px;font-family: 'Note Sans S';font-size: 18px;color: #2b2b2b;line-height: 95px;transition: .5s;}
header nav .n-list .drop-down{width: max-content;background: #e1007c;position: absolute;top: 95px;left: 0;right: 0;z-index: 3;font-size: 16px;padding: 15px 20px;display: none;}
header nav .n-list .drop-down .drop-down-a{display: block;text-align: center;color: #fff;line-height: 40px;transition: .5s;}
header nav .n-list.active .n-list-a{color: #e1007c;}
header nav .n-list:hover .n-list-a{color: #e1007c;}
header nav .n-list .drop-down .drop-down-a:hover{background: #f15c5c;}

/*底部*/
footer{background: #161616;padding-top: 40px;}
footer .f-nav{float: left;margin-bottom: 30px;}
footer .f-nav .f-nav-list{float: left;margin-right: 65px;}
footer .f-nav .f-nav-list:last-child{margin-right: 0;}
footer .f-nav .f-nav-list p{font-size: 17px;color: rgba(255,255,255.5);margin-bottom: 10px;font-weight: bold;}
footer .f-nav .f-nav-list a{display: block;font-size: 14px;color: #fff;opacity: .2;line-height: 30px;font-weight: bold;}
footer .f-nav .f-nav-list a:hover{opacity: .5;}
footer .f-nav .f-nav-list .dz{font-size: 14px;color: #fff;opacity: .2;line-height: 30px;}

footer .wxcode .f-nav-list{margin-right: 75px;}
footer .wxcode .f-nav-list:last-child{margin-right: 0;}
footer .wxcode .f-nav-list p{font-size: 17px;color: rgba(255,255,255.5);margin-bottom: 10px;font-weight: bold;}
footer .wxcode .f-nav-list a{display: block;font-size: 14px;color: #fff;opacity: .2;line-height: 30px;}
footer .wxcode .f-nav-list a:hover{opacity: .5;}
footer .wxcode .f-nav-list .dz{font-size: 14px;color: #fff;opacity: .2;line-height: 30px;font-weight: bold;}
footer .wxcode{float: right;}
footer .wxcode img{display: block;width: 120px;margin-top: 20px;}
footer .wxcode p{text-align: left;font-size: 14px;color: rgba(255,255,255,.2);}
footer .bq{font-size: 12px;color: rgba(255,255,255,.2);text-align: center;line-height: 40px;}

/* 浮动 */
.gd{position: fixed;right: 0;top: 40%; width: 55px;height: 220px;z-index:10;}
.gd .gd_item{height: 55px;cursor: pointer;position: relative;width:55px;opacity: 0.9;background-color: #5a5a5a;transition:all ease 0.7s;}
.gd_lixhf{position: absolute;right:0;top:0;width:55px;height:55px;transition:all ease 1s;overflow: hidden;opacity: 0.9;background-color: #5a5a5a;}
.gd_bgimg img{float: left;margin-top: 20px;margin-left: 15px;width: 25px;}
.gd .gd_phone:hover .gd_lixhf{width:220px;transition:all ease 0.7s;opacity: 0.8;}
.gd_phone{width:55px;height:55px;position: relative;}
.gd_bgimg{position: absolute;left:0;top:0;width:55px;height:55px;}
.gd_lixhf span{position: absolute;left:55px;display: block;height:55px;line-height:55px;font-size:20px;color: #fff; width:100%;}
.gd .gd_item img{float: left;margin: 20px 0 0 15px;width: 25px;}
.gd .gd_item:hover{transition:all ease 0.7s;opacity: 0.8;}
.gd_ewm{position: absolute;left:-100px;bottom:-45px;opacity: 0;transition:all 0.4s;width:100px;height:100px;z-index: 8;}
.gd .gd_item .gd_ewm img{margin: 0;}
.gd .gd_item .gd_xwcode{display: inline-block;width: 55px;height: 55px;text-align: center;line-height: 55px;color: #fff;font-size: 22px;}
.gd .gd_item:hover .gd_ewm{opacity: 1;transition:all 0.4s;}
.gd .gd_item:hover .gd_ewm img{margin: 0;}


/*轮播*/
.banner{width: 100%;position: relative;overflow: hidden;}
.banner img{width: 100%;display: block;}
.baner-btn{width: 1200px;margin: 0 auto;position: absolute;left: 0;right: 0;top: 40%;}
.baner-btn div{width: 60px;height: 60px;box-sizing: border-box;border: 1px solid rgba(255,255,255,.4);background: rgba(255,255,255,.2);font-size: 48px;font-weight: block;color: #fff;font-family: '宋体';text-align: center;line-height: 58px;transition: .5s;}
.baner-btn div:hover{background: rgba(0,101,54,.2);border-color: rgba(101, 20, 20, 0.3);color: #e1007c;}

/* 首页  标题 */
.indTitBox{width: 100%;}
.indTitBox .ftit{margin-bottom: 15px;}
.indTitBox .tit{font-size: 30px;font-weight: bold;}

/* 首页  公告 */
.indNotice{width: 100%;height: 136px;background: rgba(0,0,0,.7);position: absolute;bottom: 0;left: 0;right: 0;z-index: 3;}
.indNotice .ind_notList{width: 33.33%;height: 136px;float: left;box-sizing: border-box;border-right: 1px solid rgba(255,255,255,.2);padding: 30px 28px 25px;}
.indNotice .ind_notList:last-child{border: 0;}
.indNotice .ind_notList a{display: block;}
.indNotice .ind_notList .tit{font-size: 16px;color: #fff;margin-bottom: 10px;position: relative;padding-left: 50px;}
.indNotice .ind_notList .tit:before{content: '';display: block;width: 36px;height: 21px;position: absolute;left: 0;top: 0;}
.indNotice .ind_notList:nth-child(1) .tit:before{background: url(../image/zx01.png) center center no-repeat;}
.indNotice .ind_notList:nth-child(2) .tit:before{background: url(../image/zx02.png) center center no-repeat;}
.indNotice .ind_notList:nth-child(3) .tit:before{background: url(../image/zx03.png) center center no-repeat;}
.indNotice .ind_notList .desc{font-size: 14px;color: #fff;line-height: 25px;}

/* 首页  关于隆源 */
.indLongy{width: 100%;height: 790px;box-sizing: border-box;background: url(../image/ind_ly.jpg) top center no-repeat;padding: 159px 0 129px;overflow: hidden;}
.ind_lybox{height: 500px;position: relative;}
.ind_lybox .left{background: rgba(227,65,65,.84);position: absolute;left: -50px;top: 0;right: 50%;bottom: 0;box-sizing: border-box;padding: 50px 190px 60px 50px;}
.ind_lybox .right{background: rgba(255,255,255,.78);position: absolute;left: 50%;top: 0;right: -50px;bottom: 0;box-sizing: border-box;padding: 55px 50px 60px 190px;}
.ind_lybox .left .indTitBox{margin-bottom: 30px;}
.ind_lybox .left .indTitBox .tit{color: #fff;}
.ind_lybox .left .desc{font-size: 16px;color: #fff;line-height: 30px;/*margin-bottom: 30px;*/font-weight: bold;}
.ind_lybox .left .ly01{display: block;}
.ind_lybox .right:before{content: '';display: block;width: 20px;height: 285px;background: url(../image/x.png) top center no-repeat;position: absolute;left: 53%;top: 90px;}
.ind_lybox .right .ind_lylist{margin-bottom: 15px;}
.ind_lybox .right .ind_lylist:last-child{margin-bottom: 0;}
.ind_lybox .right .ind_lylist a{display: block;}
.ind_lybox .right .ind_lylist .cont{float: left;width: 135px;height: 116px;padding: 35px 0;text-align: right;box-sizing: border-box;transition: .5s;}
.ind_lybox .right .ind_lylist .tit{font-size: 20px;color: #303030;font-weight: bold;margin-bottom: 8px;transition: .5s;}
.ind_lybox .right .ind_lylist .ftit{font-size: 14px;color: #949494;text-transform: uppercase;font-family: 'Note San S Chinese Medium';line-height: 25px;transition: .5s;}
.ind_lybox .right .ind_lylist .pic{float: right;width: 211px;height: 116px;overflow: hidden;}
.ind_lybox .right .ind_lylist .pic img{display: block;width: 100%;opacity: .8;transition: .5s;}
.ind_lybox .ind_yuan{width: 347px;height: 347px;position: absolute;top: 50%;left: 50%;margin: -173px 0 0 -173px;}
.ind_lybox .ind_yuan img{display: block;width: 100%;animation: yl 10s linear infinite;-moz-animation: yl 10s linear infinite;-webkit-animation: yl 10s linear infinite;-o-animation: yl 10s linear infinite;}
.ind_lybox .right .ind_lylist:hover .cont{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.ind_lybox .right .ind_lylist:hover .tit{color: #e1007c;}
.ind_lybox .right .ind_lylist:hover .ftit{color: #e1007c;}
.ind_lybox .right .ind_lylist:hover .pic img{opacity: 1;}
@keyframes yl
{
    form  {transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);}
    to    {transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes yl 
{
    form  {transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);}
    to    {transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);}
}

/* 首页  新闻中心 */
.ind_new{width: 100%;height: 790px;box-sizing: border-box;background: url(../image/ind_xw.jpg) top center no-repeat;padding: 125px 0 129px;overflow: hidden;}
.ind_new .indTitBox{text-align: center;margin-bottom: 40px;}
.ind_new .indTitBox .tit{color: #e1007c;}
.ind_new .xwban{width: 593px;height: 413px;position: relative;overflow: hidden;float: left;}
.ind_new .xwban img{display: block;width: 100%;height: 100%;}
.ind_new .xwban a{display: block;position: relative;width: 100%;height: 100%;}
.ind_new .xwban a .xwtit{height: 58px;background: rgba(0,0,0,.7);font-size: 18px;color: #fff;padding: 0 15px;position: absolute;bottom: 0;left: 0;right: 0;line-height: 58px;}
.ind_new .xwban a .time{display: block;width: 75px;height: 87px;background: url(../image/bq.png) center no-repeat;position: absolute;top: 0;left: 0;text-align: center;}
.ind_new .xwban a .time span{display: block;font-size: 36px;color: #fff;}
.ind_new .xwban a .time time{display: block;font-size: 14px;color: #fff;}
.ind_new .xw-pagination{position: absolute;bottom: 0;right: 15px;left: inherit;bottom: 18px;z-index: 3;width: 50px;}
.ind_new .xw-pagination .swiper-pagination-bullet{opacity: 1;background: #fff;}
.ind_new .xw-pagination .swiper-pagination-bullet-active{background: #e1007c;}
.ind_new .wxrBox{width: 607px;height: 413px;background: #fff;float: right;}
.ind_new .wxrBox .lWrap{width: 403px;margin-left: 18px;float: left;display: none;position: relative;height: 100%;}
.ind_new .wxrBox .lWrap .xwhot{border-bottom: 1px dashed #d7d7d7;padding: 30px 0 20px;}
.ind_new .wxrBox .lWrap .xwhot .tit{display: block;font-size: 20px;color: #111111;font-weight: bold;transition: .5s;}
.ind_new .wxrBox .lWrap .xwhot time{display: block;font-size: 18px;color: #f7b133;margin: 10px 0 5px;}
.ind_new .wxrBox .lWrap .xwhot .desc{font-size: 16px;color: #111111;line-height: 25px;}
.ind_new .wxrBox .lWrap .xwhot:hover .tit{color: #f7b133;}
.ind_new .wxrBox .lWrap .i-xw-cont{margin-top: 18px;}
.ind_new .wxrBox .lWrap .i-xw-cont li{padding-left: 20px;position: relative;line-height: 35px;}
.ind_new .wxrBox .lWrap .i-xw-cont li time{font-size: 16px;color: #797979;transition: .5s;}
.ind_new .wxrBox .lWrap .i-xw-cont li a{display: block;font-size: 16px;color: #111111;transition: .5s;}
.ind_new .wxrBox .lWrap .i-xw-cont li:before{content: '>';font-family: '宋体';font-size: 16px;color: #797979;position: absolute;left: 0;top: 0;font-weight: bold;}
.ind_new .wxrBox .lWrap .i-xw-cont li:hover a{color: #f7b133;}
.ind_new .wxrBox .lWrap .i-xw-cont li:hover time{color: #f7b133;}
.ind_new .wxrBox .xw-more{display: block;box-sizing: border-box;font-size: 16px;color: #e1007c;margin-top: 15px;transition: .5s;width: 120px;height: 38px;border: 1px solid #e1007c;text-align: center;line-height: 34px;position: absolute;bottom: 0;}
.ind_new .wxrBox .xw-more:hover{color: #fff;background: #e1007c;}

.ind_new .wxrBox .rWrap{width: 160px;height: 413px;box-sizing: border-box;float: right;}
.ind_new .wxrBox .rWrap .rWlist{display: block;width: 100%;height: 137px;box-sizing: border-box;border-bottom: 1px solid #d7d7d7;border-left: 1px solid #d7d7d7;position: relative;padding: 32px 0 0;transition: .5s;}
.ind_new .wxrBox .rWrap .rWlist:last-child{border-bottom: 0;}
.ind_new .wxrBox .rWrap .rWlist .tb{display: block;width: 55px;height: 55px;margin: 0 auto;overflow: hidden;}
.ind_new .wxrBox .rWrap .rWlist .tb img{display: block;transition: .5s;}
.ind_new .wxrBox .rWrap .rWlist p{text-align: center;font-size: 18px;color: #282828;margin-top: 5px;}
.ind_new .wxrBox .rWrap .rWlist em{display: block;width: 0;height: 0;border-width:12px 12px 12px 0;border-style:solid;border-color:transparent transparent transparent transparent;position:absolute;top:50%;left:-12px;margin-top: -12px;}
.ind_new .wxrBox .rWrap .rWlist:hover{background: #e1007c;border-color: #e1007c;}
.ind_new .wxrBox .rWrap .rWlist:hover .tb img{margin-top: -55px;}
.ind_new .wxrBox .rWrap .rWlist:hover p{color: #fff;}
/* .ind_new .wxrBox .rWrap .rWlist:hover em{border-color:transparent #c10000 transparent transparent;} */
.ind_new .wxrBox .rWrap .rWlist.active{background: #e1007c;border-color: #e1007c;}
.ind_new .wxrBox .rWrap .rWlist.active .tb img{margin-top: -55px;}
.ind_new .wxrBox .rWrap .rWlist.active p{color: #fff;}
.ind_new .wxrBox .rWrap .rWlist.active em{border-color:transparent #e1007c transparent transparent;}

/* 首页  产品服务 */
.indCp{width: 100%;height: 789px;box-sizing: border-box;background: url(../image/ind_cp.jpg) top center no-repeat;padding: 100px 0;}
.indCp1{width: 100%;height: 789px;box-sizing: border-box;background: url(../image/ind_cp-1.jpg) top center no-repeat;padding: 100px 0;}
.indCp1 .indTitBox{margin:auto 0;width: 50%;font-weight: bold;}
.indCp1.indTitBox .tit{color: #fff;}


.indCp2{width: 100%;height: 789px;box-sizing: border-box;background: url(../image/gy_lc.jpg) top center no-repeat;padding: 100px 0;}
.indCp2 .indTitBox{margin:auto 0;width: 50%;}
.indCp2.indTitBox .tit{color: #fff;}

.indCp .indTitBox{margin:auto 0;width: 50%;}
.indCp .indTitBox .tit{color: #e1007c;}
.cpNav{margin: auto 0;/*width: 470px;*/height: 55px;}
.cpNav a{display: block;width: 220px;height: 55px;box-sizing: border-box;border: 1px solid #fff;text-align: center;line-height: 53px;font-size: 20px;margin-left: 15px;float: left;color: #fff;}
.cpNav a img{display: inline-block;vertical-align: middle;margin-right: 10px;}
.cpNav a.active{background: #e1007c;border-color: #e1007c;}
.indCp .cpWrap{margin-top: 86px;}
.indCp .cpWrap a{display: block;width: 226px;transition: .5s;}
.indCp1 a{position: relative;display: block;}
.indCp1 .cpWrap a p{
	position: absolute;
	margin: auto;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	z-index: 3;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}
.indCp .cpWrap a img{display: inline-block;width: 100%;}
.indCp .cpWrap a:nth-child(3) img{/*margin-top: -46px;*/}
.indCp .cpWrap a:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}

/* 首页  现代产业园 */

.sheng{color: #fff; font-size: 18px;margin:0 0 10px 0;}


.indCyy{width: 100%;height: 789px;box-sizing: border-box;background: url(../image/ind_cyysa.jpg) top center no-repeat;padding: 165px 0;}
.indCyy .indTitBox{margin-bottom: 40px;}
.indCyy .indTitBox .tit{color: #e1007c;}
.indCyy .left{width: 460px;float: left;}
.indCyy .right{width: 693px;float: right;}
.indCyy .left .desc{font-size: 16px;color: #1f1f1f;line-height: 35px;text-align: justify;font-weight: bold;}
.indCyy .left .more{display: block;width: 190px;height: 46px;text-align: center;line-height: 46px;color: #fff;font-size: 16px;background: #e1007c;margin-top: 65px;}
.indCyy .left .more:hover{background: #e1007c;}
.indCyy .right .ind_cylist{display: block;width: 339px;float: left;margin: 0 15px 15px 0;position: relative;}
.indCyy .right .ind_cylist:nth-child(2n){margin-right: 0;}
.indCyy .right .ind_cylist span{display: block;font-size: 24px;color: #fff;font-weight: bold;position: absolute;bottom: 25px;left: 25px;right: 25px;}
.indCyy .right .ind_cylist span em{display: block;width: 30px;height: 4px;background: #fff;margin-bottom: 10px;margin-left: 10px;}
.indCyy .right .ind_cylist span b{display: block; font-weight: normal;color: #FFFFFF;background-color: rgba(191,0,0,0.7);padding: 5px 35px;margin-left: -25px;font-weight:bold;width: 100px}
.indCyy .right .ind_cylist img{display: block;width: 100%;opacity: .9;transition: .5s}
.indCyy .right .ind_cylist:nth-child(1){animation-name:fadeInUp;}
.indCyy .right .ind_cylist:nth-child(2){animation-name:fadeInDown;}
.indCyy .right .ind_cylist:nth-child(3){animation-name:fadeInDown;}
.indCyy .right .ind_cylist:nth-child(4){animation-name:fadeInUp;}
.indCyy .right .ind_cylist:hover img{opacity: 1;}

/* 内页 */
.bread{width: 100%;height: 65px;background: #f7f7f7;line-height: 65px;}
.bread .crumbs{width: 35%;overflow: hidden;}
.bread .crumbsWrap{display: inline-block;max-width: 450px;margin-left: 6px;font-size: 14px;color: #818181;}
.bread .crumbsWrap a,.bread .crumbsWrap span{font-size: 14px;color: #818181;transition: .5s;}
.bread .crumbsWrap span{color: #333;font-weight: bold;}
.bread .crumbsWrap i{font-size: 14px;font-family: '宋体';font-style: normal;color: #818181;}
.bread .crumbsWrap a:hover{color: #333;}
.bread .sideBar{width: 90%;text-align: right;}
.bread .sideBar a{display: inline-block;font-size: 18px;font-weight: bold;color: #484848;margin-left: 7px;box-sizing: border-box;border-bottom: 3px solid transparent;line-height: 62px;transition: .5s;}
.bread .sideBar a:hover{color: #e1007c;border-color: #e1007c;}
.bread .sideBar a.active{color: #e1007c;border-color: #e1007c;}
.bread .sideBar a:first-child{margin-left: 0;}

/* 关于隆源  企业简介 */
.gy-qy{width: 100%;/*height: 825px*/;box-sizing: border-box;}
.gy-qy .left{width: 640px;/*height: 825px;*/box-sizing: border-box;padding: 115px 0 50px;}
.gy-qy .left .ftit{display: block;margin-bottom: 18px;}
.gy-qy .left .tit{font-size: 28px;color: #e1007c;font-weight: bold;}
.gy-qy .left article{margin-top: 18px;}
.gy-qy .left article p{font-size: 16px;color: #616161;line-height: 26px;text-align: justify;}
.gy-qy .right{width: 540px;position: absolute;bottom: 0;right: 0px;}
.gy-qy .right .nsr{width: 180px;height: 138px;box-sizing: border-box;padding: 38px 25px 30px;float: left;text-align: center;}
.gy-qy .right .nsr:nth-child(1){background: rgb(135 5 5);}
.gy-qy .right .nsr:nth-child(2){background: rgb(215 46 46);}
.gy-qy .right .nsr:nth-child(3){background: rgb(245 158 158);}
.gy-qy .right .nsr .big{font-size: 44px;font-weight: lighter;color: #fff;}
.gy-qy .right .nsr .big small{display: inline-block;width: 14px;font-size: 14px;}
.gy-qy .right .nsr .txt{font-size: 16px;color: #fff;}

/* 关于隆源  发展历程 */
.gy-lc{width: 100%;height: 835px;box-sizing: border-box;background: url(../image/gy_lc.jpg) top center no-repeat;padding: 100px 0 70px;}
.gy-lc .wrapper{height: 100%;}
.gy-lc .tit{font-size: 28px;color: #fff;font-weight: bold;margin-bottom: 10px;}
.gy-lc .ftit{font-size: 30px;color: #fff;}
.gy-lc .out_lc{position: absolute;bottom: 0;left: 0;right: 0;height: 540px;overflow: hidden;}
.gy-lc .in_lc{width: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;overflow-y: auto;}
.gy-lc .in_lc::-webkit-scrollbar{display: none;}
.gy-lc .lcWrap{padding-left: 40px;position: relative;min-height: 100%;padding-top: 35px;box-sizing: border-box;}
.gy-lc .lcWrap:before{content: '';display: block;width: 1px;background: rgba(255,255,255,.5);position: absolute;top: 8px;left: 10px;bottom: 0;}
.gy-lc .lcWrap .yuanB{display: block;width: 21px;position: absolute;top: 0;left: 0;}
.gy-lc .lcWrap .lcList{position: relative;margin-bottom: 20px;}
.gy-lc .lcWrap .lcList:before{content: '';display: block;width: 10px;height: 1px;background: rgba(255,255,255,.5);position: absolute;top: 20px;left: -30px;}
.gy-lc .lcWrap .lcList time{display: block;width: 100px;font-size: 28px;color: #fff;float: left;}
.gy-lc .lcWrap .lcList p{width: 715px;font-size: 18px;color: #fff;float: left;margin-left: 30px;line-height: 25px;}

/* 关于隆源  合作伙伴 */
.gy-hb{width: 100%;box-sizing: border-box;background: url(http://www.mjoil.com/template/pc/images/gy_hb.jpg) top center no-repeat;padding: 155px 0 120px;}
.gy-hb .tit{font-size: 28px;color: #e1007c;font-weight: bold;margin-bottom: 45px;text-align: center;}
.gy-hb .ftit{display: block;margin: 0 auto 15px;}
.gy-hb .desc{font-size: 16px;color: #616161;text-align: justify;line-height: 28px;margin-bottom: 50px;}
.gy-hb .hbWrap{}
.gy-hb .hbWrap .hbList{width: 288px;float: left;margin-right: 16px;margin-bottom: 16px;}
.gy-hb .hbWrap .hbList:nth-child(4n){margin-right: 0;}

/* 关于隆源  组织架构 */
.zzjg{padding: 240px 0 120px;position: relative;}
.zzjg .jgPic{display: block;position: absolute;top: 55px;left: 0;z-index: 0;}
.zzjg .tit{font-size: 34px;color: #4c4c4c;font-weight: bold;margin-bottom: 30px;}
.zzjg .ftit{display: block;margin-bottom: 10px;}
.zzjg article{width: 635px;float: right;}
.zzjg article .desc{font-size: 16px;color: #4c4c4c;line-height: 28px;}

/* 关于隆源  资质荣誉 */
.zzry{padding: 70px 0 115px;}
.zzry .ryWrap{width: 100%;height: 350px;background: url(../image/zzry.jpg) top center no-repeat;margin-bottom: 55px;padding: 95px 68px 30px;box-sizing: border-box;}
.zzry .ryWrap article{width: 765px;float: right;}
.zzry .ryWrap .tit{font-size: 32px;color: #fff;margin-bottom: 5px;}
.zzry .ryWrap .ftit{font-size: 23px;color: #fff;margin-bottom: 25px;}
.zzry .ryWrap article .desc{font-size: 16px;color: #fff;line-height: 28px;}
.zzry .picScroll-left{width: 100%;position: relative;}
.zzry .picScroll-left .hd{width: 100%;position: absolute;top: 50%;}
.zzry .picScroll-left .hd .prev,.picScroll-left .hd .next{display: block;width: 40px;height: 40px;border-radius: 100%;background: #dcdcdc;text-align: center;line-height: 40px;font-size: 36px;font-weight: bold;font-family: '宋体';color: #fff;position: absolute;top: 50%;margin-top: -20px;cursor: pointer;transition: .5s;}
.zzry .picScroll-left .hd .prev{left: -50px;}
.zzry .picScroll-left .hd .next{right: -50px;}
.zzry .picScroll-left .hd a:hover{background: #e1007c;}
.zzry .picScroll-left .bd{width: 100%;overflow: hidden;}
.zzry .picScroll-left .bd ul li{width: 278px;height: 185px;margin: 0 11px;}
.zzry .picScroll-left .bd ul li a{display: block;width: 100%;}
.zzry .picScroll-left .bd ul li a img{display: block;width: 100%;}

/* 新闻中心  企业要闻 */
.news{padding: 50px 0 50px;}
.news .left{width: 360px;float: left;}/* border: 1px solid #e9e9e9; */
.news .right{width: 812px;float: right;}
.news .left .search{width: 100%;height: 46px;box-sizing: border-box;border: 1px solid #e9e9e9;margin-bottom: 15px;}
.news .left .search .s-text{width: 268px;height: 44px;border: 0;padding: 0 15px;box-sizing: border-box;font-size: 16px;color: #a8a8a8;display: block;float: left;}
.news .left .search .s-bth{width: 90px;height: 44px;border: 0;background: #e1007c;display: block;float: right;color: #fff;font-size: 16px;}
.news .left .new-hot{width: 100%;height: 166px;background: url(../image/rnew01.jpg) top center no-repeat;text-align: center;}
.news .left .new-hot a{display: block;box-sizing: border-box;padding: 35px 24px 25px;}
.news .left .new-hot .tit{font-size: 22px;color: #fff;font-weight: bold;margin-bottom: 10px;}
.news .left .new-hot .desc{font-size: 16px;color: #fff;margin-bottom: 15px;}
.news .left .new-hot span{display: block;width: 120px;height: 32px;box-sizing: border-box;border: 1px solid rgba(255,255,255,.6);line-height: 30px;color: #fff;border-radius: 32px;margin: 0 auto;transition: .5s;}
.news .left .new-hot:hover span{-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}
.news .left .new-quick{width: 100%;box-sizing: border-box;border: 1px solid #e9e9e9;padding: 30px 24px 15px;}
.news .left .new-quick .qui-more{display: block;font-size: 20px;color: #2a2a2a;margin-bottom: 15px;}
.news .left .new-quick .qui-more span{display: block;width: 20px;height: 20px;box-sizing: border-box;border: 1px solid #e1e1e1;text-align: center;line-height: 20px;font-size: 16px;line-height: 18px;color: 000;float: right;margin-top: 5px;font-weight: bold;transition: .5s;}
.news .left .new-quick .qui-more:hover span{color: #e1007c;border-color: #e1007c;}
.news .left .qui-one{}
.news .left .qui-one .qui-one-list{display: block;width: 150px;height: 145px;box-sizing: border-box;padding: 20px 12px;}
.news .left .qui-one .qui-one-list:nth-child(1){background: url(../image/znew_bj01.jpg) top center no-repeat;float: left;}
.news .left .qui-one .qui-one-list:nth-child(2){background: url(../image/znew_bj02.jpg) top center no-repeat;float: right;}
.news .left .qui-one .qui-one-list .tit{background: rgba(255,255,255,.5);line-height: 24px;padding: 0 15px;border-radius: 0 24px 24px 24px;font-size: 14px;color: #fff;margin-bottom: 10px;}
.news .left .qui-one .qui-one-list .desc{font-size: 14px;color: #fff;}
.news .left .qui-two{margin-top: 28px;}
.news .left .qui-two .qui-two-list{border-bottom: 1px solid #e9e9e9;padding-bottom: 15px;margin-bottom: 15px;}
.news .left .qui-two .qui-two-list .num{display: block;font-size: 20px;color: #e1007c;margin-right: 10px;height: 50px;margin: auto 0;transition: .5s;}
.news .left .qui-two .qui-two-list .tit{/*width: 180px;height: 50px;*/font-size: 16px;color: #262626;margin: auto 0;line-height: 25px;}
.news .left .qui-two .qui-two-list .pic{display: block;width: 86px;border: 1px solid #e9e9e9;margin: auto 0;overflow: hidden;}
.news .left .qui-two .qui-two-list .pic img{display: block;width: 100%;transition: .5s;}
.news .left .qui-two .qui-two-list:last-child{border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.news .left .qui-two .qui-two-list:hover .tit{color: #e1007c;}
.news .left .qui-two .qui-two-list:hover .pic img{color: #e1007c;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.news .right .newsBox{margin-bottom: 40px;min-height: 770px;}
.news .right .newsList{border-bottom: 1px solid #e9e9e9;padding-bottom: 29px;margin-bottom: 29px;animation-name:fadeInRight;}
.news .right .newsList .pic{display: block;width: 206px;border: 1px solid #e9e9e9;margin: auto 0;transition: .5s;}
.news .right .newsList .pic img{display: block;width: 100%;}
.news .right .newsList .cont{width: 580px;margin: auto 0;}
.news .right .newsList .cont .tit{display: block;font-size: 18px;color: #202020;margin-bottom: 20px;transition: .5s;}
.news .right .newsList .cont p{font-size: 16px;color: #909090;}
.news .right .newsList .cont time{display: block;font-size: 14px;color: #b4b4b4;margin-top: 15px;}
.news .right .newsList:nth-child(1){}
.news .right .newsList:nth-child(2){animation-delay: 0.1s;}
.news .right .newsList:nth-child(3){animation-delay: 0.2s;}
.news .right .newsList:nth-child(4){animation-delay: 0.3s;}
.news .right .newsList:nth-child(5){animation-delay: 0.4s;}
.news .right .newsList:nth-child(6){animation-delay: 0.5s;}
.news .right .newsList:hover .tit{color: #e1007c;}
.news .right .newsList:hover .pic{box-shadow: 5px 5px 10px #eee;-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}

/* 新闻中心  视频中心 */
.video{padding: 50px 0 50px;}
.video .videoWrap{/*min-height: 400px;*/}
.video .videoList{width: 22%;float: left;margin-right: 3%;margin-bottom: 45px;animation-name:fadeInUp;transition: .5s;}
/*.video .videoList:nth-child(3n){margin-right: 0;}*/
.video .videoList .pic{display: block;width: 100%;/*height: 350px;*/overflow: hidden;position: relative;}
.video .videoList .pic img{display: block;}
.video .videoList .pic .img1{width: 100%;height: 100%}
.video .videoList .pic .bf{display: block;width: 80px;height: 80px;position: absolute;top: 50%;left: 50%;margin: -40px 0 0 -40px;}
.video .videoList .cont{display: block;padding-top: 15px;}
.video .videoList .cont .tit{font-size: 18px;color: #4e4e4e;margin-bottom: 10px;}
.video .videoList .cont time{display: block;background: url(../image/sj.png) center left no-repeat;padding-left: 25px;font-size: 14px;color: #9e9e9e;}
/*.video .videoList:nth-child(1){}
.video .videoList:nth-child(2){animation-delay: .1s;}
.video .videoList:nth-child(3){animation-delay: .2s;}
.video .videoList:nth-child(4){animation-delay: .3s;}
.video .videoList:nth-child(5){animation-delay: .4s;}
.video .videoList:nth-child(6){animation-delay: .5s;}
.video .videoList:nth-child(7){animation-delay: .6s;}
.video .videoList:nth-child(8){animation-delay: .7s;}
.video .videoList:nth-child(9){animation-delay: .8s;}*/
.video .videoList:hover{box-shadow: 5px 5px 10px #ccc;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}

/* 产品服务 */
.white{background: #fff;}
.product{width: 100%;padding: 50px 0 50px;background: #f7f7f7;}
/* .product .left{width: 185px;float: left;background: #fff;} */
.product .pro-sideNav{width: 185px;float: left;background: #fff;}
.product .pro-sideNav a{display: block;width: 100%;box-sizing: border-box;padding: 0 28px;height: 48px;line-height: 48px;font-size: 16px;color: #353535;position: relative;transition: .5s;}
.product .pro-sideNav a:after{content: '';display:block;width:0;height:0;border-width:8px 0 8px 8px;border-style:solid;border-color:transparent transparent transparent #c7c7c7;position:absolute;top:50%;right:20px;margin-top: -8px;}
.product .pro-sideNav a:hover{background: #e1007c;color: #fff;}
.product .pro-sideNav a:hover:after{border-color:transparent transparent transparent #fff;}
.product .pro-sideNav a.active{background: #e1007c;color: #fff;}
.product .pro-sideNav a.active:after{border-color:transparent transparent transparent #fff;}
.product .right{width: 988px;float: right;}
.product .right .p_fm{display: block;width: 100%;margin-bottom: 30px;}
.product .proBox{margin-bottom: 40px;}
.product .proBox .proList{width: 32%; margin: 0 2% 80px 0;float: left;/*background: -webkit-radial-gradient(#f4f6f8, #dbe0e6);*//*background: -o-radial-gradient(#f4f6f8, #dbe0e6);*//*background: -moz-radial-gradient(#f4f6f8, #dbe0e6);*//*background: radial-gradient(#f4f6f8, #dbe0e6);*/position: relative;transition: .5s;animation-name:fadeInUp;}
.product .proBox .proList:nth-child(3n){margin-right: 0;}
.product .proBox .proList .pic{display: block;width: 100%;/*height: 410px;*/overflow: hidden;}
.product .proBox .proList .pic img{display: block;width: 100%;/*height: 100%;*/}
.product .proBox .proList .tit{position: absolute;/*bottom: 30px;*/left: 0;right: 0;font-size: 18px;color: #2e2e2e;text-align: center;}
.product .proBox .proList:hover{box-shadow: 5px 5px 10px #ccc;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.product .proBox .proList:nth-child(1){}
.product .proBox .proList:nth-child(2){animation-delay: .1s;}
.product .proBox .proList:nth-child(3){animation-delay: .2s;}
.product .proBox .proList:nth-child(4){animation-delay: .3s;}
.product .proBox .proList:nth-child(5){animation-delay: .4s;}
.product .proBox .proList:nth-child(6){animation-delay: .5s;}

/* 现代产业园 生产研发中心 */
.modern{padding: 95px 0;}
.cy-yfzx-list{width: 100%;margin-bottom: 35px;height: 324px;box-sizing: border-box;padding: 65px 48px;}
.cy-yfzx-list article{/* width: 675px; */width: 660px;}
.cy-yfzx-list:nth-child(odd) article{margin: auto 0;}
.cy-yfzx-list:nth-child(even) article{margin: auto 0 auto 444px;/* 429px */}
.cy-yfzx-list .tit{font-size: 26px;color: #4d4d4d;font-weight: bold;margin-bottom: 15px;}
.cy-yfzx-list .desc{font-size: 16px;color: #4d4d4d;line-height: 30px;text-align: justify;}
.cy-yfzx-list:nth-child(odd){animation-name:fadeInRight;}
.cy-yfzx-list:nth-child(even){animation-name:fadeInLeft;}

/* 现代产业园 农业服务中心 */
.cy-fwzx-list{width: 32%;margin: 0 2% 15px 0;float: left;background: #000;position: relative;}
.cy-fwzx-list:nth-child(3n){margin-right: 0;}
.cy-fwzx-list .pic{display: block;width: 100%;opacity: .5;}
.cy-fwzx-list .cont{position: absolute;top: 0;bottom: 0;left: 0;right: 0;box-sizing: border-box;padding: 60px 35px;}
.cy-fwzx-list .cont .tit{height: 150px;}
.cy-fwzx-list .cont .tit p{margin: auto;font-size: 30px;color: #fff;font-weight: bold;}
.cy-fwzx-list .cont article{height: 280px;margin-top: 30px;}
.cy-fwzx-list .cont article p{font-size: 16px;color: #fff;text-align: justify;line-height: 30px;}
.cy-fwzx-list:nth-child(1){animation-name:fadeInLeft;}
.cy-fwzx-list:nth-child(2){animation-name:fadeInUp;animation-delay: .2s;}
.cy-fwzx-list:nth-child(3){animation-name:fadeInRight;animation-delay: .4s;}

/* 现代产业园 粮食贸易中心 */
.modern .myTit{font-size: 40px;font-weight: bold;color: #353535;margin-bottom: 45px;text-align: center;}
.cy-myzx{width: 1050px;margin: 0 auto 35px;}
.cy-myzx-list{width: 23.5%;margin-right: 2%; position: relative;transition: 1s;}
.cy-myzx-list .pic{display: block;width: 100%; padding-bottom: 46px;}
.cy-myzx-list .cont{display: block;position: absolute;bottom: 35px;left: 0;right: 0;text-align: center;}
.cy-myzx-list .tit{font-size: 24px;color: #fff;margin-bottom: 20px;/*font-weight: bold;*/}
.cy-myzx-list .ftit{font-size: 16px;color: #fff;text-transform: uppercase;}
.cy-myzx-list:nth-child(1){animation-name:fadeInLeft;}
.cy-myzx-list:nth-child(2){animation-name:fadeInLeft;animation-delay: .2s;}
.cy-myzx-list:nth-child(3){animation-name:fadeInRight;animation-delay: .6s;}
.cy-myzx-list:nth-child(4){animation-name:fadeInRight;animation-delay: .4s;}
.cy-myzx-list:hover { transition: all 0.5s linear; bottom: 75px;}
.cy-myzx-list { transition: all 0.5s linear; bottom: 35px;}

.cy-myzx-list:hover .cont { transition: all 0.5s linear; margin-top: -40px;}
.cy-myzx-list .cont { transition: all 0.5s linear; margin-top: 0px;}

.modern .myDesc{width: 1050px;margin: 0 auto;text-align: justify;font-size: 16px;color: #000;line-height: 30px;}

/* 现代产业园 物流仓储中心 */
.cy-cczx-list{width: 49%;margin-right: 2%;margin-bottom: 30px;float: left;}
.cy-cczx-list:nth-child(2n){margin-right: 0;}
.cy-cczx-list .pic{display: block;width: 100%;overflow: hidden;margin-bottom: 40px;transition: .5s;}
.cy-cczx-list .pic img{display: block;width: 100%;}
.cy-cczx-list .tit{font-size: 26px;color: #383838;font-weight: bold;margin-bottom: 20px;transition: .5s;}
.cy-cczx-list .desc{font-size: 16px;color: #000;line-height: 32px;}
.cy-cczx-list:hover .pic{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.cy-cczx-list:hover .tit{color: #e1007c;}
.cy-cczx-list:nth-child(even){animation-name:fadeInRight;}
.cy-cczx-list:nth-child(odd){animation-name:fadeInLeft;}

/* 企业文化 文化理念 */
.cul-idea{padding: 100px 0;}
.cul-idea .left{width: 475px;float: left;background: url(../image/cul_whlc01.png) top left no-repeat;box-sizing: border-box;padding: 145px 0 0 130px;}
.cul-idea .left article,.cul-idea .left article p{font-size: 16px;color: #434343;line-height: 30px;}
.cul-idea .right{width: 568px;float: right;}
.cul-idea .right .ideaList{width: 166px;float: left;margin-right: 35px;}
.cul-idea .right .ideaList:last-child{margin-right: 0;}
.cul-idea .right .ideaList img{display: block;width: 100%;}
.cul-idea .right .ideaList:nth-child(1){animation-name:fadeInDown;}
.cul-idea .right .ideaList:nth-child(2){margin-top: 70px;animation-name:fadeInUp;animation-delay: 0.3s;}
.cul-idea .right .ideaList:nth-child(3){animation-name:fadeInDown;animation-delay: 0.6s;}

/* 企业文化 团队建设 */
.cul-team{padding: 55px 0;}
.cul-team .teamBox{min-height: 400px;}
.cul-team .teamBox .teamList{width: 23.5%;margin: 0 2% 25px 0;float: left;box-sizing: border-box;padding: 16px;background: #f9f9f9;transition: .5s;animation-name:fadeInUp;}
.cul-team .teamBox .teamList:nth-child(4n){margin-right: 0;}
.cul-team .teamBox .teamList .pic{display: block;width: 100%;overflow: hidden;}
.cul-team .teamBox .teamList .pic img{display: block;width: 100%;}
.cul-team .teamBox .teamList .cont{display: block;padding-top: 25px;}
.cul-team .teamBox .teamList .tit{font-size: 18px;color: #202020;transition: .5s;}
.cul-team .teamBox .teamList time{display: block;font-size: 14px;color: #4d4d4d;margin: 10px 0;transition: .5s;}
.cul-team .teamBox .teamList .desc{font-size: 14px;color: #4d4d4d;margin-bottom: 10px;line-height: 20px;transition: .5s;}
.cul-team .teamBox .teamList:hover{background: #e1007c;}
.cul-team .teamBox .teamList:hover .tit{color: #fff;}
.cul-team .teamBox .teamList:hover time{color: #fff;}
.cul-team .teamBox .teamList:hover .desc{color: #fff;}
.cul-team .teamBox .teamList:nth-child(1){}
.cul-team .teamBox .teamList:nth-child(2){animation-delay: 0.1s;}
.cul-team .teamBox .teamList:nth-child(3){animation-delay: 0.2s;}
.cul-team .teamBox .teamList:nth-child(4){animation-delay: 0.3s;}
.cul-team .teamBox .teamList:nth-child(5){animation-delay: 0.4s;}
.cul-team .teamBox .teamList:nth-child(6){animation-delay: 0.5s;}
.cul-team .teamBox .teamList:nth-child(7){animation-delay: 0.6s;}
.cul-team .teamBox .teamList:nth-child(8){animation-delay: 0.7s;}

/* 联系我们 公司地址 */
.contact{height: 410px;box-sizing: border-box;box-shadow: 0 0 30px #eee;margin: 85px auto;overflow: hidden;}
.contact .left{width: 488px;box-sizing: border-box;margin: auto 0;padding: 0 50px;}
.contact .map{width: 712px;height: 410px;margin: auto 0;}
.contact .left .lxLogo{display: block;margin-bottom: 25px;}
.contact .left .lxList{/* position: relative; */font-size: 16px;color: #353535;line-height: 30px;}
.contact .left .lxList img{display: inline-block;margin-right: 10px;}
.contact .left .lxList a,.contact .left .lxList span{display: inline-block;font-size: 16px;color: #353535;margin-bottom: 20px;}
.contact .left .lxList a{width: 80px;}
.contact .left .lxList span{width: 260px;vertical-align: top;}
.contact .left .lxList i{font-size: 16px;color: #bababa;display: inline-block;width: 19px;margin-right: 10px;}

/* 联系我们 加入我们 */
.join{padding: 85px 0;}
.join .joinList{width: 100%;border-bottom: 1px solid #ececec;padding-bottom: 60px;margin-bottom: 60px;}
.join .joinList:nth-child(3){margin-bottom: 0;border-bottom: 0;}
.join .joinList .cont{width: 736px;margin: auto 0;}
.join .joinList .pic{width: 437px;margin: auto 0;}
.join .joinList .pic img{display: block;width: 100%;}
.join .joinList .tit{font-size: 24px;color: #353535;margin-bottom: 30px;}
.join .joinList .tit em{display: block;width: 30px;height: 3px;background: #e1007c;margin-top: 15px;}
.join .joinList article,.join .joinList article p{font-size: 16px;color: #484848;line-height: 30px;text-align: justify;}
.join .join-link{display: block;width: 100%;}
.join .join-link img{display: block;width: 100%;}
/* .join .joinList{} */


/* 内容页 */
.content{}
.content .contTitle{font-size: 20px;color: #444;font-weight: bold;text-align: center;}
.content time{display: block;font-size: 16px;color: #999;text-align: center;margin: 15px 0 40px;}
.content article{min-height: 720px;}
.content article,.content article p,.content article span,.content article a,.content article strong{font-size: 16px;color: #555;line-height: 30px;}
/* .content article img{max-width: 100%;} */
.content article img{display: inline-block;width: 600px;margin: 0 auto;}
.content article table,.content article tr,.content article td{border-color: #eee;border-collapse: collapse;}
.content iframe{width: 600px;height: 345px;margin: 0 auto;}

.product .content{background: #fff;box-sizing: border-box;padding: 30px;}
.product .content article{min-height: 400px;}
.product  .contPic{display: block;width: 34%;max-width: 100%;margin: 0 auto 30px;}








/*效果  hover滑动效果*/
.y{box-shadow: 5px 5px 10px #535c8c;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.r{transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);box-shadow: 5px 5px 10px #888;}

/*分页相关*/
.pagelist ul{text-align:center;}
.pagelist li{display:inline-block;}
.pagelist li a{    
	border: 1px solid #ebebeb;
    border-radius: 2px;
    margin: 0 5px;
    color: #333;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 35px;
	display: inline-block;
	padding: 0 12px;
}
.pagelist li a:hover{border-color:#e1007c;background:#e1007c;color:#fff;}
.pagelist li.active a{border-color:#e1007c;background:#e1007c;color:#fff;}




.navList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navList li {
    position: relative;
    white-space: nowrap;
    z-index: 3;
}

.navList li.active>a,
.navList li:hover>a {
    color: #e1007c;
}

.navList li>a {
    display: block;
    height: 100%;
    line-height: 100px;
    padding: 0 20px;
}

.navList li dl {
    display: none;
    position: absolute;
    padding: 10px 0;
    background-color: #e1007c;
}

.navList li:hover>dl,
.navList li>dl>dd:hover>dl {
    display: block;
}

.navList li>dl {
    top: 100%;
}

.navList li>dl dd {
    position: relative;
    padding: 5px 15px;
}

.navList li>dl dd a {
    display: block;
    padding: 10px;
    color: #ffffff;
}

.navList li>dl dd a:hover {
    background-color: #7e0000;
}

.navList li>dl>dd>dl {
    top: 0;
    left: 100%;
}

.sjbdmap{display: none;}
@media (max-width: 768px){
	.sjbdmap{display: block !important;}
}
.pcbdmap{display: block;}
@media (max-width: 768px){
	.pcbdmap{display: none;}
}