@charset "UTF-8";

/*头部*/
.header { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100px; line-height: 100px; padding: 0 50px; border-bottom: 1px solid rgba(217, 217, 217, .2); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.header .logo { color: #fff; font-size: 0; }
.header .logo .img2 { display: none; }
.header .logo .slogan { font-size: 14px; color: rgba(255, 255, 255, .8); display: inline-block; line-height: 26px; vertical-align: middle; margin-left: 15px; margin-top: 10px; }
.header .logo .slogan em { display: block; font-size: 20px; color: #fff; font-style: normal; }
.nav-list>li { float: left; font-size: 0; margin: 0 25px; position: relative; }
.nav-list>li>a { position: relative; display: inline-block; font-size: 18px; color: #fff; }
.nav-list>li>a:before { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; border-bottom: 3px solid #fff; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.nav-list>li.on>a:before, .nav-list>li>a:hover:before { left: 0; width: 100%; }
.header-right li { float: left; margin-left: 20px; cursor: pointer; }
.header-right li:last-child { margin-left: 30px; }
.header-right li:first-child span { font-size: 20px; color: #fff; margin-left: 6px; display: inline-block; }
.inner .header-right li:first-child span, .fixed .header-right li:first-child span { color: #2f71d6; }
.header-right li .icon { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.icon-h-tel { width: 24px; height: 24px; background: url(../images/head-tel.png) no-repeat center; background-size: contain; margin-top: -4px; }
.icon-h-wx { width: 24px; height: 24px; background: url(../images/head-wx.png) no-repeat center; background-size: contain; }
.icon-h-search { width: 23px; height: 23px; background: url(../images/head-search.png) no-repeat center; background-size: contain; }
.header-right li { position: relative; }
.header-right li .qr-box, .header-right li .search-box, .header-right li .tel-box { position: absolute; left: 0; opacity: 0; z-index: 99; visibility: hidden; -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.header-right li:hover .qr-box, .header-right li:hover .search-box, .header-right li:hover .tel-box { opacity: 1; visibility: visible; -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.header-right li .qr-box { margin-left: -30px; top: 93px; width: 90px; }
.header-right li .tel-box { width: 140px; color: #fff; font-size: 18px; line-height: 35px; left: 0; margin-left: -60px; background: transparent; text-align: center; display: none; }
.header-right li .inp { width: 163px; height: 36px; background-color: rgba(129, 134, 142, .1); border-radius: 18px; border: solid 1px #e0f0ff;    /*opacity: 0.7;*/ color: #f2f9ff; padding-left: 19px; padding-right: 30px; font-size: 14px; }
.header-right li .sub { position: absolute; right: 8px; top: 50%; width: 24px; height: 24px; margin-top: -12px; background: url(../images/head-search.png) no-repeat center; background-size: 23px; }
.header-right li .inp::-webkit-input-placeholder { color: #f2f9ff; }
.header-right li .inp:-moz-placeholder { color: #f2f9ff; }
.header-right li .inp::-moz-placeholder { color: #f2f9ff; }
.header-right li .inp:-ms-input-placeholder { color: #f2f9ff; }
.header.inner .header-right li .tel-box, .header.fixed .header-right li .tel-box { background: rgba(47, 113, 214, .7); }
.header.inner .header-right li .inp { color: #74b0ec; }
.header.inner .header-right li .inp::-webkit-input-placeholder, .header.fixed .header-right li .inp::-webkit-input-placeholder { color: #74b0ec; }
.header.inner .header-right li .inp:-moz-placeholder, .header.fixed .header-right li .inp:-moz-placeholder { color: #74b0ec; }
.header.inner .header-right li .inp::-moz-placeholder, .header.fixed .header-right li .inp::-moz-placeholder { color: #74b0ec; }
.header.inner .header-right li .inp:-ms-input-placeholder, .header.fixed .header-right li .inp:-ms-input-placeholder { color: #74b0ec; }
.header.inner .header.inner .header-right li .tel-box, .header.fixed .header.inner .header-right li .tel-box { background: rgba(47, 113, 214, .7); }
.header.inner, .header.fixed { background: rgba(255, 255, 255, .95); }
.header.inner .logo .slogan, .header.fixed .logo .slogan { color: #81868e; }
.header.inner .logo .slogan em, .header.fixed .logo .slogan em { color: #262626; }
.header.inner .nav-list>li>a, .header.fixed .nav-list>li>a { color: #595959; }
.header.inner .nav-list>li.on>a, .header.inner .nav-list>li>a:hover, .header.fixed .nav-list>li.on>a, .header.fixed .nav-list>li>a:hover { color: #2f71d6; }
.header.inner .nav-list>li>a:before, .header.fixed .nav-list>li>a:before { border-color: #2f71d6; }
.header.inner .logo .img1, .header.fixed .logo .img1 { display: none;vertical-align: middle !important;}
.header.inner .logo .img2, .header.fixed .logo .img2 { display: inline-block;vertical-align: middle !important;}
.header.inner .icon-h-tel, .header.fixed .icon-h-tel { background: url(../images/head-inner-tel.png) no-repeat center; background-size: contain; }
.header.inner .icon-h-wx, .header.fixed .icon-h-wx { background: url(../images/head-inner-wx.png) no-repeat center; background-size: contain; }
.header.inner .header-right li .sub, .header.fixed .header-right li .sub { background: url(../images/head-inner-search.png) no-repeat center; background-size: contain; cursor: pointer; }
@media screen and (max-width:1650px) {
	.header-right li .inp { font-size:13px;}
}

/*导航补充二级*/
.drop-box { position: absolute; left: -50px; top: 100px; width: 680px; padding: 30px; background: #fff; display: flex; opacity: 0; visibility: hidden; box-shadow: 0px 1px 6px 0px rgba(66, 66, 66, 0.1); -webkit-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.drop-box .pic { width: 236px; background: #eee; height: 183px; }
.drop-box .cont { flex: 1; padding-left: 20px; padding-right: 30px; }
.drop-ul li { float: left; line-height: 1.5; margin-bottom: 15px; width: 50%; }
.drop-ul li a { display: inline-block; width: 100%; line-height: 1.5; font-size: 16px; color: #595959; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.drop-solution .cont { padding-left: 30px; padding-right: 30px; padding: 8px 30px; }
.drop-solution .cont .drop-ul li { margin-bottom: 25px; }
.drop-ul li a:hover { color: #2f71d6; }
.drop-ul li a:before { display: none; }
.header .nav-list>li:hover .drop-box { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

/*----宽屏*banner----*/
.apple-banner { width: 100%; height: 940px; overflow: hidden; margin: 0 auto; }
.apple-banner .swiper-container1 { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.apple-banner .swiper-container1 .swiper-slide { background-size: 1920px 940px!important; }
/*分页器*/
.swiper-container1 .swiper-pagination { width:100%; height:16px; overflow:hidden; margin:0; padding:0; left:0; bottom:20px!important;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:12px; height:12px; margin:0 5px!important; border-radius:50%; background-color:#ccc;border: solid 2px #1579d8; opacity: 0.4;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active { background-color:#1579d8;}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next { width:48px!important; height:48px!important; top:50%!important; margin:-24px 0 0!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
.apple-banner { height: 590px; }
.apple-banner .swiper-container1 .swiper-slide { background-size: 1205px 590px!important; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.apple-banner { height: 441px; }
.apple-banner .swiper-container1 .swiper-slide { background-size: 900px 441px!important; }
}
@media screen and (max-width:767px) {
.apple-banner { height: 380px; }
.apple-banner .swiper-container1 .swiper-slide { background-size: 776px 380px!important; }
}
@media screen and (max-width:425px) {
.apple-banner { height: 242px; }
.apple-banner .swiper-container1 .swiper-slide { background-size: 495px 242px!important; }
}
@media screen and (max-width:375px) {
.apple-banner { height: 190px; }
.apple-banner .swiper-container1 .swiper-slide { background-size: 388px 190px!important; }
}
@media screen and (max-width:320px) {
.apple-banner { height: 160px; }
.apple-banner .swiper-container1 .swiper-slide { background-size: 327px 160px!important; }
}

/*首页*/
.index-one { position: relative; background: url(../images/index-bg1.jpg) no-repeat center; background-size: cover; padding-bottom: 70px; }
.index-two { padding-top: 50px; background: url(../images/index-bg.jpg) no-repeat center top;}

/*首页标题*/
.icon-index-title { width: 59px; height: 58px; background: url(../images/tit-1.png) no-repeat center; background-size: contain; margin-bottom: 5px; }
.index-title .tit { font-size: 42px; color: #1579d8; }
.index-title.white .tit { color: #fff; }
.index-title .tit-des { font-size: 20px; color: #81868e; padding-bottom: 25px; position: relative; margin-bottom: 20px; margin-top:20px;}
.index-news .index-title .tit-des{ margin-top:0;}
.index-title.white .tit-des { color: rgba(255, 255, 255, .8); }
.index-title .tit-des:before { content: ""; position: absolute; left: 50%; bottom: 0; width: 48px; height: 5px; background: url(../images/tit-2.png) no-repeat center; background-size: contain; margin-left: -24px; }
.index-title.white .tit-des:before { background-image: url(../images/tit-2-white.png); }
.index-title.text-left .tit { display: inline-block; vertical-align: middle; margin-top: 2px; margin-left: 15px; }
.index-title.text-left .tit-des:before { left: 0; margin-left: 0; }
.index-about { height: 610px; background: #e3f0ff url(../images/index-about-bg.jpg) no-repeat center; background-size: cover; border-radius: 100px 0px 100px 0px; padding-top: 50px; }
.index-about .cont { width: 50.69%; padding-top: 45px; padding-left: 120px; }
.index-about .cont .des { color: #5b5e64; margin-bottom: 45px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;}
.com-more { display: inline-block; width: 140px; height: 40px; background-color: #1579d8; border-radius: 20px; line-height: 40px; text-align: center; color: #fff !important; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.com-more:hover { width: 150px; }
.about-list { overflow: hidden; padding-left: 140px; padding-right: 50px; }
.about-list .item { background: #fff; height: 140px; background-color: rgba(255, 255, 255, .7); border-radius: 10px; padding-left: 40px; padding-right: 50px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.about-list .item:hover { box-shadow: 0 0 20px rgba(47, 113, 214, 0.15); }
.about-list .item ~ .item { margin-top: 10px; }
.about-list .item .min-pic { width: 69px; margin-right: 30px; }
.num-scroll-wrap { width: 1360px; height: 158px; background-color: #ffffff; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 50px 0px 50px 0px; margin-top: -90px; position: relative; z-index: 2; }
.num-scroll-wrap .num-scroll{position: absolute;width: 100%;}
@media screen and (max-width:1300px) and (min-width:1200px) {
	.num-scroll-wrap .num-scroll{}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.num-scroll-wrap .num-scroll{}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.num-scroll-wrap .num-scroll{ position:static;}
}
@media (max-width: 767px) {
	.num-scroll-wrap .num-scroll{ position:static;}
}
.index-solution { position: relative; }
.index-solution-cate { position: relative; width: 340px; height: 699px; background: #ffffff; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 0px 100px 0px 100px; padding-top: 70px; padding-left: 50px; }
.index-solution-cate .item-pic { position: absolute; left: 0; bottom: 40px; width: 100%; text-align: center; }
.index-solution-cate .item { position: relative; padding-left: 40px; cursor: pointer; }
.index-solution-cate .item ~ .item { margin-top: 30px; }
.index-solution-cate .item h4 { line-height: 27px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.index-solution-cate .item.on h4, .index-solution-cate .item:hover h4 { font-size: 18px; color: #1579d8; font-weight: bold; }
.index-solution-cate .item p { opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.index-solution-cate .item.on p, .index-solution-cate .item:hover p { opacity: 1; visibility: visible; }
.index-solution-cate .item .icon, .drop-ul li .icon { position: absolute; left: 0; top: 1px; width: 27px; height: 27px; background-repeat: no-repeat; background-size: 27px; }
.drop-ul li .icon { position: static; margin-top: -2px; margin-right: 15px; }
.index-solution-cate .item.on .icon, .index-solution-cate .item:hover .icon, .drop-ul li.on .icon, .drop-ul li a:hover .icon { background-position: 0 -27px; }
.index-solution-content { position: absolute; left: 364px; top: 0; width: 1255px;    /*height: 620px;*/ height: 730px; border-radius: 100px 0px 100px 0px; }
.index-solution-content .item .des { width: 962px; height: 138px; background-color: #1579d8; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 50px 0px 50px 0px; opacity: 0.9; margin: -59px auto 0; position: relative; z-index: 2; color: #fff; line-height: 28px; padding: 30px 50px 0; }
.index-product { background-color: #ffffff; border-radius: 10px; border: solid 2px #e0f3ff; padding: 20px; }
.index-product-list { width: 77.143%; }
.index-product-list .item { float: left; width: 33.3333%;}
.index-product-list .item .abox { position: relative; }
.index-product-list .item .abox .pic{ width: 100%;height: 270px;overflow: hidden;margin: 0 auto;padding: 0;}
.index-product-list .item .abox .pic a{display: block;width: 100%;height: 100%;overflow: hidden;margin: 0 auto;position: relative;}
.index-product-list .item .abox .pic a img{max-width: 100%;max-height: 100%;margin: auto;padding: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
@media screen and (max-width: 1079px) and (min-width: 1024px){
    .index-product-list .item .abox .pic {height: 230px;}
}
@media screen and (max-width: 1023px) and (min-width: 768px){
    .index-product-list .item .abox .pic {height: 262px;}
}
@media (max-width: 767px){
    .index-product-list .item .abox .pic {height:200px;}
}
@media (max-width: 500px){
	.index-product-list .item .abox .pic {height:140px;}
}
@media (max-width: 375px){
	.index-product-list .item .abox .pic {height: 123px;}
}
@media (max-width: 320px){
	.index-product-list .item .abox .pic {height: 104px;}
}
.index-product-list .item .abox .tit { z-index: 2; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; width:100%;}
.index-product-list .item .abox .tit span{overflow:hidden; white-space:nowrap;text-overflow:ellipsis; display:block; padding: 10px 3%; text-align:center; color:#333; font-size:17px;}
.index-product-list .item .abox:hover .tit { opacity: 0; visibility: hidden; }
.index-product-list .item .abox .cover { position: absolute; left: 0; top: 0; z-index: 3; width: 100%; height: 100%; background-color: rgba(21, 121, 216, .8); text-align: center; padding-top: 30%; opacity: 0; visibility: hidden; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.index-product-list .item .abox:hover .cover { opacity: 1; visibility: visible; }
.index-product-list .item .abox .cover p { color: #fff; opacity: .5; margin-top: 15px; margin-bottom: 20px; }
.index-product-list .item .abox .cover .com-more-2 { margin-top: 20px; }
.com-more-2 { display: inline-block; width: 120px; height: 32px; background-color: #d2e9ff; border-radius: 16px; line-height: 32px; text-align: center; font-size: 14px; color: #1579d8; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.com-more-2:hover {    /*background: #fff;*/ }
.index-product-more { padding-top: 80px; text-align: center; position: relative; }
.index-product-more span { font-weight: bold; }
.index-product-more p { color: rgba(129, 134, 142, .5); position: relative; padding-bottom: 130px; margin-bottom: 25px; }
.index-product-more p:before { content: ""; position: absolute; left: 50%; bottom: 0; width: 1px; height: 110px; background-color: #b3deff; margin-left: -0.5px; }
.index-product-more .pic { position: absolute; left: 0; bottom:30px; width: 100%; text-align: center; }
.index-service { margin-top: 70px; width: 1600px; }
.index-service-content { height: 600px; background-color: #040d21; border-radius: 100px 0px 100px 0px; overflow: hidden; }
.index-service-content .item { position: relative; border-radius: 100px 0px 100px 0px; overflow: hidden; }
.index-service-content .item .cont { position: absolute; left: 145px; top: 95px; z-index: 2; }
.index-service-content .item .cont .index-title .tit { margin-left: 0; margin-top: 0; }
.index-service-content .item .cont .des { width: 550px; color: rgba(255, 255, 255, .6); line-height: 28px; margin-bottom: 48px; font-size:16px;}
.index-service-tab { margin-top: -80px; position: relative; z-index: 2; height: 160px; background: #ffffff url(../images/service-tit-bg.jpg) no-repeat center; overflow: hidden; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 0px 30px 0px 30px; padding: 45px 100px 0; text-align: center; font-size: 0; }
.index-service-tab:before { content: ""; position: absolute; left: 50%; width: 810px; border-bottom: 1px solid #1579d8; margin-left: -405px; top: 104px; }
.index-service-tab li { display: inline-block; vertical-align: middle; font-size: 20px; line-height: 32px; color: #2e3136; width: 33.3333%; position: relative; font-weight: bold; cursor: pointer; }
.index-service-tab li.on { color: #1579d8; }
.index-service-tab li:before { content: ""; position: absolute; left: 50%; top: 50px; width: 15px; height: 15px; background-color: #ffffff; border: solid 2px #1579d8; border-radius: 50%; margin-left: -7.5px; }
.index-news-tab { text-align: center; font-size: 0; }
.index-news-tab li { display: inline-block; vertical-align: middle; width: 120px; height: 36px; background-color: #ffffff; border-radius: 18px; border: solid 1px #81868e; line-height: 34px; font-size: 16px; color: #81868e; margin: 0 24px; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.index-news-tab li.on, .index-news-tab li:hover { border-color: #1579d8; color: #1579d8; }
.index-news-tab li.on { font-weight: bold; }
.index-news-content { margin-top: 46px; }
.index-news-content .news-list .item .abox{ height:458px;}
.index-news-content .news-list .item .abox .pic{ height:257px;}
@media screen and (max-width:1300px) and (min-width:1200px) {
	.index-service{margin-top: 70px;}
	.index-news-content .news-list .item .abox {height: 280px;}
	.index-news-content .news-list .item .abox .pic {height: 170px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.index-service{margin-top: 70px;}
	.index-news-content .news-list .item .abox {height: 280px;}
	.index-news-content .news-list .item .abox .pic {height: 170px;}
}
@media screen and (max-width: 1079px) and (min-width: 1024px){
    .index-news-content .news-list .item .abox {height: 396px;}
	.index-news-content .news-list .item .abox .pic {height: 300px;}
}
@media screen and (max-width: 1023px) and (min-width: 769px){
    .index-news-content .news-list .item .abox {height: 379px;}
	.index-news-content .news-list .item .abox .pic {height: 250px;}
}
@media (max-width: 768px){
    .index-news-content .news-list .item .abox {height: 416px;}
	.index-news-content .news-list .item .abox .pic {height: 287px;}
	.index-product-list .item .abox .tit span{ font-size:15px;}
}
@media (max-width: 375px){
	.index-news-content .news-list .item .abox {height: 380px;}
	.index-news-content .news-list .item .abox .pic {height: 251px;}
}
@media (max-width: 320px){
	.index-news-content .news-list .item .abox {height: 341px;}
	.index-news-content .news-list .item .abox .pic {height: 212px;}
}
.news-list .item .abox { background-color: #ffffff; border-radius: 50px 0px 50px 0px; border: solid 1px #dddcd7;}
.news-list .item .abox .pic { border-radius: 50px 0px 50px 0px; overflow: hidden; position: relative;width: 100%;overflow: hidden;margin: 0 auto;padding: 0; height:258px;}
@media screen and (max-width: 1079px) and (min-width: 1024px){
    .news-list .item .abox .pic {height: 340px;}
}
@media screen and (max-width: 1023px) and (min-width: 768px){
    .news-list .item .abox .pic {height: 248px;}
}
@media (max-width: 767px){
    .news-list .item .abox .pic {height: 245px;}
}
@media (max-width: 425px){
    .news-list .item .abox .pic {height: 257px;}
}
@media (max-width: 375px){
	.news-list .item .abox .pic {height: 247px;}
}
@media (max-width: 320px){
	.news-list .item .abox .pic {height: 205px;}
}
.news-list .item .abox .pic a{display: block;width: 100%;height: 100%;overflow: hidden;margin: 0 auto;padding: 0;position: relative;}
.news-list .item .abox .pic a img{max-width: 100%;max-height: 100%;margin: auto;padding: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
.news-list .item .abox .date-pic { width: 140px; height: 40px; background-color: #ffffff;border: 1px solid #dddcd7; box-shadow: 0px 5px 10px 0px 
rgba(47, 113, 214, 0.1); border-radius: 10px 0px 10px 0px; z-index: 2; font-size: 16px; color: #81868e; text-align: center; line-height: 40px; margin-top: -20px; position: relative; z-index: 2; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.news-list .item .abox:hover .date-pic { background-color: #1579d8; color: #fff;}
.news-list .item .abox .h4{ color:#81868e;}
.news-list .item .abox:hover .h4{ color:#1579d8;}
.news-list .item .abox .h4 a{ color:#81868e;}
.news-list .item .abox:hover .h4 a{ color:#1579d8;}
.news-list .item .abox .cont { padding: 0 29px 30px; }
.news-list .item .abox .cont span { margin-top: 25px; margin-bottom: 25px; display:block;}
.news-list .item .abox .cont span{color:#81868e;}
.news-list .item .abox .cont span:hover{color:#1579d8;}
.news-list .item .abox .cont p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.index-news-content .tab-item .swp { position: static; margin-top: 40px; }
.index-news-content .tab-item .swp .swiper-pagination-bullet { vertical-align: top; width: 10px; height: 10px; }

/*首页新闻资讯 开始*/
.index-news { width: 100%; padding: 70px 0 40px; overflow: hidden; background: #fff; min-height:500px; }
.lyIdxNews_tit { float: right; margin-top: 10px; margin-right: 40px; }
.lyIdxNews_tit a { display: inline-block; text-align: center; color: #333; height: 52px; line-height: 52px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 120px; }
.lyIdxNews_tit a.on, .lyIdxNews_tit a:hover { background: #333; color: #fff; }
.index-news .lyIdxNews_list { margin-top: 40px; min-height:300px; }
.index-news .lyIdxNews_list .list_Part { display: none; }
.index-news .lyIdxNews_list .list_Part.on { display: block; }
.index-news .lyIdxNews_list .list_Part dl { width: 100%; margin-bottom: 25px; overflow: hidden; background:#f1f8fe; }
.index-news .lyIdxNews_list .list_Part dl dt { float: left; width: 40%; height:360px; position: relative; overflow: hidden; }
.index-news .lyIdxNews_list .list_Part dl dt img { display: block; width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; object-fit: cover; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.index-news .lyIdxNews_list .list_Part dl:hover dt img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.index-news .lyIdxNews_list .list_Part dl dd { float: right; width: 60%; padding:60px 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_time { font-size: 18px; color: #999; font-family: "微软雅黑"; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_time img { display: inline-block; width: 16px; height: 16px; margin: -5px 8px 0 0; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_time span { display: inline-block; width: 70px; padding: 3px 0;color: #1579d7; border: 1px solid #1579d7; border-radius: 5px; text-align: center; font-size: 14px; margin-left: 30px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_name { font-size: 20px; font-weight: bold; color: #333; margin:30px 0 10px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_name a { display: block; width: 100%; height: 100%; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.index-news .lyIdxNews_list .list_Part dl:hover dd .lyIdxTjNews_name a { color: #1579d7; text-decoration: underline; }
.index-news .lyIdxNews_list .list_Part dl dd p { font-size: 16px; color: #999; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 60px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_btn { width:140px; height: 40px; line-height: 40px; margin-top: 40px;}
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_btn a { display: block; font-size: 16px; color: #333; width: 100%; height: 100%; border: 1px solid #333;border-radius:40px; background: url(../images/jt1.png) no-repeat 80% center; padding-left: 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.index-news .lyIdxNews_list .list_Part dl dd:hover .lyIdxTjNews_btn a { background: #1579d7 url(../images/jt2.png) no-repeat 80% center; color: #fff; border: 1px solid #1579d7;  }
.index-news .lyIdxNews_list .list_Part ul li { float: left; width: 32%; margin: 0 2% 30px 0; background: #f1f8fe; padding: 40px 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; }
.index-news .lyIdxNews_list .list_Part ul li:nth-child(3n+3) { margin-right: 0; }
.index-news .lyIdxNews_list .list_Part ul li .lyIdxNews_time { font-size: 18px; color: #999; font-family: "微软雅黑"; }
.index-news .lyIdxNews_list .list_Part ul li .lyIdxNews_time img { display: inline-block; width: 16px; height: 16px; margin: -5px 8px 0 0; }
.index-news .lyIdxNews_list .list_Part ul li .lyIdxNews_time span { display: inline-block; width: 70px; padding:3px 0;color: #1579d7; border: 1px solid #1579d7; border-radius: 5px; text-align: center; font-size: 14px; margin-left: 30px; }
.index-news .lyIdxNews_list .list_Part ul li .News_name { font-size: 20px; color: #333; font-weight: bold; height: 40px; line-height: 30px; margin: 20px 0 0; }
.index-news .lyIdxNews_list .list_Part ul li .News_name a { display: block; width: 100%; height: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333; }
.index-news .lyIdxNews_list .list_Part ul li p { font-size: 16px; color: #999; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 52px; }
.index-news .lyIdxNews_list .list_Part ul li:hover .News_name a { color: #1579d7; text-decoration: underline; }
@media screen and (max-width:1199px) and (min-width:1080px) {
.index-news .lyIdxNews_list .list_Part ul li .News_name { font-size: 17px; }
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.index-news { padding: 55px 0 25px; }
.lyIdxNews_tit a { margin-right: 20px; height: 45px; line-height: 45px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_btn { width: 135px; height: 40px; line-height: 40px; margin-top: 30px; }
.index-news .lyIdxNews_list .list_Part ul li .News_name { font-size: 16px; }
.index-news .lyIdxNews_list .list_Part ul li .lyIdxNews_time { font-size: 15px; }
.index-news .lyIdxNews_list .list_Part ul li p { font-size: 15px; }
.index-news .lyIdxNews_list .list_Part ul li { padding: 30px 20px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.index-news { padding: 45px 0 15px; }
.lyIdxNews_tit a { margin-right: 20px; height: 40px; line-height: 40px; }
.index-news .lyIdxNews_list { margin-top: 35px; }
.index-news .lyIdxNews_list .list_Part dl dt { width: 100%; height: 320px; }
.index-news .lyIdxNews_list .list_Part dl dd { width: 100%; padding: 30px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_name { margin: 30px 0 15px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_btn { margin-top:20px;}
.index-news .lyIdxNews_list .list_Part ul li { width: 100%; }
.index-news .lyIdxNews_list .list_Part ul li .News_name { font-size: 19px; }
.index-news .lyIdxNews_list .list_Part ul li p { font-size: 15px; }
}
@media (max-width: 768px) {
.index-news { padding: 35px 0 15px; }
.lyIdxNews_tit { float: none; clear: both; padding-top: 20px; text-align: center; margin-right: 0; }
.lyIdxNews_tit a { width: 125px; height: 35px; line-height: 35px; }
.index-news .lyIdxNews_list { margin-top: 20px; }
.index-news .lyIdxNews_list .list_Part dl{ margin-bottom:10px;}
.index-news .lyIdxNews_list .list_Part dl dt { width: 100%; height: 280px; }
.index-news .lyIdxNews_list .list_Part dl dd { width: 100%; padding: 20px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_time { font-size: 16px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_name { margin: 20px 0 10px; font-size: 18px; }
.index-news .lyIdxNews_list .list_Part dl dd p { font-size: 15px;line-height: 24px; height:48px;}
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_btn { width: 125px; height: 35px; line-height: 35px; margin-top: 10px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_btn a { font-size: 14px; }
.index-news .lyIdxNews_list .list_Part dl dd .lyIdxTjNews_time span{ display:none;}
.index-news .lyIdxNews_list .list_Part ul li { width: 100%; padding: 20px 15px; margin: 0 0 10px 0; }
.index-news .lyIdxNews_list .list_Part ul li .News_name { font-size: 16px; }
.index-news .lyIdxNews_list .list_Part ul li .lyIdxNews_time { font-size: 15px; }
.index-news .lyIdxNews_list .list_Part ul li p { font-size: 15px; }
.index-news .lyIdxNews_list .list_Part ul li .lyIdxNews_time span{ display:none;}
}
/*首页新闻资讯 结束*/


/*尾部*/
.footer { padding-top: 59px; background: url(../images/foot-bg.jpg) no-repeat center; background-size: cover; }
.foot-nav .item { float: left; color: #e6e6e6; }
.foot-nav .item:first-child ul li{width:150px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.foot-nav .item ~ .item { margin-left: 110px; }
.foot-nav .item .tit { font-size: 18px; color: rgba(255, 255, 255, .8); line-height: 1; margin-bottom: 30px; }
.foot-nav .item ul li ~ li { margin-top: 10px; }
.foot-nav .item ul li a { color: #e6e6e6; font-size:16px;-webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.foot-nav .item ul li a:hover { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.foot-contact { text-align: right; }
.foot-contact ul { font-size: 0; margin-bottom: 22px; }
.foot-contact ul li { position: relative; display: inline-block; vertical-align: middle; margin-left: 20px; cursor: pointer; }
.foot-contact ul li:hover .icon { opacity: .9; }
.foot-contact ul li .icon { width: 35px; height: 35px; background-repeat: no-repeat; background-size: contain; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.icon-foot-qq { background-image: url(../images/foot-qq.png); }
.icon-foot-wx { background-image: url(../images/foot-wx.png); }
.foot-contact ul li .qr-box { position: absolute; width: 90px; height: 90px; left: 50%; margin-left: -45px; top: 45px; opacity: 0; visibility: hidden; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.foot-contact ul li:hover .qr-box { opacity: 1; visibility: visible; }
.foot-contact .time { color: #a9b0c7; }
.foot-contact .tel { font-size: 36px; line-height: 1; color: #ffffff; margin-top: 10px; margin-bottom: 20px; }
.foot-contact .zixun { display: inline-block; width: 120px; height: 36px; line-height: 36px; background-color: rgba(255, 255, 255, .6); border-radius: 18px; color: #fff; text-align: center; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.foot-contact .zixun:hover { background: #006db4; }
.foot-one { margin-bottom: 50px; }
.links { color: #a9b0c7; margin-bottom: 20px; }
.links a { margin-right: 10px; color: #a9b0c7; }
.copyright { border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 25px; padding-bottom: 35px; color: #a9b0c7; }
.copyright a { color: #a9b0c7; }
.copyright .fr a { margin-left: 15px; }
.foot-nav .item ul li a:hover, .copyright a:hover, .links a:hover { color: #fff; }
@media (max-width: 768px){
	.footer{padding-top:42px;}
	.foot-one { margin-bottom: 30px;}
}

/*面包屑*/
.page-mbx { position: relative; z-index: 3; margin: -40px auto 50px;line-height: 80px; background: #fff url(../images/cate-bg.jpg) no-repeat; box-shadow: 0px 10px 20px 0px rgba(47, 113, 214, 0.15); border-radius: 30px 0px 30px 0px; padding: 0 50px; }

.page-mbx .wz, .page-mbx .wz a, .com-wz, .com-wz a { color: #81868e; font-size:15px;}
.com-wz a:hover, .hot-show a:hover, .page-mbx .wz a:hover { color: #2e5d99; }
.hot-show { color: #006db4; }
.hot-show a { color: #595959; margin-right: 10px; }
.cate-list li { float: left; margin-right: 40px; position: relative; }
.cate-list li a { position: relative; display: inline-block; position: relative; color: #2e3136; font-size: 16px; line-height: 50px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.cate-list li.on>a, .cate-list li a:hover, .cate-list li .subcate a.on { color: #006db4; }
.cate-list li a:before { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background-color: #006db4; border-radius: 1px 0px 1px 0px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.cate-list li.on>a:before, .cate-list li a:hover:before { width: 100%; }
.cate-list li .subcate { position: absolute; top: 65px; left:-40%; text-align:center;background: #fff; line-height: 1.5; font-size: 14px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width: 180%; padding: 5px 15px; z-index: 99; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; opacity: 0; }
.cate-list li:hover .subcate { visibility: visible; opacity: 1; }
.cate-list li .subcate a { line-height: 30px; -webkit-transition: .3s color; -o-transition: .3s color; transition: .3s color;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; font-size:14px; width:100%;}
.cate-list li .subcate a:first-child{margin-top:10px;}
.cate-list li .subcate a:before { display: none; }
.page-mbx-nocate { padding-top: 27px; padding-bottom: 36px; }
.w-p-wz, .w-show { display: none; }
.list-bg { background: url(../images/list-bg.jpg) no-repeat center bottom; min-height: 400px;}
.product-list { margin-bottom: -20px;min-height: 400px;}
.product-list .item .abox { position: relative; }
.product-list .item .abox .tit { margin: -25px auto 40px; position: relative; z-index: 2; width: 88.4%; height: 50px; line-height: 50px; color: #81868e; font-size: 18px; padding: 0 10px; text-align: center; background-color: #ffffff; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 20px 0px 20px 0px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.product-list .item .abox:hover .tit { background-color: #2f71d6; color: #fff; }
.product-list .item .abox:hover .tit a{color: #fff;}
.product-list .item .abox .pic { height: 259px; padding-bottom: 75%; width: 100%;overflow: hidden;margin: 0 auto;padding: 0;border: solid 1px #dddcd7;}
.product-list .item .abox .pic a{display: block;width: 100%;height: 100%;overflow: hidden;margin: 0 auto;padding: 0;position: relative;}
.product-list .item .abox .pic a img{max-width: 100%;max-height: 100%;margin: auto;padding: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
@media screen and (max-width: 1079px) and (min-width: 1024px){
    .product-list .item .abox .pic {height: 169px;}
}
@media screen and (max-width: 1023px) and (min-width: 769px){
    .product-list .item .abox .pic {height: 265px;}
}
@media (max-width: 768px){
    .product-list .item .abox .pic {height: 158px;}
	.page-mbx{ background:none;}
}
@media (max-width: 375px){
	.product-list .item .abox .pic {height: 126px;}
}
@media (max-width: 320px){
	.product-list .item .abox .pic {height: 107px;}
}
.case-list { margin-bottom: -30px; }
.case-list .item { margin-bottom: 30px; }
.case-list .item .abox { background-color: #ffffff; border-radius: 50px 0px 50px 0px; border: solid 1px #dddddd; padding: 10px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s;}
.case-list .item .abox:hover, .page-news-list .item .abox:hover {    /*box-shadow: 0 0 10px rgba(0,0,0,.1);*/
    box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); }
.case-list .item .abox .pic { border-radius: 50px 0px 50px 0px; width:100%; height:335px;overflow: hidden;margin: 0 auto;padding: 0;}
@media screen and (max-width: 1079px) and (min-width: 1024px){
    .case-list .item .abox .pic {height: 214px;}
}
@media screen and (max-width: 1023px) and (min-width: 768px){
    .case-list .item .abox .pic {height: 157px;}
}
@media (max-width: 767px){
    .case-list .item .abox .pic {height: 217px;}
}
@media (max-width: 375px){
	.case-list .item .abox .pic {height: 248px;}
}
@media (max-width: 320px){
	.case-list .item .abox .pic {height: 209px;}
}
.case-list .item .abox .pic a{display: block;width: 100%;height: 100%;overflow: hidden;margin: 0 auto;padding: 0;position: relative;}
.case-list .item .abox .pic a img{width: 100%;height: 100%;object-fit: cover;margin: auto;padding: 0; position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
.lffhonor .case-list .item .abox .pic a img{ max-width:100%; max-height:100%; width:auto; height:auto;}
.solution-list .item .abox .pic { overflow: visible; }
.solution-list .item .abox .pic .oh { border-radius: 50px 0px 50px 0px; }
.case-list .item .abox .cont { padding: 25px 14px 15px;}
.lffhonor  .case-list .item .abox .cont{padding: 25px 14px 15px;}
.case-list .item .abox .cont a{ display:block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.case-list .item .abox .cont p { line-height: 28px; color: #81868e; margin-top: 10px; margin-bottom: 15px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical; min-height:56px;}
.case-list .item .abox .cont .more { display: inline-block; width: 120px; height: 36px; line-height: 36px; text-align: center; border:1px solid #81868e; border-radius: 18px; font-size: 16px; color: #81868e; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.case-list .item .abox:hover .cont .more { width: 130px; }
.page-news-list { margin-bottom: -20px; }
.page-news-list .item { margin-bottom: 20px; }
.page-news-list .item .abox { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 10px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.page-news-list .item .abox .pic { width: 50%; }
.page-news-list .item .abox .cont { width: 50%; padding: 0 20px 0 30px; }
.page-news-list .item .abox .date-pic { margin-top: 35px; border:1px solid #dddcd7;color: #81868e; }
.page-news-list .item .abox .cont .h4 { margin-top: 0; margin-bottom: 15px; }
.solution-list .item .abox .pic { position: relative; }
.solution-list .item .abox .pic .more { position: absolute; right: 45px; bottom: -20px; z-index: 2; width: 140px; height: 40px; background-color: #1579d8; border-radius: 20px; color: #fff; text-align: center; line-height: 40px; }
.solution-list .item .abox .cont p { margin-bottom: 0; }

/*产品详情 开始*/
.inner-position { height: 70px; line-height: 70px;}
.icon-pos-menu { width: 15px; height: 15px; background: url(../images/back.png) no-repeat center; background-size: contain; margin-top: -2px; margin-right: 8px; }
.product-header { padding: 50px 0 42px 0; align-items: center; }
.product-slide-wrap { margin-left: 30px; width: 49%; text-align: center; position: relative; overflow: hidden; border: solid 1px #eeeeee; height: 390px; line-height: 390px; font-size: 0; }
.product-slide-wrap .partner-prev { left: 0; margin-top: -23px; }
.product-slide-wrap .partner-next { right: 0; margin-top: -23px; }
.product-slide { position: relative; }
.product-slide .swiper-pagination { height: 20px; }
.product-slide .swp .swiper-pagination-bullet { vertical-align: top; width: 10px; height: 10px; }
.video-btn { position: absolute; left: 50%; top: 50%; margin-top: -30px; margin-left: -30px; width: 60px; height: 60px; z-index: 2; background: url(../images/video.png) no-repeat center; background-size: contain; cursor: pointer; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.video-btn:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.video-content { height: 100%; }
.video-cover { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; display: none; }
.video-cover iframe { width: 100%; height: 100%; }
.videoo-close { position: absolute; right: 5px; top: 5px; z-index: 9999999; background: url(../images/close.png) no-repeat center; background-size: contain; width: 20px; height: 20px; cursor: pointer; }
.product-desc { position: relative; width: 51%; padding-left: 30px; }
.product-desc .cont h1 { font-size: 28px; color: #2f71d6; line-height: 1.5; position: relative; margin-bottom: 20px; padding-left: 20px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.product-desc .cont .des { padding-top: 10px; color: #81868e; font-size: 14px; line-height: 26px; padding: 0 20px; }
.product-desc .zixun { margin-top: 30px; display: flex; flex-wrap: nowrap; vertical-align: middle; padding-left: 20px; }
.product-desc .zixun .zx { width: 180px; height: 42px; background-color: #2f71d6; border-radius: 21px; text-align: center; line-height: 42px; font-size: 18px; color: #fff; }
.product-desc .zixun .tel { text-align: center; line-height: 42px; color: #4e4b49; font-size: 20px; margin-left: 20px; }
.icon-detail-zx { width: 24px; height: 22px; background: url(../images/detail-zx.png) no-repeat center; background-size: contain; margin-right: 14px; }
.icon-detail-tel { width: 24px; height: 24px; background: url(../images/detail-tel.png) no-repeat center; background-size: contain; margin-right: 10px; }
.detail-body { padding-bottom: 150px; }
.detail-left { position: relative; width: 74%; background-color: #ffffff; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 30px 0px 30px 0px; }
.detail-right { width: 24.5%; }
.xg-product { background: #fff; padding: 29px 22px 38px; }
.detail-tit { font-size: 24px; color: #262626; line-height: 1; margin-bottom: 25px; }
.article-content { background: #fff; padding: 45px 40px; border-top: 1px solid #eee; font-size: 16px; line-height: 1.75; }
.article-content p ~ p { margin-top: 10px; }
.block-item { margin-top: 60px; }
.blcok-tit { position: relative; font-size: 24px; color: #4e4b49; margin-bottom: 27px; line-height: 1; }
.blcok-tit .more { position: absolute; right: 0; bottom: 10px; color: #81868e; font-size: 16px; }
.blcok-tit .more:hover { color: #2f71d6; }
.blcok-tit .more .icon-plus { width: 20px; height: 20px; background: url(../images/icon-plus.png) no-repeat center; background-size: contain; margin-top: -2px; margin-right: 7px; }
.pics-list .item .abox { text-align: center; background: #fff; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.pics-list .item .abox:hover { box-shadow: 0 0 10px rgba(47, 113, 214, 0.15); }
.pics-list .item .abox .pic { overflow: hidden; }
.pics-list .item .abox .tit { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; height: 50px; line-height: 50px; color: #262626; font-size: 16px; padding: 0 18px; text-align: left; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.detail-right .pics-list .item { margin-bottom: 16px; }
.icon-p-more { width: 18px; height: 16px; background: url(../images/icon/news-more.png) no-repeat center; background-size: contain; }
.detail-more { align-items: center; padding: 0 40px; height: 80px; line-height: 80px; background-color: #ffffff; border-top: solid 1px #eee; color: #81868e; border-radius: 0 0px 30px 0px; }
.detail-more .more { display: inline-block; width: 150px; height: 36px; background-color: #595959; border-radius: 18px; line-height: 36px; color: #fff; text-align: center; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.detail-more .more:hover { box-shadow: 0 0 10px rgba(47, 113, 214, 0.15); opacity: .9; }
.detail-paging { position: absolute; left: 0; bottom: -70px; width: 100%;    /*padding: 0 40px;*/ font-size: 0; text-align: center; }
.detail-paging li { display: inline-block; vertical-align: middle; font-size: 16px; padding: 0 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 50%; }
.detail-paging li .icon { width: 13px; height: 13px; background: url(../images/detail-prev.png) no-repeat center; background-size: contain; margin: -2px 15px 0; }
.detail-paging li .icon-detail-next { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.xg-case { padding-top: 40px; }
.xg-case .case-list .item .abox .cont { padding: 20px 14px 16px; }

/*产品详情 结束*/

/*方案详情 开始*/
.detail-solution { margin-top: -64px; position: relative; background: #ffffff url(../images/detail-solution-bg.jpg) no-repeat center top; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 30px 0px 30px 0px; }
.detail-solution .mbx { line-height: 64px; padding: 0 64px; border-bottom: 1px solid #eee; }
.detail-solution .mbx span { color: #006db4; font-size: 16px; }
.solution-content { padding: 70px 60px 0; }
.solution-content h1 { font-size: 42px; line-height: 1.3; color: #2f71d6; text-align: center; margin-bottom: 65px; }
.solution-content .intro { position: relative;    /*height: 360px;*/ padding-bottom: 50px; padding-right: 20px; background-color: #f8f8f8; border-radius: 50px 0px 50px 0px; overflow: hidden; }
.solution-content .intro .pic { margin-top: 80px; width: 51.5%; border-radius: 50px 0px 50px 0px; overflow: hidden; }
.solution-content .intro .pic img { max-width: none; height: 100%; }
.solution-content .intro .cont { overflow: hidden; padding: 60px 40px 0 65px; }
.solution-content .intro .cont .des { line-height: 30px; font-size: 16px; color: #81868e; margin-top: 60px; }
.solution-content .intro .cont .des p ~ p, .solution-content .intro .cont .des center { margin-top: 10px; }
.solution-content .intro:before { content: ""; position: absolute; left: 51px; top: 125px;    /*width: 660px;*/ width: 92%; height: 2px; background-color: #2f71d6; border-radius: 1px; z-index: 2; }
.solution-content .intro:after { content: ""; position: absolute; left: 30px; top: 114px; width: 19px; height: 19px; border: solid 2px #2f71d6; border-radius: 50%; z-index: 2; }
.page-title { text-align: center; }
.page-title.left { text-align: left; }
.page-title h3 { font-size: 28px; color: #2f71d6; }
.solution-content .detail .detail-list { margin-top: 30px; }
.solution-content .detail .detail-list .item ~ .item { margin-top: 23px; }
.solution-content .detail .detail-list .item { height: 360px; background-color: #ffffff; border-radius: 50px 0px 50px 0px; border: solid 1px #d7d7d7; padding: 30px 50px 30px 50px; }
.solution-content .detail .detail-list .item:nth-child(2n) .pic { float: right; }
.solution-content .detail .detail-list .item .cont { overflow: hidden; padding-top: 30px; }
.solution-content .detail .detail-list .item:nth-child(2n+1) .cont { padding-left: 50px; }
.solution-content .detail .detail-list .item:nth-child(2n) .cont { padding-right: 50px; }
.solution-content .detail .detail-list .item .cont h4 { }
.solution-content .detail .detail-list .item .cont .des { margin-top: 22px; line-height: 28px; }
.value-list { margin-top: 55px; text-align: center; }
.value-list li { float: left; width: 25%; }
.value-list li .pic { display: inline-block; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 50%; overflow: hidden; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.liucheng-list li .pic { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.value-list li:hover .pic, .liucheng-list li:hover .pic { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
.value-list li h4 { font-size: 24px; line-height: 1; color: #2e3136; margin-top: 30px; margin-bottom: 20px; }
.value-list li p { line-height: 22px; color: #81868e; }
.liucheng-list { position: relative; margin-top: 60px; }
.liucheng-list:before { content: ''; position: absolute; left: 0; top: 140px; width: 100%; border-bottom: 1px solid #dbdbdb; }
.liucheng-list li { float: left; width: 10%; text-align: center; position: relative; }
.liucheng-list li h4 { margin-top: 80px; font-size: 18px; color: #2e3136; }
.liucheng-list li:before { content: ""; position: absolute; left: 50%; top: 120px; width: 26px; height: 26px; background-color: #2f71d6; border: 7px solid #fff; box-shadow: 0px 0px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 50%; margin-left: -20px; }
.zixun2 { display: block; margin: 50px auto 0; width: 200px; height: 48px; background-color: #ffffff; border-radius: 24px; border: solid 2px #2f71d6; text-align: center; line-height: 44px; color: #2f71d6; font-size: 18px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.zixun2:hover, .zixun3:hover { background: #2f71d6; color: #fff; width: 220px; }
.num-scroll-service li { width: 25%; }
.case-show .case-list, .product-show .product-list { margin-top: 40px; }
.zixun3 { display: block; margin: 37px auto 0; width: 200px; height: 48px; background-color: #ffffff; border-radius: 24px; border: solid 1px #dddddd; line-height: 48px; text-align: center; font-size: 18px; color: #81868e; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.share-bar { line-height: 80px; margin-top: 35px; }

/*方案详情 结束*/

/*文章详情*/
.article-content .news-title { padding-bottom: 20px; text-align: center; line-height: 1.5; }
.article-content .news-title .tit { padding-bottom: 15px; color: #333; font-weight: normal; font-size: 24px; }
.article-content .news-title p { padding-bottom: 15px; border-bottom: 1px solid #F0F2F5; color: #a3afb7; font-size: 14px; }
.article-content .news-title p a { color: #a3afb7; }
.article-content .news-views { overflow: hidden; margin: 40px 20px 20px; margin-top: 0; min-height: 600px; color: #666; font-size: 16px; line-height: 1.75; }
.article-content .news-views p { margin-bottom: 10px; }
.article-content .news-views img { max-width: 100%; height: auto; }
.xg-news-list li { line-height: 30px; }

/*联系*/
.contact-map { position: relative; background: #eee; margin-top: -86px; }

/*.contact-map:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}*/
.contact-map .gogo { position: absolute; left: 50%; top: 50%; margin-left: -120px; margin-top: -28px; width: 240px; height: 56px; background-color: #1579d8; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 28px; z-index: 2; text-align: center; line-height: 56px; color: #fff; font-size: 18px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.contact-map .gogo:hover { box-shadow: 0px 10px 20px 0px 
rgba(0, 0, 0, 0.25); }
.icon-map-loc { width: 26px; height: 26px; background: url(../images/loc.png) no-repeat center; background-size: contain; margin-right: 15px; margin-top: -2px; }
.contact-list { position: relative; z-index: 2;background-color: #ffffff;border: solid 1px #dddddd;padding: 80px 80px 0;margin-bottom: 40px;}
.contact-list li { float: left; width:33.33333%;margin-bottom: 80px; }
.contact-list li .pic{vertical-align: middle; width:50px; float:left;}
.contact-list li .cont{width: calc(100% - 66px); float:right;}
.contact-list li .cont span { line-height: 24px; color: #81868e; font-size: 16px; line-height: 1; }
.contact-list li .cont p { margin-top: 15px; font-size: 24px; line-height: 1.3; color: #2e3136;}
.contact-bsc { margin-top: 60px; margin-bottom: 100px; }
.contact-bsc .item .box { position: relative; height: 300px; background-color: #ffffff; border-radius: 50px 0px 50px 0px; border: solid 1px #dddddd; overflow: hidden; padding-top: 50px; padding-left: 75px; }
.contact-bsc .item .box .pic { position: absolute; right: 0; bottom: 0; }
.contact-bsc .item .box .cont { position: relative; }
.contact-bsc .item .box .cont span { position: relative; padding-bottom: 18px; margin-bottom: 15px; display:block;}
.contact-bsc .item .box .cont span:before { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 4px; background-color: #1579d8; }
.contact-bsc .item .box .cont p { font-size: 16px; line-height: 36px; color: #81868e; }
.form-content .one .item { width: 28.5%; height: 60px; background-color: #ffffff; border-radius: 5px; border: solid 1px #dddcd7; line-height: 58px; font-size: 0; }
.form-content .one .item input { height: 30px; vertical-align: middle; padding-left: 35px; padding-right: 35px; width: 100%; color: #2e3136; font-size: 16px; }
.form-content .one .item:nth-child(3) { width: 41%; }
.form-content .two textarea { width: 100%; height: 200px; background-color: #ffffff; border-radius: 5px; border: solid 1px #dddcd7; margin-top: 10px; display: block; line-height: 1.75; padding: 30px 35px; color: #2e3136; font-size: 16px; }
.form-content .three{margin-top: 10px;}
.form-content .three .item{width: 28.5%; height: 60px; background-color: #ffffff; border-radius: 5px; border: solid 1px #dddcd7; line-height: 58px; font-size: 0; float:left;}
.form-content .three .item:nth-child(2) { width: 9%; margin-left:10px;padding: 0 8px;}
.form-content .three .item input { height: 30px; vertical-align: middle; padding-left: 35px; padding-right: 35px; width: 100%; color: #2e3136; font-size: 16px; }
.form-content .three .item:nth-child(2) img{ height:35px;}
.form-content .sub { display: block; margin: 28px auto 0; width: 240px; height: 56px; background-color: #1579d8; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 28px; font-size: 18px; color: #ffffff; cursor: pointer; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.form-content .sub:hover { width: 260px; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.25); }
.NyContactUs_Map {padding:1%;border:1px solid #d9d9d9;font-size: 14px;margin-bottom:40px; background:#fff;overflow:hidden;}
.NyMap { width:100%; height:450px; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyMap .dz_map { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyMap .dz_map #container { height:120%;}
@media screen and (min-width:1080px) and (max-width:1279px) {
	.NyMap{height:420px;}
	.contact-list{height: 255px !important;}
	.contact-list li{margin-bottom: 35px;}
	.contact-list li .cont p{width:160px;}
	.contact-list li:nth-child(3n) .cont p{width:320px;}
	.form-content .three .item:nth-child(2){ width:13.5%;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.NyMap{height:400px;}
	.contact-list li .cont p{width:100%;}
	.contact-list li:nth-child(3n) .cont p{width:100%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.form-content .three .item{width: 20%;height: 40px;line-height: 38px;}
	.form-content .three .item input{height: 30px;padding-left: 15px;padding-right: 15px;font-size: 14px;}
	.form-content .three .item:nth-child(2){ width:15%;}
	.form-content .three .item:nth-child(2) img{ height:28px;}
	.NyMap{height:380px;}
	.NyContactUs_Map {padding:12px;}
	.contact-list li .cont p{width:100%;}
	.contact-list li:nth-child(3n) .cont p{width:100%;}
}
@media (max-width: 768px) {
	.form-content .three .item{width: 45%;height: 40px;line-height: 38px;}
	.form-content .three .item input{height: 30px;padding-left: 15px;padding-right: 15px;font-size: 14px;}
	.form-content .three .item:nth-child(2){ width:28%;}
	.form-content .three .item:nth-child(2) img{ height:25px;}
	.NyContactUs_Map{ margin-bottom:20px;}
	.NyMap{height:320px;}
	.NyContactUs_Map {padding:12px;}
	.contact-list li .cont p{width:100%;}
	.contact-list li:nth-child(3n) .cont p{width:100%;}
}
@media (max-width:500px) {
	.NyMap{height:300px;}
}

/*关于*/
.about-intro { padding-bottom: 95px; position: relative; background: url(../images/intro-bg.jpg) no-repeat center top; background-size: cover; }
.about-intro .com-width { position: relative; }
.about-intro .num-scroll { position: absolute; left: 0; bottom: -36px; width: 100%; height: 158px; background-color: #ffffff; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 50px 0px 50px 0px; }
.about-intro .pic { width: 820px; height: 700px; background-color: #e3f0ff; border-radius: 100px 0px 100px 0px; overflow: hidden; margin-right: -110px; }
.about-intro .pic img { max-width: none; height: auto; }
.about-intro .cont { overflow: hidden;line-height: 30px; width:50%; float:left; padding-right:70px;}
.about-intro .cont .index-title { position: relative; }
.about-intro .cont .index-title:before { content: ""; position: absolute; left: 0; top: 15px; width: 499px; height: 91px; background: url(../images/about-en.png) no-repeat center; background-size: contain; }
.about-intro .cont .index-title .tit-des:before { margin-left: 0; left: 0; }
.about-intro .cont .des { line-height: 30px; height:384px; overflow-y:scroll;}
@media (max-width: 1600px) {
	.about-intro .cont { overflow: hidden;line-height: 30px;width: calc(100% - 650px);float:left; padding-right:0;}
}
@media (max-width: 1280px) {
.about-intro .cont .des{overflow-y: auto; height:auto; margin-bottom:30px;}
.about-intro{padding-bottom: 30px;}
}
@media screen and (max-width:1024px) and (min-width:769px) {
	.about-intro .cont .index-title:before{left: 33%;}
}
@media (max-width: 768px) {
	.about-intro .cont .index-title:before{left: 27%;}
}
@media (max-width: 425px) {
	.about-intro .cont .index-title:before{left: 8%;}
}
@media (max-width: 375px) {
	.about-intro .cont .index-title:before{left: 8%; width:258px !important;}
}
/* 设置滚动条的样式 */
.about-intro .cont .des::-webkit-scrollbar { width:2px;}/* 滚动槽 */
.about-intro .cont .des::-webkit-scrollbar-track { background-color:#f2f3f3; border-radius:0px;}/* 滚动条滑块 */
.about-intro .cont .des::-webkit-scrollbar-thumb { background-color:#2f71d6;}
.about-intro .cont .des::-webkit-scrollbar-thumb:window-inactive { background-color:#2f71d6;}	
.about-bg { padding-bottom: 85px; background: url(../images/about-bg.jpg) no-repeat center top; background-size: cover; }
.culture-list-1 { margin-bottom: 20px; }
.culture-list-1 .item .box { position: relative; background-color: #d8f0f7; border-radius: 10px; overflow: hidden; }
.culture-list-1 .item .box .cont { position: absolute; left: 60px; top: 50%; z-index: 2; margin-top: -50px; }
.culture-list-1 .item .box .cont h4 { line-height: 1; }
.culture-list-1 .item .box .cont p { line-height: 24px; margin-top: 25px; }
.culture-list-2 { margin-bottom: 166px; }
.culture-list-2 .item .box { background-color: #ffffff; box-shadow: 0px 10px 20px 0px 
rgba(47, 113, 214, 0.15); border-radius: 0px 0px 10px 10px; }
.culture-list-2 .item .box .cont { padding: 25px 35px 25px; }
.culture-list-2 .item .box .cont p { margin-top: 5px; }

/*发展历程*/
.develop-content { position: relative; margin-top: 80px; }
.develop-content:before { content: ""; position: absolute; left: 0; top: 279px; width: 100%; border-bottom: 1px solid rgba(0, 109, 180, .2);    /*height: 17px;*/    /*background: url(../images/history-line.png) no-repeat center;*/ }
.develop-list .swiper-slide {    /*display: flex;
        flex-wrap: nowrap;
        opacity: 0 !important;*/ }
    .develop-list .swiper-slide.swiper-slide-active { opacity: 1 !important; }
    .develop-list .item { text-align: center; width: 25%; }
    .develop-list .item .pic img { box-shadow: 0px 10px 20px 0px 
    rgba(47, 113, 214, 0.15); border-radius: 50%; }
    .develop-list .item h4 { color: #2e3136; font-size: 28px; line-height: 1; }
    .develop-list .item .des { font-size: 14px; line-height: 24px; color: #81868e; margin-top: 20px; }
    .develop-list .item .point { position: relative; display: inline-block; width: 26px; height: 26px; background-color: #006db4; border-radius: 50%; border: solid 7px #fff; border-radius: 50%; margin-top: 26px; margin-bottom: 30px; }
    .develop-list .item:nth-child(2n) .point {    /*top: 15px;*/ }
    .develop-content .partner-prev, .develop-content .partner-next { position: absolute; width: 48px; height: 48px; background: url(../images/prev.png) no-repeat center; background-size: 12px; top: 256px; z-index: 2; background-color: #ffffff; box-shadow: 0px 10px 20px 0px 
    rgba(47, 113, 214, 0.15); border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; outline: none !important; }
    .develop-content .partner-prev { left: -20px; }
    .develop-content .partner-next { right: -20px; top: 256px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
    .develop-content .partner-prev:hover, .develop-content .partner-next:hover { background: #006db4 url(../images/prev-on.png) no-repeat center; background-size: 12px; }
    .renzheng-content { background: url(../images/honor-bg.jpg) no-repeat center; background-size: cover;padding: 70px 0; }
    .honor-list .item { text-align: center; background-color: #ffffff; border-radius: 50px 0px 50px 0px; border: solid 1px #dddcd7; padding-bottom: 25px;-webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
    .honor-list .item .pic { padding: 0; height:257px;width: 100%;overflow: hidden;margin: 0 auto;border-radius: 50px 0px 50px 0px;}
	.honor-list .item .honor { padding: 25px 50px; height:257px;width: 100%;overflow: hidden;margin: 0 auto;border-radius: 50px 0px 50px 0px;}
	.honor-list .item .pic a{ display:block;width: 100%;height: 100%;overflow: hidden;margin: 0 auto;padding: 0;position: relative;}
	.honor-list .item .pic a img{width: 100%;height: 100%;object-fit: cover; margin: auto; padding: 0;position: absolute;left: 0; top: 0;right: 0; bottom: 0;}
	.honor-list.lffabhonor .item .pic a img{ width:auto; height:auto; max-width:100%; max-height:100%;}
    .honor-list .item .tit { font-size: 16px; margin-top: 30px; color: #2e3136;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding: 0 50px;}
@media screen and (min-width:1080px) and (max-width:1279px) {
	.honor-list .item .pic {height: 170px;}
	.honor-list .item .tit{margin-top: 15px;}
}
@media screen and (max-width: 1079px) and (min-width: 1024px){
    .honor-list .item .pic {height: 170px;}
	.honor-list .item .tit{margin-top: 15px;}
}
@media screen and (max-width: 1023px) and (min-width: 769px){
    .honor-list .item .pic {height: 265px;}
	.honor-list .item .tit{margin-top: 15px;}
}
@media (max-width: 768px){
	.renzheng-content{ padding:30px 0 !important;}
    .honor-list .item .pic {height: 263px;}
	.honor-list .item .tit{margin-top: 15px;}
}
@media (max-width: 425px){
    .honor-list .item .pic {height: 137px;}
	.honor-list .item{padding-bottom: 15px;}
	.honor-list .item .tit{margin-top: 15px;}
	.honor-list .item .tit{ font-size:14px;}
}
@media (max-width: 375px){
	.honor-list .item{padding-bottom: 12px;}
	.honor-list .item .pic {height: 122px;}
	.honor-list .item .tit{margin-top: 10px;}
}
@media (max-width: 320px){
	.honor-list .item{border-radius: 25px 0px 25px 0px;}
	.honor-list .item .pic {height: 100px;border-radius: 25px 0px 25px 0px;}
}
    .btn-bar { margin-top: 35px; text-align: center; font-size: 0; }
    .btn-bar .s-btn { display: inline-block; margin: 0 30px; vertical-align: middle; width: 48px; height: 48px; border: solid 1px #dddddd; border-radius: 50%; cursor: pointer; background: #fff url(../images/prev.png) no-repeat center; background-size: 12px; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .btn-bar .next { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
    .btn-bar .s-btn:hover { background: #006db4 url(../images/prev-on.png) no-repeat center; background-size: 12px; border:0;outline:none;}
    .hj-wrap { background: url(../images/rz-bg.jpg) no-repeat center; background-size: cover; }
    .hj-content .item ul li { float: left; position: relative; margin-bottom: 20px; overflow: hidden; }
    .hj-content .item ul li .tit { position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; height: 60px; line-height: 60px; padding: 0 35px; background-color: rgba(0, 109, 180, .8); font-size: 20px; color: #fff; opacity: 0; visibility: hidden; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
    .hj-content .item ul li ~ li { margin-left: 20px; }
    .hj-content .item ul li ~ li .tit { height: 40px; line-height: 40px; padding: 0 25px; font-size: 16px; }
    .hj-content .item ul li:hover .tit { opacity: 1; visibility: visible; }

    /*服务*/
    .bg-service { background: url(../images/service-bg-1.jpg) no-repeat center top; }
    .service-lc { padding-bottom: 150px; }
    .service-intro .cont .index-title:before { background: url(../images/service-tit.png) no-repeat center; background-size: contain; }
    .about-intro .cont .des p ~ p { margin-top: 10px; }
    .baoyang-list, .faq-list, .down-list { margin-bottom: -20px;min-height: 400px;}
    .baoyang-list .item, .faq-list .item, .down-list .item { margin-bottom: 20px; }
    .baoyang-list .item .box { height: 220px; background-color: #ffffff; border-radius: 50px 0px 50px 0px; border: solid 1px #dddcd7; text-align: center; padding: 55px 30px 50px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
    .baoyang-list .item .box:hover, .down-list .item .abox:hover { box-shadow: 0 10px 20px rgba(47, 113, 214, 0.15); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
    .baoyang-list .item .box h4 { font-size: 52px; line-height: 1; color: #2f71d6; }
    .baoyang-list .item .box p { font-size: 18px; line-height: 32px; color: #2e3136; margin-top: 14px; }
    .faq-list .item .box { padding: 40px 40px 30px; height: 190px; background-color: #ffffff; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; border:1px solid #dddcd7;}
    .faq-list .item .box:hover { box-shadow: 0px 10px 20px 0px 
    rgba(47, 113, 214, 0.15); }
    .faq-list .item .box .tit { font-size: 18px; line-height: 26px; color: #81868e; padding-left: 40px; background: url(../images/faq-1.png) no-repeat left center; margin-bottom: 15px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
	.faq-list .item .box .tit:hover {color: #2f71d6;}
    .faq-list .item .box .des { line-height: 24px; color: #b2b2b2; padding-left: 40px; background: url(../images/faq-2.png) no-repeat left 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
    .ajax-more { display: block; margin: 40px auto 0; width: 200px; height: 48px; background-color: #ffffff; border-radius: 24px; border: solid 1px #dddddd; font-size: 18px; color: #81868e; line-height: 46px; text-align: center; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
    .ajax-more:hover { background: #1579d8; border-collapse: #1579d8; color: #fff; width: 220px; }
    .down-list .item .abox { height: 80px; background-color: #ffffff; border: solid 1px #dddcd7; line-height: 78px; padding: 0 25px; display: flex; flex-wrap: nowrap; justify-content: space-between; -webkit-transition: .4s; -o-transition: .4s; transition: .4s;}
    .down-list .item .abox .tit { width: 80%; font-size: 18px; color: #2e3136;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
    .down-list .item .abox .down { font-size: 16px; color: #1579d8; }
    .icon-pdf { width: 25px; height: 25px; background: url(../images/pdf.png) no-repeat center; background-size: contain; margin-top: -2px; margin-right: 10px; }
    .icon-down { width: 19px; height: 19px; background: url(../images/down.png) no-repeat center; background-size: contain; margin-top: -2px; margin-right: 5px; }
	.down_btn { width: 100%; overflow: hidden; margin: 40px 0 0; padding: 0; }
	.down_btn a{display:inline-block;width: 180px;height: 48px;overflow: hidden;text-align:center;line-height: 48px;color: #06a6d8;font-size: 18px;margin: 0 20px;padding: 0;border: 2px solid #06a6d8;border-radius: 27px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
	.down_btn a:hover { color:#fff; background:#06a6d8}

    /*实力*/
    #dituContent { height: 600px; }

    /*实力*/
    .muscle-intro { padding-bottom: 50px; }
    .muscle-intro .cont { padding-top: 30px; }
    .muscle-intro .cont .index-title:before { top: 15px; width: 293px; height: 91px; background: url(../images/title.png) no-repeat center; background-size: contain; }
    .muscle-intro .pic { height: 460px; margin-right: 0; }
    .keyan { padding-top: 48px; background: url(../images/bg.jpg) no-repeat center top; }
    .index-title.white .icon-index-title { background: url(../images/tit-1-w.png) no-repeat center; background-size: contain; }
    .keyan-list .item .box .pic { box-shadow: 0px 10px 20px 0px 
    rgba(47, 113, 214, 0.15); border-radius: 12px; overflow: hidden; }
    .keyan-list .item .box .cont { padding: 30px 50px 0 20px; }
    .keyan-list .item .box .cont h4 { font-size: 24px; line-height: 32px; color: #2e3136; margin-bottom: 12px; }
    .keyan-list .item .box .cont p br { display: none; }
    .ky-hezuo { padding-bottom: 88px; }
    .ky-hezuo .item { background-color: #ffffff; border-radius: 50px 0px 50px 0px; border: solid 1px #dddddd; padding: 50px 60px; }
    .ky-hezuo .item ~ .item { margin-top: 30px; }
    .ky-hezuo .item h3 { font-size: 28px; color: #2f71d6; line-height: 40px; }
    .ky-hezuo .item h3 .icon { width: 40px; height: 40px; background-repeat: no-repeat; background-size: contain; vertical-align: top; margin-right: 15px; }
    .icon-hz-1 { background-image: url(../images/t1.png); }
    .icon-hz-2 { background-image: url(../images/t2.png); }
    .ky-hezuo .item p { margin-top: 16px; margin-bottom: 35px; }
    .ky-hezuo .item ul li .box { border: solid 1px #dddddd; overflow: hidden; }
	
/*产品列表页 开始*/	
.NyProlist_Right ul li { width:100%; height:auto; margin:0 auto 15px; padding:15px; background-color:#fff; border-bottom:1px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProlist_Right ul li:hover { background-color:#1579d7;}
.NyProlist_Right ul li .NyProlist_Img { width:28.5%; height:290px; overflow:hidden; margin:0; padding:0; float:left;}
.NyProlist_Right ul li .NyProlist_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; border:1px solid #eee; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProlist_Right ul li .NyProlist_Img a img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.NyProlist_Right ul li .NyProlist_Text { width:71.5%; height:auto; overflow:hidden; margin:0; padding:15px 15px 25px 30px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name { width:100%; height:auto; overflow:hidden; margin:20px auto 0; padding:0;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name a { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:20px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Name a { color:#fff;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { width:100%; height:auto; overflow:hidden; margin:10px auto 50px; padding:0;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { width:100%; height:84px; overflow:hidden; line-height:28px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Ms p { color:rgba(255,255,255,0.6);}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl { width:80%; height:auto; margin:0; padding:0; float:left;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { display:block; width:auto; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:15px; white-space:nowrap; text-overflow:ellipsis; margin:0 12px 0 0; padding:0 0 0 12px; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; max-width:32%;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd i { display:block; width:8px; height:8px; overflow:hidden; margin:0; padding:0; border:1px solid #1579d7; border-radius:50%; position:absolute; left:0; top:14px;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags dl dd { color:#fff;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags dl dd i { border:1px solid #fff;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { display:block; width:16%; height:36px; line-height:36px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; background-color:#1579d7; border-radius:18px; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags a.NyProlist_More { color:#1579d7; background-color:#fff;}

@media (max-width:1560px) {
	.NyProlist { width:100%; margin:0 auto 60px; padding:0 60px;}
	.NyProlist .NyProlist_Right { margin:60px 0 0; padding:0 0 0 60px;}
}
@media (max-width:1440px) {
	.NyProlist { padding:0 40px;}
	.NyProlist .NyProlist_Right { padding:0 0 0 40px;}
}
@media (max-width:1366px) {
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height:50px; line-height:25px; font-size:15px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { width:auto; font-size:14px; padding:0 20px;}
}
@media (max-width:1280px) {
	.NyProlist_Right ul li .NyProlist_Img { height:180px;}
	.NyProlist_Right ul li .NyProlist_Text { padding:2px 15px 2px 30px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name{ margin-top:0;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { margin:6px auto 5px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl { width:100%; margin:0 auto 5px; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { float:left;}
	
	.NyProlist #fengye { margin:40px auto 0;}
}
@media (max-width:1080px) {
	.NyProlist { margin:0 auto 40px;}
	.NyProlist .NyProlist_Left { width:100%; height:auto; margin:0 auto 20px; float: inherit;}
	.NyProlist .NyProlist_Right { width:100%; height:auto; margin:0 auto; padding:0; float: inherit;}
	.NyProlist_Right ul li .NyProlist_Text { padding:5px 15px 5px 30px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd{max-width:40%;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name a { height:32px; line-height:32px; font-size:18px;}
	
	.NyProlist #fengye { margin:20px auto 0;}
}
@media (max-width:800px) {
	.NyProlist { padding:0 30px;}
	.NyProlist .NyProlist_Left { width:100%; height:auto; margin:0 auto 20px; float: inherit;}
	.NyProlist .NyProlist_Right { width:100%; height:auto; margin:0 auto; padding:0; float: inherit;}
	.NyProlist_Right ul li { margin:0 auto 10px; padding:10px;}
	.NyProlist_Right ul li .NyProlist_Text { padding:6px 10px 6px 20px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height:48px; line-height:24px; font-size:14px;}
}
@media (max-width:767px) {
	.NyProlist { margin:0 auto 20px; padding:0 12px;}
	.NyProlist_Right ul li .NyProlist_Img { width:100%; height:250px; margin:0 auto; padding:0; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text { width:100%; margin:0 auto; padding:10px; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { width:100%;float:inherit; max-width:100%;}
	
	.NyProlist #fengye { margin:10px auto 0;}
}
@media (max-width:320px) {
	.NyProlist_Right ul li .NyProlist_Img { height:210px;}
}
/*NyProlist 结束*/
/*相关文章*/
.NyProDetail_Xgwz { width:100%; height:auto; margin:0 auto;padding: 40px 40px 10px; background-color:#fff;box-shadow: 0px 10px 20px 0px rgb(47 113 214 / 15%);}
.NyProDetail_Xgwz .NyProXgwz_Main {height:auto; margin:0 auto; padding:0;}
.NyProDetail_Title { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.NyProDetail_Title p { width:100%; height:auto; line-height:40px; color:#333; font-size:24px;margin:0 auto; padding:0;}
.NyProDetail_Title i { display:block; width:78px; height:6px; margin:10px 0 0; padding:0; background:url(../images/line01.png) 0 0 no-repeat; background-size:100% 100%;}
.NyProXgwz_Main .NyProXgwz_List { width:100%; height:auto; min-height:120px; margin:0 auto; padding:0;}
.NyProXgwz_List ul li { width:32%; height:auto; margin:0 2% 30px 0; padding:25px 30px; background-color:#f5f5f5; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProXgwz_List ul li:nth-child(3n+3) { margin:0 0 30px;}
.NyProXgwz_List ul li a.NyProXgwz_Name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProXgwz_List ul li a.NyProXgwz_Name i { display:block; width:8px; height:8px; margin:11px 10px 11px 4px; padding:0; border:1px solid #1579d7; border-radius:50%; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProXgwz_List ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:14px; margin:5px auto 0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProXgwz_List ul li p em { display:block; width:16px; height:16px; margin:7px 6px 7px 0; padding:0; background:url(../images/date01.png) center center no-repeat; background-size:16px 16px; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProXgwz_List ul li:hover { background:#1579d7 url(../images/ico6.png) top right no-repeat; background-size:160px 160px;}
.NyProXgwz_List ul li:hover a.NyProXgwz_Name { color:#fff;}
.NyProXgwz_List ul li:hover a.NyProXgwz_Name i { border:1px solid #fff;}
.NyProXgwz_List ul li:hover p { color:rgba(255,255,255,0.65);}
.NyProXgwz_List ul li:hover p em { background:url(../images/date02.png) center center no-repeat; background-size:16px 16px;}
@media (max-width:1280px) {
	.NyProDetail_Title{margin: 0 auto 30px;}
	.NyProXgwz_List ul li { margin:0 2% 25px 0; padding:25px;}
	.NyProXgwz_List ul li:nth-child(3n+3) { margin:0 0 25px;}
}
@media (max-width:1200px) {
	.NyProXgwz_List ul li { padding:20px;}
}
@media (max-width:1023px) {
	.NyProDetail_Xgwz{ padding:20px 20px 8px;}
	.NyProDetail_Title{margin: 0 auto 20px;}
	.NyProXgwz_List ul li { width:49%; height:auto; margin:0 2% 20px 0;}
	.NyProXgwz_List ul li:nth-child(3n+3) { margin:0 2% 20px 0;}
	.NyProXgwz_List ul li:nth-child(2n+2) { margin:0 0 20px;}
}
@media (max-width:768px) {
	.NyProXgwz_List ul li { width:100%; height:auto; margin:0 auto 12px; float:inherit;}
	.NyProXgwz_List ul li:hover { background: #1579d7 url(../images/ico6.png) top right no-repeat; background-size:120px 120px;}
	.NyProXgwz_List ul li:nth-child(2n+2), .NyProXgwz_List ul li:nth-child(3n+3) { margin:0 auto 12px;}
}


/*产品详情 开始*/
.ly_NyProDetail { width:100%; max-width:1440px; height:auto; margin:0px auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:20px 40px 40px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;box-shadow: 0px 10px 20px 0px rgba(47, 113, 214, 0.15);}
.lyNyProDetail_con .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:1px solid #ceddee;}
.lyNyProDetail_ConTit p { width:100px; height:60px; font-size:22px; overflow:hidden; line-height:60px; color:#2f71d6; text-align:center; margin:0 0 -1px; padding:0; border-bottom:2px solid #2f71d6;}

.lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto; padding:0;}
.lyNyProDetail_ConText p { margin:0 auto 20px;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal;word-break: break-all;padding: 0 !important;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#333!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText p b { font-weight:bold;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%; margin:0 auto 20px;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 25px; padding:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%; margin:0 auto 20px;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
}
@media (max-width: 767px) {
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
	.lyNyProDetail_right .lyNyProDetail_ConText { max-height:99999999999999999999999px;}
	.lyNyProDetail_ConText div { max-height:99999999999999999999999px;}
}

.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 40px; background-color:#fff; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;box-shadow: 0px 10px 20px 0px rgba(47, 113, 214, 0.15);}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eee; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:47.4%; min-height:500px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 32px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:160px; overflow:hidden; margin:20px auto 40px; padding:20px; background-color:#f2f3f6; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:120px; overflow:hidden; line-height:30px; color:#888; font-size:16px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { display:inline-block; height:30px; line-height:30px; color:#fff; font-size: 14px; background-color:#2f71d6; border-radius:15px; padding:0 8px; margin:0 8px 0 0;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:40px; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin:10px 0; padding: 0; float:left;}
.pro_detail_text ul li img.dot { display:block; width:16px; height:16px; overflow:hidden; margin:12px 10px 12px 0; padding:0; float:left;}
.pro_detail_text ul li img.star { display:inline-block; vertical-align:middle; margin:-4px 0 0 0;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #598dde;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #4e4e4e;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #2f71d6;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #222222;}

.sale_detail_text .sale_detail_btn{ bottom:129px;}
.sale_detail_text h1{margin-top:60px; margin-bottom:30px;}

/**产品详情页产品图片切换**/
.prodetail_img { width:50%; height: 500px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:19.8%; height:auto; padding-top:0; overflow:hidden; float:left;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:100%; height:93px; margin:0 auto 9px;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:79%; height:500px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; float:right;}
.lff_NycxDetail .jqzoom{ width:100%; float:left;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom {}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}


@media screen and (width:1600px){
	.ly_NyProDetail { max-width:inherit; padding:0;}
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.ly_NyProDetail { max-width:inherit; padding:0;}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.ly_NyProDetail { max-width:inherit; padding:0;}
	.prodetail_img { height:480px;}
	.jqzoom { height:480px;}
	#spec-list ul li {height: 113.25px;}
	.pro_detail_main .pro_detail_text { min-height:480px;}
	.pro_detail_text .jyms { margin:20px auto 30px;}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.ly_NyProDetail { max-width:inherit; padding:0;}
	.prodetail_img { height:440px;}
	.jqzoom { height:440px;}
	#spec-list ul li {height: 103.25px;}
	.pro_detail_main .pro_detail_text { min-height:440px;}
	.pro_detail_text .jyms { margin:20px auto;}
	.pro_detail_text .jyms p { font-size:15px;}
	.pro_detail_text ul li { margin:5px 0;}
	.pro_detail_text .pro_detail_btn { height:50px;}
	.pro_detail_btn a { height:50px; line-height:50px; font-size:18px;}
}
@media screen and (min-width:1200px) and (max-width:1279px) {
	.ly_NyProDetail { max-width:inherit; padding:0;}
	.prodetail_img { height:410px;}
	.jqzoom { height:481px;}
	#spec-list ul li {height:89px;}
	.pro_detail_main .pro_detail_text { min-height:410px; padding:0 0 70px;}
	.pro_detail_text h1 { font-size:30px;}
	.pro_detail_text .jyms { height:auto; margin:20px auto;}
	.pro_detail_text .jyms p { height: 90px; font-size:15px; -webkit-line-clamp: 3;}
	.pro_detail_text ul li { margin:5px 0;width: 100%;}
	.pro_detail_text .pro_detail_btn { height:50px;}
	.pro_detail_btn a { height:50px; line-height:50px; font-size:18px;}
}
@media screen and (min-width:1080px) and (max-width:1199px) {
	.ly_NyProDetail { max-width:inherit; padding:0;}
	.prodetail_img { width:100%; height:480px; float:inherit;}
	.jqzoom { height:480px;}
	#spec-list ul li {height: 89px;}
	.pro_detail_main .pro_detail_text { width:100%; min-height: inherit; float:inherit; margin:30px auto 0; padding:0 0 70px;}
	.pro_detail_text h1 { font-size:30px;}
	.pro_detail_text .jyms { height:auto; margin:20px auto;}
	.pro_detail_text.lffdetail_text .jyms{ display:none;}
	.pro_detail_text .jyms p { height: 90px; font-size:15px; -webkit-line-clamp: 3;}
	.pro_detail_text ul li { margin:5px 0;}
	.pro_detail_text .pro_detail_btn { height:50px;}
	.pro_detail_btn a { height:50px; line-height:50px; font-size:18px;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.ly_NyProDetail { max-width:inherit; padding:0;}
	.prodetail_img { width:100%; height:480px; float:inherit;}
	.jqzoom { height:480px;}
	#spec-list ul li {height: 89px;}
	.pro_detail_main .pro_detail_text { width:100%; min-height: inherit; float:inherit; margin:30px auto 0; padding:0 0 70px;}
	.pro_detail_text h1 { font-size:30px;}
	.pro_detail_text .jyms { height:auto; margin:20px auto;}
	.pro_detail_text.lffdetail_text .jyms{ display:none;}
	.pro_detail_text .jyms p { height: 90px; font-size:15px; -webkit-line-clamp: 3;}
	.pro_detail_text ul li { margin:5px 0;}
	.pro_detail_text .pro_detail_btn { height:50px;}
	.pro_detail_btn a { height:50px; line-height:50px; font-size:18px;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProDetail { max-width:inherit; padding:0;}
	.pro_detail_main { padding:20px;}
	.prodetail_img { width:100%; height:440px; float:inherit;}
	.jqzoom { height:440px;}
	#spec-list ul li {height: 81px;}
	.pro_detail_main .pro_detail_text { width:100%; min-height: inherit; float:inherit; margin:20px auto 0; padding:0 0 70px;}
	.pro_detail_text h1 { line-height:36px; font-size:28px;}
	.pro_detail_text .jyms { height:auto; margin:20px auto;}
	.pro_detail_text.lffdetail_text .jyms{ display:none;}
	.pro_detail_text .jyms p { height: 90px; font-size:15px; -webkit-line-clamp: 3;}
	.pro_detail_text ul li { margin:0;}
	.pro_detail_text .pro_detail_btn { height:50px;}
	.pro_detail_btn a { height:50px; line-height:50px; font-size:18px;}
	.zoomdiv,.jqZoomPup { display:none !important;}
	.ly_NyProDetail .lyNyProDetail_con { padding:0 20px 20px;}
	.lyNyProDetail_ConTit p { width:90px; }
	.lyNyProDetail_con .lyNyProDetail_ConTit { margin:0 auto 20px;}
	.lyNyProDetail_ConText p { margin:0 auto 10px;}
}
@media (max-width: 767px) {
	.ly_NyProDetail { max-width:inherit; margin:0px auto;}
	.pro_detail_main { margin:0 auto 20px; padding:20px;}
	.prodetail_img { width:100%; height:auto; float:inherit;}
	.jqzoom { width:100%; height:300px; float:inherit;}
	#spec-n5 { width:100%; float:inherit; margin:6px 0 0;}
	#spec-list ul li { width:18.4%; height: 70px; margin:0 2% 0 0;}
	#spec-list ul li:nth-child(5) { margin:0;}
	.pro_detail_main .pro_detail_text { width:100%; min-height: inherit; float:inherit; margin:20px auto 0; padding:0 0 70px;}
	.pro_detail_text h1 { line-height:32px; font-size:24px;}
	.pro_detail_text.lffdetail_text h1{line-height:60px;}
	.pro_detail_text .jyms { height:auto; margin:20px auto; padding:10px 10px 15px;}
	.pro_detail_text.lffdetail_text .jyms{ display:none;}
	.pro_detail_text .jyms p { height: 72px; line-height:24px; font-size:14px; -webkit-line-clamp: 3;}
	.pro_detail_text ul li { width:100%; margin:0; font-size:15px;}
	.pro_detail_text .pro_detail_btn { height:50px;}
	.pro_detail_btn a { height:50px; line-height:50px; font-size:18px;}
	.zoomdiv,.jqZoomPup { display:none !important;}
	.ly_NyProDetail .lyNyProDetail_con { padding:0 20px 20px;}
	.lyNyProDetail_ConTit p { width:90px; }
	.lyNyProDetail_con .lyNyProDetail_ConTit { margin:0 auto 20px;}
	.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, .lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, .lyNyProDetail_ConText p, .lyNyProDetail_ConText span, .lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { font-size:14px; line-height:28px;}
	.lyNyProDetail_ConText p { margin:0 auto 10px;}
}
@media (max-width: 375px) {
	.jqzoom { height:240px;}
	#spec-list ul li { height: 60px;}
	.pro_detail_text h1 { line-height:30px; font-size:22px;}
}
@media (max-width: 320px) {
	.jqzoom { height:200px;}
}
/*产品详情 结束*/

.Ny_prev_next { width:100%;margin:60px auto 0; padding:0;}
.ly_NyProDetail .Ny_prev_next{margin:50px auto;}
.Ny_prev_next ul li { width:49%; margin:0 2% 0 0; padding: 10px 20px; float:left; color:#333; font-size:16px;background-color:#fff;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-shadow: 0px 10px 20px 0px rgba(47, 113, 214, 0.15);}
.Ny_prev_next ul li:nth-child(2n+2) { margin:0;}
.Ny_prev_next ul li a { color:#333;font-size:16px;}
.Ny_prev_next ul li:hover { color:#fff; background-color:#2f71d6;}
.Ny_prev_next ul li:hover a{ color:#fff;}
@media screen and (min-width:1200px) and (max-width:1279px) {
	.Ny_prev_next ul li{ width:100%;margin-bottom: 10px;}
}
@media screen and (min-width:1080px) and (max-width:1199px) {
	.Ny_prev_next ul li { width:100%; margin:0 auto 20px;}
	.Ny_prev_next ul li:nth-child(2n+2) { margin:0 auto;}
	.Ny_prev_next ul li:nth-child(2n+2) a { text-align:left;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.Ny_prev_next ul li { width:100%; margin:0 auto 20px;}
	.Ny_prev_next ul li:nth-child(2n+2) { margin:0 auto;}
	.Ny_prev_next ul li:nth-child(2n+2) a { text-align:left;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.Ny_prev_next ul li { width:100%; margin:0 auto 20px;}
	.Ny_prev_next ul li a {font-size:15px;}
	.Ny_prev_next ul li:nth-child(2n+2) { margin:0 auto;}
	.Ny_prev_next ul li:nth-child(2n+2) a { text-align:left;}
}
@media (max-width: 767px) {
	.Ny_prev_next { margin:20px auto;}
	.ly_NyProDetail .Ny_prev_next{margin:20px auto;}
	.Ny_prev_next ul li { width:100%; margin:0 auto 10px;}
	.Ny_prev_next ul li a {font-size:14px;}
	.Ny_prev_next ul li:nth-child(2n+2) { margin:0 auto;}
	.Ny_prev_next ul li:nth-child(2n+2) a { text-align:left;}
}

/*新闻详情 开始*/
.NyNew_detail { width:100%; overflow:hidden; margin:0px auto; padding:40px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-shadow: 0px 10px 20px 0px rgba(47, 113, 214, 0.15);}
.NyNew_detail h1 { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.NyNew_detail .NyNewDetail_time { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:15px; text-align:center; margin:20px auto; padding:0;border-bottom: 1px dashed #e0e0e0;}
.NyNewDetail_time img { display:inline-block; width:20px; height:20px; overflow:hidden; vertical-align:middle; margin:-2px 4px 0 0; padding:0;}
.NyNew_detail .NyNewDetail_ms { width:100%; overflow:hidden; margin:0 auto 30px; padding:20px; background-color:#f2f3f6; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyNewDetail_ms p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#999; font-size:15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.NyNewDetail_ms p em.Mszy { display:inline-block; width:72px; height:30px; overflow:hidden; line-height:30px; color:#fff; text-align:center; border-radius:15px; margin:-3px 10px 0 0; padding:0; background-color:#0d5198; vertical-align:middle;}
.NyNew_detail .NyNewDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0; min-height:400px;}
.NyNewDetail_con p, .NyNewDetail_con div,.NyNewDetail_con span,.NyNewDetail_con img,.NyNewDetail_con table,.NyNewDetail_con tr,.NyNewDetail_con td,.NyNewDetail_con video {width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal;word-break: break-all;padding: 0 !important;}

/*新闻详情 结束*/

@media screen and (width:1600px){
}
@media screen and (min-width:1440px) and (max-width:1599px) {
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.NyNew_detail h1 { font-size:30px;}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.NyNew_detail h1 { line-height:36px; font-size:28px;}
}
@media screen and (min-width:1200px) and (max-width:1279px) {
	.NyNew_detail h1 { line-height:36px; font-size:28px;}
}
@media screen and (min-width:1080px) and (max-width:1199px) {	
	.NyNew_detail h1 { line-height:36px; font-size:28px;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.NyNew_detail { padding:20px;}
	.NyNew_detail h1 { line-height:32px; font-size:24px;}
	.NyNew_detail .NyNewDetail_time { margin:10px auto;}
	.NyNew_detail .NyNewDetail_ms { margin:0 auto 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyNew_detail { padding:20px;}
	.NyNew_detail h1 { line-height:30px; font-size:22px;}
	.NyNew_detail .NyNewDetail_time { margin:10px auto;}
	.NyNew_detail .NyNewDetail_ms { margin:0 auto 20px;}
}
@media (max-width: 767px) {
	.NyNew_detail { margin:0px auto; padding:20px;}
	.NyNew_detail h1 { line-height:28px; font-size:18px;}
	.NyNew_detail .NyNewDetail_time { line-height:24px; margin:10px auto; height:auto;}
	.NyNew_detail .NyNewDetail_ms { margin:0 auto 20px; padding:12px;}
	.NyNewDetail_ms p { height: auto; max-height:84px; line-height:28px; font-size:14px; -webkit-line-clamp: 3;}
	.NyNewDetail_ms p em.Mszy { width: 68px; height:28px; line-height:28px; font-size:14px;}
	.NyNewDetail_con p, .NyNewDetail_con div {}
	.NyNewDetail_con p span, .NyNewDetail_con span, .NyNewDetail_con p em, .NyNewDetail_con em {}
}
/*NyNew_list 结束*/

/*NyOrder 开始*/
.NyOrder { width: 100%; height: auto; overflow: hidden; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder .NyOrder_Main { width:100%;height: auto; margin: 0 auto; padding: 0; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Main .NyOrder_Left { width: 28%; height: 775px; overflow: hidden; margin: 0; padding: 40px 40px 40px 70px; background: #333 url(../images/order_bg.png) left 90% no-repeat; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Left img { display: block; max-width: 100%; max-height: 100%; margin: 0 0 50px; padding: 0; }
.NyOrder_Left p { width: 100%; height: auto; line-height: 40px; color: #fff; font-size: 18px; margin: 0 auto 5px; padding: 0; }
.NyOrder_Main .NyOrder_Right { width: 72%; height: auto; overflow: hidden; margin: 0; padding: 50px; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg { width: 100%!important; height: auto!important; margin: 0 auto!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg h3 { display: none!important; }
.NyOrder_Right #ly_msg.ly_msg ul { width: 100%!important; overflow: hidden!important; margin: 0 auto!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li h4, .NyOrder_Right #ly_msg.ly_msg ul li h4.xh { display: none!important; }
.NyOrder_Right #ly_msg.ly_msg ul li { width: 100%!important; height: auto!important; overflow: hidden!important; line-height: inherit!important; color: inherit!important; font-size: inherit!important; margin: 0 0 25px!important; padding: 0!important; clear: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 48%!important; margin: 0 4% 25px 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 48%!important; float: right!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 40px auto 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara { width: 100%!important; height: auto!important; margin: 0!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display: block!important; width: 100%!important; height: 60px!important; line-height: 60px; color: #aaa!important; font-size: 16px!important; margin: 0!important; padding: 0 20px!important; background-color: #f9f9f9!important; border: 0!important; outline: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option{ color: #757575!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { margin: 0 10px 0 0!important; padding: 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 240px!important; margin: 0 10px 0 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display: block!important; width: 120px!important; height: 40px!important; margin: 10px 0!important; padding: 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 60px!important; color: #999!important; font-size: 16px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display: block!important; width: 100%!important; height: 150px!important; line-height: 30px; color: #aaa; font-size: 16px!important; margin: 0!important; padding: 15px 20px!important; background-color: #f9f9f9!important; border: 0!important; outline: none!important; resize: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_btn { width: 100%!important; height: auto!important; overflow: hidden!important; margin: 0!important; padding: 0!important; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width: 200px!important; height: 60px!important; overflow: hidden!important; line-height: 60px!important; color: #fff!important; font-size: 16px!important; text-align: center!important; background-color: #333!important; margin: 0 20px 0 0!important; padding: 0!important; border: none!important; cursor: pointer!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color: #2c2b2b!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color: #1579d8!important; color: #fff !important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color: #ecd706!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width: 100%!important; padding: 0!important; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { width: auto!important; float: left!important; }
@media (max-width:1280px) {
.NyOrder_Main .NyOrder_Left { height: 710px; }
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 30px auto 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { height: 50px!important; line-height: 50px; font-size: 15px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height: 145px!important; line-height: 25px; font-size: 15px!important; padding: 10px 20px; }
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { margin: 5px 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 50px!important; font-size: 15px!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { height: 50px!important; line-height: 50px!important; }
}
@media (max-width:1200px) {
.NyOrder_Main .NyOrder_Left { padding: 50px 30px; background-size: contain; }
.NyOrder_Left p { font-size: 15px; }
.NyOrder_Main .NyOrder_Right { padding: 30px; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 200px!important; }
}
@media (max-width:1080px) {
.NyOrder_Main .NyOrder_Left { height: 609px; padding: 40px 25px; }
.NyOrder_Main .NyOrder_Right { padding: 25px; }
.NyOrder_Right #ly_msg.ly_msg ul li { margin: 0 0 20px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 48.5%!important; margin: 0 3% 20px 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 48.5%!important; margin: 0 0 20px 0!important; float: right!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 20px auto 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size: 14px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height: 140px!important; line-height: 24px; font-size: 14px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 180px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { font-size: 14px!important; }
}
@media (max-width:1024px) {
.NyOrder_Main .NyOrder_Left { width: 30%; height: 639px; background-size: contain; }
.NyOrder_Main .NyOrder_Right { width: 70%; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height: 50px; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display: block; width: 100%; line-height: 30px!important; }
}
@media (max-width:800px) {
.NyOrder .NyOrder_Main { padding: 20px; }
.NyOrder_Main .NyOrder_Left { width: 100%; height: auto; margin: 0 auto 20px; padding: 20px; float: inherit; background-size: contain; }
.NyOrder_Left img { max-width: 100%; height: auto; margin: 0 auto 30px; }
.NyOrder_Left p { margin: 0 auto 2px; text-align: center; }
.NyOrder_Main .NyOrder_Right { width: 100%; margin: 0 auto; padding: 0; float: inherit; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height: 50px; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display: inline-block; width: auto; line-height: 50px!important; }
}
@media (max-width:767px) {
.NyOrder .NyOrder_Main { padding: 12px; }
.NyOrder_Main .NyOrder_Left { padding: 40px 30px; display:none;}
.NyOrder_Left img { max-width: 100%; height: auto; margin: 0 auto 30px; }
.NyOrder_Left p { font-size: 15px; line-height: 30px; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { padding: 0 12px!important }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 160px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height: 50px; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display: block; width: 100%; line-height: 24px!important; margin: 10px auto 0; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width: 48%!important; margin: 0!important; float: left; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 4% 0 0!important; }
}
@media (max-width:320px) {
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 130px!important; }
}
/*NyOrder 结束*/

/*NyNews 开始*/
.NyNews {height:auto;min-height:320px;margin: 60px auto;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.NyNews .NyNews_List {width:100%;height:auto;margin: 0 auto 60px;padding:0;border-top:1px solid #ddd;}
.NyNews_List ul li { width:100%; height:auto; margin:0 auto; padding:40px 0; border-bottom:1px solid #ddd;}
.NyNews_List ul li .NyNews_Time { width:14.5%; height:auto; margin:0; padding:0; float:left;}
.NyNews_List ul li .NyNews_Time span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333;font-size:18px; margin:0 auto; padding:0;}
.NyNews_List ul li .NyNews_Time span img { display:inline-block; width:15px; height:15px; vertical-align:middle; margin:-4px 6px 0 0;}
.NyNews_List ul li .NyNews_Time p { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:60px; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;font-weight: bold;}
.NyNews_List ul li:hover .NyNews_Time p { color:#2f71d6;}

.NyNews_List ul li .NyNews_Text { width:85.5%; height:auto; margin:0; padding:0; float:right;}
.NyNews_List ul li .NyNews_Text a.NyNews_Name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; white-space:nowrap; text-overflow:ellipsis; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_Name { color:#2f71d6;}
.NyNews_List ul li .NyNews_Text p { width:100%; height:auto; max-height:48px; overflow:hidden; line-height:24px; color:#999; font-size:15px; word-break:break-all; text-align:justify; margin:10px auto 20px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.NyNews_List ul li .NyNews_Text a.NyNews_More { display:block; width:auto; height:30px; line-height:30px; color:#999; font-size:16px; margin:0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li .NyNews_Text a.NyNews_More i { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0 10px; background: url(../images/jt13.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_More { color:#2f71d6;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_More i { margin:-2px 0 0 20px; background: url(../images/jt16.png) center center no-repeat; background-size:100% 100%;}
@media (max-width:1560px) {
	.NyNews .NyNews_List { margin:0 auto 60px;}
	.NyNews_List ul li { padding:30px 0;}
	.NyNews_List ul li .NyNews_Time span { font-size:16px;}
	.NyNews_List ul li .NyNews_Time p { font-size:54px;}	
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:22px;}
}

@media (max-width:1366px) {
	.NyNews_List ul li { padding:25px 0;}
	.NyNews_List ul li .NyNews_Time { width:14%;}
	.NyNews_List ul li .NyNews_Time p { font-size:50px;}
	.NyNews_List ul li .NyNews_Text { width:86%;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:20px;}
	.NyNews_List ul li .NyNews_Text p { max-height:50px; line-height:25px; font-size:15px; margin:5px auto 15px;}
	.NyNews_List ul li .NyNews_Text a.NyNews_More { font-size:15px;}
}
@media (max-width:1080px) {
	.NyNews .NyNews_List { margin:0 auto 40px;}
	.NyNews_List ul li { padding:20px 0;}
	.NyNews_List ul li .NyNews_Time { width:16%;}
	.NyNews_List ul li .NyNews_Time p { font-size:48px;}
	.NyNews_List ul li .NyNews_Text { width:84%;}
}
@media (max-width:800px) {
	.NyNews_List ul li { padding:15px 0;}
	.NyNews_List ul li .NyNews_Time { width:20%;}
	.NyNews_List ul li .NyNews_Time p { height:50px; line-height:50px; font-size:44px;}
	.NyNews_List ul li .NyNews_Text { width:80%;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:18px;}
	.NyNews_List ul li .NyNews_Text p { max-height:48px; line-height:24px; font-size:14px; margin:5px auto 10px;}
	.NyNews_List ul li .NyNews_Text a.NyNews_More { font-size:14px;}

}
@media (max-width:767px) {
	.NyNews .NyNews_List { margin:0 auto 20px;}
	.NyNews_List ul li { padding:12px 0;}
	.NyNews_List ul li .NyNews_Time { width:100%; height:auto; margin:0 auto 5px; float:inherit;}
	.NyNews_List ul li .NyNews_Time span { width:auto; height:30px; line-height:30px; font-size:14px; margin:0 10px 0 0; float:left;}
	.NyNews_List ul li .NyNews_Time p { width:auto; height:30px; line-height:30px; font-size:18px; text-indent:0;}
	.NyNews_List ul li .NyNews_Text { width:100%; margin:0 auto; float:inherit;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { height:30px; line-height:30px; font-size:16px;}
}

/*NyNews 结束*/

/*产品分类*/
.nyPro_Menu { width:100%; height:auto; margin:0 auto 40px; padding:0; position:relative; z-index:9;}
.ProMenu_Header { width:100%; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:22px; font-weight:bold; margin:0; padding:0 40px; background:url(../images/ProMenuBg.jpg) center center no-repeat; background-size:cover; position:absolute; left:0; top:0; display:none;}
.ProMenu_Header img { display:block; width:22px; height:22px; margin:19px 15px 19px 0; padding:0; float:left;}
.ParentLevel { width:100%; height:auto; margin:0 auto; padding:15px 40px; background-color:#f8fafe; position:relative;}
.ParentLevel ul { width:100%; height:auto; margin:0 auto; padding:0;}
.ParentLevel ul li { display:block; width:auto; height:auto; margin:7px 30px 7px 0; padding:0; float:left;}
.ParentLevel ul li p { width:auto; height:auto; margin:0; padding:0 20px 0 0; border-radius:4px; position:relative;}
.ParentLevel ul li p a { display:block; width:auto; height:40px; line-height:40px; color:#333; font-size:18px; margin:0; padding:0; position:relative;}
.ParentLevel ul li p a::before { content:''; width:0; height:2px; overflow:hidden; margin:0; padding:0; background:#2f71d6; background-size:100% 100%; position:absolute; left:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ParentLevel ul li p i { display:block; width:20px; height:20px; margin:-10px 0 0; padding:0; background:url(../images/down1.png) center center no-repeat; background-size:10px 10px; position:absolute; top:50%; right:0; cursor:pointer;}
.ParentLevel ul li.selected p a::before, .ParentLevel ul li:hover p a::before { width:100%;}
.ParentLevel ul li.selected p a font, .ParentLevel ul li:hover p a font { color:#2f71d6; font-weight:bold;}
.ParentLevel ul li:hover p i { background:url(../images/down2.png) center center no-repeat; background-size:10px 10px;}
.ParentLevel ul li.selected p i { background:url(../images/up1.png) center center no-repeat; background-size:10px 10px;}
.ChildLevel { display:none; width:100%; height:auto; margin:0; padding:20px 40px 10px; background-color:#fff; border-top:1px solid #eaeaea; box-shadow:0 6px 12px rgba(0,0,0,0.06); position:absolute; left:0; top:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ChildLevel .tag { width:100%; height:auto; margin:0 auto; padding:0;}
.ChildLevel .tag a { display:inline-block; width:auto; height:40px; line-height:40px; color:#999; font-size:16px; margin:0 40px 0 0; padding:0; position:relative;}
.ChildLevel .tag a::before { content:''; width:0; height:1px; overflow:hidden; margin:0; padding:0; background:#2f71d6; background-size:100% 100%; position:absolute; left:50%; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ChildLevel .tag a:hover font { color: #2f71d6; }
.ChildLevel .tag a:hover::before { width:24px; margin:0 0 0 -12px;}
@media (max-width:1440px) {
	.nyPro_Menu { margin:0 auto 30px;}
	.ParentLevel { padding:20px 40px 10px;}
	.ParentLevel ul li { margin:0 20px 10px 0;}
	.ParentLevel ul li p a { font-size:16px;}
	.ChildLevel {}
	.ChildLevel .tag a { font-size:15px; margin:0 30px 10px 0;}
}

@media (max-width:1080px) {
	.nyPro_Menu { margin:0 auto 20px;}
	.ProMenu_Header { padding:0 20px; font-size:20px;}
	.ParentLevel { padding: 20px 20px 10px;}
	.ChildLevel { padding:20px 20px 10px;}
	.ChildLevel .tag a { margin:0 20px 10px 0;}
}
@media (max-width:820px) {
	.ChildLevel .tag { padding:10px 0;}
}
@media (max-width:767px) {
	.ProMenu_Header { height:48px; line-height:48px; font-size:18px;}
	.ProMenu_Header img { margin:13px 10px 13px 0;}
	.ParentLevel { margin:0 auto 20px; padding:10px 20px;}
	.ParentLevel ul li { width:100%; margin:0 auto 10px; float:inherit;}
	.ParentLevel ul li p { padding:0 40px 0 0;}
	.ParentLevel ul li p a { overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
	.ParentLevel ul li p i { width:40px; height:40px; margin:-20px 0 0;}
	.ChildLevel { padding:0 12px; position:inherit; left:inherit; top:inherit;}	
	.ChildLevel .tag a:nth-of-type(1){ margin-top:10px;}
	.ChildLevel .tag a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; font-size:14px; white-space:nowrap; text-overflow:ellipsis;}
	.ChildLevel .tag a::before { left:10px;}
	.ChildLevel .tag a:hover::before { margin:0;}
}

/*产品分类及详细页分类*/
.lffprolist .ParentLevel ul li{ width:100%;}
.lffprolist .ParentLevel{padding: 10px 10px 0; background:#fff;overflow: hidden;}
.lffprolist .ParentLevel ul li p a::before{ display:none;}
.lffprolist .ParentLevel ul li p { padding:0 40px 0 40px;}
.lffprolist .ParentLevel ul li p a { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; max-width:100%;}
.lffprolist .ParentLevel ul li p i { width:40px; height:40px; margin:-20px 0 0; right:auto; left:0;}
.lffprolist .ChildLevel{box-shadow:none; position:static; padding: 20px 20px 10px}
.lffprolist .ProAll{ position:absolute; right:25px; top:10px;font-size: 16px;display: block;width:auto; height:40px; line-height:40px;}
.lffprolist a.ProAll i { display:block; width:28px; height:28px; overflow:hidden; margin:6px 0 6px 10px; padding:0; background:#F7F7F9 url(../images/jt1.png) center center no-repeat; border-radius:50%; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lffprolist a.ProAll:hover i{background:#2f71d6 url(../images/jt2.png) center center no-repeat;}
@media (max-width:1440px) {
	.lffprolist .ProAll{ font-size:14px}
	.lffprolist a.ProAll i{ width:24px; height:24px;margin:8px 0 8px 10px;}
}
@media (max-width:767px) {
	.lffprolist .ParentLevel{padding: 10px 20px 0;}
	.lffprolist .ChildLevel .tag{padding: 10px 0 5px;}
	.lffprolist .ChildLevel .tag a{ margin-bottom:5px;}
	.lffprolist .ChildLevel .tag a:nth-of-type(1){ margin-top:0;}
	.lffprolist .ChildLevel .tag a:last-child{ margin-bottom:0;}
	.lffprolist .ChildLevel{padding:10px 20px 0;}
	.lffprolist .ProAll{ position:static;background: #f7f7f9;padding: 0 20px; margin-bottom:20px;}
}