/* 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: #8e9592;}
.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:120px; overflow:hidden;}
.top_tubiao span {display: block; line-height: 32px; color: #666; font-size: 17px; font-weight: normal; letter-spacing: 8.6px;}
.top_tubiao b{display:block; font-size:24px; color:#333;   letter-spacing: 1px;}
.top_tubiao > b > strong{color:#006db8; }
.top_tubiao { margin-top:42px; overflow: hidden} 

.logo img { float: left; margin-right:18px; margin-top: 24px;}
.htel{ font-size:14px; line-height:28px; padding-left:50px; text-align: left; margin-top: 26px; 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,#3c8ced,#2062b8);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: #1d56a0;height: 60px;line-height:60px;overflow: hidden;}
.menu ul{margin:0 2%;}
.menu ul li{float:left;width: 12%;border-right:1px solid rgba(255,255,255,.1);}
.menu ul li a{float:left;display:block;font-size:16px;color:#fff;text-align:center;width:100%;}
.menu ul li:hover{background:#cd1919;}
.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 (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);/*增加阴影*/
}


/*通栏*/
.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 5px;}
.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: 36px;color: #222;line-height:50px; padding-bottom:6px;}
.sy_bt b{color: #1d56a0;}
.sy_bt span{font-size:16px;color:#666;}
.sy_bt d { text-align: center; margin-bottom: 25px; margin-top: 20px; display: block;}


/*关于我们*/
.con_01{ width: 100%;overflow: hidden;padding:50px 0 20px 0;background:url(../images/bj.jpg) no-repeat top center;margin-bottom:60px;}
.about{ padding-top: 36px;width: 100%;} 
.about_b{padding: 50px;overflow: hidden;}
.about_l{width:51%;font-size: 15px;line-height: 30px;float:left; }
.about_l dl{ margin-bottom: 20px;font-size: 36px;color: #222; font-weight:bold;}
.about_l dl span{color:#1d56a0;}
.about_l dt{font-family: "arial";font-size:14px;line-height: 50px;color: #1d56a0;font-weight: bold;}
.about_l .txt{padding-top: 20px;}
.about_l .more{display:inline-block;width: 170px;line-height: 44px;background: #1d56a0;color: #fff;text-align: center; margin-top:30px;}
.about_l .more:hover{background:#cd1919;color:#fff;}
.about_r{width:44%;float:right;overflow:hidden;}
.about_r img{width:100%;height:auto; transition:all 1s;}
.about_r img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}


/*产品*/
.con_02{width:100%;margin-top:30px;background:url(../images/index_02.jpg) no-repeat top right #1d56a0;}
.con_02 .pic{float:left;width:45%;overflow:hidden}
.con_02 .pic img{width:100%;height:auto;min-height:400px; transition:all 1s;}
.con_02 .pic img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}
.con_02 .txt{float:right;width:49%;padding:3% 3% 0;}
.con_02 .txt ul li{line-height:52px;border-bottom:1px solid rgba(255,255,255,.3);float:left;width:48%;margin:0 1%; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.con_02 .txt ul li a{font-size:16px;color:#fff;}
.con_02 .txt ul li a:hover{color:#FF0;}
.con_02 .more{margin-top:40px;width:170px;height:44px;line-height:44px;text-align:center;background:#fff;}


/*产品*/
.con_03{width:100%;overflow:hidden;background:url(../images/appli_bg.png) no-repeat top center;}
.advan {padding: 70px 0 85px}
.advan h3 {margin-bottom: 30px;font-size: 2.375em;text-align: center}
.advan .title {margin: 0px auto;color: #828282; max-width: 48%;text-align: center;margin-bottom: 54px}
.advan .advan-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 50px -25px 0;}
.advan .advan-list>li {width: 25%;padding: 0 25px;box-sizing: border-box}
.advan .advan-item {padding: 38px 20px 46px;box-sizing: border-box;height: 100%;background: #FFF;position: relative}
.advan .advan-item .tit {margin: 0px auto;text-align: center;font-weight: bold;margin: 24px 0 20px;font-size: 1.25em}
.advan .advan-item .con {text-align: center;line-height: 1.5em;color: #666;font-size: 14px;}
.advan .advan-item:hover .advan-icon {background-color: #034ea2}
.advan .advan-item:hover .advan-icon .qa {background-position: -36px 0}
.advan .advan-item:hover .advan-icon .gs {background-position: -108px 0}
.advan .advan-item:hover .advan-icon .rn {background-position: -180px 0}
.advan .advan-item:hover .advan-icon .fd { background-position: -252px 0}
.advan .advan-item:hover:after {border-bottom: 24px solid #034ea2;border-left: 24px solid transparent}
.advan .advan-item:after {content: "";position: absolute;display: block;height: 0;width: 0;right: 14px;bottom: 14px;border-bottom: 14px solid #034ea2;border-left: 14px solid transparent;transition: border .3s ease}
.advan .advan-icon {width: 65px;height: 65px;margin: 0px auto;border-radius: 5px;background: #F6F6F6;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;transition: background-color .3s ease}
.advan .advan-icon>i {display: block;width: 36px;height: 36px;background: url("../images/advan_icon.png") no-repeat}
.advan .advan-icon .gs {background-position: -72px 0px;}
.advan .advan-icon .rn {background-position: -144px 0px;}
.advan .advan-icon .fd {background-position: -216px 0}

@media screen and (max-width: 1470px) {
.advan .advan-item {padding:20px 16px 30px}
.advan .advan-item .tit {margin: 18px 30px}
}

@media screen and (max-width: 768px) {
.advan h3 {font-size: 19px}
.advan .title {max-width: 100%;font-size: 14px;margin-bottom: 5.3333333333vw}
.advan {padding: 5.3333333333vw 0}
.advan .advan-list>li {width: 50%;margin-bottom: 4vw;padding: 0 2vw}
.advan .advan-list {margin: 30px -2vw}
.advan .advan-item .tit {font-size: 16px;margin: 4vw 0}
.advan .advan-item .con {font-size: 14px}
}


/*新闻中心*/
.con_05{ width: 100%;padding-top: 50px;overflow:hidden;}
.con_05 ul{margin-top:30px;}
.con_05 li {float: left;position: relative;margin:0 1.5%;width:30%;height: 540px;cursor: pointer;background: #f8f8f8;}
.con_05 li:last-of-type {margin-right: 0;}
.con_05 li .news_img {height: 287px;overflow:hidden;margin:3% 3% 0;}
.con_05 li .news_img img {display: block;width: 100%;height: 100%; transition: all 1s;}
.con_05 li:hover .news_img img{ transform-origin:center center; transform:scale(1.15,1.15);}
.con_05 li .news_time {padding-top:12px;}
.con_05 li .news_time .news_time_t span {display: block;font-family: "Arial";font-size: 14px;color: #989898;background: url(../images/time.png) no-repeat left center;padding-left: 20px;}
.con_05 li .news_txt {padding: 30px 25px 0;}
.con_05 li .news_txt .news_txt_t a {display: block;font-size: 18px;color: #222;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis;}
.con_05 li .news_txt .news_txt_w {padding-top: 17px;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;text-overflow: ellipsis;}
.con_05 li .news_txt .news_txt_w p {font-size: 14px;color: #989898;line-height: 24px;}
.con_05 li .news_txt .news_txt_a {margin-top: 16px;}
.con_05 li .news_txt .news_txt_a img {display: block;width: 100%;height: 100%;}

.con_05 li .news_txt_a a{width:120px; height:34px; background:#1d56a0; line-height:34px; text-align:center; color:#fff;font-size:14px; display:block;}
.con_05 li .news_txt_a a:hover{color:#fff;background:#ce0b0b;}
.con_05 li .news_txt_t{ border-bottom: 1px solid #ccc; padding-bottom:20px;}


#bottom{color:#fff;padding-top:47px;background-color:#2d3033;margin-top:60px;border-top:10px solid #1d56a0;}
#bottom a{color:#fff;}
#bottom a:hover{text-decoration:underline;}
#bottom ul li a{color:#c3c2c3;}
#bottom i{ display:block;width:18px;height:2px;background:#6bb4e5;}
#bottom .lm_t{font-size:18px;color:#fff;padding-bottom:15px;font-family:Arial; text-transform:uppercase;}
#bottom .box{line-height:30px;color:#c3c2c3;}
.bot_contact{width:34%;float:left;margin-left:2%;border-right:1px solid rgba(255,255,255,.1);padding-right:3%;}
.bot01{margin-left:3%;height:148px;width:40%;float:left;}
.bot01 ul li{float:left;width:25%;}
.bot01 a{padding-right:15px;}

.bot_ewm{float:right;text-align:center;width:108px;}
.bot_ewm p{padding-top:5px;}
.bot{text-align:center;padding:25px 0;line-height:24px;border-top:1px solid rgba(255,255,255,.1);margin-top:40px;}

/*悬浮链接*/
.suspension{position:fixed;z-index:555555;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#1d56a0;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:0px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}



.mbfor {display: none;}


/*ny*/

.ny_ban .txt01{font-size:32px;color:#fff;padding-top:120px;}
.ny_ban .txt02{font-size:14px;color:#fff;padding-top:10px;font-family:Arial;}
.ny_ban01{background:url(../images/ny_ban01.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban02{background:url(../images/ny_ban02.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban03{background:url(../images/ny_ban03.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban04{background:url(../images/ny_ban04.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban05{background:url(../images/ny_ban05.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban06{background:url(../images/ny_ban06.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}
.ny_ban07{background:url(../images/ny_ban07.jpg) top center no-repeat;width:100%;height:300px;overflow:hidden;}

.ny_bt {text-align: center; background: url(../images/11.png) center 55px no-repeat; padding-bottom: 35px;}
.ny_bt p{font-size: 36px;color: #222;line-height:50px; padding-bottom:6px;}
.ny_bt b{color: #1d56a0;}


#nav1 .nav1,#nav2 .nav2,#nav3 .nav3,#nav4 .nav4,#nav5 .nav5,#nav6 .nav6,#nav7 .nav7{background:#cd1919;}
#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:50px auto 0;width:1400px;}
#content .box{padding:30px 0 0 0;line-height:32px;font-size:16px;color:#595959;}
#content .ny_img img{ max-width:100%; height:auto !important;width:100%;}

.ny_about_pic{margin-top:30px;}


/*产品*/
.ny_cp ul li{float:left;width:45%;margin:0.5% 1%;background:#f6f6f6;line-height:46px;padding-left:1%;border-left:5px solid #1d56a0;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis;}
.ny_cp ul li:hover{background:#1d56a0;}
.ny_cp ul li:hover a{color:#fff !important;}

/*内页产品*/
.ny_cp_xq_bt{background:#f3f3f3;line-height:60px;text-align:center;font-size:24px;color:#000;font-weight:bold;margin-bottom:30px;}
.ny_cp_pic{text-align:center;}
.ny_cp_pic img{width:520px;}
.ny_pro_table tr td{line-height:36px;padding-left:10px;}


/*返回*/
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;font-size:14px;}
.flex-between{ display: flex; justify-content: space-between;font-size:14px;}
.fanye{ margin-top:40px;border-top:1px solid #e5e5e5; padding-top:30px; line-height:30px;font-size:14px;}
.fanhui{background:#ddd;border-radius:25px;line-height:40px;width:120px;text-align:center;height:40px;font-size:14px;}
.fanhui:hover{ background:#00488f;}
.fanhui:hover a{ color:#fff;font-size:14px;}
.flex {display: flex;flex-wrap: wrap;}


/*新闻*/
.ny_news li {float: left;position: relative;margin:1% 1.5%;width:30%;height: 520px;cursor: pointer;background: #f8f8f8;}
.ny_news li:last-of-type {margin-right: 0;}
.ny_news li .news_img {height: 260px;overflow:hidden;margin:3% 3% 0;}
.ny_news li .news_img img {display: block;width: 100%;height: 260px; transition: all 1s;}
.ny_news li:hover .news_img img{ transform-origin:center center; transform:scale(1.15,1.15);}
.ny_news li .news_time {padding-top:5px;}
.ny_news li .news_time .news_time_t span {display: block;font-family: "Arial";font-size: 14px;color: #989898;background: url(../images/time.png) no-repeat left center;padding-left: 20px;}
.ny_news li .news_txt {padding: 15px 25px 0;}
.ny_news li .news_txt .news_txt_t a {display: block;font-size: 18px;color: #222;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis;}
.ny_news li .news_txt .news_txt_w {display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;text-overflow: ellipsis;}
.ny_news li .news_txt .news_txt_w p {font-size: 14px;color: #989898;line-height: 24px;}
.ny_news li .news_txt .news_txt_a {margin-top: 16px;}
.ny_news li .news_txt .news_txt_a img {display: block;width: 100%;height: 100%;}

.ny_news li .news_txt_a a{width:120px; height:34px; background:#1d56a0; line-height:34px; text-align:center; color:#fff;font-size:14px; display:block;}
.ny_news li .news_txt_a a:hover{color:#fff;background:#ce0b0b;}
.ny_news li .news_txt_t{ border-bottom: 1px solid #ccc; padding-bottom:20px;}

.ny_news_bt{font-size:26px;color:#000;padding-bottom:10px;}
.news_ny{font-size:16px;line-height:30px;}


/*企业展示*/
.fanye3{ display:none;}
.ny_qyzs{margin-top:20px;}
.ny_qyzs ul li{width:29.33%;float:left;border-bottom:2px solid #ededed;margin:0 2% 20px;}
.ny_qyzs ul li:hover{border-bottom:2px solid #0662af;}
.ny_qyzs ul li .pic{width:100%;height:310px;overflow:hidden;}
.ny_qyzs ul li .pic img{min-height:310px;width:100%; transition:all 1s;}
.ny_qyzs ul li:hover .pic img{ transform:scale(1.15,1.15); transform-origin:center center;}
.ny_qyzs ul li .bt{height:50px;line-height:50px;text-align:center;}
.ny_qyzs ul li .bt a:hover{color:#175aac;}
.ny_qyzs ul li .more{padding-top:20px;padding-bottom:20px;}
.ny_qyzs ul li .more a{color:#1867c2;font-size:16px;}
.ny_qyzs ul li .more a:hover{text-decoration:underline;}


.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{float:left;}
.ny_contact_r{float:right;}

/*地图*/
.contmap {width:100%;height:440px; float:right; border:#ccc solid 1px;}



.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;}




