@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'); }
@font-face { font-family: "LEXENDDECA-SEMIBOLD"; src: url('../fonts/LEXENDDECA-SEMIBOLD.ttf'); }
@font-face { font-family: "BEBASKAI"; src: url('../fonts/BEBASKAI.ttf'); }
@font-face { font-family: "Aileron-Black"; src: url('../fonts/Aileron-Black.ttf'); }
body, html { overflow-x: hidden; min-width:1450px; }
/* 设置滚动条的样式 */
::-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; }
/*修改输入框placeholder的默认颜色*/
::-webkit-input-placeholder{
  color:#aaa;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#aaa;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#aaa;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#aaa;
}
.w1400 { width: 1400px; margin: 0 auto; }

/*头部 开始*/
.ly_Top { width: 100%; height: 120px; background: #fff; }
.ly_Top .ly_Logo { float: left; width: 145px; position: relative; z-index: 2; }
.ly_Logo img { display: block; float: left; width: 115px; height: auto; }
.lyLogo_text { float: left; width: 300px; padding: 15px 0; }
.lyLogo_text b { display: block; font-size: 40px; color: #222; }
.lyLogo_text p { font-size: 16px; color: #999; }
.ly_Top .ly_Tel { float: right; margin: 37px 0 0; position: relative; z-index: 1; }
.ly_Tel p { width: 312px; height: 48px; line-height: 48px; background: #044e97; border-radius: 30px; color: #fff; padding: 0 0 0 22px; position: relative; z-index: 2; }
.ly_Tel:after { content: ""; display: block; width: 312px; height: 48px; background: #c5b36b; position: absolute; left: 5px; top: -3px; border-radius: 30px; }
.ly_Tel p span img { display: inline-block; margin: -2px 8px 0 0; vertical-align: middle; }
.ly_Tel p span { font-size: 16px; color: rgba(255,255,255,0.45); display: block; float: left; }
.ly_Tel p b { display: inline-block; font-size: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ly_nav { width: 100%; height: 60px; background: #fff; border-top: 1px solid #c5b36b; position: relative; top: -60px; }
.ly_nav .w1400 { padding: 0 0 0 140px; }
nav { width: calc(100% - 300px); height: 100%; margin: 0; padding: 0; float: left; }
nav .nav { height: 100%; transition: none; }
.menu_open { display: none; }
nav ul { height: 100%; margin: 0 auto; padding: 0; display: flex; }
nav ul .nav_item { position: relative; margin: 0; padding: 0; -webkit-flex: 1; -ms-flex: 1; -moz-flex: 1; }
.nav_item > a { display: block; width: 100%; height: 100%; line-height: 60px; color: #222; font-size: 18px; text-align: center; -webkit-transition: all .4s; transition: all .4s; position: relative; }
.nav_item:hover > a, .nav_item > a.navon { color: #fff; background: #c5b36b; }
.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100px; z-index: 10; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color: #fff; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; }
.nav_item2 a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.ny_top .nav_item2 a { color: #565656; }
.nav_item2:hover a { background-color: #e64b4b; color: #fff; }
.hcover { display: none; transition: none; }
.top_ss { float: right; width: 250px; margin-top: 15px; background: #f8f8f8; border-radius: 30px; position: relative; padding: 0 3px 0 0; }
.top_ss .sr { width: calc(100% - 36px); float: left; height: 36px; line-height: 36px; font-size: 16px; color: #999; padding-left: 20px; border: 0; background: #f8f8f8; outline: none; border-radius: 30px; }
.top_ss .tj { width: 36px; height: 36px; float: left; border: 0; outline: none; border-left: 0; border-radius: 50px; background: #fff; background: #044e97 url(../images/top_ss.png) center center no-repeat; position: relative; z-index: 2; cursor: pointer; }
.top_ss:after { content: ""; display: block; width: 36px; height: 36px; background: #c5b36b; border-radius: 50px; position: absolute; right: 0; top: -3px; z-index: 1; }
.top_ss .sr::-webkit-input-placeholder{
  color:#bbb;
}
.top_ss .sr::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#bbb;
}
.top_ss .sr:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#bbb;
}
.top_ss .sr:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#bbb;
}

/*头部 结束*/
/*.apple-banner*/
.apple-banner .swiper-container1 { width: 100%; height: 625px; position: relative; overflow: hidden; top: -60px; }
.swiper-button-next, .swiper-button-prev { top: inherit; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: inherit; }
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next { display: block; width: 32px; height: 32px; border: 2px solid #fff; border-radius: 50%; position: absolute; margin-top: 0; border-radius: 100%; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; outline: none; bottom: 31px; top: auto !important; opacity: 0.45; }
.apple-banner .swiper-button-prev { background: url(../images/ban_jt1.png) center center no-repeat; left: auto; right: calc(13.6% + 152px); }
.apple-banner .swiper-button-next { background: url(../images/ban_jt1.png) center center no-repeat; left: auto; right: calc(13.6% + 106px); transform: rotate(180deg); }
.apple-banner .swiper-button-prev:hover, .apple-banner .swiper-button-next:hover { opacity: 1; }
/*分页器*/
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { top: auto; bottom: 30px; right: 13.6%; left: inherit; width: auto; font-size: 18px; color: #fff; font-weight: bold; }
.apple-banner .swiper-pagination span { display: inline-block; padding: 0 2px; font-family: "BEBAS"; }
.apple-banner .swiper-pagination span::before { content: '0'; display: inline; }
.apple-banner .swiper-pagination span.swiper-pagination-current { color: #fff; font-size: 26px; font-family: "BEBAS"; }
.apple-banner .swiper-pagination::before { content: ''; display: block; width: calc(100% - 160px); height: 1px; margin-top: -0.5px; background-color: rgba(255, 255, 255, .1); position: absolute; top: 50%; }
.apple-banner .swiper-pagination::before { left: 80px; }
.swiper-button-next:after, .swiper-button-prev:after { display: none; }

/*banner 结束*/

/*推荐产品 开始*/
.ly_TjPro { width: 100%; padding: 85px 0; margin-top: -60px; background: url(../images/lyPro_Bg.png) no-repeat top center; background-size: cover; }
.ly_tit { text-align: center; margin-bottom: 55px; overflow: hidden; }
.ly_tit b { display: block; font-size: 44px; color: #222; line-height: 48px; margin-bottom: 25px; }
.ly_tit1 b { color: #fff; }
.ly_tit p span { display: inline-block; width: 250px; height: 32px; line-height: 32px; font-size: 16px; color: #fff; letter-spacing: 5px; background: #044e97; border-radius: 30px; margin: 0 8px; }
.ly_tit p i { display: inline-block; width: 230px; height: 5px; border-top: 2px solid #c5b36b; border-bottom: 2px solid #c5b36b; margin-bottom: 3px; }
.lyTjPro_list{ min-height:300px;}
.lyTjPro_list .swiper-slide .lyTjPro_Con { width: 100%; background: #fff; border-radius: 20px; position: relative; padding: 30px 0 0; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Num:after { content: ""; display: block; font-size: 30px; color: #044e97; font-weight: bold; position: absolute; left: 30px; top: 25px; z-index: 2; }
.lyTjPro_list .swiper-slide:nth-child(1) .lyTjPro_Con .lyTjPro_Num:after { content: "01"; }
.lyTjPro_list .swiper-slide:nth-child(2) .lyTjPro_Con .lyTjPro_Num:after { content: "02"; }
.lyTjPro_list .swiper-slide:nth-child(3) .lyTjPro_Con .lyTjPro_Num:after { content: "03"; }
.lyTjPro_list .swiper-slide:nth-child(4) .lyTjPro_Con .lyTjPro_Num:after { content: "04"; }
.lyTjPro_list .swiper-slide:nth-child(5) .lyTjPro_Con .lyTjPro_Num:after { content: "05"; }
.lyTjPro_list .swiper-slide:nth-child(6) .lyTjPro_Con .lyTjPro_Num:after { content: "06"; }
.lyTjPro_list .swiper-slide:nth-child(7) .lyTjPro_Con .lyTjPro_Num:after { content: "07"; }
.lyTjPro_list .swiper-slide:nth-child(8) .lyTjPro_Con .lyTjPro_Num:after { content: "08"; }
.lyTjPro_list .swiper-slide:nth-child(9) .lyTjPro_Con .lyTjPro_Num:after { content: "09"; }
.lyTjPro_list .swiper-slide:nth-child(10) .lyTjPro_Con .lyTjPro_Num:after { content: "10"; }
.lyTjPro_list .swiper-slide:nth-child(11) .lyTjPro_Con .lyTjPro_Num:after { content: "11"; }
.lyTjPro_list .swiper-slide:nth-child(12) .lyTjPro_Con .lyTjPro_Num:after { content: "12"; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_New { position: absolute; top: 0; right: 0; z-index: 2; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Img { width: 100%; height: 320px; overflow: hidden; position: relative; z-index: 1; padding: 20px; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Img img { display: block; max-height: 90%; max-width: 90%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Text { width: 100%; padding: 22px; background: #fff; text-align: center; position: relative; border-radius: 0 0 20px 20px; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Text:before { content: ""; display: block; width: 86%; background: #e6e6e6; height: 1px; position: absolute; left: 7%; top: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Text b { display: block; font-size: 18px; margin-bottom: 3px; position: relative; z-index: 2; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Text b a { display: inline-block; color: #222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 80%; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Text b i { display: inline-block; width: 18px; height: 18px; background: #044e97 url(../images/yico01.png) no-repeat center center; border-radius: 50px; margin: 0 0 4px 10px; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Text p { font-size: 16px; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; z-index: 2; }
.lyTjPro_list .swiper-slide .lyTjPro_Con .lyTjPro_Text p em { display: inline-block; width: 15px; height: 15px; background: url(../images/yico02.png) no-repeat center center; margin: 0 8px -2px 0; }
.lyTjPro_list .swiper-slide:hover .lyTjPro_Con .lyTjPro_Text:before { background: #044e97; width: 100%; height: 100%; left: 0; border-radius: 0 0 20px 20px; }
.lyTjPro_list .swiper-slide:hover .lyTjPro_Con .lyTjPro_Text b a { color: #fff; }
.lyTjPro_list .swiper-slide:hover .lyTjPro_Con .lyTjPro_Text b i { background: #c5b36b url(../images/yico01.png) no-repeat center center; }
.lyTjPro_list .swiper-slide:hover .lyTjPro_Text p { color: rgba(255,255,255,0.45); }
.lyTjPro_list .swiper-slide:hover .lyTjPro_Text p em { background: url(../images/yico03.png) no-repeat center center; }
.lyTjPro_list .swiper-slide:hover .lyTjPro_Img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyTjPro_btn { width: 240px; height: 60px; line-height: 60px; text-align: center; border: 1px solid #c5b36b; border-radius: 30px; margin: 50px auto 0; }
.lyTjPro_btn a { display: block; font-size: 16px; color: #c5b36b; }
.lyTjPro_btn a img { display: inline-block; margin: -4px 0 0 10px; }
.lyTjPro_btn a:hover img { margin: -4px 0 0 15px; }

/*推荐产品 结束*/

/*首页横幅 开始*/
.lyHeng { width: 100%; background: url(../images/hengfu_bg.png) no-repeat top center; margin-top: -45px; background-size: cover; display: flex; align-items: center; height: 349px; }
.lyHeng .lyHeng_l { width: 75%; float: left; display: flex; align-items: center; }
.lyHeng .lyHeng_l img { display: block; width: 201px; float: left; margin-right: 45px; }
.lyHeng .lyHeng_l:hover img { transform: rotateY(180deg); }
.lyHeng .lyHeng_l .lyHeng_text { width: calc(100% - 246px); float: right; }
.lyHeng .lyHeng_l .lyHeng_text b { display: block; font-size: 30px; color: #fff; margin-bottom: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyHeng .lyHeng_l .lyHeng_text p { font-size: 16px; color: rgba(255,255,255,0.45); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; max-height: 48px; line-height: 24px; }
.lyHeng .lyHeng_r { width: 20%; float: right; padding: 40px 0 0; }
.lyHeng .lyHeng_r .lyHeng_tel { width: 100%; overflow: hidden; }
.lyHeng .lyHeng_r .lyHeng_tel .lyHengtel_img { width: 44px; height: 44px; background: #fff; display: block; border-radius: 50px; float: left; margin: 7px 0 0; }
.lyHeng .lyHeng_r .lyHeng_tel .lyHengtel_text { width: calc(100% - 60px); float: right; }
.lyHeng .lyHeng_r .lyHeng_tel .lyHengtel_text span { display: block; font-size: 16px; color: rgba(255,255,255,0.45); }
.lyHeng .lyHeng_r .lyHeng_tel .lyHengtel_text b { display: block; font-size: 24px; color: #fff; }
.lyHeng .lyHeng_r .lyHeng_btn { width: 236px; height: 40px; line-height: 40px; background: #c5b36b; text-align: center; border-radius: 30px; margin: 15px 0 0; }
.lyHeng .lyHeng_r .lyHeng_btn a { display: block; font-size: 18px; color: #fff; }
.lyHeng .lyHeng_r .lyHeng_btn a img { display: inline-block; margin: -4px 0 0 10px; }
.lyHeng .lyHeng_r .lyHeng_btn a:hover img { margin: -4px 0 0 15px; }

/*首页横幅 结束*/

/*产品中心 开始*/
.ly_Pro { width: 100%; padding: 40px 0 60px; overflow: hidden; }
.lyPro_Menu { width: 100%; margin: -10px 0 35px;}
.lyPro_Menu .swiper-container { padding: 10px 0 0; }
.lyPro_Menu .swiper-slide { text-align: center; height: 60px; background: #ddd; line-height: 60px; border-radius: 10px; padding: 0 10px; }
.lyPro_Menu .swiper-slide a { display: block; font-size: 18px; color: #222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyPro_Menu .swiper-slide:hover { background: linear-gradient(to bottom, #044e97 90%, #c5b36b 10%); height: 70px; margin-top: -10px; }
.lyPro_Menu .swiper-slide:hover a { color: #fff; }
.lyPro_list ul{ min-height:300px;}
.lyPro_list ul li { width: 23.5%; float: left; margin: 0 2% 25px 0; background: #fff; border-radius: 20px; position: relative; }
.lyPro_list ul li:nth-child(4n+4) { margin-right: 0; }
.nyPro_list ul li { width: 32%; background: #f9f9f9; }
.nyPro_list ul li:nth-child(4n+4) { margin-right: 2%; }
.nyPro_list ul li:nth-child(3n+3) { margin-right: 0; }
.lyPro_list ul li .lyPro_Img { width: 100%; height: 306px; overflow: hidden; position: relative; z-index: 1; }
.lyPro_list ul li .lyPro_Img img { display: block; max-height: 90%; max-width: 90%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.lyPro_list ul li .lyPro_Text { width: 100%; padding: 22px; background: #fff; text-align: center; position: relative; border-radius: 0 0 20px 20px; }
.nyPro_list ul li .lyPro_Text { background: #f9f9f9; }
.lyPro_list ul li .lyPro_Text:before { content: ""; display: block; width: 86%; background: #e6e6e6; height: 1px; position: absolute; left: 7%; top: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyPro_list ul li .lyPro_Text b { display: block; font-size: 18px; margin-bottom: 3px; position: relative; z-index: 2; }
.lyPro_list ul li .lyPro_Text b a { display: inline-block; color: #222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 80%; }
.lyPro_list ul li .lyPro_Text b i { display: inline-block; width: 18px; height: 18px; background: #044e97 url(../images/yico01.png) no-repeat center center; border-radius: 50px; margin: 0 0 4px 10px; }
.lyPro_list ul li .lyPro_Text p { font-size: 16px; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; z-index: 2; }
.lyPro_list ul li .lyPro_Text p em { display: inline-block; width: 15px; height: 15px; background: url(../images/yico02.png) no-repeat center center; margin: 0 8px -2px 0; }
.lyPro_list ul li:hover .lyPro_Text:before { background: #044e97; width: 100%; height: 100%; left: 0; border-radius: 0 0 20px 20px; }
.lyPro_list ul li:hover .lyPro_Text b a { color: #fff; }
.lyPro_list ul li:hover .lyPro_Text b i { background: #c5b36b url(../images/yico01.png) no-repeat center center; }
.lyPro_list ul li:hover .lyPro_Text p { color: rgba(255,255,255,0.45); }
.lyPro_list ul li:hover .lyPro_Text p em { background: url(../images/yico03.png) no-repeat center center; }
.lyPro_list ul li:hover .lyPro_Img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }

/*产品中心 结束*/

/*关于我们 开始*/
.ly_About { width: 100%; padding: 85px 0; background: url(../images/lyAbout_Bg.png) no-repeat top center; }
.lyAbout_Ms { width: 90%; margin: 0 auto; min-height: 145px; }
.lyAbout_Ms, .lyAbout_Ms p { overflow: hidden; max-height: 145px; line-height: 36px; color: rgba(255,255,255,0.65); font-size: 16px; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-align: center; }
.lyAbout_Img { width: 100%; height: 468px; margin: 40px auto 0; position: relative; }
.lyAbout_Img img { display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; max-width: 100%; max-height: 100%; }

/*关于我们 结束*/

/*技术文章 开始*/
.ly_Art { width: 100%; background: url(../images/lyArt_Bg.png) no-repeat bottom center; padding: 0 0 125px; }
.lyArt_list ul { min-height: 400px; }
.lyArt_list ul li { width: 32%; float: left; margin: 0 2% 25px 0; background: #fff; border-radius: 20px; padding: 28px; position: relative; }
.lyArt_list ul li:nth-child(3n+3) { margin-right: 0; }
.lyArt_list ul li:after { content: ""; background: #044e97; width: 100%; height: 0; position: absolute; bottom: 0; left: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; border-radius: 20px; }
.lyArt_list ul li .lyArt_Name { display: block; font-size: 18px; font-weight: bold; color: #2e2e2e; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; z-index: 2; }
.lyArt_list ul li p { font-size: 16px; color: #777; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; max-height: 52px; margin: 10px 0 30px; position: relative; z-index: 2; }
.lyArt_list ul li .lyArt_F { width: 100%; height: 36px; line-height: 36px; background: #e3e8eb; padding: 0 20px; border-radius: 30px; position: relative; z-index: 2; }
.lyArt_list ul li .lyArt_time { width: 50%; float: left; font-size: 14px; color: #999; background: url(../images/time01.png) no-repeat left 10px; padding: 0 0 0 20px; line-height: 36px; }
.lyArt_list ul li .lyArt_btn { display: block; float: right; line-height: 36px; font-size: 16px; color: #999; }
.lyArt_list ul li .lyArt_btn i { display: inline-block; background: url(../images/yjt03.png) no-repeat center center; width: 23px; height: 7px; margin: 0 0 3px 10px; background-size: 100%; }
.lyArt_list ul li:hover:after { height: 100%; }
.lyArt_list ul li:hover .lyArt_Name { color: #fff; }
.lyArt_list ul li:hover p { color: rgba(255,255,255,0.45); }
.lyArt_list ul li:hover .lyArt_F { background: #c5b36b; }
.lyArt_list ul li:hover .lyArt_time { color: #fff; background: url(../images/time02.png) no-repeat left 10px; }
.lyArt_list ul li:hover .lyArt_btn { color: #fff; }
.lyArt_list ul li:hover .lyArt_btn i { background: url(../images/yjt02.png) no-repeat center center; background-size: 100%; }

/*技术文章 结束*/

/*lyIdx_Links 开始*/
.lyIdx_Links { width: 100%; overflow: hidden; margin: -50px 0 0; padding: 0; position: relative; }
.lyIdx_Links:before { content: ""; display: block; width: 50%; height: 100px; background-color: #044e97; position: absolute; left: 0; top: 0; }
.lyIdx_Links .w1400 { height: 100px; overflow: hidden; margin: 0 auto; background-color: #044e97; position: relative; border-radius: 0 50px 50px 0; display: flex; align-items: center; }
.lyIdx_Links .lyLinks_title { width: 150px; height: 100px; overflow: hidden; line-height: 50px; color: #fff; font-size: 18px; font-weight: bold; padding: 25px 0; float: left; }
.lyIdx_Links .lyLinks_title img { display: inline-block; margin: 0 15px 0 0; }
.lyIdx_Links .lyLinks_list { width: calc(100% - 150px); float: right; max-height: 70px; overflow: hidden; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; color: rgba(255,255,255,0.45); }
.lyLinks_list a { display: inline-block; height: 35px; line-height: 35px; color: rgba(255,255,255,0.45); font-size: 16px; vertical-align: top; margin: 0 12px; }
.lyLinks_list a:hover { color: #fff; }

/*lyIdx_Links 结束*/

/*ly_Foot 开始*/
.ly_Foot { width: 100%; background: #222 url(../images/map.png) no-repeat center center; overflow: hidden; margin-top: -60px; }
.ny_Foot { margin-top: 0; }
.ly_Foot .lyFoot_Main { padding: 150px 0 70px; overflow: hidden; }
.ny_Foot .lyFoot_Main { padding: 70px 0; }
.lyFoot_Main .lyFoot_lxfs { width: 30%; float: left; }
.lyFoot_Main .lyFoot_lxfs ul li { width: 100%; overflow: hidden; margin-bottom: 25px; }
.lyFoot_Main .lyFoot_lxfs ul li img { display: block; width: 38px; height: 38px; float: left; margin: 5px 0 0; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text { width: calc(100% - 55px); float: right; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text span { display: block; color: rgba(255,255,255,0.25); font-size: 16px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text b { display: block; font-size: 36px; font-family: Aileron-Black; color: #c5b36b; line-height: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text p { font-size: 24px; color: #c5b36b; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyFoot_Main .lyFoot_Nav { width: 20%; float: right; margin: 0 3%; }
.lyFoot_Main .lyFoot_Nav a { display: block; width: 50%; float: left; font-size: 22px; color: #fff; margin-bottom: 20px; }
.lyFoot_Main .lyFoot_Ewm { width: 150px; float: right; }
.lyFoot_Main .lyFoot_Ewm img { width: 100%; }
.lyFoot_Main .lyFoot_Ewm p { color: rgba(255,255,255,0.25); font-size: 16px; margin-top: 10px; text-align: center; }
.ly_Foot .lyFoot_Copy { width: 100%; padding: 17px 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; }

/*ly_Foot 结束*/



/*内页banner*/
.NyBanner { width: 100%; height: 550px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; top: -60px; }
.NyBanner2:before { right: -50px; }
.NyBanner img.nyBa_Img { display: block; width: 1920px; height: 550px; margin: -275px 0 0 -960px; padding: 0; position: absolute; left: 50%; top: 50%; }
.NyBanner .NyBa_Con { width: 1400px; height: auto; margin: -50px 0 0 0; padding: 0; position: absolute; top: 50%; left: 14%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyBa_Con span { display: block; width: 100%; height: auto; line-height: 30px; color: rgba(255,255,255,0.25); font-size: 24px; margin: 0 auto; padding: 0; }
.NyBa_Con i { display: block; width: 40px; height: 3px; margin: 30px 0 17px; padding: 0; background-color: #fff; }
.NyBa_Con p { width: 100%; height: auto; line-height: 40px; color: #fff; font-size: 36px; font-weight: bold; margin: 0 auto; padding: 0; }
/*NyCrumb 开始*/
.NyCrumb { width: 100%; height: auto; margin: 0; padding: 0; position: absolute; bottom: 0; right: 0; z-index: 99; background: url(../images/NyCrumb_Bg.png) no-repeat center bottom; opacity:0.98; }
.NyCrumb1{background: url(../images/NyCrumb_Bg1.png) no-repeat center bottom;}
.NyCrumb .NyCrumb_Main { width: 1300px; height: 78px; margin: 0 auto; padding: 0 40px 0 30px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #e6e6e6; }
.NyCrumb_Main ul { width: 50%; float: left; }
.NyCrumb_Main ul li { float: left; width: auto; padding: 0 35px; line-height: 78px; }
.NyCrumb_Main ul li a, .NyCrumb_Main ul li a.on { display: block; font-size: 18px; color: #555; font-weight: bold; text-align: center; position: relative; }
.NyCrumb_Main ul li a:after, .NyCrumb_Main ul li a.on:after { content: ""; display: block; width: 0; height: 2px; background: #044e97; position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyCrumb_Main ul li a:hover:after, .NyCrumb_Main ul li a.on:after { width: 100%; }
.NyCrumb_Main p { max-width: 22%; overflow: hidden; line-height: 78px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCrumb_Main p.pro2 { max-width: 50%; }
.NyCrumb_Main p img.Crumb { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin: -2px 6px 0 0; }
.NyCrumb_Main p img.CrumbJt { display: inline-block; width: 12px; height: 12px; vertical-align: middle; margin: -2px 8px 0; }
.NyCrumb_Main p a { color: #555; }
.NyCrumb_Main p span { color: #999; }

/*内页banner*/

/*内页公司简介*/
.NyAboutus { width: 100%; height: auto; min-height: 320px; padding: 0; margin-top: -60px; }
.NyTitle { width: 100%; height: auto; margin: 0 auto 40px; padding: 0; text-align: center; }
.NyTitle span { display: block; width: 100%; height: 56px; overflow: hidden; line-height: 56px; color: rgba(0,0,0,0.06); font-family: "Impact"; font-size: 60px; margin: 0 auto; padding: 0; }
.NyTitle p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 36px; font-weight: bold; margin: -20px auto 10px; padding: 0; }
.NyTitle i { display: block; width: 60px; height: 4px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #044e97; }
.lyNy_AboutUs { width: 100%; min-height: 480px; overflow: hidden; margin: 0 auto; padding: 85px 0 0; background: #f9f9f9; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.lyNy_AboutUs .lyNyAb_main { overflow: hidden; margin: 0 auto; padding: 0; }
.lyNyAb_main .lyNyAb_Con { width: 100%; background: url(../images/nyAb_bg.png) no-repeat top center; background-size: cover; margin: 90px 0 0; }
.lyNyAb_Con .lyNyAb_Img { width: 45%; height: 530px; position: relative; overflow: hidden; float: left; top: -40px; }
.lyNyAb_Con .lyNyAb_Img img { display: block; max-height: 100%; max-width: 100%; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; }
.lyNyAb_Con .lyNyAb_Text { width: 55%; float: right; padding: 75px 55px 0; }
.lyNyAb_Con .lyNyAb_Text .lyNyAb_tit { font-size: 30px; font-weight: bold; color: #fff; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con { width: 100%; height: auto; max-height: 180px; overflow-y: scroll; line-height: 30px!important; color: rgba(255,255,255,0.5)!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 20px auto 0; padding: 0 30px 0 0; min-height:100px; }
.NyAboutusProfile_Con p, .NyAboutusProfile_Con span, .NyAboutusProfile_Con em { width: 100%; height: auto; line-height: 30px!important; color: rgba(255,255,255,0.5)!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 0 auto 10px; padding: 0; }
.lyNyAb_Con .lyNyAb_Data { margin: 60px 0 0; overflow: hidden; }
.lyNyAb_Con .lyNyAb_Data ul li { width: 32%; float: left; margin: 0 2% 0 0; }
.lyNyAb_Con .lyNyAb_Data ul li:last-child { margin-right: 0; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img { width: 60px; height: 60px; float: left; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text { width: calc(100% - 80px); float: right; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b { display: block; font-size: 36px; color: #fff; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b span { display: inline-block; font-size: 16px; margin: 0 0 0 10px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text p { font-size: 16px; color: rgba(255,255,255,0.5); margin-top: -5px; }
/* 设置滚动条的样式 */
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con::-webkit-scrollbar {
width:2px;
}
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con::-webkit-scrollbar-track {
background-color:#004ebe;
border-radius:0px;
}
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con::-webkit-scrollbar-thumb {
background-color:#fff;
}
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con::-webkit-scrollbar-thumb:window-inactive {
background-color:#fff;
}
/*荣誉资质*/
.NyAboutus .NyAboutus_Honor { width: 100%; height: auto; margin: 0 auto; padding: 65px 0 0; background-color: #f9f9f9; }
.NyAboutus_Honor .NyAboutusHonor_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAboutusHonor_Main .NyAboutusHonor_List { width: 100%; height: auto; margin: 0 auto; padding: 0 80px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAboutusHonor_List .swiper-container03 { width: 100%; height: auto; min-height: 300px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide { height: auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { width: 100%; height: 326px; overflow: hidden; margin: 0 auto 10px; padding: 20px; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img img { display: block; max-width: 88%; max-height: 88%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; position: relative; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Name { color: #044e97; }
.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { width: 54px!important; height: 54px!important; margin: -27px 0 0!important; border-radius: 50%; position: absolute; top: 50%!important; bottom: 0!important; opacity: 1; cursor: pointer; }
.NyAboutusHonor_List .swiper-button-prev3 { background: #fff url(../images/jt8.png) center center no-repeat; left: 0; }
.NyAboutusHonor_List .swiper-button-next3 { background: #fff url(../images/jt9.png) center center no-repeat; right: 0; }
.NyAboutusHonor_List .swiper-button-prev3:hover { background: #044e97 url(../images/jt10.png) center center no-repeat; }
.NyAboutusHonor_List .swiper-button-next3:hover { background: #044e97 url(../images/jt11.png) center center no-repeat; }
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { width: 100%; height: auto; margin: 40px auto 0; padding: 0; }
.NyAboutusHonor_Bottom i { display: block; width: 100%; height: 30px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #fff; }
.NyAboutusHonor_Bottom p { width: 100%; height: 80px; margin: 0 auto; padding: 0; background: linear-gradient(to bottom, #dedede, #f9f9f9); -webkit-background: linear-gradient(to bottom, #dedede, #f9f9f9); -moz-background: linear-gradient(to bottom, #dedede, #f9f9f9); -ms-background: linear-gradient(to bottom, #dedede, #f9f9f9); -o-background: linear-gradient(to bottom, #dedede, #f9f9f9); transform: skewX(20deg); -webkit-transform: skewX(20deg); -moz-transform: skewX(20deg); -ms-transform: skewX(20deg); -o-transform: skewX(20deg); transform-origin: 0 0; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; }
/*企业文化*/
/*企业文化*/
.ly_AboutQywh { width: 100%; overflow: hidden; margin: 0 auto; padding: 85px 0; }
.lyAboutQywh_list { width: 100%; height: auto; margin: 0 auto; padding: 40px 0 0; background: url(../images/AboutQywh_bg.png) center center no-repeat; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyAboutQywh_list ul li i { display: block; float: left; width: 48px; height: 48px; background: #044e97; border-radius: 50px; color: #fff; text-align: center; line-height: 48px; font-size: 24px; }
.lyAboutQywh_list ul li { width: 50%; overflow: hidden; margin: 0 0 80px; padding: 0; float: left; }
.lyAboutQywh_list ul li .lyAboutQywh_r { width: calc(100% - 70px); float: right; margin-top: 5px; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { width: 100%; height: 45px; overflow: hidden; line-height: 30px; color: #333; font-size: 28px; font-weight: bold; margin: 0 auto 15px; padding: 0; position: relative; }
.lyAboutQywh_list ul li .lyAboutQywh_tit:after { display: block; content: ""; width: 216px; height: 1px; background: #e6e6e6; position: absolute; bottom: 0; left: 0; }
.lyAboutQywh_list ul li p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; text-align: justify; margin: 0 auto; padding: 0 0 0 20px; background: url(../images/Qywh_ico.png) left center no-repeat; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyAboutQywh_list ul li:nth-child(1) { padding-left: 12%; }
.lyAboutQywh_list ul li:nth-child(3) { padding-left: 5%; }
.lyAboutQywh_list ul li:nth-child(5) { padding-left: 12%; margin: 0; }
.lyAboutQywh_list ul li:nth-child(2) { padding-left: 18%; }
.lyAboutQywh_list ul li:nth-child(4) { padding-left: 25%; }
.lyAboutQywh_list ul li:nth-child(6) { padding-left: 18%; margin: 0; }

/*内页公司简介*/


/*内页产品展示*/
.nym { padding: 85px 0; background: #fff; margin-top: -60px; }
.nym .NyProDetail_Right { float: left; }
.NyPro_Left { width: 23.5%; height: auto; margin: 0; padding: 0; float: left; }
.nym .h_left { border: 1px solid #eee!important; padding: 0 0; }
.ny_right { width: 73.5%; }
.ny_right ul { min-height: 500px; }
.ny_right .pro li { width: 31.3%; float: left; margin: 0 3% 30px 0; }
.ny_right .pro li:nth-child(3n+3) { margin-right: 0; }
.ny_right .pro li .cp_img { background: #f9f9f9; }
.pro li .cp_img { display: block; height: 250px; line-height: 250px; text-align: center; vertical-align: middle; background: #f9f9f9; overflow: hidden; position: relative; }
.pro li .cp_img img { max-height: 95%; max-width: 95%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s; }
.pro li .cp_img .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
.pro li .cp_img:before { content: ''; position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; background: rgba(0,0,0,.4) url(../images/cpck.png) center no-repeat; z-index: 9; }
.pro li .cp_name { display: block; height: 60px; line-height: 60px; text-align: center; background: #333; color: #fff; font-size: 18px; font-weight: bold; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro li:hover .cp_img:before { display: block; }
.pro li:hover .cp_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.pro li:hover .cp_name { background: #044e97; }
#fengye { margin: 40px auto 0; color: #666; text-align: center; }
#fengye a { display: inline-block; border-radius: 2px; color: #666; background-color: #fff; border: 1px solid #ddd; height: 36px; width: 70px; text-align: center; margin: 0 0.5%; line-height: 36px; }
#fengye a:hover { background: #044e97; color: #fff; }
#fengye .p_input { display: inline-block; color: #666; background-color: #fff; border: 1px solid #ddd; text-align: center; border-radius: 2px; outline: none; padding: 2px 5px; margin: 0 0.5%; cursor: default; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #044e97; width: 70px !important; height: 36px !important; line-height: 36px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline: none; }
.NyProducts #fengye, .ny_honor #fengye, .ny_case #fengye, .ny_video #fengye { margin: 20px auto 0; }

/*内页产品展示*/

/*产品列表页*/
.ckqb { display: block; text-align: center; font-size: 16px; color: #fff; background: linear-gradient(to right, #047ac5, #044e97); height: 60px; line-height: 60px; margin-bottom: 10px; }
.ckqb:hover { background: linear-gradient(to right, #044e97, #044e97); }
.pro2 li { width: 100%; height: auto; margin: 0 auto 15px; padding: 15px; background-color: #fff; border-bottom: 1px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.pro2 li:hover { background-color: #044e97; }
.pro2 li .NyProlist_Img { width: 28.5%; height: 200px; overflow: hidden; margin: 0; padding: 0; float: left; }
.pro2 li .NyProlist_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #f9f9f9; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pro2 li .NyProlist_Img a img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.pro2 li:hover .NyProlist_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.pro2 li .NyProlist_Text { width: 71.5%; height: auto; overflow: hidden; margin: 0; padding: 15px 15px 25px 30px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.pro2 li .NyProlist_Text .NyProlist_Name { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; }
.pro2 li .NyProlist_Text .NyProlist_Name a { display: block; width: 100%; height: 38px; overflow: hidden; line-height: 38px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.pro2 li:hover .NyProlist_Text .NyProlist_Name a { color: #fff; }
.pro2 li .NyProlist_Text .NyProlist_Ms { width: 100%; height: auto; overflow: hidden; margin: 10px auto 20px; padding: 0; }
.pro2 li .NyProlist_Text .NyProlist_Ms p { width: 100%; height: 56px; overflow: hidden; line-height: 28px; color: #999; font-size: 16px; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.pro2 li:hover .NyProlist_Text .NyProlist_Ms p { color: rgba(255,255,255,0.6); }
.pro2 li .NyProlist_Text .NyProlist_Tags { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; }
.pro2 li .NyProlist_Text .NyProlist_Tags dl { width: 80%; height: auto; margin: 0; padding: 0; float: left; }
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd { display: block; width: 31%; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0 12px 0 0; padding: 0 0 0 12px; position: relative; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd i { display: block; width: 8px; height: 8px; overflow: hidden; margin: 0; padding: 0; border: 1px solid #044e97; border-radius: 50%; position: absolute; left: 0; top: 14px; }
.pro2 li:hover .NyProlist_Text .NyProlist_Tags dl dd { color: #fff; }
.pro2 li:hover .NyProlist_Text .NyProlist_Tags dl dd i { border: 1px solid #fff; }
.pro2 li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { display: block; width: 20%; height: 36px; line-height: 36px; color: #fff; font-size: 14px; text-align: center; margin: 0; padding: 0; background-color: #044e97; border-radius: 18px; float: right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.pro2 li:hover .NyProlist_Text .NyProlist_Tags a.NyProlist_More { color: #044e97; background-color: #fff; }

/*产品列表页*/

/*产品详情页*/
.cp_detail_top { padding: 65px 0; }
/**产品详情页产品图片切换**/
.NyProDetail { width: 1400px; height: auto; margin: -60px auto 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail .NyProDetail_Main { width: 100%; height: auto; margin: 85px auto 60px; padding: 20px; background-color: #f9f9f9; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Main .NyProDetail_Img { width: 40.5%; height: auto; margin: 0; padding: 0; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
#preview { width: 100%; margin: 0; text-align: center; position: relative; }
.list-h li { float: left; }
#spec-n5 { width: 100%; height: 98px; padding-top: 10px; overflow: hidden; }
#spec-left { width: 16px; height: 88px; 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: 23.5%; height: 88px; margin: 0 2% 0 0; }
#spec-list ul li:nth-child(4) { display: inline; margin: 0; }
#spec-list ul li p { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
#spec-list ul li:hover p { border: 1px solid #1f71c2; }
#spec-list ul li img { display: block; max-width: 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: 382px; overflow: hidden; padding: 0; background-color: #fff; 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; background: url(i/loading.gif) #fff no-repeat center center; 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; background: url(../images/mask.png) 0 0 repeat; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }
#spec-list { position: relative; width: 100%; margin: 0; }
#spec-list div { width: 100%!important; height: 70px!important; margin: 0; }
#ceshi { display: block; margin: auto!important; left: 0; top: 0; bottom: 0; right: 0; }
.prodetail_img a.videoIco { left: 20px!important; bottom: 20px!important; z-index: 99!important; }
.Warning { width: 100%!important; height: 100%!important; }
.NyProDetail_Main .NyProDetail_Text { width: 59.5%; height: auto; margin: 0; padding: 10px 0 0 40px; 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: 28px; font-weight: bold; word-break: break-all; position: relative; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 auto 20px; padding: 0 0 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Text .NyProDetail_Name i { display: block; width: 4px; height: 28px; margin: 0; padding: 0; background-color: #044e97; position: absolute; left: 4px; top: 7px; }
.NyProDetail_Text .NyProDetail_Ms { width: 100%; height: auto; overflow: hidden; margin: 20px auto 19px; padding: 15px 20px; background-color: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Text .NyProDetail_Ms span { display: block; line-height: 30px; color: #333; font-size: 16px; font-weight: bold; }
.NyProDetail_Text .NyProDetail_Ms h1 { width: 100%; height: 90px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; 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_Tags { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyProDetail_Tags dl dd { width: 50%; height: auto; margin: 0; padding: 15px 0; float: left; }
.NyProDetail_Tags dl dd:nth-child(1), .NyProDetail_Tags dl dd:nth-child(2) { border-bottom: 1px solid #e5e5e5; }
.NyProDetail_Tags dl dd p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0 10px 0 30px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Tags dl dd p img { display: block; width: 22px; height: 22px; margin: 0; padding: 0; position: absolute; left: 0; top: 9px; }
.NyProDetail_Tags dl dd p span { color: #333; }
.NyProDetail_Text .NyProDetail_Btm { width: 100%; height: 80px; overflow: hidden; margin: 20px auto 0; padding: 16px 30px; background-color: #044e97; border-radius: 20px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Btm .NyProDetail_Tel { width: 74%; height: 48px; overflow: hidden; margin: 0; padding: 0 20px 0 64px; border-right: 1px solid rgba(255,255,255,0.2); float: left; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Btm .NyProDetail_Tel em.ico1 { display: block; width: 48px; height: 48px; background: #fff url(../images/ProIco5.png); border-radius: 50%; margin: 0; padding: 0; position: absolute; left: 0; top: 0; }
.NyProDetail_Btm .NyProDetail_Tel span { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: rgba(255,255,255,0.5); font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.NyProDetail_Btm .NyProDetail_Tel p { width: 100%; height: 26px; overflow: hidden; line-height: 26px; color: #fff; font-size: 24px; font-weight: bold; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; margin: 2px auto 0; padding: 0; }
.NyProDetail_Btm a.NyProDetail_Btn { display: block; width: 19%; height: 48px; overflow: hidden; line-height: 48px; color: #fff; font-size: 16px; text-align: right; margin: 0; padding: 0; float: right; }
.NyProDetail_Btm a.NyProDetail_Btn em.ico2 { display: block; width: 48px; height: 48px; background: #fff url(../images/ProIco6.png); border-radius: 50%; margin: 0 0 0 20px; padding: 0; float: right; background-size:100% 100%; }
.NyProDetail .NyProDetail_Content { width: 100%; height: auto; margin: 60px auto; padding: 0; }
.NyProDetail_Right { width: 23.5%; height: auto; margin: 0; padding: 0; float: right; }
.NyProDetail_Left { width: 76.5%; height: auto; margin: 0; padding: 0 40px 0 0; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Left .NyProDetail_Con { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.NyProDetail_Con .NyProDetail_Tit { width: 100%; height: auto; margin: 0 auto 30px; padding: 0; border-top: 1px solid #e6e6e6; }
.NyProDetail_Con .NyProDetail_Tit span { display: inline-block; width: auto; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 18px; font-weight: bold; margin: 0; padding: 0 30px; background-color: #044e97; border-radius: 0 0 22px; }
.NyProDetail_Con .ProDetailText { width: 100%; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; margin: 0 auto 30px; padding: 0; }
.ProDetailText div, .ProDetailText p { margin: 0 auto 30px; }
.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%; line-height: 30px; color: #666; font-size: 16px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal; word-break: break-all; text-align: justify; float: none; }
.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em { color: #666!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 16px!important; }
.ProDetailText b { display: block; line-height: 30px; color: #666; font-size: 16px; font-weight: bold; margin: 0 0 5px; }
.ProDetailText table tr td p { text-indent: 0!important; }
.ProDetailText img { display: inline-block; width: auto!important; height: auto!important; max-width: 100%; margin: 0 auto; padding: 0; text-indent: 0!important; }
/*产品分类 开始*/
.h_left { width: 100%; overflow: hidden; background-color: #fff; margin: 0 auto; padding: 0 0; border: 1px solid #eee; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyPro_Left .h_left, .NyProlist_Left .h_left { border-top: 0; }
.cp_type { }
.cp_type .hd { width: 100%; height: auto; margin: 0 auto 20px; padding: 50px 30px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; background: url(../images/ml_quan.png) no-repeat 46px 22px; }
.cp_type .hd p { width: 100%; height: 44px; line-height: 32px; color: #333; font-size: 28px; font-weight: bold; margin: 0 auto 8px; padding: 0 0 12px; border-bottom: 1px solid #eee; }
.cp_type .hd p img { display: block; width: 34px; height: 29px; padding: 0; float: right; }
.cp_type .hd span { display: block; height: 24px; line-height: 24px; color: #999; font-size: 15px; letter-spacing: 3px; }
.cp_type .hd i { display: none; }
.cp_type .bd { padding: 0 0 10px; min-height: 200px; }
.cp_type .bd ul li { background-color: #fff; padding: 0 29px; 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.on { padding: 15px 29px; background-color: #f9f9f9; border-bottom: 1px solid #eee; }
.cp_type .bd ul li p { height: 40px; line-height: 40px; padding: 15px 40px 50px 0; border-bottom: 1px solid #eee; position: relative; }
.cp_type .bd ul li:last-child p { }
.cp_type .bd ul li p a { display: block; width: 100%; padding: 0; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.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: 0; }
.cp_type .bd ul li div { display: none; clear:both; }
.cp_type .bd ul li div a { display: block; height: 32px; line-height: 32px; color: #999; font-size: 14px; border-top: 0px solid #eaeaea; padding: 0 0 0 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../images/ml_ico1.png) no-repeat 10px center; }
.cp_type .bd ul li div a:first-child { border-top: 0; }
.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 #044e97; }
.cp_type .bd ul li.on p { padding: 0 40px 0 0; border-bottom: 1px solid #f9f9f9; }
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color: #044e97; }
.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:hover { color: #044e97; background: url(../images/ml_ico2.png) no-repeat 10px center; }
.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: #044e97; color: #fff; }
.ProAll { width: 100%; height: auto; margin: 10px auto 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.ProAll a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 29px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.ProAll a i { display: block; width: 40px; height: 40px; margin: 0; padding: 0; background: url(../images/mulu0.png) center center no-repeat; position: absolute; top: 0; right: 29px; }
.ProAll a:hover { color: #044e97; }
.ProAll a:hover i { background: url(../images/mulu1.png) center center no-repeat; }
/*产品分类 开始*/

.NyPro_PrevNext { width: 100%; height: auto; margin: 0 auto; padding: 7px 30px; background-color: #044e97; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyPro_PrevNext p { width: 42%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; position: relative; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyPro_PrevNext p a { line-height: 40px; color: #fff; font-size: 16px; }
.NyPro_PrevNext p.NyProPrev { padding: 0 0 0 30px; }
.NyPro_PrevNext p.NyProNext { padding: 0 30px 0 0; text-align: right; }
.NyPro_PrevNext p img { display: block; width: 20px; height: 20px; margin: 0; padding: 0; position: absolute; top: 10px; }
.NyPro_PrevNext p.NyProPrev img { left: 0; }
.NyPro_PrevNext p.NyProNext img { right: 0; }
.NyPro_PrevNext a.NyProAll { display: block; width: 16%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; float: left; }
.NyPro_PrevNext a.NyProAll img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -2px 10px 0 0; padding: 0; }
.NyProDetail_Order { width: 100%; height: auto; overflow: hidden; margin: 0 auto 85px; padding: 40px 40px 15px; background: #f2f2f2 url(../images/xs.png) left top no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProDetail_Order .NyProOrder_Main { width: 100%; height: auto; margin: 0 auto; padding: 0; position: relative; }
.NyProOrder_Main .NyProOrder_Left { width: 22%; height: auto; margin: 0; padding: 40px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProOrder_Left .NyProOrder_Title { width: 100%; height: auto; margin: 0 auto 40px; padding: 0; }
.NyProOrder_Title p { width: 100%; height: auto; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; font-weight: bold; margin: 0 auto; padding: 0; }
.NyProOrder_Title i { display: block; width: 36px; height: 4px; margin: 10px 0 15px; padding: 0; background-color: #044e97; }
.NyProOrder_Title span { display: block; width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; font-weight: bold; margin: 0 auto; padding: 0; }
.NyProOrder_Left .NyProOrder_Img { width: 152px; height: 152px; overflow: hidden; margin: 0 auto; padding: 0; border: 6px solid #044e97; border-radius: 50%; background-color: #fff; position: relative; }
.NyProOrder_Img img { display: block; width: 100%; height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.NyProOrder_Main .NyProOrder_Right { width: 78%; height: auto; margin: 0; padding: 0 40px; float: right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyProOrder_Right #ly_msg.ly_msg { width: 100%!important; height: auto!important; margin: 0 auto!important; padding: 0!important; }
.NyProOrder_Right #ly_msg.ly_msg h3 { display: none!important; }
.NyProOrder_Right #ly_msg.ly_msg ul { width: 100%!important; overflow: hidden!important; margin: 0 auto!important; padding: 0!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li h4, .NyProOrder_Right #ly_msg.ly_msg ul li h4.xh { display: none!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li { width: 100%!important; height: auto!important; overflow: hidden!important; line-height: inherit!important; color: inherit!important; font-size: inherit!important; margin: 0 0 25px!important; padding: 0!important; clear: inherit!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 48%!important; margin: 0 4% 25px 0!important; float: left!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 48%!important; float: right!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 25px auto 0!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara { width: 100%!important; height: auto!important; margin: 0!important; padding: 0!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display: block!important; width: 100%!important; height: 60px!important; line-height: 60px; color: #aaa!important; font-size: 16px!important; margin: 0!important; padding: 0 20px!important; background-color: #fff!important; border: 0!important; outline: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { width: auto; margin: 0 10px 0 0!important; padding: 0!important; float: left!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 240px!important; margin: 0 10px 0 0!important; float: left!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display: block!important; width: 120px!important; height: 40px!important; margin: 10px 0!important; padding: 0!important; float: left!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 60px!important; color: #999!important; font-size: 16px!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display: block!important; width: 100%!important; height: 150px!important; line-height: 30px; color: #999; font-size: 16px!important; margin: 0!important; padding: 15px 20px!important; background-color: #fff!important; border: 0!important; outline: none!important; resize: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { width: 200px!important; height: auto!important; overflow: hidden!important; margin: 0!important; padding: 0!important; float: inherit!important; position: absolute; left: 40px; bottom: 45px; }
.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width: 200px!important; height: 60px!important; overflow: hidden!important; line-height: 60px!important; color: #fff!important; font-size: 16px!important; text-align: center!important; background-color: #c5b36b!important; margin: 0 0 20px 0!important; padding: 0!important; border: none!important; cursor: pointer!important; }
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color: #b9a75d!important; }
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color: #044e97!important; }
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color: #023671!important; }
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width: 100%!important; }

/*产品详情介绍*/


/*相关文章 开始*/
.NyXgwz { width: 100%; overflow: hidden; background-color: #fff; margin: 50px auto 0; padding: 0 0; border: 1px solid #eee; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyXgwz .NyXgwz_Title { width: 100%; height: auto; margin: 0 auto 20px; padding: 50px 30px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; background: url(../images/ml_quan.png) no-repeat 46px 22px; }
.NyXgwz_Title p { width: 100%; height: 44px; line-height: 32px; color: #333; font-size: 28px; font-weight: bold; margin: 0 auto 8px; padding: 0 0 12px; border-bottom: 1px solid #eee; }
.NyXgwz_Title p img { display: block; width: 34px; height: 29px; padding: 0; float: right; }
.NyXgwz_Title span { display: block; height: 24px; line-height: 24px; color: #999; font-size: 15px; letter-spacing: 6px; }
.NyXgwz .NyXgwz_List { width: 100%; height: auto; min-height: 200px; margin: 0 auto; padding: 0 29px; 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; padding: 0 40px 0 0; 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 i { display: block; width: 40px; height: 40px; margin: 0; padding: 0; background: url(../images/mulu0.png) center center no-repeat; position: absolute; top: 0; right: 0; }
.NyXgwz_List dl dd a:hover { color: #044e97; }
.NyXgwz_List dl dd a:hover i { background: url(../images/mulu1.png) center center no-repeat; }
.NyXgwz_List .nyArt_all { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 20px 0; }
.NyXgwz_List .nyArt_all a { display: block; width: 140px; height: 40px; line-height: 40px; color: #fff; font-size: 14px; text-align: center; background-color: #044e97; margin: 0 auto; padding: 0; border-radius: 20px; }
.NyXgwz_List .nyArt_all a i { display: inline-block; width: 18px; height: 15px; vertical-align: middle; margin: -2px 0 0 10px; padding: 0; background: url(../images/jt3.png) center center no-repeat; background-size: 100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyXgwz_List .nyArt_all a:hover i { margin: -2px 0 0 20px; }

/*相关文章 结束*/


/*产品详情页*/

/*内页新闻中心*/
.ny_new { min-height: 600px; }
.ny_new .w1400 { border-top: 1px solid #e5e5e5; }
.ny_new ul li { width: 100%; height: auto; margin: 0 auto; padding: 40px 0; border-bottom: 1px solid #e5e5e5; }
.ny_new ul li .NyNews_Time { width: 12%; height: auto; margin: 0; padding: 0; float: left; }
.ny_new ul li .NyNews_Time span { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-family: "RobotoBold"; font-size: 18px; font-weight: bold; margin: 0 auto; padding: 0; }
.ny_new ul li .NyNews_Time span img { display: inline-block; width: 15px; height: 15px; vertical-align: middle; margin: -4px 6px 0 0; }
.ny_new ul li .NyNews_Time p { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #333; font-family: "RobotoBold"; font-size: 50px; font-weight: bold; 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_new ul li:hover .NyNews_Time p { color: #044e97; }
.ny_new ul li .NyNews_Text { width: 88%; height: auto; margin: 0; padding: 0; float: right; }
.ny_new ul li .NyNews_Text a.NyNews_Name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; white-space: nowrap; text-overflow: ellipsis; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ny_new ul li:hover .NyNews_Text a.NyNews_Name { color: #044e97; }
.ny_new ul li .NyNews_Text p { width: 100%; height: auto; max-height: 60px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; word-break: break-all; text-align: justify; margin: 10px auto 20px; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ny_new ul li .NyNews_Text a.NyNews_More { display: block; width: auto; height: 30px; line-height: 30px; color: #999; font-size: 16px; margin: 0; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ny_new ul li .NyNews_Text a.NyNews_More i { display: inline-block; width: 16px; height: 14px; vertical-align: middle; margin: -2px 0 0 10px; background: url(../images/jt13.png) center center no-repeat; background-size: 100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ny_new ul li:hover .NyNews_Text a.NyNews_More { color: #044e97; }
.ny_new ul li:hover .NyNews_Text a.NyNews_More i { margin: -2px 0 0 20px; background: url(../images/jt16.png) center center no-repeat; background-size: 100% 100%; }

/*内页新闻中心*/ 

/*新闻详情页*/
.new_detil { padding: 85px 0 0; margin-top: -60px; }
.new_detil .w1400 { position: relative; }
.new_detil .nyNewsDetail_Title { width: 100%; height: auto; margin: 0 auto 20px; padding: 0; }
.nyNewsDetail_Title h1 { width: 100%; height: auto; line-height: 50px; color: #333; font-size: 30px; margin: 0 auto; padding: 0 150px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.new_detil .nyNewsDetail_Tips { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; margin: 0 auto 30px; padding: 0 0 15px; border-bottom: 1px solid #e6e6e6; }
.nyNewsDetail_Tips span { display: inline-block; height: 30px; line-height: 30px; color: #999; font-size: 16px; margin: 0 40px 0 0; padding: 0; }
.nyNewsDetail_Tips span img { display: block; width: 16px; height: 16px; margin: 7px 7px 7px 0; padding: 0; float: left; }
.nyNewsDetail_Con { width: 100%; height: auto; overflow: hidden; line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; }
.nyNewsDetail_Con div, .nyNewsDetail_Con p, .nyNewsDetail_Con span, .nyNewsDetail_Con font, .nyNewsDetail_Con em { width: 100%; height: auto; overflow: hidden; line-height: 28px!important; color: #666!important; font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 16px!important; font-style: normal; word-break: break-all; text-align: justify; margin: 0 auto; padding: 0; }
.nyNewsDetail_Con div, .nyNewsDetail_Con p { margin: 0 auto 20px; }
.nyNewsDetail_Con img { display: inline-block; width: auto!important; max-width: 100%!important; height: auto!important; margin: 0 0 20px; }
.new_detil a.ReturnBtn { display: block; width: 140px; height: 40px; overflow: hidden; line-height: 40px; color: #777; font-size: 16px; text-align: center; background-color: #fff; border: 1px solid #e5e5e5; border-radius: 21px; position: absolute; top: 0; right: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.new_detil a.ReturnBtn i { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin: -2px 6px 0 0; padding: 0; background: url(../images/ico4.png) center center no-repeat; background-size: 18px 18px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.new_detil a.ReturnBtn:hover { color: #fff; background-color: #044e97; border: 1px solid #044e97; }
.new_detil a.ReturnBtn:hover i { background: url(../images/ico5.png) center center no-repeat; background-size: 18px 18px; }
.nyPrevNext { width: 100%; height: auto; margin: 40px auto 0; padding: 0; }
.nyPrevNext ul li { width: 50%; background: #f5f5f5; text-align: center; color: #666; font-size: 18px; line-height: 100px; }
.nyPrevNext ul li:nth-child(1) { padding: 0 0 0 284px; }
.nyPrevNext ul li:nth-child(2) { padding: 0 284px 0 0; }
.nyPrevNext ul li span { display: inline-block; width: 30px; height: 30px; vertical-align: middle; font-size: 0; }
.nyPrevNext ul li span a { display: block; width: 100%; height: 100%; }
.nyPrevNext ul li:nth-child(1) span { background: url(../images/jt17.png) left center no-repeat; margin: 0 10px 0 0; background-size: 100%; }
.nyPrevNext ul li:nth-child(2) span { background: url(../images/jt14.png) right center no-repeat; margin: 0 0 0 10px; background-size: 100%; }
.nyPrevNext ul li:hover { background: #044e97; color: #fff; }
.nyPrevNext ul li:nth-child(1):hover span { background: url(../images/jt18.png) left center no-repeat; background-size: 100%; }
.nyPrevNext ul li:nth-child(2):hover span { background: url(../images/jt15.png) right center no-repeat; background-size: 100%; }

/*新闻详情页*/

/*内页行业应用*/
.ny_case { background: #fff; min-height: 500px; }
.ny_case ul li { width: 31.4667%; margin: 0 2.8% 40px 0; padding: 40px 30px; background: #f8f8f8; color: #777; float: left; }
.ny_case ul li:nth-child(3n+3) { margin-right: 0; }
.ny_case ul li span { display: block; font-size: 22px; line-height: 18px; }
.ny_case ul li .case_name { display: block; font-size: 20px; font-weight: bold; color: #333; height: 55px; line-height: 30px; margin-top: 10px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; }
.ny_case ul li i { display: block; width: 100%; height: 1px; background: #eee; margin: 20px 0; }
.ny_case ul li .case_m { height: 195px; overflow: hidden; }
.ny_case ul li .case_m .case_img { display: block; width: 100%; height: 195px; vertical-align: middle; text-align: center; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s; }
.ny_case ul li .case_m .case_img img { width: 100%; height: 100%; object-fit: cover; }
.ny_case ul li .case_m p { font-size: 14px; line-height: 25px; height: 100px; margin: 10px 0 20px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; }
.ny_case ul li .case_m .more3 { display: block; width: 50px; height: 50px; line-height: 50px; background: #044e97; border-radius: 50%; margin: 0 auto; text-align: center; font-size: 20px; color: #fff; transition: all .65s; }
.ny_case ul li:hover { background: #fff; -webkit-box-shadow: #ccc 0px 4px 17px; -moz-box-shadow: #ccc 0px 4px 17px; ; box-shadow: #ccc 0px 4px 17px; }
.ny_case ul li:hover .case_name { color: #044e97; }
.ny_case ul li:hover .case_m .case_img { margin-top: -195px; }
.ny_case ul li:hover .case_m .more3 { transform: rotate(720deg); }

/*内页行业应用*/

/*内页视频中心*/
.ny_video { background: #fff; min-height: 500px; }
.ny_video ul li { width: 23.5%; margin: 0 2% 30px 0; float: left; }
.ny_video ul li:nth-child(4n) { margin-right: 0; }
.ny_video ul li .case_m { height: 230px; overflow: hidden; }
.ny_video ul li .case_m .case_img { display: block; width: 100%; height: 230px; vertical-align: middle; text-align: center; position: relative; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s; }
.ny_video ul li .case_m .case_img:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; background: url(../images/video.png) no-repeat center; background-size: 100%; z-index: 1; }
.ny_video ul li .case_m .case_img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ny_video ul li:hover .case_m .case_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.ny_video ul li .text { width: 100%; padding: 20px; background: #f4f4f4; position: relative; }
.ny_video ul li .text:after { content: ''; width: 100%; height: 4px; background: #ddd; position: absolute; left: 0; bottom: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s; }
.ny_video ul li .case_name { display: block; font-size: 18px; font-weight: bold; color: #333; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ny_video ul li p { font-size: 15px; color: #999; line-height: 25px; margin: 10px 0 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s; }
.ny_video ul li .time { font-size: 15px; color: #999; line-height: 26px; }
.ny_video ul li .time i { display: inline-block; width: 13px; height: 13px; vertical-align: middle; margin: -3px 10px 0 0; padding: 0; background: url(../images/video_time.png) center no-repeat; }
.ny_video ul li .time a { display: inline-block; width: 18px; height: 18px; background: url(../images/video_more.png) center no-repeat; vertical-align: middle; float: right; margin: 4px 0 0 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s; }
.ny_video ul li:hover .case_name { color: #044e97; }
.ny_video ul li:hover .text:after { background: #044e97; }
.ny_video ul li:hover .time a { background: url(../images/video_more_on.png) center no-repeat; }
.fvopvideo { width: 80% !important; height: 500px!important; margin: 0 auto 20px !important; position: relative; z-index: 99; }

/*内页视频中心*/

/*内页资料下载*/
.ny_down { }
.ny_down_tit { height: 80px; line-height: 80px; padding: 0 40px; background: #044e97; position: relative; }
.ny_down_tit:before { position: absolute; content: ""; display: block; width: 100%; height: 3px; background: #c5b36b; left: 0; bottom: 0; }
.ny_down_tit span { display: inline-block; font-size: 20px; color: #fff; font-weight: bold; text-align: left; padding-left: 36px; }
.ny_down_tit span.t1 { width: 64%; background: url(../images/down_1.png) left center no-repeat; }
.ny_down_tit span.t2 { width: 116px; background: url(../images/down_2.png) left center no-repeat; }
.ny_down_tit span.t3 { width: 76px; background: url(../images/down_3.png) left center no-repeat; }
.ny_down_list { }
.ny_down_list ul li { width: 100%; height: 80px; line-height: 80px; padding: 0 40px; color: #777; text-align: left; }
.ny_down_list ul li:nth-child(2n) { background: #fff; }
.ny_down_list ul li:nth-child(2n-1) { background: #f8f8f8; }
.ny_down_list ul li .tit { width: 66%; display: inline-block; font-size: 17px; color: #444; padding-right: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ny_down_list ul li p { width: 100px; display: inline-block; font-size: 16px; line-height: 80px; overflow: hidden; }
.ny_down_list ul li .more5 { width: 66px; display: inline-block; height: 30px; background: url(../images/down_4.png) center no-repeat; margin: 25px auto; }
.ny_down_list ul li:hover { background: #fff; margin: 0 0 10px 0; -webkit-box-shadow: #ccc 0px 10px 30px; -moz-box-shadow: #ccc 0px 10px 30px; box-shadow: #ccc 0px 10px 30px; }
.ny_down_list ul li:hover .tit { color: #044e97; font-weight: bold; }
.ny_down_list ul li:hover .more5 { background: url(../images/down_4a.png) center no-repeat; }
.down_wj { padding-bottom: 20px!important; margin-top: 40px!important; text-align: center!important; }
.down_wj a { display: inline-block; width: 130px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; border: 1px solid #044e97; margin: 0 auto 10px; color: #044e97; background: url(../images/Adown1.png) 15px center no-repeat; padding: 0 0 0 30px; }
.down_wj a:first-child { border: 1px solid #044e97; background: #044e97 url(../images/Adown.png) 15px center no-repeat; color: #fff; margin-right: 20px; }
.down_wj a:hover { border: 1px solid #044e97; background: #044e97 url(../images/Adown.png) 15px center no-repeat; color: #fff; }

/*内页资料下载*/

/*资质列表页*/
.ny_honor { background: #fff; }
.ny_honor ul { min-height: 500px; }
.ny_honor ul li { width: 50%; margin: 0 -1px 30px 0; float: left; border: 1px solid #eee; box-sizing: border-box; }
.ny_honor ul li .honr_img { width: 50%; display: block; height: 330px; overflow: hidden; text-align: center; vertical-align: middle; }
.ny_honor ul li .honr_img img { max-height: 80%; max-width: 80%; -webkit-box-shadow: #e4e4e4 10px 1px 28px; -moz-box-shadow: #e4e4e4 10px 1px 28px; box-shadow: #e4e4e4 10px 1px 28px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s; }
.ny_honor ul li .honr_img .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
.ny_honor ul li .honr_txt { width: 50%; padding: 52px 20px; background: #f9f9f9; }
.ny_honor ul li .honr_txt .honr_txt_m { background: url(../images/honr_ico.png) top right no-repeat; border-bottom: 1px solid #eee; padding: 0 20px 20px; }
.ny_honor ul li .honr_txt .honr_txt_m .more7 { display: block; font-size: 14px; color: #aaa; font-weight: bold; padding-top: 20px; }
.ny_honor ul li .honr_txt .honr_txt_m .honr_name { display: block; font-size: 24px; color: #666; height: 70px; line-height: 35px; margin: 40px 0 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; }
.ny_honor ul li .honr_txt .honr_txt_m p { display: block; font-size: 16px; color: #aaa; }
.ny_honor ul li:hover .honr_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.ny_honor ul li:hover .honr_txt { background: #044e97; }
.ny_honor ul li:hover .honr_txt .honr_txt_m { background: url(../images/honr_icoa.png) top right no-repeat; border-bottom: 1px solid rgba(255,255,255,0.4); }
.ny_honor ul li:hover .honr_txt .honr_txt_m .more7 { color: rgba(255,255,255,0.4); }
.ny_honor ul li:hover .honr_txt .honr_txt_m .honr_name { color: #fff; }
.ny_honor ul li:hover .honr_txt .honr_txt_m p { color: rgba(255,255,255,0.4); }

/*资质列表页*/

/*内页-在线留言 开始*/
.NyOrder_Main { height: auto; margin: 0 auto; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Main .NyOrder_Left { width: 28%; height: 675px; overflow: hidden; margin: 0; padding: 120px 40px; background: #044e97 url(../images/Bg2.png) center center no-repeat; background-size: cover; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Left img { display: block; width: 57px; height: 57px; margin: 0 0 40px; padding: 0; }
.NyOrder_Left p { width: 100%; height: auto; line-height: 40px; color: #fff; font-size: 36px; font-weight: bold; margin: 0 auto 5px; padding: 0; }
.NyOrder_Left font { display: block; width: 100%; height: auto; line-height: 30px; color: rgba(255,255,255,0.5); font-family: "RobotoRegular"; font-size: 24px; margin: 0 auto; padding: 0; }
.NyOrder_Left span { display: block; width: 100%; height: auto; line-height: 30px; color: rgba(255,255,255,0.5); font-size: 16px; word-break: break-all; text-align: justify; margin: 30px auto 0; padding: 0; }
.NyOrder_Main .NyOrder_Right { width: 72%; height: auto; overflow: hidden; margin: 0; padding: 0 0 0 40px; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg { width: 100%!important; height: auto!important; margin: 0 auto!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg h3 { display: none!important; }
.NyOrder_Right #ly_msg.ly_msg ul { width: 100%!important; overflow: hidden!important; margin: 0 auto!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li h4, .NyOrder_Right #ly_msg.ly_msg ul li h4.xh { display: none!important; }
.NyOrder_Right #ly_msg.ly_msg ul li { width: 100%!important; height: auto!important; overflow: hidden!important; line-height: inherit!important; color: inherit!important; font-size: inherit!important; margin: 0 0 25px!important; padding: 0!important; clear: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 48%!important; margin: 0 4% 25px 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 48%!important; float: right!important; }
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 40px auto 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara { width: 100%!important; height: auto!important; margin: 0!important; padding: 0!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display: block!important; width: 100%!important; height: 60px!important; line-height: 60px; color: #aaa!important; font-size: 16px!important; margin: 0!important; padding: 0 20px!important; background-color: #f2f2f2!important; border: 0!important; outline: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { margin: 0 10px 0 0!important; padding: 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 240px!important; margin: 0 10px 0 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display: block!important; width: 120px!important; height: 40px!important; margin: 10px 0!important; padding: 0!important; float: left!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 60px!important; color: #999!important; font-size: 16px!important; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display: block!important; width: 100%!important; height: 150px!important; line-height: 30px; color: #aaa; font-size: 16px!important; margin: 0!important; padding: 15px 20px!important; background-color: #f2f2f2!important; border: 0!important; outline: none!important; resize: none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyOrder_Right #ly_msg.ly_msg ul li .msg_btn { width: 100%!important; height: auto!important; overflow: hidden!important; margin: 0!important; padding: 0!important; float: inherit!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width: 200px!important; height: 60px!important; overflow: hidden!important; line-height: 60px!important; color: #fff!important; font-size: 16px!important; text-align: center!important; background-color: #c5b36b!important; margin: 0 20px 0 0!important; padding: 0!important; border: none!important; cursor: pointer!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color: #b9a75d!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color: #044e97!important; }
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color: #023671!important; }

/*内页-在线留言 结束*/

/*内页联系我们*/
.NyContactUs { width: 100%; height: auto; min-height: 320px; margin-top: -60px; padding: 0; }
.NyContactUs .NyContactUs_Infor { width: 100%; height: auto; margin: 0 auto; padding: 85px 0; background-color: #f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Infor .NyContactUsInfor_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyContactUsInfor_Main .NyContactUsInfor_Con { width: 100%; height: auto; margin: 0 auto; padding: 0; background-color: #f9f9f9; }
.NyContactUsInfor_Con .NyContactUs_Ewm { width: 28.5%; height: 250px; overflow: hidden; margin: 0; padding: 40px; background: #0048b5 url(../images/Bg1.jpg) center center no-repeat; background-size: cover; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Ewm p { width: 100%; height: auto; line-height: 30px; color: #fff; font-size: 18px; font-weight: bold; text-align: center; margin: 0 auto 20px; padding: 0; }
.NyContactUs_Ewm span { display: block; width: 120px; height: 120px; overflow: hidden; margin: 0 auto; padding: 9px; border: 1px solid rgba(255,255,255,0.25); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Ewm span img { display: block; width: 100px; height: 100px; margin: 0 auto; padding: 0; }
.NyContactUsInfor_Con .NyContactUs_Lxfs { width: 71.5%; height: 250px; overflow: hidden; margin: 0; padding: 67px 0; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; }
.NyContactUs_Lxfs ul li { width: 33.333333%; height: auto; margin: 0; padding: 0 20px; border-right: 1px solid #e6e6e6; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyContactUs_Lxfs ul li:nth-child(3) { border: 0; }
.NyContactUs_Lxfs ul li img { display: block; width: 44px; height: 44px; margin: 0 auto 20px; padding: 0; }
.NyContactUs_Lxfs ul li span { display: block; width: 100%; height: auto; line-height: 30px; color: #333; font-size: 18px; text-align: center; margin: 0 auto; padding: 0; }
.NyContactUs_Lxfs ul li p { width: 100%; line-height: 22px; color: #999; font-size: 18px; text-align: center; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.NyContactUs .NyContactUs_Map { width: 1400px; height: auto; margin: 85px auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyMap { width: 100%; height: 500px; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyMap .dz_map { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.NyMap .dz_map #container { height: 120%; }

/*内页联系我们*/

/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:30%;z-index:999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#044e97;color:#fff;height:71px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#044e97;width:97px;height:71px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333; background:#fff;}
.my-kefu-weixin-pic img {width:115px;height:115px;}


/*右侧漂浮 结束*/

