﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
html { -webkit-text-size-adjust:none; }
body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; font-family:"微软雅黑"; font-size:12px; background:none; color:#646464; }
table { border-collapse:collapse; border-spacing:0; }
td, th { word-wrap:break-word; word-break:break-all; }
img { border:0; }
del, ins { text-decoration:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
q:before, q:after { content:''; }
abbr, acronym { border:0; font-variant:normal; }
sup, sub { vertical-align:baseline; }
/* because legend doesn't inherit in IE */
input, select { vertical-align:middle; }
i, cite, em { font-style:normal }
/* New Clearfix */
.clearfix:after { visibility:hidden; display:block; font-size:0; content:''; clear:both; height:0; }
* html .clearfix { zoom:1; } /* IE6 */
*:first-child +html .clearfix { zoom:1; } /* IE7 */
/* Defaults */
a { text-decoration:none; color:#646464; font-size:14px; }
a:hover { text-decoration:none; color:#646464; }
a:focus { outline:none; color:#646464; }
body { font:normal 14px tahoma, Arial, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53; color:#646464; line-height:24px; background:#fff; }
.L, .l, .C, .c, .Left, .Center, .left, .center { float:left; }
.R, .r, .Right, .right { float:right; }
.reset_ul { margin:0; padding:0; list-style:none; }
ul li{ list-style:none;}

/*顶部*/
.welcome{
    width: 100%;
    height: 36px;
    background-color: #2a2f36;
    color: #fff;
}
.welcome-inner{
    width: 1100px;
    height: 36px;
    line-height:36px;
    margin:0 auto;
}
/*logo及搜索区域*/
.logo{
    width: 100%;
    height: 96px;
    background-color: #fff;
      overflow: hidden;
}
.logo-inner{
    width: 1100px;
    height: 96px;
    line-height:96px;
    margin:0 auto;
  	 position:relative;
}
.logo-L-li a{
    float:left;
    margin-right: 25px;
  	font-size:28px;
}
.logo-L-li a img{
    margin: 25px 25px 0 0;
}

.logo-L-div{
     float:left;
	 font-size:18px;
  	 color:#666;
}
.logo-L-div-1{
	  float:left;
     margin-right: 25px;
}
.logo-L-div-2{
	 float:left;
}
.logo-R-li{
    margin-right:22px;
    margin-top:28px;
    overflow: hidden;
}
.logo-search{
    width: 300px;
    height: 36px;
    line-height: 36;
    padding-left:14px;
    border:2px solid #5cc560;
    color: #999999;
    outline:none;
    float: left;
}
.logo-button{
    width: 83px;
    height: 40px;
    line-height:40px;
    background-color: #5cc560;
    color: #fff;
    font-size:14px;
    margin:0;
    padding:0;
    border:none;
    float: left;
    cursor:pointer;
}
/*导航栏*/
.nav{
    width: 100%;
    height: 42px;
    background-color: #f8f8f8;
    position: relative;
    z-index:1;
}
.nav-inner{
    width: 1100px;
    height: 42px;
    line-height:42px;
    margin:0 auto;
}
.nav-inner-ul{
    height: 42px;
    overflow:hidden;
}
.nav-inner-li{
    float: left;
    position: relative;
    width: 157px;
    height: 42px;
    text-align: center;
    cursor:pointer;
    color: #000;
}
.nav-inner li:hover{
    background-color: #5dc560;
}
.nav-inner .nav-inner-li:hover>a{
    color: #fff;
}
.nav-inner .nav-inner-li:first-child{
    margin-left:0;
}
.nav-inner .nav-inner-li:last-child{
    margin-right:0;
}
.nav-ul-hide{
  width:100%;
    display: none;
    position: absolute;
    top:42px;
  	left:0;
    background-color: #eee;
}
.nav-ul-hide li{
    height: 35px;
    line-height:35px;
    width: 100%;
    float: left;
    transition:all 0.5s;
}
.nav-ul-hide li:hover a{
	color:#fff;
}
.nav-inner-li a{
	display:block;
}
.nav-inner-li:hover .nav-ul-hide{
    display: block;
}
/*banner*/
.slideBox{
    width:100%;
    height: 434px;
    position: relative;
    overflow: hidden;
    z-index:0;
}
.bd{
    position: absolute;
    width: 1920px;
    height: 434px;
    left:50%;
    margin-left:-960px;
}
.zyslideBox{
    width:100%;
    height: 248px;
    position: relative;
    overflow: hidden;
    z-index:0;
}
.zybd{
    position: absolute;
    width: 1920px;
    height: 248px;
    left:50%;
    margin-left:-960px;
}
/*关于我们*/
.about{
    width: 100%;
    overflow: hidden;
}
.about-inner{
    width: 1100px;
    margin:0 auto;
}
.about-top p{
  	display:block;
    font-size:24px;
    color: #666;
    text-align: center;
    margin-top:25px;
}
.about-top .about-top-shortline{
    display: block;
    width: 112px;
    height: 3px;
    background-color: #5dc560;
    margin:8px auto;
}
.about-top .about-top-line{
	display:block;
    width: 1100px;
    height: 6px;
    background:url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/line-dotted.jpg) repeat-x 0 0;
}
.about-top div{
}
.about-top ul{
    overflow: auto;
    display: inline-block;
}
.about-top ul li {
    display: inline;
    float: left;
    margin-right: 10px;
    display: inline;
    float: left;
    /* background: #ffffff; */
    width: 100px;
    float: left;
    text-align: center;
    height: 35px;
    border: #f1f1f1 1px solid;
    line-height: 35px;
    /* background: #ffffff; */
}
.about-top ul li:hover a{
    color:#5dc560;
}
.about-top .line-dotted{
    width:1100px;
    height:6px;
	background:url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/line-dotted.jpg);
}
.about-bottom{
    text-indent: 2em;
    margin:16px;
}
.about-bottom p{
	 color:#666;
    font-size:12px;
}
.about-bottom span{
    margin-right:60px;
}
.about-bottom .about-bottom-h1{
	 text-align:center;
}
.about-bottom-div{
    width: 100%;
    overflow: hidden;
    margin:20px 0;
    margin-left:285px;
}
.about-bottom-div span,.about-bottom-div{
    float: left;
}
.about-bottom-div span{
    margin-right:60px;
}
/*服务*/
.service{
    overflow: hidden;
    width: 100%;
    height: 338px;
}
.service-inner{
    width: 1106px;
    margin:0 auto;
}
.service .service-title{
    text-align: center;
    margin-top:32px;
    color: #646464;
    font-size:24px;
}
.service span{
    display: block;
    width: 38px;
    height: 8px;
    background-color: #ffe100;
    margin:12px auto;
}
.service p{
    text-align: center;
    color: #808080;
    font-size:14px;
     display:block;
}
.service-introduce{
    margin-top:26px;
}
.service-introduce li{
    width: 205px;
    height:172px;
    float: left;
    margin:0 9px;
    background-color: #f3f3f3;
    cursor:pointer;
    overflow: hidden;
}
.service-introduce li:first-child{
    margin-left:0;
}
.service-introduce li:last-child{
    margin-right:0;
}
.service-introduce-pic-1,
.service-introduce-pic-2,
.service-introduce-pic-3,
.service-introduce-pic-4,
.service-introduce-pic-5{
    width: 90%;
    height: 85px;
    margin:0 auto;
    border-bottom:1px solid #c3c3c3;
    overflow: hidden;
    transition:all 0.2s linear;
}
.service-introduce-pic-1 div,
.service-introduce-pic-2 div,
.service-introduce-pic-3 div,
.service-introduce-pic-4 div,
.service-introduce-pic-5 div{
    width: 62px;
    margin: 12px auto 0 auto;
    height: 90px;
}
.service-introduce-pic-1 div{
     background: url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/p1.jpg) 0 -11px no-repeat ;
}
.service-introduce-pic-2 div{
     background: url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/p2.jpg) 0 -11px no-repeat ;
 }
.service-introduce-pic-3 div{
     background: url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/p3.jpg) 0 -11px no-repeat ;
}
.service-introduce-pic-4 div{
     background: url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/p4.jpg) 0 -11px no-repeat ;
}
.service-introduce-pic-5 div{
     background: url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/p5.jpg) 0 -11px no-repeat ;
}

.service-introduce-exp-1,
.service-introduce-exp-2,
.service-introduce-exp-3,
.service-introduce-exp-4,
.service-introduce-exp-5{
    height: 100px;
    width: 80%;
    margin:0 auto;
    /*overflow: hidden;*/
    transition:all 0.2s linear;
}
.service-introduce-exp-1 .service-p-title,
.service-introduce-exp-2 .service-p-title,
.service-introduce-exp-3 .service-p-title,
.service-introduce-exp-4 .service-p-title,
.service-introduce-exp-5 .service-p-title{
    color: #f56f0c;
    text-align: center;
    width: 80%;
    margin: 30px auto 5px auto;
    font-size: 24px;
    font-weight: 400;
  	display:block;
}
.service-introduce-exp-1 p:nth-child(2),
.service-introduce-exp-2 p:nth-child(2),
.service-introduce-exp-3 p:nth-child(2),
.service-introduce-exp-4 p:nth-child(2),
.service-introduce-exp-5 p:nth-child(2){
    color: #666666;
    text-align: center;
    width: 75%;
    margin: 30px auto;
    font-size:14px;
}
.service-introduce li:hover .service-introduce-pic{
    transform:translateY(-86px);
}
.service-introduce li:hover .service-introduce-exp{
    transform:translateY(-86px);
}
/*产品展示*/
.show{
    width: 100%;
}
.show-inner{
    width: 1100px;
    margin:0 auto;
}
.show-nav{
    height: 77px;
    border-bottom:1px solid #dfdfdf;
    position: relative;
}
.show-nav p{
    font-size:24px;
    color: #646464;
    margin:48px 0 5px 10px;
    position: relative;
}
.show-nav p span{
    display: block;
    width: 114px;
    height: 3px;
    background-color: #5dc560;
    position: absolute;
    left:-10px;
    top: 27px;
}
.show-nav .show-pro{
    position: absolute;
    left: 120px;
    top: 26px;
}
.show-nav .show-line{
    position: absolute;
    left: 120px;
    top: 55px;
}
.show-nav ul{
    margin-top:54px ;
}
.show-nav ul li{
    margin-right:34px;
    color: #4c4c4c;
    font-size:14px;
}
.show-nav ul li:last-child{
    margin-right:0;
}
.show-nav ul li:hover a{
    color: #7acd7c;
}
.show-nav ul li:last-child a{
    color: #32b770;
}
.show-pic>div{
    float: left;
    overflow: hidden;
    margin: 7px;
}
.show-pic p{
    text-align: left;
    display:block;
	color:darkred;
}
.show-pic p.jiage{
	color:darkred;
}
.show-pic p.jiage em{
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	
}
.show-pic .tempWrap{
     width: 1100px !important;
    overflow: hidden;
}
.show-pic .picList{
    width: 1100px;
    overflow: hidden;
}
.show-pic ul{
    display: block;
    width: 100%;
    overflow: hidden;
    padding:0;
}
.show-pic li{
    width: 261px;
    overflow: hidden;
    float:left;
    margin:7px;
}
.show-pic .pic-div{
    width: 261px;
    height: 170px;
    overflow: hidden;
}
.show-pic .pic-div img{
    width: 261px;
    height: 170px;
    transition: all ease 0.4s;
}
.show-pic .pic-div img:hover{
    transform: scale(1.1,1.1);
}
.show-top p{
    display:block;
    font-size:24px;
    color: #666;
    text-align: center;
    margin-top:25px;
}
.show-top span{
    display: block;
    width: 112px;
    height: 3px;
    background-color: #5dc560;
    margin:8px auto;
}
.show-top div{
  
}
.show-top  .line-dotted{
    width:1100px;
    height:6px;
	background:url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/line-dotted.jpg);
}
.show-top ul{
    overflow: auto;
    display: inline-block;
}
.show-top ul li {
    display: inline;
    float: left;
    /* background: #ffffff; */
    /* width: 100px; */
    float: left;
    text-align: center;
    height: 35px;
    border: #f1f1f1 1px solid;
    padding: 0 10px;
    line-height: 35px;
    /* background: #ffffff; */
    margin: 10px 10px 0 0;
}
.show-top ul li:hover a{
    color:#5dc560;
}
.show-bottom{
   overflow:hidden;
}
.show-bottom>div{
    height: auto;
    float: left;
    margin: 7px;
    *display:inline;
}
.show-bottom>div:last-child{
	 /*height:0;
   	margin:0;*/
    /*float:right;*/
}
.show-bottom p{
    text-align: left;
   display:block;
}
.show-bottom p.jiage{
	color:darkred;
}
.show-bottom p.jiage em{
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	
}
.show-bottom .pic-div{
    width: 261px;
    height: 170px;
    overflow: hidden;
}
.show-bottom .pic-div img{
    width: 261px;
    height: 170px;
  	*display:inline;
    transition: all ease 0.4s;
}
.show-bottom .pic-div img:hover{
    transform: scale(1.1,1.1);
}
/*公司新闻*/
.news{
    width: 100%;
    overflow: hidden;
}
.news-inner{
    width: 1119px;
    margin:0 auto;
}
.news-inner .news-nav{
    height: 55px;
    border-bottom:1px solid #dfdfdf;
    position: relative;
}
.news-nav-L p{
    font-size:24px;
    color: #646464;
    margin-top:20px;
}
.news-nav-L span{
    position: absolute;
    width: 106px;
    height: 3px;
    left:0;
    top:53px;
    background-color: #5dc560;
}
.news-nav-R{
    margin:26px 26px 0 0;
}
.news-nav-R p{
    float: left;
}
.news-nav-R p:hover a{
    color: #5dc560;
}
.news-item{
    padding: 10px;
   
}
.news-item li {
    border-bottom: 1px dotted #cacaca;
    position: relative;
}
.news-p-title{
    display: inline-block;
    margin-top:15px;
}
.news-p-title a {
    font-size: 16px;
    color: #3a3a3a;
}
.news-p-title:hover a {
    text-decoration: none;
}
.news-p-intro{
    color: #757575;
    margin-bottom: 15px;
     font-size:12px;
}
.news-item ul li div img{
    vertical-align: top;
}
.news-item ul li .news-item-div{
   position:absolute;
   right: 0;
   top: 15px;
}
.news-item ul li .news-item-div img{
	float:left;
   margin:6px 3px 0 0;
}
.news-item ul li .news-item-div p{
	float:right;
   font-size:12px;
   color:#666;
}
/*新闻中心*/
.news{
    width: 100%;
   
    background-color: #f8f8f8;
}
.news-inner{
    width: 1119px;
    margin:0 auto;
}
.news-top{
    height: 64px;
    text-align: center;
    padding-top:22px;
}
.news-top p:first-child{
    font-size:24px;
    color: #646464;
    display:block;
}
.news-top p:last-child{
    color: #a5a5a5;
    margin-top:13px;
}
.news-bottom{
    height: 315px;
    margin-top:17px;
}
.news-bottom .news-bottom-block{
    width: 318px;
    height: 278px;
    float: left;
    margin-right:19px;
    background-color: #fff;
    border:1px solid #e5e5e5;
}
.news-bottom .news-bottom-div{
    width: 420px;
}
.news-bottom .news-bottom-block:last-child{
    margin-right:0;
}
.news-bottom .news-block-top{
    height: 50px;
    line-height:50px;
    position: relative;
    border-bottom:1px solid #e5e5e5;
}
.news-block-top p{
    color: #646464;
    font-size:16px;
    margin-left:11px;
}
.news-block-top span{
    width: 80px;
    height: 2px;
    background-color: #32b770;
    position: absolute;
    top: 49px;
    left: 0;
}
.news-block-top img{
    position: absolute;
    right: 0;
    top: 0;
}
.news-block-bottom ul{
    margin:15px 15px 0 15px;
}
.news-block-bottom ul li{
    margin-bottom:2px;
}
.news-block-bottom ul li p{
	font-size:12px;
   color:#666;
}
.news-block-2-bottom li{
    overflow: hidden;
}
.news-block-2-bottom p{
    float: left;
}
.news-block-2-bottom span{
    float: right;
}
.news-block-bottom li:hover p{
    color: #32b770;
}
/*页脚部分*/
.link{
    width: 100%;
    height: 245px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.link-inner{
    width: 1100px;
    margin:0 auto;
}
.link{
    height: 52px;
}
.link li{float:left;list-style:none;padding:0 5px;}
.link p:first-child{
    font-size:18px;
    color: #4e4e4e;
    float: left;
    margin:17px 0 0 8px;
}
.link p:last-child{
    float: left;
    color: #797979;
    margin:22px 0 0 15px;
}
.link p:last-child span{
    margin-right:15px;
}
.link p:last-child span:hover a{
    color: #5dc560;
}
/*公司信息*/
.message{
    width: 100%;
    height: 154px;
    background-color: #2d3236;
    overflow:hidden;
}
.message-inner{
    width: 1100px;
    margin:0 auto;
}
.guide-top{
    width: 640px;
    height: 100%;
    border-bottom:1px solid #747474;
}
.guide-top ul{
    height: 50px;
    line-height:50px;
    margin-left:18px;
}
.guide-top ul li{
    float: left;
    margin-right:20px;
}
.guide-bottom{
    height: 103px;
    overflow: hidden;
}
.guide-bottom .guide-address{
    float: left;
    margin:22px 0 0 17px;
}
.guide-bottom .guide-address p{
    color: #999999;
    display:block;
}
.guide-bottom .guide-label{
    float: left;
    margin-left:208px;
}
.guide-bottom .guide-label li a{
    color: #999;
}
.guide-bottom .guide-label ul{
    margin:22px 33px 0 0;
}
.message-inner .code{
    margin:32px 43px 0 0;
}
.message-inner .code img{
	width:100%;
}
/*版权信息*/
.copyright{
    height: 40px;
    line-height:40px;
    background-color: #23282c;
}
.copyright-inner{
    width: 1100px;
    margin:0 auto;
}
.copyright p{
    color: #7c7d7d;
    margin-left:10px;
}
/*相关产品*/
.relevance{
    height: 330px;
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
}
.relevance-inner{
    width: 1100px;
    height: 310px;
    padding-top:20px;
    margin:0 auto;
}
.relevance-inner>p{
    display:block;
    text-align: center;
    font-size:24px;
    color: #000;
}
.relevance-inner span{
    display: block;
    text-align: center;
    margin-top:10px;
}
.relevance-exam{
    margin-top:20px;
    float: left;
}
.relevance-exam div{
    margin:0 7px;
    overflow: hidden;
    width: 261px;
    height: 170px;
}
.relevance-exam p{
     display: block;
    text-align: center;
    margin-top:10px;
}
.relevance-exam div img{
  	width:100%;
    transition:all ease 0.4s;
}
.relevance-exam div img:hover{
    transform:scale(1.1);
}
/*产品展示*/
.show1{
    width: 100%;
    overflow: hidden;
}
.show1-inner{
    width: 1100px;
    margin:0 auto;
}
.show1-top p{
    font-size:24px;
    color: #666;
    text-align: center;
    margin-top:25px;
    display:block;
}
.show1-top .show1-top-shortline{
    display: block;
    width: 112px;
    height: 3px;
    background-color: #5dc560;
    margin:8px auto;
}
.show1-top ul{
    overflow: auto;
    display: inline-block;
}
.show1-top ul li {
    display: inline;
    width: 100px;
    float: left;
    text-align: center;
    height: 35px;
    border: #f1f1f1 1px solid;
    line-height: 35px;
    /* background: #ffffff; */
}
.show1-top ul li:hover a{
    color:#5dc560;
}
.show1-top .show1-top-line{
	display:block;
   width:1100px;
   height:6px;
   background:url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/line-dotted.jpg) repeat-x 0 0;
}
.show1-mid-pic{
    height: 495px;
    margin:24px 0 0 10px;
}
.show1-mid-pic .show1-mid-pic-line{
	float:left;
   margin-top:30px;
   width:1100px;
   height:6px;
   background:url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/line-dotted.jpg) repeat-x 0 0;
}
.show1-top .tempWrap ul{
	margin:10px;
}
.game163{ padding: 4px; overflow: hidden; width: 563px;  float: left;}
.game163 .bigImg{ height: 365px;}
.game163 .bigImg li img{ vertical-align:middle; width:563px; height:365px;   }
.game163 .bigImg  h4{ font-size: 14px; font-weight: bold; line-height: 33px; height: 33px; padding-right: 30px; overflow: hidden; text-align: left; }

.game163 .smallScroll{ height: 75px; margin: 8px 0; background-color:#f8f8f8;}
.game163 .sPrev{  float: left;display: block; width: 52px; height: 75px;  text-indent: -9999px; background: url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/arrL.jpg) no-repeat 0 0;}
.game163 .sNext{  float: right;display: block; width: 51px; height: 75px;  text-indent: -9999px; background: url(//filecdn.ify.cn/skin/jcjzwzmb0279/img/arrR.jpg) no-repeat 0 0;}

.game163 .smallImg{ float:left;  margin:6px; display:inline; width: 448px; overflow: hidden;}
.game163 .smallImg ul{ height:75px;  width: 9999px; overflow: hidden; }
.game163 .smallImg li{ float: left; width:75px; cursor:pointer;  display: inline;  }
.game163 .smallImg img{border: 2px solid #dcdddd; width:60px; height:60px;  }
.game163 .smallImg .on img{ border-color: #33b371;}

.show1-pic-R{
    margin:10px 0 0 34px;
	width: calc(100% - 610px);
    position: relative;
}
.show1-pic-R>p{
    font-size:24px;
    color: #4c4c4c;
    margin-bottom:16px;
}
.show1-pic-R .show1-pic-msg{
   
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
	overflow: hidden;
	padding-bottom: 16px;
   
}
.show1-pic-R .show1-pic-msg p{
    color: #acacac;
    margin-top:15px;
    font-size:12px;
}
.show1-pic-R .show1-pic-msg p a{
	 color: #acacac;
    font-size:12px;
}
.show1-pic-R .show1-pic-msg p.jiage{
	color: darkred;
	
}
.show1-pic-R .show1-pic-msg p.jiage em{
	font-weight: bold;
    font-size:16px;
}
.show1-pic-R ul{
    margin:13px 0 0 8px;
}
.show1-pic-R ul li{
    float: left;
    margin-right:10px;
}
.show1-mid-txt{
    padding:20px 14px;
}
.show1-mid-txt .page{
    width: 100%;
    height: 33px;
    margin:33px auto;
}
.show1-mid-txt .page-prev,.page-next{
    width: auto;
    height: 33px;
    line-height:33px;
    float: left;
    color: #8a8a8a;
    text-align: left;
}
.show1-mid-txt .page-next{
    float:right;
}
.show1-mid-txt .page-prev:hover a{
	color: #33b371;
}
.show1-mid-txt .page-next:hover a{
	 color: #33b371;
}
.show1 .bdsharebuttonbox a{
	float:left;
}
/*在线留言*/
.channelform{
  width: 670px;
   margin:0 auto;
}
.channelform th{
	text-align:right;
}
.channelform th span{
	margin-right:0;
}
tfoot .submit{
	display:block;
   width:60px;
   height:35px;
   line-height:35px;
   text-align:center;
   background-color:#33b371;
   color:#fff;
}
#inputform103{ width:100%; overflow:hidden; margin:0 auto; border-bottom:1px dashed #dbdbdb; padding-bottom:30px;}
#inputform103 table{ margin:0 auto;}
#inputform103 table input {
    width: 500px;
    border: 1px solid #dbdbdb;
    height: 40px;
    line-height: 40px;
    color: #535962;
    padding: 0 10px;margin: 5px auto;
}
#inputform103 table textarea {
    border: 1px solid #dbdbdb;
    color: #535962;
    padding: 10px;
    width: 500px;
    margin-top: 10px;
}
#inputform103 div input{ border:none; width:110px; height:40px; margin:10px;}
#inputform103 div{ width:260px; margin:0 auto;}
#inputform103 div .submit{ background:#01544a; color:#fff;}
#inputform103 div .chongzhi{ background:#e1e1e1;color:#535962;}
#submit103 {
    color: #fff!important;
    font-size: 14px;
    /* margin-right: 0; */
    width: 400px!important;
}
.page {    text-align: center;
    margin: 10px auto;}