/* 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:120px; overflow:hidden;}
.logo img { float: left; margin-right:18px; margin-top: 23px;}
.htel{ font-size:14px; line-height:28px; padding-left:50px; text-align: left; margin-top: 30px; 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: 40px;margin-left: 40px;}
.top_toubu ul li{width: 130px;height: 40px;border-radius: 40px;line-height: 40px;font-size: 12px;color: #fff;background-image: linear-gradient(to right,#459dd8,#24599f);float: left;text-align: center;}
.top_toubu ul li:nth-child(2){margin-left: -42px;z-index: -1;position: relative;text-align: right;padding-right: 15px;width: 125px;}
.top_toubu ul li:nth-child(3){margin-left: -29px;z-index: -2;position: relative;text-align: right;padding-right: 15px;width: 130px;}
.menu{background: #035ca3;height: 60px;line-height:60px;overflow: hidden;}
.menu ul{margin:0 2%;}
.menu ul li{float:left;width: 11%;}
.menu ul li a{float:left;display:block;font-size:16px;color:#fff;text-align:center;width:100%;}
.menu ul li:hover{background:#043a71;}
.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:500px !important;overflow:hidden;}
.fullwidthbanner-container .fullwidthabnner	{width:100% !important;max-height:500px !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:54px;height: 54px;overflow: hidden;}
.ban_bot .search_l{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;}


.sy_bt {text-align: center; background: url(../images/11.png) center 96px no-repeat; padding-bottom: 35px;}
.sy_bt p{font-size: 38px;color: #222;line-height:50px; padding-bottom:14px;}
.sy_bt b{color: #035ca3;font-weight:normal;}
.sy_bt span{font-size:16px;color:#666;}

/*产品搜索*/
.con_03{width:100%;overflow:hidden;padding-top:32px;border-top:1px solid #eff1f3;}
.con_03 .title{text-align:center;font-size: 50px;color: #333;text-transform: uppercase;font-family: EUCLIDCIRCULARA;line-height: 1.3;}
.con_03 .title2{font-size:32px;text-align:center;line-height: 2;}

.search{width:60%; margin:0 auto; margin-top:10px;height:62px; padding-left:10px; padding-right:0px; background:#f6f6f6; border-radius:5px; }
.search .fl{ width:75%}
.search .fr{ float:right;}
.searchinput{height:62px;border:#fefefe solid 0px;width:100%;float:left;display:inline;line-height:62px; outline:none; background:none; color:#555; opacity:0.7; font-size:16px; padding-left:5%; }
.search .fr input {width: 100%;background: #0e6aaf;font-size: 17px;color: #ffffff; height: 62px; border:0;}
.search .fr {width: 25%;}

/*产品展示*/
.con_01{ width: 100%;overflow: hidden;margin-top:40px;}
.con_02{ width: 100%;overflow: hidden;padding:80px 0 90px 0;background:url(../images/bg3.jpg) no-repeat top center fixed;margin-top:40px;}
.con_02 ul li{float:left;width:31%;margin:1%;text-align:center;line-height:48px;border:1px solid #fff;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.con_02 ul li a{font-size:15px;color:#fff;}
.con_02 ul li:hover{background:#fff;}
.con_02 ul li:hover a{color:#095295;}
.con_02 .more{text-align:center;width:200px;height:48px;line-height:44px;margin:30px auto 0;background:#e58130;color:#fff;font-size:16px;}


/*关于我们*/
.con_04{ width: 100%;overflow: hidden;padding:70px 0 70px 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: 26px;color: #222; font-weight: normal;}
.about_l dt{text-transform: uppercase;font-family: "arial";font-size: 32px;line-height: 60px;color: #035ca3;font-weight: bold;}
.about_l .txt{padding-top: 20px;line-height:36px;}
.about_l .more a{display:inline-block;width: 200px;line-height: 48px;background: #035ca3;color: #fff;text-align: center; margin-top:30px;}
.about_l .more a:hover{background:#e58130;}
.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);}


/*新闻*/
.con_05{width:100%;overflow:hidden;padding-top:70px;padding-bottom:70px;background:url(../images/bg4.jpg) no-repeat top center #f9f9f9;}
.sy_news{margin-top:50px;}
.sy_news ul li{width:30%;margin:1% 1.5%;float:left;}
.sy_news ul li .bt{font-size:22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow: ellipsis;}
.sy_news ul li .txt{font-size: 15px;color: #6f6f6f;margin-top: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow: ellipsis;}
.sy_news ul li .time{font-size: 26px;color: #2f2f2f;font-family: Arial;line-height: 45px;margin-bottom: 22px;}
.sy_news ul li .more{width: 100%;overflow: hidden;font-size: 15px;color: #1c2533;line-height: 30px;background: url(../images/icon14.png) no-repeat left center;padding-left: 53px;margin-top: 40px;transition: all .5s ease;-webkit-transition: all .5s ease;}
.sy_news ul li:hover .more{background: url(../images/iconh14.png) no-repeat left center;}
.sy_news ul li:hover .more a{color:#035ca3;}

#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:#2f81c2;}
#bottom .lm_t{font-size:20px;font-weight:bold;color:#fff;padding-bottom:15px;font-family:Arial; text-transform:uppercase;}
#bottom .box{padding-top:12px;line-height:30px;}
.bot_nav{margin-left:4%;width:34%;float:left;border-right:1px solid rgba(255,255,255,.2);padding-right:3%;}
.bot_contact{border-right:1px solid rgba(255,255,255,.2);padding-right:3%;width:38%;float:left;margin-left:2%;}
.bot_ewm{float:right;width:140px;}
.bot_ewm  img{padding-top:20px;}
.bot_ewm p{padding-top:10px;text-align:center;}
.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:#035ca3;background-size: auto 52px;}
.izl-rmenu2 .btn-qq:hover{background-color:#035ca3;}
.izl-rmenu2 a.btn-qq,.izl-rmenu2 a.btn-qq:visited{background:url(../tanchu/images/r_qq.png) 0px 0px no-repeat; background-color:#035ca3; 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:#035ca3;background-size: auto 52px;}
.izl-rmenu2 .btn-wx:hover{background-color:#035ca3;}
.izl-rmenu2 .btn-wx .pic{background-color:#035ca3; 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:#035ca3;background-size: auto 52px;}
.izl-rmenu2 .btn-phone:hover{background-color:#035ca3;}
.izl-rmenu2 .btn-phone .phone{background-color:#035ca3; 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:#035ca3;background-size: auto 52px;}
.izl-rmenu2 .btn-skp:hover{background-color:#035ca3;}
.izl-rmenu2 .btn-skp .skp{background-color:#035ca3; 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;}

#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;}

.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;}

#content{margin:40px 8% 0;}
#content .box{padding:15px 0 0 0;line-height:34px;font-size:16px;color:#595959;}
#content .box a{color:#595959;}
#content .box a:hover{color:#0e6aaf}
#content .box img{ max-width:100%; height:auto !important; height:100%;}

.ny_about_pic{margin-top:30px;text-align:center;}
.mt50{margin-top:70px}

/*内页产品*/
.pro_list{text-align:center;margin-bottom:10px;margin-top:15px;}
.pro_list a{display:inline-block;padding:0 11px;line-height:40px;margin:5px 5px;border:1px solid #ddd;font-size:14px;}
.pro_list a:hover{background:#035ca3;color:#fff;border:1px solid #035ca3;}
.pro_list .active{background:#035ca3;color:#fff;border:1px solid #035ca3;}
.pro_list .active:after{content: '';display: block;width: 100%;height: 2px;background:#2180d0;position: absolute;bottom: -1px;left: 0;transition: 0.4s ease-out;transform: scaleX(0);}

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;color:#151515;}
.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 .nr{line-height:40px;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;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: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:24px;color:#000;padding-bottom:10px;}


/*荣誉资质*/
.ny_ryzz ul{margin-top:10px;}
.ny_ryzz ul li{width:27.6%;margin:1.2% 1.5%;float:left;border:1px solid #fff;padding:1.2% 1.2% 0.2%;border:1px solid #ddd;border-radius: 5px;}
.ny_ryzz ul li .pt{overflow:hidden;height:300px;}
.ny_ryzz ul li:hover .pt img{ transform-origin:center center; transform:scale(1.05,1.05)}
.ny_ryzz ul li .pt img{width:100%;height:300px !important; transition:all 1s;}
.ny_ryzz ul li .txt{text-align:center;padding-top:6px;font-size:16px;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.ny_ryzz .bt2{font-size:30px;text-align:center;padding-bottom:15px;color:#000;}


.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;width:45%}
.ny_contact_r{float:right;width:48%}
#map{width:100%;height:405px;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:550px; 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;}




