@charset "utf-8";
/* CSS Document */
/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
input{-webkit-appearance:none;}

.w1400 {width:1400px;margin:0 auto;}
@media screen and (max-width:1400px) and (min-width:1200px) {
.w1400 {width:95%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1400 {width:95%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1400 {width:95%;}
}
@media screen and (max-width:767px) {
.w1400 {width:95%;}
}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#303135;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#303135;}

/*头部及logo区域*/
.h_headtop {font-size:0;padding:11px 0;background:#fff;border-bottom:1px solid #f1f1f1;}
.h_headtop .hyc {font-size:14px;color:#777777;line-height:16px;}
.h_headtop .ppc {font-size:14px;color:#777777;line-height:16px;}
.h_headtop .ppc  a{font-size:14px;color:#777777;}
.h_headtop .ppc  a:hover{color:#00a1ec;}
.h_top {font-size:0;padding:0 0;}
.h_top .logo { margin:26px 0px;}
.h_top .logo a {display:block;}
.h_top .logo a img{display: inline-block;max-width: 100%;height: auto;max-height: 100%;margin: 0;padding: 0;}
.h_top .tel {padding:7px 0 7px 53px;background:url(../images/top_tel.png) no-repeat left center;margin:26px 0 26px 0;max-width:236px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_top .tel span {font-size:14px;color:#777;display:block;line-height:100%;}
.h_top .tel p {font-size:32px;color:#333;font-weight:bold;line-height:100%;margin-top:7px;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
	.h_top .tel{margin: 16px 0;}
	.h_top .logo {text-align:left;width: 62%;}
}
@media screen and (max-width:767px) {
	.h_headtop .ppc{display:none;}
	.h_top .logo{width:85%;margin:15px 0;}
	.h_top .logo img{max-width:100%;height:auto;}
	.h_top .tel{display:none;}
}

/*导航*/
.lin_nav {width:100%;margin:0;background-color:#002FA7;}
.nav {width:100%;}
.nav_item {float:left;position:relative;margin:0;width:11.11%;}
.nav_item:after{content:'';display:block;width:100%;height:60px;transform:skewX(30deg);-webkit-transform:skewX(30deg);-moz-transform:skewX(30deg);position:absolute;top:0;left:0;z-index:0;}
.nav_item > a {display:block;width:100%;height:60px;line-height:60px;color:#fff;font-size:16px;text-align:center;-webkit-transition:all .4s;transition:all .4s;text-decoration:none;position:relative;z-index:1;}

.nav_item:hover>a {color:#fff;}
.nav_item:hover:after{background-color:#428BCD;border-right:1px solid rgba(255,255,255,0);}
.nav_item.on>a {color:#fff;}
.nav_item.on:after{background-color:#428BCD;border-right:1px solid rgba(255,255,255,0);}
.nav_item > a:hover:after {width:50%;}
.nav_item > a.active:after {width:50%;}
.menu_open {display:none;}
.nav_item_open {width:100%;height:auto;position:absolute;left:0;top:100%;z-index:10;box-shadow:0 4px 8px 0 rgba(0,12,49,0.1);background:rgba(0,0,0,.5);border-radius:0;opacity:0;visibility:hidden;-webkit-transform:translateY(34px);transform:translateY(34px);-webkit-transition:all .4s;transition:all .4s;overflow:hidden;border-top:4px solid #01557a;margin-top:0;}
.nav_item:hover .nav_item_open {visibility:visible;opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px);}
.subopen {display:none;}
.nav_item2 {width:100%;line-height:48px;}
.nav_item2 a {display:block;padding:0 4%;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.nav_item2:hover a {background-color:#01557a;color:#fff;text-decoration:none;}
.hcover {display:none;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.nav_item > a{font-size:15px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.nav_item > a{font-size:15px;}
	.nav_item:first-child > a:before{display:none;}
}
@media screen and (max-width:767px) {
	.lin_nav {position:static;width:auto;z-index:9999999;background-color:#fff;}
	.menu_open {display:block;float:right;width:40px;height:40px;padding:5px 0;border:1px solid #eaeaea;position: absolute;top:10px;right:2%;box-sizing:border-box;z-index:999999;cursor:pointer}
	.menu_open i {height:2px;width:50%;background-color:#002FA7;display:block;margin:5px auto;}
	.menu_open:active {background-color:#7a9bba;border:1px solid #7a9bba;}
	.menu_open:active i {background-color:#fff;}
	.nav {width:50%;height:100%;position:fixed;top:0;left:-50%;z-index:9999999;background-color:#0b2f53;}
	.hcover {display:block;width:50%;height:100%;background:rgba(0,0,0,.5);position:fixed;right:-50%;top:0;z-index:9999999;}
	.nav_ul {margin:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:auto;padding-top:10px;text-align:left;}
	.nav_item {float:none;margin:0;width:100%;height:50px;position:relative;}
	.nav_item:after {content:'';display:block;width:100%;border-bottom:1px solid rgba(0,0,0,.1);transform: skewX(0deg);-webkit-transform: skewX(0deg);-moz-transform: skewX(0deg);height: 50px;}
	.nav_item > a {display:block;height:50px;line-height:50px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;font-size:14px;color:#fff;padding:0 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
	.nav_item > a:active {background-color:#0065a4;}
	.nav_item > a:after {display:none;}
	.nav_item i {position:absolute;z-index:2;top:0;right:0;width:100%;height:100%;display:block;}
	.nav_item i:after {content:'';display:block;width:8px;height:8px;margin-bottom:-4px;border:1px solid rgba(255,255,255,.5);border-top:0;border-left:0;position:absolute;bottom:50%;right:22px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
	.nav_item_open {width:50%;height:100%;margin:0;box-shadow:none;background-color:#006ccc;border-radius:0;opacity:1;visibility:visible;-webkit-transform:translateY(0px);transform:translateY(0px);position:fixed;left:-50%;top:0;border-top:none;}
	.subopen {display:block;}
	.subopen a {display:block;overflow:hidden;margin:0;padding:15px;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:rgba(255,255,255,.5);background:rgba(0,0,0,.1);text-indent:30px;position:relative;}
	.subopen a:before {content:'';display:block;width:8px;height:8px;position:absolute;bottom:50%;left:22px;margin-bottom:-4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:1px solid rgba(255,255,255,.5);border-right:0;border-bottom:0;}
	.nav_item2 {position:relative;}
	.nav_item2 a {width:100%;display:block;line-height:30px;height:50px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;margin:0;padding:10px;white-space:nowrap;text-overflow:ellipsis;color:#fff;font-size:14px;}
	.nav_item2:after {content:'';width:100%;position:absolute;bottom:0;left:0;display:block;border-bottom-width:1px;border-bottom-style:solid;border-bottom:1px solid rgba(0,0,0,.1);}
	.nav_item > a:hover,.nav_item > a.navon {background:none;}
	.nav_item:first-child > a:before{display:none;}
}


/*----宽屏*banner----*/
.apple-banner {width:100%;height:540px;overflow:hidden;margin:0 auto;}
.apple-banner .swiper-container {width:100%;height:100%;}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next {width:15%;height:100%;top:0;background:none;}
.apple-banner .swiper-button-prev {left:0;}
.apple-banner .swiper-button-next {right:0;}
.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span {display:block;width:64px;height:64px;position:absolute;right:0;top:50%;margin-top:-32px;border-radius:100%;opacity:1;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease;}
.apple-banner .swiper-button-prev:hover span,.swiper-button-next:hover span {opacity:1;}
/*分页器*/.apple-banner .swiper-pagination {top:auto;bottom:20px !important;background:none;}
.apple-banner  .swiper-pagination-bullets  span.swiper-pagination-bullet {display:inline-block;width:12px;height:12px;margin:0 5px;cursor:pointer;background:none;border-radius:50%;opacity:1;}
.apple-banner  .swiper-pagination-bullets span {width:50px;height:3px;display:block;background:rgba(255,255,255,0.8);}
.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet {background:rgba(255,255,255,0.8);}
.apple-banner  .swiper-pagination-bullets span.swiper-pagination-bullet-active {background-color:#002FA7;}
.apple-banner  .swiper-pagination-bullet i {background-color:#ff7200;height:3px;transform:scaleX(0);transform-origin:0;display:block;}
.apple-banner .autoplay .firsrCurrent i {transition:transform 2.9s linear;transform:scaleX(1);}
.apple-banner .autoplay .current i {transition:transform 4s linear;transform:scaleX(1);}
.apple-banner  .autoplay .replace span {background-color:#fff;}
.apple-banner {width:100%;height:540px;overflow:hidden;margin:0 auto;}
.swiper-container1 { width:100%; height:320px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.swiper-container1 .swiper-slide { background-color:#28c7fb; color:#fff; font-size:24px; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
/*分页器*/
.swiper-container1 .swiper-pagination { width:100%; height:10px; overflow:hidden; margin:0; padding:0; left:0; bottom:20px!important;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px!important; border-radius:50%; opacity:0.5; background-color:#fff;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active { opacity:1;}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next { width:48px!important; height:48px!important; position:absolute; top:50%!important; margin:-24px 0 0!important;}
.swiper-container1 .swiper-button-prev { background:url(../images/prev01.png) center center no-repeat; background-size:48px 48px; left:0;}
.swiper-container1 .swiper-button-next { background:url(../images/next01.png) center center no-repeat; background-size:48px 48px; right:0;}
@media screen and (max-width:1440px) and (min-width:1400px) {
	.apple-banner{height:480px;}
	.apple-banner .swiper-container{height:480px;}
}
@media screen and (max-width:1399px) and (min-width:1200px) {
	.apple-banner{height:390px;}
	.apple-banner .swiper-container{height:390px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.apple-banner{height:350px;}
	.apple-banner .swiper-container{height:350px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.apple-banner{height:280px;}	
	.apple-banner .swiper-container{height:280px;}
}
@media screen and (max-width:767px) {
	.apple-banner{height:130px;}
	.apple-banner .swiper-container{height:130px;}
}



/*热门关键词&搜索 开始*/
.lin_hotkw_search { width:100%; height:70px; margin:0 auto; padding:0; background-color:#ededed; position:relative; z-index:9;}
.lin_hotkw_search .hotkw_search { width:1400px; height:100%; overflow:hidden; margin:0 auto; padding:15px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .hotkw_left { float:left; width:66%; height:40px; overflow:hidden; line-height:40px; color:#797979; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.hotkw_search .hotkw_left span { color:#333;}
.hotkw_search .hotkw_left a { color:#797979;}
.hotkw_search .hotkw_left a:hover { color:#002FA7;}
.hotkw_search .search_right { float:right; width:30%; height:40px; overflow:hidden; margin:0; padding:0 80px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .search_right .sc_ipt { width:100%; height:40px; overflow:hidden; margin:0; padding:0;}
.search_right .sc_ipt input { display:block; width:100%; height:40px; overflow:hidden; line-height:38px; color:#777; font-size:14px; white-space:nowrap; text-overflow: ellipsis; background:#fff url(../images/sc_btn.png) 9px 9px no-repeat; outline:none; border:0; margin:0; padding:0 9px 0 39px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .search_right .sc_btn { width:80px; height:40px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.search_right .sc_btn input { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; background-color:#002FA7; border:none; outline:none; cursor:pointer;}
@media screen and (max-width:1400px) and (min-width:1200px) {
	.lin_hotkw_search .hotkw_search { width:96%; padding:15px 0;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.lin_hotkw_search .hotkw_search { width:90%; padding:15px 0;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lin_hotkw_search .hotkw_search { width:96%; padding:15px 0;}
	.hotkw_search .hotkw_left { width:62%;}
	.hotkw_search .search_right { width:36%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lin_hotkw_search { height:auto; margin:0 auto;}
	.lin_hotkw_search .hotkw_search { width:96%; padding:12px 0;}
	.hotkw_search .hotkw_left { width:100%; margin: 0 0 12px; height: 28px; line-height: 28px;}
	.hotkw_search .search_right { width:100%;}

}
@media (max-width: 767px) {
	.lin_hotkw_search { height:auto; margin:0 auto; padding:0; background-size:100% 20px;}
	.lin_hotkw_search .hotkw_search { width:100%; padding:12px 3%;}
	.hotkw_search .hotkw_left { width:100%; height:auto; max-height:48px; line-height:24px; margin:0 auto 10px; white-space:inherit;}
	.hotkw_search .search_right { width:100%;}
}
/*热门关键词&搜索 结束*/


/*首页-推荐产品 开始*/
.ind_tjpro { width:1400px; overflow:hidden; margin:60px auto; padding:0;}
.lin_title { width:100%; max-width:1400px; overflow:hidden; margin:0 auto 40px; padding:0;}
.lin_title em { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#eee; font-size:36px; font-weight:bold; font-style:normal; text-align:center; margin:0 auto; padding:0;}
.lin_title p { width:100%; height:44px; overflow:hidden; line-height:44px; color:#232524; font-size:38px; font-weight:bold; text-align:center; margin:-30px auto 12px; padding:0; position:relative;}
.lin_title p font { color:#002FA7;}
.lin_title span { display:block; width:100%; height:auto; overflow:hidden; line-height:26px; color:#777; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.title_white em{color:rgba(255,255,255,0.1)}
.title_white p,.title_white p font{ color:#fff;}

.ind_tjpro .tjpro_list { width:100%; height:auto; margin:0 auto; padding:0 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.tjpro_list ul li { width:31.2%; overflow:hidden; margin:0 3.2% 40px 0; padding:10px; background-color:#f0f0f0; position:relative; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.tjpro_scoll { width:100%; padding:0;}
.tjpro_scoll .item { position:relative; min-height:240px; overflow:hidden;}
.tjpro_scoll .content-slider {}
.tjpro_scoll .content-slider li:hover{ background-color:#818086;}
.tjpro_list ul li .pro_img { width:100%; height:246px; overflow:hidden; margin:0 auto 10px; padding:0; background-color:#fff; border:none!important;}
.tjpro_list ul li .pro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.tjpro_list ul li .pro_img a img.idxPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.tjpro_list ul li:hover .pro_img a img.idxPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.tjpro_list ul li:hover {box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.tjpro_list ul li .pro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.tjpro_list ul li .pro_name a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.tjpro_list ul li:hover .pro_name a { color:#fff;}

.tjpro_list ul li .idxPro_btn { width:40px; height:40px; overflow:hidden; margin:-10px 0 0 -20px; padding:0; position:absolute; left:50%; top:246px; z-index:2;}
.tjpro_list ul li .idxPro_btn a { display:block; width:40px; height:40px; overflow:hidden; margin:0 auto; padding:0; background:url(../images/idxPro_more1.png) center center no-repeat; background-size:40px 40px;}
.tjpro_list ul li:hover .idxPro_btn a { background:url(../images/idxPro_more2.png) center center no-repeat;}

.tjpro_scoll .lSPager{ display:none;}

@media screen and (max-width:1319px) and (min-width:1280px) {
	.ind_tjpro { width:100%;}
}
@media screen and (max-width:1279px) and (min-width:1080px) {
	.ind_tjpro { width:100%;}
	.tjpro_list ul li .idxPro_btn{top: 248px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ind_tjpro { margin:40px auto;}
	.ind_tjpro { width:100%;}
	.ind_tjpro .tjpro_list { padding:0 20px;}
	.tjpro_scoll { padding: 0;}
	.tjpro_list ul li .pro_img{height: 200px;}
	.tjpro_list ul li .idxPro_btn{top: 200px;}
}
@media screen and (max-width:1023px) and (min-width:769px) {
	.ind_tjpro { margin:40px auto;}
	.ind_tjpro { width:100%;}
	.ind_tjpro .tjpro_list { padding:0 20px;}
	.tjpro_scoll { padding: 0;}
	.tjpro_list ul li .pro_img{height: 200px;}
	.tjpro_list ul li .idxPro_btn{top: 200px;}
	
	.lin_title em{ height:52px; line-height:52px; font-size:48px;}
	.lin_title p{ font-size:36px; margin:-26px auto 12px;}
}
@media (max-width: 768px) {
	.ind_tjpro { margin:40px auto;}
	.ind_tjpro { width:100%;}
	.ind_tjpro .tjpro_list { padding:0 20px;}
	.tjpro_scoll { padding: 0;}

	
	.lin_title em{ height:40px; line-height:40px; font-size:28px;}
	.lin_title p{ height:32px; line-height:32px; font-size:30px; margin:-20px auto 8px;}
	.lin_title span{ line-height:20px; font-size:15px;}
}
@media (max-width: 320px) {
	.ind_tjpro .tjpro_list { padding:0 10px;}
	.tjpro_list ul li .pro_img{height: 120px;}
	.tjpro_list ul li .idxPro_btn{top: 120px;}
	
	.lin_title em{ height:32px; line-height:32px; font-size:24px;}
	.lin_title p{ font-size:28px; margin:-16px auto 4px;}
	.lin_title span{ font-size:14px;}
}
/*首页-推荐产品 结束*/

/*首页-关于我们 开始*/
.ind_about { width:100%; overflow:hidden; margin:60px auto; padding:30px 0 0; background:#fff url(../images/ind_about_tb.jpg) center top no-repeat;}
.ind_about .ind_about_main { width:1400px; height:600px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ind_about_main .idxAbout_text { width:50%; height:100%; overflow:hidden; margin:0; padding:40px; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAbout_text .idxAbout_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_name a { display:block; width:100%; max-height:64px; overflow:hidden; line-height:40px; color:#372e2c; font-size:36px; font-weight:bold; margin:0 auto 4px; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idxAbout_con .idxAbout_name a:hover { color:#002FA7;}
.idxAbout_con .idxAbout_name span { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#002FA7; font-size:18px; text-overflow:ellipsis; white-space: nowrap; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_ms { width:100%; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_ms p { width:100%;line-height:28px; color:#888; font-size:16px; text-align:justify; text-indent:2em; margin:0 auto; padding:0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.idxAbout_con a.idxAbout_more {margin:20px auto;display:inline-block;}
.idxAbout_more{background:#e0e0e0;display:block;width:147px;height:36px;color:#313131;position:relative;overflow:hidden;margin:30px auto 20px;text-align: left;}
.idxAbout_more small{position:absolute;display:block;width:147px;height:36px;line-height:36px;font-size:16px;padding-left:20px;color:#313131;background:url(../images/ab_jiantou.png) no-repeat 100px 0px;top:0px;left:0px;z-index:10;transition:0.3s;}
.idxAbout_more span{display:block;width:106px;height:226px;background:url(../images/pro_btn_bg.png) no-repeat center center;position:absolute;top:-230px;right:0px;z-index:1;transition:0.3s;}
.idxAbout_more:hover small{background: url(../images/ab_jiantou.png) no-repeat 100px -36px;}
.idxAbout_more:hover span{top: -100px;}
.idxAbout_con ul{margin:40px auto 0; border:1px solid #c9c9c9; border-left:none; border-right:none;}
.idxAbout_con ul li { width:33.333333%; overflow:hidden; margin:0; padding:40px 15px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAbout_con ul li p { width:100%; height:60px; overflow:hidden; line-height:60px; color:#002FA7; font-size:45px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.idxAbout_con ul li p sub{font-size:14px; font-weight:normal; position:relative; top:-12px;}
.idxAbout_con ul li span { display:block; width:100%; overflow:hidden; line-height:30px; color:#666; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.ind_about_main .idxAbout_img { width:49%; height:100%; overflow:hidden; margin:0; padding:0; float:right;}
.ind_about_main .idxAbout_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.ind_about_main .idxAbout_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;}

@media screen and (max-width:1319px) and (min-width:1080px) {
	.ind_about{margin: 60px auto 0px;}
	.ind_about .ind_about_main { width:90%;height: 465px;}
	.idxAbout_con ul{margin: 15px auto 0; display:none;}
	.idxAbout_con ul li{padding: 15px 2px;}
	.idxAbout_con ul li p{font-size: 50px;}
	.idxAbout_con ul li span{font-size: 14px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ind_about { margin:20px auto 0px; padding:40px 0 0;}
	.ind_about .ind_about_main { width:96%;height: 465px;}
	.idxAbout_con ul{margin: 10px auto 0;display:none;}
	.idxAbout_con ul li{padding: 5px 0px;}
	.idxAbout_con ul li p{height: 50px;line-height: 50px;font-size: 38px;}
	.idxAbout_con ul li span{font-size: 14px;}

}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ind_about { margin:20px auto 0; padding:40px 0 0;}
	.ind_about .ind_about_main { width:96%;}
	.idxAbout_con ul{margin: 20px auto 0;}
	.ind_about_main .idxAbout_text,.ind_about_main .idxAbout_img{ width:100%;}
	.ind_about .ind_about_main{ overflow: visible;}
	.idxAbout_con .idxAbout_name a{ font-size:30px;}

}
@media (max-width: 767px) {
	.ind_about { margin:0 auto; padding:40px 0 0;}
	.ind_about .ind_about_main { width:94%;}
	.idxAbout_con ul{margin: 20px auto 0; display:none;}
	.idxAbout_con ul li{ width:100%; padding:15px 15px;}
	.ind_about_main .idxAbout_text{ width:100%;overflow: inherit; height:auto; padding:40px 20px 20px;}
	.ind_about_main .idxAbout_img{ width:100%;overflow: inherit; height:auto; }
	.ind_about_main .idxAbout_img a img{ position:inherit;}
	.ind_about .ind_about_main{ overflow: visible;}
	.idxAbout_con .idxAbout_name a{ font-size:30px;}
}
}
@media (max-width: 375px) {
	
}
@media (max-width: 320px) {
	
}
/*首页-关于我们 结束*/


/*首页-产品中心 开始*/
.ind_pro { width:100%; height:auto; margin:0 auto; padding:0 auto; background-color:#fff;}
.ind_pro .indpro_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.indpro_main .indpro_left { width:21%; overflow:hidden; margin:0; padding:0; float:left;}
.indpro_main .indpro_right { width:76%; overflow:hidden; margin:0; padding:0; float:right;}
.indpro_main .indpro_list { width:100%; height:auto; margin:0 auto; padding:0;}
.indpro_list ul li { width:31.2%; overflow:hidden; margin:0 3.2% 40px 0; padding:10px; background-color:#f0f0f0; position:relative; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.indpro_list ul li:nth-child(3n+3){ margin:0 0 40px 0;}
.indpro_list ul { width:100%; overflow:hidden;}
.indpro_list ul li:hover{ background-color:#818086;}
.indpro_list ul li .pro_img { width:100%; height:246px; overflow:hidden; margin:0 auto 10px; padding:0; background-color:#fff; border:none!important;}
.indpro_list ul li .pro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.indpro_list ul li .pro_img a img.idxPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.indpro_list ul li:hover .pro_img a img.idxPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.indpro_list ul li:hover {box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.indpro_list ul li .pro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.indpro_list ul li .pro_name a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.indpro_list ul li:hover .pro_name a { color:#fff;}

.indpro_list ul li .idxPro_btn { width:40px; height:40px; overflow:hidden; margin:-10px 0 0 -20px; padding:0; position:absolute; left:50%; top:246px; z-index:2;}
.indpro_list ul li .idxPro_btn a { display:block; width:40px; height:40px; overflow:hidden; margin:0 auto; padding:0; background:url(../images/idxPro_more1.png) center center no-repeat; background-size:40px 40px;}
.indpro_list ul li:hover .idxPro_btn a { background:url(../images/idxPro_more2.png) center center no-repeat;}

@media screen and (max-width:1399px) and (min-width:1281px) {
	.ind_pro { width:90%; padding:0px 5% 40px;}
	.ind_pro .indpro_main { width:100%;}
	.indpro_list ul li { margin:0 2% 20px 0; padding:20px;}
	.indpro_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.indpro_list ul li .idxPro_btn{ top:256px;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.ind_pro { width:90%; padding:0px 5% 40px;}
	.ind_pro .indpro_main { width:100%;}
	.indpro_list ul li { margin:0 2% 20px 0; padding:20px;}
	.indpro_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.indpro_list ul li .idxPro_btn{ top:256px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ind_pro { width:90%; padding:0px 5% 40px;}
	.ind_pro .indpro_main { width:100%;}
	.indpro_list ul li { margin:0 2% 20px 0; padding:16px;}
	.indpro_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.indpro_list ul li .pro_img{ height:200px;}
	.indpro_list ul li .idxPro_btn{ height:200px; top:210px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ind_pro { width:96%; padding:0px 2% 20px;}
	.ind_pro .indpro_main { width:100%;}
	.indpro_list ul li { margin:0 2% 20px 0; padding:16px; width:32%;}
	.indpro_list ul li:nth-child(3n+3) { margin:0 0 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ind_pro { width:96%; padding:20px 2% 24px;}
	.ind_pro .indpro_main { width:100%;}
	.indpro_list ul li { margin:0 2% 16px 0; padding:16px;}
	.indpro_list ul li:nth-child(3n+3) { margin:0 0 16px;}
	.indpro_list ul li .pro_img{ height:200px;}
	.indpro_list ul li .idxPro_btn{ height:200px;top: 210px;}
}
@media (max-width: 767px) {
	.ind_pro { width:94%; padding:40px 3% 24px;}
	.ind_pro .indpro_main { width:100%;}
	.indpro_list ul li { width:48.5%; margin:0 3% 16px 0; padding:12px;}
	.indpro_list ul li:nth-child(3n+3) { margin:0 3% 16px 0;}
	.indpro_list ul li:nth-child(2n+2) { margin:0 0 16px;}
	
	.indpro_list ul li .pro_img{ height:120px;}
	.indpro_list ul li .idxPro_btn{top: 120px;}
	.indpro_list ul li .pro_name a{ height:40px; line-height:40px;}
}
@media (max-width: 320px) {
	.ind_pro { width:94%; padding:40px 3% 24px;}
	.ind_pro .indpro_main { width:100%;}
	.indpro_list ul li { width:100%; margin:0 3% 12px 0; padding:12px;}
	.indpro_list ul li:nth-child(2n+2) { margin:0 0 12px;}
}

/*产品分类 开始*/
.indpro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0;}
.indpro_left .cp_type {}
.indpro_left .cp_type .hd { text-align:center; background-color:#002FA7; padding:20px;border-bottom: 1px solid #f6f6f6;}
.indpro_left .cp_type .hd p { height:36px; line-height:36px; font-size:26px; color:#fff; text-align:center; font-weight:bold;}
.indpro_left .cp_type .hd span { display:block; height:24px; line-height:24px; font-size:14px; color:#fff; text-align:center; opacity:0.5;}
.indpro_left .cp_type .bd {background:#f0f0f0;}
.indpro_left .cp_type .bd ul li { border-bottom:1px dashed #dfdfdf;}
.indpro_left .cp_type .bd ul li.on { border:0; margin-bottom:1px;}
.indpro_left .cp_type .bd ul li p { height:60px; line-height:60px;}
.indpro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 0;  line-height:60px; color:#333; font-size:16px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.indpro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/prol_pic1.png) center center no-repeat; cursor:pointer; float:left;}
.indpro_left .cp_type .bd ul li div { background:#f6f6f6; display:none;}
.indpro_left .cp_type .bd ul li div a { display:block; height:44px; line-height:44px; color:#797979; font-size:14px; border-top:1px dashed #dfdfdf; padding:0 20px 0 60px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:url(../images/prol_sp1.png) 25px center no-repeat;}
.indpro_left .cp_type .bd ul li div a:first-child { border-top:0;}
.indpro_left .cp_type .bd ul li p:hover, .indpro_left .cp_type .bd ul li.on p { background-color:#002FA7;}
.indpro_left .cp_type .bd ul li p:hover a, .indpro_left .cp_type .bd ul li.on p a { color:#fff;}
.indpro_left .cp_type .bd ul li p:hover span { background:url(../images/prol_pic2.png) center center no-repeat;}
.indpro_left .cp_type .bd ul li.on p span { background:url(../images/prol_pic3.png) center center no-repeat;}
.indpro_left .cp_type .bd ul li div a:hover { color:#002FA7; background:url(../images/prol_sp2.png) 25px center no-repeat;}
.indpro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.indpro_left .cp_type .bd ul a.ckqb:hover { background:#002FA7; color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.indpro_left .cp_type .bd ul li p a { padding:0 0 0 12px;}
	.indpro_left .cp_type .bd ul li div a { padding:0 12px 0 28px;}
	.indpro_left .cp_type .bd ul li div a { background:url(../images/prol_sp1.png) 12px center no-repeat;}
	.indpro_left .cp_type .bd ul li div a:hover { color:#002FA7; background:url(../images/prol_sp2.png) 12px center no-repeat;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.indpro_main .indpro_left{ width:100%; margin:0 auto 20px;}
	.indpro_main .indpro_right{width:100%; margin:0 auto;}
	.indpro_left .cp_type { margin:0;}
	.indpro_left .cp_type .hd p:before { display:none;}
	.indpro_left .cp_type .hd { background:#002FA7 url(../images/down1.png) 96% center no-repeat;padding: 10px 20px;text-align:left;overflow:hidden;}
	.indpro_left .cp_type .hd.on { background:#002FA7 url(../images/up1.png) 96% center no-repeat;}
	.indpro_left .cp_type .hd span { display:block; height:40px; line-height:40px; float:left;}
	.indpro_left .cp_type .hd p { padding:0; display:block; font-size:24px; float:left; min-width:88px; margin:0 10px 0 0;}
	.indpro_left .cp_type .bd { display:none;}
	.indpro_left .cp_type .bd ul li:last-child { border:0;}
	.indpro_left .cp_type .bd ul li p a { width:90%; line-height:48px; font-size:16px;}
	.indpro_left .cp_type .bd ul li div a { font-size:14px;}
	.indpro_left .cp_type .bd ul li p { height:48px;line-height:48px;}
	.indpro_left .cp_type .bd ul li div a { height:44px;line-height:44px;background: url(../images/prol_sp1.png) 44px center no-repeat;padding: 0 20px 0 100px;}
	.indpro_left .cp_type .bd ul li p span { width:10%; float:left;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.indpro_main .indpro_left{ width:100%; margin:0 auto 20px;}
	.indpro_main .indpro_right{width:100%; margin:0 auto;}
	.indpro_left .cp_type { margin:0;}
	.indpro_left .cp_type .hd p:before { display:none;}
	.indpro_left .cp_type .hd { background:#002FA7 url(../images/down1.png) 96% center no-repeat;padding: 10px 20px;text-align:left;overflow:hidden;}
	.indpro_left .cp_type .hd.on { background:#002FA7 url(../images/up1.png) 96% center no-repeat;}
	.indpro_left .cp_type .hd span { display:block; height:40px; line-height:40px; float:left;}
	.indpro_left .cp_type .hd p { padding:0; display:block; font-size:24px; float:left; min-width:88px; margin:0 10px 0 0;}
	.indpro_left .cp_type .bd { display:none;}
	.indpro_left .cp_type .bd ul li:last-child { border:0;}
	.indpro_left .cp_type .bd ul li p a { width:89%; line-height:48px; font-size:16px;}
	.indpro_left .cp_type .bd ul li div a { font-size:14px;background: url(../images/prol_sp1.png) 36px center no-repeat;padding: 0 20px 0 80px;}
	.indpro_left .cp_type .bd ul li p { height:48px;line-height:48px;}
	.indpro_left .cp_type .bd ul li div a { height:44px;line-height:44px;}
	.indpro_left .cp_type .bd ul li p span { width:11%; float:left;}
}
@media screen and (max-width:767px) {
	.indpro_main .indpro_left{ width:100%; margin:0 auto 20px;}
	.indpro_main .indpro_right{width:100%; margin:0 auto;}
	.indpro_left .cp_type { margin:0;}
	.indpro_left .cp_type .hd p:before { display:none;}
	.indpro_left .cp_type .hd { background:#002FA7 url(../images/down1.png) 94% center no-repeat; padding: 6px 20px; text-align:left; overflow:hidden;}
	.indpro_left .cp_type .hd.on { background:#002FA7 url(../images/up1.png) 94% center no-repeat;}
	.indpro_left .cp_type .hd span { display:block; float:left; height:40px; line-height:40px;}
	.indpro_left .cp_type .hd p { padding:0; display:block; font-size:22px; float:left; min-width:88px; margin:0 10px 0 0;}
	.indpro_left .cp_type .bd { display:none; padding:10px;}
	.indpro_left .cp_type .bd ul li:last-child { border:0;}
	.indpro_left .cp_type .bd ul li p a { width:85%; line-height:48px; font-size:16px;}
	.indpro_left .cp_type .bd ul li div a { font-size:14px;}
	.indpro_left .cp_type .bd ul li p { height:48px;line-height:48px;}
	.indpro_left .cp_type .bd ul li div a { height:44px;line-height:44px;}
	.indpro_left .cp_type .bd ul li p span {width:15%; float:left;}
}
@media screen and (max-width:320px) {
	.indpro_left .cp_type .hd span { font-size:16px;}
	.indpro_left .cp_type .bd ul li p a { width:83%;}
	.indpro_left .cp_type .bd ul li p span { width:17%;}
}
/*产品分类 结束*/
/*首页-产品中心 结束*/

/*首页-公司新闻 开始*/
.ind_news { width:100%; height:auto; margin:60px auto 0;padding:30px 0; background:#f5f5f5; background-size:100% 100%;}
.ind_news .indnews_main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}

.indnews_main .indnews_list { width:100%; height:auto; margin:0 auto; padding:0 0 0 12px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.indnews_list ul li {float: left; width:48%; height:auto; margin:0 2% 25px 0px; padding:24px; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.indnews_list ul li:nth-child(2n+2){margin:0 0 25px 0px;}
.indnews_list ul li:last-child { margin:0 auto;}
.indnews_list ul li:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.indnews_list ul li .indnews_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.indnews_list ul li .indnews_text .indnews_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.indnews_list ul li .indnews_text .indnews_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.indnews_list ul li .indnews_text p { width:100%; height:56px; overflow:hidden; line-height:28px; color:#797979; font-size:16px; word-break: break-all; margin:4px auto 12px; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.indnews_list ul li .indnews_text span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#002FA7; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.indnews_list ul li:hover .indnews_text .indnews_name a { color:#002FA7;}
@media screen and (max-width:1399px) and (min-width:1279px) {
	.ind_news .indnews_main { width:90%;}
	.indnews_main .indnews_list { padding:0 0 0 10px;}
	.indnews_list ul li {padding: 19px 20px;}
	.indnews_list ul li .indnews_text p { margin:4px auto 8px;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.ind_news .indnews_main { width:90%;}
	.indnews_main .indnews_list { padding:0 0 0 10px;}
	.indnews_list ul li {padding: 18px 20px;}
	.indnews_list ul li .indnews_text .indnews_name a { height:36px; line-height:36px;}
	.indnews_list ul li .indnews_text p { height:48px; line-height:24px; font-size:14px; margin:0 auto 8px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ind_news .indnews_main { width:90%;}
	.indnews_main .indnews_list { padding:0 0 0 10px;}
	.indnews_list ul li {padding: 12px 20px;}
	.indnews_list ul li .indnews_text .indnews_name a { height:32px; line-height:32px; font-size:16px;}
	.indnews_list ul li .indnews_text p { height:48px; line-height:24px; font-size:14px; margin:0 auto 10px;}
	.indnews_list ul li .indnews_text span { height:20px; line-height:20px; font-size:14px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ind_news { padding:40px 0;}
	.ind_news .indnews_main { width:96%;}
	.indnews_main .indnews_list { padding:0 0 0 10px;}
	.indnews_list ul li {padding: 12px 20px;}
	.indnews_list ul li .indnews_text .indnews_name a { height:32px; line-height:32px; font-size:16px;}
	.indnews_list ul li .indnews_text p { height:48px; line-height:24px; font-size:14px; margin:0 auto 10px;}
	.indnews_list ul li .indnews_text span { height:20px; line-height:20px; font-size:14px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ind_news { padding:40px 0;}
	.ind_news .indnews_main { width:96%;}
	.indnews_main .indnews_list { width:100%; margin:0 auto; padding:0;}
	.indnews_list ul li {padding:20px;}
	.indnews_list ul li:last-child {}
	.indnews_list ul li .indnews_text .indnews_name a { height:36px; line-height:36px;}
	.indnews_list ul li .indnews_text p { margin:8px auto 12px;}
}
@media (max-width: 767px) {
	.ind_news { padding:40px 0;margin: 0 auto;}
	.ind_news .indnews_main { width:94%;}
	.indnews_main .indnews_list { width:100%; margin:0 auto; padding:0;}
	.indnews_list ul li { width:100%;margin:10px auto; padding:20px;}
	.indnews_list ul li:last-child {}
	.indnews_list ul li:nth-child(2n+2){margin:10px auto;}
	.indnews_list ul li .indnews_text .indnews_name a { height:36px; line-height:36px;}
	.indnews_list ul li .indnews_text p { margin:8px auto 12px;}
}
@media (max-width: 320px) {
	.indnews_list ul li { width:100%; margin:12px auto; padding: 12px;}
	.indnews_list ul li .indnews_text .indnews_name a { height:32px; height:32px; font-size:16px;}
	.indnews_list ul li .indnews_text p { height:48px; line-height:24px; font-size:14px; margin:8px auto;}
	.indnews_list ul li .indnews_text span { height:20px; line-height:20px; font-size:14px;}
}
/*首页-公司新闻 结束*/

/*首页-底部 开始*/
.ind_footer { background: #34363f; padding: 60px 0 10px;}
.ind_footer a{color:#afb1b1;font-size:14px;}
.ind_footer a:hover{color:#fff;}
.ind_footer .footl{ float:left; width:24%;} 
.ind_footer .footl img{ margin-bottom:20px;}
.ind_footer .footl p{ font-size:14px; color:#afb1b1; line-height:40px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ind_footer .footl .f_icon5{display:inline-block;vertical-align:top;margin-top: 20px;}
.ind_footer .footl .wx{display:inline-block;vertical-align:top;position:relative;}
.ind_footer .footl .wx img{display:none;position:absolute;top:-118px;left:50%;margin-left:-55px;width:110px;height:110px;}
.ind_footer .footl .wx:hover img{display:block;}
.ind_footer .footl .wx i{display:inline-block;width:35px;height:35px;background:rgba(255,255,255,0.2) url(../images/f_wx.png) center center no-repeat; border-radius:50%;}
.ind_footer .footl .f_zx{display:inline-block;width:35px;height:35px;background:rgba(255,255,255,0.2) url(../images/online_qq2.png) center center no-repeat;vertical-align:top; border-radius:50%;}
.ind_footer .footl .f_qq{display:inline-block;width:35px;height:35px;background:rgba(255,255,255,0.2) url(../images/online_qq.png) center center no-repeat;vertical-align:top; border-radius:50%;}
.ind_footer .footl .f_lianxi{display:inline-block;width:35px;height:35px;background:rgba(255,255,255,0.2) url(../images/online_qq3.png) center center no-repeat;vertical-align:top; border-radius:50%;}
.ind_footer .footmid{ float:left; width:53%; margin-left:2%;border-left: 1px solid #40424a;padding-left: 4%;}
.ind_footer .footmid ul li{ width:20%; float:left; text-align:center;}
.ind_footer .footmid ul li:nth-child(2){ width:38%;}
.ind_footer .footmid ul li dl{ color:#fff; font-size:20px; margin: 20px 0 35px 0}
.ind_footer .footmid ul li dt a{ line-height:40px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_footer .footr{ float:right; width:14%;}
.ind_footer .footr .ewm2 { float: left; width: 100%; margin-top: 25px;position:relative;}
.ind_footer .footr .ewm2 .img { width: 150px; height: 150px; line-height: 0;margin-right: 43px;float: right;}
.ind_footer .footr .ewm2 .info { width: 100%; overflow: hidden; color: #fff; color: #fff; font-size: 14px; text-align: center; line-height: 24px; margin:20px auto 0; padding: 0; }
.ind_footer .footr .ewm2 .vxtu{position: absolute;right: 0;top: 20px;}
.ind_footer .footdown{ margin-top:30px; border-top: 1px solid #40424a; text-align:center;}
.ind_footer .footdown .Copyright{ color:#afb1b1;line-height: 50px;margin-top: 10px;}
.ind_footer .footdown .link{color:#afb1b1;line-height:30px;}
.ind_footer .footdown .link i{padding: 0 5px;color: #40424a;}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.ind_footer .footmid {padding-left: 1%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ind_footer .footmid {padding-left: 1%;}
}
@media screen and (max-width:1043px) and (min-width:768px) {
	.ind_footer .footl{ display:none;}
	.ind_footer .footmid{ width:70%; margin-left:0;border-left:0; padding-left:0;}
	.ind_footer .footr{width:24%;}
	.ind_footer .footmid ul li{ text-align:center;}
	.ind_footer .footdown .Copyright{ line-height:25px;margin: 20px 0;}
}
@media (max-width: 767px) {
	.ind_footer{padding: 20px 0 10px;}
	.ind_footer .footl,.ind_footer .footmid{ display:none;}
	.ind_footer .footr{ float:none; margin:0 auto; width:50%;}
	.ind_footer .footr .ewm2{ margin-top:0;}
	.ind_footer .footr .ewm2 .img{ height: auto;}
	.ind_footer .footdown{margin-top: 10px;}
	.ind_footer .footdown .Copyright{ line-height:25px;margin: 10px 0;}
	}
@media (max-width: 375px) {
	.ind_footer .footr{ width:60%;}	
}
@media (max-width: 320px) {
	.ind_footer .footr{ width:70%;}	
}

/*首页-底部 结束*/

/*ny_banner 开始*/
.ny_banner { width:100%; height:314px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ny_banner img { display:block; width:1920px; height:314px; overflow:hidden; margin:-157px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_banner { height:250px;}
	.ny_banner img { width:1600px; height:250px; margin:-125px 0 0 -800px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_banner { height:220px;}
	.ny_banner img { width:1408px; height:220px; margin:-110px 0 0 -704px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_banner { height:200px;}
	.ny_banner img { width:1280px; height:200px; margin:-100px 0 0 -640px;}
}
@media (max-width: 767px) {
	.ny_banner { height:120px;}
	.ny_banner img { width:768px; height:120px; margin:-60px 0 0 -384px;}
}
/*ny_banner 结束*/


/*内页-关于我们 开始*/
.ny_aboutus { width:100%; min-height: 480px; overflow:hidden; margin:0 auto; padding:0;}

/*关于我们-公司简介 开始*/
.ny_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.ny_title b { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ny_title p { width:100%; height:auto; text-align:center; margin:10px auto; padding:0; display:none;}
.ny_title p img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0; padding:0;}
.ny_title p i { display:inline-block; width:120px; height:1px; overflow:hidden; margin:-2px 16px 0; padding:0; vertical-align:middle; background-color:#dfdfdf;}
.ny_title span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0; display:none;}

.ab_1 { width:1400px; overflow:hidden; margin:60px auto; padding:0;}
.ab_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ab_main .lyGsjj_img { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.lyGsjj_img img { display:block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0;}
.ab_main .ab_text { width:100%; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_name em { display:block; width:60px; height:2px; overflow:hidden; margin:10px auto 0; padding:0; background-color:#d12135;}
.ab_text p { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:justify; word-break: break-all; margin:0 auto; padding:0;}
.ab_text p span, .ab_text p em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}
.ab_main ul { margin:40px auto 0;}
.ab_main ul li { width:33.333333%; overflow:hidden; margin:0; padding:0 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ab_main ul li p { width:100%; height:60px; overflow:hidden; line-height:60px; color:#002FA7; font-size:60px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ab_main ul li p sub{ font-size:30px; font-weight:normal;position: relative;top: -15px;}
.ab_main ul li span { display:block; width:100%; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:center; margin:0 auto; padding:0;}

@media screen and (max-width:1399px) and (min-width:1200px) {
	.ab_1 { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ab_1 { width:90%; margin:40px auto;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {	
	.ny_title { margin:0 auto 20px;}
	.ab_1 { width:96%; margin:40px auto;}
	.ab_main ul { margin:30px auto 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {	
	.ny_title { margin:0 auto 20px;}
	.ny_title b { height:36px; line-height:36px; font-size:28px;}
	
	.ab_1 { width:96%; margin:40px auto}
	.ab_text p { line-height:28px; font-size:14px;}
	.ab_main ul { margin:20px auto 0;}
	.ab_main ul li p { height:50px; line-height:50px; font-size:48px;}
	.ab_main ul li span { font-size:14px;}
	
}
@media (max-width: 767px) {	
	.ny_title { margin:0 auto 20px;}
	.ny_title b { font-size:28px; line-height:36px; height:auto;}
	.ny_title p { margin:8px auto;}
	
	.ab_1 { width:92%; margin:20px auto;}
	.ab_main .lyGsjj_img { margin:0 auto 20px;}
	.ab_text p { line-height:24px; font-size:14px;}
	
	.ab_main ul { margin:0 auto;}
	.ab_main ul li { width:100%; overflow:hidden; margin:20px auto 0;}
	.ab_main ul li:nth-child { margin:0 auto;}
	.ab_main ul li p { height:52px; line-height:52px; font-size:48px;}
	.ab_main ul li span { font-size:14px;}
}
@media (max-width: 320px) {
	.ny_title b { font-size:22px; line-height:30px; height:auto;}
	.ny_title p { margin:8px auto;}
	.ny_title p i { width:80px;}
	.ny_title span { font-size:14px;}
	
	.ab_main ul li { margin:20px auto 0;}
}
/*关于我们-公司简介 结束*/

/*关于我们-企业文化 开始*/
.ab_2 { width:1400px; overflow:hidden; margin:60px auto; padding:0;}
.ab_2 ul li { width:33.333333%; height:460px; overflow:hidden; margin:0; padding:0; background-color:#002FA7; float:left; position:relative;}
.ab_2 ul li .culture_text { width:100%; height:100%; overflow:hidden; margin:0; padding:140px 40px; position:absolute; left:0; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.culture_text img { display:block; width:64px; height:64px; overflow:hidden; margin:0 auto; padding:0;}
.culture_text .culture_title { width:100%; overflow:hidden; color:#fff; font-size:24px; text-align:center; margin:20px auto 10px; padding:0;}
.culture_text p { width:100%; max-height:60px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}

@media screen and (min-width:1600px) {
	.ab_2 ul li { height:384px;}
	.ab_2 ul li .culture_text { padding:110px 40px;}
}
@media screen and (max-width:1599px) and (min-width:1440px) {
	.ab_2 ul li { height:345px;}
	.ab_2 ul li .culture_text { padding:90px 40px;}
}
@media screen and (max-width:1439px) and (min-width:1360px) {
	.ab_2 ul li { height:326px;}
	.ab_2 ul li .culture_text { padding:80px 40px;}
}
@media screen and (max-width:1359px) and (min-width:1280px) {
	.ab_2 ul li { height:307px;}
	.ab_2 ul li .culture_text { padding:70px 40px;}
}
@media screen and (max-width:1279px) and (min-width:1200px) {
	.ab_2 { margin:40px auto; width:100%;}
	.ab_2 ul li { height:288px;}
	.ab_2 ul li .culture_text { padding:60px 40px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ab_2 { margin:40px auto; width:100%;}
	.ab_2 ul li { height:259px;}
	.ab_2 ul li .culture_text { padding:40px 40px;}
	.culture_text .culture_title { margin:10px auto 4px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_2 { margin:40px auto; width:100%;}
	.ab_2 ul li { height:259px;}
	.ab_2 ul li .culture_text { padding:40px 40px;}
	.culture_text .culture_title { margin:10px auto 4px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_2 { margin:40px auto; width:100%;}
	.ab_2 ul li { height:184px;}
	.ab_2 ul li .culture_text { padding:20px;}
	.culture_text img { width:48px; height:48px;}
	.culture_text .culture_title { margin:10px auto 4px; font-size: 18px;}
	.culture_text p { max-height:48px; line-height:24px; font-size:14px;}
}
@media (max-width: 767px) {
	.ab_2 { margin:20px auto; width:100%;}
	.ab_2 ul li { width:100%; height:auto; margin:0 auto; float:inherit;}
	.ab_2 ul li .culture_text { padding:20px;position: inherit;}
	.culture_text .culture_title { margin:10px auto 4px; font-size:22px;}
	.culture_text p { max-height:48px; line-height:24px; font-size:14px;}
}
@media (max-width: 320px) {

}
/*关于我们-企业文化 结束*/

/*关于我们-合作伙伴 开始*/
.ab_3 { width:100%; overflow:hidden; margin:60px auto 50px; padding:0;}
.ab_3 .partner_main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}

.partner_main ul li { width:24.2%; height:120px; overflow:hidden; margin:0 1% 10px 0; padding:0; border:1px solid #e4e4e4; float:left; position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.partner_main ul li:nth-child(4n+4) { margin:0 0 10px;}
.partner_main ul li img { display:block; max-width:90%; max-height:90%; 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;}
.partner_main ul li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

@media screen and (max-width:1399px) and (min-width:1200px) {
	.ab_3 .partner_main { width:90%;}
	.partner_main ul li { height:88px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ab_3 { margin:40px auto 20px;}
	.ab_3 .partner_main { width:90%;}	
	.partner_main ul li { height:76px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_3 { margin:40px auto 30px;}
	.ab_3 .partner_main { width:96%;}
	.partner_main ul li { height:80px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_3 { margin:40px auto 30px;}
	.ab_3 .partner_main { width:96%;}
	.partner_main ul li { height:60px;}
}
@media (max-width: 767px) {
	.ab_3 { margin:20px auto 0;}
	.ab_3 .partner_main { width:92%;}
	.partner_main ul li { width:48%; height:110px; margin:0 4% 20px 0;}
	.partner_main ul li:nth-child(2n+2) { margin:0 0 20px;}
}
@media (max-width: 320px) {
	.ab_3 .partner_main { margin:0 auto 10px;}
	.partner_main ul li { width:48.5%; height:90px; margin:0 3% 10px 0;}
	.partner_main ul li:nth-child(2n+2) { margin:0 0 10px;}
}
/*关于我们-合作伙伴 结束*/

/*荣誉资质-公司简介 开始*/
.ab_4 { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#f3f3f3;}
.honor_list { width:1400px; height:auto; margin:0 auto; padding:0 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll { width:100%; padding:0; position:relative;}
.ny_honor_scoll .item { position:relative;min-height: 240px;overflow: hidden;}
.ny_honor_scoll .swiper-button-prev, .ny_honor_scoll .swiper-button-next { background:url(../images/prev01.png) center center no-repeat; width:40px; height:40px; position:absolute; left:-60px; top:50%; margin-top:-20px;cursor:pointer;}
.ny_honor_scoll .swiper-button-next { left:auto; right:-60px; background:url(../images/next01.png) center center no-repeat;}
.ny_honor_scoll .swiper-button-prev:hover { background:url(../images/prev02.png) center center no-repeat;}
.ny_honor_scoll .swiper-button-next:hover { background:url(../images/next02.png) center center no-repeat;}
.ny_honor_scoll .content-slider li .pic { display:block; width:100%; height:220px; background-color:#fff; text-align:center; position:relative; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .pic img { max-width:95%; max-height:95%; vertical-align:middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.ny_honor_scoll .content-slider li .pic .iblock { display:inline-block; height:100%; width:0; vertical-align:middle}
.ny_honor_scoll .content-slider li:hover .pic img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ny_honor_scoll .lSPager { display:none;}

.ny_honor_scoll .content-slider li .honor_text { display:block; width:100%; height:60px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:1px auto 0; padding:10px 50px 10px 15px; background-color:#fff; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .honor_text em { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; background:url(../images/jt5.png) center center no-repeat; position:absolute; top:10px; right:10px;}
.ny_honor_scoll .content-slider li:hover .honor_text { background-color:#002FA7; color:#fff;}
.ny_honor_scoll .content-slider li:hover .honor_text em { background:url(../images/jt6.png) center center no-repeat;}

@media screen and (max-width:1399px) and (min-width:1200px) {
	.honor_list { width:90%; padding:0 2%;}
	.ny_honor_scoll .content-slider li .pic { height:200px;}
}
@media screen and (max-width:1399px) and (min-width:1280px) {
	.honor_list { width:90%; padding:0 2%;}
	.ny_honor_scoll .content-slider li .pic { height:200px;}
}
@media screen and (max-width:1279px) and (min-width:1200px) {
	.honor_list { width:90%; padding:0 2%;}
	.ny_honor_scoll .content-slider li .pic { height:180px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ab_4 { padding:40px 0;}
	.honor_list { width:90%; padding:0;}
	.ny_honor_scoll { padding: 0 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .swiper-button-prev, .ny_honor_scoll .swiper-button-next{display:none;}
	.ny_honor_scoll .content-slider li .pic { height:180px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_4 { padding:40px 0;}
	.honor_list { width:96%; padding:0;}
	.ny_honor_scoll { padding: 0 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .swiper-button-prev, .ny_honor_scoll .swiper-button-next{display:none;}
	.ny_honor_scoll .content-slider li .pic { height:250px;}
	.lSAction { display:none;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_4 { padding:40px 0;}
	.honor_list { width:96%; margin:0 auto; padding:0;}
	.ny_honor_scoll { padding: 0 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .swiper-button-prev, .ny_honor_scoll .swiper-button-next{display:none;}
	.ny_honor_scoll .content-slider li .pic { height:250px;}
	.lSAction { display:none;}
}
@media (max-width: 767px) {
	.ab_4 { padding:20px 0;}
	.honor_list { width:94%; margin:0 auto; padding:0;}	
	.ny_honor_scoll { padding: 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.lSAction { display:none;}
}

/*荣誉资质-公司简介 结束*/

/*内页-关于我们 结束*/

/*内页-产品中心 开始*/
.nyproducts { width:100%; height:auto; min-height: 480px; margin:0 auto; padding:40px 0; background-color:#fff;}
.nyproducts .nypro_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.nypro_main .nypro_left { width:21%; overflow:hidden; margin:0; padding:0; float:left;}
.nypro_main .nypro_right { width:76%; height:auto; margin:0; padding:0; float:right;}

.nypro_right .nypro_list { width:100%; min-height:320px; overflow:hidden; margin:0 auto; padding:0;}

@media screen and (max-width:1399px) and (min-width:1080px) {
	.nyproducts .nypro_main { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyproducts .nypro_main { width:96%;}
	.nypro_main .nypro_left { width:100%; margin:0 auto 20px;}
	.nypro_main .nypro_right { width:100%; margin:0 auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyproducts .nypro_main  { width:96%;}
	.nypro_main .nypro_left { width:100%; margin:0 auto 20px;}
	.nypro_main .nypro_right { width:100%; margin:0 auto;}
}
@media (max-width: 767px) {
	.nyproducts { padding:20px 0;}
	.nyproducts .nypro_main { width:92%;}
	.nypro_main .nypro_left { width:100%; margin:0 auto 20px;}
	.nypro_main .nypro_right { width:100%; margin:0 auto;}
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
	
}
/*内页-产品中心 结束*/

/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto; padding:0;}
.nyPro_list ul li { width:100%; height:auto; margin:3% auto 0; padding:24px; background-color:#f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:first-child{ margin:0 auto 0;}
.nyPro_list ul li:hover { background-color:#002FA7;}
.nyPro_list ul li .nyProList_img { width:27%; height:248px; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.nyPro_list ul li .nyProList_text { width:70%; height:248px; overflow:hidden; margin:0; padding:0; float:right;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:24px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li:hover .nyProList_text .nyProList_name a { color:#fff;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; height:32px; overflow:hidden; line-height:32px; color:#999; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:8px auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips span { display:inline-block; margin:0 20px 0 0; padding:0; max-width: 32%; height: 32px; overflow: hidden; word-break: break-all; text-overflow: ellipsis; color:#666;}
.nyPro_list ul li:hover .nyProList_text .nyProList_tips span { color:#fff;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_ms p { width: 100%; height: 84px; overflow: hidden; line-height: 28px; color: #999;font-size: 16px; text-align:justify; word-break:break-all; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.nyPro_list ul li:hover .nyProList_text .nyProList_ms p { color:#fff;}
.nyPro_list ul li .nyProList_text a.nyProList_btn { display: block; width: 138px; height: 38px; line-height: 38px; color: #002FA7; font-size: 16px; text-align: center; border: 1px solid #002FA7;    border-radius: 20px; margin: 24px 0 0; padding: 0;}
.nyPro_list ul li:hover .nyProList_text a.nyProList_btn { color:#fff; border:1px solid #fff;}
.nyPro_list ul li .nyProList_text a.nyProList_btn i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 8px; padding: 0; background: url(../images/jt11.png) center center no-repeat; background-size: 20px 20px;}
.nyPro_list ul li:hover .nyProList_text a.nyProList_btn i { background: url(../images/jt4.png) center center no-repeat; background-size: 20px 20px;}

.Ny_Xgwz { width:100%; overflow:hidden; margin:20px auto; padding:0;}
.Ny_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#002FA7;}
.Xgwz_tit p {height: 36px;line-height: 36px;font-size: 26px;color: #fff;text-align: center;font-weight: bold;}
.Xgwz_tit span {display: block;height: 24px;line-height: 24px;font-size: 14px;color: #fff;text-align: center;opacity: 0.5;}
.Ny_Xgwz .Xgwz_list { width:100%; min-height: 180px; overflow:hidden; margin:0 auto; padding:0 20px; background-color:#f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.Ny_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.Ny_Xgwz .Xgwz_list ul li:last-child { border:0;}
.Ny_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 20px;}
.Ny_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat;}
.Ny_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#32353a; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:10px 0;}
.Ny_Xgwz .Xgwz_list ul li a:hover { color:#002FA7;}
.Ny_Xgwz .Xgwz_list ul li span { display:none;}
@media screen and (max-width:1399px) and (min-width:1279px) {
	.nyPro_list ul li .nyProList_img, .nyPro_list ul li .nyProList_text { height:210px;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { font-size:15px;}
	.nyPro_list ul li .nyProList_text .nyProList_ms p { height:52px; line-height:26px; font-size:15px; -webkit-line-clamp: 2;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.nyPro_list ul li { padding:20px; margin:3% auto 0;}
	.nyPro_list ul li .nyProList_img, .nyPro_list ul li .nyProList_text { height:200px;}
	.nyPro_list ul li .nyProList_text .nyProList_name a { font-size:22px;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { font-size:15px; margin:6px auto;}
	.nyPro_list ul li .nyProList_text .nyProList_tips span { margin:0 16px 0 0;}
	.nyPro_list ul li .nyProList_text .nyProList_ms p { height:52px; line-height:26px; font-size:15px; -webkit-line-clamp: 2;}
	.nyPro_list ul li .nyProList_text a.nyProList_btn { margin:20px 0 0;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.nyPro_list ul li { padding:20px; margin:3% auto 0;}
	.nyPro_list ul li .nyProList_img, .nyPro_list ul li .nyProList_text { height:170px;}
	.nyPro_list ul li .nyProList_text .nyProList_name a { font-size:20px;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { font-size:14px; margin:0 auto 4px;}
	.nyPro_list ul li .nyProList_text .nyProList_tips span { margin:0 16px 0 0;}
	.nyPro_list ul li .nyProList_text .nyProList_ms p { height:48px; line-height:24px; font-size:14px; -webkit-line-clamp: 2;}
	.nyPro_list ul li .nyProList_text a.nyProList_btn { margin: 10px 0 0; height: 34px; line-height: 34px; font-size: 14px;}
	
	.Ny_Xgwz .Xgwz_list { padding:0 12px;}
	.Ny_Xgwz .Xgwz_list ul li a { float:left;}
	.Ny_Xgwz .Xgwz_list ul li span { display:block; width:20%; line-height:40px; color:#999; font-size:14px; text-align:right; float:right;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {		
	.nyPro_list ul li { margin:3% auto 0; padding:20px;}
	.nyPro_list ul li .nyProList_img, .nyPro_list ul li .nyProList_text { height:180px;}
	.nyPro_list ul li .nyProList_text .nyProList_name a { font-size:20px;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { font-size:14px; margin:4px auto;}
	.nyPro_list ul li .nyProList_text .nyProList_tips span { margin:0 16px 0 0;}
	.nyPro_list ul li .nyProList_text .nyProList_ms p { height:48px; line-height:24px; font-size:14px; -webkit-line-clamp: 2;}
	.nyPro_list ul li .nyProList_text a.nyProList_btn { margin: 12px 0 0; height: 34px; line-height: 34px; font-size: 14px;}
	
	.Ny_Xgwz .Xgwz_tit { padding:10px 2%;}
	.Xgwz_tit p {padding: 0; display: block; font-size: 24px; float: left; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
	.Ny_Xgwz .Xgwz_list { padding:0 16px;}
	.Ny_Xgwz .Xgwz_list ul li em { top:18px;}
	.Ny_Xgwz .Xgwz_list ul li a { width:95%; float:left; padding:8px 0;}
	.Ny_Xgwz .Xgwz_list ul li span { display:block; width:20%; line-height:40px; color:#999; font-size:14px; text-align:right; float:right;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyPro_list ul li { margin:3% auto 0; padding:20px;}
	.nyPro_list ul li .nyProList_img, .nyPro_list ul li .nyProList_text { height:180px;}
	.nyPro_list ul li .nyProList_text .nyProList_name a { height: 36px; line-height: 36px; font-size:20px;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { font-size:14px; margin:4px auto;}
	.nyPro_list ul li .nyProList_text .nyProList_tips span { margin:0 16px 0 0;}
	.nyPro_list ul li .nyProList_text .nyProList_ms p { height:48px; line-height:24px; font-size:14px; -webkit-line-clamp: 2;}
	.nyPro_list ul li .nyProList_text a.nyProList_btn { margin: 16px 0 0; height: 34px; line-height: 34px; font-size: 14px;}
	
	.Ny_Xgwz .Xgwz_tit { padding:10px 2%;}
	.Xgwz_tit p {padding: 0; display: block; font-size: 24px; float: left; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
	.Ny_Xgwz .Xgwz_list { padding:0 12px;}
	.Ny_Xgwz .Xgwz_list ul li em { top:18px;}
	.Ny_Xgwz .Xgwz_list ul li a { width:95%; float:left; padding:8px 0;}
	.Ny_Xgwz .Xgwz_list ul li span { display:block; width:20%; line-height:40px; color:#999; font-size:14px; text-align:right; float:right;}
}
@media (max-width: 767px) {
	.nyPro_list ul li { margin:3% auto 16px; padding:20px;}
	.nyPro_list ul li .nyProList_img { width:100%; height:340px; margin:0 auto 16px;}
	.nyPro_list ul li .nyProList_text { width:100%; height:auto;}
	.nyPro_list ul li .nyProList_text .nyProList_name a { height: 40px; line-height: 40px; font-size:20px;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { height: auto; line-height:28px; font-size:14px; margin:8px auto; white-space: inherit;}
	.nyPro_list ul li .nyProList_text .nyProList_tips span { max-width:100%; margin:0 10px 0 0;}
	.nyPro_list ul li .nyProList_text .nyProList_ms p { height:48px; line-height:24px; font-size:14px; -webkit-line-clamp: 2;}
	.nyPro_list ul li .nyProList_text a.nyProList_btn { margin: 16px 0 0; height: 38px; line-height: 38px; font-size: 15px;}
	
	.Ny_Xgwz .Xgwz_tit { padding:6px 3%;}
	.Xgwz_tit p { padding: 0; display: block; font-size: 20px; float: left; line-height: 40px; min-width: 82px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
	.Ny_Xgwz .Xgwz_list { padding:0 12px;}
	.Ny_Xgwz .Xgwz_list ul li em { top:14px;}
	.Ny_Xgwz .Xgwz_list ul li a { padding:4px 0; font-size:15px;}
}
@media (max-width: 320px) {
	.nyPro_list ul li { margin:0 auto 12px; padding:12px;}
	.nyPro_list ul li .nyProList_img { height:250px; margin:0 auto 12px;}
	.nyPro_list ul li .nyProList_text .nyProList_name a { height: 36px; line-height: 36px; font-size:18px;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { margin:4px auto;}
	.nyPro_list ul li .nyProList_text a.nyProList_btn { margin: 12px 0 0;}

}
/*内页-产品列表 结束*/

/*内页-产品详情 开始*/
.nyprodetail { width:1400px; overflow:hidden; margin:60px auto; padding:0;}

.nyprodetail .nyprodetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyprodetail_con .nyprodetail_left { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.nyprodetail_con .nyprodetail_right { width:72%; overflow:hidden; margin:0; padding:0; float:right;}
.nyprodetail_right .nyprodetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:2px solid #002FA7;}
.nyprodetail_ConTit p { width:80px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:18px; text-align:center; margin:0; padding:0 19px; background-color:#002FA7;}

.nyprodetail_right .nyprodetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.nyprodetail_ConText img, .nyprodetail_ConText table, 
.nyprodetail_ConText tr, .nyprodetail_ConText td, 
.nyprodetail_ConText p, .nyprodetail_ConText span, 
.nyprodetail_ConText div, .nyprodetail_ConText video, .nyprodetail_ConText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;margin: 0 !important;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.nyprodetail_ConText table tr td p { text-indent:0!important;}
.nyprodetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}
@media screen and (max-width:1400px) and (min-width:1279px) {
	.nyprodetail { width:96%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.nyprodetail { width:96%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.nyprodetail { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyprodetail { width:96%; margin:0 auto 50px;}
	.nyprodetail_con .nyprodetail_left,	.nyprodetail_con .nyprodetail_right { width:100%;margin: 20px auto 0;}
	.nyprodetail_right .nyprodetail_ConTit { margin:0 auto 25px; padding:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyprodetail { width:96%; margin:0 auto 40px;}
	.nyprodetail_con .nyprodetail_left,	.nyprodetail_con .nyprodetail_right { width:100%;margin: 20px auto 0;}
	.nyprodetail_right .nyprodetail_ConTit { margin:0 auto 20px; padding:0;}
}
@media (max-width: 767px) {
	.nyprodetail { width:94%; margin:0 auto 40px;}
	.nyprodetail_con .nyprodetail_left,	.nyprodetail_con .nyprodetail_right { width:100%;}
	.nyprodetail_con .nyprodetail_right { margin:20px auto 0;}
	.nyprodetail_right .nyprodetail_ConTit { margin:0 auto 20px; padding:0;}
	.nyprodetail_right .nyprodetail_ConText { max-height:99999999999999999999999px;}
	.nyprodetail_ConText div { max-height:99999999999999999999999px;}
}

.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:100%; height:32px; overflow: hidden; line-height: 32px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.pro_detail_text ul li img { display:block; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #adadad;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #002FA7;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #333;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #032478;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; 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:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyprodetail { margin:40px auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main { width:100%; margin: 25px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 0 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:0;height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.pro_detail_main { width:100%; margin: 20px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 auto 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%; padding-top:0; height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 4px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
/*内页-产品详情 结束*/

/*内页-在线留言 开始*/
.nyorder { width:1400px; overflow:hidden; margin:60px auto; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto!important; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto!important; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li a img{ height:42px;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #002FA7!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #bbb!important;}
.msg_btn input:hover { background-color:#002FA7!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.nyorder { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyorder { width:96%; margin:0 auto 50px;}
	.ly_msg { margin: 25px auto 0!important;}
	.ly_msg ul li { margin: 0 auto 25px!important;}
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 140px!important;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyorder { width:96%; margin:0 auto 40px;}
	.ly_msg { margin: 20px auto 0!important;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { width:12%!important;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 88%!important;}
}
@media (max-width: 767px) {
	.nyorder { width:94%; margin:0 auto 40px;}
	.ly_msg { margin: 20px auto 0!important;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { display:none!important;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 100%!important; float:inherit!important;}
	.msg_btn input { width:48%!important; margin:0 4% 0 0!important;}
	.msg_btn input:last-child { margin:0!important;}
	.ly_msg ul li a.yzm_img { float:inherit!important;}
	.ly_msg ul li span { display:block;}
}
@media (max-width: 320px) {
	.ly_msg { margin: 20px auto 0!important;}
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input{width: 138px!important;}
}
/*内页-在线留言 结束*/

/*内页-新闻中心&技术文章 开始*/
.nynews { width:100%; min-height: 480px; height:auto; margin:0 auto; padding: 40px 0;}
.nynews .nynews_main { width:1400px; height:auto; margin:0 auto; padding:0;}

.nynews_main .nynews_Tj { width:100%; overflow:hidden; margin:0 auto 24px; padding:0; background-color:#f5f5f5; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nynews_Tj .nynews_TjImg { width:50%; height:390px; overflow:hidden; margin:0; padding:0; float:left;}
.nynews_Tj .nynews_TjImg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.nynews_Tj .nynews_TjImg a img { display:block; max-width:100%; max-height:100%; 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;}
.nynews_Tj:hover .nynews_TjImg a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.nynews_Tj .nynews_TjText { width:50%; height:390px; overflow:hidden; margin:0; padding:24px 48px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nynews_Tj .nynews_TjText .nynews_TjName { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.nynews_Tj .nynews_TjText .nynews_TjName a { display:block; width:100%; height:64px; overflow:hidden; line-height:32px; color:#333; font-size:24px; font-weight:bold; text-align:justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.nynews_Tj .nynews_TjText .nynews_TjName a:hover { color:#002FA7;}
.nynews_Tj .nynews_TjText .nynews_TjTime { width:100%; height:32px; overflow:hidden; line-height:32px; color:#999; font-size:16px; margin:12px auto; padding:0;}
.nynews_Tj .nynews_TjText .nynews_TjMs { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.nynews_Tj .nynews_TjText .nynews_TjMs p { width:100%; height:140px; overflow:hidden; line-height:28px; color:#666; font-size:16px; text-align:justify; text-indent:0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nynews_Tj .nynews_TjMore { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:12px 0 0; border-top:1px dashed #dfdfdf;}
.nynews_Tj .nynews_TjMore a { display:inline-block; line-height:40px; color:#666; font-size:16px; padding:0;}
.nynews_Tj .nynews_TjMore a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 8px; padding: 0; background: url(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
.nynews_Tj .nynews_TjMore a:hover { color:#002FA7;}
.nynews_Tj .nynews_TjMore a:hover i { background: url(../images/jt13.png) center center no-repeat; background-size: 20px 20px;}

.nynews_main .nynews_list { width:100%; height:auto; margin:0 auto 60px; padding:0; min-height:300px;}
.nynews_list ul li { width:100%; height:auto; margin:0 auto 30px; padding:38px 124px 38px 48px; background-color:#f5f5f5; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nynews_list ul li:hover { background-color:#002FA7;}
.nynews_list ul li .nynews_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.nynews_list ul li .nynews_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nynews_list ul li:hover .nynews_name a { color:#fff;}
.nynews_list ul li .nynews_time { width:100%; height:32px; overflow:hidden; line-height:32px; color:#999; font-size:14px; margin:0 auto 4px; padding:0;}
.nynews_list ul li:hover .nynews_time { color:#fff;}
.nynews_list ul li .nynews_ms { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 24px; border-left:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nynews_list ul li .nynews_ms p { width:100%; height:84px; overflow:hidden; line-height:28px; color:#666; font-size:16px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nynews_list ul li:hover .nynews_ms p { color:#fff;}

.nynews_list ul li .nynews_more { width:99px; height:188px; overflow:hidden; margin:0; padding:0; border-left:1px solid #dfdfdf; position:absolute; top:24px; right:0;
background:url(../images/jt9.png) center center no-repeat;}
.nynews_list ul li .nynews_more a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background:url(../images/jt9.png) center center no-repeat;}
.nynews_list ul li:hover .nynews_more { border-left:1px solid #fff;background:url(../images/jt10.png) center center no-repeat;}
.nynews_list ul li:hover .nynews_more a { background:url(../images/jt10.png) center center no-repeat;}

@media screen and (max-width:1399px) and (min-width:1279px) {
	.nynews .nynews_main { width:90%;}
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { height:340px;}
	.nynews_Tj .nynews_TjText .nynews_TjMs { margin:0 auto 32px;}
	.nynews_Tj .nynews_TjText .nynews_TjMs p { height:84px; -webkit-line-clamp: 3;}	
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.nynews .nynews_main { width:90%;}
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { height:320px;}
	.nynews_Tj .nynews_TjText { padding:24px 40px;}
	.nynews_Tj .nynews_TjText .nynews_TjMs { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjText .nynews_TjMs p { height:84px; -webkit-line-clamp: 3;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.nynews { margin:0 auto 40px;}
	.nynews .nynews_main { width:90%;}
	.nynews_main .nynews_Tj { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { height:270px;}
	.nynews_Tj .nynews_TjText { padding:24px 40px;}
	.nynews_Tj .nynews_TjText .nynews_TjName a { height:40px; line-height:40px; font-size:22px; -webkit-line-clamp: 1;}
	.nynews_Tj .nynews_TjText .nynews_TjTime { margin:8px auto;}
	.nynews_Tj .nynews_TjText .nynews_TjMs { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjText .nynews_TjMs p { height:56px; -webkit-line-clamp: 2;}
	
	.nynews_main .nynews_list { margin:0 auto 40px;}
	.nynews_list ul li { margin:0 auto 20px; padding:20px 120px 24px 40px;}
	.nynews_list ul li .nynews_ms p { height:56px; -webkit-line-clamp: 2;}
	.nynews_list ul li .nynews_more { height:132px; top:22px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nynews { margin:0 auto 40px;}
	.nynews .nynews_main { width:96%;}
	.nynews_main .nynews_Tj { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { height:274px;}
	.nynews_Tj .nynews_TjText { padding:24px 40px;}
	.nynews_Tj .nynews_TjText .nynews_TjName a { height:40px; line-height:40px; font-size:22px; -webkit-line-clamp: 1;}
	.nynews_Tj .nynews_TjText .nynews_TjTime { margin:8px auto;}
	.nynews_Tj .nynews_TjText .nynews_TjMs { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjText .nynews_TjMs p { height:56px; -webkit-line-clamp: 2;}
	
	.nynews_main .nynews_list { margin:0 auto 40px;}
	.nynews_list ul li { margin:0 auto 20px; padding:20px 120px 24px 40px;}
	.nynews_list ul li .nynews_ms p { height:56px; -webkit-line-clamp: 2;}
	.nynews_list ul li .nynews_more { height:132px; top:22px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nynews { margin:0 auto 0px;}
	.nynews .nynews_main { width:96%;}
	.nynews_main .nynews_Tj { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { width:100%; height:380px;}
	.nynews_Tj .nynews_TjText { padding:24px; height:310px;}
	.nynews_Tj .nynews_TjText .nynews_TjName a { font-size:22px; -webkit-line-clamp: 2;}
	.nynews_Tj .nynews_TjText .nynews_TjTime { margin:8px auto;}
	.nynews_Tj .nynews_TjText .nynews_TjMs { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjText .nynews_TjMs p { height:auto; max-height:84px; -webkit-line-clamp: 3;}
	
	.nynews_main .nynews_list { margin:0 auto 40px;}
	.nynews_list ul li { margin:0 auto 20px; padding:20px 120px 24px 24px;}
	.nynews_list ul li .nynews_ms p { height:56px; -webkit-line-clamp: 2;}
	.nynews_list ul li .nynews_more { height:132px; top:22px;}
}
@media (max-width: 767px) {
	.nynews {padding: 20px 0;}
	.nynews .nynews_main { width:94%;}
	.nynews_main .nynews_Tj { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { width:100%; height:217px;}
	.nynews_Tj .nynews_TjText { padding:20px;}
	.nynews_Tj .nynews_TjText .nynews_TjName a { height:52px; line-height:26px; font-size:20px; -webkit-line-clamp: 2;}
	.nynews_Tj .nynews_TjText .nynews_TjTime { height:30px; line-height:30px; font-size:15px; margin:8px auto;}
	.nynews_Tj .nynews_TjText .nynews_TjMs { margin:0 auto 20px;}
	.nynews_Tj .nynews_TjText .nynews_TjMs p { height:auto; max-height:78px; line-height:26px; font-size:15px; -webkit-line-clamp: 3;}
	
	.nynews_main .nynews_list { margin:0 auto 40px;}
	.nynews_list ul li { margin:0 auto 20px; padding:20px;}
	.nynews_list ul li .nynews_name a { font-size:18px;}
	.nynews_list ul li .nynews_ms p { height:56px; -webkit-line-clamp: 2;}
	.nynews_list ul li .nynews_more { display:none;}

}
@media (max-width: 414px) {
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { width:100%; height:217px;}
}
@media (max-width: 375px) {
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { width:100%; height:197px;}
}
@media (max-width: 320px) {
	.nynews_Tj .nynews_TjImg, .nynews_Tj .nynews_TjText { width:100%; height:167px;}
}
/*内页-新闻中心&技术文章 结束*/

/*内页-新闻详情&文章详情 开始*/
.NyNewsdetail {width: 1400px;height: auto;min-height: 480px;margin: 0 auto;padding: 40px 0;}
.NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:40px; color:#32353a; font-size:28px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:20px; color:#999; font-size:14px; text-align:center; background-color:#f5f5f5; margin:30px auto; padding:10px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewsdetail .NyNewsdetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#565656; font-size:15px; text-align:justify;}
.NyNewsdetail_con p { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; margin:0 auto; padding:0;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.NyNewsdetail_con table,.NyNewsdetail_con table tr td{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;margin: 0 !important;}
.NyNewsdetail_con table tr td p { text-indent:0!important;}
.NyNewsdetail_con img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}
@media screen and (max-width:1399px) and (min-width:1279px) {
	.NyNewsdetail { width:90%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.NyNewsdetail { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyNewsdetail { width:90%; margin: 0 auto 40px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NyNewsdetail { width:96%; margin:0 auto 0px;}
	.NyNewsdetail .NyNewsdetail_tips { margin:24px auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyNewsdetail { width:96%; margin:0 auto 0px;}
	.NyNewsdetail .NyNewsdetail_title { line-height:36px; font-size:24px;}
	.NyNewsdetail .NyNewsdetail_tips { margin:16px auto;}
}
@media (max-width: 767px) {
	.NyNewsdetail { width:94%; margin:0 auto 0px;}
	.NyNewsdetail .NyNewsdetail_title { line-height:32px; font-size:22px;}
	.NyNewsdetail .NyNewsdetail_tips { margin:16px auto;}
	.NyNewsdetail .NyNewsdetail_con { max-height:9999999999999999px;}
	.NyNewsdetail_con div { max-height:9999999999999999px; line-height:30px; color:#565656; font-size:15px; text-align:justify;}
}
/*内页-新闻详情&文章详情 结束*/

/*内页-荣誉资质 开始*/
.NyHonor { width:1400px; height:auto; margin: 0 auto; padding: 40px 0;}
.NyHonor .NyHonor_list { width:100%; height:auto; margin:0 auto; padding:0;}
.NyHonor_list ul li { width:24.25%; height:auto; margin:0 1% 24px 0; padding:1%; float:left;border: 1px solid #dfdfdf; box-sizing:border-box;}
.NyHonor_list ul li:nth-child(4n+4) { margin:0 0 24px;}
.NyHonor_list ul li a.NyHonor_img { display:block; width:100%; height:280px; overflow:hidden; margin:0 auto; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyHonor_list ul li a.NyHonor_img img { display:block; max-width:100%; max-height:100%; 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;}
.NyHonor_list ul li:hover a.NyHonor_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyHonor_list ul li a.NyHonor_name { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; background-color:#f0f0f0; margin:1px auto 0; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyHonor_list ul li:hover a.NyHonor_name { color:#fff; background-color:#002FA7;}

.NyHonor #fengye { margin:40px auto 0;}
@media screen and (max-width:1399px) and (min-width:1279px) {
	.NyHonor { width:90%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.NyHonor { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.NyHonor { width:90%; margin:0 auto 40px;}
	.NyHonor_list ul li a.NyHonor_img { height:160px;}
	
	.NyHonor #fengye { margin:20px auto 0;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.NyHonor { width:96%; margin:0 auto 40px;}
	.NyHonor_list ul li { width:32%; margin:0 2% 20px 0;}
	.NyHonor_list ul li:nth-child(4n+4) { margin:0 2% 20px 0;}
	.NyHonor_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	
	.NyHonor #fengye { margin:20px auto 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyHonor { width:96%; margin:0 auto 40px;}
	.NyHonor_list ul li { width:32%; margin:0 2% 20px 0;}
	.NyHonor_list ul li:nth-child(4n+4) { margin:0 2% 20px 0;}
	.NyHonor_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.NyHonor_list ul li a.NyHonor_img { height:210px;}
	
	.NyHonor #fengye { margin:20px auto 0;}
}
@media (max-width: 767px) {
	.NyHonor { width:94%; padding: 20px 0;}
	.NyHonor_list ul li { width:48%; margin:0 4% 20px 0;}
	.NyHonor_list ul li:nth-child(4n+4), .NyHonor_list ul li:nth-child(3n+3) { margin:0 4% 20px 0;}
	.NyHonor_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.NyHonor_list ul li a.NyHonor_img { height:160px;}
	.NyHonor_list ul li a.NyHonor_name { font-size:15px;}
	
	.NyHonor #fengye { margin:20px auto 0;}
}
@media (max-width: 320px) {
	.NyHonor_list ul li { width:48%; margin:0 4% 12px 0;}
	.NyHonor_list ul li:nth-child(4n+4), .NyHonor_list ul li:nth-child(3n+3) { margin:0 4% 12px 0;}
	.NyHonor_list ul li:nth-child(2n+2) { margin:0 0 12px;}
	.NyHonor_list ul li a.NyHonor_img { height:130px;}
	.NyHonor_list ul li a.NyHonor_name { font-size:14px;}
}
/*内页-荣誉资质 结束*/

/*内页-联系我们 开始*/
.nycontact { width:1400px; height:auto; margin: 60px auto; padding:0;}
.nycontact .nycontact_main { width:100%; height:auto; margin:0 auto; padding:0;}
.nycontact_main .nycontact_lxfs { width:100%; overflow:hidden; margin:0 auto 60px; padding:48px 0; border:1px solid #dfdfdf; border-bottom:24px solid #002FA7; border-radius:0 0 24px 24px; box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.nycontact_lxfs .nycontact_company { width:100%; overflow:hidden; line-height:36px; color:#333; font-size:28px; text-align:center; margin:0 auto 48px; padding:0;}
.nycontact_lxfs ul li { width:25%; overflow:hidden; margin:0; padding:24px; border-right:1px solid #dfdfdf; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.nycontact_lxfs ul li:nth-child(4) { border:0;}
.nycontact_lxfs ul li img { display:block; width:118px; height:118px; overflow:hidden; margin:0 auto 24px; padding:0; border:1px solid #808080; border-radius:50%;}
.nycontact_lxfs ul li span { display:block; width:100%; overflow:hidden; color:#999; font-size:24px; text-align:center; margin:0 auto 10px; padding:0;}
.nycontact_lxfs ul li p { width:100%; height:64px; overflow:hidden; line-height:32px; color:#666; font-size:20px; text-align:center; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0; word-break:break-all;}

.nycontact_main .nycontact_map { width:100%; overflow:hidden; margin:0; padding:0;}
.nycontact_main .nycontact_map img{display: inline-block;width: auto!important;height: auto!important;max-width: 100%;margin: 0 auto;padding: 0;}
.nycontact_map .nycontact_Mapmain { width:100%; height:520px; overflow:hidden; margin:0 auto; padding:10px; background-color:#f5f5f5; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.lyNyContact_bsc { width:100%; overflow:hidden; margin:0 auto 20px; padding:0; background-color:#f8f8f8; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_bsc .lyNyContact_bsctit { width:100%; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:24px; text-align:center; margin:0; padding:0; background-color:#002fa7;}
.lyNyContact_bsctit p { line-height:60px; color:#fff; font-size:24px;}
.lyNyContact_bsc .lyNyContact_bsclist { width:100%; overflow:hidden; margin:0; padding:20px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_bsclist p { width:50%; overflow:hidden; line-height:40px; color:#666; font-size:24px; margin:0 auto; padding:0 40px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_bsclist p strong { color:#999; font-weight: normal;}
@media screen and (max-width:1399px) and (min-width:1279px) {
	.nycontact { width:90%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.nycontact { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.nycontact { width:90%; margin:40px auto 40px;}	
	.nycontact_main .nycontact_lxfs { margin:0 auto 40px; padding:40px 0; border-bottom: 20px solid #002FA7; border-radius:0 0 20px 20px;}
	.nycontact_lxfs .nycontact_company { margin:0 auto 40px;}
	.nycontact_lxfs ul li { padding:20px;}
	.nycontact_lxfs ul li img { margin:0 auto 20px;}
	.nycontact_lxfs ul li span { font-size:22px;}
	.nycontact_lxfs ul li p { height: 52px; line-height:26px; font-size:18px;}
	
	.nycontact_map .nycontact_Mapmain { height:480px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nycontact { width:96%; margin:40px auto 40px;}
	.nycontact_main .nycontact_lxfs { margin:0 auto 40px; padding:40px 0; border-bottom: 20px solid #002FA7; border-radius:0 0 20px 20px;}
	.nycontact_lxfs .nycontact_company { margin:0 auto 40px;}
	.nycontact_lxfs ul li { padding:20px;}
	.nycontact_lxfs ul li img { width:108px; height:108px; margin:0 auto 20px;}
	.nycontact_lxfs ul li span { font-size:20px;}
	.nycontact_lxfs ul li p { height: 48px; line-height:24px; font-size:16px;}
	
	.nycontact_map .nycontact_Mapmain { height:400px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nycontact { width:96%; margin:40px auto 40px;}
	.nycontact_main .nycontact_lxfs { margin:0 auto 40px; padding:40px 0 0; border-bottom: 16px solid #002FA7; border-radius:0 0 16px 16px;}
	.nycontact_lxfs .nycontact_company { margin:0 auto 40px; font-size:24px;}
	.nycontact_lxfs ul li { width:50%; padding:20px;}
	.nycontact_lxfs ul li:nth-child(1), .nycontact_lxfs ul li:nth-child(2) { border-bottom:1px solid #dfdfdf;}
	.nycontact_lxfs ul li:nth-child(2) { border-right:0;}
	.nycontact_lxfs ul li img { width:108px; height:108px; margin:0 auto 20px;}
	.nycontact_lxfs ul li span { font-size:20px;}
	.nycontact_lxfs ul li p { height: 48px; line-height:24px; font-size:16px;}
	
	.nycontact_map .nycontact_Mapmain { height:360px;}
}
@media (max-width: 767px) {
	.nycontact { width:96%; margin:40px auto 40px;}
	.nycontact_main .nycontact_lxfs { margin:0 auto 40px; padding:40px 0 0; border-bottom: 12px solid #002FA7; border-radius:0 0 12px 12px;}
	.nycontact_lxfs .nycontact_company { margin:0 auto 20px; font-size:22px;}
	.nycontact_lxfs ul li { width:100%; padding:20px; border-right:0; border-bottom:1px solid #dfdfdf;}
	.nycontact_lxfs ul li img { width:108px; height:108px; margin:0 auto 20px;}
	.nycontact_lxfs ul li span { font-size:20px;}
	.nycontact_lxfs ul li p { height:auto; max-height: 48px; line-height:24px; font-size:16px;}
	
	.nycontact_map .nycontact_Mapmain { height:320px;}
}
@media (max-width: 320px) {
	.nycontact_main .nycontact_lxfs { margin:0 auto 20px; padding:20px 0 0;}
	.nycontact_lxfs .nycontact_company { margin:0 auto; font-size:20px;}
	.nycontact_lxfs ul li img { width:96px; height:96px; margin:0 auto 20px;}
}
/*内页-联系我们 结束*/

/*内页-上下篇 开始*/
.PrevNext { width:100%; overflow:hidden; margin:60px auto 0; padding:20px 0 0; border-top:1px solid #eaeaea;}
.PrevNext ul li { width:50%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.PrevNext ul li a { color:#333; font-size:14px;}
.PrevNext ul li:last-child { text-align:right;}
.PrevNext ul li:hover { color:#002FA7;}
.PrevNext ul li:hover a { color:#002FA7;}
@media screen and (max-width:1399px) and (min-width:1279px) {
}
@media screen and (max-width:1280px) and (min-width:1200px) {
}
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.PrevNext { margin:20px auto 0; padding:10px 0 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.PrevNext { margin: 20px auto 0; padding: 10px 0 0;}
	.PrevNext ul li { padding:0;}
}
@media (max-width: 767px) {
	.PrevNext { margin: 20px auto 0; padding: 10px 0 0;}
	.PrevNext ul li { width:100%; padding:0;}
	.PrevNext ul li:last-child { text-align:left;}
}
/*内页-上下篇 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 20px auto 0; color: #555; font-size:14px;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #002FA7; color: #ffffff; }
#fengye a.pnnum1 { background: #002FA7; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #002FA7; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:768px) {
}
@media (max-width: 767px) {
	#fengye { margin:0 auto; font-size:0;}
	#fengye input, #fengye .p_input { display:none;}
	#fengye a { height: 40px; line-height: 40px; padding: 0 12px;}
	
	#fengye a.pnnum1,#fengye a.pnnum{ display:none;}
}
@media (max-width: 375px) {
	#fengye { margin:0 auto;}
}
@media (max-width: 320px) {
	#fengye { margin:0 auto;}
	#fengye a { padding:0 12px;}
}
/*分页样式 结束*/

/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#002FA7;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#002FA7;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

@media (max-width:880px) {
	.my-kefu-qq,.my-kefu-liuyan,.my-kefu-weixin,.my-kefu-tel-right{display:none;}
	.client-2{right:0;}
	.client-2 li{ height:48px; position: static; margin:0;}
	.client-2 .my-kefu-tel-main,.client-2 .my-kefu-main{ width:48px;border-radius: 48px; height:40px; padding:4px 0;}
	.my-kefu-main{background: #428BCD !important;}
	.client-2 li a p{ display:none;}
	.client-2 .my-kefu-left { height:48px;}
	.client-2 .my-kefu-ftop i { margin: 2px 0 0 8px;}
	.client-2 .my-kefu-ftop{ margin-top:10px;}
	.client-2 .my-kefu-tel i {margin: 6px 0 0 12px;}
}
@media (max-width:320px) {
	
}
/*右侧漂浮 结束*/

@media (max-width:767px) {
	#KFRightScreen { display:none!important;}
}

@media (max-width:1024px) {
	#KFRightScreen { display:none!important;}
}

#new-div{/*overflow: scroll;*/width: 100%;}
#new-div::-webkit-scrollbar {width:4px;}
#new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}
#new-div::-webkit-scrollbar-thumb {background-color:#6d6e70;}
#new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}



.NyNewsdetail_con .down_wj{display:block;width:120px;height:40px;line-height:40px;text-align:center;font-size:15px;border:1px solid #dcdcdc;margin:40px auto 0;color:#fff;padding-right: 30px;background:#002fa7 url(../images/down.png) 88% no-repeat; background-size:25px 25px;}
.NyNewsdetail_con .down_wj:hover{background:#428bcd url(../images/down.png) 88% no-repeat;background-size:25px 25px;}

.fvopvideo { width:80% !important; height:480px!important;margin:0 auto 20px;position:relative;z-index:99;}
@media (max-width:800px) {
	.fvopvideo { width:100%!important; height:400px!important;}
}
@media (max-width: 767px) {
	.fvopvideo { height:260px!important;}
}