﻿@charset "utf-8";
/* CSS Document */
/**common**/
* { scrollbar-width: 0; margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
body { color: #333; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; color: #333; cursor: pointer; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
@font-face { font-family: "pangmen"; src: url('../fonts/pangmen.ttf'); }
@font-face { font-family: "ANTON-REGULAR"; src: url('../fonts/ANTON-REGULAR.ttf'); }
@font-face { font-family: "Nice Regular"; src: url('../fonts/Nice Regular.ttf'); }
body,html{ overflow-x:hidden;}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0;
}
::-webkit-scrollbar-track {
background-color:#e6e6e6;
border-radius:0px;
}
::-webkit-scrollbar-thumb {
background-color:#2e71b4;
border-radius:4px;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#2e71b4;
border-radius:4px;
}
/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }
.w1400 { width: 1400px; margin: 0 auto; }
@media screen and (max-width:1499px) {
.w1400 { width: 94%; }
}
/* idxHeader start */
.idxHeader { width: 100%; padding: 0 2.5%; background: #fff; position:relative;}
.idxHeader::before{ content:""; display:block; width:100%; height:116px;background: linear-gradient(to right,rgba(255,255,255,0.01) 50%, #1cb5e0, #000046); position:absolute; left:0; top:0; z-index:1;}
.idxHeader::after{content:"";display:block;width:102%;height: 125px;background:#fff;position:absolute;left:inherit;right:-2px;top:0;z-index:2;transform: rotate(1.5deg);}
.searchShow .idxHeader, .searchShow .nyHeader, .telShow .idxHeader, .telShow .nyHeader { display: none; }
.lyLogo { width: 235px; height: 80px; overflow: hidden; margin:10px 0; float: left; position:relative; z-index:3; }
.lyLogo a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
.lyLogo a img { display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0; }
.lyTel_btn {float: right;position: relative;padding: 38px 0 0 40px;margin: 0 0 0 20px;z-index:3;}
.lyTel_btn::before {content: '';display: block;width: 1px;height: 16px;transform: translate(-50%, 0);background-color: rgba(0, 0, 0, .1);position: absolute;left: 0;top: 50%;margin: 8px 0 0;}
.lyTel_btn img{display:inline-block;margin: 16px 10px 0 0;}
.lyTel_btn span {display: block;height: 61px;width: 195px;font-size: 24px;font-weight: bold;vertical-align: bottom;float: right;padding: 0;}
.lyTel_btn span svg { display: block; width: 100%; height: 100%; }
.lySearch_btn {width: 64px;height: 100px;float: right;position:relative;z-index:3;margin: 15px 0 0;}
.lySearch_btn a { display: block; width: 100%; height: 100%; padding: 24px 20px; position: relative; }
.lySearch_btn a svg.icon { display: block; width: 100%; height: 100%; }
.lySearch_btn a.searchClose svg.icon { display: none; }
.lySearch_btn a svg.icon path { fill: #bbb; }
.lySearch_form { width: 100%; padding: 20px 3%; border-bottom: 1px solid rgba(255, 255, 255, .1); position: fixed; top: -100%; left: 0; z-index: 998; }
.nySearch_form { width: 100%; padding: 20px 3%; background-color: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, .04); }
.searchShow .lySearch_form { top: 0; background: #fff; }
.lySearch_form form { width: 50%; height: 50px; margin: 0 auto; padding: 0 116px 0 0; position: relative; }
.lySearch_form .scIpt { width: 100%; padding: 0; }
.lySearch_form .scIpt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #222; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 48px 0 0; background: none !important; border-radius: 0 !important; border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); outline: none; }
.nySearch_form .scIpt input { border-bottom: 1px solid rgba(0, 0, 0, .1); }
.lySearch_form .scBtn { width: 140px; height: 50px; position: absolute; top: 0; right: 0; }
.lySearch_form .scBtn button { display: block; width: 100%; height: 50px; line-height: 50px; color: #fff; font-size: 16px; font-weight: bold; text-align: center; border-radius: 30px; background: linear-gradient(to right, #1cb5e0, #000046); border: 0; outline: none; cursor: pointer; }
.lySearch_form .scBtn button i { display: inline-block; width: 24px; height: 24px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0; }
.lySearch_form .scBtn button i svg { display: block; width: 100%; height: 100%; }
.lySearch_form .scBtn button i svg path { fill: #ffffff; }
.nySearch_form .scBtn button { background: linear-gradient(to right, #1cb5e0, #000046); }
.lySearch_form i.searchClose { display: block; width: 60px; height: 60px; padding: 16px; position: absolute; right: 20px; top: 50%; cursor: pointer; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.lySearch_form i.searchClose svg { display: block; width: 100%; height: 100%; }
.lySearch_form i.searchClose svg path { fill: #0b4a85; }
/* 导航栏 开始 */
.lyNav { float: right; margin: 0 10px 0 0;position:relative; z-index:3; }
.lyNav li, .lyNav a { text-decoration: none; list-style: none; }
.lyNav .navList>ul>li {position: relative;float: left;padding: 35px 30px 20px;}
.lyNav .navList>ul>li>a {display: inline-block;line-height: 40px;color: #222;font-size: 18px;text-align: center;padding: 9px 0;position: relative;}
.lyNav .navList>ul>li a::before { content: ''; display: block; width:0; height: 4px; background: linear-gradient(to right, #1cb5e0, #000046); position: absolute; left: 50%; bottom:0;transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNav .navList>ul>li a::after{content: ''; display:block; width:140%; background:#fff; height:4px; position:absolute;bottom: -3px;transform: rotate(-3deg);right: -2px;}
.lyNav .navList>ul>li:hover a::before, .lyNav .navList>ul>li.active a::before { width:100%; }
.lyNav .navList>ul>li:hover>a, .lyNav .navList>ul>li.active>a { color: #0b4a85; }
.lyNav .navList>ul>li i { display: inline-block; width: 20px; height: 20px; background: url(../images/down.png) center center no-repeat; background-size: 11px 10px; vertical-align: middle; cursor: pointer; display: none; }
.lyNav .navList>ul>li i.cur { background: url(../images/up.png) center center no-repeat; background-size: 11px 10px; }
.lyNav .navList>ul>li ul {width: 100%; height: auto; margin: 0; padding: 0; position: absolute; left: 0;opacity: 0;visibility: hidden;-webkit-transform: translateY(34px);transform: translateY(34px);left: -70%; top: 100px; z-index: 9; width: 240%; overflow: hidden; background-color: #f8f9fa; padding: 20px 40px;}
.lyNav .navList>ul>li:hover ul {visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.lyNav .navList>ul>li ul li { width: 100%; overflow: hidden; margin: 0 auto; border-bottom: 1px solid rgba(85, 87, 89, 0.1); }
.lyNav .navList>ul>li ul li:last-child { border: 0; }
.lyNav .navList>ul>li ul li a { display: block; width: 100%; height: 55px; overflow: hidden; line-height: 55px; color: #555; font-size: 16px;white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; background:url(../images/jt11.png) no-repeat right center; padding:0 15px 0 0; }
.lyNav .navList>ul>li ul li:hover{ border-bottom: 1px solid #245dbe;}
.lyNav .navList>ul>li ul li:hover:last-child { border: 0; }
.lyNav .navList>ul>li ul li a:hover { color: #245dbe;background:url(../images/jt12.png) no-repeat right center }
.lyNav .nav_menu { display: none; }
 @media (max-width:1880px) {
.lyNav .navList>ul>li {padding: 30px 24px 20px;}
.idxHeader::after{ height:115px;}
.lyLogo { height: 75px; width: 200px; }
.lySearch_btn {margin: 12px 0 0;}
.lyTel_btn::before {margin-top: 5px;}
.lyTel_btn {padding: 35px 0 0 37px;}
}
 @media (max-width:1680px) {
.idxHeader::before{ height:50px;}
.idxHeader::after{ height:110px;}
.lyTel_btn {padding: 29px 0 0 35px;margin: 0 0 0 15px;}
.lyTel_btn::before {margin-top: 5px;}
.lyTel_btn img{width: 21px;height:auto;margin: 17px 9px 0 0;}
.lySearch_btn {width: 64px;height: 90px;margin: 12px 0 0;}
.lySearch_form { padding: 15px 3%; }
.lySearch_form form { height: 50px; padding: 0 100px 0 0; }
.lySearch_form .scIpt input, .lySearch_form .scBtn button { height: 45px; line-height: 45px; font-size: 15px; }
.lySearch_form .scBtn { width: 120px; height: 50px; }
.lySearch_form .scBtn button i { width: 22px; height: 22px; }
.lySearch_form i.searchClose { padding: 18px; }
.idxHeader{ padding: 0 2%; }
.lyNav { margin: 0 5px 0 0; }
.lyNav .navList>ul>li{padding: 28px 22px 20px;}
.lyNav .navList>ul>li>a { font-size: 17px;padding:7px 0;  }
.lyNav .navList>ul>li ul{ top:90px; padding:18px 30px;}
.lyNav .navList>ul>li ul li a{ font-size:15px; height:52px; line-height:52px;}
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
.lyLogo { height: 70px; margin:7px 0; }
.idxHeader::after{ height:105px;}
.lyTel_btn {height: 64px;padding: 26px 0 0 30px;margin: 0 0 0 10px;}
.lyTel_btn:before {margin-top: 15px;}
.lyTel_btn span {font-size: 22px;width: 173px;height: 62px;}
.lySearch_btn {width: 64px;height: 80px;margin: 14px 0 0;}
.lyNav .navList>ul>li{padding: 25x 20px 20px;}
.lyNav .navList>ul>li>a { font-size: 16px; padding:5px 0; }
.lyNav .navList>ul>li ul{ top:80px; padding:15px 25px;}
.lyNav .navList>ul>li ul li a{ font-size:14px; height:48px; line-height:48px;}
}
 @media (max-width:1440px) {
.idxHeader::after{ height:100px;}
.lyTel_btn img{width: 20px;height:auto;margin: 17px 8px 0 0;}
.lyTel_btn {padding: 24px 0 0 25px;margin: 0 0 0 5px;}
.lyTel_btn span { height: 60px; }
.lyNav .navList>ul>li { padding: 25px 17px 20px; }
.lySearch_btn{ margin:12px 0 0;}
.lyTel_btn:before {margin-top: 13px;}
}
 @media (max-width:1366px) {
.lyLogo{ height:65px; width:auto; margin:5px 0;}
.idxHeader::before{ height:50px;}
.idxHeader::after{ height:94px;}
.lyTel_btn {height: 64px;padding: 20px 0 0 20px;margin: 0 0 0 -5px;}
.lyTel_btn span {font-size: 20px;width: 157px;}
.lyTel_btn img{width: 18px;height:auto;margin: 17px 8px 0 0;}
.lySearch_btn {margin: 6px 0 0;}
.lyTel_btn::before {margin-top: 7px;}
.lyNav .navList>ul>li{ padding: 20px 16px;}
.lyNav .navList>ul>li>a { font-size: 15px; }
.lyNav .navList>ul>li ul{ top:80px; padding:10px 20px;}
.lyNav .navList>ul>li ul li a{ font-size:13px; height:45px; line-height:45px;}
}
 @media (max-width:1280px) {
.lyNav { margin: 0; }
.lyNav .navList>ul>li{ padding: 20px 14px;}
}
 @media (max-width:1200px) {
.idxHeader { width: 100%; background-color: #fff; }
.lyLogo{ height:60px; width:auto; margin:5px 0;}
.lyTel_btn {padding: 20px 0 0 20px;margin: 0 0 0 -5px;}
.lyTel_btn::before {margin-top: 4px;}

.idxHeader::after{ height:88px;}
.lyTel_btn img{width: 17px;height:auto;margin: 14px 8px 0 0;}
.lyTel_btn span {font-size: 18px;width: 140px;height: 50px;}
.lySearch_btn {width: 60px;height: 70px;margin: 8px 0 0;}
.lySearch_btn a {padding: 19px;}
.lySearch_btn a.searchClose { padding: 20px; }
.lySearch_form { padding: 10px 3%; background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, .04); }
.lySearch_form form { height: 44px; padding: 0 80px 0 0; }
.lySearch_form .scBtn { width: 100px; height: 44px; }
.lySearch_form .scIpt input, .lySearch_form .scBtn button { height: 40px; line-height: 40px; font-size: 14px; }
.lySearch_form .scBtn button i { width: 20px; height: 20px; margin: -2px 6px 0 0; }
.lySearch_form i.searchClose svg pathi.telClose svg path { fill: #2b32b2; }
.lyNav .navList>ul>li {padding: 15px 10px;}
.lyNav .navList>ul>li ul{ top:70px; padding:10px 20px;}
.lyNav .navList>ul>li ul li a{ font-size:13px; height:45px; line-height:45px;}
}
 @media (max-width:1080px) {
.lySearch_btn {height: 66px;margin: 12px 0 0;}
.lyTel_btn {height: 64px;padding: 22px 0 0 25px;margin: 0;}
.lyLogo{ margin:5px 0 7px;}
.idxHeader::after{ height:81px;}
.lyTel_btn::before {margin-top: 6px;}
.lyTel_btn img{width: 17px;height:auto;margin: 15px 8px 0 0;}
.lyTel_btn span {width: 145px;height: 51px;}
.lyNav { height: 0; margin: 0; padding: 0; z-index:10; }
.lyNav .navList { width: 60%; height: 100%; margin: 0; padding: 0; position: fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s; }
.lyNav .navList ul { width: 50%; height: 100%; background-color: #fff; position: relative; z-index: 9999; }
.lyNav .navList .navMask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: absolute; left: 0; top: 0; z-index: 9998; }
.lyNav .navList ul>li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; background: none; box-sizing: border-box; position: relative; }
.lyNav .navList ul>li a { display: block; width: 100%; line-height: 60px; color: #333; font-size: 15px; text-align: left; padding: 0 40px; border-bottom: 1px solid rgba(85, 87, 89, 0.1); }
.lyNav .navList>ul>li:hover>a, .lyNav .navList>ul>li.active>a { color: #fff; }
.lyNav .navList ul>li:hover,.lyNav .navList ul>li.active{background: linear-gradient(to right, #1cb5e0, #000046); }
.lyNav .navList>ul>li a::before{ display:none;}
.lyNav .navList>ul>li>a>em { display: none; }
.lyNav .navList>ul>li>a::after { display: none; }
.lyNav .navList>ul>li i { display: block; width: 60px; height: 60px;position: absolute; top: 0; right: 0; }
.lyNav .navList>ul>li ul { width: 100%; overflow: hidden; position: inherit; left: inherit; top: inherit; opacity:1; visibility:visible;border-bottom: 1px solid rgba(85, 87, 89, 0.1); padding:10px 40px 10px 50px; display:none; }
.lyNav .navList>ul>li:hover>em, .lyNav .navList>ul>li.active>em { display: none; }
.lyNav .navList>ul>li ul li a { height: 48px; line-height: 48px;text-align: left; border: 0; font-size:14px; }
.lyNav .nav_menu { display: block; width: 45px; height: 45px; padding: 36px 12px; }
.lyNav .nav_menu span { display: block; width: 100%; height: 2px; background: linear-gradient(to right, #1cb5e0, #000046); border-radius: 1px; margin: 0 auto; }
.lyNav .nav_menu span+span { margin-top: 6px; }
.lyNav .open { width: 100%; overflow: auto; left: 0%; }
.lyNav .navList>ul>li:hover i,.lyNav .navList>ul>li.active i{ background: url(../images/down1.png) center center no-repeat;}
.lyNav .navList>ul>li:hover i.cur,.lyNav .navList>ul>li.active i.cur{ background: url(../images/up1.png) center center no-repeat;}
}
 @media (max-width:1024px) {
.lySearch_form form { width: 60%; }
.lyNav .navList ul>li a {padding: 0 20px 0 30px;}
.lyNav .navList>ul>li ul{ padding:10px 35px;}
}
 @media (max-width:920px) {
.lyLogo{ height:58px;margin:5px 0;}
.idxHeader::after{ height:78px;}
.lySearch_btn {margin: 9px 0 0;}
.lyTel_btn {padding: 19px 0 0 25px;}
.lyTel_btn::before {margin-top: 3px;}
.lyNav .nav_menu {padding: 34px 12px;}
}
 @media (max-width: 767px) {
.idxHeader { padding: 0 0 0 2.5%; }
.idxHeader::after{ height:73px;}
.lyLogo{ height:55px; margin:5px 0;}
.lyTel_btn { display: none; }
.lySearch_btn {width: 54px;margin: 3px 0 0;}
.lySearch_btn a{padding: 20px 5px 20px 0;}
.lySearch_form form { width: calc(100% - 50px); margin: 0; }
.lySearch_form i.searchClose { right: 0; }
.lyNav .navList ul { width: 64%; }
.lyNav .navList ul>li a { font-size: 15px; padding: 0 20px 0 25px; line-height: 55px; }
.lyNav .navList>ul>li ul{ padding:10px 30px;}
.lyNav .navList>ul>li i { width: 56px; height: 56px;}
.lySearch_btn{ margin:7px 0 0;}
.lyNav .nav_menu{ padding:31px 12px;}
}

 @media (max-width: 450px) {

.idxHeader::after{ height:70px;}
.lyNav .nav_menu{ padding:28px 12px;} 
.lySearch_btn{ margin:3px 0 0;}		 
 }
 @media (max-width: 390px) {
.lyLogo{ height:50px;margin:5px 0;}
.idxHeader::after{ height:66px;}
.lySearch_form { padding: 12px 3%; }
.lySearch_form form { height: 40px; padding: 0 60px 0 0; }
.lySearch_form .scIpt input, .lySearch_form .scBtn button { height: 40px; line-height: 40px; font-size: 14px; }
.lySearch_form .scIpt input { padding: 0 20px 0 0; }
.lySearch_form .scBtn { width: 80px; height: 40px; }
.lySearch_form .scBtn button i { margin: -2px 4px 0 0; }
.lyNav .nav_menu{ padding:24px 12px;} 
.lySearch_btn{ margin:0;}	
}
 @media (max-width: 320px) {
.idxHeader::after{ height:65px;}
.lySearch_btn a{ padding: 20px 10px; }
}
 @media (max-width:280px) {
.lySearch_btn a{ padding: 20px 8px; }
.lyNav .nav_menu { display: block; width: 22px; height: 64px; padding: 24px 0; }
.lyNav .nav_menu span+span { margin-top: 6px; }
}
/* 导航栏 结束 */

/* idxHeader end */

/* banner 开始 */
.apple-banner {width: 100%;height: 850px;overflow: hidden;position: relative;z-index: 1;top: -30px;}
.apple-banner .swiper-container { width: 100%; height: 850px; position: relative; }
/*分页器*/
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { top: auto; bottom: 100px; }
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 10px; height: 10px; border: 0; background: rgba(255,255,255,.5); margin: 0 4px; cursor: pointer; border-radius: 0; opacity: 1; border-radius: 50%; z-index:10; }
.apple-banner .swiper-pagination-bullet-active { background: #fff; border-radius: 10px; width: 36px; }
@media screen and (max-width:1699px) {
.apple-banner { height: 800px; top:-20px;}
.apple-banner .swiper-container { height: 800px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fractio { bottom: 90px; }
}
@media screen and (max-width:1499px) {
.apple-banner { height: 700px;}
.apple-banner .swiper-container { height: 700px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fractio { bottom: 80px; }
}
@media screen and (max-width:1299px) {
.apple-banner { height: 600px; top:-15px;}
.apple-banner .swiper-container { height: 600px; }
}
@media screen and (max-width:1200px) {
.apple-banner { height: 500px; top:-15px; }
.apple-banner .swiper-container { height: 500px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fractio { bottom: 60px; }
.apple-banner .swiper-pagination-bullet { width: 8px; height: 8px; }
.apple-banner .swiper-pagination-bullet-active { width: 30px; }
}
@media screen and (max-width:1024px) {
.apple-banner { height: 400px; }
.apple-banner .swiper-container { height: 400px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fractio { bottom: 55px; }
}
@media screen and (max-width:920px) {
.apple-banner {top:-15px; }	
}
@media screen and (max-width:767px) {
.apple-banner { height: 300px;top:-10px; }
.apple-banner .swiper-container { height: 300px; }
.apple-banner .swiper-pagination-bullet { width: 8px; height: 8px; }
.apple-banner .swiper-pagination-bullet-active { width: 25px; }
}
@media screen and (max-width:600px) {
.apple-banner { height: 250px; }
.apple-banner .swiper-container { height: 250px; }
}
@media screen and (max-width:540px) {
.apple-banner { height: 220px; }
.apple-banner .swiper-container { height: 220px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fractio { bottom: 35px; }
}
@media screen and (max-width:375px) {
.apple-banner { height: 180px; }
.apple-banner .swiper-container { height: 180px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fractio { bottom: 25px; }
}
/* banner 结束 */

/*ly_Aboutus 开始*/
.ly_Aboutus{ width:100%; padding:140px 0 0; overflow:hidden; background: url(../images/lyAbout_Bg.png) no-repeat top center; position:relative; top:-133px; z-index:9;}
.ly_Aboutus .lyAbout_Main{ background:#f4f4f4; overflow:hidden;}
.ly_Aboutus .lyAboutus_Img{ width:50%; float:left; height:540px;}
.ly_Aboutus .lyAboutus_Img img{ width:100%;}
.ly_Aboutus .lyAboutus_text{ width:50%; float:right; padding:30px 0 0 110px;}
.ly_title img{ display:block;}
.ly_title span{ display:block; font-family:ANTON-REGULAR; font-size:100px; color:#eaeaea; text-transform:uppercase;}
.ly_title p{ font-size:48px; color:#222; font-weight:bold; margin-top:-95px;}
.ly_title1,.ly_title2{ text-align:center;}
.ly_title1 span{ color:rgba(255,255,255,0.03);}
.ly_title1 p{ color:#fff;}
.ly_title2 span{ color:#f3f3f3;}
.lyAboutus_Ms{ margin:45px 0 80px;}
.lyAboutus_Ms, .lyAboutus_Ms p { overflow: hidden; max-height: 137px; line-height: 36px; color:#777; font-size: 16px; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.lyAboutus_btn{ width:160px; height:50px; line-height:50px; border:1px solid #0b4a85; text-align:center;}
.lyAboutus_btn a{ display:block; font-size:18px; color:#0b4a85;}
.lyAboutus_btn a img{ display:inline-block; margin:-4px 0 0 20px;}
.lyAboutus_btn a:hover img{ margin:-4px 0 0 25px;}
.lyAboutus_Data{ margin:70px 0;}
.lyAboutus_Data ul li{ width:23.125%; float:left; margin:0 2.5% 0 0; background:#fff; padding:30px;}
.lyAboutus_Data ul li:last-child{ margin-right:0;}
.lyAboutus_Data ul li .lyAboutusData_ico{ width:60px; height:60px; float:left;}
.lyAboutus_Data ul li .lyAboutusData_ico1{ background:url(../images/about_ico01.png) no-repeat center center; background-size:100% 100%;}
.lyAboutus_Data ul li .lyAboutusData_ico2{ background:url(../images/about_ico02.png) no-repeat center center;background-size:100% 100%;}
.lyAboutus_Data ul li .lyAboutusData_ico3{ background:url(../images/about_ico03.png) no-repeat center center;background-size:100% 100%;}
.lyAboutus_Data ul li .lyAboutusData_ico4{ background:url(../images/about_ico04.png) no-repeat center center;background-size:100% 100%;}
.lyAboutus_Data ul li .lyAboutusData_text{width: calc(100% - 70px); float:right; padding:20px 0 0; text-align:right;}
.lyAboutus_Data ul li .lyAboutusData_text b{ display:block; font-family:Nice Regular; font-size:60px; color:#262626;}
.lyAboutus_Data ul li .lyAboutusData_text p{ font-size:16px; color:#999;}
.lyAboutus_Data ul li:hover{ margin-top:-20px;box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);} 
.lyAboutus_Data ul li:hover .lyAboutusData_ico1{ background:url(../images/about_hico01.png) no-repeat center center; background-size:100% 100%;}
.lyAboutus_Data ul li:hover .lyAboutusData_ico2{ background:url(../images/about_hico02.png) no-repeat center center;background-size:100% 100%;}
.lyAboutus_Data ul li:hover .lyAboutusData_ico3{ background:url(../images/about_hico03.png) no-repeat center center;background-size:100% 100%;}
.lyAboutus_Data ul li:hover .lyAboutusData_ico4{ background:url(../images/about_hico04.png) no-repeat center center;background-size:100% 100%;}
.lyAboutus_Data ul li:hover .lyAboutusData_text b{ color:#1db5e0;}
@media (max-width:1880px) {
.ly_Aboutus{ top:-128px;}	
}
@media (max-width:1680px) {
.ly_Aboutus{ padding:130px 0 0; top:-115px; background-size:contain;}
.ly_Aboutus .lyAboutus_text{ padding:30px 0 0 100px;}
.ly_title span{ font-size:95px;}
.ly_title p{ font-size:45px; margin-top:-90px;}
.lyAboutus_btn{ width:155px;}
.lyAboutus_btn a{ font-size:17px;}
.ly_Aboutus .lyAboutus_Img img{ height:100%;}
}

@media (max-width:1600px) {
.ly_Aboutus{ top:-110px;}
.ly_Aboutus .lyAboutus_Img{ height:530px;}
.lyAboutus_Data ul li .lyAboutusData_text b{ font-size:55px;}
.lyAboutus_Data ul li .lyAboutusData_text p{ font-size:15px;}
.lyAboutus_Data{ margin:55px 0 60px;}
.lyAboutus_btn{ width:150px; height:48px; line-height:48px;}
.lyAboutus_btn a{ font-size:16px;}
.lyAboutus_btn a img{ width:6px; margin:-3px 0 0 20px;}
.lyAboutus_btn a:hover img{ margin:-3px 0 0 25px;}

}

@media (max-width:1560px) {
.ly_Aboutus{ padding:120px 0 0; top:-100px;}
.ly_Aboutus .lyAboutus_text{ padding:30px 0 0 90px;}
}

@media (max-width:1440px) {
.ly_Aboutus{ padding:110px 0 0;}
.ly_title span{ font-size:90px;}
.ly_title p{ font-size:42px; margin-top:-85px;}
.ly_Aboutus .lyAboutus_Img{ height:500px;}
.ly_Aboutus .lyAboutus_text{ padding:30px 0 0 80px;}
.lyAboutus_Ms, .lyAboutus_Ms p{ font-size:15px; line-height:32px; max-height: 128px;}
.lyAboutus_Data{ margin:45px 0 55px;}
.lyAboutus_Ms{ margin:40px 0 65px;}
.lyAboutus_btn{ width:145px; height:45px; line-height:45px;}
.lyAboutus_btn a{ font-size:15px;}
.lyAboutus_btn a img{ width:5px; margin:-2px 0 0 18px;}
.lyAboutus_btn a:hover img{ margin:-2px 0 0 20px;}
}

@media (max-width:1366px) {
.ly_title span{ font-size:80px;}
.ly_title p{ font-size:38px; margin-top:-75px;}
.ly_Aboutus .lyAboutus_text{ padding:30px 0 0 70px;}
.lyAboutus_Data ul li .lyAboutusData_text b{ font-size:50px;}
.lyAboutus_Data ul li{padding:20px;}
.lyAboutus_Data ul li:hover{ margin-top:-10px;}
.ly_Aboutus .lyAboutus_Img{ height:460px;}
}

@media (max-width:1280px) {

}

@media (max-width:1200px) {
.ly_Aboutus{ padding:95px 0 0; top:-75px;}
.ly_title span{ font-size:70px;}
.ly_title p{ font-size:34px; margin-top:-67px;}
.ly_Aboutus .lyAboutus_Img{ height:435px;}
.ly_Aboutus .lyAboutus_text{ padding:30px 0 0 60px;}
.lyAboutus_Ms, .lyAboutus_Ms p{ font-size:14px; line-height:28px; max-height: 108px;}
.lyAboutus_Ms{ margin:30px 0 60px;}
.lyAboutus_btn{ width:140px; height:45px; line-height:45px;}
.lyAboutus_btn a{ font-size:15px;}
.lyAboutus_btn a img{ width:5px; margin:-2px 0 0 15px;}
.lyAboutus_btn a:hover img{ margin:-2px 0 0 18px;}
.lyAboutus_Data{ margin:40px 0 45px;}
.lyAboutus_Data ul li .lyAboutusData_ico{ width:50px; height:50px;}
.lyAboutus_Data ul li .lyAboutusData_text p{ font-size:14px;}
.lyAboutus_Data ul li .lyAboutusData_text{width: calc(100% - 50px);}
}

@media (max-width:1080px) {
.ly_Aboutus .lyAboutus_Img{ height:400px;}
.lyAboutus_Data{ margin:35px 0 30px;}
.lyAboutus_Data ul li{ width:48.75%; margin-bottom:15px;}
.lyAboutus_Data ul li:nth-child(2n+2){ margin-right:0;}
.lyAboutus_Data ul li .lyAboutusData_text b{ font-size:45px;}
}

@media (max-width:1024px) {
.ly_Aboutus{ padding:90px 0 0; top:-70px;}
.ly_title span{ font-size:60px;}
.ly_title p{ font-size:30px; margin-top:-59px;}
.ly_title img{ width:28px;}
.ly_Aboutus .lyAboutus_Img{ height:350px;}
.ly_Aboutus .lyAboutus_text{ padding:15px 0 0 50px;}
.lyAboutus_Ms{ margin:25px 0 40px;}
.lyAboutus_btn{ width:130px; height:40px; line-height:40px;}
.lyAboutus_btn a{ font-size:14px;}
.lyAboutus_btn a img{ width:5px; margin:-2px 0 0 12px;}
.lyAboutus_btn a:hover img{ margin:-2px 0 0 15px;}
.lyAboutus_Data{ margin:35px 0 25px;}
.lyAboutus_Data ul li .lyAboutusData_text b{ font-size:40px;}
}

@media (max-width:920px) {
.ly_Aboutus{ padding:80px 0 0; top:-65px;}
}

@media (max-width:820px) {
.ly_Aboutus{ padding:70px 0 0; top:-60px;}
.ly_title span{ font-size:45px;}
.ly_title p{ font-size:24px; margin-top:-47px;}
.ly_title img{ width:26px;}
.ly_Aboutus .lyAboutus_Img{ height:300px;}
.ly_Aboutus .lyAboutus_text{ padding:15px 0 0 40px;}
.lyAboutus_Ms{ margin:20px 0 30px;}
.lyAboutus_Ms, .lyAboutus_Ms p{ font-size:14px; line-height:26px; max-height: 104px;}
.lyAboutus_btn{ width:130px; height:40px; line-height:40px;}
.lyAboutus_btn a{ font-size:14px;}
.lyAboutus_btn a img{ width:5px;}
.lyAboutus_Data ul li{ width:48.75%; margin-bottom:15px; padding:20px;}
.lyAboutus_Data ul li:nth-child(2n+2){ margin-right:0;}
.lyAboutus_Data ul li .lyAboutusData_ico{ width:50px; height:50px;}
.lyAboutus_Data ul li .lyAboutusData_text b{ font-size:40px;}
.lyAboutus_Data ul li .lyAboutusData_text p{ font-size:14px;}
}

@media (max-width:767px) {
.ly_Aboutus{ padding:70px 0 0; top:-55px;}
.ly_Aboutus .lyAboutus_Img{ width:100%; height:auto;}
.ly_Aboutus .lyAboutus_text{ width:100%; padding:30px 0 0;}
.ly_title span{ font-size:40px;}
.ly_title p{ font-size:22px; margin-top:-42px;}
.ly_title img{ width:24px;}
.lyAboutus_Data{ margin:30px 0 25px;}
.lyAboutus_Data ul li{ width:49%; margin-bottom:15px; margin-right:2%; padding:15px;}
}
@media (max-width:650px) {
.ly_Aboutus{ padding:60px 0 0;}	
}
@media (max-width:540px) {
.ly_Aboutus{ padding:50px 0 0;top:-40px; }
.lyAboutus_Data{ margin:35px 0 20px;}
.lyAboutus_Data ul li{ width:100%; margin-bottom:15px; padding:15px 20px;}
}
@media (max-width:390px) {
.ly_Aboutus{ padding:40px 0 0;top:-30px;}
}

@media (max-width:320px) {

}

@media (max-width:280px) {

}


/*ly_Aboutus 结束*/

/*ly_Pro 开始*/
.ly_Pro{ width:100%; background:#f4f4f4 url(../images/pro_bg.png) no-repeat top center;padding:60px 0; position:relative; top:-133px; overflow:hidden;}
.lyPro_ys{ margin:40px 0 0;}
.lyPro_ys ul li{ width:22.75%; float:left; margin:0 3% 0 0;}
.lyPro_ys ul li:last-child{ margin-right:0;}
.lyPro_ys ul li .lyProys_ico{ width:96px; height:111px; margin:0 auto; position:relative; z-index:2;}
.lyPro_ys ul li .lyProys_ico img{ width:100%;}
.lyPro_ys ul li .lyProys_text{ width:100%; height:227px; background: linear-gradient(to bottom, #fff 60%, #e7e7e7); padding:70px 30px 30px; text-align:center; position:relative; margin-top:-35px;}
.lyPro_ys ul li .lyProys_text:before{ content:""; display:block; width:100%; height:61px; background:url(../images/ico02.png) no-repeat center center; position:absolute; left:0; top:0;}
.lyPro_ys ul li .lyProys_text b{ font-size:24px;color: #000046; display:block;}
.lyPro_ys ul li .lyProys_text b:before {content: attr(text);position: absolute; z-index: 10; color: #1cb5e0; -webkit-mask: linear-gradient(to right, #1cb5e0 30%, transparent);}
.lyPro_ys ul li .lyProys_text span{ display:block; font-size:18px; color:#222; font-weight:bold; margin:5px 0 20px;}
.lyPro_ys ul li .lyProys_text p{ font-size:14px; color:#555; line-height:20px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:40px;}
.lyPro_ys ul li:hover{ margin-top:-20px;}
.lyPro_ys ul li:hover .lyProys_ico{transform: rotateY(180deg);}
.lyPro_Menu{ margin:80px 0 30px; position:relative; height:119px;}
.lyPro_Menu .lyProMenu_tit{ width:70px; height:119px; position:absolute; left:0; top:0; text-align:center; background:url(../images/protit_bg.png) no-repeat left center; padding:10px 0 0;}
.lyPro_Menu .lyProMenu_tit img{ display:block; margin:0 auto;}
.lyPro_Menu .lyProMenu_tit span{ display:block;font-size:16px;color: #000046; writing-mode: vertical-rl; /* 文字从上到下，从右到左 */ margin:7px auto 0;}
.lyPro_Menu .lyProMenu_tit span:before {content: attr(text);position: absolute; z-index: 10; color: #1cb5e0; -webkit-mask: linear-gradient(to right, #1cb5e0 30%, transparent);}
.lyPro_Menu .lyProMenu_list{width:100%; background:rgba(255,255,255,0.03); height:119px; padding:10px 20px 10px 80px; border:1px solid rgba(255,255,255,0.1); position:relative;}
.lyPro_Menu .lyProMenu_list .swiper-slide{ position:relative;}
.lyPro_Menu .lyProMenu_list a{ display:block; width:100%; float:left; color:#fff; font-size:18px; text-align:center; height:38px; line-height:38px; position:relative; z-index:2;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding:0 20px;}
.lyPro_Menu .lyProMenu_list:after{ content:""; display:block; width:100%; height:0.5px; background:rgba(255,255,255,0.1); position:absolute; top:50%;transform: translate(0, -50%); left:0;}
.lyPro_Menu .lyProMenu_list .swiper-slide:after{ content:""; display:block; width:0; height:100%;background: linear-gradient(to right, #1cb5e0, #000046); position:absolute; left:0; top:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; z-index:1;}
.lyPro_Menu .lyProMenu_list .swiper-slide:hover:after{ width:100%;}
.lyPro_list ul li{ width:24.25%; margin:0 1% 15px 0; float:left; background:#fff; position:relative; height:385px;}
.lyPro_list ul li:nth-child(4n+4){ margin-right:0;}
.lyPro_list ul li .lyPro_Img{ width:100%; height:290px; position:relative; overflow:hidden;}
.lyPro_list ul li .lyPro_Img a{ display:block; width:100%; height:100%;}
.lyPro_list ul li .lyPro_Img img{ display:block; max-width:85%; max-height:85%; position:absolute; margin:auto; top:0; left:0; right:0; bottom:0;}
.lyPro_list ul li:hover .lyPro_Img img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.lyPro_list ul li .lyPro_Text{ margin:20px 0 0; position:absolute; bottom:30px; width:100%; padding:0 30px;}
.lyPro_list ul li .lyPro_Text .lyPro_Name{ font-size:18px; color:#222; position:relative; margin-bottom:10px; z-index:2;}
.lyPro_list ul li .lyPro_Text .lyPro_Name a{color:#222; font-weight:bold; display:inline-block; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; max-width:80%;}
.lyPro_list ul li .lyPro_Text .lyPro_Name span{ display:inline-block;background:url(../images/ico05.png) no-repeat right bottom; width:10px; height:10px; margin:0 0 6px 15px;background-size:100% 100%;}
.lyPro_list ul li .lyPro_Text .lyPro_Model{ display:none; font-size:14px; color:rgba(255,255,255,0.45); position:relative; z-index:2; margin:0 0 10px;}
.lyPro_list ul li .lyPro_Text .lyPro_Model img{ display: inline-block; margin:-2px 7px 0 0;}
.lyPro_list ul li .lyPro_Text i{ display:block; width:35px; height:2px;background: linear-gradient(to right, #1cb5e0, #000046); position:relative; z-index:2;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyPro_list ul li:after{ content:""; display:block; width:100%; height:0;background:linear-gradient(to right,rgba(28,181,224,0.75), rgba(0,0,70,0.75));transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; left:0; top:0; z-index:1; }
.lyPro_list ul li .lyPro_btn{ display:none; position:absolute; left:50%; top:50%;transform: translate(-50%, -55%); z-index:2; width:100%; height:100%; text-align:center;}
.lyPro_list ul li .lyPro_btn img{ display:block; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto;}
.lyPro_list ul li:hover:after{ height:100%;}
.lyPro_list ul li:hover .lyPro_btn{ display:block;}
.lyPro_list ul li:hover .lyPro_Text .lyPro_Name{ margin-bottom:0;}
.lyPro_list ul li:hover .lyPro_Text .lyPro_Name a{ color:#fff;}
.lyPro_list ul li:hover .lyPro_Text .lyPro_Model{ display:block;}
.lyPro_list ul li:hover .lyPro_Text i{ width:100%; background:#fff;}
.lyPro_list ul li:hover .lyPro_Text .lyPro_Name span{background:url(../images/ico06.png) no-repeat right top;margin:0 0 20px 15px; background-size:100% 100%;}
@media (max-width:1880px) {
.ly_Pro{ top:-128px;}	
}
@media (max-width:1680px) {
.ly_Pro{  top:-115px;}
.lyPro_Menu{ margin:70px 0 30px;}
.lyPro_Menu .lyProMenu_list a{ font-size:17px;}
}

@media (max-width:1600px) {
.ly_Pro{ top:-110px; padding:50px 0;}
.lyPro_list ul li .lyPro_Text .lyPro_Name{ font-size:17px;}
.lyPro_list ul li .lyPro_Img{ height:280px;}
.lyPro_list ul li{ height:370px;}
.lyPro_ys ul li .lyProys_text b{ font-size:22px;}
.lyPro_ys ul li .lyProys_text span{ font-size:17px;}

}

@media (max-width:1560px) {
.ly_Pro{ top:-100px;}
.lyPro_ys{ margin:35px 0 0;}
.lyPro_Menu{ margin:60px 0 30px;}
.lyPro_ys ul li .lyProys_ico{ width:90px; height:auto;}
}

@media (max-width:1440px) {
.lyPro_ys ul li:hover{ margin-top:-10px;}
.lyPro_list ul li .lyPro_Text .lyPro_Name{ font-size:16px;}
.lyPro_list ul li .lyPro_Text .lyPro_Model{ font-size:13px;}
.lyPro_list ul li{ height:350px;}
.lyPro_list ul li .lyPro_Img{ height:260px;}
.lyPro_list ul li .lyPro_Text{ padding:0 20px;}
.lyPro_Menu .lyProMenu_list a{ font-size:16px; padding:0 15px;}
.lyPro_ys ul li .lyProys_text span{ font-size:16px;}
}

@media (max-width:1366px) {
.ly_Pro{padding:40px 0;}
.lyPro_Menu{ margin:50px 0 30px;}
.lyPro_ys ul li .lyProys_ico{ width:86px;}
.lyPro_ys ul li .lyProys_text{padding: 60px 20px 20px;}
}

@media (max-width:1280px) {

}

@media (max-width:1200px) {
.ly_Pro{top:-75px;}
.lyPro_ys ul li .lyProys_ico{ width:80px;}
.lyPro_ys ul li .lyProys_text b{ font-size:20px;}
.lyPro_ys ul li .lyProys_text span{ font-size:15px;}
.lyPro_ys ul li .lyProys_text p{ font-size:13px;}
.lyPro_ys ul li .lyProys_text:before{ height:48px;}
.lyPro_Menu .lyProMenu_list a{ font-size:15px; padding:0 10px;}
.lyPro_list ul li .lyPro_Img{ height:240px;}
.lyPro_list ul li{ width:32%; margin:0 2% 20px 0; height:330px;}
.lyPro_list ul li:nth-child(3n+3){ margin-right:0;}
.lyPro_list ul li:nth-child(4n+4){ margin-right:2%;}
.lyPro_list ul li:nth-child(5n+5){ margin-right:2%;}
.lyPro_list ul li:nth-child(6n+6){ margin-right:0;}
}

@media (max-width:1080px) {


}

@media (max-width:1024px) {
.ly_Pro{  top:-70px; padding:30px 0;}
.lyPro_Menu{ margin:40px 0 30px;}

}

@media (max-width:920px) {
.ly_Pro{ top:-65px;}
.lyPro_ys{ margin:30px 0 0;}
.lyPro_ys ul li .lyProys_ico{ width:76px;}
.lyPro_ys ul li .lyProys_text{ height:215px;}
.lyPro_ys ul li .lyProys_text b{ font-size:18px;}
.lyPro_ys ul li .lyProys_text span{ font-size:14px;} 
.lyPro_list ul li{ width:49%; margin:0 2% 15px 0;}
.lyPro_list ul li:nth-child(2n+2){ margin-right:0;}
.lyPro_list ul li:nth-child(3n+3){ margin-right:2%;}
.lyPro_list ul li:nth-child(6n+6){ margin-right:0;}
}

@media (max-width:820px) {
.ly_Pro{top:-60px;}
.lyPro_Menu .lyProMenu_list a{ font-size:15px; padding:0 10px;}
.lyPro_list ul li .lyPro_Text .lyPro_Model{ font-size:13px;}
.lyPro_list ul li .lyPro_Text .lyPro_Name span{ width:8px; height:8px;}
.lyPro_list ul li:hover .lyPro_Text .lyPro_Name span{margin: 0 0 12px 15px;}
}

@media (max-width:767px) {
.ly_Pro{top:-55px;}
.lyPro_Menu{ margin:30px 0;}
.lyPro_ys{ margin:20px 0 0;}
.lyPro_ys ul li{ width:49%; margin:0 2% 20px 0;}
.lyPro_ys ul li:nth-child(2n+2){ margin-right:0;}
.lyPro_ys ul li .lyProys_text{padding: 60px 20px 20px; height:auto;}
.lyPro_ys ul li .lyProys_ico{ width:70px;}
.lyPro_list ul li{ height:320px;}
.lyPro_list ul li .lyPro_Img{ height:240px;}
}
@media (max-width:650px) {

}
@media (max-width:540px) {
.ly_Pro{ top:-40px; }
.lyPro_ys{ display:none;}
.lyPro_list ul li{ width:100%; height:300px;}
.lyPro_list ul li .lyPro_Img{ height:220px;}
}
@media (max-width:390px) {
.ly_Pro{top:-30px;}
}

@media (max-width:320px) {

}

@media (max-width:280px) {

}
/*ly_Pro 结束*/

/*ly_Case 开始*/
.ly_Case{ width:100%; padding:60px 0; overflow:hidden; position:relative; top:-133px;}
.ly_Case .lyCase_list{ margin-top:40px;}
.ly_Case .swiper-container{ overflow:visible;}
.ly_Case .lyCase_Con .lyCase_Img{ width:100%; height:350px; position:relative; overflow:hidden;}
.ly_Case .lyCase_Con .lyCase_Img img{ display:block; width:100%; height:100%; margin:auto; position:absolute; top:0; right:0; bottom:0; left:0; object-fit:cover;}
.ly_Case .lyCase_Con .lyCase_text{ margin:20px 0 0; text-align:center; padding:0 20px;}
.ly_Case .lyCase_Con .lyCase_text p{ font-size:18px; color:#222;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ly_Case .lyCase_Con .lyCase_text span{ display:block; font-size:12px; color:#999;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; text-transform:uppercase;}
.ly_Case .lyCase_Con:hover .lyCase_Img img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
@media (max-width:1880px) {
.ly_Case{ top:-128px;}	
.ly_Case .lyCase_Con .lyCase_Img{ height:340px;}
}
@media (max-width:1680px) {
.ly_Case{  top:-115px;}
.ly_Case .lyCase_Con .lyCase_text p{ font-size:17px;}
}

@media (max-width:1600px) {
.ly_Case{ top:-110px; padding:50px 0;}
.ly_Case .lyCase_Con .lyCase_Img{ height:320px;}

}

@media (max-width:1560px) {
.ly_Case{ top:-100px;}
}

@media (max-width:1440px) {
	.ly_Case .lyCase_list{ margin-top:30px;}
	.ly_Case .lyCase_Con .lyCase_Img{ height:300px;}
	.ly_Case .lyCase_Con .lyCase_text p{ font-size:16px;}
}

@media (max-width:1366px) {
.ly_Case{padding:40px 0;}

}

@media (max-width:1280px) {
.ly_Case .swiper-container{ overflow:hidden;}
}

@media (max-width:1200px) {
.ly_Case{top:-75px;}
.ly_Case .lyCase_list{ margin-top:25px;}
}

@media (max-width:1080px) {
}

@media (max-width:1024px) {
.ly_Case{  top:-70px; padding:30px 0;}
.ly_Case .lyCase_Con .lyCase_Img{ height:280px;}
.ly_Case .lyCase_Con .lyCase_text p{ font-size:15px;}
}

@media (max-width:920px) {
.ly_Case{ top:-65px;}
}

@media (max-width:820px) {
.ly_Case{top:-60px;}
.ly_Case .lyCase_list{ margin-top:20px;}
}

@media (max-width:767px) {
.ly_Case{top:-55px;}
.ly_Case .lyCase_Con .lyCase_Img{ height:260px;}
}
@media (max-width:650px) {

}
@media (max-width:540px) {
.ly_Case{ top:-40px;  }
}
@media (max-width:390px) {
.ly_Case{top:-30px;}
}

@media (max-width:320px) {

}

@media (max-width:280px) {

}
/*ly_Case 结束*/

/*ly_Article 开始*/
.ly_Article{ width:100%; padding:0 0 60px; overflow:hidden; position:relative; top:-133px;}
.ly_Article .lyArticle_list{ margin-top:40px;}
.lyArticle_list ul li{ width:48.5%; float:left; margin:0 3% 25px 0; background:#fff; border:1px solid #e6e6e6; padding:40px 25px;}
.lyArticle_list ul li:nth-child(2n+2){ margin-right:0;}
.lyArticle_list ul li .lyArticle_Top{ width:100%; height:60px; background:#f4f4f4; line-height:60px;}
.lyArticle_list ul li .lyArticle_Top i{ display:block; width:60px; height:60px;background: linear-gradient(to right, #1cb5e0, #000046); color:#fff; text-align:center; font-size:30px; font-weight:bold; color:#fff; float:left; }
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name{ width: calc(100% - 60px); float:right; padding:0 15px; height:60px; line-height:60px;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name a{ display:block; width:75%; float:left; font-size:18px; color:#222; font-weight:bold;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name span{ display:block; float:right; font-size:16px; color:#999;}
.lyArticle_list ul li p{ font-size:16px; color:#777; 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; margin:20px 0 0;}
.lyArticle_list ul li:hover{background: linear-gradient(to right, #1cb5e0, #000046); border:0px solid #fff;}
.lyArticle_list ul li:hover .lyArticle_Top i{ background:#222;}
.lyArticle_list ul li:hover p{ color:rgba(255,255,255,0.65);}
@media (max-width:1880px) {
.ly_Article{ top:-128px;}	
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name a{ font-size:17px;}
}
@media (max-width:1680px) {
.ly_Article{  top:-115px;padding:0 0 60px;}
.lyArticle_list ul li{ padding:40px 25px;}
}

@media (max-width:1600px) {
.ly_Article{ top:-110px; padding:0 0 50px;}
.lyArticle_list ul li .lyArticle_Top{ height:55px; line-height:55px;}
.lyArticle_list ul li .lyArticle_Top i{ width:55px; height:55px; font-size:25px;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name{width: calc(100% - 55px); height:55px; line-height:55px;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name a{ font-size:16px;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name span{ font-size:15px;}
.lyArticle_list ul li p{ font-size:16px; line-height:28px; height:56px; margin-top:15px;}

}

@media (max-width:1560px) {
.ly_Article{ top:-100px;}
.lyArticle_list ul li{ padding:35px 25px;}
}

@media (max-width:1440px) {
.ly_Article .lyArticle_list{ margin-top:30px;}
}

@media (max-width:1366px) {
.ly_Article{padding:0 0 45px;}
.lyArticle_list ul li{ padding:30px 25px;}
.lyArticle_list ul li .lyArticle_Top{ height:50px; line-height:50px;}
.lyArticle_list ul li .lyArticle_Top i{ width:50px; height:50px; font-size:20px;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name{width: calc(100% - 50px); height:50px; line-height:50px;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name a{ font-size:15px;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name span{ font-size:14px;}
.lyArticle_list ul li p{ font-size:14px; line-height:26px; height:52px; margin-top:15px;}
}

@media (max-width:1280px) {

}

@media (max-width:1200px) {
.ly_Article{top:-75px;}
.ly_Article .lyArticle_list{ margin-top:25px;}
}

@media (max-width:1080px) {
}

@media (max-width:1024px) {
.ly_Article{  top:-70px; padding:0 0 30px;}
.lyArticle_list ul li{ padding:25px 20px;}
}

@media (max-width:920px) {
.ly_Article{ top:-65px; padding:0 0 50px;}
.lyArticle_list ul li{ width:100%; margin: 0 0 20px 0;}
.lyArticle_list ul li:last-child{ margin-bottom:0;}
}

@media (max-width:820px) {
.ly_Article{top:-60px;}
.ly_Article .lyArticle_list{ margin-top:20px;}
}

@media (max-width:767px) {
.ly_Article{top:-55px; padding:0 0 50px;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name a{ width:70%; font-size:14px;}
}
@media (max-width:650px) {
.ly_Article{padding:0 0 30px;}
}
@media (max-width:540px) {
.ly_Article{ top:-40px;  }
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name a{ width:100%;}
.lyArticle_list ul li .lyArticle_Top .lyArticle_Name span{ display:none;}
}
@media (max-width:390px) {
.ly_Article{top:-30px;}

}

@media (max-width:320px) {

}

@media (max-width:280px) {

}

/*ly_Article 结束*/

/*ly_Foot 开始*/
.ly_Foot{ width:100%; background:#191919; position:relative;}
.ly_Foot::before{ content:""; display:block; width:100%; height:100%; background:url(../images/Foot_bg.png) no-repeat top center; position:absolute; top:-205px; left:0; background-size:contain; z-index:1;}
.ly_Foot .lyFoot_logo{ position:absolute; top:-50%; left:50%;transform: translate(-50%,0); z-index:3;} 
.ly_Foot .lyFoot_logo img{ width:100%;}
.ly_Foot .lyFoot_Main{ padding:85px 0 50px; overflow:hidden;}
.lyFoot_Main .lyFoot_Nav{ width:40%; float:left; position:relative; z-index:2;}
.lyFoot_Main .lyFoot_Nav ul li{ width:33.333%; float:left; padding:0 20px 0 0; min-height:169px;}
.lyFoot_Main .lyFoot_Nav ul li p{ color:#fff; font-size:18px; margin-bottom:25px;}
.lyFoot_Main .lyFoot_Nav ul li a{ color:rgba(255,255,255,0.25); font-size:16px; display:block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; margin-bottom:15px;}
.lyFoot_Main .lyFoot_Nav ul li a:hover{ color:rgba(255,255,255,0.6);}
.lyFoot_Main .lyFoot_Ewm{ width:120px; float:left; margin:0 5%;}
.lyFoot_Main .lyFoot_Ewm p{ color:rgba(255,255,255,0.25); font-size:16px; margin-top:10px; text-align:center;}
.lyFoot_Main .lyFoot_lxfs{ width:30%; float:right; position:relative; z-index:2;}
.lyFoot_Main .lyFoot_lxfs ul li{ width:100%; overflow:hidden; margin-bottom:18px;}
.lyFoot_Main .lyFoot_lxfs ul li img{ display:block; width:40px; height:40px; float:left;}
.lyFoot_Main .lyFoot_lxfs ul li p{width: calc(100% - 55px); float:right;color:rgba(255,255,255,0.25); font-size:16px; line-height:40px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyFoot_Main .lyFoot_lxfs ul li p span{ color:#1cb5e0; font-size:30px; font-weight:bold; line-height:23px;}
.lyFoot_Main .lyFoot_lxfs ul li:nth-child(2) p span{ font-size:18px; color:#fff;}
.lyFoot_Main .lyFoot_lxfs ul li:nth-child(3) p{ font-size:18px; color:#fff;}
.lyFoot_Main .lyFoot_lxfs ul li:nth-child(3){ margin-bottom:0;}
.ly_Foot .lyFoot_Copy{ width:100%; padding:16px 0; border-top:1px solid rgba(255, 255, 255, 0.1); overflow:hidden;} 
.lyFoot_Copy p { line-height: 40px; color: rgba(255, 255, 255, .25); font-size: 16px; }
.lyFoot_Copy p a { color: rgba(255, 255, 255, .25); font-size: 16px; }
.lyFoot_Copy p a:hover { color: #fff; }
@media (max-width:1880px) {
.ly_Foot::before{ top:-190px;}
}
@media (max-width:1680px) {
.ly_Foot::before{ top:-180px;}
}

@media (max-width:1600px) {
.ly_Foot::before{ top:-165px;}
.ly_Foot .lyFoot_logo{ width:180px; top:-40%;}
.ly_Foot .lyFoot_Main{ padding:90px 0 50px;}
.lyFoot_Main .lyFoot_lxfs ul li p span{ font-size:26px;}
}

@media (max-width:1560px) {
.ly_Foot::before{ top:-150px;}
.lyFoot_Copy p,.lyFoot_Copy p a { font-size: 15px; }
}

@media (max-width:1440px) {
.ly_Foot .lyFoot_logo{ width:170px;}
.lyFoot_Copy p, .lyFoot_Copy p a { line-height: 28px; font-size: 14px; }
.ly_Foot .lyFoot_Main{ padding:90px 0 40px;}
.lyFoot_Main .lyFoot_lxfs ul li p{ font-size:15px;}
.lyFoot_Main .lyFoot_lxfs ul li p span{ font-size:23px;}
.lyFoot_Main .lyFoot_lxfs ul li:nth-child(2) p span{ font-size:16px;}
.lyFoot_Main .lyFoot_lxfs ul li:nth-child(3) p{ font-size:16px;}

}

@media (max-width:1366px) {
.ly_Foot::before{ top:-140px;}
.ly_Foot .lyFoot_logo{ width:160px; top:-40%;}
}

@media (max-width:1280px) {

}

@media (max-width:1200px) {
.ly_Foot::before{ top:-120px;}
.ly_Foot .lyFoot_logo{ width:140px; top:-35%;}
.ly_Foot .lyFoot_Main{ padding:90px 0 30px;}
.lyFoot_Main .lyFoot_Ewm{ margin:0 3.5%;}
.lyFoot_Main .lyFoot_lxfs{ width:35%;}
.lyFoot_Main .lyFoot_lxfs ul li{ margin-bottom:20px;}
.lyFoot_Main .lyFoot_lxfs ul li p{ font-size:14px;}
.lyFoot_Main .lyFoot_lxfs ul li p span{ font-size:20px;}
.lyFoot_Main .lyFoot_lxfs ul li:nth-child(2) p span{ font-size:15px;}
.lyFoot_Main .lyFoot_lxfs ul li:nth-child(3) p{ font-size:15px;}
.lyFoot_Main .lyFoot_Ewm p{ font-size:15px;}
.lyFoot_Main .lyFoot_Nav ul li p{ font-size:16px;}
.lyFoot_Main .lyFoot_Nav ul li a{ font-size:14px;}
}

@media (max-width:1080px) {
.ly_Foot .lyFoot_logo{top:-32%;}
.lyFoot_Copy p { line-height: 30px; float: none !important; }
}

@media (max-width:1024px) {
.ly_Foot::before{ top:-100px;}
.ly_Foot .lyFoot_logo{ width:130px; top:-27%;}

}

@media (max-width:920px) {
.lyFoot_Main .lyFoot_lxfs{ display:none;}
.lyFoot_Main .lyFoot_Nav{ width:74%;}
.ly_Foot::before{ top:-90px;}
.ly_Foot .lyFoot_logo{ width:120px;}
.ly_Foot .lyFoot_Main{ padding:75px 0 20px;}


}

@media (max-width:820px) {
.lyFoot_Copy p{ text-align:center;}
}

@media (max-width:767px) {
.ly_Foot::before{ top:-80px;}
.lyFoot_Main .lyFoot_Nav,.lyFoot_Main .lyFoot_lxfs{ display:none;}
.idxFooter_main .idxFooter_copy { padding: 12px 0; }
.lyFoot_Copy p span.icp, .lyFoot_Copy p span.login, .lyFoot_Copy p span.sitemap,.lyFoot_Copy p span.support{ display: none; }
.ly_Foot .lyFoot_Main{ text-align:center; padding:30px 0 20px;}
.lyFoot_Main .lyFoot_Ewm{ display:inline-block; float:none;}
.ly_Foot .lyFoot_logo{ display:none;}
.ly_Foot .lyFoot_Copy{ padding:16px 0 56px;}
}
@media (max-width:650px) {
.ly_Foot::before{ top:-65px;}
}
@media (max-width:540px) {
.ly_Foot::before{ top:-54px;}
.ly_Foot .lyFoot_Main{ padding:20px 0;}
}
@media (max-width:390px) {
.ly_Foot::before{ top:-46px;}
}

@media (max-width:320px) {
.ly_Foot::before{ top:-40px;}
}

@media (max-width:280px) {
.ly_Foot::before{ top:-34px;}
}
/*ly_Foot 结束*/

/*友情链接 开始*/
.link{ width:100%; background:#111;}
.link .w1400{display: -webkit-flex;display: flex;flex-wrap: wrap;}
.link .left{ width:150px;line-height:100px; float:left; color:#fff; font-size:18px; font-weight:bold;display:flex; display: -webkit-flex;align-items: center;}
.link .left img.img01{ margin-right:10px;}
.link .left img.img02{ margin-left:8px;}
.link .right{width: calc(100% - 168px); float:left; padding:36px 0;}
.link .right a{ color:rgba(255,255,255,.25); float:left;font-size:16px; line-height:28px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;transition: all .4s ease;}
.link .right a:hover{color:#fff;}
.link .right a i{ display:inline-block; width:6px; height:1px; background:rgba(255,255,255,.25); margin:0 10px;}
.link .right a:first-child i{ display:none;}
@media (max-width:1560px) {
.link .left{ line-height:90px; font-size:17px;}
.link .right{ padding:30px 0;}
.link .right a{ font-size:16px;}
}
@media (max-width:1200px) {
.link .left{ line-height:80px; font-size:16px;}
.link .right{ padding:26px 0;}
.link .right a{ font-size:15px;}
}

@media screen and (max-width:767px){
	.link{ padding:20px 0 15px; overflow:hidden; display:none;}
	.link .w1400{display:block !important;}
	.link .left{ width:100%; height:45px; font-size:16px;}
	.link .left img{ width:26px;}
	.link .right{ width:100%; padding:10px 0 0;}
	.link .right a{ font-size:15px; line-height:28px;}
}
/*友情链接 结束*/

/*内页banner*/
.nybanner{ width:100%; height:549px;position:relative;z-index: 1;top: -30px;}
.nybanner img { display: block; width: 1920px; height: 549px; overflow: hidden; margin: 0 0 0 -960px; position: absolute; left: 50%; top: 0; }
.nybanner .w1400{position: absolute;bottom:-30px;left: 50%;transform: translateX(-50%);}
.nybanner .ny_bigt{ width:286px; height:228px; background:url(../images/ny_bigtBg.png) no-repeat; padding:40px 30px 0; color:#fff; float:left;}
.nybanner .ny_bigt p{ font-size:36px; text-transform:uppercase;}
.nybanner .ny_bigt b{ display:block; font-size:30px; margin:20px 0 5px;}
.nybanner .ny_bigt span{ display:block; font-size:16px; color:rgba(255,255,255,0.45);}
.nybanner .ny_mbx{width: calc(100% - 306px); padding:0 30px; position:absolute; left:286px; bottom:0;}
.nybanner .ny_mbx:before{ content:""; display:block; width:30px; height:30px;background: url(../images/about_ico.png) center no-repeat; background-position:0 0; float:left; margin:-4px 5px 0 0;}
.nybanner .ny_mbx p{font-size:16px; color:#999;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nybanner .ny_mbx p a{ color:#999;}
.nybanner .ny_mbx p a:hover{color:#245dbe;}
.nybanner .ny_mbx p span{ color:#333;}
@media screen and (max-width:1560px){
   .nybanner{height:500px;}
   .nybanner img {width: 1920px; height:500px;}
   .nybanner .ny_bigt{height:210px; padding: 40px 20px 0 30px;}
   .nybanner .ny_bigt p{ font-size:31px;}
   .nybanner .ny_mbx p{font-size:15px;}
   .nybanner .ny_bigt b{ margin:15px 0 5px; font-size:27px;}
   .nybanner .ny_bigt span{ font-size:15px;}
}
@media screen and (max-width:1399px){
   .nybanner{height:400px;}
   .nybanner img {width: 1920px; height:400px;}
   .nybanner .ny_bigt{ width:236px; height:190px; padding: 40px 20px 0 30px;}
   .nybanner .ny_bigt p{ font-size:26px;}
   .nybanner .ny_mbx{width: calc(100% - 256px);padding: 0 20px; left:256px;}
   .nybanner .ny_mbx p{font-size:15px;}
   .nybanner .ny_bigt b{ margin:15px 0 5px; font-size:24px;}
   .nybanner .ny_bigt span{ font-size:14px;}
}
@media screen and (max-width:1199px){
	.nybanner { height: 350px;}
	.nybanner img { width: 1920px; height: 350px; overflow: hidden; margin: 0 0 0 -960px;}
}
@media screen and (max-width:1079px){
	.nybanner {height: 300px; }
	.nybanner img { display: block; width: 1920px; height: 300px;}
	.nybanner .ny_bigt{ display:none;}
	.nybanner .ny_mbx{width:100%; height:40px;padding: 0; border:0; left:0;}
	.nybanner .ny_mbx:before {margin: 17px 5px 0 0;background-size: 250px;width: 24px; height: 24px;}
	.nybanner .ny_mbx p{line-height:60px; font-size:14px;}
}
@media screen and (max-width:767px) {
	.nybanner {height: auto;margin: 0 auto; padding: 0; }
	.nybanner img { display: block; width: 180%; height: auto; overflow: hidden; margin: 0 0 0 -40%; position: static; }
}


/*内页关于我们*/
.ny_content{ min-height:500px; background:#f3f4f6; margin-top:-80px; padding:120px 0 0;}
.ny_content .ab_introduce{display: -webkit-flex;display: flex; flex-wrap: wrap;justify-content: space-between;}
.ny_content .jjleft{width:286px; background:#fff; float:left; padding:0 30px 30px;}
.ny_content .jjleft a{ display:block; border-bottom:1px solid #ddd; padding:28px 0;}
.ny_content .jjleft a p{ font-size:18px; line-height:20px;}
.ny_content .jjleft a:hover p{ color:#245dbe;}
.ny_content .jjleft a span{ font-size:12px; color:#999; text-transform:uppercase;}

.ny_content .jjleft a:before{ content:""; display:block; width:44px; height:44px;background: url(../images/about_ico.png) center no-repeat; background-position:0 -44px; float:left; margin-right:5px;}
.ny_content .jjleft a:nth-of-type(2):before{background-position:0 -88px; }
.ny_content .jjleft a:nth-of-type(3):before:nth-of-type(3){background-position:0 -132px; }
.ny_content .jjleft a:nth-of-type(4):before{background-position:0 -176px; }
.ny_content .jjleft a:nth-of-type(5):before{background-position:0 -220px; }

.ny_content .jjright{width: calc(100% - 306px); background:#fff; float:right;  min-height:300px; padding:30px 40px 30px 36px;}
.ny_content .abtit{ text-align:center; font-size:34px; font-weight:bold; position:relative;}
.ny_content .abtit font{ width:100%; position: absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.ny_content .abtit span{ color:#000046; display:inline-block;}
.ny_content .abtit span:before{content: attr(text);position: absolute; z-index: 10; color: #1cb5e0; -webkit-mask: linear-gradient(to right, #1cb5e0 30%, transparent);}
.ny_content .abtit i{ font-size:42px; margin:0 8px;font-style: normal;}
.ny_content .abtit p{font-size:80px; font-weight:bold; color:#f6f6f6; text-transform:uppercase; text-align:center;}
.ny_content .jjright .abgsjj{ width:100%; height:auto; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 30px; padding:0 20px 0 0; max-height:300px; overflow-y:scroll;}
.ny_content .jjright .abgsjj p { width:100%; height:auto; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 10px; padding:0;}
.ny_content .jjright .abgsjj span, .ny_content .jjright .abgsjj font, .ny_content .jjright .abgsjj em { line-height:30px!important; color:#666!important; font-size:16px!important; font-style:normal!important;}
.ny_content .jjright ul.data{ margin:60px 0 40px; overflow:hidden;}
.ny_content .jjright ul.data li{ width:33.3333%; float:left; border-right:1px solid #ddd; text-align:center; font-size:20px; color:#666;}
.ny_content .jjright ul.data li:last-child{ border-right:0;}
.ny_content .jjright ul.data li em{ font-size:56px; color:#000046;font-family:impact; position:relative;}
.ny_content .jjright ul.data li em:before,.ny_content .jjright ul.data li span:before{content: attr(text);position: absolute; z-index: 10; color: #1cb5e0; -webkit-mask: linear-gradient(to right, #1cb5e0 30%, transparent);}
.ny_content .jjright ul.data li span{ font-size:22px; position:absolute; color:#000046;}
/* 设置滚动条的样式 */
.ny_content .jjright .abgsjj::-webkit-scrollbar {
width:3px;
}/* 滚动槽 */
.ny_content .jjright .abgsjj::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
.ny_content .jjright .abgsjj::-webkit-scrollbar-thumb {
background-color:#1f1f1f;
}
.ny_content .jjright .abgsjj::-webkit-scrollbar-thumb:window-inactive {
background-color:#1f1f1f;
}
@media screen and (max-width:1399px){
	.ny_content{ padding:110px 0 0;}
	.ny_content .jjleft{width:236px;padding:0 20px 20px;}
	.ny_content .jjright{width: calc(100% - 256px);padding: 20px 30px 20px 26px; }
	.ny_content .abtit{ font-size:30px;}
	.ny_content .abtit p{ font-size:64px;}
	.ny_content .jjright ul.data{margin: 30px 0;}
	.ny_content .jjright ul.data li{ font-size:18px;}
	.ny_content .jjright ul.data li em{ font-size:46px;}
	.ny_content .jjright ul.data li span{ font-size:16px;}
}
@media screen and (max-width:1079px){
	.ny_content{ padding:100px 0 0;}
	.ny_content .jjleft{ display:none;}
	.ny_content .jjright{ width:100%;padding: 20px 30px;}
	.ny_content .jjright .abgsjj p{ font-size:15px !important;}
}
@media screen and (max-width:767px){
	.ny_content .jjright{padding: 20px 30px 40px;}
	.ny_content .abtit{ font-size:28px;}
	.ny_content .abtit p{ font-size:54px;}
	.ny_content .jjright .abgsjj{ max-height:none; overflow-y:auto; padding:0;}
	.ny_content .jjright .abgsjj p{ font-size:14px !important;}
	.ny_content .jjright ul.data{ display:none;}
}
@media screen and (max-width:500px){
	.ny_content .jjright{padding: 20px 30px 30px;}
	.ny_content .abtit{ font-size:24px;}
	.ny_content .abtit p{ font-size:44px;}
	.ny_content .jjright .abgsjj{ line-height:30px;}
}

/*关于我们 横幅*/
.ny_content .ab_hengf{ width:100%; height:340px; background: url(../images/ab_hengf.jpg) center no-repeat; margin:60px 0 0; background-size:cover; overflow:hidden;}
.ny_content .ab_hengf .cont{height:100%; position:relative;}
.ny_content .ab_hengf .cont:before{ content:""; display:block; width:390px; height:340px;background: url(../images/kf.png) left center no-repeat; float:left;background-size:cover;}
.ny_content .ab_hengf .text{height:100%; position:absolute; left:460px; top:70px;}
.ny_content .ab_hengf .text p{ font-size:28px; font-weight:bold; color:#fff;}
.ny_content .ab_hengf .text span{ font-size:17px; color:#fff; opacity:.7; line-height:34px; display:block;margin:15px 0 20px;}
.ny_content .ab_hengf .text .btn a{ display:block; width:184px; height:42px; background:#fff; color:#000046; font-size:18px; border-radius:21px; float:left;padding-left:42px; line-height:42px;transition: all .4s ease;}
.ny_content .ab_hengf .text .btn a:before{content: attr(text);position: absolute; z-index: 10; color: #1cb5e0; -webkit-mask: linear-gradient(to right, #1cb5e0 30%, transparent);}
.ny_content .ab_hengf .text .btn a:hover{ position:relative; margin-top:-2px; box-shadow:0 5px 5px rgba(0,0,0,.2);}
.ny_content .ab_hengf .text .btn a:after{ content:""; display:block; width:36px; height:36px; border-radius:50%; background:url(../images/tel.png) center no-repeat ,linear-gradient(to right, #1cb5e0, #000046); float:right; margin-right:3px; margin-top:3px;}
.ny_content .ab_hengf .text .btn a:last-child{ margin-left:33px;}
.ny_content .ab_hengf .text .btn a:last-child:after{ background: url(../images/zxzx_ico.png) center no-repeat,linear-gradient(to right, #1cb5e0, #000046);}
@media screen and (max-width:1399px){
	.ny_content .ab_hengf .text p{ font-size:24px;}
	.ny_content .ab_hengf .text span{ font-size:15px; line-height:28px;}
}
@media screen and (max-width:1079px){
	.ny_content .ab_hengf{ width:100%; height:240px;margin:40px 0 0;}
	.ny_content .ab_hengf .cont:before{width:275px; height:240px;}
	.ny_content .ab_hengf .text{left:290px; top:60px;}
	.ny_content .ab_hengf .text p{ margin-bottom:25px;}
	.ny_content .ab_hengf .text span{ display:none;}
	.ny_content .ab_hengf .text .btn a:last-child{ margin-left:15px;}
}
@media screen and (max-width:767px){
	.ny_content .ab_hengf{ display:none;}
}

/*关于我们 企业文化*/
.ab_qywh{ padding:35px 0 60px; overflow:hidden; background:#fff;}
.ab_qywh ul{ width:100%; margin-top:20px;}
.ab_qywh ul li{ width:23.3%; height:412px; float:left; margin-right:2.26666667%; padding:44px 35px 0;background:#f0f0f0 url(../images/qywhli1.png) center bottom no-repeat; position:relative;}
.ab_qywh ul li i{ font-size:54px; font-family:impact; color:#000046;}
.ab_qywh ul li i:before{content: attr(text);position: absolute; z-index: 10; color: #1cb5e0; -webkit-mask: linear-gradient(to right, #1cb5e0 30%, transparent);}
.ab_qywh ul li p{ font-size:24px; font-weight:bold; margin:8px 0 28px 0;}
.ab_qywh ul li span{font-size:15px;line-height:28px;color:#999;max-height: 140px;overflow: hidden;display: block;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.ab_qywh ul li:nth-of-type(2){background:#e4e4e4 url(../images/qywhli2.png) center bottom no-repeat;}
.ab_qywh ul li:nth-of-type(3){background:#f0f0f0 url(../images/qywhli3.png) center bottom no-repeat;}
.ab_qywh ul li:nth-of-type(4){ margin-right:0;background:#e4e4e4 url(../images/qywhli4.png) center bottom no-repeat;}
.ab_qywh ul li:after{ content:""; display:block; width:100%; height:0; position:absolute; bottom:50%; left:0; background:linear-gradient(to right, rgba(28,181,224,0.7), rgba(0,0,70,0.7)); transition: all .4s ease;}
.ab_qywh ul li:hover:after{ height:100%; bottom:0;}
.ab_qywh ul li:hover i:before{ color:#fff;-webkit-mask: linear-gradient(to right, #fff 30%, transparent);}
.ab_qywh ul li:hover i,.ab_qywh ul li:hover p,.ab_qywh ul li:hover span{ color:#fff; position:relative; z-index:2;transition: all .4s ease;}
@media screen and (max-width:1399px){
	.ab_qywh {padding: 25px 0 40px;}
	.ab_qywh ul li{ padding:34px 25px 0; height:360px;}
	.ab_qywh ul li p{margin: 0px 0 15px 0; font-size:22px;}
	.ab_qywh ul li span{ line-height:24px;}
}
@media screen and (max-width:1079px){
	.ab_qywh {padding: 25px 0 40px;}
	.ab_qywh ul{ margin-top:10px;}
}
@media screen and (max-width:980px){
	.ab_qywh ul li{ width:48.5%; margin-right:3%; background-size:100% !important; margin-bottom:20px;height:320px;}
	.ab_qywh ul li:nth-of-type(2){ margin-right:0;}
	.ab_qywh ul li i{ font-size:42px;}
}
@media screen and (max-width:767px){
	.ab_qywh { margin-top:30px;padding: 25px 0 30px;}
	.ab_qywh ul { margin-top: 10px;}
	.ab_qywh ul li{ margin-bottom:10px;padding: 24px 15px 0;}
}
@media screen and (max-width:375px){
	.ab_qywh ul li{ width:100%;}
}


/*关于我们 荣誉资质*/
.ab_honor{padding:35px 0 70px; overflow:hidden;background:#f0f0f0 url(../images/honor_bg.jpg) center bottom no-repeat; min-height:400px;}
.ny_content .ab_honor .abtit p{ opacity:.02;}
.ny_content .ab_honor .abtit font { color:#fff;}
.ab_honor .honor_box{padding:0 74px; position:relative; margin-top:20px;}
.ab_honor .wiper-container3{overflow:hidden;width:100%;}
.ab_honor .wiper-container3 ul li{ float:left; width:23.5%;}
.ab_honor .wiper-container3 ul li .pic{ display:block; width:100%; height:360px; background:rgba(255,255,255,.2); border:5px solid #fff; position:relative; overflow:hidden;}
.ab_honor .wiper-container3 ul li .pic img{ position:absolute; margin:auto; top:0; left:0; right:0; bottom:0; max-width:96%; max-height:96%;transition: all .4s ease;}
.ab_honor .wiper-container3 ul li:hover .pic img{transform: scale(1.06);}
.ab_honor .wiper-container3 ul li .name{ display:block; margin:20px 0 50px; color:#fff; font-size:18px; text-align:center;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.ab_honor .wiper-container3 ul li:hover .name{color:#245dbe;}
.ab_honor .honor_box .swiper-button-prev{background:url(../images/about_ico.png) center no-repeat; left:0; width:44px; height:44px; background-position:-44px 0; top:42%; transition: all .2s ease;}
.ab_honor .honor_box .swiper-button-prev:hover{background-position:-44px -44px;}
.ab_honor .honor_box .swiper-button-next{background:url(../images/about_ico.png) center no-repeat; right:0; width:44px; height:44px; background-position:-44px -88px; top:42%; transition: all .2s ease;}
.ab_honor .honor_box .swiper-button-next:hover{background-position:-44px -132px;}
.ab_honor .honor_box .swiper-pagination{ top:auto;left:50%!important; transform:translateX(-50%); display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
.ab_honor .honor_box .swiper-pagination-bullet { display: inline-block; width:38px; height:11px; border-radius:6px; margin: 0 5px; cursor: pointer; background:rgba(255,255,255,.3); border-radius:6px; transition: all .4s ease;}
.ab_honor .honor_box .swiper-pagination-bullet-active{background: linear-gradient(to right, #1cb5e0, #000046);}
@media screen and (max-width:1079px){
	.ab_honor{padding:25px 0 60px;}
	.ab_honor .honor_box{ margin-top:10px;padding: 0 60px;}
	.ab_honor .wiper-container3 ul li .pic{ height:260px;}
	.ab_honor .wiper-container3 ul li .name{ margin:20px 0 30px; font-size:16px;}
	.ab_honor .honor_box .swiper-pagination-bullet {width:30px; height:8px;margin: 0 4px;}
}
@media screen and (max-width:767px){
	.ab_honor{padding:15px 0 50px;}
	.ab_honor .wiper-container3 ul li .name{margin: 15px 0 20px;}
}

/*关于我们 三点服务*/
.ab_service{padding:90px 0 215px; overflow:hidden;}
.ab_service ul li{ width:33.33333%; float:left; padding:0 60px; text-align:center;}
.ab_service ul li p{ margin-top:35px; font-size:26px; font-weight:bold;}
.ab_service ul li em{ display:block; width:40px; height:2px; background: linear-gradient(to right, #1cb5e0, #000046);margin: 14px auto 26px;transition: all .4s ease;}
.ab_service ul li:hover em{ width:70px;}
.ab_service ul li span{line-height: 28px; color:#666; font-size:16px;}
@media screen and (max-width:1680px){
	.ab_service{padding:80px 0 200px;}
}
@media screen and (max-width:1399px){
	.ab_service{padding:70px 0 180px;}
}
@media screen and (max-width:1200px){
	.ab_service{padding:70px 0 140px;}
	.ab_service ul li{padding:0 40px;}
	.ab_service ul li p{ margin-top:20px;}
	.ab_service ul li em{margin: 10px auto 16px;}
}
@media screen and (max-width:1079px){
	.ab_service{padding:50px 0 140px;}
	.ab_service ul li{padding:0 40px;}
	.ab_service ul li p{ margin-top:20px;}
	.ab_service ul li em{margin: 10px auto 16px;}
}
@media screen and (max-width:1024px){
	.ab_service{padding:50px 0 120px;}
}
@media screen and (max-width:767px){
	.ab_service{padding:40px 0 90px;}
	.ab_service ul li{padding:0 20px;}
	.ab_service ul li p{ font-size:20px;}
	.ab_service ul li span{ font-size:15px;}
}
@media screen and (max-width:580px){
	.ab_service{padding:20px 0 70px;}
	.ab_service ul li{ width:100%; margin-bottom:20px;}
}
@media screen and (max-width:390px){
	.ab_service{padding:20px 0 40px;}
}

/*产品列表页*/
/*产品分类 开始*/
.proleft { width:23.5%; overflow:hidden; float:left;}
.proleft .cp_type{background-color:#fff; padding:36px 0 10px;}
.cp_type .hd { width:100%; height:auto; margin:0 auto 22px; padding:0 30px;}
.cp_type .hd p { width:100%; height:32px; line-height:32px; color:#245dbe; font-size:24px; font-weight:bold; margin:0 auto 4px; padding:0;}
.cp_type .hd p img { display:block; width:28px; height:28px; margin:2px 10px 2px 0; padding:0; float:left;}
.cp_type .hd span { display:block; height:24px; line-height:24px; color:#ccc; font-size:14px;}
.cp_type .hd i { display:none;}
.cp_type .hd em{ display:block; width:50px; height:2px;background:url(../images/ProIcoline.png) center no-repeat; margin:13px 0 0;}

.cp_type .bd { padding:0 0 10px;}
.cp_type .bd ul li { background-color:#fff;border-bottom:0px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li p { height:58px; padding:0 30px;position:relative; border-bottom:1px solid #eee;}
.cp_type .bd ul li:last-child p {border-bottom: 0;}
.cp_type .bd ul li p a { display:block; width:100%;line-height:58px; padding:0; overflow: hidden;color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; float:left;}
.cp_type .bd ul li p span { display:block; width:40px; height:100%; background:url(../images/mulu0.png) center center no-repeat; cursor:pointer; position:absolute; top:0; right:15px;}
.cp_type .bd ul li div { display:none;}
.cp_type .bd ul li div a { display:block; height:35px; line-height:35px; color:#999; font-size:15px;  padding:0 45px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.cp_type .bd ul li div a:before{ content:""; display:block; height:6px; width:6px; background:url(../images/proflico.png) no-repeat; background-position:0 0; float:left;margin-right: 8px; margin-top: 14px;}
.cp_type .bd ul li div a:first-child { margin-top:15px;}
.cp_type .bd ul li div a i { display:block; width:4px; height:4px; margin:13px 6px 13px 0; padding:0; border:1px solid #999; border-radius:50%; float:left;}
.cp_type .bd ul li div a:hover i { border:1px solid #cb0010;}
.cp_type .bd ul li.on p,.cp_type .bd ul li:hover p {background: linear-gradient(to right, #1cb5e0, #000046); border:0;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#fff;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu1.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li div a.cur, .cp_type .bd ul li div a:hover { color:#245dbe;}
.cp_type .bd ul li div a.cur:before, .cp_type .bd ul li div a:hover:before{ background-position:0 -10px;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background: linear-gradient(to right, #1cb5e0, #000046); color:#fff;}

.ProAll { width:100%; height:auto;border-top: 1px solid #eee;margin-top: 12px;}
.ProAll a { display:block; width:100%; height:58px; line-height:58px; overflow:hidden; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 30px; position:relative;}
.ProAll a i { display:block; width:40px; height:100%; margin:0; padding:0; background:url(../images/mulu0.png) center center no-repeat; position:absolute; top:0; right:15px;}
.ProAll a:hover { background: linear-gradient(to right, #1cb5e0, #000046); color:#fff;}
.ProAll a:hover i { background:url(../images/mulu1.png) center center no-repeat;}

/*相关文章 开始*/
.NyXgwz { overflow:hidden; background-color:#fff; padding:33px 0 10px; margin-top:32px;}
.NyXgwz .NyXgwz_Title { width:100%; height:auto; margin:0 auto 20px; padding:0 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_Title p { width:100%; height:32px; line-height:32px; color:#245dbe; font-size:24px; font-weight:bold; margin:0 auto 4px; padding:0;}
.NyXgwz_Title p img { display:block; width:28px; height:28px; margin:2px 10px 2px 0; padding:0; float:left;}
.NyXgwz_Title span { display:block; height:24px; line-height:24px; color:#ccc; font-size:14px;}
.NyXgwz_Title em{ display:block; width:50px; height:2px;background:url(../images/ProIcoline.png) center no-repeat; margin:13px 0 0;}

.NyXgwz .NyXgwz_List { width:100%; height:auto; min-height:200px; margin:0 auto; padding:0 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_List dl dd { width:100%; height:auto; margin:0 auto; padding:10px 0; border-top:1px solid #eee;}
.NyXgwz_List dl dd a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_List dl dd a:hover { color:#245dbe;}
/*相关文章 结束*/
@media screen and (max-width:1399px){
	.proleft .cp_type{padding: 26px 0 0;}
	.cp_type .hd{margin: 0 auto 20px; padding:0 20px;}
	.cp_type .hd span{font-size:12px;height: 20px;line-height: 20px;}
	.cp_type .hd em{margin-top:8px;}
	.cp_type .bd ul li p{ height:48px;padding:0 20px;}
	.cp_type .bd ul li p a{ line-height:48px;font-size: 15px;}
	.cp_type .bd ul li p span{ right:5px;}
	.cp_type .bd ul li div a{height: 30px;line-height: 30px;padding: 0 30px;}
	.cp_type .bd ul li div a:first-child{ margin-top:10px;}
	.cp_type .bd ul li div a:last-child{ margin-bottom:5px;}
	.ProAll a{font-size: 15px; padding: 0 20px;}
	.ProAll a i{ right:5px;}
	.NyXgwz{padding: 25px 0 10px;}
	.NyXgwz_Title span{font-size:12px;}
	.NyXgwz_Title em{ margin-top:8px;}
}
@media screen and (max-width:1079px){
	.proleft{ width:100%;}
	.proleft .cp_type{ padding:20px 0 1px;}
	.cp_type .hd{ position:relative; padding:0 20px 0 30px;}
	.cp_type .hd i{ display:block;  width: 40px;height: 40px; margin: 0; padding: 0;background: rgba(45,49,144,0.06) url(../images/mulu3.png) center center no-repeat; position: absolute;top: 0;right:30px;}
	.cp_type .hd.on i{background: rgba(45,49,144,0.06) url(../images/mulu4.png) center center no-repeat; }
	.cp_type .hd span{ display:none;}
	.cp_type .bd {display: none;}
	.cp_type .bd ul li p{ padding:0 30px;}
	.cp_type .bd ul li p a{font-size: 16px;}
	.cp_type .bd ul li p span{right:27px;}
	.cp_type .bd ul li.on p span{ right:27px;}
	.ProAll a{font-size: 16px; padding: 0 30px;}
	.ProAll a i{ right:26px;}
	.NyXgwz{ margin-top:10px;padding: 20px 0 0;}
	.NyXgwz_Title span{ display:none;}
	.NyXgwz .NyXgwz_List{ min-height:auto;}
}
@media screen and (max-width:767px){
	.cp_type .hd{padding:0 20px;}
	.cp_type .hd p,.NyXgwz_Title p{ font-size:20px;}
	.cp_type .hd i{ right:20px;width: 34px;height: 34px;top: 5px;}
	.cp_type .bd ul li p,.cp_type .bd ul li div a,.ProAll a{padding:0 20px;}
	.cp_type .bd ul li.on p span,.cp_type .bd ul li:hover p span,.cp_type .bd ul li p span{ right:17px;}
	.NyXgwz .NyXgwz_Title,.NyXgwz .NyXgwz_List{padding:0 20px;}
}
/*产品分类 结束*/

.cp_content{ padding: 120px 0 215px; overflow:hidden; margin-top:-80px;}
.cpxq_content{ padding:120px 0 235px;}
.proright{width:74%; float:right;}
.proright ul.list li{ width:100%; background:#fff; padding:22px; overflow:hidden;transition: all .4s ease; margin-bottom:27px;}
.proright ul.list li:hover{background: linear-gradient(to right, #1cb5e0, #000046);}
.proright ul.list li:last-child{ margin-bottom:0;}
.proright ul.list li a.pic{ display:block; width:272px; height:220px; background:#f3f4f6; float:left; position:relative; overflow:hidden;}
.proright ul.list li a.pic img{ position:absolute; margin:auto; top:0; bottom:0; left:0; right:0; max-width:100%; max-height:100%;transition: all .6s ease;}
.proright ul.list li:hover a.pic img{transform: scale(1.05);}
.proright ul.list li .text{width: calc(100% - 300px);float:right;margin-top: 15px;}
.proright ul.list li .text a.name{ font-size:22px; font-weight:bold; line-height:24px; margin-bottom:24px;display:block;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.proright ul.list li:hover .text a.name{ color:#fff;}
.proright ul.list li .text a.name:before{ content:""; display:block; width:3px; height:24px; background: linear-gradient(to right, #1cb5e0, #000046); float:left; margin-right:10px;}
.proright ul.list li:hover .text a.name:before{ background:#fff;}
.proright ul.list li .text dl{ width:100%; overflow:hidden;}
.proright ul.list li .text dl dd:before{ content:""; display:block; width:34px; height:34px; border-radius:50%;background:#f3f4f6 url(../images/prilistico1.png) center no-repeat; float:left; margin-right:10px;margin-top: 5px;}
.proright ul.list li .text dl dd{ width:25%; float:left;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.proright ul.list li .text dl dd p{ font-size:14px;}
.proright ul.list li:hover .text dl dd p{ color:#fff;}
.proright ul.list li .text dl dd span{font-size:14px; color:#999;}
.proright ul.list li:hover .text dl dd span{color:rgba(255,255,255,.7);}
.proright ul.list li .text dl dd:nth-of-type(1):before{ background-position:0 0;}
.proright ul.list li .text dl dd:nth-of-type(2):before{ background-position:0 -34px;}
.proright ul.list li .text dl dd:nth-of-type(3):before{ background-position:0 -68px;}
.proright ul.list li .text dl dd:nth-of-type(4):before{ background-position:0 -102px;}
.proright ul.list li .text .ms p{ font-size:18px; margin:20px 0 15px;}
.proright ul.list li:hover .text .ms p{ color:#fff;}
.proright ul.list li .text .ms p:before{ content:""; display:block; width:3px; height:24px; background: linear-gradient(to right, #1cb5e0, #000046); float:left; margin-right:10px;}
.proright ul.list li:hover .text .ms p:before{ background:#fff;}
.proright ul.list li .text .ms span{ font-size:14px; color:#999; line-height:24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; max-height:48px;}
.proright ul.list li:hover .text .ms span{ color:rgba(255,255,255,.7);}
@media screen and (max-width:1680px){
	.cp_content{ padding:110px 0 200px;}
	.cpxq_content{ padding:110px 0 215px;}
	}
@media screen and (max-width:1399px){
	.cp_content{padding: 110px 0 180px;}
	.proright ul.list li a.pic{ width:232px;}
	.proright ul.list li .text { width: calc(100% - 255px);}
}
@media screen and (max-width:1199px){
	.cp_content{padding: 100px 0 150px;}
	.cpxq_content{ padding:100px 0 160px;}
	.proright ul.list li .text dl dd{ width:33.333%;}
    .proright ul.list li .text dl dd:nth-of-type(2){ display:none;}
}
@media screen and (max-width:1079px){
	.cp_content{padding: 100px 0 150px;}
	.proright{ width:100%; margin-top:20px;}
	.proright ul.list li{ margin-bottom:10px;}
}
@media screen and (max-width:920px){
	.cp_content{ padding:100px 0 130px;}
	
}
@media screen and (max-width:767px){
	.cp_content{ padding:100px 0 110px;}
	.proright ul.list li a.pic{ width:100%; height:280px;}
	.proright ul.list li .text{width:100%;}
}
@media screen and (max-width:650px){
	.cpxq_content{ padding:100px 0 90px;}
}
@media screen and (max-width:600px){
	.cp_content{ padding:100px 0 90px;}
	.proright ul.list li{padding:15px;}
	.proright ul.list li .text a.name{ font-size:20px; margin-bottom:15px;}
	.proright ul.list li .text dl dd{ width:50%;}
	.proright ul.list li .text dl dd:nth-of-type(4){ display:none;}
	.proright ul.list li .text .ms p{ display:none;}
	.proright ul.list li .text .ms span{ margin-top:10px;}
}
@media screen and (max-width:540px){
	.cpxq_content{ padding:100px 0 70px;}
}

@media screen and (max-width:374px){
	.cp_content{ padding:100px 0 60px;}
	.proright ul.list li a.pic{ height:220px;}
}


/*分页样式 开始*/
#fengye { text-align: center; margin: 30px auto 0; color: #555; font-size:14px;}
.lyNy_News #fengye{margin: 0 auto;}
#fengye table { margin:0 auto;}
#fengye a { display: inline-block; padding: 0 15px; background: #f0f0f0; height: 32px; line-height: 32px; text-align: center; margin: 0 5px; border-radius:2px; color: #333; font-size:14px;}
#fengye a:hover { background: linear-gradient(to right, #1cb5e0, #000046); color: #fff; }
#fengye a.pnnum1 { background: linear-gradient(to right, #1cb5e0, #000046); color: #fff; }
#fengye input { display: inline-block; padding: 0 5px; background: linear-gradient(to right, #1cb5e0, #000046); width: 40px !important; height: 32px !important; line-height: 32px; text-align: center; border-radius: 2px; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 32px; line-height: 32px; text-align: center; margin: 0 5px; color: #333; cursor: default;}
.case_content #fengye { margin:0 auto;}
@media (max-width: 1079px) {
	#fengye {margin: 20px auto 0; }
}
@media (max-width: 767px) {
	#fengye { margin:15px auto 0; font-size:0;}
	#fengye input, #fengye .p_input { display:none;}
	#fengye a { height: 40px; line-height: 40px; padding: 0 20px; border-radius: 4px; background:#ddd;}
	#fengye a#firstpage, #fengye a#uppage, #fengye a#downpage, #fengye a#endpage { display:inline-block;}
	#fengye table tr td { font-size:0;}
}
@media (max-width: 375px) {
}
@media screen and (max-width:374px) and (min-width:321px) {
	#fengye a{padding: 0 4%;}
}
@media (max-width: 320px) {
	#fengye a { padding:0 12px;}
}
/*分页样式 结束*/

/*内页产品中心页面*/
.nyPro_list ul li{ width:32%; margin:0 2% 15px 0; float:left; background:#fff; position:relative; height:385px;}
.nyPro_list ul li:nth-child(3n+3){ margin-right:0;}
.nyPro_list ul li .lyPro_Img{ width:100%; height:290px; position:relative; overflow:hidden;}
.nyPro_list ul li .lyPro_Img img{ display:block; max-width:85%; max-height:85%; position:absolute; margin:auto; top:0; left:0; right:0; bottom:0;}
.nyPro_list ul li:hover .lyPro_Img img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.nyPro_list ul li .lyPro_Text{ margin:20px 0 0; position:absolute; bottom:30px; width:100%; padding:0 30px;}
.nyPro_list ul li .lyPro_Text .lyPro_Name{ font-size:18px; color:#222; position:relative; margin-bottom:10px; z-index:2;}
.nyPro_list ul li .lyPro_Text .lyPro_Name a{color:#222; font-weight:bold; display:inline-block; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; max-width:80%;}
.nyPro_list ul li .lyPro_Text .lyPro_Name span{ display:inline-block;background:url(../images/ico05.png) no-repeat right bottom; width:10px; height:10px; margin:0 0 6px 15px;background-size:100% 100%;}
.nyPro_list ul li .lyPro_Text .lyPro_Model{ display:none; font-size:14px; color:rgba(255,255,255,0.45); position:relative; z-index:2; margin:0 0 10px;}
.nyPro_list ul li .lyPro_Text .lyPro_Model img{ display: inline-block; margin:-2px 7px 0 0;}
.nyPro_list ul li .lyPro_Text i{ display:block; width:35px; height:2px;background: linear-gradient(to right, #1cb5e0, #000046); position:relative; z-index:2;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.nyPro_list ul li:after{ content:""; display:block; width:100%; height:0;background:linear-gradient(to right,rgba(28,181,224,0.75), rgba(0,0,70,0.75));transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; left:0; top:0; z-index:1; }
.nyPro_list ul li .lyPro_btn{ display:none; position:absolute; left:50%; top:50%;transform: translate(-50%, -55%); z-index:2; width:100%; height:100%; text-align:center;}
.nyPro_list ul li .lyPro_btn img{ display:block; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto;}
.nyPro_list ul li:hover:after{ height:100%;}
.nyPro_list ul li:hover .lyPro_btn{ display:block;}
.nyPro_list ul li:hover .lyPro_Text .lyPro_Name{ margin-bottom:0;}
.nyPro_list ul li:hover .lyPro_Text .lyPro_Name a{ color:#fff;}
.nyPro_list ul li:hover .lyPro_Text .lyPro_Model{ display:block;}
.nyPro_list ul li:hover .lyPro_Text i{ width:100%; background:#fff;}
.nyPro_list ul li:hover .lyPro_Text .lyPro_Name span{background:url(../images/ico06.png) no-repeat right top;margin:0 0 20px 15px; background-size:100% 100%;}
@media (max-width:1600px) {
.nyPro_list ul li .lyPro_Text .lyPro_Name{ font-size:17px;}
.nyPro_list ul li .lyPro_Img{ height:280px;}
.nyPro_list ul li{ height:370px;}

}

@media (max-width:1560px) {

}

@media (max-width:1440px) {
.nyPro_list ul li .lyPro_Text .lyPro_Name{ font-size:16px;}
.nyPro_list ul li .lyPro_Text .lyPro_Model{ font-size:13px;}
.nyPro_list ul li{ height:350px;}
.nyPro_list ul li .lyPro_Img{ height:260px;}
.nyPro_list ul li .lyPro_Text{ padding:0 20px;}
}

@media (max-width:1366px) {
}

@media (max-width:1280px) {

}

@media (max-width:1200px) {
.nyPro_list ul li .lyPro_Img{ height:240px;}
.nyPro_list ul li{ height:330px;}
}

@media (max-width:1080px) {


}

@media (max-width:1024px) {

}

@media (max-width:920px) {
.nyPro_list ul li{ width:49%; margin:0 2% 15px 0;}
.nyPro_list ul li:nth-child(2n+2){ margin-right:0;}
.nyPro_list ul li:nth-child(3n+3){ margin-right:2%;}
.nyPro_list ul li:nth-child(6n+6){ margin-right:0;}
}

@media (max-width:820px) {
.nyPro_list ul li .lyPro_Text .lyPro_Name{ font-size:15px;}
.nyPro_list ul li .lyPro_Text .lyPro_Model{ font-size:13px;}
.nyPro_list ul li .lyPro_Text .lyPro_Name span{ width:8px; height:8px;}
.nyPro_list ul li:hover .lyPro_Text .lyPro_Name span{margin: 0 0 12px 15px;}
}

@media (max-width:767px) {
.nyPro_list ul li{ height:320px;}
.nyPro_list ul li .lyPro_Img{ height:240px;}
}
@media (max-width:650px) {

}
@media (max-width:540px) {
.nyPro_list ul li{ width:100%; height:300px;}
.nyPro_list ul li .lyPro_Img{ height:220px;}
}
@media (max-width:390px) {
}

@media (max-width:320px) {

}

@media (max-width:280px) {

}


/*产品详细页*/
.cp_content .NyProDetail_Main { width:100%; height:auto; padding:45px; margin-bottom:37px; background-color:#fff; overflow:hidden; position:relative;}
.cp_content .NyProDetail_Main:after{ content:"";display:block; width:40px; height:40px;  background:url(../images/sj_bg.jpg) center no-repeat; position:absolute; right:0; bottom:0;}
.NyProDetail_Main .NyProDetail_Img { width:32.5714%; height:auto; margin:0; padding:0; float:left;}

#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:62px;margin-top:10px; overflow:hidden;}
#spec-left { width:16px; height:62px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:88px; 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:18.8%; height:62px; margin:0 1.5% 0 0;}
#spec-list ul li:last-child {margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0;position:relative;border:1px solid #f3f4f6;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:366px; overflow:hidden; padding:0; border:1px solid #f3f4f6; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.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; border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:102%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;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;}

.NyProDetail_Main .NyProDetail_Text { width:64.4286%; height:auto;float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Name { width:100%; height:auto; min-height:40px; max-height:80px; overflow:hidden; line-height:40px; color:#333; font-size:24px; font-weight:bold; word-break:break-all; position:relative; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; padding-bottom:12px; margin-top:12px;}
.NyProDetail_Text .NyProDetail_Name i { display:block; width:95px; height:4px; margin:0; padding:0; background: linear-gradient(to right, #1cb5e0, #000046); position:absolute; left:0; bottom:0;}
.NyProDetail_Text .NyProDetail_Ms { width:100%; height:auto; overflow:hidden; margin:35px auto 29px;padding: 20px 28px;background-color: #f3f4f6; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Ms h1 { display:block; width:100%; height:84px; overflow:hidden; line-height:28px; color:#999; font-size:15px; word-break:break-all; text-align:justify; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; margin:0 auto; padding:0;}
.NyProDetail_Text .NyProDetail_Ms h1 span { color:#333; font-weight:bold;}
.NyProDetail_Text .NyProDetail_Tags { width:100%; height:auto; margin:0 auto; padding:0;}
.NyProDetail_Text .NyProDetail_Tags font{ font-size:20px;}
.NyProDetail_Text .NyProDetail_Tags dl{ margin-top:25px;}
.NyProDetail_Text .NyProDetail_Tags dl dd { width:23.5%; float:left; margin-right:2%;}
.NyProDetail_Text .NyProDetail_Tags dl dd:nth-of-type(4){ margin-right:0;} 
.NyProDetail_Text .NyProDetail_Tags dl dd p{ width:100%; height:44px; line-height:44px; text-align:center; color:#fff; background: linear-gradient(to right, #1cb5e0, #000046); font-size:18px;}
.NyProDetail_Text .NyProDetail_Tags dl dd .xx{width:100%; height:74px; background:#f3f4f6;display:flex; display: -webkit-flex;justify-content: center; padding:0 5px; overflow:hidden; }
.NyProDetail_Text .NyProDetail_Tags dl dd .xx i{ display:inline-block; width:34px; height:34px;background:url(../images/prilistico1.png) center no-repeat;background-position:0 0; margin-top:21px;}
.NyProDetail_Text .NyProDetail_Tags dl dd .xx span{ display:block; font-size:16px; color:#999; line-height:74px; max-width:80%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.NyProDetail_Text .NyProDetail_Tags dl dd:nth-of-type(2) .xx i{background-position:0 -34px; }
.NyProDetail_Text .NyProDetail_Tags dl dd:nth-of-type(3) .xx i{background-position:0 -68px; }
.NyProDetail_Text .NyProDetail_Tags dl dd:nth-of-type(4) .xx i{background-position:0 -102px; }
@media screen and (max-width:1299px){
	.NyProDetail_Text .NyProDetail_Tags dl dd{ width:32%;}
	.NyProDetail_Text .NyProDetail_Tags dl dd:nth-of-type(2){ display:none;}
	.NyProDetail_Main .NyProDetail_Img{ width:36%;}
	.NyProDetail_Main .NyProDetail_Text{width:60%;}
	.cp_content .NyProDetail_Main{ padding:35px;}
}
@media screen and (max-width:1079px){
	.NyProDetail_Main .NyProDetail_Img{ width:100%;}
	.jqzoom{ height:426px;}
	#spec-n5{ height:82px;}
	#spec-list ul li{ height:82px;}
	.NyProDetail_Main .NyProDetail_Text{width:100%;}
	.NyProDetail_Text .NyProDetail_Name i{ display:none;}
	.NyProDetail_Text .NyProDetail_Ms{ margin: 0 auto 15px;}
	.NyProDetail_Text .NyProDetail_Tags dl { margin-top: 15px;}
	.zoomdiv{ display:none !important;}
}
@media screen and (max-width:767px){
	.jqzoom{ height:336px;}
	.NyProDetail_Text .NyProDetail_Name{ font-size:20px;}
	.NyProDetail_Text .NyProDetail_Ms{padding: 10px 18px;}
	.NyProDetail_Text .NyProDetail_Tags font{ display:none;}
	.NyProDetail_Text .NyProDetail_Tags dl dd{ width:48.5%; margin-right:3%;}
	.NyProDetail_Text .NyProDetail_Tags dl dd:nth-of-type(4){ display:none;}
	.NyProDetail_Text .NyProDetail_Tags dl dd:nth-of-type(3){ margin-right:0;}
}
@media screen and (max-width:600px){
	.cp_content .NyProDetail_Main{ padding:35px 20px 45px;margin-bottom:20px;}
	.jqzoom{ height:236px;}
	#spec-n5{ height:52px;}
	#spec-list ul li{ height:52px;}
	.NyProDetail_Text .NyProDetail_Tags dl dd .xx{ height:54px;}
	.NyProDetail_Text .NyProDetail_Tags dl dd .xx i{ margin-top:12px;}
	.NyProDetail_Text .NyProDetail_Tags dl dd .xx span{ line-height:54px; font-size:14px;}
}

/*产品详细页内容*/
.cpxxcontent{ background:#fff; padding:40px 40px 0; overflow:hidden; border-bottom:8px solid #245dbe;}
.cpxxcontent .cpxx_tit{ font-size:24px; font-weight:bold; color:#245dbe; position:relative; padding-bottom:10px; margin-bottom:30px;}
.cpxxcontent .cpxx_tit:before{content:""; display:block; width:94px; height:3px; background: linear-gradient(to right, #1cb5e0, #000046); position:absolute; left:0;bottom:0; z-index:2;}
.cpxxcontent .cpxx_tit:after{content:""; display:block; width:100%; height:1px; background:#e6e6e6; position:absolute; left:0;bottom:1px;}
.c_detail_wrap{ line-height:30px;}
.c_detail_wrap img,.c_detail_wrap p,.c_detail_wrap span,.c_detail_wrap div,.c_detail_wrap video,.c_detail_wrap embed,.c_detail_wrap table,.c_detail_wrap tr,.c_detail_wrap td{max-width:100% !important;max-height: 100% !important;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}
.cpxxcontent_xq{width: 100%; min-height: 300px; overflow: hidden; margin: 0 auto; padding: 0; line-height: 30px; color: #565656; font-size: 16px; text-align: justify; }
.cpxxcontent_xq p, .cpxxcontent_xq div { width: 100%; overflow: hidden; line-height: 30px; color: #565656; font-size: 16px; text-align: justify; text-indent: 0; margin: 0 auto 20px; padding: 0; }
.cpxxcontent_xq p span, .cpxxcontent_xq span, .cpxxcontent_xq p em, .cpxxcontent_xq em { color: #565656!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 16px!important; }

.cpxxcontent .ny_fanye{ width:100%; height:64px; padding:0 24px; background:#f3f4f6; overflow:hidden; margin-top:30px; position:relative;}
.cpxxcontent .ny_fanye .NyProPrev{ width:45%; float:left; font-size:16px; font-weight:bold; line-height:64px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; color:#666;}
.cpxxcontent .ny_fanye .NyProPrev img{ margin-right:7px;vertical-align: middle;}
.cpxxcontent .ny_fanye .NyProPrev a{ color:#bdbdbd; font-weight:400; transition: all .4s ease; margin-left:7px;}
.cpxxcontent .ny_fanye .NyProPrev:hover a{ color:#245dbe;}
.cpxxcontent .ny_fanye .NyPronext{width:49%; float:right; font-size:16px; font-weight:bold; line-height:64px; text-align:right;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.cpxxcontent .ny_fanye .NyPronext img{ margin:0 7px;vertical-align: middle;}
.cpxxcontent .ny_fanye .NyPronext a{ color:#bdbdbd; font-weight:400; transition: all .4s ease;}
.cpxxcontent .ny_fanye .NyPronext:hover a{ color:#245dbe;}
.cpxxcontent .ny_fanye em{ display:block;width:1px; height:100%; background:#ddd; position:absolute; left:50%;}

.cpxxcontent .ordertit{ margin-top:40px;}
@media screen and (max-width:1399px){
	.cpxxcontent{ background:#fff; padding:30px 30px 0;}
}
@media screen and (max-width:767px){
	.cpxxcontent{padding: 20px 20px 0;}
	.cpxxcontent .cpxx_tit{ font-size:20px; margin-bottom:20px;}
	.cpxxcontent .ny_fanye{ height:100px;padding: 0 14px;}
	.cpxxcontent .ny_fanye .NyProPrev,.cpxxcontent .ny_fanye .NyPronext{ width:100%; height:50px; line-height:50px;font-size: 14px;}
	.cpxxcontent .ny_fanye .NyProPrev img,.cpxxcontent .ny_fanye .NyPronext img{width: 26px; height: 19px; display:none;}
	.cpxxcontent .ny_fanye .NyPronext{ float:left; text-align:left;}
	.cpxxcontent .ny_fanye .NyPronext a{ margin-left:7px;}
	.cpxxcontent .ny_fanye em{width:100%;height:1px; left:0; top:50%;}
	.cpxxcontent .ordertit{ margin-top:25px;}
	.cpxxcontent_xq{font-size: 14px; }
.cpxxcontent_xq p, .cpxxcontent_xq div {font-size: 14px; }
.cpxxcontent_xq p span, .cpxxcontent_xq span, .cpxxcontent_xq p em, .cpxxcontent_xq em { font-size: 14px !important; }
}

/*在线留言*/






/*内页技术文章*/
.art_content{padding: 120px 0 215px; overflow: hidden; background:#fff;border-top: 1px solid #ddd;}
.newxw{ width:100%;}
.newxw ul li{ width:49%; margin:0 2% 30px 0; padding:20px 2%; float:left; background-color:#f8f8f8;-webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s;}
.newxw ul li:nth-child(2n) { margin-right: 0; }
.newxw ul li .date{ width:90px;text-align:right; float:left;}
.newxw ul li .date p{ font-size:18px; color:#999;}
.newxw ul li .date span{font-size: 26px;color:#999;font-weight: bold;display: block;}
.newxw ul li .date em{background: url(../images/date.png) right center no-repeat; width:49px; height:47px; display:inline-table; margin-top:20px;}
.newxw ul li .newxw_m{ width: calc(100% - 130px); float:right; padding:0 10px 0 0;}
.newxw ul li .newxw_m .tit{ display:block; font-size:20px; font-weight:bolder; color:#333; height:30px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.newxw ul li .newxw_m p{font-size:16px;color:#999;line-height: 30px;overflow:hidden;margin: 20px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.newxw ul li .newxw_m span{width: 100%;height: 40px;display: block;margin-top: 23px;}
.newxw ul li .newxw_m .more{display:inline-block;width: 135px;height: 35px;color:#999;line-height: 35px; font-size:16px;}
.newxw ul li .newxw_m i{background: url(../images/dj.png) right center no-repeat;width:58px;height:20px;margin-top: 8px;}

.newxw ul li:hover{ background: linear-gradient(to right, #1cb5e0, #000046);}
.newxw ul li:hover .date p{color:#fff;opacity:.45;}
.newxw ul li:hover .date span{color:#fff;}
.newxw ul li:hover .date em{background: url(../images/date1.png) right center no-repeat;}
.newxw ul li:hover .newxw_m .tit{ color:#fff;}
.newxw ul li:hover .newxw_m p{ color:#fff; opacity:.45;}
.newxw ul li:hover .newxw_m .more{color:#fff;}
.newxw ul li:hover .newxw_m i{background: url(../images/dj_on.png) right center no-repeat;}

@media screen and (max-width:1680px){
	.art_content{ padding:110px 0 200px;}
	.newxw ul li .date span{ font-size:24px;}
	}
@media screen and (max-width:1399px){
	.art_content{padding: 110px 0 180px;}
	.newxw ul li .date{ width:80px;}
	.newxw ul li .newxw_m{ width: calc(100% - 120px); padding:0 20px 0 0;}
}
@media screen and (max-width:1079px){
	.art_content{padding: 100px 0 150px;}
	.newxw ul li .date span{ font-size:22px;}
	.newxw ul li .newxw_m .tit{ font-size:18px;}
	.newxw ul li .newxw_m p{ font-size:15px;}
	.newxw ul li .newxw_m .more{ font-size:15px;}
	.newxw ul li .newxw_m{padding:0 25px 0 0;}

}
@media screen and (max-width:920px){
	.art_content{padding: 100px 0 130px;}
	.newxw ul li{ width:100%; margin-right:0;margin-bottom:20px;}
	.newxw ul li:nth-child(3n){ margin-right:0;}
	
}
@media screen and (max-width:767px){
	.art_content{padding: 100px 0 80px;}
	.newxw ul li .name{ width:100%; height:27px;-webkit-line-clamp: 1;}

}
@media screen and (max-width:600px){
	.art_content{padding: 100px 0 70px;}
	
}
@media screen and (max-width:425px){
	.newxw ul li .date span{ font-size:22px;}
	.newxw ul li .date em{ margin-top:30px;}
	.newxw ul li .newxw_m span{ margin-top:15px;}
}
@media screen and (max-width:375px){
	.art_content{padding: 100px 0 60px;}
	.newxw ul li{margin-bottom:10px;}
	.newxw ul li .date{ width:15%;}
	.newxw ul li .date span{ font-size:20px;}
	.newxw ul li .date em{ margin-top:30px; width:40px;}
	.newxw ul li .newxw_m .tit{ font-size:18px;}
	.newxw ul li .newxw_m p{margin: 10px 0;}
	.newxw ul li .newxw_m span{ margin-top:10px;}
}
@media screen and (max-width:320px){
	.newxw ul li .date p{ font-size:16px;}
	.newxw ul li .date span{ font-size:18px;}
	.newxw ul li .newxw_m p{ font-size:15px;line-height: 24px;}
	.newxw ul li .date em{ margin-top: 20px;}
}

/*技术文章详细页*/
.art_content .artleft {width: 286px;float: left;}
.art_content .artleft .xx_tjart{ width:100%; background: #fff;padding: 30px;}
.art_content .artleft .xx_tjart .pic{ display:block; width:100%; height:136px; overflow:hidden;}
.art_content .artleft .xx_tjart .pic img{ width:100%; height:100%;object-fit: cover;transition: all .4s ease;}
.art_content .artleft .xx_tjart:hover .pic img{transform: scale(1.06);}
.art_content .artleft .xx_tjart .name{ display:block; font-size:15px; color:#666; line-height:24px; margin:15px 0 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; transition: all .4s ease;}
.art_content .artleft .xx_tjart:hover .name{color:#245dbe;}
.art_content .artleft .xx_tjart .btn{ width:94px; height:29px; line-height:29px; text-align:center; color:#fff; font-size:15px; background: linear-gradient(to right, #1cb5e0, #000046); border-radius:14px;}
.art_content .artleft .art_Prev,.art_content .artleft .art_next{width:100%; background: #fff;padding: 30px; margin-bottom:15px; position:relative; z-index:99;}
.art_content .artleft .art_Prev p,.art_content .artleft .art_next p{ font-size:20px; font-weight:bold; margin-bottom:10px;}
.art_content .artleft .art_Prev a,.art_content .artleft .art_next a{ font-size:15px; color:#666; line-height:24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; transition: all .4s ease;}
.art_content .artleft .art_Prev:hover a,.art_content .artleft .art_next:hover a{color:#245dbe;}
.art_content .artleft .art_fenx{width:100%;padding: 30px; margin-top:15px;}
.art_content .artleft .art_fenx p{font-size:20px; font-weight:bold; margin-bottom:15px;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{ background-image:none !important; padding-left:0 !important;}
.art_content .artleft .art_fenx .iconfont{width: 40px;height: 40px;display: inline-block;text-align: center;border: 1px solid #999;line-height: 40px;border-radius: 50%;margin-right: 10px;}
.art_content .artleft .art_fenx .bds_weixin::before { content:"";display: block; width:40px; height:40px;background: url(../images/weixin_ico.png) center no-repeat;}
.art_content .artleft .art_fenx .bds_sqq::before { content:"";display: block; width:40px; height:40px;background: url(../images/qq_ico.png) center no-repeat;}
.art_content .artleft .art_fenx .bds_qzone::before { content:"";display: block; width:40px; height:40px;background: url(../images/kj_ico.png) center no-repeat;}
.art_content .artleft .art_fenx .fh{ width:100%; height:37px; line-height:37px; background: linear-gradient(to right, #1cb5e0, #000046); text-align:center; margin-top:10px; }
.art_content .artleft .art_fenx .fh a{color:#fff; font-size:16px;}


.art_content .artright{width: calc(100% - 306px); background: #fff; float: right; min-height:500px;padding: 40px 30px;}
.art_content .artright .biaoti{ font-size:26px; font-weight:bold;}
.art_content .artright .information{ margin:20px 0 30px; padding-bottom:17px;border-bottom:1px solid #ddd; overflow:hidden;}
.art_content .artright .information p{ float:left; color:#999; line-height:34px;}
.art_content .artright .information p:before{ content:""; width:34px; height:34px; display:block;background: url(../images/prilistico1.png) center no-repeat;background-position: 0 -68px; float:left;}
.art_content .artright .information p:nth-of-type(2){ margin-left:50px;}
.art_content .artright .information p:nth-of-type(2):before{background-position: 0 -102px;}
.art_content .artright .art_conet{width: 100%; min-height: 300px; overflow: hidden; margin: 0 auto; padding: 0; line-height: 30px; color: #565656; font-size: 16px; text-align: justify; }
.art_content .artright .art_conet p, .art_content .artright .art_conet div { width: 100%; overflow: hidden; line-height: 30px; color: #565656; font-size: 16px; text-align: justify; text-indent: 0; margin: 0 auto 20px; padding: 0; }
.art_content .artright .art_conet .img { width: 80%; text-align: center; }
.art_content .artright .art_conet p span, .art_content .artright .art_conet span, .art_content .artright .art_conet p em, .art_content .artright .art_conet em { color: #565656!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 16px!important; }
.art_content .artright .art_conet table tr td p { text-indent: 0!important; }
.art_content .artright .art_conet img { display: inline-block; width: auto!important; height: auto!important; max-width: 100% !important; margin: 0 auto; padding: 0; text-indent: 0!important; }
@media screen and (max-width:1399px){
	.art_content .artleft {width: 236px; margin-top:20px;}
	.art_content .artleft .xx_tjart{ padding: 20px;}
	.art_content .artright{width: calc(100% - 256px);padding: 30px 20px;}
}
@media screen and (max-width:1079px){
	.art_content .artleft {width: 100%;}
	.art_content .artright{width: 100%; min-height:300px;}
	.art_content .artleft .art_Prev, .art_content .artleft .art_next{ width:50%; float:left;}
	.art_content .artleft .art_Prev a, .art_content .artleft .art_next a{-webkit-line-clamp: 1;}
}
@media screen and (max-width:767px){
	.art_content .artright{padding: 20px 20px 30px;}
	.art_content .artright .biaoti{ font-size:20px;}
	.art_content .artright .information{ margin: 10px 0 15px; padding-bottom:10px;}
	.art_content .artright .information p:nth-of-type(2){ margin-left:10px;}
	.art_content .artleft .art_Prev, .art_content .artleft .art_next{ width:100%; float:inherit; margin-bottom:0; padding:20px 30px;}
	.art_content .artleft .art_next{ padding-top:10px;}
	.art_content .artleft .art_Prev a, .art_content .artleft .art_next a{-webkit-line-clamp: 2;}
}
@media screen and (max-width:600px){
	.art_content .artright .information p{ width:100%; height:28px;font-size:14px;}
	.art_content .artright .information p:nth-of-type(2){ margin-left:0;}
}

/*联系我们页面*/
.lxwm_content{ background:#fff !important; padding:58px 0 0 !important;border-top: 1px solid #eee;}
.lxwm_content .w1400{display: -webkit-flex;display: flex;flex-wrap: wrap; position:relative; z-index:333; min-height:550px;}
.lxwm_content .lff_tit{ font-size:24px; font-weight:bold; padding-bottom:15px; position:relative;}
.lxwm_content .lff_tit:before{ content:""; display:block; width:94px; height:1px; background:#e9e9ea; position:absolute; bottom:0; left:0;}
.lxwm_content .lff_tit:after{ content:""; display:block; width:30px; height:1px; background: linear-gradient(to right, #1cb5e0, #000046);position:absolute; bottom:0; left:0;}
/*留言框*/
.lxwm_content .lff_msg{ width:460px; float:left;box-shadow:0 0 15px rgba(0,0,0,.12); background:#fff; padding:40px 26px 5px; border-bottom:8px solid #245dbe;}
.lff_msg #ly_msg.ly_msg .msg_ipt1 input, .lff_msg .msg_ipt12 input, .lff_msg .msg_ipt2 input, .lff_msg .msg_tara textarea, .lff_msg #ly_msg.ly_msg ul li .msg_ipt0 textarea, .lff_msg .msg_ipt12 .msg_option{ background:#fff !important;}
.lxwm_content #ly_msg.ly_msg ul li:nth-of-type(2),.lxwm_content #ly_msg.ly_msg ul li:nth-of-type(6),.lxwm_content #ly_msg.ly_msg ul li:nth-of-type(7){ display:none !important;}
.lff_msg #ly_msg.ly_msg ul li:nth-of-type(9){display:flex; display: -webkit-flex;justify-content: space-between; }
.lff_msg #ly_msg.ly_msg ul li h4{ width:82px !important; padding-right:10px!important;}
.lff_msg #ly_msg.ly_msg ul li .msg_ipt1, .lff_msg #ly_msg.ly_msg ul li .msg_ipt12, .lff_msg #ly_msg.ly_msg ul li .msg_tara{width: calc(100% - 94px)!important; }
.lff_msg #ly_msg.ly_msg ul li:last-child { margin-bottom:0 !important;}
.lff_msg #ly_msg.ly_msg ul li:last-child h4{ display:none !important;}
.lxwm_content #ly_msg.ly_msg ul li:last-child .msg_btn{ width:100% !important;}
.lff_msg .ly_msg .msg_btn input{margin: 0 15px 0 0;}
.lff_msg #ly_msg.ly_msg ul li a.yzm_img{ height:40px!important; width:120px!important; margin-top:0!important;}
.lff_msg #ly_msg.ly_msg ul li .c_yzm{ padding-bottom:0 !important;}
.lff_msg #ly_msg.ly_msg ul li .msg_ipt2 > span{ display:none !important;}
.lff_msg #ly_msg.ly_msg .msg_btn input{ width:48.5% !important; margin:0!important; background:#902d2d !important; color:#fff !important;}
.lff_msg #ly_msg.ly_msg .msg_btn input.msg_btn1{ background:#245dbe !important;}
.lff_msg #ly_msg.ly_msg .msg_btn input:last-child{ margin: 0 0 0 3%!important;}


/*联系方式*/
.lxwm_content .lxfs_box{width: calc(100% - 460px); float:right;padding: 40px 62px;}
.lxwm_content .lxfs_box ul.nylx_tel{ margin-top:40px; overflow:hidden; padding-bottom:30px; border-bottom: 1px solid #e9e9ea;}
.lxwm_content .lxfs_box ul.nylx_tel li { float: left; margin-right:7%; background: url(../images/tel01.png) no-repeat left center; padding-left: 60px; }
.lxwm_content .lxfs_box ul.nylx_tel li:last-child{ margin-right:0;}
.lxwm_content .lxfs_box ul.nylx_tel li span { display: block; font-size: 16px; color: #999; }
.lxwm_content .lxfs_box ul.nylx_tel li b { font-size: 32px; color: #245dbe; font-family: impact; display: block; height:48px;}
.lxwm_content .ly_Ny_list{overflow:hidden; margin:40px 0;}
.lxwm_content .ly_Ny_list ul li { float: left; width: 31.333333%; margin-right: 3%; border-right: 1px solid #ddd; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 90px; min-height: 70px; padding-right: 30px; word-wrap: break-word;}
.lxwm_content .ly_Ny_list ul li span { display: block; font-size: 17px; color: #999; margin-top: 12px; }
.lxwm_content .ly_Ny_list ul li b { font-size: 16px; color: #333; margin-top: 5px; display:block;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:50px; line-height:26px;}
.lxwm_content .ly_Ny_list ul li:nth-child(1) { background: url(../images/y38.png) no-repeat left top; }
.lxwm_content .ly_Ny_list ul li:nth-child(2) { background: url(../images/y39.png) no-repeat left top; }
.lxwm_content .ly_Ny_list ul li:nth-child(3) { margin-right: 0;padding-right:0; border: 0; background: url(../images/y40.png) no-repeat left top; }



.ny_lxwm .NyContactMap_main{ width:100%; position:relative; z-index:1;}
#container { min-width:600px; min-height: 530px;}
.ny_lxwm [onpositionupdate]{ display:none;}
@media screen and (max-width:1399px) {
	.lxwm_content{padding:48px 0 0 !important;}
	.lxwm_content .lxfs_box{padding: 40px 40px;}
	.lxwm_content .ly_Ny_list{margin: 40px 0 0;}
	.lxwm_content .ly_Ny_list ul li{ width:100%; margin-bottom:20px; border-right: 0;}
	.lxwm_content .NyContactMap_main{ margin-top:0;}
}
@media screen and (max-width:1079px) {
	.lxwm_content{ padding:38px 0 0 !important;}
	.lxwm_content .lff_tit{ font-size:20px;}
	.lxwm_content .lff_tit:before{ width:78px;}
	.lxwm_content .lff_msg{ width:100%;}
	.lxwm_content .lxfs_box{width:100%;padding: 30px 20px;}
	.lxwm_content .lxfs_box ul.nylx_tel{ margin-top:30px;}
	.lxwm_content .lxfs_box ul.nylx_tel li{ margin-bottom:10px;}
	.lxwm_content .lxfs_box ul.nylx_tel li b{font-size: 26px;}
	.lxwm_content .ly_Ny_list{ margin-top:30px;}
	.lxwm_content .ly_Ny_list ul li{ margin-bottom:10px;}
	#container {min-height: 300px;}
}
@media screen and (max-width:767px) {
    .lff_msg #ly_msg.ly_msg ul li{margin: 0 auto 10px!important;}
	.lff_msg #ly_msg.ly_msg ul li .msg_ipt1, .lff_msg #ly_msg.ly_msg ul li .msg_ipt12, .lff_msg #ly_msg.ly_msg ul li .msg_tara{width:100%!important; }
	.lff_msg #ly_msg.ly_msg .msg_btn input{ width:48.5% !important; margin:0!important;}
	.lff_msg #ly_msg.ly_msg .msg_btn input:last-child{ margin: 0 0 0 3%!important;}
	.lxwm_content .lff_msg{ padding:40px 15px 5px;}
}

/*荣誉资质内页*/
.honor_content { padding:120px 0 215px; overflow:hidden;}
.honor_content ul.nyhonor_box{ min-height:500px;}
.honor_content ul.nyhonor_box li{float:left;width:23.5%;margin-right:2%;margin-bottom:20px; background:#fff; box-shadow: inset 0 0 0 5px #f0f0f4;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s; position:relative; padding:1%;}
.honor_content ul.nyhonor_box li::before, .honor_content ul.nyhonor_box li::after { box-sizing: inherit; content: '';position: absolute;
  width: 100%; height: 100%;top: 0;left: 0;-webkit-transform-origin: center; transform-origin: center;}
.honor_content ul.nyhonor_box li::before { border-top: 5px solid #245dbe; border-bottom: 5px solid #245dbe;-webkit-transform: scale3d(0, 1, 1);transform: scale3d(0, 1, 1);}
.honor_content ul.nyhonor_box li::after {border-left: 5px solid #245dbe;border-right: 5px solid #245dbe; -webkit-transform: scale3d(1, 0, 1);transform: scale3d(1, 0, 1);}
.honor_content ul.nyhonor_box li:hover::before, .honor_content ul.nyhonor_box li:hover::after {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);transition: -webkit-transform 0.5s;transition: transform 0.5s;transition: transform 0.5s, -webkit-transform 0.5s;}

.art_conet .xq_himg{ width:100%; text-align:center; margin-bottom:20px;}
.art_conet .xq_himg img{ max-width:100% !important;}
@media (max-width: 1680px) {
	.honor_content{padding: 110px 0 200px;}
}
@media (min-width: 1401px) {
    .honor_content ul.nyhonor_box li:nth-child(4n) {margin-right: 0px;}
}
.honor_content ul.nyhonor_box li>a{display:block;position:relative; z-index:1;}
.honor_content ul.nyhonor_box li>a .pro_img{text-align:center; overflow:hidden; height:250px; position:relative;}
.honor_content ul.nyhonor_box li>a .pro_img img{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.honor_content ul.nyhonor_box li:hover>a .pro_img img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.honor_content ul.nyhonor_box li>a .pro_img img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.honor_content ul.nyhonor_box li p{font-size:18px;text-align:center;line-height:40px;overflow:hidden;position:relative; z-index:1;}
.honor_content ul.nyhonor_box li p .honor_name{display: block;height:42px;line-height:42px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;max-width:100%;padding:0 10px;}
.honor_content ul.nyhonor_box li em{display:block;text-align:center;height:30px;line-height:30px;font-size:14px;color:#999;}
.honor_content ul.nyhonor_box li em a{color:#999;}
.honor_content ul.nyhonor_box li:hover em a{color:#245dbe;}
@media (max-width: 1399px) {
	.honor_content{padding: 110px 0 180px;}
}
@media (max-width: 1399px) and (min-width:768px){
	.honor_content ul.nyhonor_box li{width:32%;}
	.honor_content ul.nyhonor_box li:nth-child(3n) {margin-right: 0px;}
}
@media (max-width: 1200px) {
	.honor_content{padding: 100px 0 150px;}
}
@media (max-width: 1023px){
	.honor_content ul.nyhonor_box li>a .pro_img{ height:180px;}
}
@media (max-width: 920px) {
	.honor_content{padding: 100px 0 130px;}
}
@media (max-width: 767px){
	.honor_content { padding:100px 0 80px;}
	.honor_content ul.nyhonor_box li{width:49%;}
	.honor_content ul.nyhonor_box li:nth-child(2n) {margin-right: 0px;}
	.honor_content ul.nyhonor_box li>a .pro_img{ height:150px;}
	.honor_content ul.nyhonor_box li p .honor_name{height: 35px; line-height: 35px; font-size:16px;}
	.honor_content ul.nyhonor_box li em{ line-height:20px;}
}
@media (max-width: 600px) {
	.honor_content{padding: 100px 0 70px;}
}
@media (max-width: 375px){
	.honor_content { padding:100px 0 60px;}
	.honor_content ul.nyhonor_box li>a .pro_img{ height:120px;}
}


/*网站右侧漂浮*/
.f_pf1 {position:fixed;top:28%;right:2px;z-index:99;}
.f_pf1 a.qqa {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.f_pf1 a.qqa:after {content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) top center no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .tela>a {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.f_pf1 .tela>a:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -27px no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .tela .wz {position:absolute;top:0;left:-212px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.f_pf1 .tela:hover .wz{display:block;}
.f_pf1 .tela p {background:#fff;width:200px;height:40px;overflow:hidden;font-size:18px;font-weight:bold;color:#245dbe;line-height:40px;text-align:center;}
.f_pf1 .tela p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.f_pf1 .wxa {position:relative;}
.f_pf1 .wxa>span {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.f_pf1 .wxa>span:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -52px no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .wxa .code {position:absolute;top:-44px;left:-132px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.f_pf1 .wxa:hover .code{display:block;}
.f_pf1 .wxa .code p {background:#fff;width:120px;height:120px;overflow:hidden;}
.f_pf1 .wxa .code p img {max-width:100%;max-height:100%;}
.f_pf1 .wxa .code p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.f_pf1 a.totop {display:block;width:44px;height:44px;overflow:hidden;background:linear-gradient(to right, rgba(28,181,224,0.7), rgba(0,0,70,0.7));margin-bottom:2px;}
.f_pf1 a.totop:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -76px no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .pfpro,.f_pf1 .pflxwm{ display:none;}
@media (max-width:767px) {
.f_pf1{ width:100%; bottom:0; left:0; right:auto; top:auto;}
.f_pf1 .tela>a{ width:25%; position:relative; float:left;margin-bottom:0;}
.f_pf1 .tela>a:after{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); margin:0;}
.f_pf1 .tela>a:before{content:'';display:block; width:1px; height:20px; background:#fff; right:0; top:50%; transform:translateY(-50%);position:absolute;}
.f_pf1 a.qqa,.f_pf1 .wxa,.f_pf1 .tela .wz{ display:none;}
.f_pf1 a.totop{ width:25%; float:left;margin-bottom:0; position:relative; display:block !important;}
.f_pf1 a.totop:after {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);margin:0;}
.f_pf1 .pfpro,.f_pf1 .pflxwm{ display:block;}
.f_pf1 .pfpro{display:block; width:25%; float:left; height:44px;background:rgba(0,0,0,.7); margin:0; position:relative;}
.f_pf1 .pfpro:before{content:'';display:block; width:1px; height:20px; background:#fff; right:0; top:50%; transform:translateY(-50%);position:absolute;}
.f_pf1 .pfpro:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -100px no-repeat;overflow:hidden;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.f_pf1 .pflxwm{display:block; width:25%; float:left; height:44px;background:rgba(0,0,0,.7); margin:0;position:relative;}
.f_pf1 .pflxwm:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -124px no-repeat;overflow:hidden;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
}
/*右侧漂浮 结束*/


/*内页解决方案 开始*/
.case_content { width:100%;padding: 120px 0 215px;}
.case_content ul{ min-height:500px;}
.case_content ul li { width:31%; height:auto; margin:0 3.5% 50px 0; padding:0; background-color:#eceef0; 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; -moz-box-sizing: border-box;}
.case_content ul li:nth-child(3n+3) { margin:0 0 50px;}
.case_content ul li .lyNyCase_img { width:100%; height:300px; margin:0 auto; padding:0; cursor:pointer; position:relative;}
.case_content ul li .lyNyCase_img a { display: block; width: 100%; height: 100%; margin:0 auto; padding:0; position: relative;}
.case_content ul li .lyNyCase_img a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.case_content ul li .lyNyCase_img a:after { display:block; width:53px; height:54px; background:url(../images/case_icon.png) center center no-repeat; background-size:contain; position:absolute; bottom:-5%; right:5%; z-index:1; content:'';}

.case_content ul li .lyNyCase_text { padding:20px;}
.case_content ul li .lyNyCase_text a.CaseName { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:22px; font-weight:bold; text-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_honor ul li .lyNyCase_text a.CaseName{margin:0 auto 10px;}
.case_content ul li:hover{box-shadow:0 10px 20px rgba(0,0,0,0.4);}
.case_content ul li:hover .lyNyCase_text a.CaseName { color:#245dbe;}
.case_content ul li .lyNyCase_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; margin:10px auto 15px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.case_content ul li .lyNyCase_text a.CaseBtn { display:inline-block; width:auto; height:40px; overflow:hidden; line-height:38px; color:#999; background:#eceef0; font-size:15px; text-align:center; margin:0 auto; padding:0 30px; border:1px solid #ddd; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.case_content ul li:hover .lyNyCase_text a.CaseBtn{ background: linear-gradient(to right, #1cb5e0, #000046); color:#fff;}
@media screen and (max-width:1680px){
	.case_content{ padding:110px 0 200px;}
	}
@media (max-width:1440px) {
	.case_content ul li .lyNyCase_img { height:280px;}
}
@media (max-width:1366px) {
	.case_content{ padding:110px 0 180px;}
	.case_content ul li .lyNyCase_img { height:270px;}
}
@media (max-width:1280px) {
	.case_content .case_main{padding: 40px 3%;}
	.case_content ul li .lyNyCase_img { height:250px;}
}
@media (max-width:1200px) {
	.case_content{ padding:100px 0 150px;}
	.case_content ul li .lyNyCase_img { height:240px;}
}
@media (max-width:1080px) {
	.case_content .case_main { padding:40px 3%;}
	.case_content ul li { width:31.333333%; height:auto; margin:0 3% 40px 0; padding:0;}
	.case_content ul li:nth-child(3n+3) { margin:0 0 40px;}
	.case_content ul li .lyNyCase_img { height:220px;}
	.case_content ul li .lyNyCase_text { padding:15px 20px 20px;}
	.case_content ul li .lyNyCase_text a.CaseName { font-size:18px;}
	.case_content ul li .lyNyCase_text p { margin:5px auto 15px;}
}
@media (max-width:1024px) {
	.case_content .case_main { padding:30px 3%;}
	.case_content ul li { width:31.333333%; height:auto; margin:0 3% 30px 0; padding:0;}
	.case_content ul li:nth-child(3n+3) { margin:0 0 30px;}
	.case_content ul li .lyNyCase_img { height:210px;}
}
@media screen and (max-width:920px){
	.case_content{ padding:100px 0 130px;}
	}
@media (max-width:800px) {
	.case_content ul li { width:48.5%; height:auto; margin:0 3% 30px 0; padding:0;}
	.case_content ul li:nth-child(3n+3) { margin:0 3% 30px 0;}
	.case_content ul li:nth-child(2n+2) { margin:0 0 30px;}
	.case_content ul li .lyNyCase_img { height:230px;}
}
@media (max-width: 767px) {
	.case_content{padding: 100px 0 80px;}
	.case_content ul li { width:100%; height:auto; margin:0 auto 20px; padding:0; float: inherit;}
	.case_content ul li:nth-child(2n+2), .case_content ul li:nth-child(3n+3) { margin:0 auto 20px;}
}
@media (max-width: 600px) {
	.case_content{padding: 100px 0 70px;}
	
}
@media (max-width: 425px) {
	.case_content ul li { width:100%; height:auto; margin:0 auto 20px; padding:0; float: inherit;}
	.case_content ul li:nth-child(2n+2), .case_content ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.case_content ul li .lyNyCase_img { height:230px;}
	.case_content ul li .lyNyCase_text a.VideoBtn { padding:0 20px;}
	.case_content ul li .lyNyCase_img { height:220px;}
}
@media (max-width: 375px) {
	.case_content{padding: 100px 0 60px;}
	.case_content ul li .lyNyCase_img { height:220px;}
}
@media (max-width: 320px) {
	.case_content ul li .lyNyCase_img { height:200px;}
}
/*case_content 结束*/
.bd_weixin_popup{ height:315px !important;}

/*内页视频中心 开始*/
.video_content { width:100%;padding: 120px 0 215px;}
.video_content ul{ min-height:500px;}
.video_content ul li { width:31%; height:auto; margin:0 3.5% 50px 0; padding:0; background-color:#fff; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-shadow:0 0 16px rgba(0,0,0,0.1);}
.video_content ul li:nth-child(3n+3) { margin:0 0 50px;}
.video_content ul li .lyNyCase_img { width:100%; height:300px; margin:0 auto; padding:0; cursor:pointer; position:relative;}
.video_content ul li .lyNyCase_img a { display: block; width: 100%; height: 100%; margin:0 auto; padding:0; position: relative;}
.video_content ul li .lyNyCase_img a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.video_content ul li .lyNyCase_img a:after { content: '';display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 56px;height: 56px;background: url(../images/video.png) no-repeat center;background-size: 100%;z-index: 1;}
.video_content ul li .lyNyCase_text { padding:20px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.video_content ul li .time{ margin:0 0 10px;width:130px; height:24px; line-height:24px; background:#a9a9a9; color:#fff; padding:0 0 0 10px; overflow:hidden; position:relative;}
.video_content ul li .time .date{display: flex;display: -webkit-flex;position: absolute;bottom: 0;right: -6px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.video_content ul li .time .date:before{content: '';position: absolute;bottom: 0px;right: 0;width: 100%;height: 100%;background: linear-gradient(to right, #1cb5e0, #000046);transform: skewX(-20deg);}
.video_content ul li .time .date span{ width:45px; display: block;height: 24px;line-height: 24px;color: #fff; margin: 0; padding: 0;right: 0;bottom: 0;position: relative;text-align: center; z-index:1;}
.video_content ul li .lyNyCase_text a.CaseName { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; font-weight:bold; text-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0;}
.video_content ul li .lyNyCase_text p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:16px; margin:0 auto; padding:0; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.video_content ul li:hover .lyNyCase_text{ background: linear-gradient(to right, #1cb5e0, #000046);}
.video_content ul li:hover .time{ background:rgba(255,255,255,.25);}
.video_content ul li:hover .time .date:before{ background:#fff;}
.video_content ul li:hover .time .date span{ color:#245dbe;}
.video_content ul li:hover .lyNyCase_text a.CaseName{ color:#fff;}
.video_content ul li:hover .lyNyCase_text p{ color:rgba(255,255,255,.45);}

.fvopvideo { width:80% !important; height:500px!important;margin:0 auto 20px !important;position:relative;z-index:99;}
@media (max-width: 1680px) {
	.video_content{padding: 110px 0 200px;}
}
@media (max-width:1440px) {
	.video_content ul li .lyNyCase_img { height:280px;}
}
@media (max-width:1366px) {
	.video_content{padding: 110px 0 180px;}
	.video_content ul li .lyNyCase_img { height:270px;}
}
@media (max-width:1280px) {
	.video_content{padding: 40px 0;}
	.video_content .case_main{padding: 40px 3%;}
	.video_content ul li .lyNyCase_img { height:250px;}
}
@media (max-width:1200px) {
	.video_content{padding: 100px 0 150px;}
	.case_content ul li .lyNyCase_img { height:240px;}
}
@media (max-width:1080px) {
	.video_content .case_main { padding:40px 3%;}
	.video_content ul li { width:31.333333%; height:auto; margin:0 3% 40px 0; padding:0;}
	.video_content ul li:nth-child(3n+3) { margin:0 0 40px;}
	.video_content ul li .lyNyCase_img { height:220px;}
	.video_content ul li .lyNyCase_text { padding:15px 20px 20px;}
	.video_content ul li .lyNyCase_text a.CaseName { font-size:18px;}
}
@media (max-width:1024px) {
	.video_content .case_main { padding:30px 3%;}
	.video_content ul li { width:31.333333%; height:auto; margin:0 3% 30px 0; padding:0;}
	.video_content ul li:nth-child(3n+3) { margin:0 0 30px;}
	.video_content ul li .lyNyCase_img { height:210px;}
}
@media (max-width: 920px) {
	.video_content{padding: 100px 0 130px;}
}
@media (max-width:800px) {
	.video_content ul li { width:48.5%; height:auto; margin:0 3% 30px 0; padding:0;}
	.video_content ul li:nth-child(3n+3) { margin:0 3% 30px 0;}
	.video_content ul li:nth-child(2n+2) { margin:0 0 30px;}
	.video_content ul li .lyNyCase_img { height:230px;}
	
	.fvopvideo{ width:100% !important; height:420px !important;}
}
@media (max-width: 767px) {
	.video_content{padding: 100px 0 80px;}
	.video_content ul li { width:100%; height:auto; margin:0 auto 20px; padding:0; float: inherit;}
	.video_content ul li:nth-child(2n+2), .video_content ul li:nth-child(3n+3) { margin:0 auto 20px;}
	
	.fvopvideo{ height:240px !important;}
}
@media (max-width: 600px) {
	.video_content{padding: 100px 0 70px;}
}
@media (max-width: 425px) {
	.video_content ul li { width:100%; height:auto; margin:0 auto 20px; padding:0; float: inherit;}
	.video_content ul li:nth-child(2n+2), .video_content ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.video_content ul li .lyNyCase_img { height:220px;}
}
@media (max-width: 375px) {
	.video_content{padding: 100px 0 60px;}
	.fvopvideo{ height:200px !important;}
}
@media (max-width: 320px) {
	.video_content ul li .lyNyCase_img { height:200px;}
}
/*内页视频中心 结束*/

/*最新联系我们*/
.ny_lxwm{ position:relative; overflow:hidden;}
.ny_lxwm .w1400{ position:relative; z-index:2;}
.ny_lxwm:after{ content:""; display:block; width:50%; height:100%; background:#fff; position:absolute; left:0; top:0;}
.ny_lxwm .lxwmone{ padding:40px 0 88px; overflow:hidden;}
.ny_lxwm .lxwmone .lxwmorder{ width:50%; float:left; padding-right:9%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_lxwm .lxwmone .lxwmorder .bigbt{ font-size:36px; color:#333; font-weight:bold;}
.ny_lxwm .lxwmone .lxwmorder .smallxb{font-size:16px; color:#999; display:block; margin:20px 0 10px;}
.ny_lxwm .lxwmone #ly_msg.ly_msg,.ny_lxwm .lxwmone #ly_msg.ly_msg ul{ margin-bottom:0 !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li:last-child{ margin-bottom:0 !important;}
.ny_lxwm .lxwmone .lxwmorder .ly_order ul li:nth-of-type(2),
.ny_lxwm .lxwmone .lxwmorder .ly_order ul li:nth-of-type(6),
.ny_lxwm .lxwmone .lxwmorder .ly_order ul li:nth-of-type(7){ display:none;}
.ny_lxwm .lxwmone .lxwmorder .ly_order #ly_msg.ly_msg ul li .msg_ipt2>span{ display:none !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li h4.xh,.ny_lxwm .lxwmone #ly_msg.ly_msg ul li h4{ display:none !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt1,.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt2,.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt12{ width:100% !important;height:50px !important; background:#fff !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt0{ height:90px !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt0 textarea{background:#fff !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg .msg_ipt1 input, .ny_lxwm .lxwmone .msg_ipt12 input, .ny_lxwm .lxwmone .msg_ipt2 input, .msg_ipt12 .msg_option{width:100% !important; height:50px !important; background:#fff !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg .msg_ipt2 input{ margin-right:10px;}
.ny_lxwm .lxwmone #ly_msg.ly_msg ul li a.yzm_img{ height:40px !important; margin-top:1px;}
.ny_lxwm .lxwmone .msg_btn input.msg_btn1{ background: linear-gradient(to right, #1cb5e0, #000046) !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg .msg_btn{width:100% !important;}
.ny_lxwm .lxwmone #ly_msg.ly_msg .msg_btn input{ margin:0 !important;width:100% !important;}
.ny_lxwm .lxwmone .ly_msg .msg_btn input:nth-of-type(2){ display:none !important;}

.ny_lxwm .lxwmone .column{ width:50%; float:right; padding-left:9%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_lxwm .lxwmone .column ul li{ margin-bottom:70px;position: relative; padding-left:80px;}
.ny_lxwm .lxwmone .column ul li:last-child{ margin-bottom:0;}
.ny_lxwm .lxwmone .column ul li:after{content: ''; position: absolute; background: #ccc; height:45px;width: 1px; left: 25px; bottom: -45px;}
.ny_lxwm .lxwmone .column ul li:last-child:after{ display:none;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(1){ background:url(../images/zxlxwoico1.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(2){ background:url(../images/zxlxwoico2.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(3){ background:url(../images/zxlxwoico3.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(4){ background:url(../images/zxlxwoico4.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li:nth-of-type(5){ background:url(../images/zxlxwoico5.png) left top no-repeat;}
.ny_lxwm .lxwmone .column ul li span{ font-size:18px; font-weight:bold; color:#245dbe;}
.ny_lxwm .lxwmone .column ul li p{ font-size:20px; color:#4c4c4c; margin-top:15px;}
@media (max-width: 1399px) {
	.ny_lxwm .lxwmone{padding: 70px 0;}
}
@media (max-width:1023px) {
	.ny_lxwm .lxwmone{padding:60px 0;}
	.ny_lxwm .lxwmone .lxwmorder{ padding-right:5%;}
	.ny_lxwm .lxwmone .lxwmorder .bigbt{ font-size:30px;}
	.ny_lxwm .lxwmone .lxwmorder .smallxb{margin: 10px 0 10px;}
	
	
	.ny_lxwm .lxwmone .column{ padding-left:5%;}
	.ny_lxwm .lxwmone .column ul li{margin-bottom: 65px;padding-left: 70px;}
}
@media (max-width:767px) {
	.ny_lxwm:after{ width:100%;}
	.ny_lxwm .lxwmone{padding:40px 0;}
	.ny_lxwm .lxwmone .lxwmorder{ width:100%; padding-right:0;margin-top:30px;}
	.ny_lxwm .lxwmone .lxwmorder .bigbt{ font-size:26px;}
	.ny_lxwm .lxwmone .lxwmorder .smallxb{margin: 10px 0 0;}
	.ny_lxwm .lxwmone #ly_msg.ly_msg ul li{margin: 0 auto 10px!important;}
	.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt1, .ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_tara,.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_ipt12,.ny_lxwm .lxwmone #ly_msg.ly_msg ul li .msg_btn{ padding-right:0 !important;}
	
	.ny_lxwm .lxwmone .column{ width:100%;padding-left:0;}
	.ny_lxwm .lxwmone .column ul li{ margin-bottom:15px;border: 1px solid #ddd; padding:20px 15px 20px 85px;}
	.ny_lxwm .lxwmone .column ul li:after{ display:none;}
	.ny_lxwm .lxwmone .column ul li:nth-of-type(1){ background:url(../images/zxlxwoico1.png) 15px 15px no-repeat;}
	.ny_lxwm .lxwmone .column ul li:nth-of-type(2){ background:url(../images/zxlxwoico2.png) 15px 15px no-repeat;}
	.ny_lxwm .lxwmone .column ul li:nth-of-type(3){ background:url(../images/zxlxwoico3.png) 15px 15px no-repeat;}
	.ny_lxwm .lxwmone .column ul li:nth-of-type(4){ background:url(../images/zxlxwoico4.png) 15px 15px no-repeat;}
	.ny_lxwm .lxwmone .column ul li:nth-of-type(5){ background:url(../images/zxlxwoico5.png) 15px 15px no-repeat;}
	.ny_lxwm .lxwmone .column ul li p{ margin-top:0;}
}
@media (max-width:500px) {
	.ny_lxwm .lxwmone{padding:30px 0;}
	.ny_lxwm .lxwmone .lxwmorder{ margin-top:20px;}
	
	.ny_lxwm .lxwmone .column ul li{ padding:20px 15px 20px 70px;}
	.ny_lxwm .lxwmone .column ul li:nth-of-type(1),
	.ny_lxwm .lxwmone .column ul li:nth-of-type(2),
	.ny_lxwm .lxwmone .column ul li:nth-of-type(3),
	.ny_lxwm .lxwmone .column ul li:nth-of-type(4),
	.ny_lxwm .lxwmone .column ul li:nth-of-type(5){ background-size:40px;background-position: 15px 20px}
	.ny_lxwm .lxwmone .column ul li span{font-size:16px;}
	.ny_lxwm .lxwmone .column ul li p{font-size:18px;}
	
}