.between{
	display: flex;
	display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

flex-direction: row;
 /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;

justify-content: space-between;




align-items: center;}
.around{display: flex;flex-direction: row;justify-content: space-around;align-items: center;}
.flex-center{display: flex;flex-direction: row;justify-content: center;align-items: center;}

#fbfbfb{background: #fbfbfb;}
/* 导航开始 */
.tou{height: 40px;line-height: 40px; width: 100%;background: #d8d8d8;}
.tou .w1200 div,.tou .w1200 div span,.tou .w1200 div a{color: #283744;font-size: 13px;}
.tou .w1200 div a{background: #ed7449;border-radius: 8px;padding: 0px 10px;float: right; display: block;font-size: 12px; margin-left: 10px;height: 25px;line-height: 25px;color: #fff;}

.top_box{width: 100%;position: relative; z-index: 20;background: #fff;height: 100px;}
#indexHtml .top_box{background: linear-gradient(to right, rgba(0,0,0,.9) 30%, rgba(0,0,0,.31));}
#indexHtml .scrollTop{background: #06234e;}
#indexHtml .navbar-li{height: 50px;line-height: 50px;}
#indexHtml .navbar-li>a{padding: 0px;}

.tou_hover{margin-bottom: 110px;}
.scrollTop{position: fixed;left: 0px;top: 0px;z-index: 100;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);}
.w1070{ width: 1070px; margin: 0px auto;}

.navs{height: 100px;box-sizing: border-box;padding-top: 0px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}

.nav-son{display: flex;flex-direction: row; justify-content: flex-start;align-items: center;}
.logo-a{display: block;}
.logo-a .logo{width: 280px;height: auto;overflow: hidden;}


.navbar-ul{box-sizing: border-box;height: 100%;justify-content: flex-end;}

.navbar-li>a{padding: 0px 0px 15px;display: block;}
.navbar-li a{color: #666; font-weight: 500; font-size: 14px;}
.navbar-li{text-align: center;height: 37px; width: 100px; position: relative;}
#indexHtml .top_box .navs.w1200{ width: 1200px;}
#indexHtml .top_box .navbar-li a .index_headA_title{font-size: 15px!important;}

.navbar-li .yin-daxie p,.navbar-li .yin-daxie{font-size: 10px;color: #1575cf;}
.index_headA_title{color: #fff;}
.navbar-li:hover .index_headA_title{color: #ed7449;}
.navbar-li_hover .index_headA_title{color: #ed7449;}

.navbar-son-ul>li:hover>a{color: #1575cf;}
.navbar-li_hover:hover>a,.navbar-li_hover>a,.navbar-li>a:hover,.navbar-li:hover .yin-daxie p,.navbar-li_hover .yin-daxie p,.navbar-li_hover .yin-daxie { color: #1575cf;}




.navbar-son-ul{display: none;transition:  all .6s;background: #ed7449;padding: 10px 0px 5px 0px;  font-size:13px; width: 100%;position: relative;z-index: 100;box-shadow: 0px 2px 8px rgba(13,124,235,.2);min-width:160px;width: auto;position: relative;}
.navbar-son-ul_hover{padding: 5px 0px 5px 0px;}
.scrollTop.top_box>.nav>.navbar-ul .navbar-son-ul{ border-top:none;}
.navbar-son-ul>li a{font-size: 14px;}
.navbar-son-ul>li a{color: #fff;}
.navbar-son-ul:before{ content:""; display: block; position: absolute; left:30px; top:-16px;  border-top:8px solid transparent;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ed7449;  width: 0;height: 0;}
#indexHtml .navbar-son-ul:before{top:-16px;}
.navbar-son-ul>li{height: 35px;line-height: 35px; padding: 3px 10px; margin: 0px 8px;}
.navbar-li:hover .navbar-son-ul{display: block;}
/* 导航结束 */



/* 轮播开始 */
section {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}
.section-index {
	margin-top: -120px;
	overflow: hidden;
	height: 878px;
	width: 100%;
	min-width: 1080px
}
.partner-platform {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
	overflow: hidden
}
.billboard {
	/*background: url(../images/index.jpg) no-repeat center center;background-size: cover;*/
	position: relative;
	height: 100%;
	min-width: 1080px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	opacity: 1
}
.video-bg {
	/*background: url(../images/index.jpg) no-repeat center center;background-size: cover;*/
	transition: .35s;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	height: 750px
}

.billboard-con {
	position: absolute;
	z-index: 2;
	height: 220px;
	top: 50%;
	margin-top: -120px;
	padding: 30px;
	width: 600px;
	left: 50%;
	margin-left: -600px;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
	overflow: hidden;
}

.billboard-con .inner {
	margin-top: 0px
}


.billboard h1 {
    font-size: 32px;
    text-align: left;
	margin-bottom: 16px;
	white-space: nowrap;
}
h1.man-sloagn{font-style: italic;margin-bottom: 12px;}
.sub-slogan{text-align: left;}
.sub-title{font-weight: 700;}
.sub-title2{display:inline-block;background:#ed7449;height:40px;line-height:36px;padding:2px 15px;font-size:28px!important;letter-spacing:10.3px;width:490px;}





.top-container{height: 873px;width: 100%;box-sizing: border-box;z-index: 1;}
.top-slide{height: 873px;width: 100%;background-size: cover!important;}
.top-slide>a{display: block;width: 100%;height: 100%;}
.top-slide_videoBox{margin-top: -110px;}
/* .top-slide_video{min-height: 873px;} */
.top-slide_video{min-height: 750px;}
.top-container .top-pagination{bottom: 25px;width: 100px;left: 50%;margin-left: -50px;background: rgba(255,255,255,.5);padding: 5px 0px;border-radius: 20px;}
.top-container .swiper-pagination-bullet{border-radius: 5px !important;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.swiper-pagination-bullet {width:10px; height: 10px; display: inline-block; border-radius: 100%; background: #fff;  opacity: 1;}
.swiper-pagination-bullet-active {opacity: 1;background: #fc7e69;}
/* 轮播结束 */


/* 公共标题开始 */
.public_h1{color: #303030;font-weight: 700;font-size: 36px;}
.public_fuTitle{color: #d0d0d0;font-size: 20px;position: relative;padding-bottom: 20px;margin-bottom: 35px;}
.public_fuTitle:after{position: absolute;left: 50%;bottom: 10px;width: 40px;height: 5px; margin-left: -20px;content: "";background: #2f5bd3;}
/* 公共标题结束 */



.fuwu-box .public_h1{margin-top: 80px;}



/* 产品介绍开始 */
.goods_ul{}
.goods_li{width: 32%;}
.goods_li+.goods_li{margin-left: 2%;}
.goods_li a{display: block;}
.goods_li_imgBox{overflow: hidden;}
.goods_li_imgBox>img{width: 100%;transition: all .6s;}
.goods_li_words{padding: 25px;box-sizing: border-box;background: #fafafa;height: 172px;box-sizing: border-box;}
.goods_li_h5{font-size: 20px;color: #2f5bd3;font-weight: 700;transition: all .6s;}


.goods_li_text{font-size: 14px;color: #283744;line-height: 180%;margin-top: 20px;transition: all .6s;}

.goods_li:hover .goods_li_imgBox>img{transform: scale(1.1);}
.goods_li:hover .goods_li_h5{margin-top: 5px;}
.goods_li:hover .goods_li_text{margin-top: 5px;}
/*产品介绍结束 */



/* 关于银岭开始 */
.about-box{}
.about{position: relative;height: calc(100% - 179px);}
.about-son{width: 580px;position: absolute;bottom: 0px;left: 0px;background: rgba(42,122,212,.83);box-sizing: border-box; padding: 40px 47px 40px 50px;transition: all .6s ease-in-out;}
.about-h3{font-size: 28px;font-weight: 700;color: #fff;}


.about-p{font-size: 14px;color: #fff;line-height: 180%;margin-top: 20px;letter-spacing: 1px;transition: all .6s ease-in-out;}
.about-p span{text-align-last:justify;text-align:justify;text-justify:distribute-all-lines;}

.about-a{font-size: 14px;color: #fff;height: 25px;line-height: 25px;padding: 0px 15px;border: 1px solid #fff;margin-top: 35px;border-radius: 30px;display: inline-block;transition: all .6s ease-in-out;}
.about-son:after{width: 50px;height: 3px;background: transparent;position: absolute;top: 5px;left: 94%;content: "";transform:rotate(30deg);transition: all .6s ease-in-out;}
.about-son:before{width: 80px;height: 3px;background: transparent;position: absolute;top: 14px;left: 90%;content: "";transform:rotate(30deg);transition: all .6s ease-in-out;}
.about-son:hover:after{top: 9px;left: 90%;width: 80px;height: 3px;background: #eb6405;}
.about-son:hover:before{width: 130px;height: 3px;background: #eb6405;top: 21px;left: 83%;}
/* .about-son:hover .about-p{color: #333;} */
.about-son:hover .about-a{border: 1px solid #eb6405;background: #eb6405;margin-top: 30px;margin-bottom: 5px;}

/* 关于银岭结束 */












/* 新闻开始 */
.news_box{background: url(../images/news.jpg) no-repeat center center;width: 100%;overflow: hidden;background-size: 100% auto;}
.index_news_ul{ clear: both; margin: 50px auto;}
.index_news_ul .news_one_li{width: 469px; height: auto;background: #fff; min-height: 470px;}
.index_news_ul .news_one_li_son{padding: 20px;position: relative;}

.news_one_li .img{width: 469px; height: 264px; overflow: hidden;}
.news_one_li .img img{cursor: pointer;transition: all 0.6s ease-in-out;}
.news_one_li:hover .img img{transform: scale(1.1);}
.news_more{display: inline-block;height: 25px;line-height: 25px;border: 1px solid #ababab; font-size: 14px;padding: 0px 15px;color: #ababab;border-radius: 25px;margin-top: 30px;transition: all .6s ease-in-out;}
.news_one_li:hover .news_more{background: #eb6405;color: #fff;border: 1px solid #eb6405;}
.index_news_ul .news_two_li{width: calc(100% - 469px - 50px); height: auto; padding: 45px 20px 0px 20px; margin-left: 50px; background: #fff;box-sizing: border-box;}
.m-t-50{ margin-top: 50px;}
.index_news_ul .news_two_li:last-child{padding-bottom: 45px;}

.box_fafafa{ background:#fafafa; height: auto; overflow: hidden;}
.index_news_ul li .date{font-size: 13px; color: #666;transition: all .6s ease-in-out;}
.news_two_date{width: 100px;height: 100%;padding: 10px 0px;}
.news_two_date-d{font-size: 36px;color: #555;transition: all .6s ease-in-out;}
.news_two_date-Ym{font-size: 16px;color: #555;transition: all .6s ease-in-out;}
.news_two_liA{display: block;width: calc(100% - 100px);}
.index_news_ul li h3.title{font-size: 16px; color: #444; font-weight: 600; line-height: 40px;transition: all .6s;}
.index_news_ul li .desc{font-size: 13px; color: #666; line-height: 30px; transition: all .6s;}
.index_news_ul li .desc~img{margin-top: 20px;padding:2px; transition: all .6s;}

.index_news_ul li:hover h3.title{color:#2f5bd3;}
.index_news_ul li:hover .date,.index_news_ul li:hover .news_two_date-Ym,.index_news_ul li:hover .news_two_date-d{color:#eb6405;}
.index_news_ul li:hover .desc{color:#999;}
.news_two_li .desc{background: url(../images/jiantou1.png) no-repeat 95% 43px;}
.news_two_li:hover .desc{background: url(../images/jiantou2.png) no-repeat right 43px;}

.news_noneImg_li{ height:auto; overflow:hidden;  padding:15px 0px;}
.news_noneImg_li .noneImg_li_h4{ height:30px; line-height:30px; width:100%; clear:both;}
.news_noneImg_li .noneImg_li_h4 a{ font-size:16px; color:#222; font-weight:600; letter-spacing:1px;}
.news_noneImg_li:hover { color:#2f5bd3; }
.news_noneImg_li:hover a{ color:#2f5bd3;}
.news_noneImg_li .jianjie{ line-height:26px; clear:both; font-size:12px; color:#666; width:70%;}
/* 新闻结束 */



/* 入驻企业开始 */
.ru_ul{}
.ru_li{border: 0px solid #eee;width: 22.5%;box-sizing: border-box;margin-left: 3.33%;margin-bottom: 35px;transition: all .6s ease-in-out;}

.ru_li:nth-child(4n+1){margin-left: 0px;}
.ru_li img{width: 100%;}

.ru_li:hover{transform: scale(1.1);border: 0px solid #eee;}
/* 入驻企业结束 */




/* 底部开始 */
.footer{background: #06234e; padding: 45px 0px;box-sizing: border-box;height: 570px;margin-top: 50px;}
.foot_dh{}
.foot-leftBox{width: 60%;box-sizing: border-box;}
.foot-h2{font-size: 28px;color: #fff;height: 50px; border-bottom: 1px solid #0a3473;font-weight: 600;}
.foot-lianjieBox{}
.lianjieBox{width: 50%;}
.foot_h4{font-size: 18px;font-weight: 500;color: #fff;margin: 25px 0px 10px;position: relative;display: inline-block;}



.foot_h4:before{ content:""; display: block; position: absolute; right:-20px; top: 50%;margin-top: -2.5px;  border-top:5px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff;  width: 0;height: 0;}
.lianjie_a{display: block;line-height: 230%;color: #fff;font-size: 14px;}

.foot-rightBox{width: 33%;box-sizing: border-box;}
.foot_h3{font-size: 22px;color: #fff;height: 50px; border-bottom: 1px solid #0a3473;font-weight: 600;}
.foot_p{color: #fff;line-height: 230%;font-size: 14px;margin: 25px 0px;}
.foot_p a{color: #fff;line-height: 230%;font-size: 14px;}
/* .foot_h3{} */
.ewmBox{width: 100px;height: 100px;box-sizing: border-box;background: #fff;border-radius: 5px;margin-top: 20px;}
.ewmBox+.ewmBox{margin-left: 40px;}
.ewm{width: 100%;height: 100%;display: block;}
.ewmBox div{font-size: 14px;color: #fff;margin-top: 15px;}
/* 底部结束 */


/* 公共页面开始******************************************************************************************************** */
.list_back{height: 350px;width: 100%;}
.fen_box{min-height: 350px;padding-top: 50px;}

.punlic_left{width: 270px;padding: 20px 37px 80px 37px;box-sizing: border-box;background: url(../images/left.jpg) no-repeat center bottom;min-height: 1100px; max-height: 1200px; height: auto; overflow: hidden;}

.gongsi_yin{font-size: 16px;color: #ababab;font-style:oblique;}
.gongsi_h2{font-size: 26px;color: #323030;font-weight: 700;border-bottom: 5px solid #1575cf;height: 40px;line-height: 35px;}
.punlic_left_ul{margin: 10px 0px 20px;height: auto; overflow: hidden;}
.punlic_left_li{box-sizing: border-box;margin-top: 10px;}
.punlic_left_li a{display: block;width: 100%;border-bottom: 1px dashed #efefef;line-height: 200%;padding: 10px 10px;box-sizing: border-box;}
.punlic_left_li a i{font-size: 10px;color: #777;transform: scale(0.8);}
.punlic_left_li a span{font-size: 16px;color: #555;margin-left: 15px;}
.punlic_left_li.hover a{color: #ee7700;border-bottom: 1px dashed #ee7700;}
.punlic_left_li.hover a i{color: #ee7700;}
.punlic_left_li.hover a span{color: #ee7700;}
.left-back{}
/* 公共页面结束******************************************************************************************************** */


/* article_read开始 */
.body_right{width: calc(100% - 320px);box-sizing: border-box;}
.opt_son_new{  background: url(../images/sy.png) no-repeat 10px center;    text-indent: 35px; color: #666;font-size: 14px;border-bottom: 1px solid #f3f3f3;height: 45px;line-height: 45px;}


.opt_son_new a{color: #666;font-size: 14px;}
.content_fen{margin: 20px 0px;}

.read_h1{font-size: 32px;color: #282828;font-weight: 700;line-height: 180%;}
.read_time{background: url(../images/yin.png) no-repeat center bottom;height: 80px;background-size: 100% auto;padding: 20px 0px;box-sizing: border-box;margin-bottom: 20px;}
.read_conH1{height: 50px;border-bottom: 3px solid #1575cf;color: #1575cf;font-size: 30px;font-weight: 700;margin-bottom: 30px;}
.read_centent p{color: #333;line-height: 180%;}
.read_centent img{max-width: 100%;height: auto;}
.read_centent p img{text-align: center;margin: 0 auto;}
/* article_read结束 */


.pagination,.piaoye_page_botton{ clear:both;  text-align: center;}

/* article_list开始 */


.punlic_right_li{  padding: 10px;height:auto; overflow:hidden; margin-bottom:10px;}
.punlic_right_li:last-child{border:none}
.punlic_right_li_a{display: inline-block;width: 100%;height: 100%;}
.news_list_img{width: 144px;height: 90px;overflow: hidden; background:#fff}
.news_list_imgpic{width: 144px;height: 90px;line-height: 90px;background: #fff;font-size: 24px;text-align: center;transition: all .6s ease-in-out; color:#666}
.news_list_imgpic:hover{transform: scale(1.1);}


.news_list_body{width: calc(100% - 270px);margin-left: 20px;}
.news_list_h1{font-size: 16px;color: #222; line-height:180%;font-weight:600; letter-spacing:1px;transition: all .6s ease-in-out;}
.punlic_right_li:hover .news_list_h1{color: #1575cf;}
.news_list_p{font-size: 14px;color: #999;line-height: 150%;margin-top: 3px;}
.news_list_time{ margin-top:16px}
.news_list_time{border: 1px solid #eee;transition: all .6s ease-in-out;}
.news_list_time>p{padding: 5px 20px;font-size: 14px;}
.news_list_time_p1{color: #666;transition: all .6s ease-in-out;}
.news_list_time_p2{background: #eee;color: #666;font-weight: 600; letter-spacing:1px;transition: all .6s ease-in-out;}
.punlic_right_li:hover .news_list_time_p2{background: #ee7700;color: #fff;}
.punlic_right_li:hover .news_list_time{border: 1px solid #ee7700;}
.punlic_right_li:hover .news_list_time_p1{color: #ee7700;}
/* article_list结束 */

.punlic_right_cy_ul{padding-left: 30px;}

.punlic_cy_right_li{ padding: 10px;eight:auto; min-height: 200px; overflow:hidden; margin-bottom:10px; width: 48%; float: left;}
.punlic_cy_right_li:last-child{border:none}
.punlic_cy_right_li_a{display: inline-block;width: 100%;height: 100%;}


.punlic_cy_right_li .news_list_h1{font-size: 18px;color: #222; line-height:200%;font-weight:600; letter-spacing:1px;transition: all .6s ease-in-out;}

.punlic_cy_right_li:hover .news_list_h1{color:#0c5bc0;}

.punlic_cy_right_li .news_list_img{width: 200px;height: 149px;overflow: hidden; background:#fff; float: left; border-radius: 5px;}
.punlic_cy_right_li .news_list_imgpic{width: 200px;height: 149px;line-height: 90px;background: #fff;font-size: 24px;text-align: center;transition: all .6s ease-in-out; color:#666}
.punlic_cy_right_li .news_list_imgpic:hover{transform: scale(1.1);}

.punlic_cy_right_li  .news_list_body{margin-left: 20px;}

.news_listbtn{ display: block; padding: 5px 5px; width: 100px; background:#0c5bc0; text-align: center; color: #fff; margin-top: 15px; transition: all .6s ease-in-out;  }
.news_listbtn:hover{background:#eb6405;}
/* goods_list开始 */
.punlic_goods_ul{margin-top: 10px;}
.punlic_goods_li{margin-bottom: 30px;transition: all 0.6s ease 0s;}
.punlic_goods_a{display: block;}
.punlic_goods_imgBox{width: 318px;height: 206px;}
.punlic_goods_img{width: 318px;height: 206px;}
.punlic_goods_words{width: calc(100% - 348px);margin-left: 30px;padding-right: 20px;box-sizing: border-box;}
.punlic_goods_h3{font-size: 24px;color: #2f5bd3;font-weight: 600;margin-top: 10px;}
.punlic_goods_text{line-height: 180%;font-size: 14px;color: #808080;margin-top: 20px;height: 75px;}
.punlic_goods_more{border: 1px solid #808080;border-radius: 30px;height: 30px;line-height: 30px;display: inline-block;padding: 0px 20px;color: #808080;margin-top: 25px;transition: all 0.6s ease 0s;}
.punlic_goods_li:hover .punlic_goods_more{border:1px solid transparent;background: #eb6405;color: #fff;}
.punlic_goods_li:hover{box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.10);}

/* goods_list结束 */






/* 银岭服务开始 */
.fu-box{width: 100%;box-sizing: border-box;}
#root {margin: 0px auto; width: 100%;column-count:4;column-width: 25%;column-gap: 0px;}
/* 每一列图片包含层 */
.item { break-inside: avoid;background: #fff;position: relative;display: block;}
/* 图片 */
.itemImg {width: 100%;vertical-align: middle;}
/* 图片下的信息包含层 */
.userInfo {width: 100%;position: absolute;left: 0px;top: 0px;height: 100%;box-sizing: border-box;padding: 10%;transition: all .6s ease-in-out; }
.fu1 .userInfo{background: rgba(26,60,141,.92);}
.userInfo_back{position: absolute;top: 55%;left: 0%;width: 100%;height: 204px;background:  url(../images/leng2.png) no-repeat 10% center;animation:mymove 10s infinite;-webkit-animation:mymove 10s infinite; }

.fu2 .userInfo{background: rgba(209,66,73,.80);}
.fu3 .userInfo{background: rgba(33,219,153,.80);}
.fu4 .userInfo{background: rgba(129,126,128,.80);}
.fu5 .userInfo{background: rgba(25,92,122,.80);}
.fu6 .userInfo{background: rgba(252,161,32,.80);}
.fu7 .userInfo{background: rgba(14,36,47,.80);}


/* 视频开始 */
.shipin_ul_li{margin-left: 2%;}
.shipin_ul_li:nth-child(3n+1){margin-left: 0px;}
.shipin_ul_imgBox{width: 280px;height: 181px;overflow: hidden; display: block;position: relative;z-index: 1;}
.shipin_ul_imgBox:after{position: absolute;width: 26px;height: 26px;top: 50%;margin-top: -13px;left: 50%;margin-left: -13px;background: url(../images/bf.png) no-repeat center center;background-size: 100%;content: ""; z-index: 10;transition: all .6s ease-in-out ;}
.shipin_ul_imgBox img{width: 100%;height: 100%;transition: all .6s ease-in-out ;}
.shipin_ul_words{height: 50px;line-height: 50px;display: block;width: 100%;box-sizing: border-box;padding: 0px 10px;background: #f5f5f5;transition: all .6s ease-in-out ;}
.shipin_ul_words h3{color: #555;font-size: 14px;font-weight: 600;transition: all .6s ease-in-out ;width: calc(100% - 50px);}
.shipin_ul_words div{font-size: 12px;color: #808080;transition: all .6s ease-in-out ;width: 50px;}
.shipin_ul_li:hover .shipin_ul_words{background: #ee7700;}
.shipin_ul_li:hover .shipin_ul_words h3{color: #fff;}
.shipin_ul_li:hover .shipin_ul_words div{color: #fff;}
.shipin_ul_li:hover .shipin_ul_imgBox img{transform: scale(1.1);}
.shipin_ul_li:hover .shipin_ul_imgBox:after{background: url(../images/bofang.png) no-repeat center center;background-size: 100%;}

/* 视频结束 */



@keyframes mymove {
  from {background:  url(../images/leng2.png) no-repeat 10% center; }
  49%{background:  url(../images/leng2.png) no-repeat 85% center;}
  50% {background:  url(../images/leng.png) no-repeat 85% center; }
  99%{background:  url(../images/leng.png) no-repeat 11% center; }
  to {background:  url(../images/leng2.png) no-repeat 10% center; }
}

@-webkit-keyframes mymove {
	from {background:  url(../images/leng2.png) no-repeat 10% center; }
	49%{background:  url(../images/leng2.png) no-repeat 85% center;}
	50% {background:  url(../images/leng.png) no-repeat 85% center; }
	99%{background:  url(../images/leng.png) no-repeat 11% center; }
	to {background:  url(../images/leng2.png) no-repeat 10% center; }
	}
@-moz-keyframes mymove {
	from {background:  url(../images/leng2.png) no-repeat 10% center; }
	49%{background:  url(../images/leng2.png) no-repeat 85% center;}
	50% {background:  url(../images/leng.png) no-repeat 85% center; }
	99%{background:  url(../images/leng.png) no-repeat 11% center; }
	to {background:  url(../images/leng2.png) no-repeat 10% center; }
}


.item h6.userInfo_title{font-size: 24px;font-weight: 700;color: #fff;text-align: left;}
.item .userInfo_div{font-size: 10px;position: relative;color: #fff;margin-top: 5px;height: 27px;text-align: left;}
.item .userInfo_div:after{position: absolute;bottom: 0px;padding-bottom: 1px; left: 0px;background: #fff;content: "";width: 80px;height: 1px;transition: all;}
.item .userInfo_p{font-size: 14px;color: #fff;line-height: 180%;margin-top:10px;width: 286px;}
/* 银岭服务结束 */


@media screen and (min-width: 1840px){
.item:hover .userInfo{width: 80%;height: 80%;top: 10%;left: 10%;}
}

@media screen and (min-width:1300px) and (max-width:1840px){
.item:hover .userInfo{width: 80%;height: 80%;top: 10%;left: 10%;}
.userInfo_p{width: 100%;white-space: pre-wrap;display: -webkit-box;word-break: break-all;text-overflow: ellipsis; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.item:hover .userInfo_p{white-space: pre-wrap;display: -webkit-box;word-break: break-all;text-overflow: ellipsis; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
}

@media screen and (max-width: 1300px){
.item:hover .userInfo{width: 100%;height: 100%;}
.userInfo_p{width: 100%;white-space: pre-wrap;display: -webkit-box;word-break: break-all;text-overflow: ellipsis; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
h6.userInfo_title{transition: all .6s;}
.item:hover h6.userInfo_title{text-align: center;}
.userInfo_div{text-align: left;transition: all .6s;}
.item:hover .userInfo_div{text-align: center;}
.userInfo_div:after{position: absolute;bottom: 0px;padding-bottom: 1px; left: 0px;background: #fff;content: "";width: 80px;height: 1px;transition: all .6s;}
.item:hover .userInfo_div:after{position: absolute;bottom: 0px;padding-bottom: 1px; left: 50%;margin-left: -40px;}

.userInfo_back{position: absolute;top: 45%;left: 0%;width: 100%;height: 204px;background:  url(../images/leng2.png) no-repeat 10% center;animation:mymove 10s infinite;-webkit-animation:mymove 10s infinite; }
/* .fu1:hover .userInfo_back{} */
}

.nav{box-sizing: border-box;overflow:visible;}
.w1200{width: 100%;box-sizing: border-box;}
@media screen and (min-width: 1200px){
.w1200{width: 1200px;box-sizing: border-box;margin: 0 auto;}
.navbar-li{text-align: center;}
}
/* 4K显示器 */
@media screen and (min-width: 2000px){
.navbar-li_aText{font-size: 18px;}
.navbar-li_a .yin-daxie{font-size: 14px;}
.navbar-li{text-align: center;height: 37px; width: 120px; position: relative;}
.navbar-son-ul>li a{font-size: 16px;}
#indexHtml .top_box .navbar-li a .index_headA_title{font-size: 17px!important;}
 /* #indexHtml .top_box .navs.w1200{ width: 2000px;} */

 .w1200{width: 1800px;}
 .billboard-con {position: absolute;z-index: 2;height: 265px;top: 50%;margin-top: -120px;padding: 30px;width: 735px;left: 50%;margin-left: -600px;background: rgba(0,0,0,.5);box-sizing: border-box;overflow: hidden;}
 .billboard-con .inner {margin-top: 0px}
 .billboard h1 {font-size: 42px;text-align: left;margin-bottom: 16px;white-space: nowrap;}
 h1.man-sloagn{font-style: italic;margin-bottom: 12px;}
 .sub-slogan{text-align: left;}
 .sub-title{font-weight: 700;}
 .sub-title2{display: inline-block;background: #ed7449;height: 60px;line-height: 52px;padding: 0px 10px;}

 /* 公共标题开始 */
 .public_h1{color: #303030;font-weight: 700;font-size: 42px;}
 .public_fuTitle{color: #d0d0d0;font-size: 22px;position: relative;padding-bottom: 20px;margin-bottom: 24px;}
 .public_fuTitle:after{position: absolute;left: 50%;bottom: 10px;width: 40px;height: 5px; margin-left: -20px;content: "";background: #2f5bd3;}
 /* 公共标题结束 */
 .punlic_left { width:400px;background: url(../images/left2.png) no-repeat center bottom;}
 .body_right{width: calc(100% - 500px);box-sizing: border-box;}
 .item h6.userInfo_title{font-size: 34px;font-weight: 700;color: #fff;text-align: left;}
 .item .userInfo_div{font-size: 18px;position: relative;color: #fff;margin-top: 5px;height: 50px;text-align: left;}
 .item .userInfo_div:after{position: absolute;bottom: 15px;padding-bottom: 1px; left: 0px;background: #fff;content: "";width: 160px;height: 1px;transition: all;}
 .item .userInfo_p{font-size: 18px;color: #fff;line-height: 180%;margin-top:10px;width: 386px;}

 .logo{width: 350px;}
 .navbar-li a{color: #666; font-weight: 500; font-size: 16px;}
 .navbar-li .yin-daxie p,.navbar-li .yin-daxie{font-size: 12px;color: #1575cf;}


 .index_news_ul li h3.title{font-size: 24px; color: #444; font-weight: 600; line-height: 40px;transition: all .6s;}
 .index_news_ul li .desc{font-size: 20px; color: #666; line-height: 30px; transition: all .6s;}

 .goods_li_h5{font-size: 34px;color: #2f5bd3;font-weight: 700;transition: all .6s;}
 .goods_li_text{font-size: 16px;color: #283744;line-height: 180%;margin-top: 20px;transition: all .6s;}
/* .about-h3{font-size: 40px;font-weight: 700;color: #fff;}
 .about-p{font-size: 18px;color: #fff;line-height: 180%;margin-top: 20px;letter-spacing: 1px;transition: all .6s ease-in-out;} */

 .foot_h4{font-size: 22px;font-weight: 600;color: #fff;margin: 25px 0px 10px;position: relative;display: inline-block;}
 .foot_h3{font-size: 28px;color: #fff;height: 50px; border-bottom: 1px solid #0a3473;font-weight: 600;}
 .foot_p{color: #fff;line-height: 230%;font-size: 16px;margin: 25px 0px;}
 .foot_p a{color: #fff;line-height: 230%;font-size: 16px;}
 .lianjie_a{display: block;line-height: 230%;color: #fff;font-size: 16px;}
 .ewmBox div{font-size: 14px;color: #fff;margin-top: 16px;}


 .index_news_ul .news_two_li{width: calc(100% - 469px - 50px); height: 159px; padding: 45px 20px 0px 20px; margin-left: 50px; background: #fff;box-sizing: border-box;}
 .section-index {margin-top: -120px;overflow: hidden;height: 950px;width: 100%;min-width: 1080px}


 .news_list_img{width: 312.6px;height: 176px;overflow: hidden; background:#f00}
 .news_list_imgpic{width: 312.6px;height: 176px;line-height: 90px;background: #000;font-size: 24px;text-align: center;transition: all .6s ease-in-out; color:#666}
 .punlic_right_li .news_list_body{width: calc(100% - 700px);margin-left: 20px;}
 .news_list_h1{font-size: 20px;color: #222; line-height:180%;font-weight:600; letter-spacing:1px;transition: all .6s ease-in-out;margin-top: 0px;}
 .news_list_p{font-size: 18px;color: #999;line-height: 180%;margin-top: 10px;}
 .news_list_time>p{padding: 5px 20px;font-size: 16px;}
 .news_list_time{ margin-top:50px}
 .punlic_goods_text{line-height: 180%;font-size: 16px;color: #808080;margin-top: 20px;height: 75px;}
}

.piaoye_bbs_form{}
.piaoye_bbs_form .title{ height: 50px; line-height:50px; background: #f9f9f9; font-weight: 600; font-size: 28px;text-indent: 30px;}
.piaoye_bbs_form .content { background: #f5f5f5; height: auto; overflow: hidden;padding-top: 15px;}
.piaoye_bbs_form .piaoye_form_group{ height: auto; overflow: hidden; padding: 20px 0px;}
.piaoye_bbs_form .piaoye_form_group .control_label{ width: 150px; text-align: right; float: left;height: 35px;line-height: 35px;}
.piaoye_bbs_form .piaoye_form_group .control_required { margin-left: 170px; }
.piaoye_bbs_form .piaoye_form_group .control_required .form_message{ color: #007AFF;font-size: 12px;}
.piaoye_bbs_form .piaoye_form_group .button{ width: 200px; height: 30px; border: 0px; }
.anliu{text-align: center;padding: 30px 0px;background: #f5f5f5;}
.button.blue2{ background: #06234e;width: 100px;color: #fff;font-size: 16px;border: none;height: 35px;line-height: 35px;border-radius: 30px;}
.liuyanleft{width: 50%;box-sizing: border-box;}
 .piaoye_bbs_form .infoInput{width: 200px;height: 35px;line-height: 35px;}
 .piaoye_bbs_other{padding-left: 100px;}
 #content{height: 150px;width: 100%;}


 /* 表单提交开始 */
 .tjbd{background: url(../images/yy.png) no-repeat center bottom;padding: 50px 0px;}
 .tjbd img{margin: 0 auto;}
 .tjbd-h2{font-size: 24px;font-weight: 700;color: #555; margin-top: 50px;}
 .tjbd-text{font-size: 16px;color: #000006;margin-top: 30px;}
 .tjbd-text span{font-size: 16px;color: #f31731;}
 .tjbd-bottou{margin-top: 50px;}
 .tjbd-bottou input{border: none; padding: 3px 20px;border-radius: 30px;background: #504f63;color: #fff;display: inline-block;margin: 0px 10px;line-height: 26px;}
 /* 表单提交结束 */


 /* 产业开始 */
 .chanye_ul{padding: 50px 0px;}
 .chanye_li{width: 30%;margin-left: 4.5%;margin-bottom: 35px;}
 .chanye_li_imgBox{width: 100%;}
 .chanye_li_imgBox img{width: 100%;height: auto;overflow: hidden;}
 .chanye_li_h5{font-size: 18px;text-align: center;height: 50px;line-height: 50px;color: #fff;background: #2f5bd3;transition: all .6s ease-in-out;}
 .chanye_li:nth-child(3n+1){margin-left: 0px;}
  .chanye_li:hover .chanye_li_h5{background: #ee7700;color: #fff;}
 /* 产业结束 */




 .xuanfu{position: fixed;top: 50%;right: 0px;width: 177px;height: 66px;border-radius: 11px;overflow: hidden;}

 #vid_html5_api{width: 100%;}