/* CSS Document */


.wm{margin:0 10%;}
.wm2{margin:0 14%;}

.mbdh{ display:none;}
.zd01 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 100px;
    box-shadow: 0px 0px 10px 0px #aaa;
}


#top{width:100%;background:#ffffff;height:100px;}
#top .logo{padding-top:25px;float:left;width:20%;}

/*menu*/
.menu{height:100px;line-height:100px;text-align:center;float:right;}

.menu ul li{ display:inline-block;border-right:1px solid rgba(255,255,255,.2) ;}
.menu ul li:last-child{ background:none;}
.menu ul li a{padding:0 22px;font-size:16px;display:block;color:#333;font-weight:bold;}
.menu ul li a:hover{text-decoration:none;color:#fff;font-weight:bold;background-color:#0d65bf;}

#top .sos{float:right;height:100px;line-height:100px;width:3%;text-align:center;margin-left:1%;}
#top .sos img{ vertical-align:middle;}
.search{margin-top:10px;}
.searchsrk{width:393px;height:40px;line-height:40px;background:#fff;border:0;padding-left:10px;color:#898989;float:left;}
.searchsrk2{border:0;background:url(../images/index_06.jpg) no-repeat;width:47px;height:41px;float:left;}
#top .lang{width:74px;background:#0d65bf;float:right;height:100px;line-height:100px;text-align:center;color:#fff;margin-left:10px;}
#top .lang img{ vertical-align:middle;padding-right:3px;}

/*语言下拉*/
#nav {float:right;margin-left:10px;}
#nav dl {
	list-style: none;
}
#nav dl dt {
	width: 110px;
	line-height: 100px;
	position: relative;
	background:#0d65bf;
	text-align:center;
}
#nav dl dt a{color:#fff;}
#nav dl dt img{ vertical-align:middle;padding-right:3px;}
#nav p {
	width: 110px;
	position: absolute;
	left: 0px;
	padding-bottom: 0px;
	float: left;
	height: 0;
	overflow: hidden;
	background-color: #f1f1f1;
	 z-index:999;
}

#nav p a {
	text-decoration: none;
	color:#333 !important;
	line-height:38px;
	display: block;
}
#nav p a:hover {
	background-color: #0d65bf;color: #FFFFFF !important;
}

/*语言下拉*/


/*banner*/
/* Slider */
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
.m_banner{ display:none;}


.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url(../images/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }


.bproInfo-demo{ width:100%; float: left; display: block;}
.bproInfo-demo .item{ overflow: hidden;}
.bproInfo-demo .item img{ width: 100%; display: block;}
.bproInfo-demo .slick-arrow{ width:50px; height: 50px; display: block; position: absolute; top: 50%; margin-top: -30px; z-index: 100; background-position: center center; background-repeat: no-repeat;}
.bproInfo-demo .slick-prev{ background-image: url(l.png); background-position:center center; left:10%; transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px); opacity: 0;}
.bproInfo-demo .slick-next{ background-image: url(r.png); background-position:center center; right:10%; transform:translateX(-30px);-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px); opacity: 0;}
.bproInfo-demo:hover .slick-arrow{ transform:translateX(0px);-webkit-transform:translateX(0px);-ms-transform:translateX(0px); opacity: 1; }
.bproInfo-demo .slick-prev:hover{ background-image: url(l.png); background-position:center center;}
.bproInfo-demo .slick-next:hover{ background-image: url(r.png); background-position:center center;}

.bproInfo-demo .slick-dots { position: absolute; bottom:10px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.bproInfo-demo .slick-dots li { position: relative; display: inline-block; height:4px; width:50px; background:#fff; margin: 0px 5px; padding: 0px; cursor: pointer; text-indent:-9999px; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;}
.bproInfo-demo .slick-dots li button { border: 0; background: transparent; display: block;  height:12px; width:12px; background:#fff; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-indent:-9999px;}
.bproInfo-demo .slick-dots li button:focus { outline: none; background:#067cd5;}
.bproInfo-demo .slick-dots li.slick-active{ background:#067cd5;}
.bproInfo-demo .slick-dots li.slick-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/*banner*/


.con_01{width:100%;overflow:hidden;padding-top:75px;padding-bottom:60px;background:url(../images/index_01.jpg) repeat-y top center;}
.con_01 .about_l{float:left;width:48%;padding-right:3%}
.con_01 .about_l h1{font-size:34px;font-weight:bold;color:#212121;margin-top:-30px;}
.con_01 .about_l h2{font-size:60px;padding-top:10px;color:#eceff2;font-weight:bold;}
.con_01 .about_l i{background:#0d65bf;display:block;width:40px;height:3px;margin:20px 0;}
.con_01 .about_l .txt{font-size:16px;line-height:30px;margin-top:20px;}
.con_01 .about_l .more{width:180px;height:44px;text-align:center;line-height:44px;margin-top:50px;border:1px solid #ddd;}
.con_01 .about_l .more:hover{background:#0d65bf;border:1px solid #0d65bf;}
.con_01 .about_l .more a{font-size:16px;}
.con_01 .about_l .more:hover a{font-weight:bold;color:#fff;}
.con_01 .about_r{float:right;width:50%;overflow:hidden;}
.con_01 .about_r:hover{--webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);}
.con_01 .about_r img{width:100%;height:auto; transition:all 1s;}
.con_01 .about_r img:hover{ transform-origin:center center; transform:scale(1.05,1.05);}


.con_02{width:100%;padding-top:80px;overflow:hidden;background:url(../images/ipart02_bg.jpg) no-repeat top center;padding-bottom:100px;}
.con_02 .title{text-align:center;}
.con_02 .title h1{font-size:40px;font-weight:bold;color:#000;}
.con_02 .title h2{font-size:56px;padding-top:10px;color:#fff;font-weight:bold;}
.con_02 .title i{background:#0d65bf;display:block;width:40px;height:3px;margin:20px auto;}
.con_02 .box{margin-top:47px;}
.con_02 .sy_pro{width:48%;height:338px;background:#fff;--webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);}
.con_02 .pro_l{float:left;}
.con_02 .pro_r{float:right;}
.con_02 .sy_pro .pic{float:left;width:52%;height:338px;overflow:hidden;}
.con_02 .sy_pro .pic img{width:100%;height:338px; transition:all 1s;}
.con_02 .sy_pro .pic img:hover{ transform:scale(1.15,1.15); transform-origin:center center;}
.con_02 .sy_pro .txt{float:left;width:48%;padding:4%;}
.con_02 .sy_pro .txt h1{font-size:26px;color:#000;font-weight:bold;}
.con_02 .sy_pro .txt ul{margin-top:20px;height:200px;}
.con_02 .sy_pro .txt ul li{line-height:28px;}
.con_02 .sy_pro .txt ul li a{color:#444;font-size:15px;}
.con_02 .sy_pro .txt ul li a:hover{color:#0d65bf;}
.con_02 .sy_pro .txt .more{background:#0d65bf;height:40px;line-height:40px;text-align:center;color:#fff;width:100%;}

.con_04{width:100%;overflow:hidden;border-top:1px solid #e7e7e7;padding-top:70px;}
.con_04 .title{text-align:center;}
.con_04 .title h1{font-size:34px;font-weight:bold;color:#212121;}
.con_04 .title i{background:#0d65bf;display:block;width:40px;height:3px;margin:20px auto;}
.con_04 ul{margin-top:60px;}
.con_04 ul li{width:30%;margin:0 1.5%;float:left;overflow:hidden;border:1px solid #f3f3f3;}
.con_04 ul li dl dt{height:252px;overflow:hidden;}
.con_04 ul li dl dt img{min-height:252px;width:100%; transition:all 1s;}
.con_04 ul li:hover dl dt img{ transform-origin:center center; transform:scale(1.1,1.1);}
.con_04 ul li dl dd{padding:20px 12px;}
.con_04 ul li dl dd .bt{padding-top:10px;font-size:18px;color:#202020;overflow: hidden;text-overflow: ellipsis;height:40px;line-height:40px;}
.con_04 ul li dl dd .time{color:#9d9d9d;font-size:14px;padding:10px 0;}
.con_04 ul li dl dd .txt{min-height:75px;color:#a0a0a0;}
.con_04 ul li dl dd .more{background:#0d65bf;line-height:40px;height:40px;text-align:center;}
.con_04 ul li dl dd .more a{color:#fff;font-size:14px;}
.con_04 ul li dl dd .more a:hover{ text-decoration:underline;}


#bottom{background:#0561af;width:100%;overflow:hidden;margin-top:70px;padding-top:50px;padding-bottom:40px;}
#bottom .lm_t{color:#fff;margin-bottom:15px;font-size: 24px;}
#bottom .box{line-height:28px;color: #b2b2b2;font-size: 15px;}

#bottom a{color: #b2b2b2;}
#bottom a:hover{color:#fff;}

.bot_01{width:34%;float:left;}
.bot_01 .lm_t h1 span{font-size:30px;}
.bot_01 .lm_t img{ vertical-align:middle;padding-right:5px;}
.bot_02{width:22%;float:left;margin-left:2%;}
.bot_02 .box{line-height:32px;font-size:14px;margin-top:20px;}
.bot_02 ul{margin-top:20px;}
.bot_02 ul li{line-height: 26px;color: #b2b2b2;font-size: 15px;margin:10px 30px 0 0;}

.bot_03{float:right;width:152px;padding-top:30px;}
.bot_03 p{padding:12px 0 0 0;text-align:center;color:#fff;}


.bot{line-height:30px;width:100%;overflow:hidden;color:#9b9b9b;padding:20px 0;text-align:center;background:#fff;}
.bot a{color:#9b9b9b;}
.bot a:hover{color:#fff;}

.mbfor {display: none;}

/*ny*/
.ny_ban01{background:url(../images/ny_ban01.jpg) top center no-repeat;width:100%;height:420px;overflow:hidden;}
.ny_ban02{background:url(../images/ny_ban02.jpg) top center no-repeat;width:100%;height:420px;overflow:hidden;}
.ny_ban03{background:url(../images/ny_ban03.jpg) top center no-repeat;width:100%;height:420px;overflow:hidden;}
.ny_ban04{background:url(../images/ny_ban04.jpg) top center no-repeat;width:100%;height:420px;overflow:hidden;}
.ny_ban05{background:url(../images/ny_ban05.jpg) top center no-repeat;width:100%;height:420px;overflow:hidden;}
.ny_ban06{background:url(../images/ny_ban06.jpg) top center no-repeat;width:100%;height:420px;overflow:hidden;}
.ny_ban07{background:url(../images/ny_ban07.jpg) top center no-repeat;width:100%;height:420px;overflow:hidden;}


#content{margin:0 8%;}
#content .title{text-align:center;padding-top:60px;}
#content .title h1{font-size:36px;color:#000;}
#content .title span{color:#1768b0}
#content .title i{background:#1768b0;width:50px;height:3px;margin:22px auto 0; display:block;}

.neirong_biankang{ padding:50px;background:#fff;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); line-height:35px; font-size:16px;}
.ny_about img{ max-width:100%; height:auto !important; height:100%;}
#content .box img{ max-width:100%; height:auto !important; height:100%;}


/*内页新闻*/
.ny_news ul{}
.ny_news ul li{border-bottom:1px solid #e6e6e6;padding-bottom:20px;margin-top:16px;}
.ny_news ul li .time{float:left;width:8%;background:#f2f2f2;text-align:center;padding:10px 0; border-radius:10px;font-family:Arial;}
.ny_news ul li .time h1{font-size:32px;font-weight:bold;}
.ny_news ul li .time h2{font-size:14px;color:#999999;line-height:20px;}
.ny_news ul li .js{float:left;margin-left:3%;width:88%;}
.ny_news ul li .js a{font-size:18px;font-weight:bold;color:#444;}
.ny_news ul li:hover .js a{color:#0e6aaf !important;}
.ny_news ul li .js .txt{font-size:14px;line-height:24px;color:#8e8e8e;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.ny_news ul li:hover .more{background:#125aaa;}

.ny_news_bt{font-size:32px;color:#000;padding-bottom:10px;}



/*内页产品*/
.ny_box{margin-top:70px;}

.ny_left{float:left;width:17%;}
.ny_left .lm_t{height:80px;color:#fff;text-align:center;font-size:24px;line-height:80px;background:url(../images/index_13.jpg) no-repeat;margin-bottom:7px;border-radius:5px;background-size: cover;}

#n_pro {background:#ffffff;font-size:11px;overflow:hidden;}
#n_pro h1 {font-family:Arial, Helvetica, sans-serif;font-size:12px; color:#535353;}
#n_pro img {padding:5px;background:#f7f7f7;border:solid 1px #464646;margin:2px;}
#n_pro .n_list ul li {display:block;padding-top:2px;margin-bottom:7px;background:#4092c7;list-style:none;overflow:visible;border-radius:5px;}
#n_pro .n_list ul li a{display:block;height:34px;margin-top:0px;padding-top:8px;padding-left:20px;font-size:18px;outline:none;text-decoration:none;color:#fff;font-weight:bold;}
#n_pro .n_list ul li .active {background:url(../images/on.png) top right no-repeat;}

#n_pro .n_list ul li .inactive {background:url(../images/off.png) top right no-repeat;}
#n_pro .n_list ul li ul {display:none;margin-bottom:20px;   }
#n_pro .n_list ul li ul li ul {margin-bottom:5px;}
#n_pro .n_list ul li ul li {display:block;background:#fff !important;list-style:circle;margin-bottom:0px;margin-top:0px;padding-top:0px;padding-bottom:0px;padding-left:1px;padding-left:30px;border-bottom: 1px solid #eee;padding-right:10px;border-radius:0px;}
#n_pro .n_list ul li ul li a {background:none;font-size:14px;line-height:20px;padding-left:0px; color:#595959;height:auto;padding:10px 0; font-weight:normal;}
#n_pro .n_list ul li ul li:hover a{color:#0b559b !important;}


.ny_right{float:right;width:78%;}
.ny_right .lm_t{border-top:1px solid #ddd;border-bottom:1px solid #ddd;height:50px;line-height:50px;font-size:15px;}
.ny_right .lm_t span{color:#9d9d9d;}
.ny_right .lm_t img{ vertical-align:middle;padding-right:5px;padding-left:10px;}
.ny_right .box{padding:30px 0 0 0;line-height:40px;font-size:16px;}
.ny_right .box img{ max-width:100%; height:auto; height:100%;}

/*手机版列表*/
.ny_pro_list{text-align:center;margin-top:40px; display:none;}
.ny_pro_list a{ display:inline-block;padding:0 40px;font-size:16px;border:1px solid #ddd;line-height:38px;height:38px;margin:0 10px;}
.ny_pro_list a:hover{background:#0b559b;color:#fff;border:1px solid #0b559b;}

.bak td,.bak th { font-size:14px; padding:5px 10px; border:0; text-align:center;}
.bak th { background:#0b559b; color:#fff; font-weight:bold; text-align:center; font-size:16px; line-height:42px;}
.bak td{line-height:38px;font-size:15px;}
.bak tr:nth-child(odd){background:#fff;}
.bak tr:nth-child(even){background:#f7f7f7;}




/*内页联系我们*/

/*地图*/
#map{width:100%;height:405px;}



.yy{font-size:14px;}
.yy input{height:28px;line-height:28px;border:1px solid #ddd; }
.yy #content3{height:120px;width:480px;border:1px solid #ddd;}

.c1 {border-top:#dbefe5 1px solid;border-left:#dbefe5 1px solid;}
.c1 th {font-weight:bold; line-height:30px;text-align:center;}
.c1 td,.c1 th { padding:5px 10px; line-height:18px; border-bottom:#dbefe5 1px solid;border-right:#dbefe5 1px solid;font-size:14px;}
.c1 a {color:#s444444;}
td.yyk { padding-left:10px;}
.con_t1 { color:#444444;}
.con_t1 h4{ background:#eeefef; width:700px; height:30px; line-height:25px; font-size:14px; text-align:center;font-weight:bold}






.txtc { clear:both; text-align:center; padding-right:25px; padding-top:10px; font-size:12px}
.nypro span.current,.nypro a.num { display:inline-block; margin:0 5px; padding:0 8px; height:23px; line-height:23px;font-size:14px;}
.nypro span.current,.nypro a.num:hover { background:#f0f7fc; border:#255ebd 1px solid; color:#255ebd;font-size:14px;}
.nypro a.num,.nypro a.end,.nypro a.next,.nypro a.prev { border:#cdcdcd 1px solid; color:#333; background:#fff; text-decoration:none;font-size:14px;}
.nypro a.end,.nypro a.next,.nypro a.prev { display:inline-block; padding:0 8px;height:23px; line-height:23px;font-size:14px;}
.nypro a.prev { margin:0 5px;font-size:14px;}




