@charset "utf-8"; /*! * @名称:base.css * @功能:1、重设浏览器默认样式 * 2、设置通用原子类 */ /* 防止用户自定义背景颜色对网页的影响,添加让用户可以自定义字体 */ html { background:white; color:black; } /* 内外边距通常让各个浏览器样式的表现位置不同 */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { margin:0; padding:0; } /* 要注意表单元素并不继承父级 font 的问题 */ body,button,input,select,textarea { font:12px \5b8b\4f53,arial,sans-serif; } input,select,textarea { font-size:100%; } /* 去掉 table cell 的边距并让其边重合 */ table { border-collapse:collapse; border-spacing:0; } /* ie bug:th 不继承 text-align */ th { text-align:inherit; } /* 去除默认边框 */ fieldset,img { border:none; } /* ie6 7 8(q) bug 显示为行内表现 */ iframe { display:block; } /* 去掉 firefox 下此元素的边框 */ abbr,acronym { border:none; font-variant:normal; } /* 一致的 del 样式 */ del { text-decoration:line-through; } address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:500; } /* 去掉列表前的标识,li 会继承 */ ol,ul { list-style:none; } /* 对齐是排版最重要的因素,别让什么都居中 */ caption,th { text-align:left; } /* 来自yahoo,让标题都自定义,适应多个系统应用 */ h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:500; } q:before,q:after { content:''; } /* 默认不显示下划线,保持页面简洁 */ ins,a { text-decoration:none; } /* 去除 ie6 & ie7 焦点点状线 */ a:focus,*:focus { outline:none; } /* 清除浮动 */ .clearfix:before,.clearfix:after { content:""; display:table; } .clearfix:after { clear:both; overflow:hidden; } .clearfix { zoom:1; /* for ie6 & ie7 */ } /* 设置显示和隐藏,通常用来与 js 配合 */ .hide { display:none; } .block { display:block; } .text-align { text-align: center;} /*全局*/ body{font-family:"微软雅黑";font-size:14px;color:#000; background: red; height: 100%; margin: 0; padding: 0;} ul,li{list-style:none;margin:0;padding:0;} h1, h2, h3, h4, h5, h6{font-weight:normal;font-size:100%;} img{border:none;border:0;vertical-align:middle; display:block;} em,i{ font-style:normal;} a{text-decoration:none;outline:none; color:#333; cursor: pointer;} a:hover{color:#f00;} p{margin:0;padding:0;} .clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } .clearfix{*zoom:1} .fl{ float:left;} .fr{ float:right;} .transition{transition: all 1s;} .scale { transform: scale(1.1); -ms-transform:scale(1.1); /* IE 9 */ -moz-transform:scale(1.1); /* Firefox */ -webkit-transform:scale(1.1); /* Safari 和 Chrome */ -o-transform:scale(1.1); } ul li { list-style: none;} /*全局 end*/ .container { width: 1200px; margin: 0 auto;} /* header block */ #header { z-index: 9990; position: relative; } #header .box-top { background: #f6f6f6; height: 35px; overflow: hidden;} #header .box-top ul li { float: left; color: #878787; height: 35px; line-height: 35px;} #header .box-top ul li .line { color: #cfcfcf; display:inline-block; padding: 0 20px; } #header .box-top .welcome { font-size: 14px; color: #878787; line-height: 35px;} #header .box-center { height: 110px; background: #ffffff;} #header .logo { width: 450px; overflow: hidden;} #header #nav { width: 750px; float: right;} #header #nav ul { float: right;} #header #nav ul li{ float: left; display: inline-block; position: relative;} #header #nav ul li a.t { display: inline-block; font-size:17px; text-align: center;color: #000000; height: 110px; line-height: 110px; padding: 0 15px; } #header #nav ul li:hover a.t { background:#4fb3f0; color: #ffffff; font-weight: 600;} #header #nav ul li.active a.t { background:#4fb3f0; color: #ffffff; font-weight: 600; } /* nav */ #nav .sub{display:none;width:98px;left:0;top:110px;position:absolute;background:#fff; float: none !important;} #nav .sub li{zoom:1; float: none !important; height: 50px !important; line-height: 50px !important;} #nav .sub a{ background:#ffffff; color: #000; text-align: center; display: inline-block; width: 98px;} #nav .sub a:hover{ background:#4fb3f0 !important;color:#fff; } #nav .sub li.on a{background:#F89A1C;color:#fff; } /* nav */ .icon-weixin { color: #07af12;} .icon-weibo { color: #e6172d; font-size: 18px !important; } .icon-sousuo { color: #61baf1;} .icon-dianhua1 { color: #fe1d1d; font-size: 24px !important; } .dianhua1 { color: #fe1d1d; font-size: 20px; font-weight: bold;} .dianhua1-img { display: inline-block; vertical-align: baseline; margin-right: 5px;} .hotline { color: #4fb3f0; font-size: 14px; font-weight: bold; } #show-weixin,#show-weibo{ cursor:pointer; } #show-search { cursor: pointer; } #show-weixin:hover .weixin-ewm{ display: block;} .weixin-ewm { position: absolute; z-index: 300; border: 8px solid #43c9ea; border-radius: 6px; top:45px; display: none;} .weixin-ewm:before { content: " "; width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 20px solid #43c9ea; position: absolute; top:-27px; left: 20px; } .weixin-ewm img { width: 78px; height: 78px;} #show-weibo:hover .weibo-ewm { display: block; } .weibo-ewm { position: absolute; z-index: 300; border: 8px solid #43c9ea; border-radius: 6px; top:45px; display: none;} .weibo-ewm:before { content: " "; width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 20px solid #43c9ea; position: absolute; top:-27px; left: 20px; } .weibo-ewm img { width: 78px; height: 78px;} /* header block */ /* banner block*/ #banner { background: #ffffff; position: relative;} #banner .banner-container{ min-width: 1200px; margin: 0 auto; overflow: hidden;} #banner .banner-container img { width: 1920px;} /* banner block*/ /* main-container block */ #main-container { background: #f6f8f9;} .subnav { height: 50px; line-height: 50px; text-align: center; background: rgba(73,173,232,0.8); position: absolute; bottom: 0; z-index: 10; width: 100%; } .subnav ul { display: inline-block; } .subnav ul li { float: left; display: inline-block;} .subnav ul li a { color: #ffffff; font-size: 15px; height: 50px; line-height: 50px; display: inline-block; padding: 0 36px;} .subnav ul li.active a { background: #ffffff; color: #000000; } .subnav ul li:hover a { background: #ffffff; color: #000000; } #main-container .center-container { background: #ffffff; box-shadow:4px 0 10px -10px #000, -4px 0 10px -10px #000; } #main-container .center-container .navigation{padding: 20px 0; margin: 0 30px; border-bottom: 1px solid #d2d2d2; color: #b6b5b5; } #main-container .center-container .navigation a{ color: #b6b5b5; font-size: 14px;} .home-icon { display: inline-block; position:relative; bottom: 2px; } /* index */ /* @ slide example*/ .focusBox { position: relative; width:100%; overflow: hidden; min-width: 1200px; } .focusBox .pic img { width:100%; display: block; } .focusBox .ul-center {margin: 0 auto; width: 100%; text-align: center; position: absolute; bottom: 0;} .focusBox .hd { overflow:hidden; zoom:1; z-index:3; display: inline-block; } .focusBox .hd li{float:left; cursor:pointer; overflow:hidden; background:url(../images/dot_05.png) center center no-repeat; filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease; margin-right: 25px; margin-bottom: 20px; display: inline; width: 17px; height: 17px; } .focusBox .hd .on{ background:url(../images/on_05.png) center center no-repeat; filter:alpha(opacity=100);opacity:1;} .focusBox:hover .prev{ display: block; } .focusBox:hover .next{ display: block; } .focusBox .prev, .focusBox .next { width:47px; height:53px; position:absolute; top:224px; z-index:3; filter:alpha(opacity=20); -moz-opacity:.2; opacity:.2; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease} .focusBox .prev { background-image:url(../images/index_prev.png) ; background-repeat:no-repeat; left:57px; display: none;} .focusBox .next { background-image:url(../images/index_next.png); background-repeat:no-repeat; right:57px; display: none; } .focusBox .prev:hover, .focusBox .next:hover { filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6 } .index-header .slide{ width:566px; overflow: hidden; float: left; margin-top: 30px; height: 350px; } .index-header .news{ width:610px; overflow: hidden; float: right; margin-top: 30px; border: 1px solid #eeeeee; height: 350px; overflow: hidden; } /* 本例子css */ #iFocus { height:350px; overflow:hidden; position:relative; width:566px;} #iFocus ul { height:350px; position:absolute; z-index:88 } #iFocus ul li { float:left; width:566px; height:350px; overflow:hidden; position:relative;z-index:81 } #iFocus ul li a{ display:block; float:left } #iFocus ul li a img{ vertical-align:middle; width: 566px; height: 350px; } #iFocus .btnBg { position:absolute; width:566px; height:40px; line-height: 40px; color: #ffffff; left:0; bottom:0; background:#000; z-index:89; filter:alpha(opacity=50);opacity:0.5; } #iFocus .btn { position:absolute; width:566px; height:18px; left:0; bottom:8px; text-align:right; z-index:90; margin-right: 10px; } #iFocus .btn span { display:inline-block; _display:inline; _zoom:1; width:18px; height:18px; line-height:18px; text-align:center; font-size:16px; font-family:"微软雅黑"; margin-right:10px; cursor:pointer; background:url(../images/dot_05.png) center center no-repeat; } #iFocus .btn span.on { background:url(../images/on_05.png) center center no-repeat; } #iFocus .p-title { color:#fff; font-size: 16px; position: absolute; z-index: 999; text-indent: 30px; opacity: 1; } .index-header .news .ul-title li{ float: left; color: #828282; background: #eeeeee; font-size:18px; width: 110px; height:45px; line-height: 45px; text-align: center; cursor: pointer; } .index-header .news .ul-title li:hover,.index-header .news .ul-title li.on { color: #fff; background:#4fb3f0; } .index-header .news .more { width: 170px !important; text-align: right !important; } .index-header .news .more a{ font-size: 12px; color: #828282; display: inline-block; padding-right: 20px; } .index-header .news .more:hover { color: #828282 !important; background: #eeeeee !important; } .index-header .news .ul-item li { margin: 0 20px; padding-top: 13px; position: relative; text-indent: 20px;} .index-header .news .ul-item li:before { content: "●"; color: #878787; position: absolute; left: -20px; } .index-header .news .ul-item li.line { border-bottom: 1px dashed #EDEDED; text-indent: 0; } .index-header .news .ul-item li.line:before { color: #ffffff !important; } .index-header .news .ul-item h2{ font-size:18px; color: #000; text-align: center; font-weight: bold; } .index-header .news .ul-item .date { color: #989797; font-size: 14px; float: right; font-weight: normal; display: inline-block; line-height: 24px;} .index-header .news .ul-item p { color: #a7a7a7; font-size:14px; margin: 15px 0; } .index-header .news .ul-item li:hover h2 { color: #ff0000; } .index-header .news .ul-item li:hover a { color: #ff0000; } .index-header .news .ul-item li:hover .date { color: #ff0000; } .index-header .news .ul-item li:hover:before { color: #ff0000; } /* END */ .index-middle { margin-top: 30px;} .index-middle .sub-title{ font-size: 18px; color: #fff; text-align: center; display: inline-block; width: 110px; height: 45px; line-height: 45px; background: #4fb3f0; } .index-middle .date { font-size: 14px; color: #828282; text-align: right; background: #eeeeee; width: 250px; height: 43px; line-height: 43px; display: inline-block; padding-right: 20px; } .index-middle .sjbg { width: 380px; float: left; margin-right: 30px; height: 322px; overflow: hidden; } .sjbg-table { margin-top: 10px; width: 100%; } .sjbg-table tr td { height: 43px; line-height: 43px; border: 1px solid #eeeeee; text-align: center; font-size: 15px; color: #4ca9e2;} .sjbg-table tr td.i { text-align: left; text-indent: 24px; color: #333333;} .sjbg-table .f { background: #f4f5f6; } .sjbg-table .f td { color: #333333; } .index-middle .wgcx { width: 380px; float: left; margin-right: 30px; height: 322px; overflow: hidden; } .index-middle .sfcx { width: 380px; float: left; } .index-middle .sfcx .box { height: 45px; line-height: 45px; background: #eeeeee; } .notice-more { float: right; margin-right: 20px; color: #828282; } .notice { border: 1px solid #dddddd; height: 273px; overflow: hidden; } .notice ul { position: relative;} .notice ul:after { content: " "; background: #cccccc; height: 240px; width: 2px; position: absolute; top: 11px; left: 23px; } .notice li { border-bottom: 1px dashed #E7ECF0; line-height: 1.7; margin: 0 20px 0 40px; padding: 10px 0;} .notice li .title { font-size: 14px; color: #252525; position: relative; } .notice li .title:after { position: absolute; content: "●"; color: #cccccc; left:-20px; z-index: 99;} .notice li .dates { font-size: 14px; color: #808080; } .notice li:last-child { border: 0;} .notice li:hover p{ color: red;} .sfcx .sub-title{ font-size: 18px; color: #fff; text-align: center; display: inline-block; width: 110px; height: 45px; line-height: 45px; background: #4fb3f0; } /* END */ .index-bottom { border-radius: 6px; box-shadow: 3px 0 5px #eeeeee,-3px 0 5px #eeeeee; margin-top: 30px; } .index-bottom .box-l { width: 564px; margin-left: 30px; float: left; margin-right: 30px; } .index-bottom .box-l .box { border-bottom: 1px solid #d4e8f7; padding-bottom: 20px; padding-top: 25px;} .index-bottom .box-l .box span{ color: #4fb3f0; font-size: 18px; display: inline-block; position: relative; } .index-bottom .box-l .box span:after { content: ""; background: #4bb3f0; height: 2px; width: 100%; bottom: -20px; left: 0; position: absolute; } .index-bottom .box-l .box a { color:#4fb3f0; font-size: 12px; float: right; line-height: 24px; } .index-bottom .box-l .content p { font-size: 15px; color: #ffffff; margin-top: 10px;} .index-bottom .box-l .content div { text-align: center; cursor: pointer;} .index-bottom .box-l .content span { font-size: 40px; color: #ffffff; text-align: center; margin-top: 18px; display: inline-block;} .index-bottom .box-l .content div:hover p { color: #f00; } .index-bottom .box-l .content div:hover span {transform: rotate(360deg);} .index-bottom .box-l .ysbz { background: #75cff1; width: 120px; height: 115px; margin-right: 20px; border-radius: 6px; text-align: center; margin-top: 20px; } .index-bottom .box-l .ghgm { background: #f7d16c; width: 120px; height: 115px; margin-right: 20px; border-radius: 6px; margin-top: 20px;} .index-bottom .box-l .bxfw { background: #42e2b4; width: 120px; height: 115px; border-radius: 6px; margin-top: 20px;} .index-bottom .box-l .zxfw { background: #ffb19b; width: 120px; height: 115px; margin-right: 20px; border-radius: 6px; margin-top: 20px;} .index-bottom .box-l .jiaofei { background: #a3adf5; width: 120px; height: 115px; margin-right: 20px; border-radius: 6px; margin-top: 20px; } .index-bottom .box-l .zfb { background: #ffb19b; width: 190px; height:115px; text-align: center; border-radius: 6px; margin-right: 20px; margin-top: 20px; } .index-bottom .box-l .zfb img{ width: 90px; height: 90px; display: inline-block; margin-top: 12px; } .index-bottom .box-l .wx { background: #a6cef4; width: 190px; height:115px; text-align: center; border-radius: 6px; margin-top: 20px;} .index-bottom .box-l .wx img{ width: 90px; height: 90px; display: inline-block; margin-top: 12px; } .index-bottom .box-r { width:564px; float: left; } .index-bottom .box-r .box { border-bottom: 1px solid #a5d8f7; padding-bottom: 20px; padding-top: 25px;} .index-bottom .box-r .box span{ color: #4fb3f0; font-size: 18px; display: inline-block; position: relative; } .index-bottom .box-r .box span:after { content: ""; height: 2px; width: 100%; background: #4fb3f0; left: 0; bottom: -20px; position: absolute; } .index-bottom .box-r .box a { color:#4fb3f0; font-size: 12px; line-height: 24px; float: right;} .index-bottom .box-r ul { margin:20px 0; } .index-bottom .box-r ul li { float: left; display: inline-block; margin-bottom: 20px; margin-right: 30px;margin-left: 30px; cursor: pointer; } .index-bottom .box-r ul li span { display: inline-block; width: 84px; height: 84px; line-height: 84px; background: #def1fd; font-size: 40px; text-align: center; border-radius: 84px; color: #4fb3f0; } .index-bottom .box-r ul li p { text-align: center; color: #3d9fdb; font-size: 15px; margin-top: 10px;} .index-bottom .box-r ul li:hover span { transform: rotate(360deg);} .index-bottom .box-r ul li:hover p { color: #f00; } .index-bottom-ad { width: 100%; overflow: hidden;} .index-bottom-ad:hover img{ transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); } /* about */ #main-container .about-content{ color: #000000; font-size: 15px; line-height: 44px; padding: 20px 30px 0 30px;} #main-container .about-content .box-l{width: 735px; overflow: hidden; margin-right: 20px; } #main-container .about-content .box-r { width: 385px; margin-top: 10px; } #main-container .about-content .box-r img { margin-bottom: 30px; } /* water */ #main-container .water-content ul { margin: 30px 20px 0 20px;} #main-container .water-content ul li{ display: inline-block; width: 564px; height: 60px; float: left; background: #f6f6f6; margin-bottom: 20px; } #main-container .water-content ul li a { display: inline-block;} #main-container .water-content ul li:hover h2 { color: #fe1d1d;} #main-container .water-content ul .item { width: 60px; height: 60px; background:#4fb3f0;} #main-container .water-content ul .item .date { color: #ffffff; font-size: 30px; text-align: center; display: block;} #main-container .water-content ul .item .ym { color: #ffffff; font-size: 12px; text-align: center; background: rgba(0,0,0,.2); display: block; height: 20px; line-height: 20px; } #main-container .water-content ul .title { height: 60px; line-height: 60px; font-size: 18px; color: #151515; text-indent: 30px;} .mg-30 { margin-left: 30px;} /* service */ #main-container .service-content{ color: #000000; font-size: 15px; line-height: 44px; padding: 20px 30px 40px 30px;} #main-container .service-content img { display: initial;} /* picture */ #main-container .picture-content{ padding: 20px 30px 10px 30px;} .foucebox {width: 1140px;height: 600px; position: relative; } .foucebox .bd {position: relative;float: left;width: 1140px;height: 600px;overflow: hidden;} .foucebox .showDiv {position: relative;width: 1140px;height: 600px;} .foucebox .showDiv img {width: 1140px;height: 600px;} .foucebox .hd {width: 1140px;} .foucebox .hd ul li {width: 108px;height: 80px;float: left;display: inline;position: relative; margin-top: 8px; margin-right: 6px;} .foucebox .hd ul li.on img{ border: 5px solid #4fb3f0; width: 98px;height: 70px;} .foucebox .hd ul img {width: 108px;height: 80px;} .foucebox .hd ul a:hover {color: #fff;} .foucebox .prev { width: 48px; height: 88px; margin: -60px 0 0; background: url(../images/prev.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; display: none; } .foucebox .next { width: 48px; height: 88px; margin: -60px 0 0; background: url(../images/next.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; display: none; } .foucebox .prev { left: 0; } .foucebox .next { right: 0; } .foucebox:hover .prev{ display: block !important; } .foucebox:hover .next{ display: block !important; } /* news-show */ #main-container .news-show-content { padding: 0 30px; color: #000000; font-size: 15px; line-height: 44px; } #main-container .news-show-content .title { text-align: center; font-size: 32px; font-weight: bold; color: #000000; margin: 25px 0 15px 0 ;} #main-container .news-show-content .desc { text-align: center; color: #848282; font-size: 14px; padding-bottom: 10px} #main-container .news-show-content .desc { border-bottom: 1px solid #dcdcdc;} #main-container .news-show-content .detail img{ display: inline-block; max-width: 100%; } #main-container .news-show-content .detail { overflow: hidden; padding-top: 20px; } #main-container .news-show-content .action { margin: 30px 0; } #main-container .news-show-content .prev { width: 569px; background: #f3fafe; } #main-container .news-show-content .next { width: 569px; background: #f3fafe; border-left: 2px solid #ffffff;} #main-container .news-show-content .date { color: #848282; font-size: 14px;} #main-container .news-show-content .prev:hover .date{ color: red; } #main-container .news-show-content .next:hover .date{ color: red; } /* news */ #main-container .news-content { padding: 0 30px; } #main-container .news-content ul li{ border-bottom:1px dashed #ededed; display: inline-block; padding: 25px 0; } #main-container .news-content ul li a { display: inline-block;} #main-container .news-content ul li h2{ font-size: 17px; color: #151515; font-weight: 500; } #main-container .news-content ul li:hover h2 { color: red; font-weight: bold;} #main-container .news-content ul li .desc { font-size: 14px; color: #868585; line-height: 26px; margin-top: 20px; } #main-container .news-content .box-l { width: 230px; overflow: hidden;} #main-container .news-content .box-l img { width: 230px; height: 137px;} #main-container .news-content ul li:hover img{ transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); } #main-container .news-content .box-c { width: 630px; padding-left: 30px;} #main-container .news-content .box-r { width: 220px; text-align: right; } #main-container .news-content .box-r .date{ color: #868585; font-size: 15px; display: block;} #main-container .news-content .box-r .more{ color: #ffffff; font-size: 14px; height: 34px; line-height: 34px; width: 88px; background: #4fb3f0; display: inline-block; text-align: center; margin-top: 70px; } #main-container .news-content ul li:hover .more { background: red;} /* business */ #main-container .business-content { margin: 0 30px ; background: #f7f7f7;} #main-container .business-content .ad { margin: 30px 0 30px 0; } #main-container #water-from { } #main-container .business-content .btn-search { background: #4fb3f0; color: #ffffff; font-size: 15px; text-align: center; display: inline-block; width: 130px; height: 45px; line-height: 45px; margin-bottom: 50px; border-radius: 45px; margin-left: 85px; } #main-container .business-content .btn-search:hover { background: #43c9ea;} #main-container .business-content .btn-reset { background: #f13939; color: #ffffff; font-size: 15px; text-align: center; display: inline-block; width: 130px; height: 45px; line-height: 45px; margin-left: 20px; margin-bottom: 50px; border-radius: 45px;} #main-container .business-content .btn-reset:hover { background: #FE6171;} #main-container .business-content .item-ctr { margin-top: 20px; margin-left: 376px;} #main-container .business-content .item-ctr label{ color: #000000; font-size: 16px; } #main-container .business-content #ucode{ height: 50px; line-height: 50px; width: 290px; margin-left: 17px; border: 1px solid #e6e7e7; text-indent: 32px; } ::-webkit-input-placeholder { color: #a2a1a1; border-radius: 2px;} #main-container .business-content select { width: 138px; height: 50px; line-height: 50px; border: 1px solid #e6e7e7; text-indent: 30px; } #main-container .business-content .year { margin-right: 13px;} /* business1 */ #main-container .business1-content {padding: 0 30px;position: relative;} #main-container .business1-content .action{ background: #f3fafe; width: 1140px; height: 65px; line-height: 65px; } #main-container .business1-content h2 { text-align: center; color: #000000; font-size: 32px; margin: 30px 0;} #main-container .business1-content .table { width: 1140px;} #main-container .business1-content .table td{ color: #000000; font-size: 18px; border: 1px solid #626262; } #main-container .business1-content .text { width: 850px; display: inline-block; padding-left: 20px; } #main-container .business1-content .text:hover { color: #000000;} #main-container .business1-content .btn-download { background: #3badf0; color: #ffffff; font-size: 16px; width: 110px; line-height: 38px; height: 38px; display: inline-block; margin-right: 20px; text-align: center; border-radius: 38px; } #main-container .business1-content .btn-download:hover { background: #63B8F0;} #main-container .business1-content .btn-upload { background: #e8424e; color: #ffffff; font-size: 16px; width: 110px; line-height: 38px; height: 38px; display: inline-block; text-align: center; border-radius: 35px;} #main-container .business1-content .btn-upload:hover { background: #FE6171; } .business1-content .td-width { width: 200px; height: 58px; line-height: 58px; text-align: center;} .business1-content .td-shuoming { height: 154px; color: #5e5e5e !important; font-size: 16px !important; line-height: 32px; padding: 15px 110px 20px 30px; } .business1-content .td-shuoming .text-indent { padding-left: 48px;} .business1-content .sign { font-size: 18px; color: #000000; margin: 50px 0 80px; } /* business2-content */ #main-container .business2-content { padding: 0 30px; } #main-container .business2-content h2 { color: #000000; font-size: 32px; text-align: center; margin: 30px 0;} #main-container .business2-content form {} #main-container .business2-content form span { color: red;} #main-container .business2-content .item-ctr { font-size: 16px; color: #000000; margin-top: 20px;} #main-container .business2-content .item-ctr label { width: 296px; display: inline-block; text-align: right;} #main-container .business2-content .item-ctr textarea { width: 640px; height: 160px; border:1px solid #e6e7e7; } #main-container .business2-content .ctr-input { width: 620px; height: 45px; line-height: 45px; border:1px solid #e6e7e7; padding-left: 20px;} #main-container .business2-content select.ctr-input { width: 640px; height: 45px; line-height: 45px; border:1px solid #e6e7e7; padding-left: 20px;} #main-container .business2-content .btn-submit { width: 130px; height: 45px; line-height: 45px; display: inline-block; color: #ffffff; font-size:15px; background: #4fb3f0; text-align: center; border-radius: 45px; } #main-container .business2-content .btn-submit:hover { background: #82C7F0; } #main-container .business2-content select { border: 1px solid #e6e7e7; height: 45px; min-width: 140px; padding-left: 20px;} #main-container .business2-content .btn-reset { width: 130px; height: 45px; line-height: 45px; display: inline-block; color: #ffffff; font-size: 15px; background: #706f73; text-align: center; margin-left: 18px; border-radius: 45px; } #main-container .business2-content .btn-reset:hover { background: #919192; } #main-container .business2-content #code { width: 158px; height: 45px; border:1px solid #e6e7e7; } #main-container .business2-content #codeNumber { display: inline-block; } #main-container .business2-content .cp{display: none;} /* culture */ #main-container .culture-content { padding: 0 30px;} #main-container .culture-content .box-l{ width: 380px; margin-top: 20px; margin-bottom: 30px; } #main-container .culture-content .box-r{ width: 730px; padding-left:30px; margin-top: 20px;} #main-container .culture-content .frist-title{ padding-top: 15px; } #main-container .culture-content .box-r .item{ margin-bottom: 60px; } #main-container .culture-content h2 { color: #000000; font-size: 20px; font-weight: bold; margin-bottom: 20px; } #main-container .culture-content p { font-size: 15px; color: #676767; line-height: 30px;} /* main-container block */ /* pagenav block*/ #pagenav { padding: 30px 0; text-align: center;} #pagenav span { color: #666666;} #pagenav ul { margin: 0 auto; display: inline-block;} #pagenav ul li { color: #333333; float: left; border: 1px solid #e3e3e3; text-align: center; height: 35px; line-height: 35px; margin-right: 15px; border-radius: 2px;} #pagenav ul li.active,#pagenav ul li:hover { background: #328ecd;} #pagenav ul li a { display: inline-block; height: 35px; line-height: 35px; padding: 0 15px; } #pagenav ul li.active a,#pagenav ul li:hover a { color: #ffffff; cursor: pointer; } /* pagenav block*/ /* footer block */ #footer { background: #4fb3f0; height: 200px; overflow: hidden;} #footer .links ul li{ float: left; height: 50px; line-height: 50px;} #footer .links ul li a { color: #ffffff; font-size:14px; display: inline-block; padding: 0 20px; height: 50px; line-height: 50px; } .remove-padding { padding: 0 !important;} #footer .links ul li:hover a { color: #f00;} #footer .copyright { border-top: 1px solid #6cc3f8;} #footer .copyright .info { margin-top: 35px; text-align: center; width: 1000px;} #footer .copyright .info p { line-height: 36px; color:#ffffff;} #footer .copyright .info a { font-size: 14px; color:#ffffff;} #footer .copyright .info a:hover { color: #f00;} #footer .copyright .info img { display: inline-block; width: 15px;height: 15px; position: relative; bottom: 1px; } #footer .copyright .info .icon { margin-right: 10px;} #footer .copyright .ewm{ width: 200px; margin-top: 15px;} #footer .copyright .ewm img { width: 90px; height: 90px;} #footer .copyright .ewm p { text-align: center; font-size: 14px; color: #ccecff; line-height: 30px;} /* footer block */ /* search */ #model-search { width: 100%; height: 100%; position: fixed; z-index: 999; top: 0; left: 0; bottom: 0; right: 0; } #model-search .layer { width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; position: absolute; background: rgba(0,0,0,.5); z-index: 0; } .model-search-form { position: absolute; top: 50%; left: 50%; z-index: 10; margin-left: -160px; margin-top: 29px;} .model-search-form .ctr-input{ width: 350px; height: 54px; line-height: 54px; display: inline-block; float: left; padding-left: 25px; border: 0; outline: 0;} .model-search-form .ctr-submit{ border: none; background: red; width: 80px; height: 54px; line-height: 54px; font-weight:700; color: #ffffff; display: inline-block; float: left; cursor: pointer; display: inline-block; text-align: center; } .jdcx{position: absolute;top: 0;right: 40px; display: block; background: #e8424e; color: #ffffff; font-size: 16px; width: 110px; line-height: 38px; height: 38px; display: inline-block; text-align: center; border-radius: 5px;} .jdcx:hover{color: white;background-color: #FE6171;} .query{padding:30px 50px;} .query_el{margin-bottom: 10px;border-bottom: 2px dashed #d3d0d0;padding-bottom: 10px;} .query_el .q{color: #e8424e;} .query_el span{display: table-cell;} .query_el span.t{white-space: nowrap;font-weight: bold;} .query_ct{display: block; background-color:#4fb3f0 ; width: 120px;height: 40px;line-height: 40px;text-align: center;color: white; margin: 20px 0;} /*留言搜索列表*/ .messlist2{margin: 0px 120px;margin-top: 30px; background: #4fb3f0;overflow: hidden;} .messlist2 h2{line-height: 30px;font-size: 16px;text-indent: 2em;margin: 20px;} .messlist2 h2 span{color: red;font-weight: bold;} .messlist2 form{margin: 20px 20px 30px 20px;line-height: 40px;} .messlist2 form label{margin-right: 25px;font-size: 16px;display: block;padding-right: 200px;text-align: right;margin-bottom: 20px;} .messlist2 form input{display: inline-block;width: 200px;height: 38px;border: solid 1px #CCCCCC;padding: 0 15px;border-radius: 5px;} .messlist2 form input[type=submit]{width: 100px;background: #d53707;color: #FFFfff;border: 0;font-size: 16px;cursor: pointer;} .messlist2 form input[type=submit]:hover{background-color: #FE6171;} .messshow1_ti{margin-top: 50px; font-size: 16px;height: 40px; line-height: 40px;border-bottom: solid 1px #4fb3f0;font-weight: bold;text-indent: 10px;} .messshow1_table{margin: 40px 0;width: 100%;} .messshow1_table table{width: 100%;table-layout: fixed;border-top: solid 1px #CCCCCC;border-left: solid 1px #CCCCCC;} .messshow1_table table td{border-bottom: solid 1px #CCCCCC;border-right: solid 1px #CCCCCC;text-align: center;height: 50px;line-height: 40px; font-size: 16px;}