@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-weight: normal;
	font-size: 12px;
	font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,"微软雅黑",SimSun,sans-serif,SimSun,sans-serif;
	color: #111;
	text-decoration: none;
}
/*-----通用标签样式-----*/
ul,
li {
	list-style-image: none;
	list-style-type: none;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,"微软雅黑",SimSun,sans-serif,SimSun,sans-serif;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

*+html .clearfix {
	min-height: 1%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----通用----*/

.right {
	float: right;
}

.left {
	float: left;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
.hide{
	display: none;
}
.show{
	display: block;
}
/* css */
body{
	background: #fff;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%; 
  height: 140px;
}

.logo {
  display: inline-block; 
}
.logo img {
    max-height: 100%; 
}
.logo-header {
  position: relative;
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  height: 85px;*/
  margin-left: 100px;
  transition: color 0.2996s, top 0.3s;
  width:1170px;
  margin:0 auto;
  display: block;
}
.menu-main {
  list-style: none;
  display: flex;
  position: relative;
  width:1170px;
  margin:0 auto;
  height: 55px; 
  
}
.menu-main li {
  position: relative;
  white-space: nowrap;
}
.menu-main li a {
  transition: all 0.15s;
  font-family: "Montserrat", "Almarai", sans-serif; 
}
.menu-main > li > a {
      height: 100%;
      display: flex;
      align-items: center;
      font-size: 16px;
      padding: 0px 13px;
      font-weight: 500;
      color: #fff;
      opacity: 0.9;
      transition: color 0.15s, height 0.3s, line-height 0.3s, opacity 0.3s;
}
.menu-main > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 26px);
    height: 3px;
    background-color: transparent; 
}
.menu-main > li > a:hover {
    font-weight:bold;
	opacity:1;
}
.menu-main > li > a.current {
    opacity: 1; 
}
.menu-main > li > a.current::before {
    background-color: #fff;
}    
/*  [ 03 ] - Header Bars
========================== */
/* Header Bar */
.header-bar,
.header-bar-wrap {
  background: transparent;
  transition: height 0.3s, background 0.3s; 
}
.header-bar-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%; 
}

.header-bar .hb-content {
  display: column;
  align-items: center;
  height: 100%;
  transition: all 0.2s; 
}
/* Header Bar Sticky */
.header-bar.is-sticky .header-bar-wrap {
  /*position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  border-bottom-color: transparent; */
}

/* Header Bar 1 */
#header-bar-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;}
  #header-bar-1 .hb-content {
    margin-left: auto; }
  #header-bar-1,
  #header-bar-1 .header-bar-wrap {
    height: 140px; }
  #header-bar-1 .header-bar-wrap {
    z-index: 1; }
  #header-bar-1.is-sticky,
  #header-bar-1.is-sticky .header-bar-wrap {
    height: 60px; }
    
  #header-bar-1.is-sticky .header-bar-wrap {
    background-color: #07275a; }
  
  #header-bar-1.text-white .header-bar-wrap {
    background-color: #07275a; }
  #header-bar-1.text-white .menu-main > li > a,
  #header-bar-1.text-white .menu-main > li > a:focus {
    color: #fff; }
  #header-bar-1.text-white .menu-main > li > a.current,
  #header-bar-1.text-white .menu-main > li:hover > a,
  #header-bar-1.text-white .menu-main > li > a:hover {
    color: var(--theme-color-1); }

/*全屏自适应轮播样式*/
.banner-main {
	width: 100%;
	height: 450px;
	position: relative;
}

.banner-main-img {
	height: 450px;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}

.banner-main-img li {
	width: 100%;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-main-img li img{
    width: 1920px;
    height: 450px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.ui-controls ul{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.ui-controls ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0px 5px;	
	border: 2px solid #ddd;
	background: #eee;
	/*border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.5);*/
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.ui-controls ul li:hover {
	border: 2px solid #ccc;
	background: #999;
	/*border: 2px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.6);*/
}

.ui-controls ul .current {
	border: 2px solid #ccc;
	background: #999;
	/*border: 2px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.6);*/
}

.ui-controls .ui-prev {
	width: 41px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/icon-slides.png) no-repeat -84px 50%;
	z-index: 999;
	cursor: pointer;
}

.ui-controls .ui-next {
	width: 41px;
	height: 69px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/icon-slides.png) no-repeat -125px 50%;
	z-index: 999;
	cursor: pointer;
}

.ui-controls .ui-prev:hover {
	background-position-x: 0px;
}

.ui-controls .ui-next:hover {
	background-position-x: -42px;
}
/*----------------------------------about-us---------------------------*/
.about-box{
	width:100%;
	height:720px;
	background:#f9f7f9;
}
.about{
	width:1170px;
	margin:0px auto;
	padding:70px 0;
	position:relative;
}
.about-left{
	position:absolute;
	left:0;
	width:880px;
	height:540px;
	padding:60px 0;
	z-index:2;
}
.about-right{
	position:absolute;
	right:0;
	width:674px;
	height:612px;
}
.about-title{
	margin:0;
	padding:0;
}
.about-text{
	width:410px;
	font-size:14px;
	color:#666;
	line-height:24px;
	padding-top:10px;
}
.about-ul{
	width:870px;
	height:210px;
	background:rgba(255,255,255,0.9);
	overflow:hidden;
	margin-top:10px;
}
.about-ul li{
	width:25%;
	height:210px;
	float:left;
	text-align:center;
}
.about-ul li.li-blue{
	background:#1a61b9;
	overflow:hidden;
}
.about-ul li dl{
	padding-top:50px;
}
.about-ul li dl dt{
	color:#666;
	font-size:14px;
}
.about-ul li.li-blue dl dt{
	color:#fff;
}
.about-ul li dl dd{
	color:#666;
	font-size:48px;
	font-weight:bold;
	line-height:70px;
}
.about-ul li.li-blue dl dd{
	color:#fff;
}
.btn{
	font-size:14px;
	color:#e63c0e;
	border:1px solid #e63c0e;
	padding:8px 20px;
	margin-top:20px;
	display:block;
	width:70px;
	text-align:center;
}
.btn:hover{
	background-color: #e63c0e;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	color:#fff;
}
.solution{
	width:1170px;
	margin:50px auto;
}
.solution-title{
	text-align:center;
}
.solution-ul{
	width:1170px;
	height:320px;
	margin-top:40px;
}
.solution-ul li{
	width:260px;
	height:300px;
	box-shadow:0px 0px 8px rgba(89, 93, 215, 0.2);
	margin:0 15px;
	float:left;
}
.solution-ul li dl{
	text-align:center;
	margin-top:40px;
}
.solution-ul li dl dt{
	text-align:center;
	margin-bottom:10px;
}
.solution-ul li dl dd{
	text-align:center;
	color:#666;
	font-size:20px;
}
.solution-ul li dl dd span{
	font-size:14px;
	color:#cbcbcb;
}
.solution-p{
	text-align:center;
	font-size:15px;
	color:#666;
	padding-top:30px;
	line-height:24px;
}
.product-box{
	width:100%;
	background:#fafafa url(../images/product-bg.jpg) no-repeat center top;
	height:560px;
	overflow:hidden;
}
.product{
	width:1170px;
	height:360px;
	margin:40px auto;
	margin-top:180px;
}
.nav-big{
	width:290px;
	height:580px;
	background:#1a61b9;
	float:left;
}
.big-top{
	width:290px;
	height:290px;
}
.product-titile{
	font-size:22px;
	color:#fff;
	padding-left:18px;
	font-weight:normal;
	padding-top:40px;
	line-height:60px;
}
.product-text{
	line-height:30px;
	font-size:14px;
	color:#fff;
	padding:0 20px;
}
.product-a{
	text-decoration:underline;
	color:#f2fa13;
	font-size:16px;
	display:block;
	padding:20px 0 0 20px;
}
.product-a:hover{
	font-weight:bold;
}
.big-bottom{
	width:290px;
	height:290px;
}
.nav-big-two{
	width:580px;
	height:580px;
	float:left;
}
.big-left{
	width:290px;
	height:290px;
	float:left;
}
.big-right{
	width:290px;
	height:290px;
	float:left;
}
.black-bg{
	background:#333333;
}
.case{
	width:1170px;
	margin:40px auto;
}
.case-nav{
	width:1170px;
	margin:40px auto;
}
.single-member{width: 270px; float:left; margin:10px; box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2); height:340px; background-color: #fff; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.case-h3 {font-size: 18px; font-weight: normal; margin: 10px 0 10px 20px; text-align:left;}
.case-h5 {font-size: 16px; font-weight: 300; margin: 10px 0 10px 20px; text-align:left; line-height: 22px;}
.case-p {font-size: 14px; font-weight: 300; line-height: 22px; padding: 0 20px; margin-bottom: 10px; height:90px;}
.social-touch a{display: inline-block; height: 26px; vertical-align: middle; margin: 0 2px; background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
.effect-2{max-height: 350px; min-height: 350px; overflow: hidden;}
.effect-2 h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{border-bottom: 5px solid #1a61b9; height: 250px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1a61b9; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2 .social-touch a{font-size:14px; color:#fff; text-align:center; display:block;}
.effect-2:hover .member-image{height: 120px; transition: 0.4s;}
.footer-bg{
	width:100%;
	height:280px;
	background:#2f2f2f;
	margin-top:40px;
}
.footer-box{
	width:1170px;
	margin:0 auto;
}
.footer-left{
	float:left;
	width:520px;
	text-align:left;
}
.footer-left h4{
	font-size:16px;
	color:#fff;
	padding:40px 0 20px 0;
}
.footer-left p{
	color:#bec0c2;
	font-size:14px;
	line-height:24px;
}
.footer-center{
	float:left;
	width:320px;
}
.footer-center h4{
	font-size:16px;
	color:#fff;
	padding:40px 0 20px 0;
}
.footer-center ul li{
	width:50%;
	float:left;
	margin:5px 0;
}
.footer-center ul li a{
	color:#bec0c2;
	font-size:14px;
	line-height:24px;
	cursor:pointer;
}
.footer-right{
	float:left;
	width:330px;
	text-align:center;
}
.footer-right img{
	margin-top:40px;

}
.footer-bottom{
	font-size:14px;
	color:#fff;
	line-height:60px;
	border-top:1px solid #717988;
	width:100%;
	text-align:center;
	margin-top:30px;
}
/*--------------------------------------------------------企业介绍--------------------------*/
.small-banner{
	width:100%;
	overflow:hidden;
	height:300px;
	text-align:center;
	background:url(../images/banner04.jpg) no-repeat center;
}
.small-title{
	margin-top:80px;
}
.company{
	width:1170px;
	margin:40px auto;
	overflow:hidden;
	margin-bottom:0;

}
.company-left{
	margin-top:40px;
	width:585px;
	float:left;
}

.company-left h3{
	padding-top:60px;
	font-size:20px;
	color:#333;
	font-weight:normal;
	padding-bottom:20px;
}
.company-left p{
	font-size:14px;
	color:#666;
	line-height:30px;
	text-indent:40px;
	width:540px;
}
.plan-bg{
	width:100%;
	height:540px;
	background:#1a61b9;
	overflow:hidden;
}
.plan-box{
	width:1170px;
	height:480px;
	margin:0 auto;
	background:url(../images/plan.png) no-repeat left top;
	margin-top:50px;
	position:relative;
}
.jq-box{
	width:320px;
	height:210px;
	position:absolute;
	left:25px;
	top:190px;
}
.zq-box{
	width:320px;
	height:210px;
	position:absolute;
	left:420px;
	top:190px;
}
.yq-box{
	width:320px;
	height:210px;
	position:absolute;
	right:35px;
	top:190px;
}
.plan-title{
	text-align:center;
	font-size:18px;
	color:#333;
	line-height:50px;
}
.plan-text{
	text-align:center;
	font-size:14px;
	color:#666;
	line-height:26px;
}
.culture{
	width:1170px;
	margin:50px auto;
}
.culture-box{
	width:1170px;
	height:230px;
	margin-top:60px;
	background:url(../images/culture-bg.png) no-repeat left top;
	position:relative;
}
.culture-one{
	position:absolute;
	width:270px;
	height:85px;
	left:85px;
	top:100px;
}
.culture-two{
	position:absolute;
	width:270px;
	height:85px;
	left:485px;
	top:100px;
}
.culture-three{
	position:absolute;
	width:270px;
	height:85px;
	left:865px;
	top:100px;
}
.culture-title{
	font-size:20px;
	color:#333;
	line-height:40px;
}
.culture-text{
	font-size:14px;
	color:#666;
}
/*-----------------------------------------产品展示-------------------------------------------*/
.small-banner2{
	width:100%;
	overflow:hidden;
	height:300px;
	text-align:center;
	background:url(../images/banner05.jpg) no-repeat center;
}
.product-ul{
	width:1170px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
}
.product-ul li{
	float:left;
	width:270px;
	height:290px;
	margin:10px;
	background:#fff;
}
.product-ul li:hover{
	float:left;
	width:270px;
	height:290px;
	margin:10px;
	background:#fff;
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.4);
}
.product-ul li a{
	width:220px;
	height:230px;
	margin:20px auto;
	display:block;
	cursor:pointer;
}
.product-nav-title{
	color:#333;
	font-size:16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-nav-img{
	width:230px;
	height:140px;
	text-align:center;
	margin:10px 0;
}
.product-nav-p{
	font-size:12px;
	color:#666;
	line-height:22px;
}
/*----------------------------------产品详情------------------------------------------------*/
.detail-box{
	width:1170px;
	margin:0 auto;
}
.leftbar{
	width:300px;
	background:#fff;
	border:1px solid #ddd;
	position:relative;
	float:left;
}
.leftbar-img{
	position:absolute;
	top:-75px;
}
.left-bar-ul li{
	height:60px;
	line-height:70px;
	text-align:center;
}
.left-bar-ul li a{
	font-size:16px;
	color:#333;
	cursor:pointer;
}
.left-bar-ul li a.click{
	color:#fff;
	background:#1a61b9;
	padding:6px 20px;
	border-radius:6px;
}
.right-content{
	float:right;
	width:830px;
}
.content-title{
	line-height:60px;
	height:60px;
	border-bottom:1px solid #ddd;
}
.content-title span{
	line-height:60px;
	display:block;
	height:60px;
	font-size:18px;
	color:#1a61b9;
	font-weight:bold;
	background:url(../images/border.jpg) no-repeat left bottom;
}
.content-h4{
	font-size:20px;
	color:#333;
	padding:30px 0 10px 0;
}
.content-h4 span{
	font-size:16px;
	color:#999;
	font-weight:normal;
	padding-left:15px;
}
.content-text{
	font-size:14px;
	color:#333;
	line-height:28px;
	text-indent:20px;
}
.content-img{
	width:700px;
	text-align:center;
	height:auto;
	margin:10px 65px;
}
/*-------------------成功案例---------------------------------*/
.small-banner3{
	width:100%;
	overflow:hidden;
	height:300px;
	text-align:center;
	background:url(../images/banner06.jpg) no-repeat center;
}
.case-ul{
	width:1170px;
	margin:0 auto;
}
.case-ul li{
	width:1170px;
	height:420px;
	background:url(../images/case-bg.png) no-repeat center top;
}
.case-left{
	float:left;
	width:555px;
	text-align:right;
	padding-top:85px;
	margin-right:30px;
}
.case-right{
	float:left;
	width:535px;
	text-align:left;
	padding-top:85px;
	margin-left:100px;
}
.case-h4{
	font-size:20px;
	color:#333;
	line-height:40px;
}
.case-title{
	font-size:16px;
	color:#1a61b9;
	line-height:36px;
}
.case-time{
	font-size:14px;
	color:#333;
	line-height:24px;
}
.case-text{
	font-size:14px;
	color:#333;
	line-height:24px;
}
.case-img-right{
	width:520px;
	float:right;
	height:320px;
	padding-top:85px;
}
.case-img-left{
	width:520px;
	float:left;
	height:320px;
	padding-top:85px;
}
.case-img-right img{
	border-radius:0px 8px 8px 8px;
}
.case-img-left img{
	border-radius:8px 0px 8px 8px;
}
/*-------------------------招贤纳士---------------------------*/
.small-banner4{
	width:100%;
	overflow:hidden;
	height:300px;
	text-align:center;
	background:url(../images/banner07.jpg) no-repeat center;
}
.join-box{
	width:1170px;
	margin:0 auto;
}
.join-title-box{
	width:1170px;
	margin-top:30px;
	overflow:hidden;
}
.join-title-box h3{
	float:left;
	height:55px;
	width:356px;
	background:#1a61b9;
	line-height:55px;
	color:#fff;
	padding-left:20px;
	font-size:24px;
}
.join-title-box a{
	float:right;
	height:55px;
	line-height:55px;
	color:#1a61b9;
	font-size:18px;
}
.join-table{
	width:1170px;
	height:120px;
	border-radius:10px;
	background:#ecf4fe;
	margin:30px 0;
}
.join-table tr th{
	text-align:left;
	font-size:18px;
	color:#333;
	padding:20px 0 0 30px;
}
.join-table tr td{
	text-align:left;
	font-size:16px;
	color:#666;
	padding:0px 0 20px 30px;
}
.join-title{
	font-size:20px;
	color:#333;
	margin:20px 0;
	padding-left:30px;
}
.join-text{
	font-size:14px;
	color:#666;
	line-height:32px;
	padding-left:30px;
}
/*-----------------------------联系我们---------------------------------*/
.small-banner5{
	width:100%;
	overflow:hidden;
	height:300px;
	text-align:center;
	background:url(../images/banner08.jpg) no-repeat center;
}
.contact-box{
	width:1170px;
	margin:30px auto;
	position:relative;
	overflow:hidden;
	height:550px;
}
.contact-box .left-img{
	position:absolute;
	left:0;
	top:20px;
}
.small-us1{
	background:#1a61b9;
	width:365px;
	height:220px;
	position:absolute;
	top:20px;
	left:410px;
	text-align:center;
}
.small-us2{
	background:#1a61b9;
	width:365px;
	height:220px;
	position:absolute;
	top:20px;
	right:0px;
	text-align:center;
}
.small-us3{
	background:#1a61b9;
	width:760px;
	height:220px;
	position:absolute;
	top:270px;
	left:410px;
	text-align:center;
}
.nav-img{
	width:100%;
	overflow:hidden;
	height:120px;
	text-align:center;
}
.nav-img img{
	padding-top:30px;
}
.text-one{
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.text-two{
	font-size:14px;
	color:#fff;
	padding-top:20px;
}
.map{
	width:100%;
	height:300px;
	border:1px solid #ddd;
}
/*--------------------------荣誉资质-----------------------*/
.small-banner6{
	width:100%;
	overflow:hidden;
	height:300px;
	text-align:center;
	background:url(../images/banner09.jpg) no-repeat center;
}
.honor-ul{
	width:1170px;
	margin:30px auto;
	overflow:hidden;
}
.honor-ul li{
	width:360px;
	float:left;
	margin:0 15px;
}
.honor-ul li img{
	width:100%;
	height:auto;
}
/*--------------------------二级导航-------------------------*/
.menu_list{width:300px;margin:0 auto;}
.menu_head{
	height: 60px;
	line-height: 60px;
	padding-left: 28px;
	font-size: 16px;
	display:block;
	color: #333;
	cursor: pointer;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #F1F1F1;
	position: relative;
	margin: 0px;
	background: #fff url(../images/pro_left.png) center right no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu_head:hover{
	border-left:5px solid #1a61b9; color:#1a61b9; background:#fff url(../images/pro_left.png) center right no-repeat; text-decoration:none;
}
.menu_list .current{border-left:5px solid #1a61b9; color:#1a61b9; background:#fff url(../images/pro_left.png) center right no-repeat;}
.menu_body{
	line-height: 60px;
	font-size:16px;
	/*border-left: 1px solid #e1e1e1;*/
	backguound: #fff;
	border-bottom: 1px solid #e1e1e1;
	
}
.menu_body a{padding: 6px 20px;
    border-radius: 6px;
    margin: 15px 20px;
    height: 30px;
    line-height: 30px;}
.menu_body a.menu-click{ color: #fff;

background: #1a61b9;

padding: 6px 20px;

border-radius: 6px;

margin: 15px 20px;

height: 30px;

line-height: 30px;}
.menu_body a:hover{color: #fff;

background: #1a61b9;

padding: 6px 20px;

border-radius: 6px;

margin: 15px 20px;

height: 30px;

line-height: 30px;}