/* CSS Document */
@font-face{font-family: "HelveticaLTStd-Bold"; src:url(../font/HelveticaLTStd-Bold.ttf)}
@font-face{font-family: "HelveticaLTStd-BoldCond"; src:url(../font/HelveticaLTStd-BoldCond.ttf)}
@font-face{font-family: "HelveticaLTStd-Cond"; src:url(../font/HelveticaLTStd-Cond.ttf)}
@font-face{font-family: "HelveticaLTStd-Light"; src:url(../font/HelveticaLTStd-Light.ttf)}

@font-face{font-family:"ppr"; src:url(../font/Poppins-Regular.ttf)}
@font-face{font-family:"ppb"; src:url(../font/Poppins-Bold.ttf)}

@font-face{font-family:"mb3"; src:url(../font/Montserrat-Bold-3)}
@font-face{font-family:"mr8"; src:url(../font/Montserrat-Regular-8)}

.wm{margin:0 9%;}
.wm2{margin:0 9%;}

.top_toubu { height:130px; overflow:hidden;}
.top_tubiao span {display: block;padding-top:3px; color: #666; font-size: 15px; font-family:Arial;font-weight: normal; letter-spacing: 1.2px;}
.top_tubiao b{display:block; font-size:26px; color:#333;   letter-spacing: 1px;}
.top_tubiao > b > strong{color:#eee; }
.top_tubiao { margin-top:38px; overflow: hidden} 

.logo img { float: left; margin-right:6px; margin-top: 25px;}
.htel{ font-size:14px; line-height:28px; padding-left:50px;padding-right:5px; text-align: left; margin-top: 35px; background:url(../images/2.png) no-repeat left 7px;}
.htel em{ display:block; font-size:26px; font-family:fontDin1; color:#0f6ab2;}

.top_lang{margin-top:33px;margin-right:20px;padding-top:20px;padding-right:25px;border-right:1px solid #b2b2b2;height:60px;}
.menu{background: #0f6ab2;height: 54px;line-height:54px;overflow: hidden;}
.menu ul li{float:left;}
.menu ul li a{float:left;display:block;font-size:16px;color:#fff;text-align:center;padding:0 35px;}
.menu ul li a:hover{background:#209b96;padding:0 35px;}
.menu ul li:hover a{ text-decoration:none;}

.mbdh{ display:none;}


/*通栏*/
#wrapper {position:relative; z-index:100;}
.fullwidthbanner-container{width:100% !important;position:relative;padding:0;;overflow:hidden;}
.fullwidthbanner-container .fullwidthabnner	{width:100% !important;;position:relative;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/

.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
}

.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search{margin-top:13px;}
.submit2{border:1px solid #fff;width:180px;height:26px;line-height:26px;outline:none;float:left;}
.submit{width:44px;height:26px;line-height:26px;text-align:center;border:1px solid #fff;float:right;margin-left:5px;}

.sy_bt {text-align: center; background: url(../images/11.png) center 90px no-repeat; padding-bottom: 35px;}
.sy_bt p{font-size: 38px;color: #222;line-height:50px; padding-bottom:6px;}
.sy_bt b{color: #eee;}
.sy_bt span{font-size:16px;color:#666;padding:5px 0;}

.sy_bt2 {text-align: center; background: url(../images/11.png) center 86px no-repeat; padding-bottom: 35px;}
.sy_bt2 p{font-size: 38px;color: #fff;line-height:50px; padding-bottom:6px;}
.sy_bt2 b{color: #fff;}
.sy_bt2 span{font-size:16px;color:#fff;}

/*产品展示*/
.con_02 {  margin:0px auto;  width:100%; padding:70px 0;background:url(../images/ab_bg3.jpg) no-repeat top center;}
.pro_list{text-align:center;margin-top:40px;}
.pro_list a{display:inline-block;border:#eee solid 1px; background:#fff;line-height:28px;font-size:15px; text-align:center; color:#000!important; border-radius:5px; margin-right:12px;margin-bottom:13px; padding:10px 20px}
.pro_list a:hover {cursor:pointer;/* transform属性 */transform:translate(0,0px); background:#0f6ab2; color:#fff!important;}
.pro_list a span{ display:block; width:100%; font-family:Arial, Helvetica, sans-serif; color:#666}

.con_02 .box{margin-top:27px;}
.con_02 .box ul li{float:left;width:21%;margin:1%;overflow:hidden;box-shadow: 0 0 20px rgba(51, 51, 51, .15);padding: 1% 1%;background:#fff;}
.con_02 .box ul li .pic{height:240px;overflow:hidden;}
.con_02 .box ul li .txt{text-align:center;background:#f3f3f3;line-height:24px;padding:10px 0;}
.con_02 .box ul li .casno{font-size:14px;}
.con_02 .box ul li:hover .txt{background:#0f6ab2;color:#fff;}

.con_02 .box ul li .txt .bt{font-size:17px;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;text-overflow: ellipsis;}
.con_02 .box ul li .txt .casno{padding-top:2px;}
.con_02 .box ul li img{width:100%;height:240px; transition:all 1s;}
.con_02 .box ul li:hover img{ transform-origin:center center; transform:scale(1.15,1.15);}
.con_02 .more{line-height:42px;border-radius: 80px;margin:30px auto 0;width:180px;border:1px solid #0f6ab2;text-align:center;color:#0f6ab2;}
.con_02 .more:hover{background:#0f6ab2;color:#fff;}



/*关于我们*/
.guide{padding:87px 0 0px;}
.gui .gui-left{width:59%;height:578px; float:left;padding-top:23px; position: relative;z-index:200;}
.gui .gui-left .bt{font-size:36px;color:#0f6ab2;font-family: Impact;}
.gui .gui-left .line{width:50px;height:3px;background:#0f6ab2;}
.gui .gui-left h2{margin-bottom: 20px;}
.gui .gui-left h2 span{display: inline-block; height:56px; line-height: 56px; font-size: 40px; color:#333333;padding-right:37px;font-weight: bold;background:url(../images/gui-yy.png) no-repeat right 11px;}
.gui .gui-left strong{display: block; line-height: 33px; font-weight: normal;font-size: 20px; color:#333333; margin-bottom: 37px;}
.gui .gui-left .hd{width:330px; height:47px;background:#E1E1E1; margin-bottom: 94px; margin-top:30px;}
.gui .gui-left .hd ul li{float:left;width:173px;height:47px; text-align: center;cursor: pointer;position: relative;}
.gui .gui-left .hd ul li.jd2{margin-left: -16px;}
.gui .gui-left .hd ul li i{display: block; width:100%; height:47px; line-height:47px;font-size: 16px; color:#666666; position: relative;z-index:200;}
.gui .gui-left .hd ul li.jd1:before{width:100%;height:47px; background:url(../images/gui-jd1.png) no-repeat center; content:"";position: absolute;left:0;top:0;display: none;}
.gui .gui-left .hd ul li.jd2:before{width:100%;height:47px; background:url(../images/gui-jd2.png) no-repeat center; content:"";position: absolute;right:0;top:0;display: none;}
.gui .gui-left .hd ul li.cur i{color:#FFF;}
.gui .gui-left .hd ul li.jd1.cur:before{display:block;}
.gui .gui-left .hd ul li.jd2.cur:before{display:block;}
.gui-left p { line-height:40px;font-size:16px;}
.gui .gui-rig{width:36%; height: 500px;overflow: hidden;float:right;border-top-left-radius: 40px;  border-bottom-right-radius:40px;}
.gui .gui-rig .gui-con,.gui .gui-rig .gui-con .con{height:100%;}
.gui .gui-rig span{display: block; width:100%;height:100%; line-height: 0; overflow: hidden;}
.gui .gui-rig span img{width: 100%;height:100%; transition: 1s;}
.gui .gui-rig span:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}


.sy_title{text-align:center;}
.sy_title h1{font-size: 38px;color: #000;text-transform: capitalize;font-weight:bold;}
.sy_title i{display: block;width: 60px;height: 4px;margin: 20px auto;background: #0f6ab2;}



/*新闻*/
.con_05{width:100%;overflow:hidden;padding-top:70px;padding-bottom:80px;background:url(../images/bg_news.png) no-repeat top center; }
.sy_news_op{float:left;width:36%;margin-top:40px;}
.sy_news_op dl dt{width:100%;height:320px;overflow:hidden; position:relative;}
.sy_news_op dl dt .news_bt{ position:absolute; z-index:666;background:#0f6ab2;width:118px;height:34px;line-height:34px;text-align:center;color:#fff;top:10px;left:10px;}
.sy_news_op dl dt img{ width:100%;height:320px; transition:all 1s;}
.sy_news_op dl dt img:hover{ transform-origin:center center; transform:scale(1.12,1.12);}
.sy_news_op dl dd{margin-top:20px;}
.sy_news_op dl dd h2{font-size:20px;}
.sy_news_op dl dd .txt{line-height:26px;padding-top:10px;}
.sy_news_op dl dd .time{padding-top:10px;padding-bottom:15px;color:#a1a0a0;}
.sy_news_op dl dd .time img{padding-right:5px; vertical-align:middle;}
.sy_news_op .more{width:120px;height:30px;line-height:30px;text-align:center;border:1px solid #cccccc;font-size:14px;}
.sy_news_op .more:hover{background:#0f6ab2;color:#fff;border:1px solid #eee;}
.sy_news{float:right;width:58%;margin-top:40px;}
.sy_news ul li{border-bottom:2px solid #e2e2e2;padding:17px 0 20px 20px;}
.sy_news ul li .bt{font-size:22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;text-overflow: ellipsis;}
.sy_news ul li .txt{font-size:16px;color:#a5a5a5;margin:15px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;text-overflow: ellipsis;}
.sy_news ul li .time{font-size:15px;color:#a5a5a5;}
.sy_news ul li .time img{padding-right:5px;vertical-align:middle;}


/*页脚*/
.foot_bg{ background-color:#292929; padding-top:60px; padding-bottom:55px;}
.foot_left{ width:60%; float:left;}
.foot_left .foot_pic{ float:left;}
.foot_left .foot_kuang{ float:left; margin-left:19px; margin-top:6px;}
.foot_left .foot_kuang .foot_p1{ font-size:30px; color:#ababab;}
.foot_left .foot_kuang .foot_p2{font-size:16px; color:#ababab; text-transform:uppercase; margin-top:3px;}
.foot_left .foot_p3{ font-size:17px; color:#fff; margin-top:30px;}
.foot_left .foot_p3 a{ color:#fff;}
.foot_left .foot_p4{ font-size:14px; color:#8a8a8a; margin-top:18px;}
.foot_left .foot_p4 a{ color:#8a8a8a;}

.foot_line{ width:1px; height:229px; background-color:#545454; float:left; margin-left:50px;}
.foot_right{ width:33%; float:right; padding-top:10px;line-height:30px;color:#ababab;}
.foot_right .bt{font-size:22px;color:#fff;padding-bottom:20px;}
.foot_right a{color:#ababab;}
.foot_right a:hover{color:#fff;}




/*返回顶部悬浮链接*/
/*main css*/
.izl-rmenu2{position:fixed; right:1%;  bottom:5%; padding-bottom:20px; background:url(../tanchu/images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu2 .btn{width:52px; height:53px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu2 .btn-qq{background:url(../tanchu/images/r_qq.png) 0px 0px no-repeat; background-color:#eee;background-size: auto 52px;}
.izl-rmenu2 .btn-qq:hover{background-color:#eee;}
.izl-rmenu2 a.btn-qq,.izl-rmenu2 a.btn-qq:visited{background:url(../tanchu/images/r_qq.png) 0px 0px no-repeat; background-color:#eee; text-decoration:none; display:block;background-size: auto 52px;}
.izl-rmenu2 .btn-wx{background:url(../tanchu/images/r_wx.png) 0px 0px no-repeat; background-color:#eee;background-size: auto 52px;}
.izl-rmenu2 .btn-wx:hover{background-color:#eee;}
.izl-rmenu2 .btn-wx .pic{background-color:#eee; position:absolute; width:260px; left:-260px; top:0px; line-height:53px; color:#FFF; font-size:16px; text-align:center; display:none;}
.izl-rmenu2 .btn-phone{background:url(../tanchu/images/r_phone.png) 0px 0px no-repeat; background-color:#eee;background-size: auto 52px;}
.izl-rmenu2 .btn-phone:hover{background-color:#eee;}
.izl-rmenu2 .btn-phone .phone{background-color:#eee; position:absolute; width:200px; left:-200px; top:0px; line-height:53px; color:#FFF; font-size:16px; text-align:center; display:none;}

.izl-rmenu2 .btn-skp{background:url(../tanchu/images/r_skp.png) 0px 0px no-repeat; background-color:#eee;background-size: auto 52px;}
.izl-rmenu2 .btn-skp:hover{background-color:#eee;}
.izl-rmenu2 .btn-skp .skp{background-color:#eee; position:absolute; width:200px; left:-200px; top:0px; line-height:53px; color:#FFF; font-size:16px; text-align:center; display:none;}

.izl-rmenu2 .btn-top{background:url(../tanchu/images/r_top.png) 0px 0px no-repeat; background-color:#444; display:none;background-size: auto 52px;}
.izl-rmenu2 .btn-top:hover{background-color:#444;}



.mbfor {display: none;}
/*ny*/

.ny_ban01{background:url(../images/ny_ban01.jpg) top center no-repeat;width:100%;height:480px;overflow:hidden;}
.ny_ban02{background:url(../images/ny_ban02.jpg) top center no-repeat;width:100%;height:480px;overflow:hidden;}
.ny_ban03{background:url(../images/ny_ban03.jpg) top center no-repeat;width:100%;height:480px;overflow:hidden;}
.ny_ban04{background:url(../images/ny_ban04.jpg) top center no-repeat;width:100%;height:480px;overflow:hidden;}
.ny_ban05{background:url(../images/ny_ban05.jpg) top center no-repeat;width:100%;height:480px;overflow:hidden;}
.ny_ban06{background:url(../images/ny_ban06.jpg) top center no-repeat;width:100%;height:480px;overflow:hidden;}
.ny_ban07{background:url(../images/ny_ban07.jpg) top center no-repeat;width:100%;height:480px;overflow:hidden;}


.ny_site{background:#f9f9f9;padding:15px 0;text-align:center;}
.ny_site ul li{ display:inline-block;height:46px;line-height:46px;margin:10px;padding:0 40px; border-top-left-radius: 20px;  border-bottom-right-radius: 20px; --webkit-box-shadow: 0 3px 10px rgba(14, 106, 175, 0.2);box-shadow: 0 3px 10px rgba(14, 106, 175, 0.2);}
.ny_site ul li a{font-size:18px;color:#666666;}
.ny_site ul li:hover{background:#0e6aaf;}
.ny_site ul li:hover a{color:#fff;}

#nav1 .nav1,#nav2 .nav2,#nav3 .nav3,#nav4 .nav4,#nav5 .nav5,#nav6 .nav6,#nav7 .nav7{background:#0e6aaf;}
#nav1 .nav1 a,#nav2 .nav2 a,#nav3 .nav3 a,#nav4 .nav4 a,#nav5 .nav5 a,#nav6 .nav6 a,#nav7 .nav7 a,#nav8 .nav8 a,#nav9 .nav9 a,#nav10 .nav10 a{color:#fff !important;}

#content{margin:70px auto;width:1400px;}
#content .nname{ font-family:Arial; font-size:18px; text-transform:uppercase; margin-bottom:10px;color:#6c6c6c;}
#content .nwz{ text-align:center;border-bottom:#e3e3e3 solid 1px;margin:0 auto; }
#content .nwz h2{ font-weight:normal; margin-bottom:20px;text-align:center; font-size:40px; color:#333;text-transform:capitalize;  }
#content .nwz h3{ font-weight:normal; margin-top:-20px; margin-bottom:30px; font-size:16px;}
#content .nwz h4{ font-weight:normal; margin-bottom:20px;text-align:center; font-size:32px; color:#333;text-transform:capitalize;  }
#content .nwz .nyline{ background:#0f6ab2;height:2px; margin:0 auto; width:70px;}
#content .box{line-height:36px;font-size:16px;margin-top:40px;}
.ny_img img{ max-width:100%; height:auto !important; height:100%;}

.ny_about_pic{margin-top:40px;text-align:center;}

/*发展历程*/
.ny_history{margin-top:40px;}
.ny_history .lm_t{text-align:center;font-size:32px;}
.ny_fzlc{margin-top:30px;}
.ny_lc_l{float:left;width:calc(50% - 1px);}
.ny_fzlc .part01{margin-bottom:160px;}
.ny_fzlc .part01 .time{margin-top:40px;text-align:right;color: #2d50a1;font-size: 42px;font-weight: 900;}
.ny_fzlc .part01 .time img{ vertical-align:middle;padding-left:5px;}
.ny_fzlc .part01 .bt{font-weight:bold;color:#000;font-size:20px;text-align:right;margin-right:80px;margin-top:20px;}
.ny_fzlc .part01 .js{font-size: 16px;color: #6c6d71;padding:10px 0;text-align:right;margin-right:80px;}
.ny_fzlc .part01 ul{margin-right:80px;margin-top:23px;}
.ny_fzlc .part01 ul li{float:left;width:31%;margin-left:2%;}
.ny_fzlc .part01 ul li img{width:100%;height:140px;}

.ny_lc_r{float:left;width:calc(50% - 1px);border-left:2px solid #dedede;padding-bottom:50px;}
.ny_fzlc .part02{margin-top:160px;}
.ny_fzlc .part02 .time{margin-top:40px;text-align:left;color: #2d50a1;font-size: 42px;font-weight: 900;}
.ny_fzlc .part02 .time img{ vertical-align:middle;padding-right:5px;}
.ny_fzlc .part02 .bt{font-weight:bold;color:#000;font-size:20px;text-align:left;margin-left:80px;margin-top:20px;}
.ny_fzlc .part02 .js{font-size: 16px;color: #6c6d71;padding:10px 0;text-align:left;margin-left:80px;}
.ny_fzlc .part02 ul{margin-left:80px;margin-top:23px;}
.ny_fzlc .part02 ul li{float:left;width:31%;margin-right:2%;}
.ny_fzlc .part02 ul li img{width:100%;height:140px;}

/*工厂一览*/
.ny_qyzs ul{margin-top:30px;}
.ny_qyzs ul li{width:29%;margin:1.2% 1.5%;float:left;border:1px solid #fff;padding:1%;border:1px solid #ddd;}
.ny_qyzs ul li .pt{overflow:hidden;height:250px;}
.ny_qyzs ul li:hover .pt img{ transform-origin:center center; transform:scale(1.05,1.05)}
.ny_qyzs ul li .pt img{width:100%;height:250px !important; transition:all 1s;}





/*内页产品*/
table.bak { width:100%; margin:10px 0; border-left:#eff2f4 1px solid;border-top:#eff2f4 1px solid;}
.bak td,.bak th { padding:6px 10px; border-right:#eff2f4 1px solid; text-align:center;font-size:15px;}
.bak th { background:#074675;font-weight:bold;font-size:18px;color:#fff;}
.bak img {max-width:80%; height:auto !important; height:100%;}
.bak tr:nth-child(odd){background:#eff8fd;}
.bak tr:nth-child(even){background:#ddeffa;}	

.ny_pro_list{text-align:center;margin-top:40px;}
.ny_pro_list a{font-weight:bold;color:#282828;display:inline-block;border:#eee solid 1px; background:#fff;line-height:28px;font-size:15px; text-align:center; border-radius:5px; margin-right:12px;margin-bottom:13px; padding:10px 20px}
.ny_pro_list a:hover {cursor:pointer;/* transform属性 */transform:translate(0,0px); background:#0f6ab2; color:#fff!important;}
.ny_pro_list a span{ display:block; width:100%; font-family:Arial, Helvetica, sans-serif; color:#666}
#nav1 .nav1,#nav2 .nav2,#nav3 .nav3,#nav4 .nav4,#nav5 .nav5,#nav6 .nav6,#nav7 .nav7,#nav8 .nav8,#nav9 .nav9,#nav10 .nav10{cursor:pointer;/* transform属性 */transform:translate(0,0px); background:#0f6ab2; color:#fff!important;}


.ny_cp_xq_bt{background:#f3f3f3;line-height:60px;text-align:center;font-size:22px;color:#000;font-weight:bold;margin-bottom:30px;margin-top:15px;}
.ny_pro_table{padding:0 3%;}
.ny_pro_table .nr{line-height:30px;font-size:15px;}
.ny_pro_table tr td{line-height:36px;padding-left:10px;}

/*返回*/
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-between{ display: flex; justify-content: space-between}
.fanye{ margin-top:40px;border-top:1px solid #e5e5e5; padding-top:30px; line-height:30px;}
.fanhui{background:#ddd;border-radius:25px;line-height:40px;width:120px;text-align:center;height:40px;}
.fanhui a{font-size:15px;}
.fanhui:hover{ background:#00488f;}
.fanhui:hover a{ color:#fff;}
.flex {display: flex;flex-wrap: wrap;}


/*内页新闻*/
.ny_news_time{width:80px;height:60px;border:1px solid #ddd;text-align:center;line-height:26px;padding-top:8px;float:left;}
.ny_news_img{width:230px;height:160px;margin-left:32px;overflow:hidden;float:left;}
.ny_news_img img{width:230px;height:160px; transition:all 1s;}
.ny_news_ul li:hover img{ transform-origin:center center; transform:scale(1.1,1.1);}
.ny_news_ul li:hover .ny_news_time{background:#1e64c9;color:#fff;border:1px solid #1e64c9}
.ny_news_txt{float:right;width:calc(100% - 392px);}
.ny_news_ul li{margin:20px 0;padding:20px 0;border-bottom:1px solid #ddd;}
.ny_news_ul li:hover{border-bottom:1px solid #193586;}
.ny_news_ul li .time{color:#3366b2;line-height:24px;font-size:14px;}
.ny_news_ul li .bt{font-size:22px;color:#000;}
.ny_news_ul li .js{font-size:14px;color:#707070;line-height:26px;padding-top:5px;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ny_news_ul li .more{font-size:14px;padding-top:12px;font-weight:bold;color:#3366b2;}
.ny_news_bt{padding-bottom:10px;}
.ny_news_bt h1{font-size:30px;color:#000;}
.pnpage { clear:both;padding-top:25px;font-size:15px;border-top:1px dashed #ddd;margin-top:30px;}
.pnpage a { padding:2px 10px; font-weight:bold; margin:0 6px; border-radius:35px; text-decoration:none;}


.news_ny{font-size:16px;line-height:36px;}



/*在线订单*/
.ny_order{border-top:1px solid #f0f0f0;padding-top:35px;margin-top:30px;}
.dingdan { padding:1% 6%; background:#f9f9f9; overflow:hidden;}
.dingdan p { padding:5px 0;line-height:36px;font-size:16px;}
.dingdan input,.dingdan textarea { height:40px; line-height:40px; padding:0 1%; border:#ddd 1px solid; border-radius:5px; background:#fff; width:46.5%;font-family:Microsoft YaHei; color:#999; font-size:14px;}
.dingdan span { padding:0 5px; color:#f00; font-size:16px;}
.dingdan input.s1 { width:96.5%; color:#255ebd;}
.dingdan input.s2 { width:120px;}
.dingdan input.aak { width:120px; background:#0e6aaf; color:#fff;}
.dingdan textarea { padding:5px 1%; line-height:20px; height:100px; width:96.5%;background:#fff;}
.dingdan img { margin:0 10px; height:45px;}


/*内页联系我们*/
.ny_contact_l{width:50%;float:left;background:#f7f7f7;padding:45px 3% 0;height:400px;line-height:32px;font-size:14px;}
.ny_contact_l .title{border-bottom:1px solid #dddddd;font-size:30px;color:#000000;line-height:50px;padding-bottom:12px;margin-bottom:12px;}
.ny_contact_l .title img{ vertical-align:middle;padding-right:6px;}
.ny_contact_r{width:49%;float:right;height:400px;}
.ny_contact_r img{ vertical-align:middle;width:100%;height:400px;}





.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:620px; 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;}



.newspage {
 width:100%; PADDING-TOP: 40px; TEXT-ALIGN: center; float:left;padding-bottom:0px;
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fff; PADDING-BOTTOM: 2px; FONT: 12px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #999 1px solid
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #4e4e4e; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #4e4e4e; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND: #4e4e4e; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}


