/* 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%;}

.head{width: 100%;height: 42px;line-height: 42px;font-size: 14px;background: #f8f8f8;color: #a7afac;}
.head .head_l{background:url(../images/1.png) no-repeat center left;padding-left:24px;float:left;}
.head .head_r{float:right;}

.top_toubu { height:140px; overflow:hidden;}
.top_tubiao span {display: block; line-height: 32px; color: #666; font-size: 16px; font-weight: normal; letter-spacing: 6.6px;text-align:center;}
.top_tubiao b{display:block; font-size:22px; color:#333;   letter-spacing: 1px;}
.top_tubiao > b > strong{color:#3768a9; }
.top_tubiao { margin-top:45px; overflow: hidden} 

.logo img { float: left; margin-right:18px; margin-top: 30px;}
.htel{ font-size:14px; line-height:28px; padding-left:50px; text-align: left; margin-top: 40px; background:url(../images/2.png) no-repeat left 7px;}
.htel em{ display:block; font-size:30px; font-family:fontDin1; color:#fa0504;}
.top_toubu ul{margin-top: 50px;margin-left: 40px;}
.top_toubu ul li{width: 120px;height: 40px;border-radius: 40px;line-height: 40px;font-size: 18px;color: #fff;background-image: linear-gradient(to right,#459dd8,#24599f);float: left;text-align: center;}
.top_toubu ul li:nth-child(2){margin-left: -29px;z-index: -1;position: relative;text-align: right;padding-right: 15px;width: 115px;}
.top_toubu ul li:nth-child(3){margin-left: -29px;z-index: -2;position: relative;text-align: right;padding-right: 15px;width: 115px;}
.menu{background: #003a62;height: 60px;line-height:60px;overflow: hidden;}
.menu ul{margin:0 2%;}
.menu ul li{float:left;width: 12%;}
.menu ul li a{float:left;display:block;font-size:16px;color:#fff;text-align:center;width:100%;}
.menu ul li:hover{background:#ce0b0b;}
.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;max-height:700px !important;overflow:hidden;}
.fullwidthbanner-container .fullwidthabnner	{width:100% !important;max-height:700px !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-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -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;
}


.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;
}

/*通栏*/
.ban_bot{border-bottom: solid 1px #ececec;width: 100%;background: #fff;line-height:70px;height: 70px;overflow: hidden;}
.ban_bot .search_l{float:left;background:url(../images/icon_02.jpg) no-repeat left center;padding-left:23px;font-size:15px;}
.ban_bot .search_l span{font-weight:bold;}
.ban_bot .search_l a{ display:inline-block;padding:0 10px;}
.ban_bot .search_r{float:right;border-left:1px solid #ddd;}
.ban_bot .search_r form { float: left; display: block; width: 320px; background: #fff; line-height: 79px; height: 79px; position: relative;}
.ban_bot .search_r form .search-i { width: 60px; height: 70px; position: absolute; right: 0; top: 0; overflow: hidden; display: block; transition: 0.3s all ease-in-out; background: url(../images/3.jpg) no-repeat center;}
.ban_bot .search_r .search-i:hover { background-color: #0078ca;}
.ban_bot .search_r .search-i input { display: block; width:60px; height:79px; cursor: pointer; background: none; border: 0 none; outline: none;}
.ban_bot .search_r .search-bg input {background:url(../images/4.png) no-repeat #fff; outline: none; border: none; width:200px; padding-left:56px; height:79px; line-height:79px; color:#c6c6c6;}


.sy_bt {text-align: center; background: url(../images/11.png) center 86px no-repeat; padding-bottom: 35px;}
.sy_bt p{font-size: 38px;color: #222;line-height:50px; padding-bottom:6px;}
.sy_bt b{color: #3768a9;}
.sy_bt span{font-size:16px;color:#666;}

.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_04{ width: 100%;overflow: hidden;padding:70px 0 50px 0;background:url(../images/bg5.png) no-repeat top center;}
.about{ padding-top: 36px;width: 100%;} 
.about_b{background: #fff;margin-top: 25px;padding: 50px;box-shadow: 0 0 10px rgba(0,0,0,10%);border-radius:80px 80px 0 0;overflow: hidden;}
.about_l{width:51%;font-size: 15px;line-height: 30px;float:left; }
.about_l dl{ margin-bottom: 20px;font-size: 30px;color: #222; font-weight: normal;}
.about_l dt{text-transform: uppercase;font-family: "arial";font-size: 32px;line-height: 60px;color: #3768a9;font-weight: bold;}
.about_l .txt{padding-top: 20px;line-height:36px;}
.about_l .more a{display:inline-block;width: 200px;line-height: 50px;background: #3768a9;color: #fff;text-align: center; margin-top:30px;}
.about_l .more a:hover{color:#FF0;}
.about_l .more a+a{background: #ed720f; margin-left: 20px;}
.about_r{width:44%;float:right;overflow:hidden}
.about_r img{width:100%; transition: all 1s;}
.about_r img:hover{ transform-origin:center center; transform:scale(1.12,1.12);}


/*products*/
.con_01{ width: 100%; background: #eff2f4; padding: 80px 0px 70px 0px; overflow: hidden;}
.sort { width:286px; overflow:hidden;float:left;}
.sort_til { width: 266px;padding-left: 30px;height: 124px; background:url(../images/33.jpg) no-repeat; overflow:hidden}
.sort_til strong { display:block; color:#fff; font-size:22px; margin-top:35px; margin-bottom:5px;}
.sort_til span { font-family:Arial, Helvetica, sans-serif; color:#a4bedf; font-size:14px; text-transform: uppercase;}
.sort_nor li { width:266px; height:50px; background:url(../images/2.jpg) no-repeat center; color:#222;border-right: 1px solid #eee; border-left: 1px solid #eee;border-bottom: 1px solid #eee;}
.sort_nor li a {height: 50px; line-height: 50px; font-weight: normal; padding-left:30px; color:#222; font-size:15px; display:block;}
.sort_nor li:hover a{color:#0774bf;font-weight:bold;}
.pro_nor { margin-top: 25px;}
.sort_contact {background: url(../images/5.jpg) no-repeat; text-align: center; padding: 39px 0 85px 0;}
.sort_contact p {font-size: 15px; color: #fff; line-height: 24px; float: left; margin-left: 66px; margin-top: 23px;}
.sort_contact p span {font-family:fontDin1;display: block;font-size: 20px;color: #FFF;font-weight: bold;}

.pro_tu { width: calc(98% - 286px); overflow:hidden;float:right;}
.pro_tu  .lm_t{line-height:50px;height:50px;color:#fff;padding-left:25px;font-size:20px;background-image: linear-gradient(to right,#2057b3,#1c75ad);}
.pro_tu  .lm_t img{ vertical-align:middle;padding-right:6px;}
.pro_tu  .lm_t .gd{font-size:14px;padding:0 30px;color:#fff;background:#ed720f;text-align:center;font-weight:bold;}
.pro_tu ul{margin-top:20px;}
.pro_tu ul li{float:left;width:48%;margin:1%;background:#fff;}
.pro_tu ul li .pic{float:left;width:40%;height:170px;overflow:hidden;}
.pro_tu ul li .pic img{width:100%;height:170px; transition:all 1s;}
.pro_tu ul li .pic img:hover{ transform-origin:center center; transform:scale(1.1,1.1);}
.pro_tu ul li .txt{float:right;width:55%;margin-right:1%;}
.pro_tu ul li .txt .bt{font-size:18px;font-weight:bold;color:#0c4672;margin-top:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.pro_tu ul li .txt .js{padding-top:10px;color:#898989;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;height:70px;}

/*4大优势*/
.con_02{width: 100%;overflow: hidden;margin-top:70px;}
.con_02 .title{text-align:center;margin-bottom:72px;}
.con_02 .title img{max-width:100%; height:auto !important; height:100%;}
.pd-r10{padding-right:5%;}
.pd-l10{padding-left:5%;}
.fl_l{float:left;}
.fl_r{float:right;}
.bor{border-right:1px dashed #cbcbcb;width: calc(45% - 1px);}
.bor2{border-left:1px dashed #cbcbcb;width: calc(45% + 1px);}
.ys_part{padding-bottom:50px;padding-top:30px;}
.ys_part .bt{color: #333333;font-size: 26px;height:61px;padding-left:78px;}
.ys_part .bt span{color:#3768a9;}
.ys_part .bt_bg01{background:url(../images/ys_bt01.jpg) no-repeat left center;}
.ys_part .bt_bg02{background:url(../images/ys_bt02.jpg) no-repeat left center;}
.ys_part .bt_bg03{background:url(../images/ys_bt03.jpg) no-repeat left center;}
.ys_part .bt_bg04{background:url(../images/ys_bt04.jpg) no-repeat left center;}
.ys_part .txt{margin-top:20px;padding-bottom:30px;}
.ys_part .txt p{line-height: 25px;padding-left: 45px;background: url(../images/lx.png) no-repeat 14px 5px;color: #333333;font-size: 16px;margin-bottom: 10px;}
.ys_part2{width: calc(45% - 2px);padding-bottom:50px;}
.ys_part2 img{width:100%;}

/*企业展示*/
.con_03{ width: 100%;overflow: hidden;padding:70px 0 90px 0;margin-top:50px;background:url(../images/bg3.jpg) no-repeat top center;}
.anlirol2 {height:auto;overflow:hidden;margin-top:20px;}
.anlirol2 li {float: left;width: 23%; border:1px solid #f2f2f2;background: #fff;margin: 2% 0 0 1.4%; }
.anlirol2 li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anlirol2 li a h4 {overflow: hidden; }
.anlirol2 li a h4 span{width:100%;height:250px; overflow:hidden;display:block;}
.anlirol2 li a img { margin:0 auto;width:100%;display: block;transition: all .5s;height:250px; }
.anlirol2 li a:hover img {transform: scaleX(1.2) scaleY(1.2); }

/*新闻*/
.con_05{width:100%;overflow:hidden;padding-top:70px;padding-bottom:70px;background:url(../images/bg4.jpg) no-repeat top center #f9f9f9;}
.sy_news_op{float:left;width:36%;margin-top:40px;}
.sy_news_op dl dt{width:100%;height:340px;overflow:hidden;}
.sy_news_op dl dt img{ width:100%;height:340px; 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;border-bottom:2px solid #e2e2e2;padding-bottom:15px;color:#a1a0a0;}
.sy_news_op dl dd .time img{padding-right:5px; vertical-align:middle;}
.sy_news{float:right;width:58%;margin-top:40px;}
.sy_news ul li{border-bottom:2px solid #e2e2e2;margin:10px 0 20px 0;padding:0 0 30px 0;}
.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;padding: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:16px;color:#a5a5a5;}
.sy_news ul li .time img{padding-right:5px;vertical-align:middle;}


#bottom{color:#fff;padding-top:62px;background-color:#2d3033;}
#bottom a{color:#fff;}
#bottom a:hover{text-decoration:underline;}
#bottom i{ display:block;width:18px;height:2px;background:#6bb4e5;}
#bottom .lm_t{font-size:16px;font-weight:bold;color:#fff;padding-bottom:15px;font-family:Arial; text-transform:uppercase;}
#bottom .box{padding-top:12px;line-height:30px;}
.bot_logo{float:left;width:15%;text-align:center;}
.bot_nav{padding-left:32px;margin-left:2%;height:148px;width:40%;float:left;}
.bot_nav a{padding-right:15px;}
.bot_contact{border-left:1px solid rgba(255,255,255,.3);padding-left:3%;width:34%;float:left;margin-left:2%;}
.bot{text-align:center;padding:25px 0;line-height:24px;border-top:1px solid rgba(255,255,255,.3);margin-top:40px;}


/*返回顶部悬浮链接*/
/*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:#3768a9;background-size: auto 52px;}
.izl-rmenu2 .btn-qq:hover{background-color:#3768a9;}
.izl-rmenu2 a.btn-qq,.izl-rmenu2 a.btn-qq:visited{background:url(../tanchu/images/r_qq.png) 0px 0px no-repeat; background-color:#3768a9; 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:#3768a9;background-size: auto 52px;}
.izl-rmenu2 .btn-wx:hover{background-color:#3768a9;}
.izl-rmenu2 .btn-wx .pic{background-color:#3768a9; 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:#3768a9;background-size: auto 52px;}
.izl-rmenu2 .btn-phone:hover{background-color:#3768a9;}
.izl-rmenu2 .btn-phone .phone{background-color:#3768a9; 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:#3768a9;background-size: auto 52px;}
.izl-rmenu2 .btn-skp:hover{background-color:#3768a9;}
.izl-rmenu2 .btn-skp .skp{background-color:#3768a9; 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:360px;overflow:hidden;}
.ny_ban02{background:url(../images/ny_ban02.jpg) top center no-repeat;width:100%;height:360px;overflow:hidden;}
.ny_ban03{background:url(../images/ny_ban03.jpg) top center no-repeat;width:100%;height:360px;overflow:hidden;}
.ny_ban04{background:url(../images/ny_ban04.jpg) top center no-repeat;width:100%;height:360px;overflow:hidden;}
.ny_ban05{background:url(../images/ny_ban05.jpg) top center no-repeat;width:100%;height:360px;overflow:hidden;}
.ny_ban06{background:url(../images/ny_ban06.jpg) top center no-repeat;width:100%;height:360px;overflow:hidden;}
.ny_ban07{background:url(../images/ny_ban07.jpg) top center no-repeat;width:100%;height:360px;overflow:hidden;}


#nav1 .nav1,#nav2 .nav2,#nav3 .nav3,#nav4 .nav4,#nav5 .nav5{background:#265798 !important;color:#fff;}

#content{margin:0 8%;padding-bottom:60px;}
#content .title{text-align:center;padding-top:40px;}
#content .title h1{font-size:34px;color:#000;}
#content .title span{color:#265798}
#content .title i{background:#265798;width:50px;height:3px;margin:15px auto 0; display:block;}
#content .ny_site{padding-top:30px;text-align:center;}
#content .ny_site a{ display:inline-block;border:1px solid #eee;line-height:36px;padding:0 30px;margin:10px;font-size:15px;}
#content .ny_site a:hover{background:#265798;color:#fff;border:1px solid #265798;}
#content .box{line-height:36px;font-size:16px;margin-top:40px;}
.ny_img img{ max-width:100%; height:auto !important; height:100%;}


/*企业文化*/
.ny_qywh_l{width:57%;float:left;}
.ny_qywh_r{width:35%;float:right;border-top-left-radius: 40px;  border-bottom-right-radius: 40px;overflow:hidden;}
.ny_qywh_r img{width:100%;}


/*企业展示*/
.ny_qyfc ul{margin-top:30px;}
.ny_qyfc ul li{width:27.6%;margin:1.2% 1.5%;float:left;border:1px solid #fff;padding:1.2% 1.2% 1%;border:1px solid #ddd;border-radius: 10px;}
.ny_qyfc ul li .pt{overflow:hidden;height:300px;}
.ny_qyfc ul li:hover .pt img{ transform-origin:center center; transform:scale(1.05,1.05)}
.ny_qyfc ul li .pt img{width:100%;height:300px !important; transition:all 1s;}
.ny_qyfc ul li .txt{text-align:center;padding-top:6px;font-size:16px;}
.ny_qyfc .bt2{font-size:20px;text-align:center;padding-bottom:20px;}

/*企业专利*/
.ny_qyzl ul{margin-top:30px;}
.ny_qyzl ul li{width:7%;margin:0.5% 0.5%;float:left;border:1px solid #fff;}
.ny_qyzl ul li .pt{overflow:hidden;height:150px;}
.ny_qyzl ul li:hover .pt img{ transform-origin:center center; transform:scale(1.05,1.05)}
.ny_qyzl ul li .pt img{width:100%;height:150px !important; transition:all 1s;}
.ny_qyzl ul li .txt{text-align:center;padding-top:6px;font-size:16px;}
.ny_qyzl .bt2{font-size:20px;text-align:center;padding-bottom:20px;}


/*内页产品*/
.ny_cp{ width: 100%;  padding: 40px 0px 70px 0px; overflow: hidden;}
.pro_tu  .lm_t span{font-size:16px;}
.sort_nor p{background:#fff; border-right: 1px solid #eee;border-left: 1px solid #eee;width: 236px;padding:5px 0 5px 30px;}
.sort_nor p a{color:#24506d;}
.sort_nor p a:hover{text-decoration:underline;color:#0e6aaf;}

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;border-bottom:#eff2f4 1px solid; text-align:center;font-size:15px;}
.bak th { background:#d8e6f0;font-weight:bold;font-size:18px;}
.bak img {max-width:80%; height:auto !important; height:100%;}

/*内页产品*/
.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: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:4px;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:#265798;color:#fff;border:1px solid #265798;}
.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 #265798;}
.ny_news_ul li .bt{font-size:22px;color:#000;font-weight:bold;}
.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{font-size:32px;color:#000;padding-bottom:10px;}


.aak{width:122px;height:36px;line-height:36px;text-align:center;background:#015198;color:#fff;border:0px;}


.pnpage { clear:both;padding-top:25px; font-size:14px;}
.pnpage a { padding:2px 10px; font-weight:bold; margin:0 6px; border-radius:5px; text-decoration:none;height:34px;line-height:34px;display:inline-block;}
.pnpage a:hover{color:#025aa2 !important;}



/*在线订单*/
.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;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:46%;float:right;background:#f1f1f1;line-height:36px;}
.ny_contact_r .title{border-bottom:1px solid #dddddd;font-size:30px;color:#000000;line-height:50px;padding-bottom:12px;margin-bottom:12px;}
.ny_contact_r .title img{ vertical-align:middle;padding-right:6px;}

/*地图*/
#map{width:100%;height:360px;}



.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;}




