@charset "UTF-8";
html,
body,
button,
div,
span,
applet,
object,
input,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  font-family: "Microsoft YaHei";
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.cell {
  display: table-cell;
  width: 2000px;
  *display: inline-block;
  *width: auto;
}
body {
  font-size: 12px;
}
a {
  color: #333333;
}
a:hover {
  color: #e98216;
}
.center {
  width: 1100px;
  margin: 0 auto;
}
.head-top,
.eng-head-top,
.eng-head-top {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: #eeeeee;
  color: #333333;
}
.web-ban {
  float: right;
  margin-right: 20px;
}
.web-ban span {
  padding: 0 6px;
}
.web-ban a {
  color: #333333;
}
.web-ban a:hover {
  color: #e98216;
}

/***************椤堕儴鍥哄畾鑿滃崟css***************/
#topnavbar{width:100%; height:131px;_height:131px;background:url(//cdn.xuansiwei.com/tb8923371/images/index-top08.png) 0 0px repeat-x;position:fixed;_position:absolute;top:0;left:0;z-index:999;display:none;_top:expression(this.scrollTop=document.documentElement.scrollTop);}
/***************椤堕儴鍥哄畾鑿滃崟css***************/


#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#focus-banner-list li img{
	width: 100%;
	height:320px;
}
.focus-banner-img{
	display: block;
}

#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("//cdn.xuansiwei.com/tb8923371/images/focus_handle.png");
}

  .lubo{ width: 100%; min-width:1000px;clear: both; position: relative; height:320px;}
  .lubo_box{ position: relative; width: 100%; height:320px; }
  .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:320px; opacity: 0;filter:alpha(opacity=0);}
  .lubo_box li a{ display: block;width: 100%;  height: 100%;}

  .lubo_box li img{ width: 100%; height: 320px;}

  /*鍦嗙偣*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 100;}
  .cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
  .cir_on{ background: #F00 !important;}

  /*鎸夐挳*/
  .lubo_btn{ position: absolute; width: 100%; top: 120px;}
  .left_btn, .right_btn{ width: 30px; height: 80px; background: #333;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
  .left_btn{ float: left;}
  .right_btn{ float: right;}


#next-img{
	left: 0;
}
#next-img{
	left: 50px;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 50px;
	background-position: -80px 0;
}
#prev-img:hover{
	background-position: -80px -80px;
}

#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 999;
}
#focus-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	cursor: pointer;
}
#focus-bubble li.current{
	background-color: #fff;
}



.head {
  border-bottom: 2px solid #cccccc;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 1px 2px #cccccc;
}
.head-box {
  padding-bottom: 10px;
  height: 70px;
}
.top-cont {
  float: right;
  width: 194px;
  height: 80px;
  padding-top: 10px;
  margin-right: 110px;
}
.top-cont img {
  display: inline-block;
  width: 70px;
  height: 70px;
  float: right;
  margin-right: -90px;
}
.top-mothed {
  color: #999999;
  padding-left: 26px;
  font-weight: 700;
  font-size: 14px;
  height: 20px;
  background: url(//cdn.xuansiwei.com/tb8923371/images/top-phone.png) no-repeat left 2px;
  margin-top: 10px;
}
.top-phone {
  font-size: 24px;
  color: #007cc3;
  font-weight: bold;
}
.logo {
  padding-top: 16px;
  padding-bottom: 5px;
}
.nav {
  padding-top: 10px;
  font-size: 15px;
}
.nav dl {
  position: absolute;
  z-index: -3;
  left: 0;
  top: 36px;
  visibility: hidden;
  overflow: hidden;
  border-top: 2px solid #fff;
  padding-bottom: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #ffffff;
  font-size: 13px;
  width: 150px;
}
.nav dl a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  text-align: left;
  width: 135px;
}
.nav dl a:hover {
  background: #007cc3;
  color: #fff;
}
.nav > li {
  position: relative;
  float: left;
  margin-right: 20px;
}
.nav > li > a {
  display: block;
  padding: 8px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav > li > a:hover,
.nav .nav-act-h > a,
.nav-act > a {
  background-color: #007cc3;
  color: #ffffff;
}
.index-banner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-serv-box {
  width: 100%;
  margin-top: 20px;
}
.hang-news,
.ret-com {
  float: left;
  background: #F6F6F6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.hang-news h6,
.ret-com h6 {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  background: #DDD;
  font-size: 16px;
  color: #333;
  padding: 6px 0 6px 10px;
  margin: 0;
  margin-bottom: 10px;
  border-top-left-radius: 5px;
  /* W3C syntax */
  border-top-right-radius: 5px;
}
.seve-info {
  width: 430px;
  margin-right: 10px;
}
.seve-info {
  float: left;
  /* W3C syntax */
}
.seve-info h6 {
  margin: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  background: #F30;
  font-size: 16px;
  color: #FFF;
  padding: 6px 0 6px 10px;
  border-top-left-radius: 5px;
  /* W3C syntax */
  border-top-right-radius: 5px;
  /* W3C syntax */
}
a.syxw:link {
  color: #222;
  text-decoration: none;
}
a.syxw:visited {
  color: #222;
  text-decoration: none;
}
a.syxw:hover {
  color: #e98216;
  text-decoration: underline;
}
a.syxw:active {
  color: #e98216;
  text-decoration: none;
}
.m11 {
  float: right;
  padding-right: 15px;
  font-size: 12px;
}
.hang-news {
  width: 300px;
  margin-right: 10px;
  padding-bottom: 15px;
}
.seve-info {
  width: 430px;
  margin-right: 10px;
}
.ret-com {
  width: 350px;
}
.index-news-list,
.com-info-lists {
  position: relative;
  overflow: hidden;
}
.index-news-list ul,
.com-info-lists ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.index-news-list ul li,
.com-info-lists ul li {
  border-bottom: 1px #CCC dotted;
  margin: 10px;
  margin-top: 0;
  padding-left: 0px;
  line-height: 31px;
  padding-left: 20px;
}
.index-news-list ul a,
.com-info-lists ul a {
  line-height: 1.4;
  font-size: 13px;
}
.index-news-list ul p,
.com-info-lists ul p {
  padding-top: 3px;
}
.index-news-list {
  height: 406px;
}
.index-news-list li {
  background: url(//cdn.xuansiwei.com/tb8923371/images/zr1.jpg) no-repeat left center;
}
.index-news-list li span {
  float: right;
}
.com-info-lists {
  height: 411px;
  margin-bottom: 10px;
}
.com-info-lists p {
  color: #555;
}
.com-info-lists span {
  float: right;
}
.sev-list {
  text-align: center;
}
.sev-list a:hover {
  color: #ffffff;
}
.sev-list h3 {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  padding-top: 10px;
}
.sev-list li {
  width: 214px;
  height: 215px;
  float: left;
  background: #fff;
}
.sev-list li img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-top: 26px;
}
.sev-list li.blue {
  background: #007cc3;
}
.sev-list li.blue h3 {
  color: #ffffff;
}
.com-info-lists ul li {
  padding-left: 0;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.com-info-lists ul li p {
  line-height: 1.5em;
  color: #555;
}
.advantage {
  margin-top: 20px;
  width: 100%;
  background: ;
}
.advantage dl {
  float: left;
}
.advantage dl dd {
  margin-left: 10px;
  margin-right: 10px;
}
.advantage dl img {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.adv-box-sm,
.adv-box-sm-r {
  width: 200px;
  margin-left: 200px;
}
.adv-box-sm dt {
  width: 200px;
  margin-left: -200px;
  height: 240px;
}
.adv-box-mx,
.adv-box-mx-r {
  width: 240px;
  margin-left: 460px;
}
.adv-box-mx dt {
  width: 460px;
  margin-left: -460px;
  height: 240px;
}
.num {
  font-weight: 700;
  font-size: 32px;
  color: #007cc3;
  padding-top: 16px;
  border-bottom: 3px solid #007cc3;
  display: inline-block;
}
.adv-title {
  font-size: 18px;
  height: 30px;
  padding-top: 10px;
}
.adv-box-mx-r {
  margin-left: 0;
  margin-right: 240px;
}
.adv-box-mx-r dt {
  margin-left: 0;
  margin-right: -460px;
  width: 460px;
  height: 240px;
}
.adv-box-sm-r {
  margin-left: 0;
  margin-right: 200px;
}
.adv-box-sm-r dt {
  margin-left: 0;
  margin-right: -200px;
  width: 200px;
  height: 240px;
}
.adv-box-big {
  width: 550px;
  margin-left: 550px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.adv-box-big dt {
  width: 550px;
  margin-left: -550px;
  height: 240px;
}
.adv-info {
  color: #666;
  font-size: 12px;
  line-height: 22px;
}
.yw-exp-box {
  background: #eeeeee;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.yw-exp {
  width: 1100px;
  margin: 0 auto;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.yw-exp-list {
  position: absolute;
  left: 0;
  top: 0;
}
.yw-exp-list li {
  float: left;
  width: 260px;
  height: 260px;
  margin-right: 20px;
  background: #ffffff;
  box-shadow: 2px 2px 5px #cccccc;
}
.yw-exp-list li a {
  background: #333333 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 5px 14px;
}
.yw-exp-list li h6 {
  padding: 10px;
  font-size: 16px;
  text-align:center;
  margin: 0;
}
.yw-exp-list li p {
  margin: 10px;
}
.yw-exp-list li img {
  display: block;
  margin: 0 10px;
  width: 240px;
  height: 120px;
  background: #ffffff;
}
.cust-think-box {
  background: #eeeeee;
  padding-bottom: 30px;
}
.cust-think {
  width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
}
.index-title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}
.cust-think-list-box {
  position: relative;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  height: 280px;
}
.cust-think-list-box p {
  color: #999999;
}
.cust-think-list-box-up {
  position: relative;
  width: 800px;
  margin: 0 auto;
  height: 280px;
}
.cust-think-list {
  position: absolute;
  width: 840px;
}
.cust-think-list li {
  float: left;
  margin-right: 40px;
  height: 280px;
  background: #ffffff;
  width: 380px;
}
.cust-think-list li h6 {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.cust-think-list li p {
  padding: 0 10px;
}
.cust-think-list li img {
  display: block;
  width: 100%;
  height: 140px;
}
.flink-box {
  width: 1100px;
  margin: 0 auto;
}
.flink-list {
  width: 1150px;
}
.flink-list li {
  float: left;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin-right: 15px;
}
.process-box {
  background: #eeeeee;
  margin-top: 20px;
  padding: 30px 0;
}
.process {
  width: 1000px;
  width: 1100px;
  margin: 0 auto;
}
.time-tree li > div > p {
  background: #ffffff;
  padding-top: 8px;
  height: 100px;
  box-shadow: 2px 3px 5px #999999;
}
.time-tree li > div {
  width: 547px;
  height: 100px;
  padding-top: 15px;
}
.tree-left {
  border-right: 6px #007cc3 solid;
}
.tree-left img {
  float: right;
  padding-top: 6px;
  margin: 0 20px 0 10px;
  width: 80px;
  height: 80px;
}
.tree-left p {
  margin-right: 32px;
}
.tree-left i {
  float: right;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 15px;
  margin-right: -18px;
  border: 4px solid #cccccc;
  margin-top: 34px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 800;
  color: #007cc3;
  text-align: center;
}
.tree-right {
  border-left: 6px #007cc3 solid;
  float: right;
  text-align: left;
}
.tree-right img {
  padding-top: 6px;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 20px;
}
.tree-right p {
  margin-left: 32px;
}
.tree-right i {
  float: left;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 15px;
  margin-left: -18px;
  border: 4px solid #cccccc;
  margin-top: 34px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 800;
  color: #007cc3;
  text-align: center;
}
.process-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
}
.process-desc {
  width: 380px;
  display: inline-block;
  line-height: 1.8em;
}
.tree-left .process-title,
.tree-left .process-desc {
  padding-left: 10px;
}
.footer {
  background: #333333;
  padding-bottom: 10px;
}
.footer a:hover {
  color: #c8c8c8;
}
.footer-con {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #969696;
}
.footer-con a {
  color: #969696;
}
.footer-con a:hover {
  text-decoration: underline;
}
.footer-nav dl {
  float: left;
  text-align: left;
  margin-right: 33px;
}
.footer-nav dl.footer-content {
  text-align: left;
  border-right: 1px solid  #555;
  padding-right: 32px;
  padding-bottom: 13px;
}
.footer-nav dl.footer-content label {
  padding-right: 6px;
}
.footer-nav dl dd {
  height: 1.8em;
}
.footer-nav dl dt {
  font-weight: 700;
  height: 2.2em;
  color: #c8c8c8;
  font-size: 13px;
}
.footer-sec-nav {
  border-top: 1px solid #555;
  padding-top: 10px;
  margin: 0 20px;
  text-align: center;
  color: #969696;
}
.footer-sec-nav li {
  display: inline;
}
.footer-sec-nav li span {
  padding: 0 6px 0 8px;
}
.footer-sec-nav li:last-child span {
  display: none;
}
.footer-sec-nav li a {
  color: #969696;
  line-height: 0.5;
}
.wei {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #ffffff;
}
.ftcop,
.eng-ftcop,
.eng-ftcop {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #282828;
  color: #969696;
}
.banner1 {
  background: url(//cdn.xuansiwei.com/tb8923371/images/b1.jpg) no-repeat center center;
}
.banner2 {
  background: url(//cdn.xuansiwei.com/tb8923371/images/b2.jpg) no-repeat center center;
}
.banner3 {
  background: url(//cdn.xuansiwei.com/tb8923371/images/b3.jpg) no-repeat center center;
}
/*---banner---*/
#bannerbg {
  height: 320px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.bannerc {
  height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bannerc li {
  height: 320px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner {
  height: 320px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.banner img {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -700px;
}
.bannermenu {
  left: 50%;
  margin-left: 350px;
  position: absolute;
  bottom: 30px;
  z-index: 9;
  display: block;
}
.bannermenu li {
  background-color: #9C9C9C;
  float: left;
  height: 10px;
  list-style: none outside none;
  border-radius: 5px;
  margin: 0 5px;
  width: 10px;
  overflow: hidden;
  cursor: pointer;
}
.bannermenu li.on {
  background-color: #FF7519;
  height: 10px;
  width: 10px;
}
a.prev,
a.next {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  cursor: pointer;
  text-align: center;
  transition: .2s;
}
a.prev:hover,
a.next:hover {
  background: rgba(0, 0, 0, 0.9);
}
a.prev {
  left: 0;
}
a.next {
  right: 0;
}
.cust-think-list-box-up a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 60px;
  background: #ffffff;
  cursor: pointer;
}
.cust-think-list-box-up a.up {
  left: -60px;
  background: rgba(0, 0, 0, 0) url("//cdn.xuansiwei.com/tb8923371/images/up1.jpg") no-repeat scroll 0 0;
}
.cust-think-list-box-up a.down {
  right: -60px;
  background: rgba(0, 0, 0, 0) url("//cdn.xuansiwei.com/tb8923371/images/d1.jpg") no-repeat scroll 0 0;
}
.sec-banner {
  height: 260px;
}
.sec-b1 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb1.jpg") center center no-repeat;
}
.sec-b5 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb5.jpg") center center no-repeat;
}
.sec-b11 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb11.jpg") center center no-repeat;
}
.sec-b15 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb15.jpg") center center no-repeat;
}
.sec-b24 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb24.jpg") center center no-repeat;
}
.sec-b28 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb28.jpg") center center no-repeat;
}
.sec-b32 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb32.jpg") center center no-repeat;
}
.sec-b33 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb33.jpg") center center no-repeat;
}
.sec-b34 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb34.jpg") center center no-repeat;
}
.sec-b35 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb35.jpg") center center no-repeat;
}
.sec-b38 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb38.jpg") center center no-repeat;
}
.sec-b41 {
  background: url("//cdn.xuansiwei.com/tb8923371/images/secb1.jpg") center center no-repeat;
}
.secb-color {
  background: #ffffff;
}
.content-box {
  width: 1100px;
  margin: 0 auto;
  min-height: 300px;
  padding: 30px 10px;
}
.sec-left {
  float: left;
  width: 260px;
  padding-bottom: 40px;
  background: #ffffff;
  margin-right: 20px;
  box-shadow: 0px 2px 20px #eee;
}
.sec-right {
  display: inline-block;
  overflow: hidden;
  width: 818px;
  min-height: 300px;
  background: #ffffff;
  box-shadow: 0px 2px 20px #eee;
}
.second-nav {
  width: 80%;
  margin: 0 auto;
}
.second-nav h6 {
  margin: -20px auto 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #007cc3;
  color: #ffffff;
}
.second-nav-list {
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 2px dashed #eeeeee;
}
.second-nav-list li {
  margin-bottom: 6px;
}
.second-nav-list li a {
  display: block;
  width: 100%;
  border-left: 5px solid #007cc3;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.sec-hnews {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
.sec-hnews h6 {
  font-size: 16px;
  font-weight: bold;
  color: #007cc3;
  padding: 0;
  margin: 0;
}
.sec-hnews h6 a {
  float: right;
  font-size: 12px;
  margin-top: 2px;
  color: #007cc3;
}
.sec-hnews-list {
  padding-top: 10px;
}
.sec-hnews-list li {
  border-bottom: 2px dotted #eeeeee;
}
.sec-hnews-list li a {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
.sec-hnews-list li span {
  float: right;
  margin-top: 5px;
}
.right-con-box {
  padding: 16px 10px;
}
.right-con-box ol,
.right-con-box ul {
  list-style: decimal;
  padding: auto;
  margin: auto;
  list-style-position: inside;
}
.right-top {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
.right-top p {
  float: right;
  padding-top: 6px;
  margin-right: 6px;
}
.right-top p span {
  padding: 0 2px 0;
}
.right-top h5 {
  margin: 0;
  padding: 0;
  margin-left: 3px;
  font-size: 18px;
  color: #007cc3;
  font-weight: bold;
}
.right-con {
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-lists li {
  padding: 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 20px;
    list-style: none;
}
.news-lists li:last-child {
  border-bottom: none;
}
.news-lists h6 {
  font-size: 15px;
  font-weight: bold;
  height: 1.6em;
  margin: 0;
  padding: 0;
}
.news-lists h6 a{
    font-weight: bold; font-size: 15px; line-height: 1.6em;
}

.ye{
    text-align: right;
    padding-right: 18px;
}

.news-lists p {
  color: #555;
}
.news-lists span {
  line-height: 2em;
  padding-left: 6px;
}
.list-time {
  text-align: right;
  padding-right: 10px;
  font-size: 13px;
}
.page-list {
  text-align: center;
}
.page-list li {
  display: inline-block;
}
.page-list li a,
.thisclass {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #cccccc;
}
.page-list li a:hover,
.thisclass {
  color: #ffffff;
  background: #007cc3;
  border-color: #007cc3;
}
.yw-news-box {
  margin: 0 10px;
}
.yw-news-box li {
  position: relative;
  height: 60px;
  background: #eeeeee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: .2s;
  padding-top: 6px;
  margin-bottom: 20px;
}
.yw-news-box li:hover {
  background: #cccccc;
}
.yw-news-box li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.yw-news-box li h5 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 1.6em;
  line-height: 1.6em;
  padding-left: 6px;
}
.yw-news-box li p {
  padding-left: 6px;
  text-indent: 2em;
}
.news-title {
  height: 1.6em;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.article-info {
  height: 3em;
  text-align: center;
}
.prenext-box {
  margin-top: 10px;
}
.pb {
  padding-bottom: 30px;
}
.english-bg {
  background: #eeeeee;
  margin-bottom: 0;
}
.english-body {
  height: ;
  width: 960px;
  background: #ffffff;
  margin: 0 auto;
}
.english-con {
  padding: 0 20px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.eng-head-top {
  width: 960px;
  margin: 0 auto;
}
.eng-eng-top {
  line-height: 2em;
}
.eng-eng-top span {
  padding-left: 6px;
}
.eng-title {
  text-align: center;
  line-height: 2em;
  font-size: 30px;
  font-weight: bold;
}
.eng-sectitle {
  line-height: 3em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.duan {
  font-size: 14px;
  line-height: 1.6em;
  text-indent: 2em;
  margin-bottom: 1em;
  text-align: justify;
}
.eng-conlist {
  line-height: 1.6em;
  font-size: 14px;
}
.eng-conlist span {
  font-weight: bold;
}
.eng-top,
.eng-eng-top,
.eng-eng-top {
  width: 960px;
  margin: 0 auto;
}
.eng-ftcop {
  margin-top: 0;
  width: 960px;
  background: #cccccc;
  color: #333333;
}
.english-bg {
  background: #eeeeee;
  margin-bottom: 0;
}
.english-body {
  height: ;
  width: 960px;
  background: #ffffff;
  margin: 0 auto;
}
.english-con {
  padding: 0 20px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.eng-head-top {
  width: 960px;
  margin: 0 auto;
  background: #007cc3;
  color: #ffffff;
}
.eng-head-top a {
  color: #ffffff;
}
.eng-head-top a:hover {
  color: #e98216;
}
.eng-eng-top {
  line-height: 2em;
}
.eng-eng-top span {
  padding-left: 6px;
}
.eng-title {
  text-align: center;
  line-height: 2em;
  font-size: 30px;
  font-weight: bold;
}
.eng-sectitle {
  line-height: 3em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.duan {
  font-size: 14px;
  line-height: 1.6em;
  text-indent: 2em;
  margin-bottom: 1em;
  text-align: justify;
}
.eng-conlist {
  line-height: 1.6em;
  font-size: 14px;
}
.eng-conlist span {
  font-weight: bold;
}
.eng-top,
.eng-eng-top,
.eng-eng-top {
  width: 960px;
  margin: 0 auto;
}
.eng-ftcop {
  margin-top: 0;
  width: 960px;
  background: #cccccc;
  color: #333333;
}
.abco{width:1200px; margin:auto;}
.abcotit{font-size:30px; text-align:center; padding-top:50px; padding-bottom:10px;}
.abcott2{font-size:16px; color:#06C; text-align:center;}
.abcon{line-height:36px; font-size:14px; padding-bottom:100px; color:#333;}

.abcowh{width:100%; margin:auto; background-color:#F5F5F5;}

/* soft_function */
.soft_function{width:1200px;height:636px;margin:0 auto}
.soft_con_icon{width:1200px;height:150px;display:block;padding-top:10px}
.soft_con_icon ul li{float:left;display:block;list-style:none;height:140px;width:150px; text-align:center; margin:0 10px;}
.soft_con_icon ul li a p{color:#333333;font-size:14px;font-family:"寰�杞�闆呴粦";text-align:center}
.soft_con_icon ul li a img{width:100px; height:100px; margin:auto;}
.soft_con{height:296px;width:1200px}
.soft_con1{height:20px;width:1200px;background:url(//cdn.xuansiwei.com/tb8923371/images/line_select_001.gif)}
.soft_con2{height:430px;width:1198px; border-bottom:1px solid #d4d4d4; border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4; background:#FFFFFF; padding-top:30px;}
.soft_con2 div{float:left;margin:8px 0px;}
.function1{height:259px;width:249px;border-right:1px dashed #d4d4d4}
.function2{height:259px;width:248px;}
.soft_con2 div img{margin:20px 50px 0px 49px}
.soft_con2 div p{text-align:center}
.p1{font-size:20px;color:#555555;font-family:"寰�杞�闆呴粦";line-height:45px}
.p2{font-size:14px;color:#c0c0c0;font-family:"寰�杞�闆呴粦";width:208px;height:50px;line-height:24px;margin:auto;overflow: hidden;}

.to-top{cursor: pointer; position: fixed; display: none; left: 50%; bottom: 80px; margin-left: 600px; width: 50px; height: 50px; background: #bbb; color: #fff; line-height: 60px; font-size: 50px; font-weight: ; text-align: center; }


.mao{height: 0px; position: absolute; top: -130px; }


.zizhi-box{
    text-align: justify;
    margin-bottom: 60px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.zizhi-box li{
    display: inline-block;
    *display: inline;
    width: 240px;
    background: #eee;
    vertical-align: top;
}
.zizhi-box span{
    width: 100%;
    display: inline-block;
}

.tz-more-box{
    text-align: center;
}

.dali-title{
    text-align: center;
    font-size: 16px;
}



.rides-cs {  font-size: 12px; background:#29a7e2; position: fixed; top: 148px; right: 0px; _position: absolute; z-index: 1500; border-radius:6px 0px 0 6px;}
.rides-cs a { color: #00A0E9;}
.rides-cs a:hover { color: #ff8100; text-decoration: none;}
.rides-cs .floatL { width: 36px; float:left; position: relative; z-index:1;margin-top: 21px;height: 181px;}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px; overflow:hidden;}
.rides-cs .floatR .cn {background:#F7F7F7; border-radius:6px;margin-top:4px;}
.rides-cs .cn .titZx{ font-size: 14px; color: #333;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { line-height: 38px; height:38px;border-bottom: solid 1px #E6E4E4;overflow: hidden;text-align:center;}
.rides-cs .cn ul li span { color: #777;}
.rides-cs .cn ul li a{color: #777;}
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:25px; left: 0;  background-image: url(//cdn.xuansiwei.com/tb8923371/images/shopnc.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: -410px 0;}
.rides-cs .btnCtn { background-position: -450px 0;}
.rides-cs ul li.top { }
.rides-cs ul li.bot { border-bottom: none;}