<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* por reset.css V1.0  Start*/
*{ outline:none;}
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td { margin: 0px; padding: 0px; }
body, button, input, select, textarea { font: normal 12px Microsoft YaHei,Arial, "\5b8b\4f53", tahoma; }
ul, ol, li { list-style: none; }
a { text-decoration: none;  }
a:hover { text-decoration:none; }
img { border: 0; vertical-align:top; }
button, input, select, textarea { font-size: 100%; vertical-align:middle; outline:none; }
table { border-collapse: collapse; border-spacing: 0; }
.fixed:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.fixed { *zoom:1;}
/* por reset.css V1.0  End */
/*--------------通用组件--------------*/
/*gotop*/
.backToTop { display: none; background:#000; width:31px; height:31px; position: fixed; _position: absolute; left:50%; margin-left:510px; bottom: 160px; _bottom: "auto"; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); z-index:999; }
.backToTop:hover { opacity: 0.8; filter: Alpha(opacity=80); }
/*path*/
.path{ height:40px; line-height:40px; padding:0px 15px;}
.path h2{ float:left; font-size:12px; color:#FFF; font-weight:normal;}
.path ol{ float:right;}
.path ol li{ float:left; color:#FFF;}
.path ol li a{ color:#FFF; font-size:12px;}
.path ol li a:hover{ color:#c71f55;}
/*paged*/
.paged a,.paged .pd_info,.paged .current{ display:inline-block; zoom:1; *display:inline; margin:0px 3px;font-size:12px; text-align:center; border:1px solid #3c8dc2; background:#ffffff; color:#333;  }
.paged .current,.paged a:hover{ border:1px solid #3149a0; border:1px solid #3c8dc2;color:#0a69c5;}
/*--------------public--------------*/
.p_fl {
  float: left;
}
.p_fr {
  float: right;
}
.p_posr {
  position: relative;
}
.p_pora {
  position: absolute;
}
.p_els {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p_mgauto {
  margin: 0 auto;
}
/*需要块状元素并且给定宽高*/
.p_hide {
  display: none;
}
.p_show {
  display: block;
}
.p_tal {
  text-align: left;
}
.p_tac {
  text-align: center;
}
.p_tar {
  text-align: right;
}
.i-b {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*--------------public--------------*/
/*--------------mutual--------------*/
.p_css3 {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
/*CSS3运动基础*/
.p_opacity {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*透明*/
.p_scale {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
}
/*css3放大*/
/*反光动画效果*/
.p_overimg {
  position: relative;
  display: block;
  /* overflow: hidden; */
  box-shadow: 0 0 10px #FFF;
}
.p_light {
  cursor: pointer;
  position: absolute;
  left: -280px;
  top: 0;
  width: 280px;
  height: 197px;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.p_overimg:hover .light {
  left: 280px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*其他效果可以参考 http://ecd.tencent.com/css3/tools.html 动画库*/
/* 文字颜色 */
/* 最小宽度值 */
a {
  color: #333333;
}
a:hover {
  color: #085dbd;
}
.p_ib {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
span {
  color: #333333;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#web {
  margin: 0 auto;
  background: #ffffff;
}
.web {
  width: 100%;
  /*background-image:url(../images/foot-bj.jpg);*/
  background:#333;
}
.wbox {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
.header {
  margin: 0 auto;
}
.header .logo {
  float: left;
  display: block;
  width: 210px;   
   margin-left:-86px;
  height:90px;
  background: url(../images/logo2.jpg) center no-repeat;
  text-indent: -999em;
}
.header .logo a {
  float: left;
  width: 100%;
  height: 100%;
}
.header .nav ul {
  float: left;
}
.header .nav ul li {
  z-index: 999;
  position: relative;
  cursor: pointer;
  float: left;
  width: 107px;
  height: 90px;
  text-align: center;
  border-left: 1px solid #e8ebed;
  background:#fff;
  transition:background 0.5s;
}
/*______留言板______dbgms_guestbook_box______0318*/
.dbgms_guestbook_box{border: 1px solid #ddd}
.dbgms_guestbook_title{height: 30px;line-height: 30px;background-color: #ECECEC;padding-left: 10px;padding-right: 10px;}
.dbgms_guestbook {padding: 20px}
.dbgms_guestbook_list {border-bottom: 1px dotted #ccc;padding: 10px 20px;}
.dbgms_guestbook_list .content {font-size: 14px;line-height: 25px;padding-bottom: 10px;}
.dbgms_guestbook_list .content .reply {border: 1px solid #ddd;line-height: 25px;padding-left: 5px;padding-right: 5px;margin-top: 10px;background-color: #f4f4f4}
.dbgms_guestbook_list .info {color: #666;line-height: 25px;}
.dbgms_guestbook_form{padding:20px 30px;}
.dbgms_guestbook_form h5 {line-height: 30px;font-size: 14px;font-weight: bold}
.dbgms_guestbook_form tr{margin-bottom: 20px;height: 50px;} 
.dbgms_guestbook_text {border: 1px solid #ccc;line-height: 25px;height: 25px;width: 250px;}
.dbgms_guestbook_content {border: 1px solid #ccc;height: 100px;width: 500px;margin-top: 10px;}
.dbgms_guestbook_captcha{width: 80px;height: 35px;margin-right: 10px;border: 1px solid #ccc;line-height: 25px;}
.dbgms_guestbook_captcha_img{width:75;height:35; border:0;vertical-align:top;  margin-left: 3px;}
.dbgms_guestbook_submit{cursor:pointer; border: 1px solid #ddd;width: 60px;line-height: 35px;height: 35px;vertical-align: top;margin-left: 15px;}

.header .nav ul li:hover{ background:#ee7701;}
.header .nav ul li:hover a{  color: #fff;}
.header .nav ul li:on{ background:#ee7701;}
.header .nav ul li:on a{  color: #fff;}
.header .nav ul li:hover span,
.header .nav ul li.on span {
  color: #fff;
}
.header .nav ul li a {
  font-size: 14px;
  text-align: center;
  width: 107px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.header .nav ul li span {
  display: block;
  font-size: 10px;
  width: 107px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 55px;
  margin-left: -54px;
}
.header .nav ul li dl {
  position: absolute;
  left: 0;
  top: 90px;
  width: auto !important;
  display: none;
  background-color: #ffffff;
}
.header .nav ul li dl dd {
  height: auto !important;
  line-height: 30px;
  border-bottom: 1px dashed #eee;
}
.header .nav ul li dl a {
  width: auto!important;
  min-width: 107px!important;
  height: 30px !important;
  line-height: 30px;
  padding: 0 15px;
  text-align: left;
  font-size: 12px;
}
.header .nav ul li dl a:hover {
  color: #085dbd !important;
  text-decoration: underline;
}
.header .nav ul li.on a{
  color: #fff !important;
  background:#ee7701;
} 
.header .nav ul li:hover dl a,
.header .nav ul li.on dl a {
  color: #333333;
}
.banner {
  width: 100%;
  min-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.banner .bd ul {
  text-align: center;
  width: 100% !important;
}
.banner .bd ul li {
  width: 100% !important;
  height: 450px;
  float: left;
}
.banner .hd {
  position: absolute;
  left: 0px;
  right: 50px;
  z-index: 99;
  bottom: 30px;
}
.banner .hd ul {
  width: 259px;
  margin: 0 auto;
  text-align: right;
}
.banner .hd ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  background: url(../images/dian.png) center top no-repeat;
  cursor: pointer;
}
.banner .hd ul li.on {
  background-position: center bottom;
}
.main {
  width: 100%;
  background: #f1f1f1;
  height: auto;
  overflow:auto;
}
.container {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*.boxlist .title a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}*/
.boxlist .title img {
  width: 258px;
  height: auto;
}
.boxlist .info {
  text-align: left;
}
.boxlist .info p { line-height: 20px; margin-top: 20px; padding: 0px 15px; color: #333333; font-family: "宋体"; margin-bottom: 30px; } /*--Jie-0407--*/
.boxlist .info .more {
  float: right;
  width: 51px;
  height: 17px;
  background: url(../images/more.jpg) no-repeat center;
  text-indent: -999em;
  margin-right: 14px;
}
.boxlist .info .more:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.boxlist .boxBg {
  background-color: #ffffff;
}
.fwkh {
  margin: 0px auto;
  width: 100%;
}
.fwkh .title {
  width: 100%;
  height: 33px;
  /*background: url(../images/videTitle.png) repeat-y center;*/
  line-height:33px;
  color:#333333;
  border-bottom:3px solid #ee7701;
  background:rgba(255,255,255,0.5);
}
.fwkh .khlist {
  background-color: #ffffff;
  height: 198px;
  border-radius: 5px;
}
.fwkh .khlist .hd {
  display: none;
}
.fwkh .khlist .bd {
  height: 198px;
  position: relative;
}
.fwkh .khlist .bd ul li {
  width: 117px;
  height: 142px;
  margin: 0px 25px;
}
.fwkh .khlist .bd ul li img {
  width: 142px;
  height: 142px;
}
.fwkh .khlist .bd ul li a:hover {
}
.fwkh .khlist .bd .tempWrap {
  margin: 0 auto;
  padding-top: 18px;
}
.fwkh .khlist .bd .prev {
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: -33px;
  z-index: 999;
  width: 32px;
  height: 67px;
  background: url(../images/lr_bg.png) no-repeat top left;
  cursor: pointer;
}
.fwkh .khlist .bd .next {
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -33px;
  z-index: 999;
  width: 32px;
  height: 67px;
  background: url(../images/lr_bg.png) no-repeat bottom left;
  cursor: pointer;
}
.video {
  margin: 0 auto;
  width: 100%;
}
.video .title {
  width: 100%;
  height: 34px;
  /*background: url(../images/videTitle.png) repeat-y center;*/
  line-height:37px;
  border-bottom: 7px solid #ee7701;
  color:#333333;
  background:rgba(255,255,255,0.5)
}
#web .main .container.w960 .gg img{ margin:0 auto; width:1080px;}
.video .videlist {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding-top: 23px;
  margin-top: -4px;
}
.video .videlist .videbox1 {
  width: 238px;
  height: auto;
/*  background: url(../images/video.bg1.jpg) no-repeat center;*/
  float: left;
  text-align: center;
  margin: 0px 0px 16px 23px;
}
.video .videlist .videbox1 a:hover {
}
.video .videlist .videbox2 {
  width: 327px;
  height: 105px;
  padding-top: 15px;
  background: url(../images/video.bg2.jpg) no-repeat center;
  float: left;
  text-align: center;
}
.video .videlist .videbox2 p {
  width: 150px;
  float: left;
  text-align: center;
}
.video .videlist .videbox2 .info {
  padding: 0px 5px 0px;
  font-size: 16px;
  text-align: left;
}
.video .videlist .videbox2 .info span { font-size: 12px; line-height: 20px; max-height:100px; overflow:hidden;} /*--Jie-0407--*/
.video .videlist .videbox2 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.video .videlist .videbox3 {
  width: 302px;
  height: 105px;
  background: url(../images/video.bg3.jpg) no-repeat center;
  float: left;
  text-align: center;
  padding-top: 15px;
}
.video .videlist .videbox3 dl {
  text-align: left;
  padding-left: 25px;
  line-height: 25px;
}
.video .videlist .videbox3 dl dt strong {
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  color: #ff9400;
}
.banner1 {
  width: 100%;
  height: 258px;
  min-width: 1000px;
}
.sideLeft {
  background-color: #ffffff;
  min-height: 650px;
  float: left;
}
.sideLeft .sildeTitle {
  padding-top: 18px;
  width: 205px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  margin: 0 auto;
  color: #0155b3;
  border-bottom: 2px solid #0155b3;
}
.sideLeft ul {
  width: 205px;
  margin: 0 auto;
}
.sideLeft ul li a {
  height: 37px;
  line-height: 37px;
  background: url(../images/list_bg.jpg) no-repeat left top;
  padding-left: 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 182px;
}
.sideLeft ul li a:hover {
  background: url(../images/list_bg.jpg) no-repeat left bottom;
  color: #ffffff;
}
.sideLeft ul li .on {
  background: url(../images/list_bg.jpg) no-repeat left bottom;
  color: #ffffff;
}
.sideLeft .contact_ifo {
  width: 202px;
  border: 1px solid #ccddf0;
  margin: 25px auto 0px;
}
.sideLeft .contact_ifo dt {
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #0a69c5;
  font-size: 16px;
}
.sideLeft .contact_ifo dd {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  color: #555555;
}
.sideLeft .search {
  width: 204px;
  margin: 15px auto;
}
.sideLeft .search strong {
  line-height: 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 204px;
  font-size: 18px;
  color: #0155b3;
  margin-bottom: 5px;
}
.sideLeft .search input {
  border: none;
  float: left;
}
.sideLeft .search .inp {
  width: 170px;
  height: 32px;
  background: url(../images/LeftSearch.png) center left no-repeat;
  padding-left: 3px;
}
.sideLeft .search .sub {
  width: 25px;
  height: 32px;
  background: url(../images/LeftSearch.png) center right no-repeat;
  cursor: pointer;
}
.sideRight {
  background-color: #ffffff;
  min-height: 650px;
  padding-bottom: 20px;
  float: right;
}
.sideRight .ProRead {
  width: 729px;
  margin: 0 auto;
  padding-top: 25px;
}
.sideRight .ProRead .read_img {
  width: 297px;
  text-align: center;
}
.sideRight .ProRead .read_img img {
  padding: 5px;
  border: 1px solid #cedff2;
  width: 272px;
  height: 272px;
}
.sideRight .ProRead .read_info {
  width: 420px;
  line-height: 25px;
  font-size: 12px;
  color: #666666;
}
.sideRight .ProRead .read_info p {
  margin-bottom: 15px;
}
.sideRight .ProRead .read_info .title {
  font-size: 20px;
  font-weight: bold;
  color: #085dbd;
}
.sideRight .path {
  width: 699px;
  margin: 0 auto;
  border-bottom: 2px solid #0155b3;
  padding-top: 28px;
}
.sideRight .path ul {
  float: right;
}
.sideRight .path ul li {
  height: 40px;
  line-height: 40px;
  float: left;
}
.sideRight .path ul li a:hover {
  color: #0155b3;
}
.sideRight .path ul li.home {
  background: url(../images/home_bg.jpg) no-repeat left center;
  padding-left: 35px;
}
.sideRight .edit {
  width: 699px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
}
.sideRight .edit p {
  margin-bottom: 15px;
}
.sideRight .edit .title {
  border-bottom: 1px dashed #0155b3;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.sideRight .edit .title strong {
  font-size: 16px;
}
.sideRight .edit .title span {
  margin: 0 15px;
}
.sideRight .search_list {
  width: 699px;
  margin: 0 auto;
  padding: 20px 0;
}
.sideRight .search_list ul {
  margin-bottom: 15px;
}
.sideRight .search_list ul li {
  border-bottom: 1px solid #d1e1f3;
  line-height: 35px;
  padding-left: 10px;
}
.sideRight .search_list ul li span {
  float: right;
  padding-right: 25px;
}
.sideRight .sccess_list {
  width: 699px;
  margin: 0 auto;
  padding: 20px 0;
}
.sideRight .sccess_list ul li {
  float: left;
  margin: 0px 13px 50px;
}
.sideRight .sccess_list ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sideRight .sccess_list ul li img {
  border: 1px solid #d1e1f3;
  padding: 4px;
  width: 311px;
  height: 247px;
}
.sideRight .sccess_list ul li p {
  width: 321px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #d1e1f3;
  text-align: center;
  font-size: 14px;
}
.sideRight .sccess_list ul li p a {
  font-size: 16px;
  color: #085dbd;
}
.sideRight .framecenter #spanSeconds {
  margin: 0 15px;
  color: #085dbd;
}
.sideRight .framecenter .buttonface2 {
  width: 100px;
  height: 35px;
  cursor: pointer;
  background-color: #588DD2;
  border: none;
  color: #ffffff;
}
.sideRight .framecenter .buttonface2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sideRight .contact {
  width: 699px;
  margin: 0 auto;
}
.sideRight .contact .message_list {
  padding: 15px 0;
}
.sideRight .contact .message_list .message_Content {
  width: 650px;
  margin: 0 auto;
}
.sideRight .contact .message_list .message_Content .bbslist li {
  margin-bottom: 15px;
}
.sideRight .contact .message_list .message_Content .bbslist .title {
  color: #085dbd;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}
.sideRight .contact .message_list .message_Content .bbslist .sendname {
  color: #999999;
  font-size: 14px;
}
.sideRight .contact .message_list .message_Content .bbslist .sendname span {
  margin: 0px 10px;
  color: #999999;
}
.sideRight .contact .message_list .message_Content .bbslist .messagelist {
  padding: 8px 0px;
  line-height: 22px;
  color: #333;
}
.sideRight .contact .message_list .message_Content .bbslist .remessagelist .remessagelistTop {
  padding-top: 13px;
  background: url(../images/faq_top.gif) no-repeat center;
}
.sideRight .contact .message_list .message_Content .bbslist .remessagelist .remessagelistCenter {
  padding: 8px 20px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #fafafa;
  line-height: 25px;
  color: #999;
}
.sideRight .contact .message_list .message_Content .bbslist .remessagelist .remessagelistBottom {
  padding-bottom: 8px;
  background: url(../images/faq_foot.gif) no-repeat center;
}
.sideRight .contact .mesTable {
  padding-top: 30px;
  padding-left: 110px;
}
.sideRight .contact .mesTable .tits {
  text-indent: 10em;
  color: #3c7bba;
  padding: 5px 0px 20px 0px;
}
.sideRight .contact .mesTable p {
  padding: 8px 0px;
}
.sideRight .contact .mesTable p input {
  vertical-align: middle;
  width: 243px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #9edaf6;
  padding: 2px 5px;
}
.sideRight .contact .mesTable p b {
  color: #c00000;
  font-size: 14px;
}
.sideRight .contact .mesTable p span {
  color: #3c7bba;
}
.sideRight .contact .mesTable p .submit {
  width: 90px;
  height: 41px;
  line-height: 41px;
  border: none;
  cursor: pointer;
  background: url(../images/mseSub.gif) center no-repeat;
  padding: 0px;
  margin-left: 65px;
  color: #FFF;
  font-size: 14px;
}
.sideRight .contact .mesTable p input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sideRight .contact .mesTable .text span {
  vertical-align: top;
}
.sideRight .contact .mesTable .text textarea {
  width: 416px;
  height: 154px;
  border: 1px solid #9edaf6;
  resize: none;
}
.sideRight .news_list {
  width: 699px;
  margin: 0 auto;
  padding: 20px 0;
}
.sideRight .news_list .putNews {
  border-bottom: 1px solid #d1e1f3;
  height: 185px;
}
.sideRight .news_list .putNews a.putPic {
  float: left;
}
.sideRight .news_list .putNews a.putPic img {
  border: 1px solid #d1e1f3;
  padding: 4px;
  width: 221px;
  height: 145px;
}
.sideRight .news_list .putNews a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sideRight .news_list .putNews dl {
  width: 454px;
  float: right;
  padding-left: 14px;
  padding-top: 19px;
}
.sideRight .news_list .putNews dl dt {
  height: 30px;
  line-height: 30px;
}
.sideRight .news_list .putNews dl dt a {
  font-size: 14px;
  font-weight: bold;
  color: #085dbd;
}
.sideRight .news_list .putNews dl dd {
  line-height: 25px;
  color: #555555;
}
.sideRight .news_list ul {
  margin-bottom: 20px;
}
.sideRight .news_list ul li {
  height: 135px;
  border-bottom: 1px solid #d1e1f3;
}
.sideRight .news_list ul li dt {
  line-height: 63px;
  height: 63px;
}
.sideRight .news_list ul li dt a {
  font-size: 14px;
  font-weight: bold;
  color: #085dbd;
  margin-right: 62px;
}
.sideRight .news_list ul li dt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sideRight .news_list ul li dt span {
  font-size: 14px;
  color: #085dbd;
}
.sideRight .news_list ul li dd {
  line-height: 25px;
  color: #555555;
}
.sideRight .product_list {
  width: 699px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #d1e1f3;
  margin-bottom: 30px;
}
.sideRight .product_list .infolist {
  margin-bottom: 28px;
}
.sideRight .product_list .infolist a.infImg {
  float: left;
}
.sideRight .product_list .infolist a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sideRight .product_list .infolist img {
  border: 1px solid #d1e1f3;
  padding: 4px;
  width: 272px;
  height: 272px;
}
.sideRight .product_list .infolist dl {
  width: 395px;
  float: right;
  padding-left: 18px;
}
.sideRight .product_list .infolist dl dt a {
  color: #0a69c5;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
}
.sideRight .product_list .infolist dl dd {
  color: #666666;
  font-size: 12px;
  line-height: 25px;
}
.paged {
  text-align: center;
}
.paged span,
.paged a {
  padding: 8px 15px;
  border: 1px solid #999999;
  cursor: pointer;
}
.paged span.current,
.paged a.current {
  border: 1px solid #3c8dc2;
}
.paged span:hover,
.paged a:hover {
  border: 1px solid #3c8dc2;
}
.footer {
  width: 100%;
  height: auto;
  border-top: 1px solid #e4f6ff;
}
.footer ul {
  width: 1080px;
  margin: 25px auto 25px
}
.footer .footNav ul li { float: left; width: 142px; text-align: center; border-left: 1px solid #d7d7d7; } /*--Jie-0407--*/
.footer ul li dt {
  font-size: 16px;
  line-height: 25px;
  margin: 5px 0px;
}
.footer ul li dd {
  line-height: 25px;
  font-size: 12px;
  font-family: "宋体";
}
.footer .footInfo {
  margin: 0 auto;
  padding-top:20px;
      height: 90px;
}
.footer .footInfo p {
  width: 1000px;
  text-align: center;
  color: #ffffff;
}
.footer .footInfo p a {
  color: #ffffff;
  margin: 0px 10px;
}
.footer .footInfo p a:hover {
  text-decoration: underline;
}
.footer2 {
  background-color: #0051ad;
}
.footer2 ul {
  padding-top: 33px;
}
.footer2 ul li {
  float: left;
  width: 150px;
  text-align: center;
  color: #ffffff;
}
.footer2 ul li dt {
  background: url(../images/F_dtBg.jpg) no-repeat center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.footer2 ul li dd {
  line-height: 25px;
  height: 25px;
}
.footer2 ul li dd a {
  color: #f4f6fa;
  font-size: 12px;
}
.footer2 ul li dd a:hover {
  text-decoration: underline;
}
.footer2 ul li .ewa {
  width: 150px;
  height: 105px;
  padding: 22px 0px;
  background: url(../images/ewm_bg.png) repeat center;
}
.footer2 .f_info P {
  padding-left: 100px;
  line-height: 50px;
  color: #ffffff;
}
.footer2 .f_info P a {
  color: #ffffff;
  font-size: 12px;
  margin: 0px 10px;
}
.footer2 .f_info P a:hover {
  text-decoration: underline;
}
.pt34 {
  padding-top: 34px;
}
.pb39 {
  padding-bottom: 39px;
}
/*.mb20 {
  margin-bottom: 10px;
}*/
.mr16 {
  padding-right: 12px;
}
.w241 {
  width: 241px;
}
.w753 {
  width: 753px;
}
.w960 {
  width: 1080px;
}
.w309 {
  width: 258px;
}
.h296 {
  height: auto;
}
.h90 {
  height: 90px;
}
.h450 {
  height: 450px;
}
.h1000 {
  height: 1000px;
}
/*--Jie-0403--*/
.News .contentBox{ background-color:#fff; margin-bottom:20px;border-radius: 5px;}
.News .Ptitle{ width:100%; height:27px; background:url(../images/NewsTitle.jpg) no-repeat center; font-size:16px;}
.News .content{ float:left; margin:10px 12px 0 12px;}
.News .content .Ctitle{ width:335px; font-size:16px; font-weight:bold; line-height:28px; border-bottom:1px solid #ee7701;}
.News .content .Ctitle a{ color:#ee7701; float:left;}
.News .content .Ctitle .more{ float:right; font-size:12px;}
.News .content ul{ width:335px; margin:5px 0 20px 0;}
.News .content li{ line-height:25px;}
.News .content li a{ color:#000;}
.News .content ul  .date{ float:right; color:#999;}
/*--Jie-0407--*/
.Ffriend{  line-height:30px; border-top:1px solid #c7c7c7; margin:0 auto;}
.Ffriend ul{ margin:0; width:100%;}
.Ffriend ul .title{ font-size:16px; padding:0 20px;}
.Ffriend ul li{ float:left; padding:0 10px; border:none;}
/*--E--*/</pre></body></html>