/* CSS Document */


.wm{margin:0 auto;width:1400px;}
.wm2{margin:0 10%;}


.head{background:#0e6aaf;height:40px;line-height:40px;}
.head .head_l{color:#fff;}
.head .head_r{width:250px;height:30px;line-height:30px;background:#fff;border-radius:30px;margin-top:5px;}
.searchsrk{border:none;width:200px;margin-left:10px;outline:none;color:#757575;background:none;}
.searchsrk2{width:14px;height:14px;border:none;font-size:14px;background:url(../images/san.png);}


.dbtiao03{text-align:right; width:250px; height:32px; padding-top:8px; font-size:14px; color:#fff; line-height:40px;  float:right; margin-right:3%;}
.sou{ border-left:1px solid #FFFFFF; border:1px solid rgba(255,255,255,0.6); float:right; height:22px; margin-right:1%; width:250px; border-radius:10px; padding-right:10px;background:#fff;}
.sinput{border:none; height:21px; color:#000; font-size:12px; line-height:22px;}


.top{width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 110px;
	background-color: rgba(255,255,255,0.8);}


.logo{padding-top:23px;float:left;margin-right:20px;}
.top_r{float:right;padding-top:20px;}

.header_tel{float:right;line-height:26px;height:26px;}
.header_tel img{ vertical-align:middle;}
.header_lang{float:right;background:#feb500;text-align:center;line-height:26px;height:26px;padding:0 12px;border-radius:5px;margin-left:12px;color:#fff;}


.menu{margin-top:7px;}
.menu ul li{float:left;height:42px;line-height:42px;}
.menu ul li a:link,.menu ul li a:visited{padding:0 25px;display:block;font-size:18px;color:#191919;}
.menu ul li a:hover{padding:0 25px;display:block;font-size:18px;text-decoration:none;color:#0e6aaf !important;}
.menu ul li:last-child a{padding-right:0px;}
.lang{text-align:right;margin-top:20px;height:20px;}

.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-intro .lm_t{border-left:3px solid #1c82c8;padding-left:12px;}
.about-intro .lm_t h2{font-size: 22px;color:#1c82c8}
.about-intro .lm_t h3{font-size: 32px;font-family:Arial;padding-top:5px;}
.about-intro {float: left;width: 72%;}
.about-intro .txt {font-size: 15px;line-height: 200%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;margin-top:50px;}
.about-pic {float: right;position: relative;padding-left: 8px;}
.about-pic img {width: 100%;}
.about-pic:after {position: absolute;left: 0;bottom: 0;width: 8px;height: 160px;background: #ff9326;content: "";}
.about-btm {padding-top: 40px;}
.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 #feb500;font-size: 14px;color: #fff;line-height: 44px;}
.about-btm a:hover.more-btn {box-shadow: 0 4px 12px rgba(254,181,0,0.3);}


.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 .lm_t{border-left:3px solid #feb500;padding-left:12px;}
.con_02 .lm_t h2{font-size: 22px;color:#fff;}
.con_02 .lm_t h3{font-size: 32px;font-family:Arial;padding-top:5px;color:#fff;}
.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:#0973c8;}
.con_02 ul li:hover{background:#0e91d9;}
.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;margin-top:70px;border-bottom:1px solid #eeeeee;padding-bottom:70px;}
.con_03 ul li{float:left;width:28%;margin:0 1.1%;background:#f4f4f4;padding:1.5%;height:350px;border-top-left-radius: 40px; border-bottom-right-radius: 40px;overflow:hidden;}
.con_03 ul li .pic{overflow:hidden;}
.con_03 ul li .pic img{width:100%; transition:all 1s;}
.con_03 ul li:hover .pic img{ transform-origin:center center; transform:scale(1.15,1.15);}
.con_03 ul li .txt{padding-top:20px;}
.con_03 ul li .txt h2{font-size:20px;font-weight:bold;color:#000;}
.con_03 ul li .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;padding-top:12px;color:#6a6a6a;line-height:24px;}

.con_04{margin-top:70px;}
.con_04 .lm_t{border-left:3px solid #1c82c8;padding-left:12px;margin-bottom:50px;}
.con_04 .lm_t h2{font-size: 22px;color:#1c82c8;}
.con_04 .lm_t h3{font-size: 32px;font-family:Arial;padding-top:5px;}

.news-list {width: 100%;border: 1px solid #efefef;}
.news-list ul {margin: -1px;}
.news-list li {float: left;width: 33.33%;border-bottom: 1px solid #efefef;}
.news-list li a {display: block;padding: 39px 40px 0;height: 240px;}
.news-list li .date {padding-bottom: 20px;border-bottom: 1px solid #efefef;background: url("../img/news-more.png") no-repeat right 48px;font-family: "PFDinTextPro-Light";}
.news-list li .date .month {font-size: 44px;}
.news-list li .date .day {font-size: 13px;}
.news-list li .con {padding-top: 24px;}
.news-list li h4 {font-size: 15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-list li p {padding-top: 16px;font-size: 14px;color: #888;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.3s ease-in-out;}
.news-list li a:hover {background: #0e91d9;color: #fff;}
.news-list li a:hover .date {border-bottom: 1px solid rgba(255,255,255,0.4);}
.news-list li a:hover p {color: #fff;}




/* ---------- footer ---------- */
#bottom{background:#0e6aaf;padding-top:65px;padding-bottom:50px;color:#fff;margin-top:70px;}
#bottom a{color:#fff;}
#bottom a:hover{color:#fff;}
#bottom .lm_t{font-weight:bold;color:#fff;font-size:16px;}
#bottom i{background:#b8bdcb;width:21px;height:2px; display:block;margin:15px 0;}
#bottom .box{padding-top:10px;line-height:26px;}
.bot_01{float:left;width:23%;border-left:1px solid #3c8ed3;padding-left:3%;min-height:120px;}
.bot_01 a{ display:block;}
.bot_02{float:left;width:32%;border-left:1px solid #3c8ed3;padding-left:3%;min-height:120px;}
.bot_02 a{padding-right:20px;}
.bot_ewm{float:right;}
.bot{border-top:1px solid #3c8ed3;margin-top:30px;padding-top:30px;}



#go_top {position: fixed;right:10px; bottom: 50px;z-index:99;width:50px; height:260px;}
#go_top a.t1 {background:#0e6aaf url(../images/top1.png) no-repeat center; text-decoration:none; display:block;height:50px;border-radius: 2px;}
#go_top a.t1:hover {background:#064d83 url(../images/top1.png) no-repeat center;}
#go_top a.t2 {background:#0e6aaf url(../images/ft1.png) no-repeat center; text-decoration:none; display:block;height:50px;border-radius: 2px;}
#go_top a.t2:hover {background:#064d83 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:#0e6aaf url(../images/tel.png) no-repeat center;}
.right-btn-group .to-top a:hover {background: #064d83 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:#0e6aaf url(../images/c2-1.png) no-repeat center;}
.right-btn-group .show-ew a:hover {background: #064d83 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:330px;overflow:hidden;}
.ny_ban02{background:url(../images/ny_ban02.jpg) top center no-repeat;width:100%;height:330px;overflow:hidden;}
.ny_ban03{background:url(../images/ny_ban03.jpg) top center no-repeat;width:100%;height:330px;overflow:hidden;}
.ny_ban04{background:url(../images/ny_ban04.jpg) top center no-repeat;width:100%;height:330px;overflow:hidden;}
.ny_ban05{background:url(../images/ny_ban05.jpg) top center no-repeat;width:100%;height:330px;overflow:hidden;}
.ny_ban06{background:url(../images/ny_ban06.jpg) top center no-repeat;width:100%;height:330px;overflow:hidden;}
.ny_ban07{background:url(../images/ny_ban07.jpg) top center no-repeat;width:100%;height:330px;overflow:hidden;}


.nydh{ height:70px; width:100%;box-shadow: 0 0 10px rgba(0,0,0,0.2);}

a.dh3 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #212121; display:block; width:49%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh3:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh3:hover { color:#fff; text-decoration: none; background:#0e91d9;}
a.dh3:active { color: #ffffff; background:#0e91d9;}


#nav1 .nav1,#nav2 .nav2,#nav3 .nav3,#nav4 .nav4,#nav5 .nav5,#nav6 .nav6,#nav7 .nav7{background:#0e91d9;color:#fff !important;}


.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:32px;margin:40px 0 0 0;font-size:16px;}
#content .box a{font-size:16px;}
#content .box img{ max-width:100%; height:auto !important; height:100%;}

.ny_about_pic{margin-top:30px;}



/*内页产品*/
.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; text-align:center; padding-top:15px; font-size:0.8em;margin:15px auto 0;width:400px;}
.pnpage a { padding:3px 25px; font-weight:400; border:1px solid rgba(0,0,0,0.5); color:#666; margin:0 10px; border-radius:25px;font-size:14px !important;}
.pnpage a:hover { background:#0e91d9; border:#0e91d9 1px solid; color:#fff; text-decoration:none;} 

.aak{width:122px;height:36px;line-height:36px;text-align:center;background:#015198;color:#fff;border:0px;}

a.ank {color:#ffffff; margin:auto; background:#FF7702; width:90px; height:30px; line-height:30px; text-align:center; display:block; font-size:13px; border-radius:3px;}
a.ank:hover{color:#ffffff; background:#ff6600; width:90px; height:30px; line-height:30px; text-align:center; display:block; text-decoration:none;}

/*产品研发*/
.cpyf_l{float:left;width:67%;}
.cpyf_r{float:right;padding-left:20px;}



/*品质保证*/
.ny_pzbz{margin-top:20px;}
.ny_pzbz ul li{width:30%;float:left;margin:10px 1.5% 20px;background:#f5f5f5;border:1px solid #f5f5f5; border-radius:10px;overflow:hidden;}
.ny_pzbz ul li:hover{background:#0e91d9;border:1px solid #0e91d9;}
.ny_pzbz ul li .pic{width:100%;max-height:320px;overflow:hidden;}
.ny_pzbz ul li .pic img{height:300px;width:100%; transition:all 1s;}
.ny_pzbz ul li:hover .pic img{ transform:scale(1.15,1.15); transform-origin:center center;}
.ny_pzbz ul li .bt{height:50px;line-height:50px;text-align:center;}
.ny_pzbz ul li:hover .bt a{color:#fff !important;}
.ny_pzbz .bt2{text-align:center;font-size:30px;color:#000;padding-bottom:12px;}


/*内页新闻*/
.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:#0e6aaf !important;}
.ny_news ul li .js .txt{font-size:1em;line-height:24px;color:#666666;}
.ny_news ul li:hover .more{background:#125aaa;}

.ny_news_bt{font-size:32px;color:#000;padding-bottom:10px;}



/*在线订单*/
.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:50%;font-size:14px;line-height:28px !important;}
.ny_contact_r{float:left;width:50%;font-size:14px !important;}
.contmap {width:100%;height:350px; 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;}




