@charset "utf-8";
/* CSS Document */
body {
  font-size: 12px;
  line-height: 1.8em;
  color: #333333;
  font-family: "微软雅黑";
  background: #fff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
  font-size: 12px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
li {
  list-style: none;
}
a,a:visited {
  color: #000;
  text-decoration: none;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
a:hover {
color: #000;
  text-decoration: underline;
}

.c {
  clear: both;
}
/*----------------------------------------------end main-----------------------------------------*/
/*----------------------------------------------首页框架-----------------------------------------*/
/*----------------------------------------------头部-----------------------------------------*/
.head {
  width: 100%;
  height: 30px;
  background: #f4f4f4;
}
.head_up {
  overflow: hidden;
  width: 1200px;
  height: 30px;
  margin: 0 auto;
}
.head_middle {
  overflow: hidden;
  width: 1200px;
  height: 130px;
  margin: 0 auto;
}
.logo {
  float: left;
  background: url(../images/logo.png) no-repeat;
  height: 130px;
  width: 640px;
}
.logo_left {
  float: left;
  padding: 40px 0;
  overflow: hidden;
}
.logo_left img {
  float: left;
}
.title {
  overflow: hidden;
  width: 150px;
  margin-left: 50px;
}
.logo_left h5 {
  font-size: 16px;
  color: #0b91ed;
}
.logo_left h6 {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}
.logo_right {
  float: right;
  padding: 40px 0;
  verflow: hidden;
}
.logo_right h5 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.logo_right_in img {
  padding-top: 7px;
}
.logo_right h6 {
  float: right;
  font-size: 18px;
  color: #ffae00;
  font-weight: bold;
  padding-top: 6px;
}
/*----------------------------------------------导航-----------------------------------------*/
.nav {
  width: 100%;
  height: 60px;
  background: #0b91ed;
}
.nav_in {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.nav ul li {
  float: left;
  display:block;
  width: 108px;
  line-height: 60px;
  text-align: center;
  border-left: #fff 1px solid;
}
.nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  position:relative;
}
.nav ul li a:hover {
  background: #ffae00;
}
.nav ul li a.active {
  background: #ffae00;
}

.nav ul li ul{ display:none;}
.nav ul li:hover ul{display:block;width:130px;}
.nav ul li:hover ul li{display:block; width:130px; height:50px;background-color: rgba(244, 244, 244, 0.4);border-bottom: 1px solid #ccc;}
.nav ul li:hover ul li a:link,a:visited{display:block; width:130px;font:16px/50px "微软雅黑"; color:#000;background-color: rgba(244, 244, 244, 0.8);border-bottom: 1px solid #ccc; z-index:999;}
.nav ul li:hover ul li a:hover{display:block; width:130px;font:16px/50px "微软雅黑";background-color: rgba(244, 244, 244, 0.4);color:#fff; z-index:99;}

.menu_w{ width:100%; height:60px; background:#0b91ed; text-align:center; float:left;}
.menu{ width:1200px;margin:0 auto; text-align:center;}
.menu ul{ width:100%; margin:0 auto;}
.menu ul li{ float:left; display:block; border-left: #fff 1px solid;}
.menu ul li a{width:145px; height:60px; float:left; color:#fff;font:16px/60px "微软雅黑";display: block;text-align:center; position:relative; }
.menu ul li a:hover,visited{width:145px; height:60px; float:left;color:#fff;font:16px/60px "微软雅黑"; background:#ffae00; display: block; text-decoration:none;}
.menu ul li ul{ display:none;}
.menu ul li:hover ul{display:block;width:145px;}
.menu ul li:hover ul li{display:block; width:145px; height:38px;font:13px/38px "微软雅黑";background-color: rgba(11, 145, 237, 0.95);border-bottom: 1px solid #56a9e2;}
.menu ul li:hover ul li a:link,a:visited{display:block; width:145px;height:38px;font:13px/38px "微软雅黑"; color:#fff;background-color: rgba(11, 145, 237, 0.95); z-index:99;}
.menu ul li:hover ul li a:hover{display:block; width:145px;height:38px;font:13px/38px "微软雅黑";background:#ffae00;color:#fff; z-index:99;}
/*----------------------------------------------关于我们-----------------------------------------*/
.fu {
  position: relative;
  margin: 0 auto;
}
.about_us {
  overflow: hidden;
  width: 1200px;
  height: 250px;
  margin: 0 auto;
}
.about_us_left {
  float: left;
  width: 270px;
  height: 250px;
  background: #0b91ed;
  text-align: center;
}
.about_us_left img {
  padding-top: 15px;
}
.about_us_up {
  overflow: hidden;
  width: 930px;
  height: 55px;
  background: #fff;
  opacity: 0.5;
}
.about_us_up a {
  font-size: 16px;
  color: #000;
  line-height: 55px;
  padding: 0 15px;
  text-decoration: none;
}
.about_us_down {
  float: right;
  overflow: hidden;
  width: 930px;
  height: 195px;
  background: #f6f6f6;
}
.about_us_down_in {
  overflow: hidden;
  width: 930px;
  margin-left: 15px;
}
.about_us_down p {
  font-size: 14px;
  height: 65px;
  line-height: 60px;
}
/*----------------------------------------------产品-----------------------------------------*/
.case {
  overflow: hidden;
  background: url(../images/icon5.png) no-repeat center center;
  height: 750px;
}
.case_in {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.case_up {
  padding-top: 60px;
}
.case_up .case_title {
  font: 28px/32px "微软雅黑";
}
.case h2 {
  font: 16px/32px "微软雅黑";
  color: #666;
  padding-bottom: 20px;
}
.case_left {
  float: left;
  width: 230px;
}
.case_left ul li {
  line-height: 60px;
  width: 230px;
  background: #0b91ed;
  height: 60px;
  border-bottom: #fff 1px solid;
}
.case_left ul li a {
  color: #fff;
  width: 230px;
  height: 60px;
  display: block;
  text-decoration: none;
}
.case_left ul li a:hover {
  background: #ffae00;
}
.case_left ul li a.active {
  background: #ffae00;
}
.case_right {
  float: right;
  height: 550px;
  margin-left: 20px;
  width: 930px;
}
.case_right ul {
  height: 245px;
  color: royalblue;
}
.case_right ul li {
  float: left;
  width: 288px;
  height: 243px;
  border: #e5e5e5 1px solid;
  margin: 0px 10px 45px 10px;
}
.case_right ul li a img {
  max-width: 100%;
  height: 243px;
}
.case_right ul li a:link,a:visited,a:hover{ color:000;}
/*.case_right li {float:left;width:290px;height: 245px;padding: 10px 10px 40px 10px;display: block;}
.case_right  ul li a {;line-height: 40px;}*/
/*优势*/
.advantage_up {
  background: url(../images/icon7.jpg) no-repeat center center;
  height: 810px;
}
.advantage_down {
width:100%;
  background: url(../images/icon8.jpg) no-repeat center center;
  height: 730px;
}
.case_in h3 {
  font: 16px/32px "微软雅黑";
  color: #666;
  padding-bottom: 20px;
}
.part {
  margin-top: 60px;
  padding-top: 45px;
  background: url(../images/icon10.png) no-repeat center center;
  height: 500px;
  text-align: center;
}
/*新闻*/
.news {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.news a {
  text-decoration: none;
}
.news_left {
  float: left;
  width: 710px;
  overflow: hidden;
}
.news_left img {
  width: 710px;
  height: 200px;
}
.zixun {
  width: 70px;
  height: 45px;
  background: #0982d5;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 15px 10px 15px 0;
  text-align: center;
  line-height: 45px;
}
.more a {
  color: #fff;
}
.mh_mh {
  padding-top: 60px;
}
.zixun a {
  line-height: 35px;
  font: 16px/40px;
  color: #333;
}
.news_title {
  font: bold 16px/40px "微软雅黑";
  margin-bottom: 30px;
}
.border {
  border: 1px dashed #666;
  margin: 10px 0 10px 0;
}
.news_left_left {
  float: left;
}
.news_left_right {
  float: right;
}
.news_list ul li {
  height: 40px;
}
.news_right {
  float: right;
  overflow: hidden;
  width: 430px;
  padding: 10px 20px 20px 20px;
  background: #f4f4f4;
}
.new_a {
  float: right;
}
.news_right span {
  font: bold 16px/40px "微软雅黑";
}
.news_title {
  font: normal 16px/40px "微软雅黑";
}
.news_right_list p {
  font: normal 14px/30px "微软雅黑";
}
/*铭辉*/
.mh_left {
  float: left;
  width: 900px;
  overflow: hidden;
  padding-top: 60px;
}
.mh_left h2 {
  font: bold 32px/40px "微软雅黑";
}
.mh_left h3 {
  font: normal 16px/30px "微软雅黑";
}
.mh_left p {
  font: normal 14px/28px "微软雅黑";
  color: #999;
  padding-bottom: 30px;
}
.mh_right {
  float: right;
  width: 170px;
  overflow: hidden;
  padding-top: 60px;
}
.mh_right h1 {
  float: right;
  font: normal 28px/40px "arial";
  width: 170px;
  display: block;
}
.mh_right h2 {
  float: right;
  font: normal 28px/28px "arial";
  width: 170px;
  display: block;
}
.more {
  width: 170px;
  height: 35px;
  border-radius: 50px;
  background: #fead01;
  font: bold 16px/35px "微软雅黑";
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
/*尾部*/
.foot {
  width: 100%;
  margin: 0 auto;
  background: #212b37;
  overflow: hidden;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.footer_up{}
.footer_up ul {
  height: 40px;
  overflow: hidden;
}

.footer_up ul li {
  float: left;
  display: block;
  width: 130px;
  height: 40px;
  text-align:center;

}
.footer_up ul li a {
display: block;
  width: 130x;
  color: #fff;
  text-decoration: none;
  font: normal 14px "微软雅黑";
}
.footer_middle {
  width: 900px;
  height: 1px;
  background: #fff;
  margin-top: 20px;
}
.footer_bottom {
  color: #fff;
}
.footer_bottom_left {
  float: left;
  width: 300px;
}
.ai {
  float: left;
  overflow: hidden; /*width:350px ;*/
}
.bi {
  float: left;
  overflow: hidden;
  margin-left: 30px;
  display:none;
}
.footer_bottom_left a {
  text-decoration: none;
  color: #fff;
}
.footer_bottom_left h4 {
  font: normal 16px/28px "微软雅黑";
  padding: 20px 0 10px 0;
}
.footer_bottom p {
  font: normal 14px/30px "微软雅黑";
}
.footer_bottom_er {
  float: left;
  color: #fff;
}
.footer_bottom_er h4 {
  font: normal 16px/28px "微软雅黑";
  padding: 20px 0 10px 0;
}
.erwei {
  float: right;
  text-align: center;
  padding-top: 30px;
  margin-left:15px;
}
.erwei img{ width:160px;}
/*----------------------------------------------自动化案例-----------------------------------------*/
.middle {
  padding-top: 45px;
  margin: 0 auto;
  width: 1200px;
  display: block;
}
.case_list a.active {
  background: #eee;
}
.case_list {
  width: 250px;
  float: left;
  display: block;
}
.case_list a {
  font-size: 16px;
  color: #333;
  display: block;
  text-decoration: none;
}
.case_list a:hover {
  color: #333;
  background: #ececeb;
}
.case_list li {
  width: 250px;
  height: 45px;
  background: #f5f5f5;
  text-align: center;
  line-height: 45px;
  border-bottom: #fff 1px solid;
}
.case_list_down {
  padding-top: 40px;
  display: block;
}
.case_list_down p {
  font-size: 14px;
  display: block;
}
.up {
  width: 250px;
  height: 65px;
  background: #0b91ed;
  color: #fff;
  line-height: 65px;
  font-size: 28px;
  text-align: center;
}
.down {
  padding: 20px;
  background: #f5f5f5;
}
.case_case {
  float: right;
  width: 930px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.case_zuo {
  float: left;
  font: bold 20px/40px "微软雅黑";
  display: block;
}
.case_you {
  float: right;
  font: normal 14px/40px "微软雅黑";
  color: #333;
  display: block;
}
.case_you a,a:hover{ color:#000000;}
.list_in {
  padding-top: 30px;
  display: inline-block;
}
.list_in li {
  float: left;
  padding: 0 10px 25px 10px;
  display: block;
}
.list_in ul li a {
  width: 288px;
  height: 348px;
  border: #b5b5b5 1px solid;
  display: block;
  text-align: center;
}
.list_in li img {
  width: 288px;
  height: 288px;
  border-bottom: #b5b5b5 1px solid;
}
.list_in li h3 {
  font: 16px/59px "微软雅黑";color: #095db0;
}
.list_in li a:hover {
  border: #095db0 1px solid;
  color: #095db0;
}
.list_in_in {
  margin-bottom: 30px;
}
.list_in_in img {
  max-width: 100%;
}
.list_in a {
  text-decoration: none;
  font: normal 12px/30px "微软雅黑";
}
/*.page{margin: 0 180px;height: 50px;}*/
.page div {
  float: left;
  margin-bottom: 40px;
}
.page a {
  width: 50px;
  height: 30px;
  display: block;
  border: #b5b5b5 1px solid;
  text-align: center;
  font: normal 12px/30px "微软雅黑";
  text-decoration: none;
  color: #bbb;
}
.page a:hover {
  background: #0b91ed;
  color: #fff;
}
.page_left {
  float: left;
}
.page_left a,a:hover{
color:#000;
}
.page_right {
  float: right;
}
.page_right a,a:hover{
color:#000;
}
.video_in_in {
  padding: 30px 0 0 15px;
  margin-bottom: 30px;
}
.news_b {
  width: 878px;
  overflow: hidden;
  border: #b5b5b5 1px solid;
  padding: 25px;
  margin-bottom: 25px;
}
.newsb_left {
  float: left;
  width: 290px;
  height: 180px;
  overflow: hidden;
}
.newsb_left img {
  max-width: 100%;
}
.newsb_right {
  height: 180px;
  overflow: hidden;
  padding-left: 20px;
}
.right_title {
  font-size: 16px;
}
.list_in h2 {
  font-size: 12px;
  color: #999;
}
.bb {
  position: relative;
  width: 1200px;
  height: 255px;
  z-index: 999;
  margin: 0 auto;
}
.about_us {
  position: absolute;
  display: block;
  top: -60px;
}
.list_in_aa {
  padding-top: 30px;
}
.video {
  padding: 30px 0 0 15px;
}
/*.case_right ul li{width:288px;height: 243px;border: #e5e5e5 1px solid;}*/
.case_right ul {
  /*float:left;width:290px;height: 245px;padding: 10px 10px 40px 10px;*/
  display: block;
}
.case_right ul li a {
  line-height: 40px;
}
.part h3 {
  font: 16px/32px "微软雅黑";
  color: #666;
  padding-bottom: 20px;
}
.news_list ul li {
  border-bottom: 1px dashed #000000;
  height: 40px;
  line-height: 40px;
}
.news_right_list ul li {
  border-top: 1px dashed #000000;
  padding-bottom: 10px;
}
