/* 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%;}
.wm3{margin:0 15%;}
.top0{width:100%; top:0;left:0; z-index:99999; position:absolute;}

.top{width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 110px;
    box-shadow: 0px 0px 10px 0px #aaa;
	background-color: rgba(255,255,255,1);}



.logo{padding-top:14px;float:left;margin-right:20px;}
.logo_l{float:left;}
.logo_r{float:left;padding-left:10px;}
.logo h1{font-size: 29px;color: #000;font-weight: bold;line-height:34px;padding-top:12px;}
.logo h2{font-size:14px;font-family:Arial;letter-spacing:0.3px;color:#878787;}
.top_r{float:right;}
.menu ul li{float:left;height:54px;line-height:54px;}
.menu ul li a:link,.menu ul li a:visited{padding:0 18px;display:block;font-size:16px;color:#191919;}
.menu ul li a:hover{padding:0 18px;display:block;font-size:16px;text-decoration:none;color:#0e6aaf !important;}
.menu ul li:last-child a{padding-right:0px;}
.top .search{float:right;margin-top:16px;margin-right:12px;background:#1ea838;width:220px;border-radius:50px;}
.searchsrk{height:28px;line-height:28px;width:170px;border:none;background:none;padding-left:20px;color:#fff;font-size:12px;outline:none}
.searchsrk2{height:24px;width:26px;background:url(../images/ss.png) no-repeat 2px 5px;border:none;}
.top .lang{float: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:900px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:900px !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;
}
/*通栏*/


.con_01{overflow:hidden; width:100%;background:url(../images/ab_bg.jpg) no-repeat top center;padding-top:20px;}
.con_01 .about_l{float:left;width:55%;padding-top:50px;}
.con_01 .about_l h1{ text-transform:uppercase;font-weight: bold;font-size: 70px;color: #f3f6f8;line-height: 70px;font-family:Arial;}
.con_01 .about_l h2{color: #333;font-size: 40px;font-weight: bold;margin-top: -35px;font-family:Arial;}
.con_01 .about_l i{width: 60px;height: 2px;background: #3399cc;margin: 25px 0; display:block;}
.con_01 .about_l .txt{line-height:30px;padding-top:10px;font-size:16px;color:#666;}

.con_01 .about_l .more{background:#1ea838;width:180px;height:44px;line-height:44px;text-align:center;border-radius:50px;margin-top:30px;color:#fff;border:3px solid #1ea838;font-size:18px;}
.con_01 .about_l .more:hover{background:#fff;color:#444; transition:all 0.6s;}
.con_01 .about_r{float:right;width:40%;margin-top:60px;}
.con_01 .about_r img:hover{ transform-origin:center center; transform:scale(1.02,1.02);}
.con_01 .about_r img{ transition:all 1s;}

.con_02{width:100%;overflow:hidden;background:#F8F9FA;padding:60px 0;margin:60px 0;}
.con_02 .server_l{width:46%;float:left;}
.con_02 .server_l h1{ text-transform:uppercase;font-weight: bold;font-size: 60px;color: #eaedef;line-height: 70px;font-family:Arial;}
.con_02 .server_l h2{color: #333;font-size: 30px;font-weight: bold;margin-top: -35px;font-family:Arial; text-transform:uppercase;}
.con_02 .server_l .txt{padding-top:25px;font-size:16px;color:#666;}
.con_02 .server_l .more{width:150px;height:34px;line-height:34px;text-align:center;border-radius:50px;margin-top:30px;border:3px solid #1ea838;font-size:16px;background:#fff;color:#444; }
.con_02 .server_l .more:hover{transition:all 0.6s;background:#1ea838;color:#fff;}
.con_02 .server_r{width:50%;float:right;}
.con_02 .server_r ul li{float:left;width:46%;margin:0 2%;border-radius:10px;overflow:hidden;}
.con_02 .server_r ul li .pimg{left:0; top:0; z-index:6;}
.con_02 .server_r ul li img{width:100%; transition:all 1s;}
.con_02 .server_r ul li img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}


.con_03{overflow:hidden; width:100%;margin-top:60px;}
.con_03 .title{text-align:center;}
.con_03 .title h1{ text-transform:uppercase;font-weight: bold;font-size: 50px;color: #f3f6f8;line-height: 70px;font-family:Arial;}
.con_03 .title h2{color: #333;font-size: 40px;font-weight: bold;margin-top: -35px;font-family:Arial;}
.con_03 ul{margin-top:40px;}
.con_03 ul li{float:left;background:#fff;--webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);width:19%;margin:1.5%;text-align:center;border-radius:10px;padding:0 1.5%;max-height:285px;overflow:hidden;}
.con_03 ul li:hover{background:#3399cc;}
.con_03 ul li dl dt{margin-top:15px;}
.con_03 ul li dl dt img{width:100%;height:auto;}
.con_03 ul li dl dd{padding:1% 2% 0;font-size:16px;}
.con_03 ul li dl dd h1{font-size:18px;margin-top:10px;color:#000;border-top:1px solid #ddd;padding-top:5px;}
.con_03 ul li dl dd h2{font-size:12px;padding-bottom:12px;}
.con_03 ul li:hover dl dd h1{border-top:1px solid #fff;color:#fff;}
.con_03 ul li:hover dl dd h2{color:#fff;color:#fff;}
.con_03 .more{background:#1ea838;width:180px;height:44px;line-height:44px;text-align:center;border-radius:50px;margin-top:30px;color:#fff;border:3px solid #1ea838;font-size:18px;margin:40px auto 0;}
.con_03 .more:hover{background:#fff;color:#444; transition:all 0.6s;}

 
.con_04{overflow:hidden; width:100%;margin-top:60px;background:url(../images/index_03.jpg) no-repeat center top fixed;padding:50px 0;background-size: cover;}
.con_04 .title{text-align:center;}
.con_04 .title h1{ text-transform:uppercase;font-weight: bold;font-size: 50px;color: #f3f6f8;line-height: 70px;font-family:Arial;}
.con_04 .title h2{color: #fff;font-size: 40px;font-weight: bold;margin-top: -35px;font-family:Arial;}
.news{margin-top:40px;}
.news ul li{padding:22px 0;border-bottom:1px solid #ddd;background-color: rgba(255,255,255,0.9);margin:20px 0;border-radius:10px;}
.news .time{float:left;width:10%;text-align:center;border-right:1px solid #d1d1d1;height:80px;color:#3a3a3a;}
.news .time h1{font-weight:bold;font-size:40px;line-height:40px;padding-top:10px;}
.news .time h2{font-size:16px;}
.news .js{float:right;width:87%;}
.news .js .bt{font-size:20px;}
.news .js .bt a{color:#000;}
.news .js .txt{padding-top:10px;line-height:24px;color:#999}


#bottom{color:#fff;padding-top:62px;background-color:#0d6c9c;
background-image:-webkit-gradient(linear, left top, left bottom, from(#3399cc), to(#0d6c9c));
background-image:-webkit-linear-gradient(120deg, #3399cc, #0d6c9c);
background-image:-moz-linear-gradient(120deg, #3399cc, #0d6c9c);
background-image:-ms-linear-gradient(120deg, #3399cc, #0d6c9c);
background-image:-o-linear-gradient(120deg, #3399cc, #0d6c9c);
background-image:linear-gradient(120deg, #3399cc, #0d6c9c);}
#bottom a{color:#fff;}
#bottom a:hover{text-decoration:underline;}
#bottom i{ display:block;width:18px;height:2px;background:#87d29d;}
#bottom .lm_t{font-size:16px;font-weight:bold;color:#fff;padding-bottom:15px;font-family:Arial; text-transform:uppercase;}
#bottom .box{padding-top:12px;line-height:30px;}
.bot_logo{padding-top:20px; float:left;width:15%;text-align:center;}
.bot_nav{padding-left:32px;margin-left:2%;height:148px;width:30%;float:left;}
.bot_nav a{padding-right:15px;}
.bot_contact{border-left:1px solid rgba(255,255,255,.5);padding-left:3%;width:34%;float:left;margin-left:2%;}
.bot_ewm{float:right;}
.bot{text-align:center;padding:25px 0;line-height:24px;border-top:1px solid rgba(255,255,255,.5);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:#3399cc;background-size: auto 52px;}
.izl-rmenu2 .btn-qq:hover{background-color:#3399cc;}
.izl-rmenu2 a.btn-qq,.izl-rmenu2 a.btn-qq:visited{background:url(../tanchu/images/r_qq.png) 0px 0px no-repeat; background-color:#3399cc; 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:#3399cc;background-size: auto 52px;}
.izl-rmenu2 .btn-wx:hover{background-color:#3399cc;}
.izl-rmenu2 .btn-wx .pic{background-color:#3399cc; 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:#3399cc;background-size: auto 52px;}
.izl-rmenu2 .btn-phone:hover{background-color:#3399cc;}
.izl-rmenu2 .btn-phone .phone{background-color:#3399cc; 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:#3399cc;background-size: auto 52px;}
.izl-rmenu2 .btn-skp:hover{background-color:#3399cc;}
.izl-rmenu2 .btn-skp .skp{background-color:#3399cc; 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;}

.ban_txt{font-size:40px;color:#fff;margin-top:15%;font-family:"ppr";}
.ban_line{width:40px;height:2px;background:#1ea838;margin-top:5px;}



a.dh1 {  font-size: 16px; line-height:50px; color: #212121; padding-left:20px; padding-right:20px; float:left; height:50px; text-align:center; border-radius:10px;}
a.dh1:visited {font-style: normal; color: #212121; text-decoration: none; }
a.dh1:hover { color:#ffffff; text-decoration: none; background:#ff6600; }
a.dh1:active { color: #ffffff; background:#CC0810;}



.nydh{ height:70px; width:100%;box-shadow: 0 0 10px rgba(0,0,0,0.2);}

.mt70{margin-top:70px;}

#content{margin:50px 8% 0;overflow:hidden;}
#content .bti{ font-size:100px; line-height:100px; font-weight:bold; color:#f4f4f4; text-transform:uppercase; text-align:center; padding-bottom:40px; font-family:Arial; position:relative;}
#content .bti01{font-size:34px; line-height:34px; font-weight:bold; width:100%; color:#212121; top:20px;  position: absolute; z-index:2;}
#content .bti02{ display:block; font-size:14px;line-height:24px; font-weight:normal;top:53px; width:100%;  color:#888;  position: absolute; z-index:2;}

#content .box{line-height:32px;font-size:16px;color:#595959;}
#content .box a{color:#595959;}
#content .box a:hover{color:#05ac6d}
#content .box img{ max-width:100%; height:auto !important; height:100%;}


/*产品*/

.ny_cp ul li{float:left;background:#fff;--webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);width:19%;margin:1.5%;text-align:center;border-radius:10px;padding:0 1.5%;max-height:285px;overflow:hidden;}
.ny_cp ul li:hover{background:#3399cc;}
.ny_cp ul li dl dt{margin-top:15px;}
.ny_cp ul li dl dt img{width:100%;height:auto;}
.ny_cp ul li dl dd{padding:1% 2% 0;font-size:16px;}
.ny_cp ul li dl dd h1{font-size:18px;margin-top:10px;color:#000;border-top:1px solid #ddd;padding-top:5px;line-height:20px;}
.ny_cp ul li dl dd h2{font-size:12px;padding-bottom:10px;}
.ny_cp ul li:hover dl dd h1{border-top:1px solid #fff;color:#fff;}
.ny_cp ul li:hover dl dd h2{color:#fff;}

.ny_cp_bt{font-size:30px;font-weight:bold;color:#000;}
.ny_pro_table{font-family:Arial;}
.ny_pro_table strong{color:#000;}





/*企业展示*/
.ny_qyzs{background:#f5f7f9;border-radius:20px;padding:3%;}
.ny_qyzs img{width:100%;}
.qyzs01{float:left;width:40.5%;}
.qyzs02{float:right;width:58%;}



/*内页新闻*/
.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;}






.aak{width:122px;height:36px;line-height:36px;text-align:center;background:#015198;color:#fff;border:0px;}


.pnpage { clear:both;padding-top:25px; font-size:14px;}
.pnpage a { padding:2px 10px; font-weight:bold; margin:0 6px; border-radius:5px; text-decoration:none;height:34px;line-height:34px;display:inline-block;}
.pnpage a:hover{color:#025aa2 !important;}





/*在线订单*/
.ny_order{border-top:1px solid #f0f0f0;padding-top:35px;margin-top:30px;}
.dingdan { padding:1% 6%; background:#f9f9f9; overflow:hidden;}
.dingdan p { padding:5px 0;line-height:36px;font-size:16px;}
.dingdan input,.dingdan textarea { height:40px; line-height:40px; padding:0 1%; border:#ddd 1px solid; border-radius:5px; background:#fff; width:46.5%;font-family:Microsoft YaHei; color:#999; font-size:14px;}
.dingdan span { padding:0 5px; color:#f00; font-size:16px;}
.dingdan input.s1 { width:96.5%; color:#255ebd;}
.dingdan input.s2 { width:120px;}
.dingdan input.aak { width:120px; background:#0e6aaf; color:#fff;}
.dingdan textarea { padding:5px 1%; line-height:20px; height:100px; width:96.5%;background:#fff;}
.dingdan img { margin:0 10px; height:45px;}


/*内页联系我们*/
.ny_contact_l{width:44%;float:left;background:#f7f7f7;padding:45px 3% 0;min-height:400px;line-height:32px;font-size:14px;}
.ny_contact_l .title{border-bottom:1px solid #dddddd;font-size:30px;color:#000000;line-height:50px;padding-bottom:12px;margin-bottom:12px;}
.ny_contact_l .title img{ vertical-align:middle;padding-right:6px;}
.ny_contact_r{width:44%;float:right;}
.ny_contact_r img{ vertical-align:middle;}

/*地图*/
.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;}




