/* CSS Document */


.wm{margin:0 auto;width:1400px;}
.wm2{margin:0 10%;}


.top{width: 100%;height:120px;border-top:3px solid #009448;}
.logo{padding-top:28px;float:left;margin-right:20px;}
.top_r{float:right;padding-top:18px;}

.header_tel{float:right;line-height:26px;height:26px;font-size:14px;}
.header_tel span{color:#044975;font-size:18px;font-family:Arial;}
.header_tel img{ vertical-align:middle;}
.header_lang{float:right;background:#ff962f;text-align:center;line-height:26px;height:26px;padding:0 12px;border-radius:5px;margin-left:12px;color:#fff;}

.search{float:right;margin-top:19px;}
.searchsrk{height: 30px;color: #aaaaaa;font-size: 14px;border: #e7e7e7 solid 0px;width: 255px;float: left;display: inline;padding-left: 15px;line-height: 30px;background: #ececec;outline:none;}
.searchsrk2{border:none;width:66px;height:32px;background:#009448;color:#fff;}

.menu{border-top:1px solid #ddd;}
.menu ul{text-align:center;}
.menu ul li{ display:inline-block;height:56px;line-height:56px;}
.menu ul li a:link,.menu ul li a:visited{padding:0 40px;display:block;font-size:18px;color:#191919;}
.menu ul li a:hover{padding:0 40px;display:block;font-size:18px;text-decoration:none;color:#fff;background:#009448;}


.mbdh{ display:none;}



/*通栏*/
#wrapper {position:relative; z-index:100;}

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:614px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:614px !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);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.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;
}
/*通栏*/



/* ---------- About ---------- */
.con_01{padding-top:90px;padding-bottom:70px;background:url(../images/ab_bg.jpg) no-repeat top center;}
.about_l {float: left;width: 851px;}
.about_l .lm_t h2{font-size: 34px;line-height: 44px;color: #222;font-weight: bold;}
.about_l .lm_t h3{font-size: 15px;text-transform: uppercase;font-family: "arial";line-height: 34px;padding-bottom: 20px;}
.about_l .lm_t i{display:block;background:#dddddd;width:50px;height:1px;}
.about_l .txt {font-size: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;margin-top:25px;line-height:32px;text-align: justify;font-weight: lighter;}
.about-btm {padding-top: 20px;}
.about-btm a.more-btn {display: inline-block;padding: 0 64px 0 28px;height: 44px;border-radius: 22px;background: url("../images/about-more-arrow.png") no-repeat right 28px center #009448;font-size: 14px;color: #fff;line-height: 44px;}
.about-btm a:hover.more-btn {box-shadow: 0 4px 12px rgba(0,148,72,0.3);}
.about_l .pic{margin-top:25px;}
.about_r {float: right;position: relative;padding-left: 8px;}
.about_r img {width: 100%;}



.con_02{width:100%;overflow:hidden;background:url(../images/industry-bg.jpg) no-repeat center top fixed;background-size: cover;padding:80px 0 60px 0;}
.con_02 .title{text-align:center;margin-bottom:60px;}
.con_02 .title h1{font-size:35px;margin-top:-5px;color:#fff;}
.con_02 .title h2{font-size:45px;font-family:Arial;color:#e2eaf2;font-weight:bold;}
.con_02 ul{margin-top:40px;}
.con_02 ul li{float:left;width:21%;margin:1%;padding:1%;text-align:center;background:#fff;border-top-left-radius: 20px; border-bottom-right-radius: 20px;}
.con_02 ul li .bt{font-size:18px;color:#333333;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.con_02 ul li .cas{font-size:14px;color:#999999;padding:5px 0;}
.con_02 ul li .more{color:#009448;}
.con_02 ul li:hover{background:#009448;}
.con_02 ul li:hover .bt{color:#fff;}
.con_02 ul li:hover .cas{color:#fff;}
.con_02 ul li:hover .more{color:#fff;}

.con_03{width:100%;overflow:hidden;padding:70px 0 0 0;}
.con_03 .title{text-align:center;margin-bottom:60px;}
.con_03 .title h1{font-size:35px;margin-top:-5px;}
.con_03 .title h2{font-size:45px;font-family:Arial;color:#e2eaf2;font-weight:bold;}
.sy_news_op{float:left;width:35%;overflow:hidden;position:relative;}
.sy_news_op dl dt{width:100%;height:380px;overflow:hidden; }
.sy_news_op dl dt img{width:100%;height:100%; transition:all 1s;}
.sy_news_op:hover dl dt img{ transform-origin:center center; transform:scale(1.15,1.15);}
.sy_news_op dl dd{position:absolute; z-index:666;background-color: rgba(0,0,0,0.6);width:98%;height:60px;line-height:60px;bottom:0px;padding-left:2%;}
.sy_news_op dl dd a{font-size:16px;color:#fff;}
.sy_news{float:right;width:61%;}
.sy_news ul li{padding:22px 0;border-bottom:1px solid #ddd;}
.sy_news ul li:hover{background:#009448;}
.sy_news ul li:hover .time{color:#fff;}
.sy_news ul li:hover .js .bt a{color:#fff;}
.sy_news ul li:hover .js .txt{color:#fff;}
.sy_news .time{float:left;width:20%;text-align:center;border-right:1px solid #d1d1d1;height:80px;color:#3a3a3a;}
.sy_news .time h1{font-weight:bold;font-size:40px;}
.sy_news .time h2{font-size:16px;padding-top:5px;}
.sy_news .js{float:right;width:75%;}
.sy_news .js .bt{font-size:20px;}
.sy_news .js .bt a{color:#000;}
.sy_news .js .txt{padding-top:10px;line-height:24px;color:#999}


.con_04{width:100%;overflow:hidden;background:url(../images/index_03.jpg) no-repeat top center;margin-top:70px;}
.con_04 .title{margin-top:60px;}
.con_04 .title h1{color: #155baa;font-size: 44px;font-weight: 100;text-align: center;}
.con_04 .title h2{color: rgba(125, 125, 125, .5);font-size: 15px;letter-spacing: 2px;margin: 10px 0 40px;text-align: center;}
.con_04 .txt{line-height:40px;text-align:center;padding:0 25%;height:170px;font-size:18px;font-weight: lighter;}
.con_04 .txt span{padding:0 10px;}


/*footer*/
.flex{ display: flex; align-items: center;}
.footer{ overflow: hidden; background:#f1f1f1;color:#3d3d3d}
.footer a{color:#3d3d3d}
.footer .footmain{ position: relative; padding:3% 0; overflow: hidden;}

.go-top{ width:80px; text-align:center; height:100px; background:#eaeaea; cursor:pointer; overflow: hidden; position: absolute; top:0; right:0; }
.go-top>div{ width:100%; }
.go-top .ico{ width:20px; height:20px; background: url(../images/go_top.png) no-repeat center center; background-size:cover; margin:0 auto; display: block;}
.go-top span{ font-size:14px; display:block; color:#6e6e6e; line-height:1; margin-top:10px;}
.go-top:hover{ background:#00875c;}
.go-top:hover .ico{ background-image:url(../images/go_top2.png);}
.go-top:hover span{ color:#ffffff;}
.footer .bt{font-size:18px;font-weight:bold;color:#000;padding-bottom:10px;}

.dblogo img{ display: block; height:100%; }

.dbinfo{ color:#3d3d3d; font-size:14px; line-height:30px; margin-top:30px; }

.dbnav{ margin-top:90px; color:#3d3d3d; font-size:14px; line-height:30px; overflow: hidden; }
.dbnav a{ float: left; margin-left:50px; }
.dbnav a:hover{ color:#00875c ; text-decoration: underline; }
.copy{ text-align: right; color:#3d3d3d; font-size:14px; line-height:30px; margin:10px 0 15px 0; }
.copy a:hover{ color:#00875c ; text-decoration: underline; }


.consulting{ background:url(../images/qq.png) no-repeat 10px center; background-size:12px; padding-left:30px; display:block; width:100px; height:32px; border:1px solid #d2d2d2; line-height:30px; font-size:14px; color:#3d3d3d; float:right; text-align:left; }
.consulting:hover{background-image:url(../images/qq2.png); background-color:#00875c; border-color:#00875c; color:#ffffff; text-decoration:none;} 
/*footer*/



#go_top {position: fixed;right:10px; bottom: 50px;z-index:99;width:50px; height:260px;}
#go_top a.t1 {background:#009448 url(../images/top1.png) no-repeat center; text-decoration:none; display:block;height:50px;border-radius: 2px;}
#go_top a.t1:hover {background:#ff962f url(../images/top1.png) no-repeat center;}
#go_top a.t2 {background:#009448 url(../images/ft1.png) no-repeat center; text-decoration:none; display:block;height:50px;border-radius: 2px;}
#go_top a.t2:hover {background:#ff962f url(../images/ft1.png) no-repeat center;}
.right-btn-group {width:50px;height:105px; margin:5px 0;}
.right-btn-group .show-tel,.right-btn-group .show-qq,.right-btn-group .show-ew, .right-btn-group .to-top {border-radius: 2px;}
.right-btn-group .show-tel a:hover span,.right-btn-group .show-qq a:hover span, .right-btn-group .show-ew a:hover span, .right-btn-group .to-top a:hover span {display: block}

.right-btn-group .to-top {width: 50px;height: 50px}
.right-btn-group .to-top a {border-radius: 2px;display: block;width: 50px;height: 50px;background:#009448 url(../images/tel.png) no-repeat center;}
.right-btn-group .to-top a:hover {background: #ff962f url(../images/tel.png) no-repeat center}
.right-btn-group .to-top span {display: none;position: absolute;width: 190px;height:50px;top:110px;left: -190px;z-index: 5;color: #fff;background-color: #fff;text-align:center; color:#686868; font-size:14px; line-height:50px;-moz-box-shadow: 0px 0px 5px #ccc;-webkit-box-shadow: 0px 0px 5px #ccc;box-shadow:0px 0px 5px #ccc;}
.right-btn-group .to-top span:after {content: ' ';top:25px;right: -10px;width: 1px;height: 1px;display: block;position: absolute;z-index: 5;border-bottom: 5px transparent dashed;border-left: 5px #fff solid;border-right: 5px transparent dashed;border-top: 5px transparent dashed}

.right-btn-group .show-ew {width: 50px;height: 50px;margin-bottom:5px;}
.right-btn-group .show-ew img { width:140px; display:block;}
.right-btn-group .show-ew a {border-radius: 2px;display: block;width: 50px;height: 50px;background:#009448 url(../images/c2-1.png) no-repeat center;}
.right-btn-group .show-ew a:hover {background: #ff962f url(../images/c2-1.png) no-repeat center}
.right-btn-group .show-ew span {display: none;position: absolute;width: 150px;height:175px;top:65px;left: -160px;z-index: 5;color: #fff;background-color: #fff; padding:5px; text-align:center; color:#686868; line-height:20px; font-size:14px;-moz-box-shadow: 0px 0px 5px #ccc;-webkit-box-shadow: 0px 0px 5px #ccc;box-shadow:0px 0px 5px #ccc;}
.right-btn-group .show-ew span:after {content: ' ';top: 25px;right: -10px;width: 1px;height: 1px;display: block;position: absolute;z-index: 5;border-bottom: 5px transparent dashed;border-left: 5px #fff solid;border-right: 5px transparent dashed;border-top: 5px transparent dashed}

.mbfor {display: none;}
/*ny*/

.ny_ban01{background:url(../images/ny_ban01.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban02{background:url(../images/ny_ban02.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban03{background:url(../images/ny_ban03.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban04{background:url(../images/ny_ban04.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban05{background:url(../images/ny_ban05.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban06{background:url(../images/ny_ban06.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban07{background:url(../images/ny_ban07.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}

.mt60{margin-top:60px;}

.ny_site{background-color: #f8f8f8;line-height:60px;height:60px;}
.ny_site .ny_site_r{color:#555;}
.ny_site .ny_site_r img{ vertical-align:middle;padding-right:10px;}

.ny_title{text-align:center;padding-top:65px;}
.ny_title h1{font-size: 36px;font-weight: bold;color:#000;}    
.ny_title h2{color: rgba(218, 218, 218, 1);font-size:18px;font-family:Arial;padding-top:3px; text-transform:uppercase;}
.ny_title .p01{padding-top:20px;font-size:22px;font-weight:bold;text-align:left;color:#000;}
.ny_title .p02{font-size:12px;text-align:left;color:#000;font-family:Arial;padding-top:5px;}


#content{overflow:hidden;margin:0 auto;width:1400px;}
#content .box{line-height:36px;margin:40px 0 0 0;font-size:16px;}
#content .box a{font-size:16px;}
#content .ny_pic{ max-width:100%; height:auto !important; height:100%;}



/*内页产品*/
.ny_pro_site{text-align:center;height:40px;line-height:40px;background:#595959;padding:10px 0;}
.ny_pro_site a{ display:inline-block;padding:0 50px;margin:0 20px;font-size:16px;background:#fff;border-radius:5px;}
.ny_pro_site a:hover{background:#378bd5;color:#fff;}

.ny_cp .bt{font-weight:bold;padding-top:12px;color:#000;}
.bak td,.bak th { font-size:14px; padding:5px 10px; border:0; text-align:center;}
.bak th { background:#262626; color:#fff; font-weight:bold; text-align:center; font-size:16px; line-height:42px;}
.bak td{line-height:38px;font-size:15px;}
.bak tr:nth-child(odd){background:#fff;}
.bak tr:nth-child(even){background:#f7f7f7;}

.ny_cp_bt{font-size:30px;font-weight:bold;color:#000;}
.ny_pro_table{font-family:Arial;}
.ny_pro_table strong{color:#000;}
.ny_pro_table td{font-size:14px !important;padding-left:10px;height:42px;line-height:42px;}


.pnpage { clear:both;padding-top:25px; font-size:14px;text-align:center !important;}
.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_news ul{}
.ny_news ul li{border-bottom:1px solid #e6e6e6;padding-bottom:20px;margin-top:16px;}
.ny_news ul li .time{float:left;width:8%;background:#f2f2f2;text-align:center;padding:10px 0; border-radius:10px;font-family:Arial;}
.ny_news ul li .time h1{font-size:32px;font-weight:bold;}
.ny_news ul li .time h2{font-size:14px;color:#999999;line-height:20px;}
.ny_news ul li .js{float:left;margin-left:3%;width:88%;}
.ny_news ul li .js a{font-size:1.2em;font-weight:bold;color:#000 !important;}
.ny_news ul li:hover .js a{color:#009448 !important;}
.ny_news ul li .js .txt{font-size:14px;line-height:24px;color:#666666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.ny_news ul li:hover .more{background:#125aaa;}

.ny_news_bt{font-size:30px;color:#000;padding-bottom:10px;}


/*企业展示*/
.ny_qyzs{margin-top:20px;}
.ny_qyzs ul li{width:30%;float:left;margin:10px 1.5% 20px;background:#f5f5f5;border:1px solid #f5f5f5; border-radius:10px;overflow:hidden;}
.ny_qyzs ul li:hover{background:#009448;border:1px solid #00875c;}
.ny_qyzs ul li .pic{width:100%;height:300px;overflow:hidden;}
.ny_qyzs ul li .pic img{height:300px;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:hover .bt a{color:#fff !important;}
.ny_qyzs .bt2{text-align:center;font-size:30px;color:#000;padding-bottom:12px;}
.ny_qyzs img{max-width:100%;height:auto;}



/*在线订单*/
.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:#009448; 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:56%;float:left;background:#f7f7f7;}
.ny_contact_r{width:38%;float:right;background:#009448;padding:40px 3% 0;height:440px;line-height:34px;color:#fff;}
.ny_contact_r h4{ display:block;border-bottom:1px dotted #fff;line-height:50px;font-size:26px;margin-bottom:20px;padding-bottom:6px;}
.ny_contact_r a,.ny_contact_r a:hover{color:#fff;}
.ny_contact_r .ewm{padding-top:10px;}
/*地图*/
.contmap {width:100%;height:480px;}





.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 !important;}
.nypro span.current,.nypro a.num { display:inline-block; margin:0 5px; padding:0 8px; height:23px; line-height:23px;font-size:14px !important;}
.nypro span.current,.nypro a.num:hover { background:#f2fcf0; border:#009448 1px solid; color:#009448;font-size:14px !important;}
.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 !important;}
.nypro a.end,.nypro a.next,.nypro a.prev { display:inline-block; padding:0 8px;height:23px; line-height:23px;font-size:14px !important;}
.nypro a.prev { margin:0 5px;font-size:14px !important;}




