
/* CSS Document */
@charset "utf-8";
/* CSS Document */
*{ transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1; font-size: 12px;
}

ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }




/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; max-width: 100%}
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear{ clear:both;}
.clear:after,.clear:before{content:'';clear:both; display:table;}
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a; text-decoration: none;}
a:hover { text-decoration: none; color:#000;}
.fl { float: left; }
.fr { float: right; }
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }

a:hover{color:#000}

h3 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; font-size: 18px; color: #000; line-height: 1.2em; }
p { line-height: 32px; color: #666; }
*, *:after, *:before { transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; }

.ht80 { height: 80px; }

.container { width: 96%; margin: 0 auto; max-width: 1200px; position: relative; }
.fl{float:left;}
.fr{float:right;}

/*header*/
.header {background: rgba(255,255,255,0.4); border-bottom: 1px solid rgba(255,255,255,.2); position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; }
.header.fixed .logo { padding: 6px 0; }
.header.fixed .menu ul li a { line-height: 58px; }
.header.fixed .menu ul li li a{line-height:35px;}
.header.fixed { background: rgba(255,255,255.8); border-bottom:2px solid #0068b7}
.head { line-height: 42px; border-bottom: 1px solid #eee }
.logo { padding: 30px 0 25px; line-height: 28px; font-size: 16px; }
.logo span { display: inline-block; position: relative; color: #0068b7; padding-left: 53px; margin-left: 20px; border-left: 1px solid #675e58; background: url(../images/icon1.png) no-repeat 20px center;}
.logo img { vertical-align: middle; }
.menu ul li { position: relative; float: left; margin: 0 40px; font-size: 14px; }
.menu ul li .drop { transition: all 0s; -o-transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; display: none; position: absolute; top: 100%; left: 0; width: 142px; left: 50%; margin-left: -71px; padding-top: 5px; box-shadow:0 0 5px rgba(0,0,0,0.1) }
.menu ul li .drop ul { background: #fff; margin: 0 auto; padding: 10px 0; }
.menu ul li .drop ul li a { line-height: 42px; color: #000 }
.menu ul li .drop ul li a:after { display: none; }
.menu ul li .drop ul li { float: none; margin: 0 auto; text-align: center; }
.menu ul li .drop ul li.on a, .menu ul li .drop ul a:hover { color: #0068b7 }
.menu ul li a { line-height: 98px; display: block; color: #000; position: relative; }
.menu ul li a:after { content: ''; display: block; position: absolute; width: 0%; margin: 0 auto; left: 0; right: 0; height: 3px; bottom: -1px; background: #0068b7 }
.menu ul li.on a:after, .menu ul li a:hover:after { width: 100%; }
.menu ul li a:hover, .menu ul li.on a { color: #0068b7 }
.menu ul { margin: 0 -40px; }

.banner{margin-top:111px;}

/*banner*/
.banner .item { position: relative; font-family: Arial; }
.banner .item .text { left: 0; width: 100%; text-align: center; color: #fff; position: absolute; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); font-size: 24px; }
.banner .text h2 { font-size: 2em; margin-bottom: 1em; }
.owl-theme .owl-dots .owl-dot span { width: 20px; height: 4px; border-radius: 0; margin: 0 5px; opacity: .5; background: #0068b7; }
.owl-theme .owl-dots { margin-bottom: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #0068b7; opacity: 1; width: 28px; }
ul:after { content: ''; display: block; clear: both; }
.banner .img1 { overflow: hidden; }

/**/
.indexbox { overflow: hidden; position: relative; padding: 82px 0; }
.indexbox .bg_fff { position: absolute; left: 0; right: 0; height: 25%; background: #fff; bottom: 0 }
.indexbox .bg_000 { position: absolute; left: 0; right: 0; height: 100%; background: #000; bottom: 0; opacity: .4 }
.indexbox.on { background: #f6f6f6 }
.indexbox_tit { text-align: center; margin-bottom: 40px; }
.indexbox_tit h3 { font-size: 32px; font-weight: normal; }
.indexbox_tit label { display: block; margin: 15px auto; width: 44px; height: 3px; background: #007eff }
.indexbox_tit p { margin-top: 20px; font-size: 14px; }

/*about*/
.about_img { float: right; margin-left: 85px; }
.about_txt { overflow: hidden; }
.about_txt h3 { font-size: 32px; margin-bottom: 20px; line-height: 45px; padding-top: 20px; }
.about_txt .text { height: 220px; }
.btn a { display: inline-block; text-align: center; width: 122px; line-height: 38px; color: #fff; background: #0068b7 }
.btn a:hover { background: #0d93fb }

/*server*/
.service_list ul li { position: relative; z-index: 10; width: 33.333%; float: left; }
.service_list ul li a { box-shadow: 0 0 5px rgba(0,0,0,0.1); display: block; margin: 25px; border-bottom: 3px solid #59534e; background: #fff; text-align: center; position: relative; }
.service_list ul li a:after { content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 50%; background: #fff; z-index: -1; }
.service_list ul li a:hover { background: #0d93fb; border-bottom-color: #0068b7 }
.service_list ul { margin: -25px; }
.service_list .img { height: 167px; }
.service_list .img.img1 { background: url(../images/icon2.png) no-repeat center center; }
.service_list .img.img2 { background: url(../images/icon3.png) no-repeat center center; }
.service_list .img.img3 { background: url(../images/icon4.png) no-repeat center center; }
.service_list .img.img4 { background: url(../images/icon5.png) no-repeat center center; }
.service_list .img.img5 { background: url(../images/icon6.png) no-repeat center center; }
.service_list .img.img6 { background: url(../images/icon7.png) no-repeat center center; }
.service_list a:hover p { color: #fff; }
.service_list a:hover h3 { color: #fff; font-weight:bold}
.service_list a:hover .img.img1 { background: url(../images/icon2-1.png) no-repeat center center; }
.service_list a:hover .img.img2 { background: url(../images/icon3-1.png) no-repeat center center; }
.service_list a:hover .img.img3 { background: url(../images/icon4-1.png) no-repeat center center; }
.service_list a:hover .img.img4 { background: url(../images/icon5-1.png) no-repeat center center; }
.service_list a:hover .img.img5 { background: url(../images/icon6-1.png) no-repeat center center; }
.service_list a:hover .img.img6 { background: url(../images/icon7-1.png) no-repeat center center; }
.service_list p { line-height: 22px; height: 44px; overflow: hidden; max-width: 265px; margin: 20px auto; width: 95%; }
.service_list .text { padding-bottom: 20px; }


.indexbox3 { padding: 150px 0; clear: both; background: url(../images/page3.jpg) no-repeat center center; background-attachment: fixed; }
.banner_txt { color: #fff; }
.banner_txt .span_tit { width: 90px; height: 117px; border: 4px solid #fff; display: block; float: left; text-align: center; font-size: 28px; padding-top: 20px; margin-right: 30px; }
.banner_txt .span_tit label { display: block; height: 40px; background: url(../images/icon8.png) no-repeat center center; }
.banner_txt .text { overflow: hidden; }
.banner_txt .text h3 { font-size: 28px; color: #fff; margin-bottom: 20px; }
.banner_txt .text p { font-size: 18px; color: #fff; max-width: 700px; }


.team_list ul li { width: 25%; float: left; }
.team_list { margin-bottom: 20px; }
.team_list a{ border-bottom: 1px solid #212121; overflow: hidden; display: block; margin: 20px; position: relative; padding-bottom: 60px; }
.team_list .text { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 0; text-align: center; border: 1px solid #212121; border-bottom: 0; }
.team_list p { color: #999 }
.team_list h3 { font-size: 18px; }
.team_list .text2 { position: absolute; bottom: -100%; left: 0; right: 0; background: #fff; text-align: center; border: 1px solid #0068b7; border-top: 0; padding: 30px 0; border-bottom: 0; }
.team_list .text2 label { display: block; margin: 10px auto; margin-bottom: 15px; width: 35px; height: 3px; background: #0068b7 }
.team_list .text2 h3 { color: #0068b7 }
.team_list .text2 p { width: 90%; margin: 0 auto; line-height: 26px; color: #666 }
.team_list ul { margin: 0 -20px; }
.team_list a:hover { border-bottom-color: #0068b7 }
.team_list a:hover .text2 { bottom: 0 }
.team_list img { display: block; border:1px solid #0068b7; border-bottom:0px;   box-sizing: border-box;}
.team_list a:hover img{border:1px solid #0068b7;}
.team_list .img { position: relative; }
.team_list .img span { display: block; position: absolute; top: 30px; left: 20px; width: 14px; height: 89px; background: url(../images/logo2.png) no-repeat center center; }
.center { text-align: center; }


.news_list ul li { margin-top: 24px; }
.news_list ul li:first-child { margin-top: 0 }
.news_list ul li .img { height: 210px; overflow: hidden; float: left; width: 280px; }
.news_list ul li:after { content: ''; display: block; }
.news_list ul li .text { overflow: hidden; border: 10px solid #f4f4f4; border-left: 0; height: 130px; padding: 30px; }
.news_list ul li .text .time { color: #0068b7 }
.news_list ul li .text h3 { font-size: 20px; margin-bottom: 15px; line-height: 30px; margin-top: 5px; }
.news_list ul li .text p { color: #666; height: 64px; overflow: hidden; }
.news_list ul li a:hover .text h3, .news_list ul li a:hover .text p { color: #0068b7 }


.footer { background: #272727 }
.foot { padding: 60px 0; }
.f_logo { float: left; padding-top: 40px; margin-right: 40px; text-align: center; }
.f_logo h3 { margin-top: 20px; color: #fff; }
.address { border-left: 1px solid #fff; float: left; color: #fff; padding: 10px 0; padding-left: 40px; }
.address p, .address h3 { color: #fff; line-height: 24px; }
.address h3 { font-size: 22px; }
.address p { min-height: 24px; }
.ewm { float: right; width: 125px; text-align: center; color: #fff; }
.ewm span { display: block; margin-top: 15px; }
.copyright { text-align: center; color: #fff; border-top: 1px solid #303030; line-height: 30px; padding: 17px 0; }
.copyright a { color: #fff }
.copyright a:hover { color: #999 }


.full { position: fixed; top: 50%; right: 0; z-index: 1001; }
.full li a { display: block; width: 52px; height: 52px; margin-bottom: 1px; position: relative; background: rgba(0,0,0,0.5); z-index: 1; }
.full li a:hover span, .full li a:hover label { background-color: #0068b7 !important; }
.full li:last-child a { border-bottom: 0; }
.full li a span { display: block; width: 52px; height: 52px; position: relative; z-index: 100; background-position: center center; background-repeat: no-repeat; }
.full li:nth-child(2) a, .full li:nth-child(1) a { z-index: 2; }
.full li a label { display: block; width: 100px; white-space: nowrap; padding: 0 20px; position: absolute; line-height: 52px; color: #fff; z-index: -1; background: #000; bottom: 0; left: 100%; box-sizing: inherit; max-width: 300%;; }
.full li a:hover label { left: -120px; }
.full li a .lbl_img { padding: 10px; height: auto; line-height: normal; }
.full li a span.span1 { background-image: url(../images/full1.png); }
.full li a span.span2 { background-image: url(../images/full2.png); }
.full li a span.span3 { background-image: url(../images/full3.png); }
.full li a span.span4 { background-image: url(../images/full4.png); }

@media only screen and (max-width: 1600px) { .banner .item .text { font-size: 22px; }
}
@media only screen and (max-width: 1200px) {
    .banner .item .text { font-size: 20px; }
    .banner img { width: 120%; margin-left: -10%; max-width: initial; }
    .about_img{margin-left:30px;width:50%;}
    .about_txt .text{height:400px;}
    .service_list ul li a{ margin:10px;}
    .service_list ul{ margin:-10px;}
    .team_list a{ margin:10px;}
    .team_list ul{margin:-10px;}
    .menu ul li{margin:0 30px;}
}

@media only screen and (max-width: 1000px) {
    .banner .item .text { font-size: 18px; }
    .banner img { width: 100%; margin-left: 0%; }
}

@media only screen and (max-width: 1024px) {
    .menu { position: fixed; top: 0; left: -110%; width: 100%; height: 100%; background: #fff; }
    .menu ul li { float: none; display: block; border-bottom: 1px solid #ddd; padding: 0 }
    .menu ul li a { line-height: 45px; font-size: 18px; }
    .menu ul { padding-top: 60px; }
    .header .logo { position: relative; z-index: 1001; line-height: 40px; }
    .menu_wrap { position: absolute; top:50%;margin-top:-20px; width: 40px; height: 40px; background: url(../images/menu.png) no-repeat center center #0068b7; background-size: 25px auto; right: 20px; }
    .h_menu .menu_wrap { background: url(../images/menu-1.png) no-repeat center center #0068b7; background-size: 25px auto; }
    .h_menu .menu { left: 0;overflow-y:auto; }
    .menu ul{margin:0 ;}
    .menu ul li a{color:#333;}
    .menu ul li .drop{ position:initial; top:auto; left:auto; width:100%; margin:0 auto;padding:0; box-shadow:none;}
    .menu ul li .drop ul{ padding:0;}
    .menu ul li .drop ul a{ padding-left:30px;text-align:left;line-height:45px;}
    .header.fixed .menu ul li li a{line-height:45px;}
    .header { line-height: 60px; }
    .wrap{padding:0 2%;}
    .header .logo{padding:15px 0;}
    .about_txt .text{height:auto;margin-bottom:20px;}
    .page{padding:40px 0;}
    .foot { padding: 40px 0; }
}
@media only screen and (max-width: 900px) {
    .about_img{width:100%; margin:0 auto; float:none;}
    .full{display:none;}
}
@media only screen and (max-width: 750px){
    .banner{margin-top:72px;}
    .logo span{margin-left:10px;padding-left:10px; background:none;}
    .header .logo{padding:10px 0;}
    .owl-theme .owl-dots{ margin-bottom:15px;}
    .service_list ul li{width:100%;}
    .service_list .img{ height:100px;}
    .banner_txt .text p{font-size:14px;line-height:25px;}
    .team_list ul li{width:50%;}
    .team_list a{margin:5px;padding-bottom:40px; border:0px solid #0068b7;}
    .team_list .text{ padding:11px 0; border:1px solid #0068b7;}
    .team_list .text h3{font-size: 14px;}
    .team_list .text{}
    .team_list .text2{ bottom:-150%;}
    .team_list .text2>p{ height:125px;overflow:hidden;}
    .team_list .text2{padding:15px 0;}
.indexbox{padding:42px 0px;}
    .team_list ul { margin: 0 }
    .news_list ul li .img{width:110px; height:82px;}
    .news_list ul li .text{ padding:10px; border:0; height:auto;}
    .news_list ul li .text h3{ margin:0 auto; margin-bottom:5px;}
    .news_list ul li .text p{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; height:auto;}
    .foot{padding:20px 0;}
    .f_logo{ float:none; padding-top:0; text-align:center;margin:0 auto;}
    .address p{ min-height:5px;}
    .address { padding-left: 0; border-left: 0; text-align: center; float: none; }
    .ewm{ float:none;text-align:center;clear:both; margin:0 auto;}
    .news_list ul li .text .time { display: none; }
    .page_banner{padding-left:10px;padding-right:10px; padding-top:100px;padding-bottom:50px; height:auto;line-height:normal;}
    .about_txt h3{font-size:26px;}
    
}



.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1280px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#515671;text-align:center; margin:0px;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:37%; margin-left:0px;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{float:right;width:60%;font-size:13px;line-height:30px;color:#555;}
.ny_news_con2 .about_wz h3{color:#0068b7;text-indent: 1em; margin-bottom: 6px; font-weight: bold;}
.ny_news_con2 .about_wz p{text-indent: 2em;}
.ny_news_con2 .about_order{width:100%;}
.ny_news_con2 .about_order img{max-width:100%; display: block; margin:0 auto;}
.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;}
.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right3{ width:78%; float:right; padding:0;}
.ny_content .content_right .bread_nav1{overflow:hidden;height:45px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav1 h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:right;width:78%;text-align:right;color:#777;overflow:hidden; font-size: 12px;}
.ny_content .content_right .bread_nav1 .bread_nav1_right>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a{color:#555;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a:hover{color:#0068b7}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav .bread_nav_left{width:35%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.ny_content .content_right .bread_nav .bread_nav_left>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav .bread_nav_left a{color:#555;}
.ny_content .content_right .bread_nav .bread_nav_left a:hover{color:#0068b7}

.ny_news_honor img{display: block; margin:0 auto;}

.bread_nav_right{ width:60%; float:right; text-align:right;}
.bread_nav_right a{ display:inline-block;padding:0 20px; height:30px; line-height:30px;margin-right:2%; color:#666; font-size:13px;}
.bread_nav_right a.on{ background:#0068b7; color:#fff;}
.bread_nav_right a:hover{background:#0068b7; color:#fff;}

.ny_content .content_left{float:left;width:20%;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#0068b7;color:#ffffff;margin-bottom:10px;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li a.actt{background: #0068b7;color:#fff;}
.pro_mulu li a:hover{background: #0068b7;color:#fff;}
.pro_mulu li dl a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px; font-size:12px;}
.ny_content .content_left .c_tlt em{display:none;}
.news_l{padding-bottom:20px;}
.news_l li a{display:block;font-size:12px;color:#555;padding-left:15px;background:url(../images/news_tb1.jpg) left center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;}
.news_l li a:hover{color:#0068b7;}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}



.h_tjcp{width:100%;padding:40px 0;}
#demo{overflow:hidden; width:100%; height:334px; margin:0 auto;padding-top:30px;}
#demo #indemo{float:left; width:800%}
#demo #demo1{float:left;}
#demo #demo2{float:left;}
#demo #indemo ul li{float:left;width:22%;margin-right:4%;}
#demo #indemo ul li .tj_pro_box{display:block;width:96%;padding:2%;border-radius: 0 0 2px 2px;background:#f1f1f1;padding-bottom:20px;position:relative;}
#demo #indemo ul li .tj_pro_box .pro_img{text-align:center;width:100%;height:222px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
#demo #indemo ul li .tj_pro_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;}
#demo #indemo ul li .tj_pro_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#demo #indemo ul li .tj_pro_box p{height:30px;line-height:30px;margin-top:10px;font-size:16px;text-align:center;color:#555;font-weight:bold;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#demo #indemo ul li .tj_pro_box span{margin:0 auto;display:block;width: 118px;height: 34px;border: 1px solid #dadada;display: block;text-align: center;line-height: 34px;background: none;position: relative;}
#demo #indemo ul li .tj_pro_box span:before{content: "";position: absolute;background: #0068b7;width: 0;height: 34px;left: 0;z-index: 0;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;}
#demo #indemo ul li .tj_pro_box span i{position: relative;z-index: 1;background:url(../images/pro_jt.png) center center no-repeat;display:block;width:100%;height: 34px;}
#demo #indemo ul li .l1 {position: absolute; top: 0; left: 0; width: 0; height: 2px; background: #0068b7;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l2 {position: absolute; top: 0; right: 0; width: 2px; height: 0; background: #0068b7;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l3 {position: absolute; bottom: 0; right: 0; width: 0; height: 2px; background: #0068b7;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l4 {position: absolute; bottom: 0; left: 0; width: 2px; height: 0; background:#0068b7;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}

#demo #indemo ul li .tj_pro_box:hover  .l1{width:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l2{height:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l3{width:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l4{height:100%;}

#demo #indemo ul li .tj_pro_box:hover span{border: 1px solid #fff;}
#demo #indemo ul li .tj_pro_box:hover span i{background:url(../images/pro_jt2.png) center center no-repeat;}
#demo #indemo ul li .tj_pro_box:hover span:before{width:100%;}



.ny_products{width:100%;background:#ffffff;}
.ny_products .pro_bd ul li{float:left;width:31%;margin-right:3%;margin-bottom:30px;}
.ny_products .pro_bd ul li:nth-child(3n) {margin-right: 0px;}
.ny_products .pro_bd ul li .pro_img_box{display:block;width:100%;box-shadow: 0px 0px 72px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;}
/*.ny_products .pro_bd ul li .pro_img_box .pro_img{text-align:center;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.ny_products .pro_bd ul li .pro_img_box .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.ny_products .pro_bd ul li .pro_img_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_products .pro_bd ul li .pro_img_box p a{ display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_products .pro_bd ul li .pro_img_box:hover p a{background:#0068b7;color:#ffffff;}
.ny_products .pro_bd ul li .pro_img_box:hover img{transform: scale(1.1,1.1);opacity: 0.8;}*/
.ny_products .pro_bd ul li .pro_img_box .pro_img{position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 100%;
    height: 0px;}
.ny_products .pro_bd ul li .pro_img_box .pro_img img{
        max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate(-50%,-50%);
}
.ny_products .pro_bd ul li .pro_img_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_products .pro_bd ul li .pro_img_box p a{ display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_products .pro_bd ul li .pro_img_box:hover p a{background:#0068b7;color:#ffffff;}
.ny_products .pro_bd ul li .pro_img_box:hover img{transform: scale(1.1,1.1);opacity: 0.8;}
.ny_products .pro_bd ul li .pro_img_box:hover .pro_img img {
   -webkit-transform: scale3d(1.1, 1.1, 1) translate(-45%,-45%);
    transform: scale3d(1.1, 1.1, 1) translate(-45%,-45%);
    
}


.tags_title{border-bottom:2px solid #0068b7;margin:0 0 30px;}
.tags_title span{width:110px;padding:0 0px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#0068b7;color:#fff;display:block;margin-left: 5px;border: 1px solid #0068b7;border-bottom:1px solid #0068b7;font-weight:bold;}

.contact .tags_title span{float:left;width:auto;cursor:pointer; padding: 0 15px;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #0068b7;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3{}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite; }
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:14px;padding-bottom:0px; height:20px; margin-bottom: 14px;}
.contact .content1 ul li a .wz span{font-size:24px; line-height:26px;}
.contact .content1 ul li.lx3 a .wz p{display:none;}
.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_ye p:hover{background: #0068b7; color:#fff;}
.ny_news_ye p:hover a{color:#fff;}





.content_right .conn .pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#0068b7;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:0px;position:relative;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:400px;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;vertical-align:middle; max-height: 100%;}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}

.proshow1 .js-silder .silder-ctrl-prev>span, .silder-ctrl-next>span{ background:none;}

.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#0068b7;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{overflow:hidden;color:#999; background:#f2f2f2; padding:20px; line-height: 32px; margin-top: 20px;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#0068b7;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #0068b7;color:#0068b7;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width:100%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}



.new_inside{width:100%;}
.new_inside ul{width:100%;padding:0;}
.new_inside ul li{background:#ffffff;display:block;padding:24px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 20px 0px #eaeaea;margin-bottom:20px;position:relative;}
.new_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#666;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.new_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#fff; padding: 0px; margin:0px;}
.new_inside ul li .news_time span{font-size:14px;color:#fff;}
.new_inside ul li .news_con{padding-left:110px;}
.new_inside ul li .news_con p{font-size:15px;font-weight:bold;color:#515671;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; padding: 0px; margin:0px;}
.new_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.new_inside ul li:hover p a{ color:#0068b7;}
.new_inside ul li:hover .news_time{ background:#0068b7;}
.new_inside ul li:hover{cursor: pointer;}


.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1280px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#515671;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:37%;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{float:right;width:60%;font-size:13px;line-height:30px;color:#555;}
.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;}
.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right3{ width:100%; float:right; padding:0;}
.ny_content .content_right .bread_nav1{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav1 h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.ny_content .content_right .bread_nav1 .bread_nav1_right>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a{color:#555;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a:hover{color:#0068b7}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav .bread_nav_left{width:35%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.ny_content .content_right .bread_nav .bread_nav_left>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav .bread_nav_left a{color:#555;}
.ny_content .content_right .bread_nav .bread_nav_left a:hover{color:#0068b7}



#ny_cgal{ width:100%; }
#ny_cgal ul{display:block; float:left; list-style-type:none; padding:0; margin:0; width: 100%;}
#ny_cgal ul li{display:block; float:left; padding:0; margin:0;width:23%;margin-right:30px; margin-bottom:30px;background:#ffffff;border:1px solid #ffffff;border-bottom:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; height:361px;}

#ny_cgal ul li:nth-child(4n){ margin-right:0;}
#ny_cgal ul li:hover{border:1px solid #0068b7;}
#ny_cgal ul li .scroll_box{overflow:hidden;display:block; float:left; width:100%;height: 360px; position:relative;color:#333;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;border-radius: 0 0 4px 4px;}



#ny_cgal ul li .scroll_box img{max-width:100%;max-height: 100%;vertical-align:middle;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
#ny_cgal ul li .scroll_box .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#ny_cgal .scroll_box .intro{width: 100%;position:absolute; left:0; z-index:10; background-color:#666; color:#ffffff;padding:0 10px 15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#ny_cgal .scroll_box .intro h5{padding:0; font-size:16px; font-weight:bold; padding:0 15px;width:100%; margin:0px; margin-bottom:10px; line-height: 42px; height: 42px; border-bottom:1px solid #717070;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#ny_cgal .scroll_box .intro h5 a{ color:#fff;}
#ny_cgal .scroll_box .intro p{font-size:13px; line-height:20px;height:0; overflow:hidden;transition-duration: .25s;;-ms-transition-duration: .25s;-moz-transition-duration: .25s;-webkit-transition-duration: .25s;}
#ny_cgal .scroll_box .intro{bottom:-25px;}
#ny_cgal .scroll_box:hover .intro{bottom:0px;background-color: #0068b7;}
#ny_cgal .scroll_box:hover  p{height:40px; }
#ny_cgal .scroll_box:hover h5{border-bottom:1px solid #fff}
#ny_cgal .scroll_box:hover img{transform: scale(1.3,1.3);}

#dituContent{min-height: 400px;}

.proshow1 .prodesc .explan{overflow:hidden;color:#999; background:#f2f2f2; padding:20px; line-height: 32px; margin-top: 20px;}
.proshow1 .prodesc .explan p{}

@media (max-width:767px) {
.ny_banner{margin-top: 80px; margin-bottom: 0px; display: none;}

#myscroll ul li .scroll_box{ height:148px;}
#myscroll .scroll_box .intro{bottom: -25px;}
#ny_cgal ul li{ width:47%; height:108px; margin-right:3%; margin-bottom:5%;}
#ny_cgal ul li:nth-child(2n){ margin-right:0 !important;}
#ny_cgal ul li:nth-child(3n){margin-right: 3%;}
#ny_cgal ul li .scroll_box{ height:108px;}
#ny_cgal .scroll_box .intro{bottom: -25px;}
#ny_cgal .scroll_box .intro h5{ font-size:12px;}

#demo {height: 226px;}
#demo #indemo ul li .tj_pro_box .pro_img{height:120px;}
#demo #indemo ul li .tj_pro_box p{font-size:14px;}
#demo #indemo ul li .tj_pro_box span{width:88px;height:26px;}
#demo #indemo ul li .tj_pro_box span i{height:26px;}
.ny_tlt1{margin-bottom:15px;display:none;}
.ny_news_con2 .about_img{float:none;width:100%;}
.ny_news_con2 .about_wz{float:none;width:100%;padding-top:15px;}
.ny_zycp{padding:10px 15px;margin-top:15px;line-height: 22px;}
.ny_content .content_right{float:none;width:98%;padding:1%;}
.ny_content .content_right .bread_nav{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav h2{float:none;width:100%;}
.ny_content .content_right .bread_nav .bread_nav_left{float:none;width:100%;text-align:left;line-height:15px;padding:10px 0 7px;}
.ny_content .content_right .bread_nav .bread_nav_left>em{height:15px;}
.bread_nav_right{float:none;width:100%;text-align:left; margin-top:10px;}

.ny_content .content_left {float: none;width: 100%;}
.ny_content .content_left .c_tlt{ height:40px; line-height:40px;text-align: left; padding: 0 3%;}
.ny_content .content_right .bread_nav1{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav1 h2{float:none;width:100%;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:none;width:100%;text-align:left;line-height:15px;padding:10px 0 7px;}
.ny_content .content_right .bread_nav1 .bread_nav1_right>em{height:15px;}


.ny_content .content_right2{padding-bottom:0;}
.sy_pro .pro_hd ul li a{padding: 8px 10px;}
.sy_pro .pro_bd ul li .pro_img_box .pro_img{height:180px;}
.ny_products .pro_bd ul li{width:48%;}
.ny_products .pro_bd ul li:nth-child(2n){margin-right: 0;}
.ny_products .pro_bd ul li:nth-child(3n){margin-right: 3%;}
.ny_products .pro_bd ul li:nth-child(6n){margin-right: 0;}
.ny_products .pro_hd ul li a{padding: 8px 10px;}
.ny_products .pro_bd ul li .pro_img_box .pro_img{height:220px;}
.ny_products .pro_hd ul li a{padding: 8px 10px;}
.ny_products .pro_bd ul li .pro_img_box .pro_img{height:180px; padding-bottom:0px;}

.new_inside ul li a{padding:10px;}
.new_inside ul li .news_time{top:11px;left:14px;}
.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}
.content_right .conn .proshow1{padding-top:20px; padding-bottom:20px;}
.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
.content_right .conn .proshow1 .prodesc p.desc{height:74px;}
.content_right .conn .proshow1 .pro_btn{padding-top:15px; padding-bottom:20px;}
.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2 em{display:none;}
.tags_title{margin: 20px 0 30px;}
.proshow2 .prodetail_con{width:100%;}
.proshow2{padding-top:0;}
.content_right .conn .ny_news_con .honor img{max-width:100% !important;}
.proshow1 .js-silder .silder-main-img{ height:300px;}
.ny_content .content_left .c_tlt{font-size: 16px;}
.ny_content .content_left .c_tlt em{cursor:pointer; display:block;width:30%;text-align:right;color:#ffffff;height:40px;line-height:40px;float:right;/*background:url(../images/jt.png) no-repeat right center;*/-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s; font-size:12px; font-weight:normal;}
.pro_mulu{ display:none;}


.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3{width:100%;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.contact .content1 ul li.lx3 a .wz p{display:block;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}

#dituContent{min-height: 300px;}
#nybanner,.nybanner{padding-top:76px;}
}


.ny_banner{display: none}

.page_list{text-align: center; margin-bottom: 20px;}
.page {
    display:inline-block;
    font: 16px/28px 'å¾®è½¯é›…é»‘', sans-serif;
    *display:inline;
    :1;
    *zoom:1;}
.page span,.page strong {
    float:left;}
.page a,
.page span.disabled,
.page strong {
    background:#FFF;
    border:1px solid #CCC;
    color:#333;
    float:left;
    font: 16px/24px  'å¾®è½¯é›…é»‘', sans-serif;
    margin-right:5px;
    min-width:15px;
    padding:4px 8px;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    _width:15px;}
    .page strong{background:#0068b7; color:#fff; }
.page a:hover {
    border:1px solid #0068b7;
    color:#0068b7;
    text-decoration:none;}
.page span.disabled {
    background:#FFF;
    border:1px solid #CCC;
    color:#CCC;}
.page span.ellipsis {
    float:left;
    font: 16px/24px 'å¾®è½¯é›…é»‘', sans-serif;
    line-height:22x;
    margin-right:5px;}
.page .page_txt {
    line-height:20px;
    float:right;
    width:auto;}
.page a.page-curpage {
    background:#3561db;
    border:1px solid #3561db;
    color:#FFF;
    font-weight:bold;}
.page input {
    font: 14px Verdana;
    padding:0 0 0 1px;
    width:40px;
    height:14px;}


