@charset "utf-8";
/*------------------通用样式-------------------*/
body {
  font-family: "微软雅黑";
  background-color: #FFF;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  font-size: 12px;
  color: #333;
}
a:hover {
  color: #0a65d5;
  cursor: pointer;
}
img {
  margin: 0;
  padding: 0;
  border: none;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}
form {
  display: block;
}
#liu-alla {
  width: 100%;
  margin: 0px auto;
  height: auto;
  min-width: 1200px;
  overflow: hidden;
  background-color: #FFF;
}
#liu-allaa {
  width: 100%;
  margin: 0px auto;
  height: auto;
  min-width: 1200px;
  overflow: hidden;
  background-color: #f5f6f7;
}
.nav ul li h2,
.pro-list li h3 {
  font-weight: normal;
}
.wd1 {
	width: 1200px;
	margin: 0 auto;
	text-indent: 2em;
}
.wd {
	width: 1200px;
	margin: 0 auto;
	
}

.cleanfix:before,
.cleanfix:after {
  content: "";
  display: table;
  clear: both;
}
/*--------------------通用样式结束----------------------*/
/*--------------------头部样式 开始----------------------*/
.yymb-top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f5f5f6;
  color: #8c8d8d;
  font-size: 14px;
}
.top-welcome {
  float: left;
}
.top-dhico {
  float: right;
  background: url(toptelico.png);
  width: 14px;
  height: 12px;
  margin-top: 14px;
  margin-right: 11px;
}
.top-dhtel {
  float: right;
}
.yymb-dhnav {
  width: 100%;
  height: 95px;
}
.yymb-dhnav .logo {
  width: 451px;
  height: 80px;
  float: left;
  margin-top: 11px;
}
.yymb-dhnav .logo a {
  width: 451px;
  height: 80px;
}
.yymb-dhnav .logo a img {
  width: 451px;
  height: 80px;
}
.nav {
  width: 700px;
  float: right;
  margin-top: 38px;
}
.nav ul li {
  float: left;
}
.nav ul li .nav-active {
  display: block;
  width: 82px;
  height: 33px;
  margin-right: 0px;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #0a65d5;
  text-align: center;
}
.nav ul li h2 a {
  display: block;
  width: 90px;
  height: 33px;
  margin-right: 12px;
  font-size: 18px;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #FFFFFF;
  transition: border-bottom 0.5s;
  -moz-transition: border-bottom 0.5s;
  -webkit-transition: border-bottom 0.5s;
  -o-transition: border-bottom 0.5s;
}
.nav ul li h2 a:hover {
  color: #0a65d5;
  border-bottom: 2px solid #0a65d5;
}
/*--------------------头部样式 结束----------------------*/
/*--------------------banner样式 开始----------------------*/
.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}
.flexslider {
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  zoom: 1;
}
.flexslider .slides li {
  width: 100%;
  height: 100%;
}
.flex-direction-nav a {
  width: 70px;
  height: 70px;
  line-height: 99em;
  overflow: hidden;
  margin: -35px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  border-radius: 35px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -70px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
  background-position: 0 0;
}
.flexslider .slides a img {
  width: 100%;
  height: 600px;
  display: block;
}
/*--------------------banner样式 结束----------------------*/
/*--------------------搜索框----------------------*/
.yymb-search {
  width: 100%;
  height: 60px;
  box-shadow: 1px 1px 3px #888888;
  -webkit-box-shadow: 1px 1px 3px #888888;
  position: relative;
  top: -5px;
  background: #FFFFFF;
}
.yymb-search .search-box {
  width: 230px;
  height: 30px;
  float: right;
  border: 1px solid #7d7d7d;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.search-box {
  width: 230px;
  height: 30px;
  float: left;
  margin-top: 15px;
  position: relative;
}
.search-box form {
  width: 200px;
  height: 30px;
  display: block;
  clear: both;
  margin: 0 auto;
}
.search-box form .mfcl-sousuo {
  width: 160px;
  height: 30px;
  line-height: 30px;
  border: none;
  padding-left: 10px;
  float: right;
  margin-right: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: none;
}
.search-box form .mfcl-searchbtn {
  width: 28px;
  height: 26px;
  background: url(search.png);
  position: absolute;
  left: 5px;
  top: 3px;
  border: none;
  cursor: pointer;
}
/*--------------------搜索框结束----------------------*/
/*-----------------------------------------------------------产品中心开始--------------------------------------------*/
.yymb-produce {
  width: 100%;
  padding-top: 23px;
}
/*----------标题-------------*/
.ty-title {
  width: 1200px;
  text-align: center;
}
.ty-title .ty-p1 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}
.ty-title .ty-p2 {
  font-size: 20px;
  color: #f79e4a;
  margin-bottom: 12px;
}
.ty-title .ty-p3 {
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: center;
	background-position: center;
}
.pro-list {
	width: 1000px;
	margin-top: 30px;
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 400px;
}
.pro-list ul {
  text-align: center;
}
.pro-list ul li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #eee;
	background-position: center center;
	text-align: center;
}
.pro-list ul li h3 a {
  display: block;

  height: 46px;
  line-height: 46px;
  margin-left: 0px;
  font-size: 16px;
  color: #000000;
  padding: 0 15px;
  text-align: center;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  overflow: hidden;
}
.pro-list ul li h3 a:hover {
  color: #FFFFFF;
  background: #0a65d5;
}
.pro-content {
  width: 1200px;
  margin: 0  auto;
  margin-top: 14px;    margin-bottom: 30px;
}
.pro-content ul {
  width: 1226px;
  position: relative;
  left: -26px;
}
.pro-content ul li {
  float: left;
  margin-left: 16px;
  margin-top: 26px;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.pro-content ul li:hover {
  background: #0a65d5;
}
.pro-content ul li:hover a {
  color: #fff;
}
.pro-img {
  width: 100%;
  height: auto;    border: 1px solid #dddddd;
}
.pro-img a {
  display: block;
  text-align: center;
}
.pro-wdtext {
  width: 280px;
  height: 50px;
  text-align: center;
}
.pro-wdtext a {
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.pro-wdtext a:hover {
  color: #FFFFFF;
  background: #0a65d5;
}
/*-----------------------------------------------------------产品中心结束--------------------------------------------*/
/*-----------------------------------------------------------服务开始--------------------------------------------*/
.titcolor {
  color: #fff;
}
.fuwubox {
  width: 100%;
  height: 435px;
  background: url(fuwu-bjimg.jpg);
  margin-top: 55px;
  padding-top: 54px;
}
.fuwubox ul {
  margin-top: 38px;
}
.fuwubox ul li {
  float: left;
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
}
.fuwubox ul li p {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 23px;
}
/*-----------------------------------------------------------服务结束--------------------------------------------*/
/*----------------------------------------------------------新闻开始--------------------------------------------*/
.newsbox {
  padding-bottom: 50px;
  padding-top: 70px;
  width: 100%;
}
.newsbox ul {
  width: 1300px;
  position: relative;
  left: -100px;
}
.newsbox ul li {
  margin-left: 100px;
  width: 546px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  float: left;
  margin-top: 50px;
}
.newsbox ul li .newsleft {
  float: left;
  width: 86px;
  height: 81px;
  background: #fb9b05;
  text-align: center;
  padding-top: 5px;
}
.newsbox ul li .newsleft .newslfp1 {
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
}
.newsbox ul li .newsleft .newslfp2 {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}
.newsbox ul li .newsright {
  float: right;
  width: 433px;
  height: 80px;
  padding-top: 6px;
  overflow: hidden;
}
.newsbox ul li .newsright .newsrtp1 {
  font-size: 16px;
  line-height: 30px;
}
.newsbox ul li .newsright .newsrtp2 {
  font-size: 12px;
  color: #7D7D7D;
  line-height: 24px;
}
.newsbox .newsmore {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000000;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 14px;
}
/*-----------------------------------------------------------新闻结束--------------------------------------------*/
/*-----------------------------------------------------------生产优势开始--------------------------------------------*/
.scysbox {
  width: 100%;
  height: 236px;
  background: url(scysbjimg.jpg) no-repeat;
  text-align: center;
}
.scysbox p {
  margin-top: 90px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}
/*-----------------------------------------------------------生产优势结束--------------------------------------------*/
/*-----------------------------------------------------------关于我们--------------------------------------------*/
.aboutbox {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
}
.aboutbox .aboutlf {
  float: left;
  width: 535px;
  height: 426px;
  margin-top: 50px;
}
.aboutbox .aboutrt {
  float: right;
  width: 600px;
  margin-top: 50px;
}
.aboutbox .aboutrt p {
  color: #7D7D7D;
 font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
}
.aboutbox .aboutrt .about01img {
  float: left;
  width: 295px;
  height: 188px;
  margin-top: 20px;
}
.aboutbox .aboutrt .about02img {
  float: right;
  width: 295px;
  height: 188px;
  margin-top: 20px;
}
/*-----------------------------------------------------------关于我们结束--------------------------------------------*/
/*-----------------------------------------------------------案例展示--------------------------------------------*/
.caseboxtit {
  width: 100%;
  height: 116px;
  background: #0a65d5;
  text-align: center;
  padding-top: 20px;
  padding-bottom:20px;
}
.casebox {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
.ic-frame {
  position: relative;
  width: 1200px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
}
.ic_Ul {
  height: 392px;
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.ic_Ul ul {
  margin-left: -10px;
}
.ic_Ul ul li {
  width: 276px;
  height: 390px;
  float: left;
  margin-left: 10px;
}
.c_frBtnLa {
  background: url(sylfbtn.png);
  cursor: pointer;
  z-index: 90;
  position: absolute;
  right: 0px;
  top: 240px;
  width: 40px;
  height: 40px;
  background-color: #b2b2b2;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 23px;
  opacity: 0.8;
}
.c_frBtnRa {
  background: url(syrtbtn.png);
  cursor: pointer;
  z-index: 90;
  position: absolute;
  right: 0px;
  top: 283px;
  width: 40px;
  height: 40px;
  background-color: #b2b2b2;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 23px;
  opacity: 0.8;
}
.ic-frame:hover .c_frBtnLa,
.ic-frame:hover .c_frBtnRa {
  display: block;
}
.c_frBtnLa:hover {
  background: url(sylfbtn2.png);
  background-color: #2f7dd6;
  z-index: 90;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*过渡效果*/
}
.c_frBtnRa:hover {
  background: url(syrtbtn2.png);
  background-color: #2f7dd6;
  z-index: 90;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*过渡效果*/
}
.ic_Ul ul li .caseimg {
  width: 274px;
  height: 237px;
  background: url(caseline.png) no-repeat;
  position: relative;
}
.ic_Ul ul li .caseimg .casetu {
  margin-top: 15px;
  width: 274px;
  height: 205px;
}
.ic_Ul ul li .caseimg .casrmore {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #333333;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 155px;
  left: 110px;
}
.ic_Ul ul li .caseimg .casrmore a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 34px;
}
.ic_Ul ul li .caseimg .casrmore:hover {
  background: #0a65d5;
}
.ic_Ul ul li .casep {
  font-size: 14px;
  color: #888888;
  display: block;
  width: 274px;
  height: 84px;
  text-align: center;
  margin-top: 10px;
  line-height: 18px;
}
.ic_Ul ul li .casetit {
  font-size: 16px;
  color: #333;
  display: block;
  width: 274px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
}
.ic_Ul ul li .casetit:hover {
  color: #0a65d5;
}
/*-----------------------------------------------------------案例展示结束--------------------------------------------*/
/*-----------------------------------------------------------foot开始--------------------------------------------*/
.footerbox {
  width: 100%;
  height: 140px;
  background: #222;
  padding-top: 77px;
  font-size: 12px;
  color: #8C8D8D;
  overflow: hidden;
}
.footerbox a {
  color: #8C8D8D;
}
.footerbox a:hover {
  color: #0a65d5;
}
.footerbox .weixinimg {
  float: left;
}
.footerbox .foot01div {
  float: left;
  margin-left: 270px;
  border-left: 1px solid #8C8D8D;
  padding-left: 120px;
  height: 110px;
  width: 333px;
}
.footerbox .foot01div p {
  line-height: 30px;
}
.footerbox .foot02div {
  float: right;
  
  border-left: 1px solid #8C8D8D;
  padding-left: 30px;
  height: 110px;
}
.footerbox .foot02div .footgsname {
  font-size: 24px;
  color: #FFFFFF;
  text-align: right;
}
.footerbox .foot02div ul {
  height: 70px;
  width: 214px;
  margin-top: 20px;
}
.footerbox .foot02div ul li {
  float: right;
  margin-left: 34px;
  margin-top: 2px;
  width: 50px;
}
.footbot {
  width: 100%;
  background: #222;
  height: 47px;
  line-height: 47px;
  color: #8C8D8D;
  font-size: 12px;
  text-align: center;
  border-top: 1px dashed #8C8D8D;
}
.footbot a {
  color: #8C8D8D;
}
.footbot a:hover {
  color: #0a65d5;
}
/*-----------------------------------------------------------foot结束--------------------------------------------*/
.bannernei {
  width: 100%;
  height: 600px;
  background: url(bannernei.jpg) no-repeat;
  background-position: center center;
}
.sousuobox {
  width: 100%;
  height: 50px;
  background: #2769b7;
  color: #FFFFFF;
  box-shadow: 1px 1px 10px #7D7D7D;
}
.sousuobox .sousuolf {
  float: left;
  width: 470px;
  height: auto;
  margin-top: 10px;
}
.sousuobox .sousuolf .sousuolf01p {
  font-size: 16px;
  margin-bottom: 35px;
}

.sousuolf01p a{color: #ffffff; font-size:16px;}
.sousuolf01p a:hover{color: #f79e4a;}
.sousuobox .sousuolf .sousuolf02p {
  font-size: 28px;
}
.sousuobox .sousuort {
  float: right;
  width: 193px;
}
.sousuobox .sousuort .sousuortimg {
  display: block;
  margin: 0 auto;
  margin-top: 56px ;
}
.sousuobox .sousuort .sousuoys {
  border: 1px solid #FFFFFF;
  color: #fff;
  width: 186px;
  height: 30px;
  margin: 0 auto;
  border-radius: 15px ;
  -webkit-border-radius: 15px ;
  margin-top: 10px;
}
.sousuobox .sousuort .sousuoys .sousuotext {
  width: 150px;
  height: 29px;
  float: right;
  background-color: #2769b7;
  border: none;
  -webkit-border-bottom-right-radius: 15px ;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px ;
  color: #FFFFFF;
  line-height: 29px;
}
.sousuobox .sousuort .sousuoys .searchabtn {
  cursor: pointer;
  float: left;
  width: 26px;
  height: 26px;
  background: url(search2.png);
  border: none;
  margin-left: 5px;
  margin-top: 2px;
}
.sousuotext::-webkit-input-placeholder {
  color: #FFFFFF;
}
/*-----------------------------------------------------------产品列表页开始--------------------------------------------*/
.cplistbox {
  width: 100%;
  padding-top: 70px;
}
.listtit {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.listtit .tittit {
	font-size: 30px;
	color: #000000;
	font-weight: bold;    margin-bottom: 10px;
}
.listtit .tittit span {
  color: #f79e4a;
  font-size: 18px;    margin-left: 10px;
}
.listtit .titmiaoshu {
  font-size: 14px;
  color: #000000;
  display: block;
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #7D7D7D;
}
.fyysbox {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.fyysbox a{ font-size:16px;}
.zhongjian {
  width: 100%;
  height: 304px;
  background: url(cplistzjimg.jpg);
  text-align: center;
}
.zhongjian .zhongjian01p {
  font-size: 28px;
  color: #FFFFFF;
  margin-top: 75px;
}
.zhongjian .zhongjian02p {
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 30px;
}
.zhongjian .zhongjian-lj {
  display: block;
  width: 170px;
  height: 55px;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 30px;
  background: #2769b7;
  color: #FFFFFF;
  line-height: 55px;
  border-radius: 10px;
  -webkit-order-radius: 10px;
}
.zhongjian .zhongjian-lj:hover {
  background: #7D7D7D;
}
/*-----------------------------------------------------------产品列表页结束--------------------------------------------*/
/*-----------------------------------------------------------产品每页开始--------------------------------------------*/
.cpxqbox {
  padding-top: 70px;
  padding-bottom: 30px;
  font-size: 14px;
}
.cpxqbox .cpxqboxlf {
  float: left;
  width: 500px;
  height: 375px;
  border: 1px solid #333333;
}
.cpxqbox .cpxqboxlf img {
  width: 482px;
  height: 362px;
  margin: 0 auto;
  margin-top: 7px;
  display: block;
}
.cpxqbox .cpxqboxrt {
  float: left;
  margin-left: 50px;
  width: 640px;
  height: 375px;
}
.cpxqbox .cpxqboxrt h1 {
  font-weight: normal;
  font-size: 14px;
  margin-top: 35px;
  width: 640px;
}
.cpxqbox .cpxqboxrt h1 span {
  font-weight: bold;
}
.cpxqbox .cpxqboxrt .cpxqpys {
  width: 640px;
  margin-top: 20px;
}
.cpxqbox .cpxqboxrt .cpxqpys .cpxqpys1 {
  display: block;
  width: 43px;
  height: 50px;
  float: left;
  font-weight: bold;
}
.cpxqbox .cpxqboxrt .cpxqpys .cpxqpys2 {
  float: left;
  width: 580px;
  line-height: 24px;
}
.cpxqbox .cpxqboxrt .cpxqpys a {
  margin-right: 15px;
}
.cpxqbuy {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #0a65d5;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
  float: left;
}
.cpxqbuy:hover {
  color: #FFFFFF;
  background-color: #7D7D7D;
}
.cpxqfdianh {
  float: left;
  margin-top: 24px;
  margin-left: 60px;
  font-size: 24px;
  color: #0a65d5;
}
.cpxqfdianh img {
  margin-right: 20px;
}
.cpxqtext {
  width: 1170px;
  margin: 0 auto;
  padding-top: 20px;
}
.cpxqtext .cpxqtitbox {
  font-size: 30px;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: 1px solid #7D7D7D;
  margin-bottom: 30px;
}
.cpxqtext .cpxqtitbox span {
  font-size: 18px;
  color: #f79e4a;
  margin-left: 8px;
}
.cpxqneirong {
  font-size: 14px;
  text-indent: 3em;
  line-height: 24px;
  color: #222222;
  padding-bottom: 30px;
}
.cpxqneirong img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
/*-----------------------------------------------------------产品每页结束--------------------------------------------*/
/*----------------------------------------------------------新闻列表开始--------------------------------------------*/
.newslisty {
  padding-top: 0;
}
.newslisty ul {
  width: 1200px;
  margin: 0 auto;
  left: 0;
}
.newslisty ul li {
  width: 1150px;
  margin-left: 50px;
  border-bottom: 1px dashed #000;
}
.newslisty ul li .newsright {
  float: left;
  margin-left: 10px;
  width: 1015px;
}
.caseboxtitnew {
  height: 60px;
  width: 100%;
}
/*-----------------------------------------------------------新闻列表结束--------------------------------------------*/
/*-----------------------------------------------------------新闻内页开始--------------------------------------------*/
.newsxqbox {
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px dashed #7D7D7D;
  text-align: center;
  margin-bottom: 45px;
}
.newsxqbox .newsxqboxtit {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
}
.newsxqbox .newsxqboxnr {
  margin-top: 18px;
  font-size: 12px;
  color: #7D7D7D;
}
.newsxqbox .newsxqboxnr span {
  margin-left: 15px;
}
.pagenews {
  width: 100%;
  height: 66px;
  margin-top: 35px;
  line-height: 35px;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px dashed #7D7D7D;
  border-top: 1px dashed #7D7D7D;
  margin-bottom: 80px;
}
.pagenews a {
  color: #333333;
  font-size: 16px;
}
.pagenews a:hover {
  color: #0a65d5;
}
.pagenews .pagenewslf {
  float: left;
  margin-top: 20px;
}
.pagenews .pagenewsrt {
  float: right;
  margin-top: 20px;
}
/*-----------------------------------------------------------新闻内页结束--------------------------------------------*/
.ddlmybox {
width: 100%;
    padding-bottom: 20px;
    padding-top: 30px;
}
.ddlmy {
  padding-top: 0;
}

/*--------------------首页脚部----------------------*/


.mbscfoot {width:100%;color:#aaaaaa; background-color:#222222;}

.mbscfoot .mbscftop {padding-bottom:0px;width:1200px; margin-left:auto; margin-right:auto;}

.mbscfoot .labels {width:100%;line-height:30px;color:#e2e2e2;font-size:18px;margin-bottom:20px; margin-top:40px; font-weight:bold;}

.mbscfoot .leftul {width:240px; float:left;}
.mbscfoot .leftul ul {width:240px;}
.mbscfoot .leftul ul li {width:110px;height:40px;line-height:40px;float:left; margin-right:10px;}
.mbscfoot .leftul ul li a {display:block;width:110px;font-size:14px;color:#aaaaaa;float:left; font-weight:normal;}
.mbscfoot .leftul ul li a:hover{color:#008ed6;}

.mbscfoot .leftula {width:260px; float:left; margin-left:50px;}
.mbscfoot .leftula ul {width:260px;}
.mbscfoot .leftula ul li {width:110px;height:40px;line-height:40px;float:left; margin-right:20px;}
.mbscfoot .leftula ul li a {display:block;width:110px;font-size:14px;color:#aaaaaa;float:left; font-weight:normal;}
.mbscfoot .leftula ul li a:hover{color:#008ed6;}

.mbscfoot .leftulb {width:110px; float:left; margin-left:50px;}
.mbscfoot .leftulb ul {width:110px;}
.mbscfoot .leftulb ul li {width:110px;height:40px;line-height:40px;}
.mbscfoot .leftulb ul li a {display:block;width:110px;font-size:14px;color:#aaaaaa; font-weight:normal;}
.mbscfoot .leftulb ul li a:hover{color:#008ed6;}

.mbscfoot .mbscfmiddle {width:300px;float:left;margin-left:50px;}
.mbscfoot .mbscfmiddle p { height:40px; line-height:30px;color:#aaaaaa;font-size:14px;}

.mbscfoot .mbscfright {float:right;width:100px;}
.mbscfoot .mbscfright .text {width:100px;height:100px; padding-top:10px;}
.mbscfoot .mbscfright img {width:100px;height:100px;}

.mbscfoot .mbscfbottom {width:1200px;height:30px; margin-left:auto; margin-right:auto; padding-top:20px; padding-bottom:20px;}
.fen_zhan{text-align:center; height:30px; float:right;}
.fen_zhan span{ line-height:30px; font-size:12px; color:#aaaaaa;}
.fen_zhan a{ line-height:30px; font-size:12px; color:#aaaaaa; display: inline-block; padding-left:20px;}
.fen_zhan a:hover{color:#008ed6;}
.foot_record{line-height:30px; height:30px; font-size:12px; color:#aaaaaa; float:left;}
.foot_record a{color:#aaaaaa; font-size:12px;}
.foot_record a:hover{color:#FFF;}


/*--------------------首页-关于我们样式----------------------*/


.mbvc-about{width:100%; height:300px; padding-top:100px; padding-bottom:100px; margin-left:auto; margin-right:auto; background-color:#f4f5f6;background-image: url(ab-bg.jpg); background-repeat:no-repeat; background-position:center top;}
.mbvcab-frame{width:1200px; margin-left:auto; margin-right:auto;}

.mbvcab-left{width:440px; height:300px; background-color:#FFF; padding:10px; border-radius:8px; float:left;}

.mbvcab-right{width:660px; height:300px; float:right;}
.mbvcabl-en{height:30px; line-height:30px; font-size:30px; color:#ff9000; font-weight:bold; margin-top:10px;}
.mbvcabl-ch{height:30px; line-height:30px; font-size:24px; color:#ff9000; margin-top:5px;}
.mbvcabl-title{ margin-top:30px;}
.mbvcabl-t1{height:36px; line-height:36px; font-size:14px; color:#333; float:left; display:block; padding-left:20px; padding-right:20px; background-color:#0a65d5; border-radius:6px; margin-right:20px;}
.mbvcabl-t1 a{ color:#fff;}
.mbvcabl-t1.on{background-color:#ff9000; color:#FFF;}
.mbvcabl-t1:hover{background-color:#ff9000; color:#FFF;}
.mbvcabl-jian{height:90px; line-height:30px; font-size:14px; color:#171616; margin-top:20px;}
.mbvcabl-more{width:120px; height:38px; line-height:38px; font-size:14px; color:#ff9000; display:block; text-align:center; border:1px solid #ff9000; margin-top:60px; overflow:hidden;}
.mbvcabl-more:hover{color:#FFF; background-color:#ff9000; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}



/*--------------------首页-宣样式----------------------*/


.index-top{width:100%; padding-top:50px; padding-bottom:60px; background-color:#f4f5f6;}
.mbvcit-frame{width:1200px; height:260px; position:relative; padding-top:40px; margin-left:auto; margin-right:auto;}
.mbvcitl-single{width:170px; height:256px; text-align:center; border:1px solid #dddddd; border-bottom:3px solid #dddddd; padding-left:14px; padding-right:14px; float:left; margin-right:50px; overflow:hidden; background-color:#FFF;}
.mbvcitl-single.nom{margin-right:0px;}
.mbvcitl-title{height:30px; line-height:30px; font-size:20px; color:#333; overflow:hidden; margin-top:30px;}
.mbvcitl-icon{width:60px; height:60px; overflow:hidden; margin-top:40px; margin-left:auto; margin-right:auto;}
.mbvcitl-icon img{width:60px; height:60px; overflow:hidden;}
.mbvcitl-text{height:30px; line-height:30px; font-size:12px; color:#666666; overflow:hidden; margin-top:40px;}

.mbvcitl-single:hover{background-color:#FFF; border-bottom:3px solid #008ed6; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.slt-ch{line-height:40px; font-size:28px; color:#333333; height:40px; text-align:center; font-weight:bold;}
.slt-ch span{color:#008ed6; font-size:32px;font-weight:bold;}
.slt-ch i{color:#FFA100; font-size:32px;font-weight:bold; font-style:normal; font-family:"宋体";}
.slt-en {
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    height: 30px;
    text-align: center;
    margin-top: 9px;
}
.wd1 p{ line-height:30px;}