*{padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html{}
body{color: #222; overflow-x: hidden;}
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:15px/1.5 Microsoft Yahei,微软雅黑,Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:15px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th{ 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:#222;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: "Impact";src: url(../fonts/impact.ttf);}
@font-face {font-family: "NICE-REGULAR";src: url(../fonts/NICE-REGULAR.OTF);}
@font-face {font-family: "BEBAS";src: url(../fonts/BEBASKAI.ttf);}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:3px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#e6e6e6; width:3px; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background:#1b2c6a; background: linear-gradient(to bottom, #1b2c6a, #57c2e0);}
::-webkit-scrollbar-thumb:window-inactive {background:#1b2c6a; background: linear-gradient(to bottom, #1b2c6a, #57c2e0);}

/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

.w1400{width:74%;margin:0 auto;}
/*@media screen and (min-width:1920px){
	.w1400{max-width:1400px;}
}*/
@media screen and (max-width:1700px){
    .w1400{ width:90%;}	
}
@media screen and (max-width:1080px){
    .w1400{ width:94%;}	
}
@media screen and (max-width:767px){
	.w1400{ width:100%; padding: 0 12px;}	
}


/*top*/
header{ width:100%;}
header .line{ width:100%; height:3px;background:#1b2c6a; background: linear-gradient(to right, #1b2c6a, #57c2e0);}
header .topone{ width:100%; height:98px;}
header .topone .logo{ display:block; width:500px;height:98px;float:left; position:relative;}
header .topone .logo img{ max-width:100%;max-height:100%;position:absolute; top:50%; left:0; transform:translateY(-50%);}
header .topone .top_tel{ background:url(../images/toptel.png) left no-repeat; padding-left:60px; float:right; margin-top:20px;}
header .topone .top_tel span{ font-size:14px; color:#999;}
header .topone .top_tel p{ font-size:24px; line-height:28px; font-weight:bold; color:#57c2e0; position:relative;}
header .topone .top_tel p:before{content: attr(text);position: absolute; z-index: 10;  color: #1b2c6a;-webkit-mask: linear-gradient(to right, #1b2c6a 10%, transparent); max-width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
@media screen and (max-width:1080px){
	header .topone{ height:80px;}
	header .topone .logo{ width:300px; height:80px;}
	header .topone .top_tel{ margin-top:25px;}
    header .topone .top_tel p{ font-size:20px; line-height:24px;}
}
@media screen and (max-width:767px){
	header .topone{ height:60px;}
	header .topone .logo{width:250px; height:60px;}
    header .topone .top_tel{ display:none;}
}

/* banner 开始 */
.apple-banner { width: 100%;position: relative; z-index:999; }
.top_nav{ height:34px; width:64%; float:right; background:#fff; position: absolute; top:0; right:0; padding-right:13%; z-index:10;}
.top_nav ul{display:flex; display: -webkit-flex;justify-content: space-between; position:relative;}
.top_nav ul:after{ content:""; display:block; width:148px; height:34px; background:url(../images/nav_bg.png) left no-repeat; position:absolute; left:-90px; top:0;}
.top_nav ul li{ position:relative; z-index:10;}
.top_nav ul li>a{ font-size:18px; line-height:18px;transition: all .5s;-webkit-transition: all .5s; }
.top_nav ul li>a:hover,.top_nav ul li.navon>a{ color:#103373;}
.top_nav ul li>a i{ display:block; width:5px; height:5px;border-radius:50%;background:#1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); margin:5px auto 0; opacity:0;transition: all .5s;-webkit-transition: all .5s; }
.top_nav ul li>a:hover i,.top_nav ul li.navon>a i{ opacity:1;margin:1px auto 0;}

.apple-banner .swiper-container1 { width: 100%; height:780px; position: relative; overflow:hidden;}
.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;}

.apple-banner .dbtiao{ height:34px; width:64%; float:right; background:#fff; position: absolute; bottom:0; left:0; z-index:10;}
.apple-banner .dbtiao ul{display:flex; display: -webkit-flex;justify-content: space-between; position:relative;}
.apple-banner .dbtiao:after{ content:""; display:block; width:148px; height:34px; background:url(../images/nav_bg.png) left no-repeat; position:absolute; right:-90px; bottom:0;transform: rotate(180deg);}
@media screen and (max-width:1700px) {
	.top_nav{ padding-right:5%;}
	.apple-banner .swiper-container1{height:700px;}
}
@media screen and (max-width:1600px) {
	.apple-banner .swiper-container1{height:666px;}
	.apple-banner .swiper-button-prev {left:2.5%; }
    .apple-banner .swiper-button-next {left:calc(2.5% + 51px);}
	.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction{ right:2.5%;}
}
@media screen and (max-width:1440px) {
.apple-banner .swiper-container1{height:600px;}
.top_nav ul li>a{ font-size:16px;}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next{ bottom:30px;}
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction{ bottom:20px;}
}
@media screen and (max-width:1299px) {
.apple-banner .swiper-container1{height:500px;}
.apple-banner .swiper-pagination-current, .apple-banner .swiper-pagination span{ font-size:30px !important;}
.apple-banner span.swiper-pagination-total{ font-size:18px !important;}
}
@media screen and (max-width:1080px) {
.apple-banner .swiper-container1{height:450px;}
.top_nav{ width:100%; padding:0 3%; position:relative;}
.top_nav ul:after{ display:none;}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next { bottom: 30px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { right: 30px; bottom: 25px; }

.apple-banner .dbtiao{ display:none;}
}
@media screen and (max-width:1023px) {
.apple-banner {top: 0; }
.apple-banner .swiper-container1{height:400px;}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next { width: 35px; height: 35px; bottom: 30px; }
.apple-banner .swiper-button-prev {background-size: 20%; }
.apple-banner .swiper-button-next {background-size: 20%; }
.apple-banner .swiper-button-prev:hover{background-size: 20%;}
.apple-banner .swiper-button-next:hover{background-size: 20%;}
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { bottom: 25px; }
.apple-banner .swiper-pagination-current, .apple-banner .swiper-pagination span { font-size: 25px !important; }
.apple-banner span.swiper-pagination-total { font-size: 16px !important; }
}
@media screen and (max-width:767px) {
.apple-banner .swiper-container1{height:300px;}
.top_nav{ position:fixed; background:none; height:auto; z-index:99999;}
.nav_menu { position: absolute; right: 3%; margin-top:-40px; height: 25px;z-index: 99999; transition: all .5s ease; }
.nav_menu span { display: block; width: 26px; height: 2px; background: #666; margin-top: 7px; }
.nav_menu:before, .nav_menu:after { content: ""; display: block; width: 26px; height: 2px; background: #666; }
.nav_menu:after { margin-top: 7px; }
.nav_menu.open span { background: transparent; transform: translate(-50%, -50%) rotate(180deg); }
.nav_menu.open:before { margin-top: 10px; transform: rotate(45deg); width: 23px; }
.nav_menu.open::after { margin-top: -11px; transform: rotate(-45deg); width: 23px; }
.top_nav ul { width: 100%; padding:20px 0; position: fixed;top:0; z-index: 99998; background: #fff; height: 100vh; border-top: 3px solid #57c2e0; left: 100%; transition: all .5s ease; overflow: scroll; display:block !important; }
.top_nav ul.open { left: 0; }
.top_nav ul li { width: 90%; margin: 0 auto; float: none; background: #fff; border-bottom: 1px dashed #ddd; padding:20px 0; text-align:center;}
.top_nav ul li>a:hover i, .top_nav ul li.navon>a i{ margin:5px auto 0;}


.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next { width: 25px; height: 25px; bottom: 20px; border:1px solid #fff; }
.apple-banner .swiper-button-prev:hover, .apple-banner .swiper-button-next:hover{border:1px solid #f3dd16;}
.apple-banner .swiper-button-prev {background-size: 25%;}
.apple-banner .swiper-button-next {background-size: 25%;left: calc(2.5% + 32px);}
.apple-banner .swiper-button-prev:hover{background-size: 25%; }
.apple-banner .swiper-button-next:hover{background-size: 25%;}

}
@media screen and (max-width:600px) {
.apple-banner .swiper-container1{height:250px;}
}
@media screen and (max-width:500px) {
.apple-banner .swiper-container1{height:220px;}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next { bottom: 15px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { bottom: 10px; }
}
@media screen and (max-width:375px) {
.apple-banner .swiper-container1{height:180px;}
}
@media screen and (max-width:320px) {
.apple-banner .swiper-container1{height:160px;}
}
/* banner 结束 */

/*热门关键词及搜索框*/
.hotkw_search{ width:64%; overflow:hidden;display:flex; display: -webkit-flex;align-items:center;justify-content: space-between; position:relative; margin-top:-10px;padding-left:13%; z-index:1000;}
.hotkw_search .hotkw_left { float: left; width: 70%;overflow: hidden;font-size: 16px; white-space: nowrap; text-overflow: ellipsis; }
.hotkw_search .hotkw_left img{ margin-top:-3px;}
.hotkw_search .hotkw_left span {font-size:16px;display: inline-block;margin-left:6px; font-weight:bold;}
.hotkw_search .hotkw_left a { display: inline-block; font-size:16px; color: #999; padding: 0 8px; text-align: center; }
.hotkw_search .search_right {width:26%; height:44px;position: relative;}
.hotkw_search .search_right .sc_ipt { width: 100%; height:32px; margin-top:6px;}
.hotkw_search .search_right .sc_ipt input { display: block; width: 100%; height:32px; overflow: hidden; line-height:38px;font-size: 14px; white-space: nowrap; text-overflow: ellipsis;border-right: 0; outline: none; padding: 0 9px 0 17px; border:none; border-radius:20px; background:#f4f4f4;}
.hotkw_search .search_right .sc_ipt input::placeholder{ font-size:14px; color:#bbb;}
.hotkw_search .search_right .sc_btn { width:44px; height:44px;position: absolute; top:0; right: 0; }
.hotkw_search .search_right .sc_btn input { display: block; width: 100%; height:100%; overflow: hidden; line-height: 50px; color: #fff; font-size: 18px; text-align: center; background:url(../images/ssico.png) center no-repeat; border: none; outline: none; cursor: pointer; border-radius: 0; font-weight: bold;border-radius:0 20px 20px 0; }
.ny_hotkw_search{width: 100%; height: 90px; margin: 0 auto; padding: 0; background-color: #ffffff; position: relative; z-index: 9; border-bottom:1px solid #ddd;}
.ny_hotkw_search .nyhotkw_left{ width:65%; float:left; height:55px; margin-top:35px;}
@media screen and (max-width:1700px) {
	.hotkw_search{ padding-left:5%;}
}
@media screen and (max-width:1080px) {
	.hotkw_search{ width:100%; padding:0 3%; position:static; margin:15px 0;}
	.hotkw_search .hotkw_left a{ font-size:15px; padding:0 5px;}
	.hotkw_search .search_right{ width:32%;}
}
@media screen and (max-width:767px) {
	.hotkw_search{ margin:10px 0;}
	.hotkw_search .hotkw_left{ display:none;}
	.hotkw_search .search_right{ width:100%;}
}

/*四大优势*/
.ind_fourys{ width:100%; background:#fff url(../images/fourys_bg.png) no-repeat; background-size:cover; padding:78px 0 40px; overflow:hidden;}
.ind_fourys ul{display:flex; display: -webkit-flex;  justify-content:center;}
.ind_fourys ul li{ width:25%; min-height:549px; float:left;padding:0 45px; text-align:center; position:relative;}
.ind_fourys ul li:after{ content:""; display:block; width:1px; height:423px; background:#e6e6e6; position:absolute; top:0; left:0;}
.ind_fourys ul li:nth-of-type(4):before{content:""; display:block; width:1px; height:423px; background:#e6e6e6; position:absolute; top:0;right:0;}
.ind_fourys ul li:nth-of-type(1):after ,.ind_fourys ul li.on:after{ display:none;}
.ind_fourys ul li.on,.ind_fourys ul li:hover{/*width:397px;*/background:url(../images/ysli_bg.png) top no-repeat; background-size:105% 549px; position:relative;transition: all .5s;-webkit-transition: all .5s; }
.ind_fourys ul li.on +li:after,.ind_fourys ul li:nth-of-type(4).on:before{ display:none;}
.ind_fourys ul li em{ display:block;width:136px; height:136px; margin:50px auto 30px; position:relative;}
.ind_fourys ul li em:before{ content:""; display:block;width:90px; height:90px;background:url(../images/ys_ico1.png) center
 no-repeat; background-position:0 0; position:absolute; margin:auto; top:5px; bottom:0; left:0; right:0;}
.ind_fourys ul li:nth-of-type(2) em:before{background:url(../images/ys_ico2.png) center no-repeat; background-position:0 0;}
.ind_fourys ul li:nth-of-type(3) em:before{background:url(../images/ys_ico3.png) center no-repeat; background-position:0 0;}
.ind_fourys ul li:nth-of-type(4) em:before{background:url(../images/ys_ico4.png) center no-repeat; background-position:0 0;}
.ind_fourys ul li em:after{ content:""; display:block;width:136px; height:136px;background:url(../images/ysem_bg.png) top no-repeat;  position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}

.ind_fourys ul li:hover em:after{ transform:rotate(-360deg);transition: all 1s;-webkit-transition: all 1s; }
.ind_fourys ul li:hover em:before{background-position:0 -90px;}
.ind_fourys ul li:nth-of-type(2):hover em:before{background-position:0 -90px;}
.ind_fourys ul li:nth-of-type(3):hover em:before{background-position:0 -90px;}
.ind_fourys ul li:nth-of-type(4):hover em:before{background-position:0 -90px;}

.ind_fourys ul li p{ font-size:32px; font-weight:bold;}
.ind_fourys ul li span{ font-size:20px;}
.ind_fourys ul li .xz{ /*width:280px;*/font-size:16px; color:#999; line-height:30px; height:90px; margin:20px 0; opacity:0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;transition: all 0s;-webkit-transition: all 0s; }
.ind_fourys ul li.on .xz,.ind_fourys ul li:hover .xz{ opacity:1;}
.ind_fourys ul li .ysjt{ margin-top:50px; height:40px; overflow:hidden;transition: all .5s;-webkit-transition: all .5s;}
.ind_fourys ul li.on .ysjt,.ind_fourys ul li:hover .ysjt{margin-top:0; width:0; height:0;}
.ind_fourys ul li:nth-of-type(4){}
@media screen and (max-width:1440px) {
	.ind_fourys{padding:60px 0 20px;}
	.ind_fourys ul li{ min-height:480px;}
	.ind_fourys ul li.on{background-size:100% 480px;}
	.ind_fourys ul li:after,.ind_fourys ul li:nth-of-type(4):before{ height:380px;}
	.ind_fourys ul li em{width:120px; height:126px;margin: 40px auto 15px;}
	.ind_fourys ul li em:after{width:120px; height:126px; background-size:100%;}
	.ind_fourys ul li p{ font-size:26px;}
	.ind_fourys ul li span{ font-size:17px;}
}
@media screen and (max-width:1080px) {
	.ind_fourys{ display:none;}
}
/*首页推荐产品*/
.ind_tjpro{ width:100%; padding:84px 0 84px 13%; background:#1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); overflow:hidden; position:relative;}
.ind_tjpro .jtleft{ width:440px; float:left;}
.ind_tjpro .jtleft .ztgs{ font-size:16px; color:rgba(255,255,255,.65); line-height:36px; margin:50px 0 85px;}

.ind_tjpro .jtright{width: calc(100% - 525px); float:right; position:relative;}
.ind_tjpro .jtright .swiper-button-prev, .ind_tjpro .jtright .swiper-button-next{ width:48px; height:48px; background:#448fd3 url(../images/jt06.png) center no-repeat; left:0; top:20px; margin-top:0;transition: all .5s;-webkit-transition: all .5s;  }
.ind_tjpro .jtright .swiper-button-next{background:#448fd3 url(../images/jt06.png) center no-repeat; transform:rotate(-180deg); left:68px;}

.ind_tjpro .jtright .swiper-button-prev:hover,.ind_tjpro .jtright .swiper-button-next:hover{background:#57c2e0 url(../images/jt06.png) center no-repeat;}
.ind_tjpro .jtright .swiper-container2{ position:relative; overflow:hidden; margin-top:102px;}
.ind_tjpro .jtright ul li.swiper-slide-duplicate-prev{ opacity:.4;}
.ind_tjpro .jtright ul li{ background:#fff;}
.ind_tjpro .jtright ul li .pic{ display:block; width:100%; height:256px; position:relative; overflow:hidden;}
.ind_tjpro .jtright ul li .pic img{ max-width:94%; max-height:100%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition: all .5s;-webkit-transition: all .5s; }
.ind_tjpro .jtright ul li .text{ padding:34px; position:relative;}
.ind_tjpro .jtright ul li .text .name{max-width:calc(100% - 50px); font-size:18px; font-weight:bold;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;transition: all .5s;-webkit-transition: all .5s; }
.ind_tjpro .jtright ul li .text .xh{ font-size:16px; color:#999; margin-top:4px;max-width:70%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_tjpro .jtright ul li .text .xh img{ margin-right:7px;}
.ind_tjpro .jtright ul li .text .more{ display:block; width:40px; height:40px;background:url(../images/jt03.png) center no-repeat; position:absolute; right:34px; bottom:42px;transition: all .5s;-webkit-transition: all .5s; }
.ind_tjpro .jtright ul li:hover .pic img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ind_tjpro .jtright ul li:hover .text .name{ color:#1b2c6a;}
.ind_tjpro .jtright ul li:hover .text .more{background:url(../images/jt07.png) center no-repeat;;}


.ind_tjpro .tjpro_bg1{ width:38%;height:34px;float:right; position:absolute; right:0; top:0; background:#fff;}
.ind_tjpro .tjpro_bg1:after{ content:""; display:block; width:148px; height:34px; background:url(../images/nav_bg.png) left no-repeat; position:absolute; left:-90px; top:0;}
.ind_tjpro .tjpro_bg2{ width:35%;height:34px;float:left;position:absolute; left:0; bottom:0;background:#fff;}
.ind_tjpro .tjpro_bg2:after{ content:""; display:block; width:148px; height:34px; background:url(../images/nav_bg.png) left no-repeat; position:absolute; right:-90px; bottom:0;transform: rotate(180deg);}
@media screen and (max-width:1700px) {
	.ind_tjpro{padding:84px 0 84px 5%;}
}
@media screen and (max-width:1600px) {
	.ind_tjpro{padding:74px 0 74px 5%;}
    .ind_tjpro .jtleft{ width:340px;}
	.ind_tjpro .jtright{width: calc(100% - 390px);}
	.ind_tjpro .tjpro_bg1,.ind_tjpro .tjpro_bg2{ width:25%;}
}
@media screen and (max-width:1440px) {
	.ind_tjpro{padding:60px 0 60px 5%;}
	.ind_tjpro .indbt span{ display:none;}
	.ind_tjpro .indbt p{ margin-top:0;}
	.ind_tjpro .jtleft{ width:30%;}
	.ind_tjpro .jtleft .ztgs{margin: 40px 0 65px;}
	.ind_tjpro .jtright{width:66%;}
	.ind_tjpro .jtright .swiper-container2{ margin-top:65px;}
	.ind_tjpro .jtright .swiper-button-prev, .ind_tjpro .jtright .swiper-button-next{width:40px; height:40px; top:0;}
	.ind_tjpro .jtright .swiper-button-next{ left:50px;}
	.ind_tjpro .jtright ul li .pic{ height:216px;}
	.ind_tjpro .jtright ul li .text{ padding:20px;}
	.ind_tjpro .jtright ul li .text .name{ font-size:16px;}
	.ind_tjpro .jtright ul li .text .xh{ font-size:14px;}
	.ind_tjpro .jtright ul li .text .xh img{ margin-right:5px;}
	.ind_tjpro .jtright ul li .text .more{ right:20px; bottom:30px; width:34px; height:34px; background-size:100%;}

}
@media screen and (max-width:1299px) {
	.ind_tjpro .jtright ul li .pic{ height:180px;}
	.ind_tjpro .jtleft .ztgs{margin: 30px 0;font-size: 15px; line-height:34px;}
}
@media screen and (max-width:1080px) {
	.ind_tjpro{padding:40px 3%;}
	.ind_tjpro .jtleft{ width:100%;}
	.ind_tjpro .indbt span{ display:block; text-align:center;}
	.ind_tjpro .indbt p{ text-align:center; margin-top:-23px;}
	.ind_tjpro .jtleft .ztgs,.ind_tjpro .jtleft .tongmore{ display:none;}
	.ind_tjpro .jtright{ width:100%;}
	.ind_tjpro .jtright ul li.swiper-slide-duplicate-prev{ opacity:1;}
	.ind_tjpro .jtright .swiper-button-prev, .ind_tjpro .jtright .swiper-button-next{ top:auto; bottom:0; left:50%; transform:translateX(-100%);}
	.ind_tjpro .jtright .swiper-button-next{left: calc(50% + 48px); transform:translateX(-100%) rotate(-180deg);}
	.ind_tjpro .jtright .swiper-container2{ margin:20px 0 60px;}
	.ind_tjpro .tjpro_bg1,.ind_tjpro .tjpro_bg2{ display:none;}
}
@media screen and (max-width:767px) {
	.ind_tjpro {padding:30px 3%;}
	.ind_tjpro .jtright .swiper-button-prev, .ind_tjpro .jtright .swiper-button-next{ width:36px; height:36px;}
	.ind_tjpro .jtright .swiper-container2{ margin:12px 0 52px;}
	.ind_tjpro .jtright ul li .pic{ height:150px;}
	.ind_tjpro .jtright ul li .text{ padding:10px 15px;}
	.ind_tjpro .jtright ul li .text .name{ max-width:100%; font-size:15px; text-align:center;}
	.ind_tjpro .jtright ul li .text .xh{ display:none;}
	.ind_tjpro .jtright ul li .text .more{ left:15px; bottom:20px; width:26px; height:26px; display:none;}
}

/*通用标题*/
.indbt span{ font-size:46px; line-height:46px; font-weight:bold; color:rgba(255,255,255,.03);}
.indbt p{ font-size:44px; color:#fff; font-weight:bold; margin-top:-33px;}
.tongmore{ display:block; width:160px; height:50px; border:1px solid rgba(255,255,255,.25);color:#fff; font-size:16px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center; position:relative;}
.tongmore img{ margin-right:20px;transition: all .5s;-webkit-transition: all .5s; }
.tongmore:hover img{margin-right:15px;}
.tongmore::before, .tongmore::after { box-sizing: inherit; content: '';position: absolute;width:0; height:0; opacity:0;}
.tongmore::before { border-top:1px solid #fff; border-left: 1px solid #fff;top:0px;left:0px;}
.tongmore::after {border-right: 1px solid #fff;border-bottom: 1px solid #fff; bottom:0px; right:0px;}
.tongmore:hover::before, .tongmore:hover::after { opacity:1;width:100%; height:100%;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);transition: all .5s;-webkit-transition: all .5s;}
@media screen and (max-width:1600px) {
	.indbt span{ font-size:40px; line-height:40px;}
	.indbt p{ font-size:40px; margin-top:-23px;}
}
@media screen and (max-width:1440px) {
	.indbt span{ font-size:36px; line-height:36px;}
	.indbt p{ font-size:34px; margin-top:-23px;}
}
@media screen and (max-width:1080px) {
	.tongmore{width:150px; height:44px; }
	.tongmore img{ margin-right:15px;}
	.tongmore:hover img{ margin-right:10px;}
}
@media screen and (max-width:767px) {
	.indbt span{ font-size:32px; line-height:32px;}
	.indbt p{ font-size:24px; margin-top:-18px;}
	.tongmore {width: 130px; height: 40px; font-size:15px;}
	.tongmore img{ margin-right:10px;}
	.tongmore:hover img{ margin-right:6px;}
}

/*首页产品展示*/
.ind_cpzs{ width:100%; padding:80px 0; background:#fff;}
.ind_cpzs .w1400{ position:relative;}
.ind_cpzs .indbt span{ color:rgba(0,0,0,.05);}
.ind_cpzs .indbt p{ color:#57c2e0;}
.ind_cpzs .indbt p:before{content: attr(text);position: absolute; z-index: 10;  color: #1b2c6a;-webkit-mask: linear-gradient(to right, #1b2c6a 10%, transparent); max-width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.ind_cpzs .tongmore{ color:#999;border: 1px solid #ddd; position:absolute; top:20px; right:0;}
.ind_cpzs .tongmore::before { border-top:1px solid #1b2c6a; border-left: 1px solid #1b2c6a;}
.ind_cpzs .tongmore::after {border-right: 1px solid #1b2c6a;border-bottom: 1px solid #1b2c6a;}
.ind_cpzs .bottom{ margin-top:50px;}
.ind_cpzs .indpro_right{width: calc(100% - 355px);}
.ind_cpzs .indpro_right ul{border-collapse: collapse;}
.ind_cpzs .indpro_right ul li{ border-left:1px solid #e6e6e6;border-top:1px solid #e6e6e6;width:33.33333%; float:left; position:relative;}
.ind_cpzs .indpro_right ul li:nth-child(3n){border-right:1px solid #e6e6e6;}
.ind_cpzs .indpro_right ul li:nth-of-type(4),.ind_cpzs .indpro_right ul li:nth-of-type(5),.ind_cpzs .indpro_right ul li:nth-of-type(6){border-bottom:1px solid #e6e6e6;}
.ind_cpzs .indpro_right ul li:after{ content:""; display:block; width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; padding:0; opacity:0;transition: all .5s;-webkit-transition: all .5s;}
.ind_cpzs .indpro_right ul li .pic{ display:block; width:100%; height:300px; position:relative;overflow:hidden;}
.ind_cpzs .indpro_right ul li .pic img{ max-width:90%; max-height:96%; position:absolute; margin:auto;top:0; bottom:0; left:0; right:0;transition: all .5s;-webkit-transition: all .5s; }
.ind_cpzs .indpro_right ul li .text{ padding:34px; position:relative;}
.ind_cpzs .indpro_right ul li .text .name{max-width:calc(100% - 50px); font-size:18px; font-weight:bold;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;transition: all .5s;-webkit-transition: all .5s; }
.ind_cpzs .indpro_right ul li .text .xh{ font-size:16px; color:#999;margin-top:4px;max-width:70%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_cpzs .indpro_right ul li .text .xh img{ margin-right:7px;}
.ind_cpzs .indpro_right ul li .text .more{ display:block; width:40px; height:40px;background:url(../images/jt03.png) center no-repeat; position:absolute; right:34px; bottom:42px;transition: all .5s;-webkit-transition: all .5s; }

.ind_cpzs .indpro_right ul li:hover{ position:relative; z-index:2;}
.ind_cpzs .indpro_right ul li:hover:after{box-shadow:0 0 24px rgba(0,0,0,.08); border:0; opacity:1; padding:1px; left:-1px; top:-1px;}
.ind_cpzs .indpro_right ul li:hover .pic{z-index:2;}
.ind_cpzs .indpro_right ul li:hover .pic img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ind_cpzs .indpro_right ul li:hover .text{ z-index:2;}
.ind_cpzs .indpro_right ul li:hover .text .name{ color:#1b2c6a;}
.ind_cpzs .indpro_right ul li:hover .text .more{background:url(../images/jt07.png) center no-repeat;}
@media screen and (max-width:1600px) {
    .ind_cpzs .bottom {margin-top: 40px;}
}
@media screen and (max-width:1440px) {
	.ind_cpzs{padding:60px 0;}
	.ind_cpzs .tongmore{ top:7px;}
	.ind_cpzs .bottom {margin-top:30px;}
	.ind_cpzs .indpro_right {width: calc(100% - 320px);}
	.ind_cpzs .indpro_right ul li .pic{ height:250px;}
	.ind_cpzs .indpro_right ul li .text{ padding:20px;}
	.ind_cpzs .indpro_right ul li .text .name{ font-size:16px;}
	.ind_cpzs .indpro_right ul li .text .xh{ font-size:14px;}
	.ind_cpzs .indpro_right ul li .text .xh img{ margin-right:5px;}
	.ind_cpzs .indpro_right ul li .text .more{ right:20px; bottom:30px; width:34px; height:34px; background-size:100%;}

}
@media screen and (max-width:1299px) {
	.ind_cpzs .indpro_right {width: calc(100% - 270px);}
	.ind_cpzs .indpro_right ul li .pic{ height:180px;}
	.ind_cpzs .indpro_right ul li .pic img{ max-width:100%; max-height:100%; top:0;}
}
@media screen and (max-width:1080px) {
	.ind_cpzs{padding:40px 0;}
	.ind_cpzs .bottom{ margin-top:20px;}
	.ind_cpzs .indpro_right {width:100%;}
}
@media screen and (max-width:767px) {
	.ind_cpzs {padding:30px 0 20px;}
	.ind_cpzs .tongmore{ right:12px;}
	.ind_cpzs .bottom{ margin-top:12px;}
	.ind_cpzs .indpro_right ul li .pic{ height:150px;}
	.ind_cpzs .indpro_right ul li .text{ padding:10px 15px;}
	.ind_cpzs .indpro_right ul li .text .name{ max-width:100%; font-size:15px; text-align:center;}
	.ind_cpzs .indpro_right ul li .text .xh{ display:none;}
	.ind_cpzs .indpro_right ul li .text .more{ left:15px; bottom:20px; width:26px; height:26px; display:none;}
}
@media screen and (max-width:600px) {
	.ind_cpzs .indbt span{ display:none;}
	.ind_cpzs .indbt p{ margin-top:0;}
	.ind_cpzs .tongmore {top:0;}
    .ind_cpzs .indpro_right ul li{ width:48.5%; border:1px solid #eee; margin-right:3%; margin-bottom:10px;}
	.ind_cpzs .indpro_right ul li:nth-child(2n){ margin-right:0;}
	.ind_cpzs .indpro_right ul li:after{ display:none;}
}
/*产品分类 开始*/
.ind_cpzs .indPro_Left { width:335px; height:auto; margin:0; padding:0; float:left;}
.h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 auto; padding:0 0; border:1px solid #eee;}
.NyPro_Left .h_left, .NyProlist_Left .h_left { border-top:0;}
.cp_type .hd {width:100%;height:auto;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); padding:30px 38px; position:relative;}
.cp_type .hd:after{ content:""; display:block; width:101px; height:101px; background:url(../images/ml_quan.png) center no-repeat; position:absolute; right:0; bottom:0;}
.cp_type .hd p {width:100%;color:#fff;font-size:28px;font-weight:bold;}
.cp_type .hd span {display:block;color:rgba(255,255,255,.25);font-size: 16px; text-transform:uppercase;}
.cp_type .hd img {display:block;position:absolute; right:60px; top:50%;transform: translateY(-50%);}
.cp_type .hd i { display:none;}

.cp_type .bd { padding:0 0 10px; min-height:200px; max-height:722px;overflow-y:auto;}
.cp_type .bd::-webkit-scrollbar { width:0px;}/* 滚动槽 */
.cp_type .bd::-webkit-scrollbar-track { width:0px;}/* 滚动条滑块 */
.cp_type .bd ul li { background-color:#fff;border-bottom:0px solid #eee; transition: all .5s;-webkit-transition: all .5s; }
.cp_type .bd ul li.on {border-bottom:1px solid #e6e6e6; position:relative;}
.cp_type .bd ul li.on:after{ content:""; display:block; width:3px; height:100%;background: linear-gradient(to bottom, #1b2c6a, #57c2e0); position:absolute; left:0; top:0;}
.cp_type .bd ul li p { height:76px;border-bottom:1px solid #eee; position:relative;}
.cp_type .bd ul li:last-child,.cp_type .bd ul li:last-child p{ border:0;}
.cp_type .bd ul li:last-child.on p{border-bottom:1px solid #eee;}
.cp_type .bd ul li p a { display:block; width:90%; padding:0 35px; overflow: hidden; line-height:76px; font-size:18px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; float:left;}
.cp_type .bd ul li p span { display:block; width:40px; height:100%; background:url(../images/mulu0.png) center center no-repeat; cursor:pointer; position:absolute; top:0; right:18px;}
.cp_type .bd ul li div { display:none;padding: 20px 28px;}
.cp_type .bd ul li div a { display:block; height:44px; line-height:44px; color:#777; font-size:16px; border-top:0px solid #eaeaea; padding:0 0 0 30px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/ml_ico1.png) no-repeat 10px center;transition: all .5s;-webkit-transition: all .5s; }
.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 #cc0001;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#1b2c6a;}
.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:#1b2c6a;background:url(../images/ml_ico2.png) no-repeat 10px center; text-decoration: underline;}
.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:#cc0001; color:#fff;}
@media screen and (max-width:1440px) {
	.ind_cpzs .indPro_Left{ width:300px;}
	.cp_type .bd{ max-height:554px;}
	.cp_type .bd ul li p a{ padding:0 25px;}
	.cp_type .bd ul li p span{ right:10px;}
	.cp_type .bd ul li div{padding: 15px 20px;}
}
@media screen and (max-width:1299px) {
	.ind_cpzs .indPro_Left{ width:250px;}
	.cp_type .hd{ padding:15px 20px;}
	.cp_type .hd:after{ width:80px; height:80px; background-size:100%;}
	.cp_type .hd p{ font-size:26px;}
	.cp_type .hd span{ font-size:12px;}
	.cp_type .hd img{ right:30px; width:30px;}
	.cp_type .bd{ max-height:452px;}
	.cp_type .bd ul li p{ height:60px;}
	.cp_type .bd ul li p a{ padding:0 20px; font-size:17px; line-height:60px;}
	.cp_type .bd ul li p span{ right:7px;}
	.cp_type .bd ul li div{padding: 15px;}
	.cp_type .bd ul li div a{ height:36px; line-height:36px; padding-left:25px; font-size:14px;}
}
@media screen and (max-width:1080px) {
	.ind_cpzs .indPro_Left{ width:100%; margin-bottom:15px;}
	.cp_type .hd{ padding:10px 20px;transition: all .5s;-webkit-transition: all .5s;}
	.cp_type .hd p {font-size: 22px;}
	.cp_type .hd img,.cp_type .hd:after{ display:none;}
	.cp_type .hd i { display:block; width:40px; height:40px; margin:0; padding:0; background:rgba(0,71,151,0.06) url(../images/mulu3.png) center center no-repeat; position:absolute; top:16px; right:20px;}
	.cp_type .hd.on i { background:rgba(0,71,151,0.06) url(../images/mulu4.png) center center no-repeat;}
	.cp_type .bd{ max-height:none;}
	.cp_type .bd ul li { padding:0 20px;}
	.cp_type .bd ul li.on { padding:10px 20px;}
	.cp_type .bd ul li div a {}
	.cp_type .bd { display:none; min-height:inherit;}
}
@media screen and (max-width:767px) {
	.cp_type .hd p {font-size: 20px;}
}

/*首页关于我们*/
.ind_about{ width:100%; padding:78px 0; overflow:hidden; background:url(../images/ind_abbg.jpg) top no-repeat; position:relative;}
.ind_about .about_tiao{ width:35%;height:34px;float:left;position:absolute; left:0; top:0;background:#fff;}
.ind_about .about_tiao:after{ content:""; display:block; width:148px; height:34px; background:url(../images/tiao_bg.png) left no-repeat; position:absolute; right:-90px; bottom:0;}
.ind_about .indbt{ text-align:center;}
.ind_about .cont{ width:80%; margin:40px auto 35px; font-size:16px; color:rgba(255,255,255,.65); line-height:30px;height:180px; text-align:center; text-indent:2em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:6;-webkit-box-orient: vertical;}
.ind_about .tongmore{ margin:0 auto;}
.ind_about .ind_honor{ margin-top:45px; position:relative; overflow:hidden; padding-right:1px;min-height: 100px;}
.ind_about .ind_honor ul li{ background:#fff;height:235px;  border:1px solid #e6e6e6; padding:10px; position:relative; overflow:hidden;transition: all .5s;-webkit-transition: all .5s;}
.ind_about .ind_honor ul li:after{ content:""; display:block; width:100%;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); height:0; left:0; bottom:0; position:absolute;transition: all .5s;-webkit-transition: all .5s;}
.ind_about .ind_honor ul li:hover{border:0;}
.ind_about .ind_honor ul li .pic{ width:100%; height:100%; position:relative; overflow:hidden;}
.ind_about .ind_honor ul li .pic img{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
.ind_about .ind_honor ul li a{ display:block; width:100%; height:100%;line-height: 100px; color: #fff;font-size: 16px; text-align:center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; position:absolute; z-index:2; left:0; bottom:-100%;background: url(../images/moreico.png) center no-repeat;transition: all .5s;-webkit-transition: all .5s;}
.ind_about .ind_honor ul li:hover a{ bottom:0;}
.ind_about .ind_honor ul li:hover:after{ height:100%; opacity:.9;}

@media screen and (max-width:1440px) {
	.ind_about{padding:60px 0; background-size:100% 80%;}
    .ind_about .cont{ width:100%; margin:30px 0;}
}
@media screen and (max-width:1080px) {
	.ind_about{padding:40px 0;}
	.ind_about .about_tiao{ display:none;}
	.ind_about .cont{margin:20px 0 25px;}
	.ind_about .ind_honor{ margin-top:35px;}
}
@media screen and (max-width:880px) {
	.ind_about .ind_honor ul li{ height:180px;}
	.ind_about .ind_honor ul li a{ background-size:40px}
}
@media screen and (max-width:767px) {
	.ind_about{padding:30px 0;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0);}
	.ind_about .cont{ margin:10px 0 15px; font-size:15px;}
	.ind_about .ind_honor{ margin-top:25px;}
}
@media screen and (max-width:500px) {
	.ind_about .ind_honor ul li{ height:150px;}
}

/*首页成功案例*/
.ind_case{padding:0 0 35px;overflow:hidden;}
.ind_case .w1400{ position:relative;}
.ind_case .indbt span{ color:rgba(0,0,0,.05);}
.ind_case .indbt p{ color:#57c2e0;}
.ind_case .indbt p:before{content: attr(text);position: absolute; z-index: 10;  color: #1b2c6a;-webkit-mask: linear-gradient(to right, #1b2c6a 10%, transparent); max-width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.ind_case .tongmore{ color:#999;border: 1px solid #ddd; position:absolute; top:20px; right:0;}
.ind_case .tongmore::before { border-top:1px solid #1b2c6a; border-left: 1px solid #1b2c6a;}
.ind_case .tongmore::after {border-right: 1px solid #1b2c6a;border-bottom: 1px solid #1b2c6a;}
.ind_case .gdbox{ top:10px;}
.ind_case .more{ margin-top:20px;}
.ind_case .more a{ color:#333 !important;}
.ind_case .more{ background:#f2f2f2 !important;}
.ind_case .more:after{ background:#fff;}
.ind_case .casebox{width:1080px; margin:50px auto 0; padding-bottom:128px; min-height:200px; position:relative;}
.ind_case .casebox ul li{width:100%; position:relative;}
.ind_case .casebox ul li .pic{ display:block; width:100%; height:460px;}
.ind_case .casebox ul li .pic img{ width:100%; height:100%;object-fit: cover;}
.ind_case .casebox ul li .text{ width:36.5%; background:rgba(255,255,255,.95); padding:54px 40px; position: absolute; top:76px; left:9.2%; box-shadow:3px 0 24px rgba(0,0,0,.03); opacity:0;}
.ind_case .casebox ul li.swiper-slide-active .text{ opacity:1;}
.ind_case .casebox ul li .text .name{ display:block; font-size:24px; font-weight:bold;max-width:100%;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ind_case .casebox ul li .text em{ display:block; width:85px; height:3px;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0);margin:15px 0 40px;transition: all .4s ease;}
.ind_case .casebox ul li:hover .text em{ width:100%;}
.ind_case .casebox ul li .text .ms{ font-size:16px; color:#999; line-height:30px; max-height:150px;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:5;-webkit-box-orient: vertical; overflow:hidden;}
.ind_case .casebox ul li .tongmore{ position: relative; margin-top:58px; top:0;}

/*分页器*/
.ind_case .swiper-container4 .swiper-pagination {left:50%; transform:translateX(-50%); bottom:0;}
.ind_case .swiper-container4 .swiper-pagination span{width:12px; height:12px; border-radius:0;background: #000; opacity:.1;}
.ind_case .swiper-container4 .swiper-pagination span.swiper-pagination-bullet-active{background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); opacity:1;}

.ind_case  .swiper-button-prev,.ind_case  .swiper-button-next{ width:60px; height:60px; background:rgba(0,0,0,.65);position:absolute; margin-top:0;transition: all .5s;-webkit-transition: all .5s; top:36%;}
.ind_case  .swiper-button-prev:after,.ind_case  .swiper-button-next:after{ content:""; display:block; width:16px; height:18px; background:url(../images/jt08.png) center no-repeat; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);transition: all .5s;-webkit-transition: all .5s;  }
.ind_case  .swiper-button-prev:hover,.ind_case  .swiper-button-next:hover{ background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0);}
.ind_case  .swiper-button-prev{left:-50px;}
.ind_case  .swiper-button-next{ right:-50px; transform:rotate(180deg);}
@media screen and (max-width:1366px){
    .ind_case .tongmore{ top:7px;}
}
@media screen and (max-width:1366px){
	.ind_case .casebox{ width:60%; padding-bottom:108px;}
	.ind_case .casebox ul li .pic{ height:420px;}
	.ind_case .casebox ul li .text{padding: 40px 30px;}
	.ind_case .casebox ul li .text em{margin: 15px 0 30px;}
	.ind_case .casebox ul li .text .ms{ font-size:15px;}
	.ind_case .casebox ul li .tongmore{ margin-top:40px;}
	.ind_case .swiper-button-prev, .ind_case .swiper-button-next{ width:50px; height:50px;}
}
@media screen and (max-width:1200px){
	.ind_case .casebox ul li .text{ width:45%;}
	.ind_case .casebox ul li .text .name{ font-size:20px;}
	.ind_case .casebox ul li .text em{margin: 15px 0 15px;}
}
@media screen and (max-width:1080px){
	.ind_case { padding:40px 0;}
	.ind_case .casebox{ margin: 20px auto 0;padding-bottom: 30px;}
	.ind_case .casebox ul li .pic{ height:300px;}
	.ind_case .casebox ul li .text{ width:60%; padding:20px; top:auto; bottom:40px; left:40px;}
	.ind_case .casebox ul li .text .name{ font-size:16px;}
	.ind_case .casebox ul li .text em{ margin:10px 0 0; height:2px;}
	.ind_case .casebox ul li .text .ms{ display:none;}
	.ind_case .casebox ul li .tongmore{display:none;}
	.ind_case .swiper-button-prev, .ind_case .swiper-button-next{ width:44px; height:44px; border-radius:50%; background:none; border:2px solid #fff; background:rgba(0,0,0,.1);box-shadow: 3px 0 24px rgba(0,0,0,.1);}
	.ind_case .swiper-button-prev:after, .ind_case .swiper-button-next:after{ background-size:12px 14px;}
	.ind_case .swiper-button-prev{ left:-85px;}
	.ind_case .swiper-button-next{ right:-85px;}
}
@media screen and (max-width:880px){
	.ind_case .casebox ul li .pic{ height:280px;}	
}
@media screen and (max-width:767px){
	.ind_case { padding:30px 0;}
	.ind_case .tongmore {right:12px;}
	.ind_case .casebox{ width:94%; overflow:hidden;margin: 12px auto 0;padding-bottom: 22px;}
	.ind_case .casebox ul li .pic{ height:250px;}
	.ind_case .casebox ul li .text{ width:100%; position:static;background: #1b2c6a; background: linear-gradient(to right, #1b2c6a, #57c2e0);}
	.ind_case .casebox ul li .text .name{ font-size:15px; text-align:center; color:#fff;}
	.ind_case .casebox ul li .text em{ display:none;}
	.ind_case .swiper-container4 .swiper-pagination span{ width:8px; height:8px;}
}
@media screen and (max-width:600px){
	.ind_case .indbt span{ display:none;}
	.ind_case .indbt p{ margin-top:0;}
	.ind_case .tongmore{ top:0;}
	.ind_case .casebox ul li .pic{ height:200px;}
	.ind_case .casebox ul li .text{ padding:10px 20px;}
}
/*首页新闻资讯*/
.ind_xwzx{ width:100%; background:#f8f8f8; padding:92px 0 67px; overflow:hidden; position:relative;}
.ind_xwzx .w1400{ position:relative;}
.ind_xwzx .xwzx_tiao{ width:60%;height:34px;float:left;position:absolute; left:0; top:0;background:#fff;}
.ind_xwzx .xwzx_tiao:after{ content:""; display:block; width:148px; height:34px; background:url(../images/tiao_bg.png) left no-repeat; position:absolute; right:-90px; bottom:0;}
.ind_xwzx .indbt span{ color:rgba(0,0,0,.05);}
.ind_xwzx .indbt p{ color:#57c2e0;}
.ind_xwzx .indbt p:before{content: attr(text);position: absolute; z-index: 10;  color: #1b2c6a;-webkit-mask: linear-gradient(to right, #1b2c6a 10%, transparent); max-width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.ind_xwzx .btn{ position: absolute; right:0; top:20px;}
.ind_xwzx .btn p{ float:left; width:160px; height:50px; line-height:50px; text-align:center; font-size:16px; color:#999; background:#fff; margin-left:20px; position:relative;transition: all .5s;-webkit-transition: all .5s; }
.ind_xwzx .btn p.on{background: #1b2c6a; background: linear-gradient(to right, #1b2c6a, #57c2e0); color:#fff;}
.ind_xwzx .btn p:hover{ color:#fff;}
.ind_xwzx .btn p:after{ content:""; display:block; width:100%; height:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); opacity:0;transition: all .5s;-webkit-transition: all .5s; }
.ind_xwzx .btn p:hover:after{opacity:1;}
.ind_xwzx .btn p i{ position:relative; z-index:2; font-style:normal;}

.ind_xwzx ul.tong{ width:100%; overflow:hidden; margin-top:45px; display:none; min-height:200px;}
.ind_xwzx ul.on{ display:block;}
.ind_xwzx ul.tong li{ width:49%; margin-right:2%; margin-bottom:25px; background:#fff; padding:22px; float:left; position:relative;}
.ind_xwzx ul.tong li:nth-child(2n){ margin-right:0;}
.ind_xwzx ul.tong li:after{ content:""; display:block; width:100%; height:60%;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); position:absolute; left:0; top:20%; opacity:0;transition: all .5s;-webkit-transition: all .5s; }
.ind_xwzx ul.tong li i{ display:block; width:48px; height:48px; border-radius:50%; float:left;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); position:relative; z-index:2;transition: all .5s;-webkit-transition: all .5s;  }
.ind_xwzx ul.tong li i:after{ content:""; display:block; width:20px; height:24px;  background:url(../images/artico01.png) center no-repeat; position:absolute; margin:auto; left:0; right:0; top:0; bottom:0;transition: all .5s;-webkit-transition: all .5s;  }
.ind_xwzx ul.tong li .fr{ float:right;width: calc(100% - 72px); position:relative; z-index:2;}
.ind_xwzx ul.tong li .name{ font-size:18px; font-weight:bold; margin-bottom:10px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_xwzx ul.tong li .ms{ font-size:16px; color:#999; line-height:26px; height:52px; margin-bottom:25px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.ind_xwzx ul.tong li time{ display:block;float:left;display:flex; display: -webkit-flex;align-items:center;transition: all .5s;-webkit-transition: all .5s;  }
.ind_xwzx ul.tong li time em{ display:inline-block; width:13px; height:12px;background:url(../images/time01.png) center no-repeat;margin-right:7px;transition: all .5s;-webkit-transition: all .5s;  }
.ind_xwzx ul.tong li .more{ float:right;display:flex; display: -webkit-flex;align-items:center;transition: all .5s;-webkit-transition: all .5s;  }
.ind_xwzx ul.tong li .more em{ margin-left:7px;display:inline-block; width:20px; height:6px;background:url(../images/jt09.png) center no-repeat;transition: all .5s;-webkit-transition: all .5s;  }

.ind_xwzx ul.tong li:hover:after{ height:100%; opacity:1; top:0;}
.ind_xwzx ul.tong li:hover i{background: #fff;}
.ind_xwzx ul.tong li:hover i:after{background:url(../images/artico02.png) center no-repeat;}
.ind_xwzx ul.tong li:hover .name{ color:#fff;}
.ind_xwzx ul.tong li:hover .ms{ color:rgba(255,255,255,.45);}
.ind_xwzx ul.tong li:hover time{color:#fff;}
.ind_xwzx ul.tong li:hover time em{background:url(../images/time02.png) center no-repeat;margin-right:5px;}
.ind_xwzx ul.tong li:hover .more{ color:#fff;}
.ind_xwzx ul.tong li:hover .more em{ margin-left:5px;background:url(../images/jt10.png) center no-repeat;}
@media screen and (max-width:1440px){
    .ind_xwzx{padding:60px 0 40px;}
	.ind_xwzx .btn{ top:7px;}
	.ind_xwzx ul.tong{ margin-top:30px;}
	.ind_xwzx ul.tong li{margin-bottom:20px;}
}
@media screen and (max-width:1080px){
	.ind_xwzx{padding:40px 0 25px;}
	.ind_xwzx .btn p{ width:150px; height:44px; line-height:44px;}
	.ind_xwzx ul.tong{ margin-top:20px;}
	.ind_xwzx ul.tong li{margin-bottom:15px;}
	.ind_xwzx ul.tong li .name{ font-size:16px;}
	.ind_xwzx ul.tong li .ms{ font-size:15px;}
    .ind_xwzx .xwzx_tiao{ display:none;}
}
@media screen and (max-width:767px){
    .ind_xwzx{padding:30px 0 20px;}
	.ind_xwzx .btn{ right:12px;}
	.ind_xwzx .btn p{ width:130px; height:40px; line-height:40px; margin-left:10px; font-size:15px;}
	.ind_xwzx ul.tong{ margin-top:12px;}
	.ind_xwzx ul.tong li{ width:100%; margin-right:0; margin-bottom:10px;}
	.ind_xwzx ul.tong li .name{ font-size:15px;}
}
@media screen and (max-width:600px){
    .ind_xwzx .indbt span{ display:none;}
	.ind_xwzx .indbt p{ margin-top:0;}
	.ind_xwzx .btn{ top:0;}
	.ind_xwzx .btn p{ width:100px;}
	.ind_xwzx ul.tong li{padding:20px 18px;}
	.ind_xwzx ul.tong li i{ width:40px; height:40px;}
	.ind_xwzx ul.tong li i:after,.ind_xwzx ul.tong li:hover i:after{background-size: 16px 19px;}
	.ind_xwzx ul.tong li .fr{width: calc(100% - 55px);}
	.ind_xwzx ul.tong li .ms{ margin-bottom:15px; font-size:14px; line-height:24px; height:48px;}
}

/*footer*/
footer{ width:100%; background:#282a2f; position:relative; padding-top:92px;}
footer .footer_tiao{ width:38%;height:34px;position:absolute; right:0; top:0;background:#f8f8f8;}
footer .footer_tiao:after{content: "";display: block;width: 148px; height: 34px;background: url(../images/foottiao.png) left no-repeat;position: absolute;left: -90px;top: 0;}
footer .foot_nav{ width:67.8%; float:left;}
footer .foot_nav li{ width:33.3333%;float:left; padding-right:4%;}
footer .foot_nav li:nth-of-type(4){ display:none;}
footer .foot_nav li p{ font-size:14px; color:rgba(255,255,255,.25); background: url(../images/footico1.png) left no-repeat; padding-left:35px; margin-bottom:30px;}
footer .foot_nav li p a{ font-size:18px; color:#fff;}
footer .foot_nav li .lia a{ width:100%; height:30px; line-height:30px; font-size:16px;color:rgba(255,255,255,.25); padding-left:31px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block; position:relative;transition: all .5s;}
footer .foot_nav li .lia a:before{content: "";display: block;width:5px; height:1px; background:rgba(255,255,255,.25); float:left; position:absolute; left:0; top:15px;}
footer .foot_nav li .lia a:hover{ color:#fff;}
footer .foot_nav li .lia a:hover:before{ background:#fff;}

footer .foot_lxxx{ width:32.2%; float:right;}
footer .foot_lxxx .foottel{width: calc(100% - 100px); float:left;}
footer .foot_lxxx .foottel p{font-size:18px; color:#fff;}
footer .foot_lxxx .foottel p em{font-size: 14px;color: rgba(255, 255, 255, .25);}
footer .foot_lxxx .foottel span{ font-size:24px; line-height:28px; font-weight:bold; color:#57c2e0; position:relative;}
footer .foot_lxxx .foottel span svg{display: block;width: 100%;height: 50px;}
footer .foot_lxxx .lyFoot_Wechat {float:right; position: relative;}
footer .foot_lxxx .lyFoot_Wechat span { display: block;color: rgba(255, 255, 255, .25); font-size: 14px; margin-left:15px;float: right;writing-mode: vertical-rl; width:21px; line-height:16px;}
footer .foot_lxxx .lyFoot_Wechat i {display: block; width: 54px;height: 54px;border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; float:left;}
footer .foot_lxxx .lyFoot_Wechat i svg {display: block; width: 26px; height: 26px; margin: 13px auto;}
footer .foot_lxxx .lyFoot_Wechat .Wechat_img { width: 120px; height: 120px;background-color: #fff; position: absolute; left:-130px;
  bottom:-30px;display: none; z-index:2;}
footer .foot_lxxx .Wechat_img img {display: block; max-width: 100%; max-height: 100%;margin: auto;position: absolute; left: 0;
  top: 0;right: 0; bottom: 0;}
.footline{ width:100%; height:1px; background:#111; position:relative;}
.footline:after{ content:""; display:block;width:100%; height:1px; background:rgba(255, 255, 255, .1); position:absolute; left:0; bottom:-1px;}
footer .foot_lxxx .address{ margin-top:50px; color:#fff; font-size:16px; line-height:28px;}
footer .foot_lxxx .address img{ margin-right:15px;}

footer .foot_copy { width:100%; overflow:hidden; margin-top:70px;}
footer .foot_copy_main{ margin:25px 0;}
footer .foot_copy_main p {line-height:36px; color:rgba(255,255,255,.25);margin:0; padding:0; font-size:16px;}
footer .foot_copy_main p a{color:rgba(255,255,255,.25);font-size:16px;}
footer .foot_copy_main p a:hover { color:#fff;}

.nyfot footer{ padding-top:80px;}
.nyfot footer .footer_tiao{ display:none;}
@media screen and (max-width:1440px){
	footer{ padding-top:72px;}
    footer .foot_nav li p{ font-size:0;}
	footer .foot_lxxx .lyFoot_Wechat span{ margin-left:7px;}
	footer .foot_lxxx .address{ margin-top:35px;}
	footer .foot_copy{ margin-top:40px;}
	
	.nyfot footer{ padding-top:70px;}
}
@media screen and (max-width:1080px){
	footer{ padding-top:40px;}
	footer .footer_tiao{ display:none;}
	footer .foot_nav li p{ margin-bottom:15px; padding-left:30px;}
	footer .foot_nav li p a{ font-size:17px;}
	footer .foot_nav li .lia a{ padding-left:15px; font-size:15px;}
	footer .foot_lxxx .foottel{width: calc(100% - 80px);}
	footer .foot_lxxx .foottel p{ font-size:17px;}
	footer .foot_lxxx .foottel p em{ display:none;}
	footer .foot_lxxx .foottel span{ font-size:20px;}
	footer .foot_lxxx .foottel span svg{ height:40px;}
	footer .foot_lxxx .lyFoot_Wechat i{ width:44px; height:44px;}
	footer .foot_lxxx .lyFoot_Wechat i svg{ margin:9px auto;}
	footer .foot_lxxx .lyFoot_Wechat .Wechat_img{ width:120px; height:120px; left:-125px; bottom:-30px;}
	footer .foot_lxxx .address{ font-size:15px;}
	footer .foot_copy{ margin-top:30px;}
	footer .foot_copy_main{ margin:20px 0;}
	footer .foot_copy_main p {font-size:15px; float:left; height:30px; line-height:30px; margin:0 8px;}
	footer .foot_copy_main p a{font-size:15px;}
	
	.nyfot footer{ padding-top:40px;}
}
@media screen and (max-width:900px){
	footer .foot_nav{width:100%; margin-top:30px;}
	footer .foot_lxxx{ width:100%;}
	footer .foot_lxxx .address{ display:none;}
}
@media screen and (max-width:767px){
	footer{ padding-top:30px;}
	footer .foot_nav{ margin:25px 0 10px;}
	footer .foot_nav li{ padding:0 3%;}
	footer .foot_nav li:nth-of-type(3){ display:none;}
	footer .foot_nav li:nth-of-type(4){ display: block;}
	footer .foot_nav li p{ padding-left:25px;}
	footer .foot_nav li p a{ font-size:16px;}
	footer .foot_nav li .lia{ display:none;}
	footer .foot_copy{ margin-top:15px; display:none;}
	footer .foot_copy_main p{ float:none; text-align:center; height:auto; font-size:14px; line-height:26px;}
	
	.nyfot footer{ padding-top:30px;}
}
@media screen and (max-width:600px){
	footer .foot_lxxx .lyFoot_Wechat span{ display:none;}
	footer .foot_copy_main .sjy{ display:none;}
}

/*友情链接*/
.link{ width:100%;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0);}
.link .w1400{display: -webkit-flex;display: flex;flex-wrap: wrap;}
.link .left{ width:150px;float:left; color:#fff; font-size:18px; font-weight:bold;display:flex; display: -webkit-flex;align-items: center;}
.link .left img{ margin-right:15px;}
.link .right{width: calc(100% - 168px); float:left; padding:28px 0;}
.link .right a{ color:rgba(255,255,255,.45); float:left;font-size:16px; line-height:28px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;transition: all .4s ease;}
.link .right a:hover{color:#fff;}
.link .right a i{ display:inline-block; width:6px; height:1px; background:rgba(255,255,255,.45); margin:0 10px;}
.link .right a:first-child i{ display:none;}
@media screen and (max-width:1080px){
	.link .right{ padding:20px 0;}
	.link .right a{ font-size:15px;}
}
@media screen and (max-width:767px){
	.link{ padding:20px 0 15px; overflow:hidden; display:none;}
	.link .w1400{display:block !important;}
	.link .left{ width:100%; height:45px; font-size:16px;}
	.link .left img{ width:26px;}
	.link .right{ width:100%; padding:10px 0 0;}
	.link .right a{line-height:28px;}
}

/*NyBanner 开始*/
.NyBanner { width:100%; height:500px; margin:0 auto; padding:0; position:relative; z-index:999;}
.NyBanner img.nyBa_Img { display:block; width:1920px; height:500px; margin:-250px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}
.NyBanner .NyBa_Con { width:1400px; height:auto; margin:-50px 0 0 -700px; padding:0; position:absolute; top:50%; left:50%; -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:10px 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; border-bottom:8px solid rgba(6,166,216,0.95); position:absolute; bottom:0; right:0;}
.NyCrumb .NyCrumb_Main { width:100%; height:52px; margin:0 auto; padding:0 calc(50% - 700px); position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCrumb_Main i { display:block; width:calc(50% - 700px); height:52px; margin:0; padding:0; background-color:rgba(6,166,216,0.95); position:absolute; right:0; bottom:0;}
.NyCrumb_Main p { width:auto; max-width:100%; height:52px; overflow:hidden; line-height:44px; color:rgba(255,255,255,0.5); font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:8px 40px 0 40px; background: url(../images/CrumbBg.png) left top no-repeat; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.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:#fff;}
.NyCrumb_Main p span { color:rgba(255,255,255,0.5);}


@media (max-width:1680px) {
	.NyBanner { height:490px;}
	.NyBanner img.nyBa_Img { width:1882px; height:490px; margin:-245px 0 0 -941px;}
}
@media (max-width:1600px) {
	.NyBanner { height:460px;}
	.NyBanner img.nyBa_Img { width:1766px; height:460px; margin:-230px 0 0 -883px;}
}
@media (max-width:1560px) {
	.NyBanner { height:440px;}
	.NyBanner img.nyBa_Img { width:1690px; height:440px; margin:-220px 0 0 -845px;}
	
	.NyBanner .NyBa_Con { width:100%; margin:-50px 0 0; padding:0 60px; left:0;}
	.NyBa_Con span { font-size:22px;}
	.NyBa_Con p { font-size:34px;}
}
@media (max-width:1440px) {
	.NyBanner { height:400px;}
	.NyBanner img.nyBa_Img { width:1536px; height:400px; margin:-200px 0 0 -768px;}
	
	.NyBanner .NyBa_Con { width:100%; margin:-45px 0 0; padding:0 40px; left:0;}
	.NyBa_Con span { font-size:20px;}
	.NyBa_Con i { height:2px; margin:6px 0 12px;}
	.NyBa_Con p { font-size:30px;}
	
	.NyCrumb .NyCrumb_Main { padding:0 40px;}
	.NyCrumb_Main i { width:40px;}
	.NyCrumb_Main p { font-size:15px;}
}
@media (max-width:1366px) {
	.NyBanner { height:380px;}
	.NyBanner img.nyBa_Img { width:1460px; height:380px; margin:-190px 0 0 -730px;}
	
}
@media (max-width:1280px) {
	.NyBanner { height:350px;}
	.NyBanner img.nyBa_Img { width:1344px; height:350px; margin:-175px 0 0 -672px;}
	
	.NyBanner .NyBa_Con { margin:-40px 0 0;}
	.NyBa_Con span { line-height:26px; font-size:18px;}
	.NyBa_Con i { margin:6px 0 10px;}
	.NyBa_Con p { line-height:36px; font-size:28px;}
	
}
@media (max-width:1200px) {
	.NyBanner { height:340px;}
	.NyBanner img.nyBa_Img { width:1306px; height:340px; margin:-170px 0 0 -653px;}
}
@media (max-width:1080px) {
	.NyBanner { height:320px;}
	.NyBanner img.nyBa_Img { width:1230px; height:320px; margin:-160px 0 0 -615px;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyBanner { height:278px;}
	.NyBanner img.nyBa_Img { width:1068px; height:278px; margin:-139px 0 0 -534px;}
	.NyBanner .NyBa_Con { padding:0 30px;}
}
@media (max-width:767px) {
	.NyBanner { height:200px;}
	.NyBanner img.nyBa_Img { width:768px; height:200px; margin:-100px 0 0 -384px;}
	
	.NyBanner .NyBa_Con { margin:-30px 0 0; padding:0 12px;}
	.NyBa_Con span { height:16px; line-height:16px; font-size:14px;}
	.NyBa_Con i { width:32px; height:1px; margin:5px 0 8px;}
	.NyBa_Con p { height:30px; line-height:30px; font-size:22px;}

}
@media (max-width:375px) {
	.NyBanner { height:160px;}
	.NyBanner img.nyBa_Img { width:614px; height:160px; margin:-80px 0 0 -307px;}
	
}
@media (max-width:320px) {

}
/*NyBanner 结束*/

/*热门关键词&搜索 开始*/
.lyKeySs { width: 100%; margin:40px auto 0; padding: 0; position: relative; z-index: 9; }
.lyKeySs .lyKeySs_Main { width:1400px;height: 70px;margin: 0 auto;background: #fff;border-radius: 30px 0 30px  0;}
.lyKeywords {width: 60%;height: 70px;overflow: hidden;line-height: 70px;color: #fff;font-size: 16px;margin: 0;padding: 0 0 0 170px;float: left;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyKeywords .lyKeyTit {width: 155px;height: 70px;overflow: hidden;line-height: 70px;color: #555;font-size: 16px;margin: 0;padding: 0;position: absolute;left: 30px;top: 0;}
.lyKeyTit img {display: inline-block;width: 29px;height: 29px;vertical-align: middle;margin: -4px 15px 0 0;}
.lyKeywords a {display: inline-block;color: #999;font-size: 16px;margin: 0 10px;padding: 0;}
.lyKeySs .nyhotkw_left{ width:60%; float:left; height:70px; line-height:70px;padding:25px 10px 0 30px;float: left;position: relative;background: #f9f9f9;}
.lyKeySs .nyhotkw_left p { font-size:16px; color:#555;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyKeySs .nyhotkw_left p a{ color: #666;} 
.lyKeySs .nyhotkw_left p img.Crumb { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.lyKeySs .nyhotkw_left p img.CrumbJt { display:inline-block; width:12px; height:12px; vertical-align:middle; margin:-2px 8px 0;}

.lySearch {width: 40%;height: 70px;margin: 0;padding: 0 30px;float: right;position: relative;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0);}
.lySearch i {width: 100%;height: 70px;margin: 0;padding: 0;position: absolute;left: 0;top: 0;}
.lySearch .ScForm {width: 100%;margin: 0 auto;padding: 0;position: relative;z-index: 1;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid rgba(255,255,255,.25);height: 56px;}
.ScForm form {width: 100%;margin: 0;padding: 0 40px 0 0;float: right;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ScForm form .sc_ipt {width: 100%;height: 55px;overflow: hidden;margin: 0;padding: 0;}
.ScForm form .sc_ipt input {display: block;width: 100%;overflow: hidden;color: rgba(255,255,255,.45);font-size: 16px;margin: 0;padding: 20px 20px 0 0;background:none;border: 0;outline: none;}
.ScForm form .sc_btn {width: 22px;height: 23px;margin: 0;padding: 0;position: absolute;top: 22px;right: 5px;}
.ScForm form .sc_btn input {display: block;width: 100%;height: 23px;overflow: hidden;margin: 0;padding: 0;background: url(../images/ss.png) center center no-repeat;background-size: 22px 23px;border: 0;outline: none;cursor: pointer;opacity: 1;}
.ScForm form input:-moz-placeholder {
 color: rgba(255,255,255,.45);
}
 .ScForm form input:-ms-input-placeholder {
 color: rgba(255,255,255,.45);
}
 .ScForm form input::-webkit-input-placeholder {
 color: rgba(255,255,255,.45);
}
@media screen and (max-width:1560px) {
    .lyKeySs .lyKeySs_Main { width:100%; padding:0 60px;}
}
@media screen and (max-width:1440px) {
    .lyKeySs .lyKeySs_Main {padding:0 40px;}
}
@media screen and (max-width:1080px) {
	.lyKeySs{ margin:30px auto 0;}
}
@media screen and (max-width:800px) {
    .lyKeySs .lyKeySs_Main {padding:0 30px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ScForm form{ padding:0 20px 0 0;}
}
@media screen and (max-width:767px) {
.lyKeySs{ margin:20px auto 0;}
.lyKeySs .lyKeySs_Main{ height:55px; padding:0 12px;}
.lyKeywords{ display:none;}
.lySearch{ width:100%;height: 55px; border-radius:0;}
.lySearch i {height: 55px;}
.lySearch .ScForm {height: 41px;}
.ScForm form .sc_ipt {height: 40px;}
.ScForm form .sc_ipt input {font-size: 14px;margin: 0;padding: 13px 20px 0 0;}
.ScForm form .sc_btn {top: 10px;}
.ScForm form .sc_btn input {background-size:17px 18px;}
.lyKeySs .nyhotkw_left{ width:100%;padding: 20px 0 0; height:60px; line-height:40px;background: #fff;}
.lyKeySs .nyhotkw_left p{ font-size:14px;}
}
/*热门关键词&搜索 结束*/


/*NyAboutus 开始*/
.NyAboutus { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyAboutus .NyAboutus_Profile { width:1400px; height:auto; margin:60px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyTitle { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.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; padding:0;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0);}

.NyAboutus_Profile .NyAboutusProfile_Con { width:100%; height:auto; min-height:200px; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 30px; padding:0;}
.NyAboutusProfile_Con p { width:100%; height:auto; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 10px; padding:0;}
.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { line-height:30px!important; color:#666!important; font-size:16px!important; font-style:normal!important;}

.NyAboutus_Profile .NyAboutus_DataImg { width:100%; height:auto; margin:0 auto; padding:0;}
.NyAboutus_DataImg .NyAboutus_Data { width:31.4%; height:560px; overflow:hidden; margin:0; padding:80px; background:#24427c url(../images/nyAbBg01.jpg) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Data ul li { width:100%; height:auto; margin:0 auto 60px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Data ul li p { width:100%; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:48px; font-weight:bold; margin:0 auto 10px; padding:0;}
.NyAboutus_Data ul li p sub { display:inline-block; font-size:16px; font-weight:normal; vertical-align: baseline; margin:0 0 0 10px;}
.NyAboutus_Data ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#fff; font-size:18px; margin:0 auto; padding:0;}

.NyAboutus_DataImg .NyAboutus_Img { width:68.6%; height:560px; overflow:hidden; margin:0; padding:0; background-color:#f9f9f9; float:right; position:relative;}
.NyAboutus_Img img { display:block; width:100%; height:100%; overflow:hidden; object-fit:cover; 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;}

.NyAboutus_Img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}


.NyAboutus .NyAboutus_Culture { width:1400px; height:auto; margin:60px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Culture .NyAboutusCulture_Ms { width:100%; height:auto; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:0 auto 20px; padding:0;}
.NyAboutus_Culture .NyAboutusCulture_Main { width:100%; height:auto; margin:0 auto; padding:0;}
.NyAboutusCulture_Main ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:50px 40px; background-color:#f9f9f9; overflow:hidden; float:left; position:relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusCulture_Main ul li:after{ content:""; display:block; width:100%; height:50%;background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0); position:absolute; top:25%;left:0; opacity:0;transition: all .5s;-webkit-transition: all .5s; }
.NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0;}
.NyAboutusCulture_Main ul li:hover:after { top:0; height:100%; opacity:1;}
.NyAboutusCulture_Main ul li em { display:block; width:90px; height:90px; overflow:hidden; margin:0 auto 40px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:relative; z-index:2;}
.NyAboutusCulture_Main ul li em.AbIco1 { background:url(../images/AbIco01.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco2 { background:url(../images/AbIco02.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco3 { background:url(../images/AbIco03.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco4 { background:url(../images/AbIco04.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco1 { background:url(../images/AbIco1.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco2 { background:url(../images/AbIco2.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco3 { background:url(../images/AbIco3.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco4 { background:url(../images/AbIco4.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li p { width:100%; height:auto; line-height:30px; color:#333; font-size:24px; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;position:relative; z-index:2;}
.NyAboutusCulture_Main ul li:hover p { color:#fff;}
.NyAboutusCulture_Main ul li i.AbLine { display:block; width:100%; height:5px; overflow:hidden; margin:13px auto 20px; padding:0; background:url(../images/line02.png) center center no-repeat; position:relative; z-index:2;}
.NyAboutusCulture_Main ul li:hover i.AbLine { background:url(../images/line03.png) center center no-repeat;}
.NyAboutusCulture_Main ul li span { display:block; width:100%; height:52px; overflow:hidden; line-height:26px; color:#999; font-size:16px; text-align:center; 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;position:relative; z-index:2;}
.NyAboutusCulture_Main ul li:hover span { color:rgba(255,255,255,0.5);}


.NyAboutus .NyAboutus_Honor { width:100%; height:auto; margin:0 auto; padding:60px 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; 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:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.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_Name { color:#24427c;}
.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/jt17.png) center center no-repeat; left:0;}
.NyAboutusHonor_List .swiper-button-next3 { background:#fff url(../images/jt18.png) center center no-repeat; right:0;}
.NyAboutusHonor_List .swiper-button-prev3:hover { background:#24427c url(../images/jt19.png) center center no-repeat;}
.NyAboutusHonor_List .swiper-button-next3:hover { background:#24427c 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;}


@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyAboutus .NyAboutus_Profile { width:100%; margin:60px auto; padding:0 60px;}
	.NyTitle span { height:52px; line-height:52px; font-size:56px;}
	.NyTitle p { font-size:34px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:30%;}
	.NyAboutus_DataImg .NyAboutus_Img { width:70%;}
	
	.NyAboutus .NyAboutus_Culture { width:100%; margin:60px auto; padding:0 60px;}
	.NyAboutusCulture_Main ul li { padding:40px 30px;}
	.NyAboutusCulture_Main ul li p { font-size:22px;}
	
	.NyAboutus .NyAboutus_Honor { padding:60px 0 0;}
	.NyAboutus_Honor .NyAboutusHonor_Main { width:100%; padding:0 60px;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { font-size:16px;}
	.NyAboutusHonor_Bottom i { height:20px;}
	.NyAboutusHonor_Bottom p { height:60px;}
}
@media (max-width:1440px) {
	.NyAboutus .NyAboutus_Profile { width:100%; margin:40px auto; padding:0 40px;}
	.NyTitle span { height:50px; line-height:50px; font-size:52px;}
	.NyTitle p { font-size:32px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { font-size:15px!important;}
	.NyAboutusProfile_Con p { font-size:15px!important;}
	.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { font-size:15px!important;}
	
	.NyAboutus .NyAboutus_Culture{ padding:0 40px;}
	.NyAboutus_Culture .NyAboutusCulture_Ms { font-size:15px;}
	.NyAboutusCulture_Main ul li span { height:50px; line-height:25px; font-size:15px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:26%; height:520px; padding:80px 60px;}
	.NyAboutus_Data ul li { margin:0 auto 60px;}
	.NyAboutus_Data ul li p { font-size:44px;}
	.NyAboutus_Data ul li p sub { font-size:15px;}
	.NyAboutus_Data ul li span { font-size:16px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:520px;}
	
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyTitle { margin:0 auto 30px;}
	.NyTitle span { height:44px; line-height:44px; font-size:48px;}
	.NyTitle p { height:36px; line-height:36px; font-size:30px;}
	.NyTitle i { height:3px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { margin:0 auto 30px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:480px; padding:60px 60px;}
	.NyAboutus_Data ul li p { height:44px; line-height:44px; font-size:40px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:480px;}
		
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:30px auto 0;}	

}
@media (max-width:1280px) {
	
}
@media (max-width:1200px) {
	.NyTitle { margin:0 auto 20px;}
	.NyTitle span { height:44px; line-height:44px; font-size:46px;}
	.NyTitle p { height:32px; line-height:32px; font-size:28px;}
	.NyTitle i { width:56px; height:3px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { margin:0 auto 20px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:440px; padding:60px 60px;}
	.NyAboutus_Data ul li { margin:0 auto 50px;}
	.NyAboutus_Data ul li p { height:40px; line-height:40px; font-size:36px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:440px;}
	
	.NyAboutusCulture_Main ul li { padding:30px 25px;}
	.NyAboutusCulture_Main ul li em { margin:0 auto 30px;}
		
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:260px;}
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:20px auto 0;}	
}
@media (max-width:1080px) {
	.NyAboutus_Profile .NyAboutusProfile_Con { line-height:28px!important; font-size:14px!important; margin:0 auto 10px;}
	.NyAboutusProfile_Con p { line-height:28px!important; font-size:14px!important; margin:0 auto 10px;}
	.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { line-height:28px!important; font-size:14px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:400px; padding:40px;}
	.NyAboutus_Data ul li { margin:0 auto 40px;}
	.NyAboutus_Data ul li p sub { font-size:14px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:400px;}
	
	.NyAboutus .NyAboutus_Culture { margin:40px auto;}
	.NyAboutus_Culture .NyAboutusCulture_Ms { line-height:24px; font-size:14px;}
	.NyAboutusCulture_Main ul li { padding:30px 20px;}
	.NyAboutusCulture_Main ul li em { width:80px; height:80px;}
	.NyAboutusCulture_Main ul li p { font-size:18px;}
	.NyAboutusCulture_Main ul li span { height:48px; line-height:24px; font-size:14px;}
	
	.NyAboutus .NyAboutus_Honor { padding:40px 0 0;}
	.NyAboutusHonor_Bottom i { height:10px;}
	.NyAboutusHonor_Bottom p { height:40px;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyAboutus .NyAboutus_Profile { padding:0 30px;}
	.NyAboutusProfile_Con p { line-height:26px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:320px; padding:40px 20px;}
	.NyAboutus_Data ul li { margin:0 auto 30px;}
	.NyAboutus_Data ul li p { height:32px; line-height:32px; font-size:32px; margin:0 auto 6px;}
	.NyAboutus_Data ul li p sub { font-size:13px;}
	.NyAboutus_Data ul li span { font-size:14px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:320px;}
	
	.NyAboutus .NyAboutus_Culture{ padding:0 30px;}
	.NyAboutusCulture_Main ul li { padding:30px 15px;}
	.NyAboutusCulture_Main ul li i.AbLine { margin:10px auto 15px;}
	.NyAboutusCulture_Main ul li span { height:66px; line-height:22px; -webkit-line-clamp:3;}
	
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 30px;}
	.NyAboutusHonor_Main .NyAboutusHonor_List { padding:0 60px;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:200px;}

	.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { width:44px!important; height:44px!important; margin:-22px 0 0!important;}
}
@media (max-width:767px) {
	.NyAboutus .NyAboutus_Profile { margin:20px auto; padding:0 12px;}
	.NyTitle span { height:32px; line-height:32px; font-size:34px;}
	.NyTitle p { height:30px; line-height:30px; font-size:22px; margin:-15px auto 10px;}
	.NyTitle i { width:48px; height:2px;}
	
	.NyAboutusProfile_Con p { line-height:24px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:100%; height:auto; margin:0 auto; padding:20px 5px; float:inherit;}
	.NyAboutus_Data ul li { width:33.333333%; margin:0; padding:0; float:left;}
	.NyAboutus_Data ul li p { height:30px; line-height:30px; font-size:26px; margin:0 auto 5px; text-align:center;}
	.NyAboutus_Data ul li p sub { font-size:12px; margin:0 0 0 5px;}
	.NyAboutus_Data ul li span { font-size:12px; text-align:center;}
	.NyAboutus_DataImg .NyAboutus_Img { width:100%; height:230px; margin:0 auto; float:inherit;}
	
	.NyAboutus .NyAboutus_Culture { margin:20px auto; padding:0 12px;}
	.NyAboutusCulture_Main ul li { width:48.5%; height:auto; margin:0 3% 12px 0; padding:20px 12px; background-color:#f9f9f9;}
	.NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0 3% 12px 0;}
	.NyAboutusCulture_Main ul li:nth-child(2n+2) { margin:0 0 12px;}
	.NyAboutusCulture_Main ul li em { margin:0 auto 20px;}
	.NyAboutusCulture_Main ul li span { height:44px; line-height:22px; -webkit-line-clamp:2;}
	
	.NyAboutus .NyAboutus_Honor { padding:20px 0 0;}
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 12px;}
	.NyAboutusHonor_Main .NyAboutusHonor_List { padding:0;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { padding:12px;}
	.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { display:none;}
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:10px auto 0;}
	.NyAboutusHonor_Bottom p { height:30px;}
}
@media (max-width:375px) {
	.NyAboutus_DataImg .NyAboutus_Img { height:200px;}
	.NyAboutusCulture_Main ul li span { height:66px; line-height:22px; -webkit-line-clamp:3;}
	
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:180px;}
}
@media (max-width:320px) {
	.NyAboutus_DataImg .NyAboutus_Data { padding:20px 12px 0;}
	.NyAboutus_Data ul li { width:100%; margin:0 auto 20px; float:inherit;}
	.NyAboutus_DataImg .NyAboutus_Img { height:170px;}
	
	.NyAboutusCulture_Main ul li { width:100%; height:auto; margin:0 auto 12px; padding:20px 12px; background-color:#f9f9f9;}
	.NyAboutusCulture_Main ul li:nth-child(2n+2), .NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0 auto 12px;}
	.NyAboutusCulture_Main ul li span { height:44px; line-height:22px; -webkit-line-clamp:2;}
	
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:160px;}
}
/*NyAboutus 结束*/

/*NyNews 开始*/
.NyNews {width:1400px;height:auto;min-height:320px;margin: 60px auto;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.NyNews .NyNews_List {width:100%;height:auto;margin: 0 auto 60px;padding:0;border-top:1px solid #ddd;}
.NyNews_List ul li { width:100%; height:auto; margin:0 auto; padding:40px 0; border-bottom:1px solid #ddd;}
.NyNews_List ul li .NyNews_Time { width:14.5%; height:auto; margin:0; padding:0; float:left;}
.NyNews_List ul li .NyNews_Time span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"RobotoBold"; font-size:18px; margin:0 auto; padding:0;}
.NyNews_List ul li .NyNews_Time span img { display:inline-block; width:15px; height:15px; vertical-align:middle; margin:-4px 6px 0 0;}
.NyNews_List ul li .NyNews_Time p { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-family:"RobotoBold"; font-size:60px; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li:hover .NyNews_Time p { color:#24427c;}

.NyNews_List ul li .NyNews_Text { width:85.5%; height:auto; margin:0; padding:0; float:right;}
.NyNews_List ul li .NyNews_Text a.NyNews_Name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size: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;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_Name { color:#24427c;}
.NyNews_List 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;}
.NyNews_List ul li .NyNews_Text a.NyNews_More { display:block; width:auto; height:30px; line-height:30px; color:#999; font-size:16px; margin:0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li .NyNews_Text a.NyNews_More i { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0 10px; background: url(../images/jt13.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_More { color:#24427c;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_More i { margin:-2px 0 0 20px; background: url(../images/jt16.png) center center no-repeat; background-size:100% 100%;}

/*分页样式 开始*/
#fengye {margin:40px auto 0;color:#666;font-size: 15px;text-align:center;}
#fengye a { display:inline-block; padding:0 15px; background-color:#fff; height:32px; line-height:32px; text-align: center; margin:0 5px; border-radius:2px; color:#666; font-size:14px; border:1px solid #ddd;}
#fengye a:hover { background-color:#24427c; color:#fff; border:1px solid #24427c;}
#fengye a.pnnum1 { background-color:#24427c; color:#fff; border:1px solid #24427c;}
#fengye input { display:inline-block; padding:0 5px; background-color:#24427c; width:40px!important; height:32px!important; line-height:32px; text-align:center; border-radius:2px; margin:0 5px; color:#fff; cursor:pointer; border:0; outline:none;background: #1b2c6a;}
#fengye .p_input { display:inline-block; padding:0 5px; background-color:#fff; width:40px!important; height:32px; line-height:30px; text-align:center; margin:0 5px; color:#555; font-size:14px; cursor:default; border:1px solid #efefef; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*分页样式 结束*/

/*NyNewDetail 开始*/
.NyNewDetail { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewDetail .NyNewDetail_Main { width:1400px; height:auto; margin:60px auto 40px; padding:0;}
.NyNewDetail_Main .NyNewDetail_Name { width:100%; height:auto; overflow:hidden; line-height:40px; color:#333; font-size:30px; margin:0 auto 15px; padding:0;}
.NyNewDetail_Main .NyNewDetail_Tips { width:100%;overflow:hidden; line-height:30px; color:#999; font-size:16px; margin:0 auto 30px; padding:0 0 10px; border-bottom:1px solid #e6e6e6;}
.NyNewDetail_Tips span { display:inline-block; height:30px; line-height:30px; color:#999; font-size:16px; margin:0 40px 0 0; padding:0;}
.NyNewDetail_Tips span img { display:block; width:16px; height:16px; margin:7px 10px 7px 0; padding:0; float:left;}
.NyNewDetail_Main .NyNewDetail_Content { 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;}
.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content 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;}
.NyNewDetail_Content div, .NyNewDetail_Content p { margin:0 auto 20px;}
.NyNewDetail_Content img { width:auto!important; max-width:100%; height:auto!important;}
.NyNewDetail_Content br { display:none;}

.NyPrevNext { width:100%; height:auto; margin:0 auto; padding:0;}
.NyPrevNext ul li { width:50%; height:80px; overflow:hidden; margin:0; padding:0; background-color:#f9f9f9; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyPrevNext ul li:nth-child(1) { background-color:#f2f2f2;}
.NyPrevNext ul li:hover { background-color:#24427c;}
.NyPrevNext ul li p { width:700px; height:80px; overflow:hidden; line-height:80px; color:#666; font-size:18px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPrevNext ul li p a { color:#666;}
.NyPrevNext ul li:hover p { color:#fff;}
.NyPrevNext ul li:hover p a { color:#fff;}
.NyPrevNext ul li p i { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 12px 0 0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyPrevNext ul li p.NyPrev { float:right;}
.NyPrevNext ul li p.NyNext { float:left;}
.NyPrevNext ul li p.NyPrev i { background:url(../images/jt12.png) center center no-repeat; background-size:100% 100%;}
.NyPrevNext ul li p.NyNext i { background:url(../images/jt13.png) center center no-repeat; background-size:100% 100%;}
.NyPrevNext ul li:hover p.NyPrev i { background:url(../images/jt14.png) center center no-repeat; background-size:100% 100%;}
.NyPrevNext ul li:hover p.NyNext i { background:url(../images/jt15.png) center center no-repeat; background-size:100% 100%;}
/*NyNewDetail 结束*/

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyNews { width:100%; margin:60px auto; padding:0 60px;}
	.NyNews .NyNews_List { margin:0 auto 60px;}
	.NyNews_List ul li { padding:30px 0;}
	.NyNews_List ul li .NyNews_Time span { font-size:16px;}
	.NyNews_List ul li .NyNews_Time p { font-size:54px;}	
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:22px;}
	
	.NyNewDetail { padding:0 60px;}
	.NyNewDetail .NyNewDetail_Main { width:100%; margin:60px auto 40px;}
	.NyNewDetail_Main .NyNewDetail_Name { font-size:28px;}
	
	.NyPrevNext ul li { height:60px;}
	.NyPrevNext ul li p { width:100%; height:60px; line-height:60px; font-size:16px; padding:0 40px;}
	.NyPrevNext ul li p i { width:24px; height:24px;}
}
@media (max-width:1440px) {
	.NyNews { padding:0 40px;}
	
	.NyNewDetail { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyNews_List ul li { padding:25px 0;}
	.NyNews_List ul li .NyNews_Time { width:14%;}
	.NyNews_List ul li .NyNews_Time p { font-size:50px;}
	.NyNews_List ul li .NyNews_Text { width:86%;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:20px;}
	.NyNews_List ul li .NyNews_Text p { max-height:50px; line-height:25px; font-size:15px; margin:5px auto 15px;}
	.NyNews_List ul li .NyNews_Text a.NyNews_More { font-size:15px;}
	
	.NyNewDetail_Main .NyNewDetail_Name { font-size:26px; margin:0 auto 20px;}
	.NyNewDetail_Main .NyNewDetail_Tips { width:100%;overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:0 auto 20px; border-bottom:1px solid #e6e6e6;}
	.NyNewDetail_Tips span { display:inline-block; height:30px; line-height:30px; color:#999; font-size:15px; margin:0 40px 0 0; padding:0;}
	.NyNewDetail_Tips span img { display:block; width:16px; height:16px; margin:7px 10px 7px 0; padding:0; float:left;}
	.NyNewDetail_Main .NyNewDetail_Content { width:100%; height:auto; overflow:hidden; line-height:25px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:15px!important; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
	.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em { width:100%; height:auto; overflow:hidden; line-height:25px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:15px!important; font-style:normal; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
	.NyNewDetail_Content div, .NyNewDetail_Content p { margin:0 auto 15px;}
}
@media (max-width:1280px) {
	
}
@media (max-width:1200px) {

}
@media (max-width:1080px) {
	.NyNews { margin:40px auto;}
	.NyNews .NyNews_List { margin:0 auto 40px;}
	.NyNews_List ul li { padding:20px 0;}
	.NyNews_List ul li .NyNews_Time { width:16%;}
	.NyNews_List ul li .NyNews_Time p { font-size:48px;}
	.NyNews_List ul li .NyNews_Text { width:84%;}
	
	.NyNewDetail .NyNewDetail_Main { margin:40px auto 25px;}
	.NyNewDetail_Main .NyNewDetail_Name { font-size:24px;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyNews { padding:0 30px;}
	.NyNews_List ul li { padding:15px 0;}
	.NyNews_List ul li .NyNews_Time { width:20%;}
	.NyNews_List ul li .NyNews_Time p { height:50px; line-height:50px; font-size:44px;}
	.NyNews_List ul li .NyNews_Text { width:80%;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:18px;}
	.NyNews_List ul li .NyNews_Text p { max-height:48px; line-height:24px; font-size:14px; margin:5px auto 10px;}
	.NyNews_List ul li .NyNews_Text a.NyNews_More { font-size:14px;}
	
	.NyNewDetail { padding:0 30px;}
	.NyNewDetail_Main .NyNewDetail_Name { line-height:30px; margin:0 auto 15px;}
	.NyNewDetail_Tips span { font-size:14px; margin:0 20px 0 0;}
	.NyNewDetail_Main .NyNewDetail_Content { width:100%; height:auto; overflow:hidden; line-height:24px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:14px!important; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
	.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em { width:100%; height:auto; overflow:hidden; line-height:24px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:14px!important; font-style:normal; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
	.NyNewDetail_Content div, .NyNewDetail_Content p { margin:0 auto 12px;}
	.NyPrevNext ul li p.NyPrev i { margin:-2px 10px 0 0;}
	.NyPrevNext ul li p.NyNext i { margin:-2px 10px 0 0;}
}
@media (max-width:767px) {
	.NyNews { margin:60px auto 30px; padding:0 12px;}
	.NyNews .NyNews_List { margin:0 auto 20px;}
	.NyNews_List ul li { padding:12px 0;}
	.NyNews_List ul li .NyNews_Time { width:100%; height:auto; margin:0 auto 5px; float:inherit;}
	.NyNews_List ul li .NyNews_Time span { width:auto; height:30px; line-height:30px; font-size:14px; margin:0 10px 0 0; float:left;}
	.NyNews_List ul li .NyNews_Time p { width:auto; height:30px; line-height:30px; font-size:18px; text-indent:0;}
	.NyNews_List ul li .NyNews_Text { width:100%; margin:0 auto; float:inherit;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { height:30px; line-height:30px; font-size:16px;}
	
	#fengye { font-size:0; margin:20px auto 0;}
	#fengye .p_input, #fengye input { display:none;}
	
	.NyNewDetail { margin:0 auto; padding:0 12px;}
	.NyNewDetail .NyNewDetail_Main { margin:20px auto 10px;}
	.NyNewDetail_Main .NyNewDetail_Name { font-size:20px; margin:0 auto 10px;}
	.NyNewDetail_Main .NyNewDetail_Tips { height:auto; margin:0 auto 15px; padding:0 0 5px;}
	
	.NyPrevNext ul li { width:100%; height:48px; margin:0 auto; padding:0; float:inherit;}
	.NyPrevNext ul li p { width:100%; height:48px; line-height:48px; font-size:14px; padding:0 12px; text-align:left;}
	.NyPrevNext ul li p i { width:20px; height:20px;}
}
@media (max-width:375px) {

}
@media (max-width:320px) {
	
	#fengye a { padding:0 10px;}
}
/*NyNews 结束*/

/*NyOrder 开始*/
.NyOrder { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder .NyOrder_Main { width:1400px; height:auto; margin:0 auto; -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:#24427c url(../images/Bg2.jpg) 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:#333!important; margin:0 20px 0 0!important; padding:0!important; border:none!important; cursor:pointer!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input:hover {background: linear-gradient(to right, #1b2c6a, #57c2e0);}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background: #1b2c6a; background: linear-gradient(to right, #1b2c6a, #57c2e0);}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover {background: linear-gradient(to left, #1b2c6a, #57c2e0);}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width:100%!important; padding:0!important; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { width:auto!important; float:left!important;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyOrder { padding:60px;}
	.NyOrder .NyOrder_Main { width:100%;}
}
@media (max-width:1440px) {
	.NyOrder { padding:60px 40px;}
}
@media (max-width:1366px) {
	
}
@media (max-width:1280px) {
	.NyOrder_Main .NyOrder_Left { height:600px;}
	.NyOrder_Left p { font-size:30px;}
	.NyOrder_Left font { font-size:20px;}
	.NyOrder_Left span { font-size:15px; line-height:25px;}
	
	.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:30px auto 0!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { height:50px!important; line-height:50px; font-size:15px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:145px!important; line-height:25px; font-size:15px!important; padding:10px 20px;}
	.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { margin:5px 0!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:50px!important; font-size:15px!important;}
	.NyOrder_Right #ly_msg.ly_msg .msg_btn input { height:50px!important; line-height:50px!important;}
}
@media (max-width:1200px) {
	.NyOrder_Main .NyOrder_Left { padding:120px 30px;}
	.NyOrder_Left img { width:50px; height:50px;}
	.NyOrder_Left p { line-height:36px; font-size:28px;}
	.NyOrder_Left font { line-height:24px; font-size:16px;}
	.NyOrder_Main .NyOrder_Right { padding:0 0 0 30px;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:200px!important;}
}
@media (max-width:1080px) {
	.NyOrder { padding:40px;}
	.NyOrder_Main .NyOrder_Left { height:560px; padding:100px 25px;}
	.NyOrder_Left span { line-height:24px; font-size:14px;}
	.NyOrder_Main .NyOrder_Right { padding:0 0 0 25px;}
	.NyOrder_Right #ly_msg.ly_msg ul li { margin:0 0 20px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48.5%!important; margin:0 3% 20px 0!important; float:left!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48.5%!important; margin:0 0 20px 0!important; float:right!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:20px auto 0!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size:14px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:140px!important; line-height:24px; font-size:14px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:180px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { font-size:14px!important;}
}
@media (max-width:1024px) {
	.NyOrder_Main .NyOrder_Left { width:30%; height:590px;}
	.NyOrder_Main .NyOrder_Right { width:70%;}
	.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:30px!important;}
}
@media (max-width:800px) {
	.NyOrder { padding:30px;}
	.NyOrder_Main .NyOrder_Left { width:100%; height:auto; margin:0 auto 20px; padding:20px; float:inherit;}
	.NyOrder_Left img { width:44px; height:44px; margin:0 12px 0 0; float:left;}
	.NyOrder_Left p { line-height:24px; font-size:20px; margin:0 auto 2px;}
	.NyOrder_Left font { line-height:18px; font-size:12px;}
	.NyOrder_Left span { margin:10px auto 0;}
	.NyOrder_Main .NyOrder_Right { width:100%; margin:0 auto; padding:0; float:inherit;}
	.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:left!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:inline-block; width:auto; line-height:50px!important;}
}
@media (max-width:767px) {
	.NyOrder { padding:20px 12px;}
	.NyOrder_Main .NyOrder_Left { padding:20px;}
	.NyOrder_Left img { width:44px; height:44px; margin:0 12px 0 0;}
	.NyOrder_Left p { line-height:26px; font-size:22px; margin:0 auto 2px;}
	.NyOrder_Left font { line-height:18px; font-size:12px;}
	.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:100%!important; margin:0 auto 20px!important; float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:100%!important; margin:0 auto 20px!important; float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { padding: 0 12px!important}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:24px!important; margin:10px auto 0;}
	.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width:48%!important; margin:0!important; float:left;}
	.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin:0 4% 0 0!important;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:130px!important;}
}
/*NyOrder 结束*/

/*NyContactUs 开始*/
.NyContactUs { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyContactUs .NyContactUs_Infor { width:100%; height:auto; margin:0 auto; padding:60px 0 0; background-color:#fff; -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:#24427c 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;}
.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%; height:22px; overflow:hidden; 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:60px 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%;}
@media (max-width:1560px) {
	.NyContactUs .NyContactUs_Infor { padding:60px;}
	.NyContactUs_Infor .NyContactUsInfor_Main { width:100%;}
	
	.NyContactUs .NyContactUs_Map { width:100%; margin:60px auto; padding:0 60px;}
	.NyMap { height:480px;}
}
@media (max-width:1440px) {
	.NyContactUs .NyContactUs_Infor { padding:60px 40px;}
	
	.NyContactUs .NyContactUs_Map { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyContactUs_Lxfs ul li span { font-size:16px;}
	.NyContactUs_Lxfs ul li p { font-size:16px;}
	.NyMap { height:440px;}
}
@media (max-width:1280px) {
	.NyContactUsInfor_Con .NyContactUs_Ewm { height:230px; padding:30px;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { height:230px; padding:57px 0;}
	.NyMap { height:400px;}
}
@media (max-width:1200px) {
	.NyMap { height:380px;}
}
@media (max-width:1080px) {
	.NyContactUs .NyContactUs_Infor { padding:40px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { height:220px; padding:20px;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { height:220px; padding:52px 0;}
	.NyContactUs .NyContactUs_Map { margin:40px auto;}
	.NyMap { height:360px;}
}
@media (max-width:1024px) {
	.NyMap { height:340px;}
}
@media (max-width:800px) {
	.NyContactUs .NyContactUs_Infor { padding:40px 30px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { width:100%; height:auto; margin:0 auto; padding:40px 20px; float:inherit;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width:100%; height:auto; margin:0 auto; padding:40px 20px; float:inherit;}
	.NyContactUs .NyContactUs_Map { padding:0 30px;}
	.NyMap { height:320px;}
}
@media (max-width:767px) {
	.NyContactUs .NyContactUs_Infor { padding:20px 12px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { width:100%; height:auto; margin:0 auto; padding:20px 20px; float:inherit;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width:100%; height:auto; margin:0 auto; padding:0 20px; float:inherit;}
	.NyContactUs_Lxfs ul li { width:100%; margin:0 auto; padding:20px 0; border-right:0; border-bottom:1px solid #e6e6e6; float:inherit;}
	.NyContactUs_Lxfs ul li img { margin:0 auto 10px;}
	.NyContactUs .NyContactUs_Map { margin:20px auto; padding:0 12px;}
	.NyMap { height:300px;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
	
}
/*NyContactUs 结束*/

/*NyProducts 开始*/
.NyProducts { width:1400px; margin:0 auto;height:auto; min-height:320px; margin:40px auto 80px;}
.NyProducts .NyPro_Left { width:335px; height:auto; margin:0; padding:0; float:left;}
.NyProducts .NyPro_Left .cp_type .bd{ max-height:none;}

.NyProducts .NyPro_Right {width: calc(100% - 355px); height:auto;float:right;}
.NyProducts .NyPro_Right ul{min-height:320px;margin-bottom:20px;}
.NyProducts .NyPro_Right ul li{ border:1px solid #e6e6e6;width:32%; margin-right:2%; margin-bottom:20px; float:left; position:relative;}
.NyProducts .NyPro_Right ul li:nth-child(3n){ margin-right:0;}
.NyProducts .NyPro_Right ul li:after{ content:""; display:block; width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; padding:0; opacity:0;transition: all .5s;-webkit-transition: all .5s;}
.NyProducts .NyPro_Right ul li .pic{ display:block; width:100%; height:300px; position:relative;overflow:hidden;}
.NyProducts .NyPro_Right ul li .pic img{ max-width:90%; max-height:96%; position:absolute; margin:auto;top:0; bottom:0; left:0; right:0;transition: all .5s;-webkit-transition: all .5s; }
.NyProducts .NyPro_Right ul li .text{ padding:28px; position:relative;}
.NyProducts .NyPro_Right ul li .text .name{max-width:calc(100% - 50px); font-size:17px; font-weight:bold;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;transition: all .5s;-webkit-transition: all .5s; }
.NyProducts .NyPro_Right ul li .text .xh{ font-size:16px; color:#999;margin-top:4px;max-width:70%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.NyProducts .NyPro_Right ul li .text .xh img{ margin-right:7px;}
.NyProducts .NyPro_Right ul li .text .more{ display:block; width:40px; height:40px;background:url(../images/jt03.png) center no-repeat; position:absolute; right:28px; bottom:42px;transition: all .5s;-webkit-transition: all .5s; }

.NyProducts .NyPro_Right ul li:hover{ position:relative; z-index:2;}
.NyProducts .NyPro_Right ul li:hover:after{box-shadow:0 0 24px rgba(0,0,0,.08); border:0; opacity:1; padding:1px; left:-1px; top:-1px;right:-1px; bottom:-1px}
.NyProducts .NyPro_Right ul li:hover .pic{z-index:2;}
.NyProducts .NyPro_Right ul li:hover .pic img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyProducts .NyPro_Right ul li:hover .text{ z-index:2;}
.NyProducts .NyPro_Right ul li:hover .text .name{ color:#1b2c6a;}
.NyProducts .NyPro_Right ul li:hover .text .more{background:url(../images/jt07.png) center no-repeat;}
@media (max-width:1560px) {
    .NyProducts { width:100%; padding:0 60px;}
}
@media (max-width:1440px) {
	.NyProducts { padding:0 40px;}
	.NyProducts .NyPro_Left { width:300px;}
	.NyProducts .NyPro_Right {width: calc(100% - 320px);}
	.NyProducts .NyPro_Right ul li .pic{ height:250px;}
	.NyProducts .NyPro_Right ul li .text .name{ font-size:16px;}
	.NyProducts .NyPro_Right ul li .text .xh{ font-size:14px;}
	.NyProducts .NyPro_Right ul li .text .more {right: 20px;bottom: 30px; width: 34px; height: 34px;background-size: 100%;}
	.NyProducts #fengye { margin:25px auto 0;}
}
@media (max-width:1299px) {
	.NyProducts .NyPro_Left { width:250px;}
	.NyProducts .NyPro_Right {width: calc(100% - 270px);}
    .NyProducts .NyPro_Right ul li .pic{ height:200px;}
	.NyProducts .NyPro_Right ul li .pic img{ max-width:100%; max-height:100%;}
	.NyProducts .NyPro_Right ul li .text{ padding:20px;}
}
@media (max-width:1080px) {
	.NyProducts { margin:30px auto 40px;}
	.NyProducts .NyPro_Left { width:100%; height:auto; margin:0 auto 25px; padding:0; float:inherit;}
	.NyProducts .NyPro_Right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
    .NyProducts #fengye { margin:20px auto 0;}
}
@media (max-width:800px) {
	.NyProducts {padding:0 30px;}
	.NyProducts .NyPro_Left { width:100%; height:auto; margin:0 auto 20px; padding:0; float:inherit;}
	.NyProducts .NyPro_Right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
}
@media (max-width:767px) {
	.NyProducts { margin:20px auto; padding:0 12px;}
	.NyProducts .NyPro_Right ul{ margin-bottom:10px;}
	.NyProducts .NyPro_Right ul li{ margin-bottom:15px;}
	.NyProducts .NyPro_Right ul li .pic{ height:150px;}
	.NyProducts .NyPro_Right ul li .text{padding: 10px 15px;}
	.NyProducts .NyPro_Right ul li .text .name{ font-size:15px; max-width: 100%; text-align:center;}
	.NyProducts .NyPro_Right ul li .text .xh{ display:none;}
	.NyProducts .NyPro_Right ul li .text .more {left: 15px; bottom: 20px; width: 26px; height: 26px; display:none;}
	.NyProducts #fengye { margin:0 auto;}
}
@media (max-width:600px) {
	.NyProducts .NyPro_Right ul li{ width:48.5%; border:1px solid #eee; margin-right:3%; margin-bottom:10px;}
	.NyProducts .NyPro_Right ul li:nth-child(3n){ margin-right:3%;}
	.NyProducts .NyPro_Right ul li:nth-child(2n){ margin-right:0;}
	.NyProducts .NyPro_Right ul li:after{ display:none;}
}
/*相关文章*/
.NyXgwz{ margin-top:25px;}
.NyXgwz .cp_type .bd ul li p{ height:60px;}
.NyXgwz .cp_type .bd ul li p a{ width:100%;font-size: 16px; font-weight:normal; line-height:60px;}
@media (max-width:1080px) {
	.NyXgwz{ margin-top:10px;}
}

/*NyProlist 开始*/
.NyProlist { width:1400px; height:auto; min-height:320px; margin:40px auto 80px;}
.NyProlist .NyProlist_Left { width:335px; height:auto; margin:0; padding:0; float:left;}
.ProAll a{ display:block;width: calc(100% - 40px); margin:0 auto 10px; height:60px; line-height:60px; background:#f8f8f8; text-align:center; font-size:16px;transition: all .5s;-webkit-transition: all .5s; }
.ProAll a:hover{background: #1b2c6a; background: linear-gradient(to right, #1b2c6a, #57c2e0);color:#fff;}
.NyProlist .NyProlist_Right { width: calc(100% - 355px); height:auto;float:right;}
.NyProlist_Right ul li { width:100%; height:auto; margin:0 auto 15px; padding:15px; background-color:#fff; border-bottom:1px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProlist_Right ul li:hover {background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0);}
.NyProlist_Right ul li .NyProlist_Img { width:28.5%; height:200px; overflow:hidden; margin:0; padding:0; float:left;}
.NyProlist_Right ul li .NyProlist_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; border:1px solid #eee; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProlist_Right ul li .NyProlist_Img a img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.NyProlist_Right ul li .NyProlist_Text { width:71.5%; height:auto; overflow:hidden; margin:0; padding:15px 15px 25px 30px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name a { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:20px; 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;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Name a { color:#fff;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { width:100%; height:auto; overflow:hidden; margin:10px auto 20px; padding:0;}
.NyProlist_Right ul 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;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Ms p { color:rgba(255,255,255,0.6);}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl { width:80%; height:auto; margin:0; padding:0; float:left;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { display:block; width:auto; height:36px; overflow:hidden; line-height:36px; color:#999; font-size: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; max-width:170px;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd i { display:block; width:6px; height:6px; overflow:hidden; margin:0; padding:0; border:1px solid #24427c; border-radius:50%; position:absolute; left:0; top:14px;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags dl dd { color:#fff;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags dl dd i { border:1px solid #fff;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { display:block; width:20%; height:36px; line-height:36px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0;     background: #1b2c6a;
    background: linear-gradient(to right, #1b2c6a, #57c2e0); border-radius:18px; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags a.NyProlist_More { color:#24427c; background:#fff;}

@media (max-width:1560px) {
	.NyProlist { width:100%;margin:40px auto 60px; padding:0 60px;}
}
@media (max-width:1440px) {
	.NyProlist { padding:0 40px;}
	.NyProlist .NyProlist_Left { width:300px;}
    .NyProlist .NyProlist_Right { width: calc(100% - 320px);}
}
@media (max-width:1366px) {
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height:50px; line-height:25px; font-size:15px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { width:auto; font-size:14px; padding:0 20px;}
}
@media (max-width:1299px) {
	.NyProlist .NyProlist_Left { width:250px;}
    .NyProlist .NyProlist_Right { width: calc(100% - 270px);}
	.NyProlist_Right ul li .NyProlist_Img { height:180px;}
	.NyProlist_Right ul li .NyProlist_Text { padding:2px 15px 2px 30px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { margin:6px auto 5px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl { width:100%; margin:0 auto 5px; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { float:left;}
	
	.NyProlist #fengye { margin:40px auto 0;}
}
@media (max-width:1080px) {
	.NyProlist { margin:30px auto 40px;}
	.NyProlist .NyProlist_Left { width:100%; height:auto; margin:0 auto 20px; float: inherit;}
	.NyProlist .NyProlist_Right { width:100%; height:auto; margin:0 auto; padding:0; float: inherit;}
	.NyProlist_Right ul li .NyProlist_Text { padding:5px 15px 5px 30px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name a { height:32px; line-height:32px; font-size:18px;}
	
	.NyProlist #fengye { margin:20px auto 0;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyProlist { padding:0 30px;}
	.NyProlist .NyProlist_Left { width:100%; height:auto; margin:0 auto 20px; float: inherit;}
	.NyProlist .NyProlist_Right { width:100%; height:auto; margin:0 auto; padding:0; float: inherit;}
	.NyProlist_Right ul li { margin:0 auto 10px; padding:10px;}
	.NyProlist_Right ul li .NyProlist_Text { padding:6px 10px 6px 20px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height:48px; line-height:24px; font-size:14px;}
}
@media (max-width:767px) {
	.NyProlist { margin:20px auto; padding:0 12px;}
	.NyProlist_Right ul li .NyProlist_Img { width:100%; height:250px; margin:0 auto; padding:0; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text { width:100%; margin:0 auto; padding:10px; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { width:100%;float:inherit;}
	
	.NyProlist #fengye { margin:10px auto 0;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
	.NyProlist_Right ul li .NyProlist_Img { height:210px;}
}
/*NyProlist 结束*/

/*NyProDetail 开始*/
.NyProDetail { width:1400px; height:auto; margin:0 auto; 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:60px auto; padding:20px; background-color:#f9f9f9; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; clear:both;}
.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:88px; margin-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 { clear:both;}
#spec-list ul li { float:left; display:inline; padding:0; width:23.5%; height:88px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin: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:20px 0 20px 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:26px; margin:0; padding:0; background-color:#24427c; 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 div { width:100%; height:90px; overflow:hidden; line-height:30px;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_Ms div span { color:#333; font-weight:bold;}
.NyProDetail_Text .NyProDetail_Ms div h1{color:#999; display:inline; line-height:30px;}
.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:#333; 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:#999;}
.NyProDetail_Text .NyProDetail_Btm { width:100%; height:80px; overflow:hidden; margin:20px auto 0; padding:16px 30px; background-color:#24427c; 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 img { display:block; width:48px; height:48px; 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:26%; 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 img { display:block; width:48px; height:48px; margin:0 0 0 20px; padding:0; float:right;}


.NyProDetail .NyProDetail_Content { width:100%; height:auto; margin:60px auto; padding:0;}
.NyProDetail_Content .NyProDetail_Right { width:23.5%; height:auto; margin:0; padding:0; float:right;}
.NyProDetail_Content .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:#24427c; 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 br { display:none;}
.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed {max-width:100% !important;max-height: 100%; line-height: 30px !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;}

.NyPro_PrevNext { width:100%; height:auto; margin:0 auto 40px; padding:7px 30px;background: #1b2c6a; background: linear-gradient(to right, #1b2c6a, #57c2e0);}
.NyPro_PrevNext1{ margin-bottom:0;}
.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 60px; 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:#24427c;}
.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 #24427c; 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:#333!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: linear-gradient(to right, #1b2c6a, #57c2e0);}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 {background: #1b2c6a;background: linear-gradient(to right, #1b2c6a, #57c2e0);}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background: linear-gradient(to left, #1b2c6a, #57c2e0);}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width:100%!important;}
@media (max-width:1560px) {
	.NyProDetail { width:100%; padding:0 60px;}
}
@media (max-width:1440px) {
	.NyProDetail { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyProDetail_Main .NyProDetail_Img { width:42%;}
	.NyProDetail_Main .NyProDetail_Text { width:58%;}
	.NyProDetail_Text .NyProDetail_Name { font-size:26px;}
	.NyProDetail_Text .NyProDetail_Ms div { font-size:15px;}
	.NyProDetail_Tags dl dd p { font-size:15px;}
	.NyProDetail_Btm .NyProDetail_Tel span { font-size:14px;}
	
	.NyProDetail_Con .ProDetailText { width:100%; overflow:hidden; line-height: 30px; color: #666; font-size: 15px; margin:0 auto 30px; padding:0;}
	.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span,  .ProDetailText video, .ProDetailText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 30px;font-size: 15px;}
	.ProDetailText div{ height:auto !important; overflow:hidden;}
	.ProDetailText b { display:block; line-height: 30px;font-size: 15px;margin:0 0 5px;}
	
	.NyPro_PrevNext p, .NyPro_PrevNext p a { font-size:15px;}
	.NyPro_PrevNext a.NyProAll { font-size:15px;}
}
@media (max-width:1280px) {
	.NyProDetail_Main .NyProDetail_Img { width:45%;}
	.NyProDetail_Main .NyProDetail_Text { width:55%;}
	.NyProDetail_Btm .NyProDetail_Tel { width:70%;}
	.NyProDetail_Btm a.NyProDetail_Btn { width:30%;}
	
	.NyProOrder_Main .NyProOrder_Left { padding:20px;}
	.NyProOrder_Main .NyProOrder_Right { padding:0 20px;}
	.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 { height:50px!important; line-height:50px!important; font-size:15px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:145px!important; line-height:25px; font-size:15px!important; padding:10px 20px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li a.yzm_img { margin:5px 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { font-size:15px!important; line-height:50px!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { height:50px!important; line-height:50px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { left:20px;}
	
	
}
@media (max-width:1200px) {
	.NyProDetail_Order { padding:30px 30px 5px;}
}
@media (max-width:1080px) {
	.NyProDetail .NyProDetail_Main { margin:40px auto;}
	.NyProDetail_Content .NyProDetail_Right { width:100%; margin:0 auto 40px; padding:0; float:inherit;}
	.NyProDetail_Content .NyProDetail_Left { width:100%; margin:0 auto; padding:0; float:inherit;}
	.NyProDetail .NyProDetail_Content { margin:40px auto;}
	.NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
	.NyProDetail_Con .ProDetailText { margin:0 auto 20px;}
	
	.NyProDetail_Order { margin:0 auto 40px; padding:20px 20px 0;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width: 160px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:180px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:30px!important; font-size:14px!important; margin:10px auto 0;}
	.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 { font-size:14px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { font-size:14px!important;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyProDetail { padding: 0 30px;}
	.NyProDetail_Main .NyProDetail_Img { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
	.jqzoom { height:440px;}
	.NyProDetail_Main .NyProDetail_Text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.NyProDetail_Text .NyProDetail_Ms { margin:20px auto 0;}
	.NyProDetail_Text .NyProDetail_Btm { margin:0 auto;}
	.NyProDetail_Text .NyProDetail_Name { font-size:24px;}
	
	.NyProDetail_Content .NyProDetail_Right { width:100%; margin:0 auto 40px; padding:0; float:inherit;}
	.NyProDetail_Content .NyProDetail_Left { width:100%; margin:0 auto; padding:0; float:inherit;}
	
	.NyProDetail_Order { padding:10px 10px 0;}
	.NyProOrder_Main .NyProOrder_Left { width:100%; margin:0 auto; padding:20px; float:inherit; position:relative;}
	.NyProOrder_Left .NyProOrder_Title { margin:0 auto;}
	.NyProOrder_Left .NyProOrder_Img { width:100px; height:100px; border:3px solid #24427c; position:absolute; top:20px; right:20px;}
	.NyProOrder_Main .NyProOrder_Right { width:100%; margin:0 auto; padding:20px 20px 10px; float:inherit;}
	.zoomdiv{ display:none !important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin:20px auto!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:100%!important; position:inherit; left:inherit; bottom:inherit;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { margin:0 20px 0 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
}
@media (max-width:767px) {
	.NyProDetail { padding: 0 12px;}
	.NyProDetail .NyProDetail_Main { margin:20px auto; padding:12px;}
	.NyProDetail .NyProDetail_Content { margin:20px auto;}
	.NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
	.NyProDetail_Con .ProDetailText { margin:0 auto 10px;}
	.jqzoom { height:280px;}
	#spec-n5 { height:72px;}
	#spec-list ul li { height:72px;}
	.NyProDetail_Text .NyProDetail_Name { min-height:32px; max-height:64px; line-height:32px; font-size:22px;}
	.NyProDetail_Text .NyProDetail_Name i { height:22px; top:5px;}
	.NyProDetail_Text .NyProDetail_Ms { padding:8px 12px;}
	.NyProDetail_Text .NyProDetail_Ms div { height:auto; max-height:72px; line-height:24px; font-size:14px;}
	.NyProDetail_Text .NyProDetail_Ms div h1{line-height:24px;}
	.NyProDetail_Text .NyProDetail_Tags { margin:12px auto;}
	.NyProDetail_Tags dl dd { width:100%; margin:0 auto; padding:0; float:inherit; border-bottom:1px solid #e5e5e5;}
	.NyProDetail_Tags dl dd:nth-child(4) { border:0;}
	.NyProDetail_Tags dl dd p { font-size:14px;}
	.NyProDetail_Text .NyProDetail_Btm { height:auto; padding:12px;}
	.NyProDetail_Btm .NyProDetail_Tel { width:100%; height:auto; margin:0 auto; padding:0 0 0 60px; border-right:0;}
	.NyProDetail_Btm a.NyProDetail_Btn { display:none; width:100%; height:auto; font-size:20px; font-weight:bold; margin:0 auto; padding:20px 0 0; text-align:left; float:inherit; border-top:1px solid rgba(255,255,255,0.2); float:inherit;}
	.NyProDetail_Btm a.NyProDetail_Btn img {}
	
	
	.NyProDetail_Content .NyProDetail_Right { margin:0 auto 20px;}
	.NyPro_PrevNext { padding:7px 20px;}
	.NyPro_PrevNext p { width:100%; font-size:14px; text-align:left; padding:0;}
	.NyPro_PrevNext p.NyProNext { text-align:left; padding:0 0 0 30px;}
	.NyPro_PrevNext p.NyProNext img { right: inherit; left:0;}
	.NyPro_PrevNext a.NyProAll { width:100%; font-size:14px; text-align:left;}
	
	.NyProDetail_Order { margin:0 auto 20px; padding:12px;}
	.NyProOrder_Main .NyProOrder_Left { padding:0; margin:0 auto 20px;}
	.NyProOrder_Title p { line-height:36px; font-size:26px;}
	.NyProOrder_Title i { height:3px; margin:7px 0 10px;}
	.NyProOrder_Title span { line-height:24px; font-size:16px;}
	.NyProOrder_Left .NyProOrder_Img { width:74px; height:74px; top:0; right:0;}
	.NyProOrder_Main .NyProOrder_Right { padding:0;}
	.NyProOrder_Right #ly_msg.ly_msg ul li { margin:0 auto 20px!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: 100%!important; margin: 0 auto 20px!important; float: inherit!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: 100%!important; margin: 0 auto 20px!important; float: inherit!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width:48%!important; margin:0!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 4% 0 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 24px!important; font-size: 14px!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 { font-size:14px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { font-size:14px!important; height: 140px!important; line-height: 24px;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 20px auto 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { width:100%!important; float:inherit!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { padding:0!important;}
}
@media (max-width:375px) {
	.jqzoom { height:260px;}
	#spec-n5 { height:64px;}
	#spec-list ul li { height:64px;}
}
@media (max-width:320px) {
	.jqzoom { height:220px;}
	#spec-n5 { height:54px;}
	#spec-list ul li { height:54px;}
	
	.NyProDetail_Btm .NyProDetail_Tel img { position:inherit; left:inherit; top:inherit; margin:0 auto 10px;}
	.NyProDetail_Btm .NyProDetail_Tel span, .NyProDetail_Btm .NyProDetail_Tel p { text-align:center;}
	
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 130px!important;}
}
/*NyProDetail 结束*/

/*详情页内容超出设置*/
@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret{display:none !important;}
}
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap video,#c_detail_wrap embed{max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}
#c_detail_wrap p.imgkd{ text-align:center; max-width:50% !important;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}
#c_detail_wrap #new-div table td img{max-width:90% !important;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

@media (max-width:880px) {
#c_detail_wrap p.imgkd{max-width:80% !important;}
}

/*NyDown 开始*/
.NyDown { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#fff;}
.NyDown_Main .NyDown_List { width:100%; height:auto; margin:0 auto; padding:0;}
.NyDown_List ul li { width:48.5%; height:auto; margin:0 3% 30px 0; padding:0 100px 0 0; background-color:#f9f9f9; box-shadow:0 0 0 rgba(0,0,0,0); float:left; position:relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li:nth-child(2n+2) { margin:0 0 30px;}
.NyDown_List ul li .NyDown_Btn { width:100px; height:100px; margin:0; padding:0; border-left:1px solid #e6e6e6; 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;}
.NyDown_List ul li .NyDown_Btn a { display:block; width:100px; height:100px; margin:0 auto; padding:25px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li .NyDown_Btn a i.DwIco { display:block; width:50px; height:50px; margin:0 auto; padding:0; background:url(../images/down.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;}
.NyDown_List ul li:hover .NyDown_Btn { border-left:1px solid #24427c;}
.NyDown_List ul li:hover .NyDown_Btn a i.DwIco { background:url(../images/down1.png) center center no-repeat; background-size:100% 100%;}

.NyDown_List ul li .NyDown_Text { width:100%; height:100px; overflow:hidden; margin:0; padding:15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li .NyDown_Text a.NyDown_Name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto 6px; padding:0 0 0 13px; position:relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li .NyDown_Text a.NyDown_Name i { display:block; width:3px; height:20px; margin:0; padding:0; background-color:#24427c; position:absolute; left:0; top:10px;}
.NyDown_List ul li .NyDown_Text span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#999; font-size:14px; margin:0 auto; padding:0;}
.NyDown_List ul li .NyDown_Text span img { display:block; width:18px; height:18px; margin:2px 6px 2px 0; padding:0; float:left;}
.NyDown_List ul li:hover .NyDown_Text a.NyDown_Name { color:#24427c;}
.down_btn { width: 100%; overflow: hidden; margin: 40px 0 0; padding: 0; }
.down_btn a{display:inline-block;width: 180px;height: 48px;overflow: hidden;text-align:center;line-height: 48px;color: #24427c;font-size: 18px;margin: 0 20px;padding: 0;border: 2px solid #24427c;border-radius: 27px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.down_btn a:hover { color:#fff; background:#24427c}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.NyDown{ padding:55px 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.NyDown{ padding:45px 0;}
.NyDown_List ul li{ width:100%;}
}
@media (max-width: 767px) {
.NyDown{ padding:35px 0;}
.NyDown_List ul li{ width:100%;}
.NyDown_List ul li .NyDown_Text a.NyDown_Name{ font-size:18px;}
.down_btn a{ width:48.5%; font-size:16px; height:42px; line-height:42px;}
.down_btn a:first-child{ margin-right:3%;}
}

/*NyJob 开始*/
.NyJob { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
.NyJob .NyJob_Con { width:100%; height:auto; margin:2px ​auto 0; padding:60px 0 0; background-color:#fff;}
.NyJob_Con ul li { width:18.4%; height:auto; margin:0 2% 0 0; padding:60px 20px; background-color:#f9f9f9; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJob_Con ul li:nth-child(5) { margin:0;}
.NyJob_Con ul li:hover { background-color:#24427c;}
.NyJob_Con ul li i { display:block; width:56px; height:53px; overflow:hidden; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_Con ul li i.JobIco1 { background:url(../images/talent-nav_1.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li i.JobIco2 { background:url(../images/talent-nav_2.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li i.JobIco3 { background:url(../images/talent-nav_3.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li i.JobIco4 { background:url(../images/talent-nav_4.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li i.JobIco5 { background:url(../images/talent-nav_5.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco1 { background:url(../images/talent-nav_10.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco2 { background:url(../images/talent-nav_20.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco3 { background:url(../images/talent-nav_30.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco4 { background:url(../images/talent-nav_40.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco5 { background:url(../images/talent-nav_50.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li span { display:block; width:100%; height:auto; overflow:hidden; line-height:30px; color:#333; font-size:20px; font-weight:bold; text-align:center; margin:15px auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_Con ul li em { display:block; width:44px; height:2px; margin:15px auto 30px; padding:0; background:url(../images/line05.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;}
.NyJob_Con ul li p { width:100%; height:72px; overflow:hidden; line-height:24px; color:#999; font-size:14px; word-break:break-all; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_Con ul li:hover span { color:#fff;}
.NyJob_Con ul li:hover em { background:url(../images/line06.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover p { color:rgba(255,255,255,0.65);}

.NyJob .NyJob_Main { height:auto; margin:60px auto; padding:0;}
.NyJob_Main .NyJob_List { width:100%; height:auto; margin:0 auto; padding:0;}
.NyJob_List ul li { width:32%; height:auto; margin:0 2% 30px 0; padding:30px; background-color:#f9f9f9;  float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJob_List ul li:nth-child(3n+3) { margin:0 0 30px;}
.NyJob_List ul li .NyJob_Name { width:100%; height:auto; margin:0 auto 30px; padding:0 100px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJob_List ul li .NyJob_Name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_List ul li:hover .NyJob_Name a { color:#24427c;}
.NyJob_List ul li .NyJob_Name i { display:block; width:100px; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:16px; font-style:normal; text-align:right; margin:0; padding:0; position:absolute; top:0; right:0;}
.NyJob_List ul li .NyJob_Name i img { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0; padding:0; vertical-align:middle;}
.NyJob_List ul li .NyJob_Time { width:100%; height:auto; margin:0 auto; padding:30px 0 0; border-top:1px solid #e5e5e5;}
.NyJob_List ul li .NyJob_Time span { display:block; width:auto; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:14px; margin:0; padding:0; float:left;}
.NyJob_List ul li .NyJob_Time span img { display: block; width: 18px; height: 18px; margin: 8px 6px 10px 0; padding: 0; float: left;}
.NyJob_List ul li .NyJob_Time a.NyJob_More { width:108px; height:36px; overflow:hidden; line-height:34px; color:#24427c; font-size:14px; text-align:center; margin:0; padding:0; background-color:#fff; border:1px solid #24427c; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJob_List ul li .NyJob_Time a.NyJob_More em { display:inline-block; width:16px; height:16px; margin:-2px 0 0 6px; padding:0; vertical-align:middle; background:url(../images/jt004.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;}
.NyJob_List ul li:hover .NyJob_Time a.NyJob_More { color:#fff; background-color:#24427c;}
.NyJob_List ul li:hover .NyJob_Time a.NyJob_More em { background:url(../images/jt0004.png) center center no-repeat; background-size:100% 100%;}

.NyJobdetail { padding:60px 0;}
.NyJobdetail .NyJobdetail_Title { width:100%; height:auto; overflow:hidden; line-height:40px; color:#333; font-size:30px; margin:0 auto 30px; padding:0;}
.NyJobdetail_Salary { width:auto; height:40px; line-height:40px; color:#333; font-size:18px; font-weight:bold; margin:0; padding:0; float:right;}
.NyJobdetail_Salary font { color:#24427c; font-size:30px;}
.NyJobdetail .NyJobdetail_Tips { width:100%; height:auto; overflow:hidden; margin:30px auto; padding:15px 30px; background-color:#f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJobdetail_Tips ul li { width:auto; height:30px; line-height:30px; color:#999; font-size:16px; margin:0 30px 0 0; padding:0; float:left;}
.NyJobdetail_Tips ul li img { display:block; width:18px; height:18px; margin:6px 6px 6px 0; padding:0; float:left;}
.NyJobdetail_Tips ul li span { color:#333;}
.NyJobdetail .NyJobdetail_Con { width:100%; height:auto; overflow:hidden; margin:30px auto 0; padding:30px; background-color:#f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJobdetail_Con dl dd { width:48.5%; height:auto; margin:0 3% 0 0; padding:30px 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJobdetail_Con dl dd:nth-child(2) { margin:0;}
.NyJobdetail_Con dl dd .NyJobdetail_Tit { width:100%; height:auto; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; margin:0 auto 15px; padding:0;}
.NyJobdetail_Tit i { display:block; width:3px; height:18px; background-color:#24427c; margin:6px 12px 6px 0; padding:0; float:left;}
.NyJobdetail_Con dl dd .NyJobdetail_Text { 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 15px; padding:0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJobdetail_Text div, .NyJobdetail_Text p, .NyJobdetail_Text span, .NyJobdetail_Text font, .NyJobdetail_Text 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;}
.NyJobdetail_Text div, .NyJobdetail_Text p { 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 15px; padding:0;}
.NyJobdetail_Con .NyJobdetail_Btn { width:100%; height:auto; overflow:hidden; margin:0 auto 30px; padding:0;}
.NyJobdetail_Btn p { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:16px; margin:0 auto 15px; padding:0;}
.NyJobdetail_Btn p span { color:#24427c;}
.NyJobdetail_Btn a { display:block; width:160px; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; background-color:#24427c; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJobdetail_Btn a img { display:inline-block; width:17px; height:15px; vertical-align:middle; margin:-2px 0 0 10px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJobdetail_Btn a:hover { background-color:#24427c;}
.NyJobdetail_Btn a:hover img { margin:-2px 0 0 20px;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.NyJobdetail{ padding:55px 0;}
.NyJob .NyJob_Con{ padding:55px 0 0;}
.NyJob .NyJob_Main{ margin:55px auto;}
.NyJob_List ul li{ width:49%;}
.NyJob_List ul li:nth-child(2n+2) { margin:0 0 30px;}
.NyJob_List ul li:nth-child(3n+3) { margin:0 2% 30px 0;}
.NyJob_List ul li:nth-child(6n+6) { margin:0 0 30px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.NyJob .NyJob_Con{ padding:45px 0 0;}
.NyJob .NyJob_Main{ margin:45px auto;}
.NyJob_Con ul li{ width:100%; margin-bottom:20px; padding:40px 20px 20px;}
.NyJob_Con ul li em{ margin:15px auto 20px;}
.NyJob_List ul li{ width:100%; padding:20px;}
.NyJobdetail{ padding:45px 0;}
.NyJobdetail .NyJobdetail_Tips{ padding:15px 20px;}
.NyJobdetail .NyJobdetail_Con{ padding:20px;}
.NyJobdetail_Con dl dd{ width:100%; padding: 10px 0;}
.NyJobdetail_Con dl dd .NyJobdetail_Text{ font-size:15px!important;}
.NyJobdetail_Btn p{ font-size:15px;}
}
@media (max-width: 767px) {
.NyJob .NyJob_Con{ padding:35px 0 0;}
.NyJob .NyJob_Main{ margin:35px auto;}
.NyJob_Con ul li{ width:100%; margin-bottom:20px; padding:40px 30px 30px;}
.NyJob_Con ul li em{ margin:15px auto;}
.NyJob_List ul li{ width:100%; padding:20px;}
.NyJob_List ul li .NyJob_Name a{ font-size:18px;}
.NyJob_List ul li .NyJob_Name i{ font-size:15px;}
.NyJobdetail{ padding:35px 0;}
.NyJobdetail .NyJobdetail_Title{ font-size:24px;}
.NyJobdetail_Salary{ font-size:16px;}
.NyJobdetail_Salary font{ font-size:24px;}
.NyJobdetail .NyJobdetail_Tips{ padding:15px;}
.NyJobdetail_Tips ul li{ font-size:15px;}
.NyJobdetail .NyJobdetail_Con{ padding:15px;}
.NyJobdetail_Con dl dd{ width:100%; padding: 0 0 15px;}
.NyJobdetail_Con dl dd .NyJobdetail_Tit{ font-size:16px;margin: 0 auto 10px;}
.NyJobdetail_Con dl dd .NyJobdetail_Text{ font-size:14px!important; line-height: 26px!important;}
.NyJobdetail_Btn p{ font-size:15px;}
.NyJobdetail_Btn a{ width:130px; height:45px; line-height:45px; font-size:15px;}
.NyJobdetail_Btn a img{ width:auto; height:12px;}
}
/*NyJob 结束*/

/*NyCase 开始*/
.NyProducts .NyCase_Right{ width:100%; height:auto; min-height:320px; margin:40px 0 0;float:right;}
.NyCase_Right ul li { width:31%; height:auto; margin:0 3.5% 40px 0; padding:0; float:left;}
.NyCase_Right ul li:nth-child(3n+3) { margin:0 0 40px;}
.NyCase_Right ul li .NyPro_Img { width:100%; height:250px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border:1px solid #eee; border-bottom:0; 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;}
.NyCase_Right ul li .NyPro_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCase_Right ul li .NyPro_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;}
.NyCase_Right ul li .NyPro_Img1 a img { display:block; width:100%; height:100%; overflow:hidden; object-fit:cover; 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;}
.NyCase_Right ul li:hover .NyPro_Img { border:1px solid rgba(0,0,0,0.4); border-bottom:0;}
.NyCase_Right ul li:hover .NyPro_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.NyCase_Right ul li .NyPro_Img a i { display:block; width:100%; height:100%; margin:0; padding:0; background:rgba(0,0,0,0.4) url(../images/more00.png) center center no-repeat; background-size:60px 60px; position:absolute; left:0; bottom:100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyCase_Right ul li:hover .NyPro_Img a i { bottom:0;}
.NyCase_Right ul li .NyPro_Name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.NyCase_Right ul li .NyPro_Name a { display:block; width:100%; height:60px; overflow:hidden; line-height:40px; color:#fff; font-size:18px; font-weight:bold; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:10px; background-color:#333; 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;}
.NyCase_Right ul li:hover .NyPro_Name a { background-color:#24427c;}

@media (max-width:1440px) {
	.NyProducts .NyCase_Right { padding:0 0 0 40px;}
	.NyCase_Right ul li { width:31%; height:auto; margin:0 3.5% 35px 0; padding:0; float:left;}
	.NyCase_Right ul li:nth-child(3n+3) { margin:0 0 35px;}
	.NyProducts #fengye { margin:25px auto 0;}
}
@media (max-width:1280px) {
	.NyCase_Right ul li { width:31%; height:auto; margin:0 3.5% 30px 0; padding:0; float:left;}
	.NyCase_Right ul li:nth-child(3n+3) { margin:0 0 30px;}
	.NyCase_Right ul li .NyPro_Img { height:240px;}
	.NyCase_Right ul li .NyPro_Name a { height:50px; padding:5px 10px; font-size:17px;}
	.NyProducts #fengye { margin:30px auto 0;}
}
@media (max-width:1080px) {
	.NyProducts .NyCase_Right { height:auto; margin:30px auto 0; padding:0; float:inherit;}
	.NyCase_Right ul li { width:31.8%; height:auto; margin:0 2.3% 20px 0; padding:0; float:left;}
	.NyCase_Right ul li:nth-child(3n+3) { margin:0 0 20px;}
	.NyCase_Right ul li .NyPro_Img { height:220px;}

	.NyCase_Right ul li .NyPro_Name a { font-size:16px;}
	.NyProducts #fengye { margin:20px auto 0;}
}
@media (max-width:1024px) {	
	.NyCase_Right ul li .NyPro_Name a { height:40px; font-size:15px; padding:0 10px;}
}
@media (max-width:800px) {
	.NyCase_Right ul li .NyPro_Img { height:200px;}
}
@media (max-width:767px) {
	.NyProducts { margin:20px auto;}
	.NyCase_Right ul li { width:48.5%; height:auto; margin:0 3% 20px 0; padding:0; float:left;}
	.NyCase_Right ul li:nth-child(3n+3) { margin:0 3% 20px 0;}
	.NyCase_Right ul li:nth-child(2n+2) { margin:0 0 20px 0;}
	.NyCase_Right ul li .NyPro_Img { height:160px;}
	.NyProducts #fengye { margin:0 auto;}
}
@media (max-width:320px) {
	.NyCase_Right ul li { width:100%; height:auto; margin:0 auto 20px; padding:0; float:inherit;}
	.NyCase_Right ul li:nth-child(2n+2), .NyCase_Right ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.NyCase_Right ul li .NyPro_Img { height:250px;}
}

 /*NyCase 结束*/

#KFRightScreen { z-index:999!important;}
/*右侧客服 开始*/
.kfView { width:50px; height:auto; margin:0; padding:0; background-color:#fff; box-shadow:0 0 16px rgba(0,0,0,0.1);border-radius:20px 0 0 20px; position:fixed; top:20%; right:0; z-index:999; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.kfView .kfBtn { width:100%; overflow:hidden; margin:0 auto; padding:15px 10px 10px; cursor:pointer;}
.kfBtn p i { display:block; width:30px; height:30px; overflow:hidden; margin:0 auto; padding:0;}
.kfBtn p i.kfHidd { background:url(../images/kf/kf_jt1.png) center center no-repeat; background-size:30px;}
.kfBtn:hover p i.kfHidd { background:url(../images/kf/kf_jt2.png) center center no-repeat; background-size:30px;}
.kfBtn p i.kfOpen { background:url(../images/kf/kf_jt3.png) center center no-repeat; background-size:30px;}
.kfBtn:hover p i.kfOpen { background:url(../images/kf/kf_jt4.png) center center no-repeat; background-size:30px;}

.kfView .kfMain { width:100%; height:auto; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.kfMain ul li { width:100%; height:auto; margin:0 auto; padding:0;}
.kfMain ul li a { display:block; width:100%; height:auto; margin:0 auto; padding:5px 10px 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.kfMain ul li a p {padding:0 0 10px; border-bottom:1px solid #ddd;}
.kfMain ul li:nth-child(1) a {padding:0 10px;}
.kfMain ul li:nth-child(1) a p { padding:5px 0 10px; border-top:1px solid #ddd;}
.kfMain ul li a p i { display:block; width:30px; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.kfMain ul li a p i.kfIco { background:url(../images/kf/kf_ico03.png) center center no-repeat;background-size:30px;}
.kfMain ul li a p i.zxIco { background:url(../images/kf/kf_ico01.png) center center no-repeat;background-size:30px;}
.kfMain ul li a p i.telIco { background:url(../images/kf/kf_ico03.png) center center no-repeat;background-size:30px;}
.kfMain ul li a p i.gzIco { background:url(../images/kf/kf_ico04.png) center center no-repeat; background-size:27px;}
.kfMain ul li a p i.ddIco { background:url(../images/kf/kf_ico05.png) center center no-repeat; background-size:30px;}
.kfMain ul li:hover a p i.kfIco { background:url(../images/kf/kf_ico3.png) center center no-repeat;background-size:30px;}
.kfMain ul li:hover a p i.zxIco { background:url(../images/kf/kf_ico1.png) center center no-repeat;background-size:30px;}
.kfMain ul li:hover a p i.telIco { background:url(../images/kf/kf_ico3.png) center center no-repeat;background-size:30px;}
.kfMain ul li:hover a p i.gzIco { background:url(../images/kf/kf_ico4.png) center center no-repeat; background-size:27px;}
.kfMain ul li:hover a p i.ddIco { background:url(../images/kf/kf_ico5.png) center center no-repeat; background-size:30px;}
.kfMain ul li.kfTop a p { border:0;}
.kfMain ul li.kfTop a p span{ display:none;}
.kfMain ul li.kfTop a p i { display:block; width:30px; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.kfMain ul li.kfTop a p i.topIco { background:url(../images/kf/kf_top1.png) center center no-repeat; background-size:28px;}
.kfMain ul li.kfTop:hover a p i.topIco { background:url(../images/kf/kf_top2.png) center center no-repeat; background-size:28px;}
.kfMain ul li.kfEwm a img { display:none; width:103px; height:103px; margin:0; padding:0; position:absolute; top:0; right:60px; max-width:inherit;box-shadow: 0 0 10px rgb(0 0 0 / 5%);}
.kfMain ul li.kfEwm:hover a img { display:block;}
.kfMain ul li .pf_tel{ display:none;font-size: 16px;color: #666;width: 200px;height: 102px;line-height: 30px;background: #fff;position: absolute;top: 0;right:60px;padding:20px;box-shadow: 0 0 10px rgb(0 0 0 / 5%);}
.kfMain ul li .pf_tel b{ font-size:20px;font-weight:bold; color:#57c2e0; position:relative;}
.kfMain ul li .pf_tel b:before{content: attr(text);position: absolute; z-index: 10;  color: #1b2c6a;-webkit-mask: linear-gradient(to right, #1b2c6a 10%, transparent); max-width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.kfMain ul li:hover .pf_tel{ display:block;}
.kfMain ul li a span { display:block; width:100%; overflow:hidden; line-height:16px; color:#333; font-size:14px; text-align:center; margin:0 auto; padding:0;}
@media (max-width:1440px) {
	.kfMain ul li.kfTop a p i { margin:0 auto;}
}
@media (max-width:767px) {
	.kfView { top:50%; transform:translateY(-50%); z-index:998;}
	.kfMain ul li.kfEwm{ display:none;}
}

/*右侧客服 结束*/

/*手机版兴旺通隐藏*/
@media (max-width:767px) {
    .Xwt-dialog-ybzhan{ display:none;}
}