﻿@charset "utf-8";
/* CSS Document */
* {
padding:0px;
margin:0px;box-sizing:border-box;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
img {
	border: none;
	max-width: 100%;
}
body { font-size: 15px;font-family:"Microsoft YaHei", verdant, tahoma;color: #333; font-weight: normal; padding: 0px; margin: 0px; text-decoration: none; line-height: 25px;
}
.top-pc{padding-top:100px;color:#333;}
a {
	text-decoration: none;
	font-family:"Microsoft YaHei", verdant, tahoma;
	color: #333;
	font-weight: normal;
}
a:hover {
	color: #0387cf;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	line-height: 25px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.hz {
	width:86%;
	margin: 0 auto;
}
.hza {
	width:86%;
	margin:80px auto;
}
.hza:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1723614248863') format('woff2'),
       url('iconfont.woff?t=1723614248863') format('woff'),
       url('iconfont.ttf?t=1723614248863') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;color:#fff;
  font-style: normal;margin-right:5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.so-tb{
  font-family: "iconfont" !important;
  font-size: 20px;color:#fff;font-weight:bold;

}

.menu-tb{
  font-family: "iconfont" !important;
  font-size:12px;margin-left:5px;
float:right;font-weight:normal;
}


.top_bj {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%; 
	transition: all 0.5s;
}
.top_bj.active {
	background: #fff;box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
}
.top_bj.active .mainbav .memu>a{color:#333;}
.top_bj.active .nav1{color:#333;}
.top_bj.active .iconfont ,.top_bj.active .so-tb{color:#333;}

.top-pc.active {background: #fff;box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);}
.top-pc .mainbav .memu>a{color:#333;}
.top-pc .nav1{color:#333;}
.top-pc .iconfont ,.top-pc .so-tb{color:#333;}


.top-hz{width:90%;margin:0 auto;display: flex;
 justify-content: space-between;
}
.mainbav{margin-right:15%;}
.mainbav,.mainbav>ul,.mainbav>ul>li{height: 100%;}
.mainbav ul li{ display: flex; align-items: center;}
.logo{float:left;padding:15px 0;}
.logo img{height:70px;}

.top_bj{width:100%;}

.top-right{ flex: 1 1;
    display: flex;
    justify-content: flex-end;}


.mainbav li {
	margin:0 30px;display:inline-block;}


.mainbav li.memu:hover:after {
	width: 100%;
}
.mainbav li.active:after {
	width:100%;
}
.mainbav li a {color: #fff;font-size: 16px;  font-weight: bold;}
.mainbav .memu {
	float: left;

}

.mainbav .memu:hover a, .mainbav .memu.active a {
	color:#8ed5ff;
}

.mainbav ul li .erji_dh{width:100%;background:rgba(255,255,255,0.9);  position:absolute; top:100%; z-index:999;left:0;padding:18px 0; display: none;}
.mainbav ul li:hover .erji_dh{ }
.mainbav ul li .erji_dh dl{text-align:center;}
.mainbav ul li .erji_dh dl dd{padding:0 3%;display:inline-block; vertical-align: top;}
.mainbav ul li .erji_dh dl dd .erji_dh_wz{ position: relative;text-align:left;}
.mainbav ul li .erji_dh dl dd .erji_dh_wz a{font-size:15px;font-weight:bold;color:#333;}
.mainbav ul li .erji_dh dl dd .erji_dh_wz a:hover{color:#0387cf;}
.mainbav ul li .erji_dh dl dd .sanji_dh{font-size:14px;margin-top:10px;text-align:left;}
.mainbav ul li .erji_dh dl dd .sanji_dh a{color:#333;display:block;padding-top:10px;font-size:14px;font-weight:normal;}
.mainbav ul li .erji_dh dl dd .sanji_dh a:hover{ color:#0387cf; }

.nav1{color:#fff;}



.top-ss-hz{display: flex;align-items: center;white-space:nowrap;}


.sousuo { display: inline-block;
  box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    z-index: 1;  
    transition: all 0.5s;
}

.sousuo .sousuo_an {
cursor: pointer;
}
.sousuo .ssk_bj {
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	top:130px;
	z-index: 10;
}
.sousuo .ssk {
	width:32%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 2px 14px rgba(0,0,0,0.1);

}
.sousuo .ssk .input_txt {
	width:78%;
	height: 55px;
	float: left;background: rgba(255, 255, 255, 0.9);
    border: 2px solid #0080cc;
    padding: 0 3%;font-size:15px;
    color: #333;
	

}
.sousuo .ssk .input_btn {
	width: 22%;
	float: right;
font-family: "Poppins-Medium",sans-serif;
	color: #fff;
	line-height:55px;font-size:15px;
	border: 0 none;
	background:#0387cf;
	cursor: pointer;
}
 input,textarea {
	outline:none;
 }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #333; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #333;
}
.p-show {
	display: block !important;
}

.new {
	width: 140px;
	position: absolute;
	z-index: 999;
	display: none;
	text-align: center;
	top:90px;background:#0080cc;
	margin-left:-25px;
}
.new li{border-bottom:1px solid #4b9ac9;}
.new li a{color:#fff;display:block;padding:8px 0;font-size:14px;}
.new li a:hover{background:#0080cc; text-decoration:underline;}
.new li:last-of-type { border-bottom:none;}   

.nav1{margin-left:25px;}
.set img{float:left;margin-right:5px;opacity:0.8;margin-top:2px;}
.top-fw{margin-left:25px;}
.top-fw span{float:left;margin-right:8px;margin-top:2px;}
.top_sj {
	display: none;
}
/*banner*/
.block_home_slider{height:auto; position:relative; line-height:0px; text-align:center;}/*底部小图标*/
.block_home_slider .slide {position:relative; overflow:hidden;}
.block_home_slider .flex-direction-nav a {width:45px; height:50px; display:block; margin-top:-20px; position:absolute; top:50%; text-indent:-9000px; }
.block_home_slider .flex-direction-nav a.flex-prev {left:0; background:url(../images/jt1.png) no-repeat;}
.block_home_slider .flex-direction-nav a.flex-next {right:0; background:url(../images/jt2.png) no-repeat;}
.block_home_slider .flex-control-paging{ position:absolute; bottom:20px; width:100%;text-align: center;}
.block_home_slider .flex-control-paging li {margin: 0px;padding:0 5px; display:inline-block; *display:inline; *zoom:1; overflow: hidden;list-style-type: none;}
.block_home_slider .flex-control-paging li a{width:9px; height:9px; display:block; background:#f2f2f2; text-indent:-9000px; cursor:pointer; border-radius:6px; transition:all 0.5s;}
.block_home_slider .flex-control-paging li a.flex-active {width:26px; background:#0387cf;}
.flexslider {margin:0; padding:0; height:100%;}
.flex-viewport{height:100%;}
.flexslider .slides{height:100%;}
.flexslider .slides li{line-height:0px;height:100%;display: none;-webkit-backface-visibility: hidden;list-style-type:none; position:relative;}
.flexslider .slides li img{ max-width:auto !important;}
#home_slider2{display:none;}

.top_sj { display:none; }

.index-title{text-align:center;font-size: 45px;
    line-height: 45px;
    font-weight: bold;padding-bottom:25px; position: relative;}
.index-title:after {
    content: "";
    position: absolute;
    background: #0387cf;
    width:50px; left:50%;transform:translate(-50%,0%);
    height:5px;bottom:0;
   }

.index-about-bj{float:left;background:url(../images/index-about-bj.jpg)no-repeat left bottom;}
.about-box{ display:flex; flex-wrap:wrap;}
.about-left{width:50%;padding-right:5%;}
.about-right{display:flex; align-items:center;width:50%; }
.about-title{font-size:26px;color:#666;}

.about-title2{font-size: 45px;
    line-height: 45px;
    font-weight: bold;margin-top:30px;}
.about-nr{margin:40px 0; line-height:30px;font-size:16px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; }

.infou-ul {margin-top:50px;}
.infou-ul ul {
	display: flex;
	flex-wrap: wrap;
}
.infou-ul li {
	float: left;width:33.3%;}

.infou-ul li h3 {
 font-weight:normal;
	font-size: 0;
}
.infou-ul li h3 span:nth-child(1){font-size:55px;font-weight:bold;line-height:55px;font-family:Arial, Helvetica, sans-serif;}
.infou-ul li h3 d {
	display: inline;
    font-size:16px;line-height:30px;margin-left:5px;
   font-weight:normal;}
.infou-ul li p {font-size:18px;margin-top:5px; }


.index-about-more{display:inline-block;overflow:hidden;padding-bottom:10px;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.index-about-more:hover{transform:translateY(-6px); -webkit-transform:translateY(-6px);}
.index-about-more a{color:#333;font-size:16px;}
.index-about-more img{float:right;margin-top:3px;margin-left:18px;}

.hover-k{ position:relative}
.hover-k:after{ position: absolute; content: ""; width: 100%;height:3px; background:#0387cf; left: 0; bottom: 0px; transition: transform 0.5s;
	right: 0; transition: transform 0.5s; margin: auto; transform-origin: right center; transform: scaleX(0)}
.hover-k:hover:after{  transform-origin: left center; transform: scaleX(1);}
.hover-k img{ transition: all 0.5s}
.hover-k:hover img{ transform:scale(1.02)}

.index-case-bj{background:url(../images/cpbj.jpg) center;background-size: cover;
    background-attachment: fixed;
    padding: 80px  0 ;
    overflow: hidden;}


.index-yyly-bj { background:url(../images/bg3.jpg);
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.khjz_dkj{position:relative;margin-top:60px;}
.khjz .item{margin:0 15px;height:100%; position:relative;display:block;background:#efefef;}

.owl-carousel .owl-wrapper{display: flex !important; flex-wrap: wrap;}

.cpzs_img{overflow:hidden;display:block;position: relative;width:50%;float:left;}
.cpzs_img img{ width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}
.cpzs_img:hover img{transform: scale(1.06);}

.cpzs_img:after,.cpzs_img:after{content: ''; cursor: pointer; position: absolute; left: -100%; 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);}
.cpzs_img:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.cpzs_img:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
 .white a{display: flex !important; flex-wrap: wrap !important;}

.khjz .item .cpzs_wb{  
    padding: 4%;
    width: 50%;
    float: left;
 }
.khjz .item .cpzs_wb .cpzs_wb_t{font-size: 36px; line-height: 36px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-weight:bold;}
.cpzs_wb_t2{margin-top:50px; line-height:32px;font-size:16px;color:#666;height:325px;overflow:auto;padding-right:20px;}

.cpzs_wb_t2::-webkit-scrollbar{
  width:8px;
  height:8px;
  /**/
}
.cpzs_wb_t2::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
.cpzs_wb_t2::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
.cpzs_wb_t2::-webkit-scrollbar-thumb:hover{
  background: #333;
}
.cpzs_wb_t2::-webkit-scrollbar-corner{
  background: #179a16;}




.owl-controls { text-align: center;}
/* display none until init*/
.owl-carousel{display:none; width: 100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* fix*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls {
	width: 100%;
	z-index: 11;margin-top:30px;
}
.owl-carousel .owl-controls .owl-buttons div {
display: inline-block;
	zoom: 1;
*display:inline;
	width:53px;
	height:53px;
	text-indent: -9999px;
	transition: .35s;
	bottom: -50px;
    font-size: 0;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
	background: url(../images/jtl02.png) center no-repeat;
	overflow: hidden;margin:0 25px;

}
.owl-carousel .owl-controls .owl-buttons .owl-next {
	background: url(../images/jtr02.png) center no-repeat;
	overflow: hidden;

}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../images/jtl03.png) center no-repeat;
	overflow: hidden;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
	background: url(../images/jtr03.png) center no-repeat;
	overflow: hidden;
}
.owl-carousel .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-carousel .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver*/
}

.owl-carousel .owl-controls .owl-page.active span, .owl-carouselpzs .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/

}
.owl-carousel .owl-controls .owl-page span.owl-numbers {
	height: auto;

	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.swiper-container {
	width: 100%;
	height: 100%;margin-top:50px;
}
.swiper-slide {

-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;
	transition: 300ms;
	transform: scale(0.8);
}
.swiper-slide-active, .swiper-slide-duplicate-active {
	transform: scale(1);
}
.swiper-slide p{font-size:18px;text-align: center;margin-top:20px;}


.partner{padding:50px 0;margin-top:80px;}
.partner ul{padding-top:1px;padding-left:1px; text-align:center;}
.partner li{ position:relative; display:inline-block; overflow:hidden;border:1px solid #eee;box-shadow: 0px 0px 10px 0px rgba(2, 0, 0, 0.1);margin:-2.5% 2.5% 0;  width:11%; height:0; padding-bottom:11%;  text-align:center;transform:rotate(45deg);filter: grayscale(100%); filter: gray;-webkit-filter: grayscale(0%);-ms-filter: grayscale(0%); -o-filter: grayscale(0%);}
.partner li div{ position:absolute; z-index:1; display:flex;justify-content:center;align-items:center; width:100%; height:100%; transform:rotate(-45deg); }
.partner li:hover{border:1px solid #0089e1;filter: grayscale(0%); filter: gray;-webkit-filter: grayscale(0%);-ms-filter: grayscale(0%); -o-filter: grayscale(0%);box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.2);}

.partner li img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}


.partner li img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }


/*----底部----*/
.foot{  background: #f3f3f3;overflow:hidden;padding-top:35px;}
.foot-logo-hz{width:100%;margin-bottom:20px;float:left;}
.foot-logo{float:left;}
.foot-logo img{height:90px;}
.foot-fwrx{float:right;font-size:24px;margin-top:40px;color:#0387cf; font-family:Arial, Helvetica, sans-serif;}
.foot-fwrx-fw{font-size:15px;color:#333;}
.foot-fwrx img{float:left;margin-top:3px;margin-right:10px;}

.foot-hz{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;display: flex;
 justify-content: space-between;padding:50px 0;}
.foot-box{width:45%;float:left;}
.foot-right{flex: 1 1;
    display: flex;
    justify-content: flex-end;}
.foot-contact{margin-right:8%;}
.foot-contact-title{ font-size: 18px; margin-bottom:20px;    font-weight: bold;}
.foot-contact-nr{line-height:33px;}
.foot-contact-nr li{line-height:33px;}
.foot-contact-nr a{color:#666;}
.foot-contact-nr a:hover{color:#0387cf;}

.foot-menu{float:left;padding-right:12%;}
.foot-ewm{float:right;text-align:center;}
.foot-ewm p{margin-top:10px;}

.bot3{ padding:20px 0;overflow:hidden;}
.bot3 a:hover{color:#b5c0d2;}


.ny-banner-sj{display:none;}
.ny-banner img{width:100%;}


.ny-menu{background:#eceff6;overflow:hidden;line-height:80px;text-align:center;}
.ny-menu li{color:#b3b3b3;display:inline-block; margin: 0 20px;line-height:80px;}
.ny-menu li a{font-size:18px;display:block;}
.ny-menu li a:hover, .ny-menu li a.on{color:#0287cb;border-bottom:3px solid #0287cb;}


.ny-about-nr{margin:50px auto; width:70%;text-align:center;line-height:32px;font-size:16px; overflow:hidden;}
.ny-about-nr p{margin-bottom:15px;}

.ny-gsls-bj{background:url(../images/ls-bj.jpg) center;background-size: cover;
    background-attachment: fixed;border-top:1px solid #eee;
    padding: 80px  0 ;
    overflow: hidden;}
.ny-ls{font-size:16px;line-height:30px;}
.ny-ls p{margin-bottom:20px; text-indent:2em;}
.ny-ls-left{float:left;width:50%;margin-top:120px;}
.ny-ls-pic{float:right;width:45%;margin-top:50px;}



/*发展历程*/
.fzlc-bj{background:url(../images/fz.jpg) center;background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    overflow: hidden;}

   .fzlc.owl-item {
	float: left;
}

.AbHisList{ position: relative; margin-top:100px;  }
.AbHisList .bd{ width: 100%; overflow: hidden;}
	 
	    /*横线*/
	.AbHisList .bd .ul{
		position:relative;padding:0 40px;
			width:100% !important;}
			.AbHisList .bd  .ul .owl-wrapper{
			display:flex !important;}
          .AbHisList .bd .ul .item{  position: relative;}
          .AbHisList .bd .ul .item .box{ width:100%;padding:0 50px;}
   .AbHisList .bd  .ul .item:before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 70px;
            left: 0%;
            display: block;
            width: 100%;
            height: 1px;
          border-top: 1px solid #ccc; 
        }
        
     .AbHisList .bd .ul .item:after {
            content: "";
            position: absolute;
            z-index: 1;
            top: 64px;
            left:50px;
            display: block;
               width:12px; height:12px;
        border-radius: 50%;
  background:#999; 
      
        }
        /*元素内容和横线的距离*/

.AbHisList .bd .item h4{font-size:48px;line-height:48px;}
  .n{font-size:22px;color:#333;}
.AbHisList .bd .item p{padding-top:50px; background: url(../images/AbHisP.jpg) no-repeat left; font-size: 16px;}

.owl-carousel.ul .owl-controls .owl-buttons .owl-next,.owl-carousel.ul .owl-controls .owl-buttons .owl-next:hover{ position: absolute; right:25px; top:50px;  width: 40px; height: 40px; z-index: 666;background: url(../images/AbHisR.png) center no-repeat;}
.owl-carousel.ul .owl-controls .owl-buttons .owl-prev,.owl-carousel.ul .owl-controls .owl-buttons .owl-prev:hover{ position: absolute; left: 0;  top:50px;  width: 40px; height: 40px; z-index: 666;background: url(../images/AbHisL.png) center no-repeat;}

.index-ys-hz{margin-top:70px; margin-left:-1%;margin-right:-1%;display: flex; flex-wrap: wrap;}
.index-ys-box{text-align:center;float:left;width:23%;margin-left:1%;margin-right:1%;border: 2px solid #0188cb;border-radius:10px;}
.index-ys-box a{color:#333;display:block;}
.index-ys-box-title{font-weight:bold;color:#fff;font-size:22px;width:100%;padding:25px 0;background: #0188cb;border-top-left-radius:5px;border-top-right-radius:5px;}

.index-ys-box-wb{color:#666;padding:0 30px 50px 30px;}
.index-ys-box-tb{margin-top:40px;}
.index-ys-box-tb img{width:70px;}
.about-jyln-wb{padding:30px;}
.about-jyln-wb ul{margin-left:10px;}
.about-jyln-wb li{list-style-position: outside;list-style-type: disc;text-align:left;font-size:16px;padding-bottom:10px;color:#666;}


.nylist{margin-top:50px; }
.nylist ul{display: flex; flex-wrap: wrap;margin-left:-1%;margin-right:-1%;  }
.nylist li{ float:left; width:23%; margin-right:1%;margin-left:1%; margin-bottom:2%; position:relative; text-align:center; overflow:hidden;border: 1px solid #eee;}
.nylist li:hover{border: 1px solid #0584cf;}
.nylist_pic{ overflow:hidden;}
.nylist_pic img{ width:100%; transition:ease-in-out 0.25s all;}
.nylist li:hover .nylist_pic img{ transform:scale(1.1);}
.nylist_tit:after{ content:''; transition:ease-in-out 0.15s all; position:absolute; left:0; bottom:0; width:100%; height:100%; z-index:-1;}
.nylist li .nylist_tit:before{content:''; transition: ease-in-out 0.15s all;background:#0584cf; position:absolute; left:-100%; bottom:0; width:100%; height:100%;  z-index:-2;}
.nylist li:hover .nylist_tit:after{ left:100%;}
.nylist li:hover .nylist_tit:before{ left:0;}
.nylist_tit{ width:100%;  padding:20px; font-size:16px;}
.nylist li:hover .nylist_tit{ color:#fff;}


/*分页*/
.yema{ width:100%; text-align:center; overflow:hidden; padding-top:2%;  }
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:38px; line-height:38px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:40px;margin-left:3px;  text-align:center; color:#333333; font-size:16px; border:1px solid #ececee; background:#ececee;}
.yema a:hover{ text-decoration:none; color:#fff; background:#0387cf;border:1px solid #0387cf;}
.yema a.on{color:#fff;  background:#0387cf;border:1px solid #0387cf;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#0387cf;}
.yema a span{ font-family: "宋体";font-size:16px;}


.news-wb{margin:50px 0; line-height:32px;font-size:16px;color:#666;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.cpzs-rq{color:#666;}
.cpzs-rq img{float:left;margin-right:10px;margin-top:4px;}

.ny-news-hz{float:left;width:100%;}

.news-centent { width: 100%; float: left; color: #666;  border-bottom: 1px dashed #dbdbdb;margin-bottom:35px;padding-bottom:15px;}
.news-centent-title {width:80%;float:left;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news-centent-title a { font-size:20px;  }
.news-rq{color:#999;float:right;}

.ny-newshow-hz{}
.ny-newshow-rq{color:#999;float:left;margin-top:30px;}
.news-nr { margin:25px 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;color:#666; }
.news-ti {font-size: 30px;margin-bottom:25px;text-align:center; font-weight: bold;}


.news-content{ line-height: 30px; margin:30px 0;color:#666;border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;padding:40px 0;font-size:16px;}


.np{width:70%;float:left;}
.np li{margin-bottom:10px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.np li a{color:#666;}
.np li a:hover{color:#0387cf;}
.news-fhlb{float:right;transition:transform 0.5s; -webkit-transition:transform 0.5s;margin-top:5px;}
.news-fhlb a{ color:#fff;border-radius:25px;overflow:hidden;display:inline-block;background:#0387cf;padding:10px 40px;}
.news-fhlb:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}


.ny-news-nr-hz{margin-bottom:50px;border-bottom:1px solid #e0e0e0;padding-bottom:40px;float:left;width:100%;}

.ny-news-nr-left{width:63%;float:left;}
.ny-news-nr-pic{float:right;width:28%;}

.ny-news-nr-left-title{font-size:26px;font-weight:bold; margin-top:50px; }
.news-nr-left-content{margin:40px 0;color:#666;line-height:34px;font-size:18px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.news-more{color:#0387cf;}

.ny-news-right{width:24%;float:right;padding:3% 2%;background:#f2f3f6;}
.ny-news-right-title{position: relative;font-size:28px;font-weight: bold;border-bottom:1px solid #e0e0e0;padding-bottom:20px;}
.ny-news-right-title:after {
    content: "";
    position: absolute;
    background: #034099;
    width:50px; 
    height:4px;bottom:0; 
	 left: 0;
   }
   
.ny-news-right-nr{margin-top:30px;overflow:hidden; }

.ny-news-right-nr li{border-bottom:1px solid #e0e0e0;padding:15px 0;}
.ny-news-right-nr li p{color:#999;margin-top:10px;}
.ny-news-right-nr li a{font-size:17px;}




.product-hz{margin-top:50px;}
.product-hz ul{display: flex; flex-wrap: wrap;}
.product-hz li{width:23%;margin:1%;float:left;margin-bottom:10px;display:inline-block;text-align:center;border-radius:8px;}
.product-hz li a{display:block;padding:10px;border-radius:8px;border:1px solid #c6c6c6;font-size:16px;}
.product-hz li:hover a{background:#0287cb;color:#fff;border:1px solid #0287cb;}


.product-xq{padding:40px;margin-bottom:40px;background:#fff;overflow:hidden;}
.product-xq-sj {display:none; }	

.product-top .l { width:46%;float:left;}


.p-hotline{float:left;padding:10px 30px;background:#0387cf;border-radius:25px;margin-right:15px;margin-bottom:10px;}
.p-hotline span{float:left;padding-right:10px;}
.p-hotline a{font-size:18px;color:#fff;}

/* 产品详情 */
.prc1{margin:80px 0;overflow:hidden;}
.prc1  .prt {width:52%;float: right;}

.ptt-title {font-size:30px;line-height:35px;font-weight:bold;}

.ptc-jc{font-size:18px;font-weight:bold;margin-bottom:5px !important;color:#333;}
.ptc p{margin-bottom:8px;}
.prc1  .prt .ptc {
	color: #666;
	margin:40px 0;}
	
.ptc p{ font-size: 18px;
    font-weight: bold;
    color: #0387cf;
}
.productshow-xq-bj{background:#0387cf;overflow:hidden;padding:40px 0;}
.productshow-xq{color:#fff;font-size:28px;font-weight:bold;}

.prc2-nr{margin:60px 0;}	
.prc2-nr table{border-collapse:collapse;width:100%;}
.prc2-nr table td{padding:15px;border:1px solid #e6e7e7; width:auto;}
.prc2-nr table tr:nth-child(Odd){background:#f9f9f9;}
.ptc ul{margin-left:20px;}
.ptc li{list-style-position: outside;list-style-type: disc;line-height:30px;}
.ptc-a{margin-bottom:20px;}
.ptc-a p{font-size:18px;font-weight:bold;color:#0387cf;}
.firstRow{background:#666 !important;font-weight:bold;font-size:16px;color:#fff;}

.contact-box{margin-top:80px;}
.relbar-map {float:right;width:55%; }
#map_container { height:500px;border: 1px solid #e6e6e6;}

.ny-feedback-ly{margin-top:50px;}

.soka {
    width: 48.8%;
    margin-right: 1%;
    background: #fff;
    border: none;
padding:18px;
    margin-bottom:20px;
    font-size: 15px;
}
.sokb{background:#fff; font-family:"Microsoft YaHei", verdant, tahoma; border:none;line-height: 32px; padding:20px;margin-bottom:30px;font-size: 15px;  width:99%;}

.tj{ width: 180px;
    border: 1px solid #0387cf;
    line-height:45px;
    text-align: center;
    color: #fff;
    background: #0387cf;
    cursor: pointer;
    font-size: 18px;
border-radius:50px;}

.contact-left{float:left;width:42%;color:#666;line-height:30px;font-size: 16px;}
.contact-left a{color:#666;}
.contact-left a:hover{color:#0387cf;}
.contact-left h3{font-size:22px;margin-bottom:20px;color:#333;}