@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{/* background-color: hsl(132deg 72% 82%/100%); */-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

::-webkit-scrollbar { width: 8px; height: 10px; background-color: #eee;}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track { box-shadow: inset 0 0 0px #ccc; border-radius: 10px; background-color: #eee;}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: inset 0 0 0px rgb(39 87 151 / 0.6); background-color: rgb(39 87 151 / 0.8);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color: #275797;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex {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;}
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { 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; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.bgf8{background:#f8f8f8;}
.bgfff{background:#fff;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

@media (min-width: 1270px){
	.container{width: 1240px;}
}
@media (min-width: 1370px){
	.container{width: 1340px;}
}
@media (min-width: 1470px){
	.container{width: 1440px;}
}
@media (min-width: 1570px){
	.container{width: 1540px;}
}
@media (min-width: 1670px){
	.container{width: 1640px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}

/*头部*/
.head{width:100%;height: 110px;position:fixed;top:0;left:0;z-index:9999;background: url(../images/top-ri.png) #fff right top no-repeat;/* border-bottom: 1px solid #ccc; */box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);}
.header_space{width:100%;height: 110px;}
.inbox{}
/*头部logo*/
.wrapper{ overflow:hidden; }
.logo{ float:left; margin-top:20px;}
@media only screen and (max-width: 1200px) {
	.logo{margin-left:3%;margin-top: 20px;}
}
@media only screen and (max-width: 767px) {
	.logo{margin-left:3%;margin-top: 12px;}
}
@media only screen and (min-width: 415px) {
	.logo img{/* height: 48px!important; */padding-top: 8px;}
}
@media only screen and (max-width: 414px) {
	.head,.header_space{ height:65px!important;}
	.logo{ margin-top:12.5px}
	.logo img{height:40px!important;}
}
.nav{float:right;position:relative;display: block;}

.top-si{ display: block; overflow: hidden; height: 42px; line-height: 42px; width: 100%; text-align: right;}
.top-si ul{display: inline-block;}
.top-si ul li{float: left;padding-left: 25px;padding-right: 16px;}
.top-si ul li:nth-child(1){ background:url(../images/top-img1.png) left no-repeat; }
.top-si ul li:nth-child(2){ background:url(../images/top-img2.png) left no-repeat; }
.top-si ul li:nth-child(3){ background:url(../images/top-img3.png) left no-repeat; }
.top-si ul li:nth-child(4){ background:url(../images/top-img4.png) left no-repeat; }
.top-si ul li a{ font-size: 16px; color: #fff;}
.top-xiabao{ float: right; display: inline-block;}
#shop { float:right; height:100%; margin-left: 20px; position:relative; }	
.top-letel{float: left;}
#shop .top-letel a{ padding: 0; font-size: 18px; padding-left: 32px; line-height: 68px; color: #275797; font-weight: bold; background: url(../images/top-img5.png) left no-repeat;}
.top-sq{ float: left; line-height: 68px; padding-top: 16px;}
.top-sq a{}
#shop i{ display:block; ; float:left; cursor:pointer; font-style:normal}
#shop #head-search{width:45px;height: 68px;background: url(../images/top-img6.png) no-repeat center;margin: 0 10px;}
#shop #head-nav{width: 45px;height: 100%;background: url(../images/icon-nav.png) no-repeat center;border:none;margin-top: 0;font-size: 0;}
#shop #m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 42px;width: 24px;}	
#shop #m-head-nav .line{width: 24px;height: 2px;background-color: #275797;position: absolute;left: 0px;top: 7px;}
#shop #m-head-nav .line1{margin-top: -7px;}
#shop #m-head-nav .line3{margin-top: 7px;}
#shop #m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#shop #m-head-nav[data-active="on"] .line2{display: none;}
#shop #m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#shop a{display: inline-block;float:left;font-size: 16px;background: #275797;color: #fff;border-radius: 6px;padding: 4px 24px;line-height: 24px;}
#shop .btn-search{position:absolute; top:30px; right:0px; width:28px; height:28px; background:url(../top_search.png) no-repeat center}
#shop .btn-lang {position:absolute;top:30px; right:48px; width:28px; height:28px; background:url(../top_tel.png) no-repeat center}

.top-xiabao  ul{float: left;padding-right: 42px;}
.top-xiabao ul>li { float: left; }
#nav>li{float: left;margin-right: 24px;position:relative;}
#nav>li:last-child{margin-right: 0;}
#nav>li>a{display: block;font-size: 18px;padding: 0;color: #444;position: relative;line-height: 64px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
#nav>li.cur>a {color: #275797;font-weight: bold;}
#nav>li:hover>a {color: rgb(39, 87, 151);background: url(../images/nav-xian.jpg) center bottom no-repeat;border-bottom: 4px solid rgb(39, 87, 151);}
#nav>li:last-child>a::before{display:none;}
#nav>li>a::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;transition: all .2s;-webkit-transition: all .2s;}
#nav>li:hover>a::after, .nav>li.cur>a::after{/* border-top: 0; *//* border-left: 5px solid transparent; *//* border-right: 5px solid transparent; *//* border-bottom: 6px solid #275797; */background: url(../images/yiyi.png) center no-repeat;top: 68px;}
#header:hover .nav>li>a::after, #header.active #nav>li>a::after{background-color: #275797;}
#nav>li>a:focus, #nav>li>a:hover { background: none; }
.top-xiabao ul .zx { align-items: center;  padding-left: 10px;position: absolute;width: 320px;right: 0;}
.top-xiabao ul .zx img { display: block; max-width: 100%; }
.top-xiabao ul .zx p{ font-size: 18px; color: #fff; font-weight: bold; line-height: 1.1;  background: #ee3333;padding: 10px; }
.header_space {width: 100%;height: 110px;display: block;}

/*导航下拉*/
.top-xiabao ul li .xiala {position: fixed;background: rgba(255,255,255,1);width: 100vw;top: 110px;left: 0;z-index: 999;display: none;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.top-xiabao ul li .xiala .container { padding:40px 120px 40px 40px; }
.top-xiabao ul li .xiala .container .nav2_r { float: right;  width: 25%;}
.top-xiabao ul li .xiala .container .nav2_r img { display: block; max-width: 100%; }
.top-xiabao ul li .xiala .container .nav2_l {float: left;width: 70%;position: relative;}
.top-xiabao ul li .xiala .container .nav2_l .desc { overflow: hidden; padding-bottom: 32px;}
.top-xiabao ul li .xiala .container .nav2_l .desc .en { font-size: 30px;line-height: 40px;color: #333;}
.top-xiabao ul li .xiala .container .nav2_l .desc .list { font-size: 14px;line-height: 24px;margin-top: 10px;color: #999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list {/* margin-top: 40px; */overflow: hidden;float: left;line-height: 32px;}
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list a{ display: inline-block; }
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list a span {font-size: 14px;line-height: 24px;color: #666;margin-right: 20px;/* padding-right: 20px; */transition: all 0.5s;background: url(../images/yy.png) no-repeat right center; border: 1px solid #ccc;text-align: center;display: block;padding: 2px 10px;}
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list:hover a span{ background:#275797; color:#fff }

.top-xiabao ul li .xiala .container .nav-box { overflow: hidden; } 
.top-xiabao ul li .xiala .container .nav-box>span { font-size: 22px; line-height: 40px;color: #333;overflow: hidden; display: block; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr { overflow: hidden; margin-top: 20px; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr .nav3-box { margin-bottom: 20px; overflow: hidden; padding:10px;}
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr .nav3-box:hover { background: #f9f9f9; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a { display: block; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_l { width: 20%; float: left;}
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r { float: right; width: 80%; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_t { font-size: 16px;line-height: 1.5;color: #333;margin-bottom: 5px; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_desc { font-size: 14px;line-height: 1.6;color: #999; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro { display: block; padding-left:0; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a { display: block; text-align: center; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt { display: block; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt img { max-width: 100%; display: block; border:1px solid #ddd; }
.top-xiabao ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a p { font-size: 14px; color: #454545; line-height: 3; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 {display: none;transition:0.3s;float: left;margin-right: 20px;}
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list .ppp1 { position: absolute;}
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 a {font-size: 14px;color: #666;line-height: 1.8;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 a:hover { color: #275797; }
.top-xiabao ul li .xiala .container .nav2_l .nav-er-list:hover .nypro-nav2 { display: block; }

@media only screen and (max-width: 1470px) {
	#nav>li>a{margin: 0 12px;font-size: 16px;}
	#shop{}
	#nav>li{ margin-right: 0px;}
	.top-xiabao ul{ padding-right: 20px;}
}

@media only screen and (max-width: 1410px) {
	#nav>li>a{margin: 0 6px;font-size: 16px;}
	#shop{}
	#nav>li{}
	.top-xiabao ul{ padding-right: 12px;}
}

@media only screen and (max-width: 1360px) {
	#nav>li>a{margin: 0 7px;font-size: 16px;}
	#shop{ /* display: none; */}
	.top-si ul li a{ font-size: 14px;}
	#nav>li{}
	.top-xiabao ul{}
}

@media only screen and (max-width: 1309px) {
	#shop {margin-left: 18px;}
	#nav>li>a{padding: 0 3px;margin: 0 3px;font-size: 14px;}
}
@media only screen and (max-width: 1200px) {
	.head{background:#fff;height: 110px;}
	#nav{ display:none}
	.nav{ margin-right:3%}
	#shop #m-head-nav{display:block;margin-top: 24px;}
	.top-si{ display:none; }
	.top-xiabao{ margin-top: 22px;}
}

@media only screen and (max-width: 767px) {
	.top-letel{ display: none;}
	#shop #head-search{ display:none; }
	.top-sq{ display:none; }
	.top-si{ display:none }
	.head{background:#fff;height: 90px;}
	#shop #m-head-nav{margin-top: 16px;}
}

@media only screen and (max-width: 500px) {
	#shop { margin-left:0px; }
	.logo img{height: 42px!important;padding-top: 0px;margin-top: 12px;}
}
@media only screen and (max-width: 414px) {
	.nav{ height:65px;}
	#shop #head-search,
	#shop #head-nav{width: 35px;}
	#shop #m-head-nav{margin-top: 3px;margin-left:10px;}
	.mm-nav-box{ top:65px!important;}
	.logo img{height: 38px!important;padding-top: 0px;margin-top: 2px;}
}

.q_search{position:absolute;right:0;top: 68px;width:280px;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);z-index:99999;display:none;}
.q_search .q_search1{padding:25px 20px;}
.q_search .form-group{position:relative;margin:0;}
.q_search input[type="search"]{display: block;width: 100%;color: #000;line-height: 24px;padding: 7px 40px 7px 15px;height: 40px;border: 1px solid #e0e0e0;background: #fff;}
.q_search .search-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;text-align: center;color: #555;font-size: 12px;background: 0;cursor: pointer;border:0;}


/*小屏幕导航*/
.mm-nav-box{overflow:hidden;position: fixed;top: 110px;right: 0;width: 100%;height: 100%;z-index: 998;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;bottom: 90px;overflow:hidden;overflow-y:auto;width: 40%;padding-bottom: 15px;z-index: 100;}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-wrap ul{background:#fff;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#892024}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#892024}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.tt1{display: block; width: 100%; color: #000; line-height: 24px; padding: 7px 40px 7px 15px; height: 40px; border: 1px solid #e0e0e0; background: #fff;}

@media only screen and (max-width: 1440px){
	
}

@media only screen and (max-width: 1366px){
	
}

@media only screen and (max-width: 1200px){
	.mm-nav-box { display: block; }
}
@media only screen  and (max-width: 767px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
	.mm-nav-box{ top: 90px; }
	.header_space{ height: 90px; }
}
@media only screen  and (max-width: 600px){
	.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
	.mm-nav-box .mm-nav .li1{margin: 0 10px;}
	.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media only screen and (max-width: 414px) {
	.mm-nav-box .mm-wrap{ bottom:65px!important;}
}

/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);}
#banner .swiper-pagination-bullet{width: 16px;height: 6px;opacity:1;border-radius: 6px;background: rgb(199 198 198 / 80%);position:relative;margin:0 6px;}
#banner .swiper-pagination-bullet-active{background: #275797;width: 42px;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}

/*搜索*/
.search { line-height: 72px; height: 72px; display: block; background: #f5f5f5;  overflow: hidden;}
.search .gjc {float: left;padding-left: 36px;background: url(../images/dianzan.png) 6px no-repeat;}
.search .gjc em { font-size: 18px; color: #275797; font-weight: bold; }
.search .gjc span {font-size: 14px;color: #666666;}
.search .gjc a { font-size: 14px; color: #666666; }
.search .gjc a:hover { color: #275797;  }
.search .sc { float: right; }
.search .sc form {width: 360px;height: 50px;border:1px solid #e5e5e5;background: #ffffff;display: block;border-radius: 30px;margin-top: 10px;}
.search .sc form .tt {font-size: 14px;color: #999;float: left;line-height: 50px;padding-left: 25px;width: 72%;border: none;}
.search .sc form .s_bt {float: right;width: 28%;line-height: 48px;height: 48px;color: #fff;text-align: left;display: block;border-radius: 30px;background: url(../images/ss.png)no-repeat 16px #275797;padding-left: 44px;}

@media(max-width: 1430px) {
	.search .gjc{width: 60%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.search .sc{ width:40% }
}

@media(max-width: 1200px) {
	.search .sc form{ width:320px; }
	.search .sc form .s_bt{width: 86px;}
}
	
@media(max-width: 992px) {
	.search .sc form {width: 100%;}
	.search .sc form .s_bt{ width: 78px; padding-left: 36px;background: url(../images/ss.png)no-repeat 12px #005ba2;}
}

@media(max-width: 767px) {
	.search { height: auto; padding-left: 10px;padding-right: 10px; }
	.search .gjc em { display: none; } 
	.search .gjc { width: 100%; height: 42px; line-height: 42px; overflow: hidden; }
	.search .gjc span { color: #2b82e3; }
	.search .sc { float: none; display: inline-block; margin: 0 auto; width: 100%; }
	.search .sc form { margin: 15px auto 0px auto; }
}

@media(max-width: 500px) {
	.search { line-height: normal; }
	.search .sc form {margin: 5px auto 10px auto;width: 100%;}
}

/* 首页标题 */
.title{padding:0 10px;text-align: center;}
.title h2{font-size: 48px;color: #444;font-weight: bold;}
.title p{color: #666;font-size: 18px;margin-top: 10px;text-transform:uppercase;font-family:Arial;background: url(../images/sy-tit.png) center no-repeat;}

@media only screen and (max-width:991px){
	.title h2{font-size: 42px;}
}

@media only screen and (max-width:767px){
	.title h2{font-size: 30px;}
	.title p{font-size: 14px;margin-top: 5px;background-size: 100%;}
}
@media only screen and (max-width:500px){
	.title h2{font-size: 26px;}
}

/* lm1 */
#sy-lm1{ background: #f6f7fb; padding: 42px 0; display:block;}
#sy-lm1 ul{ display: flex; flex-wrap: wrap;}
#sy-lm1 ul li{padding: 6px;float: none;}
#sy-lm1 ul li>div{display: block;overflow: hidden;border: 1px solid #eff0f2;background: #fff;border-radius: 10px;padding: 42px 28px;}
#sy-lm1 ul li>div a{ color: #333;}
#sy-lm1 .cp-img{/* padding: 0; */}
#sy-lm1 .cp-img img{}
#sy-lm1 .cp-tit{padding: 0 10px;}
#sy-lm1 .cp-tit h2{font-weight: bold;font-size: 28px;color: #275797;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 38px;}
#sy-lm1 ul li:hover .cp-tit h2{ color:#275797 }
#sy-lm1 .cp-tit p{font-size: 16px;line-height: 28px;margin: 12px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
#sy-lm1 .cp-tit i{ background: #ccc; width: 100%; height: 2px; display: block;}
#sy-lm1 .cp-tit i:after{content: "";display: block;width: 64px;height: 2px;margin: 10px 0;background: #275797;transition: all 0.3s ease-out;}
#sy-lm1 .cp-tit:hover i:after{width:100px;  background:#275797;}
#sy-lm1 .cp-tit .tedian{display: block;overflow: hidden;padding-top: 12px;height: 76px;}
#sy-lm1 .cp-tit .tedian span{width: 33.3%;float: left;padding: 6px 0;font-size: 16px;padding-left: 18px;background: url(../images/dian.png) left no-repeat;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

#sy-lm1 .cp-tit em{padding: 10px 46px;display: inline-block;background: #275797;color: #fff;margin-top: 20px;font-size: 16px;padding-left: 32px;position: relative;}
#sy-lm1 .cp-tit em::before { content: ''; position: absolute; right: 0%; bottom: 0px; border-top: 30px solid transparent; border-left: 16px solid transparent; border-right: -40px solid transparent; border-bottom: 42px solid #fff;}

#m-sy-lm1{ padding: 32px 13px; background: #f6f7fb;display:none;}
#m-sy-lm1 .mySwiperpro{}
#m-sy-lm1 .mySwiperpro .swiper-wrapper{}
#m-sy-lm1 .swiper-slide{ display: block; overflow: hidden; border: 1px solid #eff0f2; background: #fff; border-radius: 10px; padding: 20px 10px;}
#m-sy-lm1 .swiper-slide a{}
.m-cp-img{}
.m-cp-img img{}
.m-cp-tit{ padding-top: 20px;}
.m-cp-tit h2{ font-size: 22px; font-weight: bold; color: #275797;}
.m-cp-tit p{ font-size: 14px; line-height: 24px; margin: 15px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; color: #666;}
.m-cp-tit i{}
.m-cp-tit i{ background: #ccc; width: 100%; height: 2px; display: block;}
.m-cp-tit i:after{content: "";display: block;width: 64px;height: 2px;margin: 10px 0;background: #275797;transition: all 0.3s ease-out;}
.m-cp-tit:hover i:after{width:100px;  background:#275797;}

.m-cp-tit .tedian{ display: block; overflow: hidden; padding-top: 12px;}
.m-cp-tit .tedian span{ width: 33.3%; float: left; padding: 6px 0; font-size: 16px; padding-left: 20px; background: url(../images/dian.png) left no-repeat;}
.m-cp-tit em{display: inline-block;background: #275797;color: #fff;margin-top: 20px;font-size: 16px;position: relative;padding: 6px 42px;padding-left: 32px;}
.m-cp-tit em::before { content: ''; position: absolute; right: 0%; bottom: 0px; border-top: 30px solid transparent; border-left: 16px solid transparent; border-right: -40px solid transparent; border-bottom: 42px solid #fff;}

@media (max-width: 1367px) {
	#sy-lm1 .cp-tit p{ font-size: 15px; }
	#sy-lm1 .cp-tit h2{}
}

@media (max-width: 1024px) {
	#sy-lm1 .cp-tit h2{font-size: 24px;}
	#sy-lm1 .cp-tit{ padding-top:20px; }
}

@media (max-width: 769px) {
	#sy-lm1 .cp-tit h2{font-size: 18px;}
	#sy-lm1 ul li>div{padding: 16px 16px;}
	#sy-lm1{ padding:32px 0; }
	#sy-lm1 .cp-tit p{ font-size: 14px; line-height: 20px;}
	#sy-lm1 .cp-tit .tedian span{ font-size: 14px;}
	#sy-lm1 .cp-tit em{padding: 6px 28px;padding-left: 16px;font-size: 14px;}
	#m-sy-lm1{ display:block; }
	#sy-lm1{/* display:none; */}
	#sy-lm1 .cp-tit .tedian{ display:none }
	#sy-lm1 .cp-img{ padding:0; }
}

@media (max-width: 420px) {
   
}

/* lm2 */
.zlsp{background: url(../images/sy-beijing1.png) center bottom no-repeat;height: 100%;padding: 44px 0;}
.sy-title{ text-align: center;}
.sy-title h2{font-size: 42px;font-weight: bold;color: #333;text-transform: uppercase;}
.sy-title p{font-size: 18px;font-family: Arial;padding-top: 10px;color: #999;text-transform: uppercase;}
.sy-zlsp-nr{padding-top: 48px;position: relative;}
.sy-zlsp-nr .ss1{}
.sy-zlsp-nr .ss1:hover{}
.sy-zlsp-nr .ss1>div{background: -webkit-linear-gradient(bottom, rgb(255 255 255)0%,rgb(255 255 255 / 50%)66%, rgb(255 255 255 / 0%)99%);border-radius: 10px;box-shadow: 0px 0px 6px 0px #eee;padding-bottom: 10px;}
.sy-zlsp-nr .ss1>div:hover{background-image: linear-gradient(#fff,transparent);}
.sy-zlsp-nr ul{ display: block;overflow: hidden;}
.sy-zlsp-nr ul li{text-align: center;border-radius: 8px;float: left;}
.sy-zlsp-nr ul li:hover{}
.sy-zlsp-nr ul li h2{ position: relative;text-align: center; }
.sy-zlsp-nr ul li h2 i{background: url(../images/lm2-xuanzhuan.png) center no-repeat;border-radius: 50%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;padding: 62px 40px;display: inline-block;width: 200px;height: 200px;background-size: 100%;}
.sy-zlsp-nr ul li h2 em{position: absolute;left: 50%;top: 33%;transform: translateX(-50%);font-size: 24px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sy-zlsp-nr ul li p{color: #666;padding: 0px 18px;font-size: 16px;line-height: 24px;margin-top: 0px;margin: 24px 0;min-height: 140px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.sy-zlsp-nr ul li:nth-child(6n) { margin-right: 0;}

.zlsp .owl-nav{ display: none !important; }
.zlsp .owl-nav .owl-prev{position: absolute;left: -4%;top: 43%;background: url(../images/index_left.png) no-repeat;width: 30px;height: 42px;}
.zlsp .owl-nav .fa-chevron-left:before{ content: "";}
.zlsp .owl-nav .fa-chevron-right:before { content: "";} 
.zlsp .owl-nav .owl-prev i{}
.zlsp .owl-nav .owl-next{position: absolute;right: -4%;top: 44%;background: url(../images/index_right.png) no-repeat;width: 30px;height: 42px;}
.zlsp .owl-nav .owl-next i{}

.sy-zlsp-nr ul li:nth-child(4n) h2 em{/* padding-top: 16px; */}

@keyframes rotate{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(-360deg);}
}
@-webkit-keyframes rotate {
  0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(-360deg);}
}


@media(max-width:1440px){
	.sy-zlsp-nr ul li p{min-height: 160px;padding: 0 18px;margin: 16px 0;font-size: 15px;}
	.sy-zlsp-nr ul li h2 em{font-size: 22px;}
	.sy-zlsp-nr ul li:nth-child(4n) h2 em{ padding-top: 16px;}
	.sy-zlsp-nr ul li h2 i{width: 185px;height: 185px;}
}

@media(max-width:1366px){
	.sy-zlsp-nr ul li p{ padding: 0 12px;}
	.sy-zlsp-nr ul li h2 i{width: 172px;height: 172px;}
	.sy-zlsp-nr ul li h2 em{font-size: 20px;}
}

@media(max-width:1306px){
	.sy-zlsp-nr ul li h2 i{width: 160px;height: 160px;}
}

@media(max-width:769px){
	.sy-zlsp-nr ul li p{}
	.sy-title h2{ font-size:30px; }
	.sy-zlsp-nr ul li h2 i{width: 145px;height: 145px;}
	.sy-zlsp-nr ul li h2 em{font-size: 18px;line-height: 26px;}
	.sy-zlsp-nr ul li:nth-child(4n) h2 em{ padding-top: 12px;}
	.zlsp{padding: 36px 0;padding-bottom: 24px;}
	.sy-title p{ font-size:16px; }
}
@media(max-width:420px){
	.zlsp .owl-nav{ display: block !important; }
	.sy-zlsp-nr{padding-top: 32px;}
	.zlsp .sy-title h2{ font-size:24px; }
	.zlsp .sy-title p{ font-size:15px; }
	.sy-zlsp-nr ul li p{padding: 6px 10px;font-size: 14px;margin-top: 0;}
	.sy-zlsp-nr ul li{/* width:100%; */padding: 0 10px;}
}

/*  */
#sy-lm3{ padding: 42px 0; background: url(../images/lm3-bj.png) center no-repeat; display:block;}
#sy-lm3 .sy-title h2{ color:#fff; }
#sy-lm3 .container{padding-top: 60px;padding-bottom: 60px;}
.lm3-left{ width: 364px;}
.lm3-left ul{}
.lm3-left ul li{line-height: 64px;font-size: 18px;color: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.lm3-left ul li.on{border-right:3px solid #275797;background: -webkit-linear-gradient(right, rgb(39 87 151 / 60%)0%,rgb(39 87 151 / 30%)66%, rgb(39 87 151 / 0%)99%);}
.lm3-right{padding-top: 18px;margin-left: 2%;width: 70%;}
.lm3-qh{}
.lm3-qh h2{ font-size: 24px; color: #fff; font-weight: bold; padding-bottom: 6px;}
.lm3-qh p{color: #ccc;margin: 24px 0;font-size: 16px;width: 72%;line-height: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.lm3-a{padding: 42px 0;display: inline-block;}
.lm3-a a{ color: #fff; border: 1px solid #fff; padding: 6px 32px; font-size: 16px; margin-right: 20px; border-radius: 6px; display: inline-block;}
.lm3-a a:nth-child(2n){ background: #275797; border: 1px solid #275797;}
.lm3-td{ padding-top: 24px;}
.lm3-td h2{ padding-bottom: 24px;}
.lm3-td em{padding: 3px 0;padding-left: 36px;color: #fff;font-size: 16px;margin-right: 20px;}
.lm3-td em:nth-child(2){ background: url(../images/lm3-img1.png) left no-repeat; }
.lm3-td em:nth-child(3){ background: url(../images/lm3-img2.png) left no-repeat; }
.lm3-td em:nth-child(4){ background: url(../images/lm3-img3.png) left no-repeat; }
.lm3-td em:nth-child(5){ background: url(../images/lm3-img4.png) left no-repeat; }
.lm3-td em:nth-child(6){ background: url(../images/lm3-img5.png) left no-repeat; }

#m-sy-lm3{ display:none; }
.m-lm3-bt{}
.m-lm3-bt ul{}
.m-lm3-bt ul li{ width: 48%; float: left; padding: 6px 10px; border: 1px solid #ccc; margin: 1%; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff;}
.m-lm3-bt ul li.on{ background: #275797;}
.m-lm3-nr{ margin-top: 20px;}
.m-lm3-qh{ padding: 0 8px;}
.m-lm3-qh h2{ font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 10px; font-weight: bold; color: #fff;}
.m-lm3-qh p{ font-size: 14px; margin: 16px 0; color: #fff; line-height: 24px;}
.m-lm3-a{ margin: 12px 0;}
.m-lm3-a a{ border: 1px solid #ccc; padding: 6px 18px; display: inline-block; margin-right: 10px; color: #fff;}

.m-lm3-td{ margin-top: 10px; display: inline-block;}
.m-lm3-td h2{}
.m-lm3-td em{ width: 50%; float: left; line-height: 32px; font-size: 14px; color: #fff; padding-left: 38px; margin: 3px 0;}
.m-lm3-a a:nth-child(2){ background:#275797; }

.m-lm3-td em:nth-child(2){ background: url(../images/lm3-img1.png) left no-repeat; }
.m-lm3-td em:nth-child(3){ background: url(../images/lm3-img2.png) left no-repeat; }
.m-lm3-td em:nth-child(4){ background: url(../images/lm3-img3.png) left no-repeat; }
.m-lm3-td em:nth-child(5){ background: url(../images/lm3-img4.png) left no-repeat; }
.m-lm3-td em:nth-child(6){ background: url(../images/lm3-img5.png) left no-repeat; }

#m-sy-lm3 .sy-title h2{font-size:30px;color: #fff;}
#m-sy-lm3 .sy-title p{font-size:16px;color: #fff;}
#m-sy-lm3 .sy-title{ padding-bottom:20px; }


@media(max-width:1440px){
	.lm3-left{ width: 27%;}
	#sy-lm3 .container{ padding-top: 42px; padding-bottom: 42px;}
	.lm3-a{ padding: 32px 0;}
	.lm3-left ul li{}
}

@media(max-width:1366px){
	.lm3-left{} 
	#sy-lm3 .container{}
	.lm3-td em{font-size:15px;margin-right: 16px;}
	.lm3-right{padding-top: 10px;}
}

@media(max-width:1200px){
	.lm3-left{}  
}

@media(max-width:992px){
	#m-sy-lm3{display:block;padding: 32px 0;background: url(../images/lm3-bj.png) center no-repeat;}
	#sy-lm3{ display:none; }
}

@media(max-width:767px){
	
}
@media(max-width: 500px){

}	

/*  */
#sy-about{padding: 54px 0;}
.about-nr{}
.about-left{ text-align: center;}

.about-left .shipin{width:100%;height:auto;position:relative;margin:0 auto;margin-top: 20px;display: block;}
.about-left .shipin>img{}
.about-left .bejgktc,.nnn3 .bejgktc:before,.nnn3 .bejgktc:after {position: absolute;left: 50%;top: 50%;height: 86px;width: 86px;margin-top: -66px;margin-left: -42px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(41, 43, 41,0.64);-o-box-shadow: 0 0 0 0 rgba(41, 43, 41, 0.64);box-shadow: 0 0 0 0 #292b29;animation: bejgktc 3s infinite;z-index:99;}
.about-left .bejgktc{display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}

.about-left .video-p{}
.about-left .video-p p{text-align: center;line-height: 54px;font-size: 18px;}

.video_hidden{ position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72);}
.video_hidden i{ position: absolute;top: 1rem;right: 1rem; }
.video_hidden i img{ cursor: pointer;}
.ivideo{ margin:0 auto;position: absolute;top: 50%;left: 50%;width: 72%;max-height:90%;transform: translate(-50%,-50%);border: 3px solid #fd830f;}
.about-left img{ display: inline-block;}
.about-right{ padding-top: 20px; padding-left: 12px; padding-right: 124px;}
.about-right h4{ font-size: 24px; color: #275797; margin-top: 20px;}
.ab-tit{}
.ab-tit h2{ font-size: 42px; font-weight: bold;}
.ab-tit em{ font-size: 18px; color: #999; margin: 10px 0; display: block;}
.about-right p{margin: 16px 0;line-height: 30px;font-size: 16px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;}
.about-right a{padding: 10px 32px;font-size: 16px;padding-right: 42px;color: #fff;background: #999;display: inline-block;margin-top: 12px;position:relative}
.about-right a:hover{ background:#275797; }
.about-right a::before { content: ''; position: absolute; right: 0%; bottom: 0px; border-top: 30px solid transparent; border-left: 16px solid transparent; border-right: -40px solid transparent; border-bottom: 42px solid #fff;}

@media(max-width:1400px){
	.about-right{ padding-right: 42px;}
	.about-right p{ line-height: 28px;}
}

@media(max-width:769px){
	.about-right{ padding-right: 12px;}
	#sy-about{ padding:32px 0; }
	.ab-tit h2{ font-size:30px; }
	.about-right h4{ font-size: 18px; margin-top: 12px;}
	.about-right p{ font-size: 15px; line-height: 24px; margin-bottom: 0;}
	.about-right a{ margin-top: 10px; padding: 6px 32px; padding-right: 42px; font-size: 15px;}
	.about-left{padding: 0px;}
}
@media(max-width: 500px){
	
}

/*  */
#sy-hzkh{ padding: 42px 0; background: #f6f7fb;}
.hz-nr{ display: block; overflow: hidden; margin-top: 36px;}
.hz-nr ul{ display:block; }
.hz-nr ul li{ margin: 10px 0;}
.hz-nr ul li img{border: 1px solid #ccc;border-radius: 12px;width: 100%;}
.hz-nr ul{ display:block; }
.swiper02{ display:none; }

@media (max-width: 1367px) {
    
}

@media (max-width: 769px) {
	.hz-nr ul li{padding: 0 8px;}
	.hz-nr{ margin-top: 10px;}
	#sy-hzkh{ padding:32px 0; }
	.hz-nr ul{ display:none; }
	.swiper02{ display:block; }
}
@media (max-width: 400px) {
	
}

/*  */
#sy-news{padding: 42px 0;padding-bottom: 60px;}
.news-wenzan{}
.news-shang{}
.news-lm{ text-align: center; margin-bottom: 24px; margin-top: 24px;}
.news-lm ul{ display: inline-block;}
.news-lm ul li{float: left;margin: 0 12px;}
.news-lm ul li a{ line-height: 42px; font-size: 16px; color: #fff; background: #575d6c; padding: 8px 36px; border-radius: 6px;}
.news-lm ul li.on{}
.news-lm ul li.on a{ background: #275797;}
.news-nr{}
.news-bh{}
.news-tj{}
.news-img{}
.news-img img{border: 1px solid #ccc;width: 100%;height: 330px;}
.news-br{}
.news-br h2{margin: 30px 0;line-height: 32px;}
.news-br h2 a{font-size: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 64px;}
.news-br .news-a{background: #f6f7fb;padding: 18px;}
.news-br p{}
.news-br em{ font-size: 16px; }
.news-br .news-a1{float: right;background: url(../images/news-a1.png) right no-repeat;width: 40px;height: 40px;position: relative;top: -8px;background-size: cover;}
.news-left:hover .news-a1{ background: url(../images/news-a2.png) right no-repeat; }
.news-left:hover .news-a em{ color: #275797;}
.news-tj1{}
.news-tj1 dl{ border-bottom: 1px dashed #ccc; margin-bottom: 20px;}
.news-tj1 dl dt{}
.news-tj1 dl dt h2{line-height: 28px;}
.news-tj1 dl dt h2 a{font-size: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 60px;}
.news-tj1 dl dd em{}
.news-tj1 dl dd{margin-top: 10px;font-size: 16px;margin-bottom: 19px;}

@media (max-width: 1366px) {
	.news-br h2 a{ font-size: 18px;}
}

@media (max-width: 991px) {
	.news-br h2 a{}
	.news-left{padding:0;margin-bottom: 20px;}
	.news-br h2{ margin:20px 0; }
	#sy-news{ padding-bottom: 42px;}
	.news-img img{ height:auto }
}

@media (max-width: 767px) {
	.news-left{padding: 0 10px;margin-bottom: 20px;}
	.news-img img{ height: auto;}
	.news-lm ul li a{ padding: 6px 20px; font-size: 14px;}
	.news-lm ul li{ margin: 0 6px;}
	.news-tj{ padding: 0;}
	.news-br h2{ margin: 12px 0; line-height: 26px;}
	.news-br h2 a{font-size: 16px;min-height: auto;}
	.news-tj1 dl dt h2 a{font-size: 16px;}
	#sy-news{padding-bottom: 24px;padding-top: 30px;}
	.news-lm{ margin-top: 12px; margin-bottom: 12px;}
}

@media (max-width: 425px) {
	.news-tj1{padding: 0 10px;}
}

@media (max-width: 374px) {
	
}

/*  */


@media (max-width: 1441px) {

}
@media (max-width: 1367px) {
	
}
@media (max-width: 1200px) {
    
}

@media (max-width: 991px) {
	
}

@media (max-width: 769px) {
	
}

@media (max-width: 768px) {
	
}

@media (max-width: 320px) {
    
}

/* 尾部广告 */
#xia-bj{ text-align: center; background: url(../images/xia-bj.png) center no-repeat; padding: 86px 0;}
#xia-bj h2{ color: #fff; font-size: 42px; font-weight: bold;}
#xia-bj p{ font-size: 18px; color: #fff; margin: 24px 0;}
#xia-bj a{ padding: 8px 36px; background: #fff; font-size: 16px; border-radius: 5px; display: inline-block; color: #275797;}

@media(max-width: 1369px) {

}
@media(max-width: 1269px) {

}
@media(max-width: 1199px) {

}
@media(max-width: 991px) {

}
@media(max-width: 768px) {
	#xia-bj{ padding: 42px 20px;}
	#xia-bj h2{ font-size: 28px;}
	#xia-bj p{ font-size: 16px;}
}
@media(max-width: 500px) {
	#xia-bj h2{ font-size: 20px;}
	#xia-bj{padding: 36px 20px;}
}
@media(max-width: 400px) {

}

/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width:30px;height:68px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top:50%;margin-top:-34px;text-indent:-99999999px;opacity:0.4;transition:all .3s;-webkit-transition:all .3s;}
.owl-prev{left:-30px;}
.owl-next{right:-30px;transform: rotate(180deg);}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
	.owl-prev, .owl-next{display:none;}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/**/
#ftlx{ background: #f4f7f9; padding: 20px 0px;}
#ftlx ul{}
#ftlx ul li{padding-top: 10px;padding-bottom: 10px;border-right: 1px solid #ccc;padding-left: 98px;}
#ftlx ul li:nth-child(1){ background: url(../images/ftlx-img.png) 54px 6px no-repeat;}
#ftlx ul li:nth-child(2){ background: url(../images/ftlx-img1.png) 54px 6px no-repeat;}
#ftlx ul li:nth-child(3){padding-left:0;padding: 24px 0;border-right: none;}
#ftlx ul li h2{font-size: 20px;padding-bottom: 10px;color: #555;}
#ftlx ul li p{ width: 72%; font-size: 16px; color: #666;}
#ftlx ul li a{ border: 1px solid #ccc; padding: 10px 48px; border-radius: 24px; font-size: 20px; display: inline-block; position: relative; left: 50%; transform: translateX(-50%);}
#ftlx ul li a:hover{ background:#275797; color:#fff }

/* 底部 */
footer{}
#footer{padding: 24px 0;padding-top: 64px;background: #06141e;}
.foot-1{}
.ft-1{ float: left;}
.ft-1 h2{font-size: 18px;padding-left: 30px;color: #fff;line-height: 23px;margin-bottom: 20px;position: relative;}
.ft-1 h2 i{ background: url(../images/ft-tit.png) left no-repeat; width: 22px; height: 22px; display: block; position: absolute; left: 0; top: 0;}
.ft-1 p{color: #999;line-height: 32px;font-size: 14px;padding-left: 30px;}
.ft-1 p a{color: #c6c8cf;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
.ft-1 p:hover a{ color:#fff; }
.ft-2{}
.ft-2 h2{ font-size: 18px; padding-left: 30px; color: #fff; line-height: 23px; margin-bottom: 20px; position: relative; }
.ft-2 h2 i{ background: url(../images/ft-tit.png) left no-repeat; width: 22px; height: 22px; display: block; position: absolute; left: 0; top: 0; }
.ft-2 p{color: #999;line-height: 32px;font-size: 14px;padding-left: 30px;}
.ft-2 p a{color: #c6c8cf;}
.ft-2 p:hover a{ color:#fff; }
.ft-3{}
.ft-3 h2{font-size: 18px;padding-left: 30px;color: #fff;margin-bottom: 30px;line-height: 23px;position: relative;}
.ft-3 h2 i{ background: url(../images/ft-tit.png) left no-repeat; width: 22px; height: 22px; display: block; position: absolute; left: 0; top: 0; }
.ft-3 dl{/* padding-left: 30px; */margin-bottom: 14px;}
.ft-3 dl dt{font-size: 14px;color: #999;padding-bottom: 4px;}
.ft-3 dl dd{font-size: 14px;color: #c6c8cf;letter-spacing: 1px;}
.ft-3 dl dd a{ color:#fff; }
.ft-3 .ft-3-img1 dd{ font-size: 20px; font-weight: bold; color: #fff; }
.ft-3 .ft-3-img1 dd a{ color: #fff; }
.ft-4{/* padding: 0; */padding-left: 54px;}
.ft-4 h4 i{background: url(../images/ft-tit.png) left no-repeat;width: 22px;height: 22px;display: block;position: absolute;left: 0px;top: 0;}
.ft-4 h4{padding-left: 32px;color:#fff;line-height: 23px;font-size: 18px;background: url(../images/ft-ewm.png) left no-repeat;margin-bottom: 40px;position: relative;}
.ft-4 img{/* padding-right: 20px; *//* float: left; */}
.ft-4 .ft-img1{}
.ft-4 .ft-img2{}

.foot-2{padding-top: 46px;display: block;overflow: hidden;}
.ft-5{}
.ft-5 p{color: #999;border-bottom: 1px solid #fff;padding-bottom: 10px;}
.ft-5 p a{color: #999;}
.ft-link{ padding-top: 10px;}
.ft-link .link_t{float: left;color: #c6c8cf;}
.ft-link .link_t em{}
.ft-link ul{ float: left;}
.ft-link ul a{color: #c6c8cf;padding: 0px 3px;}

.ft-dibu{ background: #575d6c; }
.ft-dibu p{color: #c6c8cf;line-height: 48px;font-size: 14px;}
.ft-dibu p a{color: #c6c8cf;font-size: 14px;}

@media (max-width: 1659px) {

}
@media (max-width: 1499px) {

}
@media (max-width: 1400px) {
	.ft-4 img{padding-right: 22px;}
}
@media (max-width: 1339px) {

}
@media (max-width: 1179px) {

}
@media (max-width: 1019px) {
	.ft-1,.ft-2{ display:none }
	.ft-3{ padding-bottom:20px; }
}
@media (max-width: 991px) {
	.ft-4{ padding-left:15px; }
	.ft-4 h4{ margin-bottom:20px; }
	.ft-link .link_t{ padding-bottom:10px; }
	.ft-link ul a{line-height: 24px;}
}
@media (max-width: 767px) {
	.foot-2{padding: 0 15px;padding-top:20px;}
	.ft-3 h2{ margin-bottom: 20px;}
	.ft-dibu p{ line-height: 24px;}
	.ft-link .link_t{ padding-bottom:10px; }
	.ft-dibu{padding-bottom: 60px;padding-top: 10px;}
	#footer{ padding-top:32px; }
	.ft-4 h4{ margin-bottom: 24px;}
	.ft-link ul a{line-height: 24px;}
}
@media (max-width: 425px) {
	.ft-1{ display: none; }
	.ft-2{ display: none; }
	#footer{ padding-bottom:20px; }
	.ft-4{padding-top: 0px;padding-left: 15px;}
	.ft-4 img{padding-right: 20px;float: left;padding-left: 0px;}
}
@media (max-width: 375px) {
	
}

/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #275797;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #275797;float: left;position: relative;border-top: 1px solid #fff;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #275797;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;background: #fff;font-size: 0;/* margin-bottom: 30px; */border-bottom: 1px solid #ccc;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;/* line-height: 50px; */;float: right;color:#666;}
.crumbs a{color:#666;font-size: 15px;line-height: 70px;padding-right: 3px;}
.crumbs a:hover{color:#275797}

/* 内页导航 */
#sidebar{float: left;}
#sidebar li{display:inline-block;margin: 0 -1px;position: relative;background: url(../images/erjidd.jpg) right no-repeat;}
#sidebar li a{display:block;height: 70px;line-height: 70px;text-align:center;padding: 0 24px;color:#666;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width: 172px;}
#sidebar li a::after{content: "";/* display: block; *//* width: 0%; *//* height: 2px; *//* background: #138f04; *//* position: absolute; *//* left: 50%; *//* bottom: 0; *//* overflow: hidden; */transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color: #275797;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{background:#fff;border-bottom: 1px solid #ddd;box-shadow:none;height: auto;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
}
.inside{ padding-bottom: 30px;}

@media (max-width:767px) {
	#location{/* margin-bottom: 20px; */background:#f3f3f3;border-bottom: none;box-shadow:none;max-height: 102px;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;display: inline-block;width: 100%;border: none;padding: 0;background: #efeded;}
	#sidebar li{padding:0 5px;margin:0;width: 25%;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
	#sidebar li a{line-height:50px;height: auto;}
	.inside,.location{padding:0px;margin-bottom: 10px;}
	.nyjc-til{ display:none }
	#nyzuoyou{padding: 24px 0;}
}
@media (max-width:500px) {
	#sidebar li a{line-height:40px;padding:0;font-size:14px;height: auto;text-align: center;}
}

/* 内页banner */
.nybanner>div{ background-position: center;background-repeat: no-repeat;background-size: cover; }

@media (max-width: 1740px){
	.nybanner>div{ height: 367px !important; }
}

@media (max-width: 1540px){
	.nybanner>div{ height: 390px !important; }
}

@media (max-width: 1440px){
	.nybanner>div{ height: 367px !important; }
}

@media (max-width: 1366px){
	.nybanner>div{ height: 315px !important; }
	#sidebar li{ margin: 0 28px; }
}

@media (max-width: 1329px){
	.nybanner>div{height: 315px !important;}
}
@media (max-width: 1199px){
	.nybanner>div{height: 266px !important;}
	#sidebar li{ margin: 0 16px;}
}
@media (max-width: 991px){
	.nybanner>div{height: 215px !important;}
}
@media (max-width: 767px){
	.nybanner>div{height: 197px !important;}
	#sidebar li{margin: 0 0px;}
}
@media (max-width: 700px){
	.nybanner>div{height: 162px !important;}
}
@media (max-width: 580px){
	.nybanner>div{height: 116px !important;}
}
@media (max-width: 420px){
	.nybanner>div{height: 106px !important;}
}
@media (max-width: 374px){
	.nybanner>div{height: 95px !important;}
}

/* 内页样式 */
#inside{padding-bottom:30px;padding-left:10px;padding-right:10px;overflow:hidden;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;}
}

/* location */
.location{width: 100%;height: 48px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 48px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.location span a{color: #666;}
.location span a:hover{color: #275797;}

#proxqy{ padding-top:40px; }

.kkk1{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin: 0 10px;margin-top: 0px;}
.kkk1 h3{float: left;width: 300px;text-indent: 30px;height: 40px;line-height: 37px;border-bottom: 2px #275797 solid;color: #275797;font-size: 18px;font-weight: bold;background: url(../images/p14-icon11.png) no-repeat 0 center;}

/* 内页产品导航 */
#nyprozs{padding: 42px 0;padding-bottom: 0;}
.nyprotit{background: #275797;padding: 24px 0;margin-bottom: 1px;}
.nyprotit h2{ color: #fff; margin-bottom: 10px; font-weight: bold; font-size: 32px;}
.nyprotit p{ color: #fff; line-height: 24px; text-transform: uppercase;}

#pronav{text-align: center;margin-bottom: 20px;}
.pronav-a{position: relative;z-index: 999;background: #fff;border-bottom: 4px solid #275797;}
.pronav-a dl ul{width: 100%;z-index: 9999;padding: 10px 0;display: flow-root;}
.pronav-a dl ul li{float: left;width: 100%;line-height: 40px;text-align: left;background: url(../images/page/iyuan.png) no-repeat 10px 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl ul li a{color: #333;text-align: left;font-size: 16px;font-weight: normal;padding-left: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl ul li:hover{background: url(../images/page/iyuan.png) no-repeat 10px 18px #fff;}
.pronav-a dl ul li:hover a{color: #275797;}

.pronav-a dl:hover>a{ background:#275797;}
.pronav-a dl dl:hover>a{ color:#ffffff;  }
.pronav-a dl:hover ul{}
.pronav-a dl{ font-size: 22px;color: #fff;margin-bottom: 6px;font-weight: bold;text-align: left;line-height: 20px;}
.pronav-a dl.cur, .pronav-a dl:hover{ }
.pronav-a dl>a, .pronav-a dl>a{ background: #f5f5f5;width: 100%;display: inline-block;line-height: 54px;padding-left: 24px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl>a.cur,.pronav-a dl:hover>a{ color: #fff;background: #275797; }

.nyhotpro{ width: 100%; overflow: hidden; margin-top: 20px; }
.nyhotpro .nyjc-til{ background: #275797; padding: 24px 0; }
.nyhotpro .nyjc-til h2{ color: #fff;font-weight: bold;font-size: 32px; }
.nyhotpro .nyjc-til p{ color: #fff;font-size: 16px;font-family: Arial;padding-top: 10px; }
.nyhotpro .bd{ border: 1px solid #ccc;}
.nyhotpro .bd ul{}
.nyhotpro .bd ul li{ padding: 16px; }
.nyhotpro .bd ul li a{}
.nyhotpro .bd ul li a img{ width: 100%;border: 1px solid #ccc; }
.nyhotpro .bd ul li a p{ line-height: 42px; font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }

@media (max-width:1509px) {
	.pronav-a{ display:block;}
	.pronav-a dl{ padding: 0;}
}
@media (max-width:1409px) {
	.pronav-a dl{ padding: 0;font-size:15px;}
}
@media (max-width:1309px) {
	.pronav-a{ line-height:60px;}
	.pronav-a dl{ padding: 0;font-size:14px;line-height: 20px;}
	.pronav-a dl>a, .pronav-a dl>a{ font-size: 16px; font-weight: normal; padding-left: 16px; line-height: 42px;}
}

@media (max-width: 991px) {
    #pronav{ display:none }
    #proxqy{ padding-top:24px; }
    #nyprozs{ padding-top:24px; }
}

@media (min-width:768px) and (max-width:1199px) {
	.pronav-a dl{display:block;float:left;width: 100%;line-height: 16px;}
}
@media (max-width:767px) {
	.pronav-a dl{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
}

/**/
#inside .showproductli{margin-top: 20px;padding-bottom: 20px;}
#inside .showproductli .showproductli_l { padding-left: 0px; }
#inside .showproductli .showproductli_r h1{font-weight: bold;line-height: 2;color: #333;font-size: 32px;border-bottom: 3px solid #ddd;position: relative;}
#inside .showproductli .showproductli_r h1::before{ position: absolute; content: ''; background-image: linear-gradient(to right, #275797, #275797); width: 40px; height: 3px; left: 0; bottom: -3px;}
#inside .showproductli .showproductli_r>p{margin:25px 0; font-size: 16px; color: #666; line-height: 2; word-break: break-all; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden;}
#inside .showproductli .showproductli_r .nyproshow-info p{font-size: 18px;color: #333;margin-top: 10px;line-height: 1.8;font-weight: bold;}
#inside .showproductli .showproductli_r .nyproshow-info p span{display: block;color: #666;font-weight: normal;font-size: 16px;line-height: 2;}
#inside .showproductli .showproductli_r .nyproshow-info p:last-of-type em{color: #666; font-weight: normal; font-size: 16px; line-height: 2;}
#inside .showproductli .showproductli_r ul{overflow: hidden; margin-top: 20px;}
#inside .showproductli .showproductli_r ul li { padding-left: 0px; }
#inside .showproductli .showproductli_r ul li a{ background: #333; display: block; border-radius:50px; line-height: 3; color: #fff; text-align: center; font-weight: bold; padding-left: 24px;}
#inside .showproductli .showproductli_r ul li.advisory a{background: url(../images/advisory.png) no-repeat 36px 10px #275797;}
#inside .showproductli .showproductli_r ul li.tel a{background: #333 url(../images/tel.png) no-repeat 36px 10px ; }
#inside .showproductli .showproductli_r ul li.tel:hover a{background: #275797 url(../images/tel.png) no-repeat 36px 10px ; }

.lianxi_m {overflow: hidden;margin-top: 10px;margin-bottom: 24px;background: #f5f5f5;}
.lianxi_m .lianxi_ml {width: 410px;float: left;background: #275797;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 36px;font-weight: bold;line-height: 52px;margin-bottom: 18px; color: #fff; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 310px;border: solid 2px #fff;font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 18px;line-height: 55px; }
.lianxi_m .lianxi_ml .lianxi_ml_s a{ color:#fff; }
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 24px;line-height: 40px; }

.lianxi_mr {float: right;position: relative;width: calc(100% - 470px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 89;margin-left: -28px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 20px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 100px;margin-left: calc(100% - 690px); position: absolute; right:30px;}
.lianxi_mr_m {width: calc(100% - 69px);float: left;overflow: hidden;padding-left: 22px;padding-right: 10px;padding-top: 38px;line-height: 28px;color: #666;font-size: 16px;text-align:left}
.lianxi_mr_m span {font-size: 24px;font-weight: bold;line-height: 32px;color: #275797;}
.contact_ny ul  { background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding:35px;text-align: left;box-sizing: border-box; }
.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny ul li h5 {color: #275797;margin-bottom: 10px;font-size: 18px;font-weight: bold;}

@media(max-width: 1199px) {
	.lianxi_m .lianxi_ml{ width: 400px; }
	.lianxi_mr_i{ display: none; }
	.lianxi_mr{ width: calc(100% - 400px); }
}

@media(max-width: 991px) {
	.contact_ny ul li { width: 50%; }
	.lianxi_mr { width: calc(100% - 360px); }
	.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
	.lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
	.lianxi_mr { width: 100%;float: none; overflow: hidden;}
	.contact_ny ul li { width: 100%;  }
	.lianxi_mr_m { padding-top: 15px; padding-bottom: 20px; }
	.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px; line-height: 48px; font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
	#inside .showproductli .showproductli_r ul li{ margin-bottom:10px; }
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin:30px 0;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{width:100%;padding-top: 20px;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #275797 solid;color: #275797;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#275797;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}

/* 内页项目 */
#nyitem{padding-bottom:30px;border-bottom:4px solid #275797;}
#nyitem ul>li{padding:0 10px;margin-bottom:20px;}
#nyitem ul>li a{display:block;}
.ser-img{position:relative;overflow:hidden;}
.ser-bg{position:absolute;left:0;top:0;width:100%;height:100%;background: transparent repeat-x bottom;}
.ser-img i{position:absolute;left:50%;top:150%;width:60px;height:60px;transform:translate(-50%, -50%);transition: all .3s;}
#nyitem ul>li p{font-size:24px;color:#444;line-height:40px;text-align:center;padding:0 10px;}
#nyitem ul>li a:hover .ser-bg{background:url(../images/ser-bg.png) repeat-x bottom;}
#nyitem ul>li a:hover .ser-img i{top:50%;}
#nyitem ul>li a:hover p{font-weight:bold;color:#275797;}
@media only screen and (max-width:767px){
	#nyitem ul>li p{font-size:16px;line-height:30px;}
}
@media only screen and (max-width:500px){
	#nyitem ul>li{margin-bottom:10px;}
}

/* 内页关于我们 */
.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon h4{color: #275797;font-weight: bold;font-size: 20px;line-height: 1.8;}
.brank_con>.cpcon{padding:50px 0;overflow: hidden;}
.brank_con>.cpcon:last-child{margin-bottom: 0;}
.brank_con>.cpcon:nth-child(odd){background: transparent;}
.brank_con>.cpcon:nth-child(odd) .cpcon_img{float: right;}
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;margin-bottom: 50px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}
@media (max-width: 767px){
	.brank_con{font-size: 14px;line-height: 1.6;}
	.brank_con>.cpcon{padding:20px 0;}
	.brank_con>.cpcon>h3{font-size: 24px;margin-bottom: 20px;}
}

.abox1 {width: 100%;background: url(../images/img31.png) center center no-repeat;background-size: cover;padding: 60px 0;}
.abox1 .box { width: 1600px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
@media (max-width: 1600px) {
  .abox1 .box { width: 84%; }
}
@media (max-width: 1024px) {
  .abox1 .box { width: 90%; }
}
.abox1 .box .tbox {width: 48.125%;}
@media (max-width: 1220px) {
  .abox1 .box .tbox { width: 100%; }
}
.abox1 .box .tbox .t1 {font-size: 32px;line-height: 1;color: #000;font-weight: bold;}
.abox1 .box .tbox .t2 {width: 66px;height: 3px;background: #275797;margin-top: 20px;margin-bottom: 20px;}
.abox1 .box .tbox .t3 {font-size: 16px;line-height: 36px;color: #636363;margin-top: 0.45rem;padding-right: 20px;height: 400px;overflow: hidden;overflow-y: scroll;}
@media (max-width: 1366px) {
  .abox1 .box .tbox .t3 { font-size: 14px; line-height: 24px;}
}
@media (max-width: 1220px) {
  .abox1 .box .tbox .t3 { /* height: auto; overflow-y:auto */ }
}
.abox1 .box .tbox .t3 p { text-indent: 2em; }
.abox1 .box .tbox .more { margin-top: 0.36rem; display: flex; align-items: center; font-size: 16px; color: #083e87;}
.abox1 .box .tbox .more img { width: 0.49rem; margin-left: 0.16rem; }
.abox1 .box .aa-img { width: 43%; margin-right: 0.33rem; }
@media (max-width: 1220px) {
  .abox1 .box .aa-img { width: 100%; }
}
.abox1 .box .aa-img img { width: 100%; }

.abox2{ padding: 66px 0; background: url(../images/img33.png) center no-repeat;}
.abox2 .box { width: 1600px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.abox2 .abox2-img{}
.abox2 .abox2-img img{}
.abox2 .abox2-txt{ padding-left: 32px;}
.abox2 .abox2-txt h4{ font-size: 32px; font-weight: bold; padding-bottom: 32px;}
.abox2 .abox2-txt h2{ font-size: 22px; padding: 10px 0; font-weight: bold;}
.abox2 .abox2-txt p{ font-size: 16px;}

/* 内页服务网点 */
#nypoint{padding-bottom:30px;}
#nypoint ul li{float:left;width:33.33%;padding:15px;}
#nypoint ul li a{display: block;border: 1px solid #fff;background: #e9f1f1;text-align: center;border-radius: 10px;}
#nypoint ul li a span{display: inline-block;line-height: 28px;font-size: 16px;color: #666;padding-left: 35px;background: url(../images/scity-x.png) no-repeat left;margin: 20px 0;}
#nypoint ul li a:hover{border-color:#275797;}
#nypoint ul li a:hover span{color:#275797;background:url(../images/scity-xx.png) no-repeat left;}

.nypo-l{width:50%;height:500px;float:left;overflow-y:scroll;}
.nypo-r{width:50%;height:500px;float:right;overflow:hidden;position:relative;}
.nypo-r img{position:absolute;left:50%;transform:translateX(-50%);}

@media (max-width: 1199px){
	#nypoint ul li{padding:10px;}
	#nypoint ul li a span{margin:16px 0;}
}
@media (max-width: 991px){
	#nypoint ul li{width:50%;}
}
@media (max-width: 767px){
    .abox2 .abox2-img img{ margin-left: 0; width: 100%;}
    .abox2{width:100%;padding: 32px 0;}
    .abox2 .box{ width:100% }
    .abox2 .abox2-txt{padding: 0 15px;}
    .abox2 .abox2-txt h4{ padding:20px 0 }
    .abox1{ padding:32px 0 }
}

@media (max-width: 600px){
	#nypoint ul li{width:33.33%;}
	.nypo-r{width:100%;height:auto;}
	.nypo-r img{position:relative;height:250px;}
	.nypo-l{width:100%;overflow:hidden;height:auto;}
}
@media (max-width: 500px){
	#nypoint ul li{width:50%;}
	.nypo-r img{height:150px;}
}

.nyshowdesc>.nyject{overflow:hidden;background: #f5f5f5;}
.nyshowdesc>.nyject .nyject_img{overflow:hidden;}
.nyshowdesc>.nyject .nyject_img img{transition: 0.5s;}
.nyshowdesc>.nyject .nyject_txt{padding:20px 50px;}
.nyshowdesc>.nyject .nyject_txt h4{color:#333;font-size:24px;margin-bottom:20px;font-weight:bold;}
.nyshowdesc>.nyject .nyject_txt p{font-size:16px;color:#666;}
.nyshowdesc>.nyject:hover .nyject_img img{transform: scale(1.1);}
@media (min-width:768px) {
	.nyshowdesc>.nyject{display:flex;align-items: center;}
	.nyshowdesc>.nyject:nth-child(even){flex-direction: row-reverse;}
	.nyshowdesc>.nyject .nyject_img,  .nyshowdesc>.nyject .nyject_txt{flex:50%;}
}
@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt{padding:20px;}
}
@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt{padding:15px;}
	.nyshowdesc>.nyject .nyject_txt h4{font-size:20px;margin-bottom:10px;}
	.nyshowdesc>.nyject .nyject_txt p{font-size:14px;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#275797;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;padding-top: 0;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}

#nycommon{padding:30px 0;background:#f8f8f8;border-top: 4px solid #275797;}
/* 热门标签 */
.nycomtag{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nycomtag>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #275797 solid;color: #275797;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
.nycomtag>a{float:right;}
.ghtag{padding-left:22px;background:url(../images/page/ghtag.png) no-repeat left;}
#tagac{margin-top:10px;}
#tagac>a{font-size: 14px;color: #797979;line-height: 25px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 14px;margin-top: 14px;box-shadow: 1px 4px 16px 0px rgb(39 87 151 / 20%);margin-right: 10px;transition: all ease 0.3s;}
#tagac>a:hover{background-color: #275797;color: #fff;}

/* 推荐新闻 */
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #275797 solid;color: #275797;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#275797;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#275797;color:#275797;}

/*视频详情*/
.showvideo-top{ padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{ line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{ text-align:center;}
.showvideo-time span{ font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{ margin-right:0;}
.showvideo-mp{ margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{ width:800px;max-width:100%;}
.showvideo-con { font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con img{ max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom: 30px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#275797;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

.nydown-list ul{ margin-bottom: 20px; display: block; overflow: hidden; }
.nydown-list ul li{margin-bottom: 32px;}
.nydown-list ul li>div{padding: 32px;border: 1px solid #eee;display: block;overflow: hidden;}
.nydown-list .xztu{background: #eee;padding: 0;}
.nydown-list .xztu img{ border: 1px solid #eee;}
.nydown-list .xznr{ padding-left: 6%;}
.nydown-list .xznr h2{font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-bottom: 10px;padding-top: 10px;font-weight: bold;}
.nydown-list .xznr p{font-size: 15px;line-height: 32px;}
.nydown-list .xznr a{background: url(../images/icon_download_01.png) #275797 10px no-repeat;color: #fff;padding: 3px 32px;padding-right: 16px;display: inline-block;font-size: 14px;margin-top: 12px;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#275797;color:#fff;}

.nyshow .nytu1 .font { padding: 0 20px;}
.nyshow .nytu1 .font .tit {font-size: 20px;font-weight: bold;padding-bottom: 10px;border-bottom: 2px solid #ddd;color: #454545;margin-bottom: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nyshow .nytu1 .font p {font-size: 14px;color: #666666;line-height: 24px;display: block;margin-bottom: 30px;}
.nyshow .nytu1 .font .but {display: flex;align-items: center;justify-content: center;width: 114px;height: 40px;position: relative;}
.nyshow .nytu1 .font .but strong {font-size: 16px;color: #666;position: relative;z-index: 2; font-weight: normal;}
.nyshow .nytu1 .font .but i {display: block;height: 14px;overflow: hidden;position: relative;margin-left: 14px;z-index: 2;}
.nyshow .nytu1 .font .but i img {float: left;height: 100%;}
.nyshow .nytu1 .font .but i img:nth-child(2n) {display: none;}
.nyshow .nytu1 .font .but::before {content: "";display: block;position: absolute;top: 0;left: 0;width: 30%;height: 100%;z-index: 1;background-color: #eaeff8;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.nyshow .nytu1 li:hover .img img { transform: scale(1.04);}
.nyshow .nytu1 li:hover .font .tit {color: #275797;border-color: #275797;}
.nyshow .nytu1 li:hover .font .but strong {color: #fff;}
.nyshow .nytu1 li:hover .font .but i img:nth-child(1) { display: none;}
.nyshow .nytu1 li:hover .font .but i img:nth-child(2) {display: block;}
.nyshow .nytu1 li:hover .font .but::before {width: 100%; background-color: #275797;}
.nyshow .nytu1 .font .showproductli_info { display: block; overflow: hidden; font-size: 14px; color: #888; line-height: 24px; display: block; margin: 15px 0;}
.nyshow .nytu1 .font .showproductli_info .canshu{}

.nyshow .nytu1 li a{display:block;position:relative;overflow:hidden;background: #fff;  padding-bottom: 30px;}
.nyshow .nytu1 li a .nypro-img { padding:20px; display: block; }
.nyshow .nytu1 li a .nypro-img img {max-width: 100%;display: block;border:1px solid #ddd;width: 100%;}
.nyshow .nytu1 li a p{line-height:40px;color:#333;text-align:center;font-size:16px;padding:0 5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.nyshow .nytu1 li a:hover p{color:#275797;}

@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{ padding-bottom: 10px;border-bottom: 1px solid #f0f2f5; }
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;padding-bottom: 10px;}
.showimg-top span{ margin-right: 10px;font-size: 14px;color: #a3afb7; }
.showimg-img{ margin-top: 25px;margin-bottom: 15px;text-align:center; }
.showimg-img img{ max-width: 100%;height:auto !important; }
.ctitle{ margin-bottom:15px;}
.ctitle h3{ padding-left:20px;background: url(../images/page/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{ line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{ max-width: 100%;height:auto !important; }
.showimg-page{ overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px; }
.showimg-page>div[class^="col-"]{padding: 0 10px; }
.showimg-page a{ white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{ border-color: #e4eaec;background-color: #f3f7f9; }
.showimg-right{ border-left:1px solid #f0f2f5; }
@media (max-width:767px){
	.showimg-left{ padding:0; }
	.showimg-top h1{ font-size: 20px; }
	.showimg-con{ font-size:14px !important; }
	.showimg-page a{ padding:8px; }
}

/* 右侧栏目信息 */
.nybusiness{ margin-bottom: 20px;}
.nybusiness>p{ font-size: 16px;color: #275797;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{ margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{ margin-bottom:0;}
.nybusiness-img{ overflow:hidden;}
.nybusiness a p{ position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{ background: rgb(255 146 0 / 0.5);}

.nybusiness{ line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nybusiness>h3{ float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #275797 solid;color: #275797;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}

#nybusinesslist{ display:block } 
#nybusinesslist{ margin-bottom:20px;display: block;padding: 0;}
#nybusinesslist .owl-nav{ display:none }
#nybusinesslist li a{ display:block;position:relative; }
.nybusiness-img{ overflow:hidden; }
.nybusiness-img img{border: 1px solid #eee;}
#nybusinesslist li a p{ background: rgb(52 51 51 / 80%);width:100%;line-height:36px;padding:0 10px;text-align:center;color: #fff;font-size:15px;}
#nybusinesslist li a:hover p{ background: rgb(255 146 0 / 0.8);color: #fff; }
@media only screen and (max-width:767px) {
	#nybusinesslist li a p{ line-height:30px;font-size:14px; }
}

.hotnews{}
.hotnews p{font-size: 16px;color: #275797;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #275797;}

/*新闻列表*/
.nynews-ul .news_list { overflow: hidden; margin-top: 30px; margin-bottom: 20px;}
.nynews-ul .news_list .news_list_l { padding-left:0px; padding-right: 0px; float: left; width: 37%; }
.nynews-ul .news_list .news_list_l a { display: block; position: relative;}
.nynews-ul .news_list .news_list_l a dt { display: block; }
.nynews-ul .news_list .news_list_l a dt img {max-width: 100%;display: block;border: 1px solid #eee;width: 100%;}
.nynews-ul .news_list .news_list_l a .news_list_l_t {width: 100%;height: 62px;overflow: hidden;background: rgba(0,0,0,0.8) url(../images/news-blue-back.png) no-repeat left center;position: absolute;bottom: 0;left: 0;}
.nynews-ul .news_list .news_list_l a .news_list_l_t::after { position: absolute; content: ''; width: 0%; height: 100%; display: block; background: #275797; transition: all 0.5s; left: 0; top: 0; z-index: 1;}
.nynews-ul .news_list .news_list_l a:hover .news_list_l_t::after { width: 100%;  }
.nynews-ul .news_list .news_list_l a .news_list_l_t .time{height: 62px;font-family: arial;color: #fff;float: left;  position: relative; z-index: 2;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .time .day{font-size: 24px;line-height: 30px;padding-top: 5px;text-indent: 28px;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .time .year{font-size: 15px;text-indent: 16px;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .tit{float: left;margin-left: 8%;line-height: 62px;min-height: 62px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;font-size: 17px;color: #fff;width: 76%; position: relative; z-index: 2;}

.nynews-ul .news_list .news_list_r { padding-right: 0px; padding-left: 20px; float: left; width: 63%;}
.nynews-ul .news_list .news_list_r a { overflow: hidden; display: block;  margin-bottom: 20px;}
.nynews-ul .news_list .news_list_r a .pic {width: 27%;overflow: hidden;float: left;}
.nynews-ul .news_list .news_list_r a .pic img {max-width: 100%;display: block;border: 1px solid #eee;}
.nynews-ul .news_list .news_list_r a .desc{width: 73%;float: right;padding-left: 20px;padding-top: 18px;}
.nynews-ul .news_list .news_list_r a .desc .tit{font-size: 17px;color: #333333;line-height: 24px;min-height: 24px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all .5s ease;}
.nynews-ul .news_list .news_list_r a:hover .desc .tit { color: #275797; }
.news-top .right .item-list:hover .Info .tit{color: #2b72ad;transition: all .5s ease;}
.nynews-ul .news_list .news_list_r a .desc .time{font-family: arial;font-size: 15px;color: #777777;margin: 12px 0;}
.nynews-ul .news_list .news_list_r a .desc .sub{font-size: 15px;color: #666666;line-height: 25px;min-height: 50px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-ul .news_list .news_list_r a .desc .jt{display: block;height: 12px;margin-top: 15px;background: url(../images/news-jt.png) no-repeat left center;}
@media screen and (max-width: 1440px){.nynews-ul .news_list .news_list_r a .desc .time{margin: 6px 0;}.nynews-ul .news_list .news_list_r a .desc .jt{margin-top: 10px;}}
.nynews-ul .news_list .news_list_r a:first-child{margin-bottom: 19px;border-bottom: 1px solid #eeeeee;padding-bottom: 20px; }
.nynews-ul li{width: 100%;overflow: hidden;padding: 36px 49px 0 31px;background: #f4f6f8; margin-bottom: 15px;transition: all .5s ease;}
.nynews-ul li:last-child { margin-bottom: 25px }
.nynews-ul li:hover{background: #f4f6f8;box-shadow: 0px 0px 10px 0 rgb(39 87 151 / 0.4);transition: all .5s ease;}
.nynews-ul li .time-box{width: 90px;float: left;background: #275797;font-family: arial;color: #fff;text-align: center;padding: 7px 0 7px;}
.nynews-ul li .time-box .day{font-size: 48px;line-height: 50px;}
.nynews-ul li .time-box .year{font-size: 15px;line-height: 25px;}
.nynews-ul li .content{width: 92.275862068%;float: right;overflow: hidden;/* border-bottom: 1px solid #d3d5d6; */padding-bottom: 35px;}
.nynews-ul li .content hr{float: left;width: 1px;height: 90px;background: #e5e6e6;padding: 0;margin: 0;}
.nynews-ul li .content .Info{width: 78%;float: left;margin-left: 20px;}
.nynews-ul li .content .Info .tit{font-size: 18px;font-weight: bold;line-height: 25px;color: #333333;min-height: 25px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all .5s ease;}
.nynews-ul li:hover .content .Info .tit{color: #275797;transition: all .5s ease;}
.nynews-ul li .content .Info .key{font-size: 14px;color: #888888;line-height: 25px;margin: 14px 0;}
.nynews-ul li .content .Info .sub{font-size: 15px;color: #555555;line-height: 28px;min-height: 56px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-ul li .content .Pic{width: 16%;float: right;overflow: hidden; }
.nynews-ul li .content .Pic img{display: block;width: 100%;transform: scale(1);transition: all .5s ease;border: 1px solid #ccc;}
.nynews-ul li:hover .content .Pic img{transform: scale(1.12);transition: all .5s ease;}

@media(max-width:1331px) {
    .nynews-ul .news_list .news_list_r a:first-child { margin-bottom: 10px;padding-bottom: 10px;}
    .nynews-ul .news_list .news_list_r a .desc { padding-top:10px;}
    .nynews-ul li .content { width:88%;}
    .nynews-ul .news_list .news_list_l a .news_list_l_t .tit { width:65%;}
    .nynews-ul .news_list { margin-top: 0px; }
}

@media(max-width:1199px) {
    .nynews-ul .news_list .news_list_r a .desc .sub { -webkit-line-clamp: 1; min-height:auto;}
    .nynews-ul .news_list .news_list_l a .news_list_l_t .tit { width:65%;}
}

@media(max-width:991px) {
	.nynews-ul .news_list .news_list_r a .pic { width:35%;}
	.nynews-ul .news_list .news_list_r a .desc {width:64%; }
	.nynews-ul li .content { width:84%;}
	.nynews-ul li .content .Info { width:70%;}
	.nynews-ul li .content .Pic{ width:25%;}
	.nynews-ul .news_list .news_list_l { width: 41%; }
	.nynews-ul .news_list .news_list_r { width: 55%; }
	.nynews-ul .news_list .news_list_r a .desc .time { display: none; }
}

@media(max-width:767px) {
    .nynews-ul .news_list .news_list_l { width:100%;}
    .nynews-ul .news_list .news_list_r { width:100%; padding-left:0; padding-top:15px;}
    .nynews-ul .news_list .news_list_r a .pic { width:40%;}
    .nynews-ul .news_list .news_list_r a .desc {width:60%; }
    .nynews-ul .news_list .news_list_r a .desc .jt { display:none;}
    .nynews-ul .news_list { margin-top: 0px;}
    .nynews-ul li .time-box { display:none;}
    .nynews-ul li { padding:10px 10px;}
    .nynews-ul li .content hr { display:none;}
    .nynews-ul li .content { width:100%; padding-bottom:0;}
    .nynews-ul li .content .Info { width:60%; margin-left:0px; padding-right:10px;}
    .nynews-ul li .content .Pic {width:40%;}
    .nynews-ul li .content .Info .tit { font-size:16px; font-weight:normal;}
    .nynews-ul li .content .Info .key { display:none;}
    .nynews-ul li .content .Info .sub { font-size:14px;}
}

@media(max-width: 500px) {
	.ny_news_list {  padding-left:0px !important; padding-right: 0px !important;}
	.nynewslist .ny_container{  padding-left:10px; padding-right: 10px;}
	.nynews-ul .news_list .news_list_l a .news_list_l_t .tit { font-size: 16px; }
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#275797;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}

.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden; /* padding-top: 20px; */ padding-bottom: 20px;}
.nypro-ul li{ padding: 10px;}
.nypro-ul li>div{margin-bottom:10px;border: 1px solid #ccc;padding: 10px;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;}
.nypro-ul li a .nypro-img{/* border-radius: 15px; *//* border: 1px solid #ccc; */padding-bottom: 10px;}
.nypro-ul li a h2{line-height: 32px;color: #333;text-align:center;font-size: 18px;padding:0 5px;}
.nypro-ul li a p{ padding: 5px; color: #666; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.nypro-ul li:hover>div{ border:1px solid #275797; }
.nypro-ul li a:hover .nypro-img{}
.nypro-ul li a:hover h2{color:#275797;}

.pro_main {position: relative;padding: 0 10px;display: none;}
.p14-product-2-tit {height: 48px;line-height: 48px;font-weight: normal;border-bottom: 2px solid #dfdfdf;margin: 0 0 20px;}
.p14-product-2-tit b {display: inline-block;font-size: 18px;font-weight: bold;line-height: 40px;color: #275797;padding-left: 30px;width: 120px;border-bottom: 2px solid #275797;background: url(../images/p14-icon11.png) no-repeat 0 center;}
.p14-product-2-tit span {margin-left: 10px;font-size: 16px;font-family: Arial;color: #c2c2c1;text-transform: uppercase;}
.pro-list{overflow:hidden;border: 1px solid #ccc;padding: 16px;}
.pro-list .sycp-img{ padding: 20px; border: 1px solid #ccc;}
.pro-list .sycp-img img{}
.pro-list .sycp-nr{padding-top: 32px;padding-left: 50px;}
.pro-list .sycp-nr h4{ background: #275797; display: inline-block; padding: 6px 20px; color: #fff; line-height: 24px; margin-bottom: 16px;}
.pro-list .sycp-nr h2{font-size: 24px;padding-bottom: 10px;overflow: hidden;text-overflow: ellipsis;color: #ee3333;white-space: nowrap;}
.pro-list .sycp-nr p{padding: 6px 0;font-size: 16px;color: #666;}
.pro-list .sycp-nr .cp-p1{ padding-bottom: 20px;}
.pro-list .sycp-nr .cp-p2{ font-weight: bold;}
.pro-list .sycp-nr .cp-p3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-list .sycp-nr a{ border: 2px solid #275797; width: 142px; height: 40px; display: inline-block; text-align: center; line-height: 36px; font-size: 16px; border-radius: 24px; color: #275797; margin-top: 20px;}
.pro-list .sycp-nr a:hover{ background:#275797; color:#fff; }
.pro-list .owl-carousel .owl-nav{ display: block;}
.pro-list .owl-carousel .owl-nav .owl-prev{ top:50% }
.pro-list .owl-carousel .owl-nav .owl-next{ top:50% }

.cplm{ display: flex; flex-wrap: wrap;}
.cplm li{padding: 6px;float: none;}
.cplm li>div{display: block;overflow: hidden;border: 1px solid #eff0f2;background: #fff;border-radius: 10px;padding: 42px 3%;padding-left: 3%;}
.cplm li>div a{color: #333;overflow: hidden;}
.cplm .cp-img{/* padding: 0; */}
.cplm .cp-img img{}
.cplm .cp-tit{padding: 24px 10px;padding-left: 6%;}
.cplm .cp-tit h2{font-weight: bold;font-size: 28px;line-height: 38px;color: #275797;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.cplm ul li:hover .cp-tit h2{ color:#275797 }
.cplm .cp-tit p{font-size: 16px;line-height: 28px;margin: 16px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.cplm .cp-tit i{ background: #ccc; width: 100%; height: 2px; display: block;}
.cplm .cp-tit i:after{content: "";display: block;width: 64px;height: 2px;margin: 10px 0;background: #275797;transition: all 0.3s ease-out;}
.cplm .cp-tit:hover i:after{width:100px;  background:#275797;}
.cplm .cp-tit .tedian{display: block;overflow: hidden;padding-top: 12px;height: 76px;}
.cplm .cp-tit .tedian span{width: 33.3%;float: left;padding: 6px 0;font-size: 16px;padding-left: 18px;background: url(../images/dian.png) left no-repeat;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.cplm .cp-tit em{padding: 10px 46px;display: inline-block;background: #275797;color: #fff;margin-top: 20px;font-size: 16px;padding-left: 32px;position: relative;}
.cplm .cp-tit em::before { content: ''; position: absolute; right: 0%; bottom: 0px; border-top: 30px solid transparent; border-left: 16px solid transparent; border-right: -40px solid transparent; border-bottom: 42px solid #fff;}

@media (max-width:1200px){
    .pro-list .sycp-nr{padding-top: 4px;padding-left: 32px;}
    .pro-list .sycp-nr .cp-p1{padding-bottom: 10px;}
    .cplm li>div{padding: 30px 6%;}
}

@media (max-width:767px){
	.nypro-ul li a p{line-height: 24px;font-size:14px;}
	.pro-list .sycp-nr{padding-left:15px;padding-top: 20px;}
	.cplm li>div{ padding: 30px 12px;}
	.cplm .cp-tit h2{ font-size: 24px;}
	.cplm .cp-tit p{ font-size: 15px; line-height: 24px;}
	.cplm .cp-tit em{}
}

/*产品详情*/
.showpro-top{padding-bottom: 10px;/* border-bottom: 1px solid #f0f2f5; */margin-bottom:20px;margin-top: 16px;}
.showpro-top h1{line-height: 1.5;color: #333;font-size: 30px;font-weight: bold;padding-bottom: 10px;border-bottom: 2px solid #ccc;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.showpro-img .sp-wrap{ display:block; }
.showpro-img .sp-wrap img{ width:100% }
.showpro-imgbox{ padding:0; }
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;padding-bottom: 10px;}
	.showpro-imgbox{padding:0;}
	.showpro-top{margin-top:20px;padding: 0;}
	.nypro-ul li a h2{font-size:16px;line-height: 24px;}
}

/*产品参数*/
.nyproshow-info{line-height:1.8;color:#333;margin-bottom:20px;padding-top: 10px;}
.nyproshow-info p{font-size: 18px;font-weight: bold;}
.nyproshow-info p span{font-size:16px;color:#666;font-weight: normal;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:20px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#275797;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background: #eb7714;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #275797;color: #fff;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #275797;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{/* display:none; */min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}

@media (max-width:1200px){
	.showpro-tel a{ float:left; }
	.showpro-telx{ margin-bottom:10px; }
}

@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
	.showpro-tel a{ float:left; }
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #275797 solid;color: #275797;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#275797;}
#abprolist li a:hover p{background:#275797;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#275797;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #275797;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #275797;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #275797;left:10px;}

.nypro-ul li{}
.nypro-ul li:nth-child(4n){ margin-right:0;}
.nypro-ul li a{display:block;background:#fff;padding: 20px 20px 130px;position:relative;border: 1px solid #eee;}
.nypro-ul li a .pic{ border-bottom:1px solid #ddd; padding-bottom:20px;}
.nypro-ul li a .pic img{ width:100%; height:288px;object-fit: scale-down;}
.nypro-ul li a .con{background: #f5f5f5;position:absolute;bottom:0;left:0;width:100%;padding: 20px 25px 25px;height: 140px;transition:all 0.5s ease;overflow:hidden;}
.nypro-ul li a .con .d1{ line-height:25px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:18px;}
.nypro-ul li a .con .d2{margin-top: 12px;line-height:20px;overflow:hidden;color:#686868;transition:all 0.5s ease;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nypro-ul li a .con .d3{margin-top: 26px;height:6px;background:url(../images/rb.png) no-repeat left center;}
.nypro-ul li a .con .d4{ margin-top:5px; line-height:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nypro-ul li a .con:before{ height:2px; width:0; content:''; position:absolute; left:0; bottom:0; width:0; background:#1f509c; transition:all 0.5s ease;}
.nypro-ul li a:hover .con:before{ width:100%; transition:all 0.5s ease;}

.nypro-ul li a:hover .con{ padding-top:25px; height:178px; background:#f4f6fa; transition:all 0.5s ease; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.nypro-ul li a:hover .con .d2{margin-top: 12px;transition:all 0.5s ease;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:13px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:20px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
	.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
	.meg_con .title2,
	.meg_con .tel{max-width: initial;width: 100%;}
	.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
	.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
	.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
	.meg_con .megs {font-size:14px;line-height:30px;}
	.meg_con .tel {padding:10px 0;font-size:20px;}
	.meg_con .tel img {width:26px;}
	.meg_con .megs {margin-top:10px;}
	.meg_con .tel img {width:20px;margin-bottom:0;}
	.meg_con .title2 {font-size:22px;}
	.product-inlist {margin-top:10px;}
}

/* wap右侧栏目 */
.nymenu{width: 0;height: calc(100% - 50px);position: fixed;z-index: 90;top: 0;/* background: rgba(0,0,0,0.3); */}
.nymenu>a{position: fixed;right: 0;bottom: 100px;width: 30px;text-align: center;padding: 5px;background: #275797;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 81px;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #275797;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100;}
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 17px;line-height: 40px;font-weight: bold;}
.nymenu-con dl dd{  }
.nymenu-con dl dd a{display: block;margin: 6px 10px 6px 0px;padding-left: 16px;background: url(../images/page/iyuan.png) no-repeat left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

@media (max-width:1024px){
	.nymenu { display: block !important;}
}

.yzm{display: inline-block;float: left;top: -28px;position: relative;left: 5%;}
.yzm input{ position: relative; top: 34px; width: 89px; font-size: 0; height: 34px; border: 1px solid #ccc;}
.yzm img{}
.form-group p { padding-left: 48px; float: left; width: 86%;}
.form-group p input{ border: 1px solid #ccc; margin-top: 3px; line-height: 36px; border-radius: 3px; margin-left: 10px; width: 100%;}

@media (max-width:767px){
	.form-group p {padding-left: 30px;float: left;width: 78%;}
}


/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#275797; display: inline-block; }
.metpager_5 a:hover { border:1px solid #275797; color:#fff; background-color:#275797;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#275797; border:1px solid #275797; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current { border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none; }
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc; }

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover{ border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover{ border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}