*{
	margin: 0;
	padding: 0;
}
.menuMB_jsj .logosj{
	float: left;
	width: 70%;
	margin-top: 2.5%;
	margin-left: 3%;
}
.menuMB_jsj .logosj img{
	width: 100%;
	display: block;
}
.clearfix{
	clear: both;
}
.style-1{
	float: right;
}
.navsj {
  position: absolute;
	left: 0;
	top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav--active .navsj {
  opacity: 1;
  background-color: #f2f2f2;
}
.nav__list {
  margin: 0;
  padding: 10px;
}
.nav__item {
	line-height: 55px;
  list-style-type: none;
  text-align: center;
}
.nav__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  right: 3%;
  top: 2.5%;
  z-index: 200;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #666;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #666;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}
/* Don't nest if you don't have to. */
/**
* Style #1
*/

.style-1 .navsj {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 75%;
  height: 100%;
}
.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-1 .nav--active .nav__link {
  opacity: 1;
}
.style-1 .nav--active .navsj {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*内容*/
.biao{
	width: 40%;
	margin-top: 8%;
	margin-left: 3%;
}
.biao img{
	width: 100%;
}
.gongsisj {
	margin-top: 5%;	
	margin-left:3%;
	margin-right:3%;
}
.gongsisj ul li{
	width: 100%;
}
.gongsisj ul li img{
	width: 100%;
}
.gongsisj .txt{
	
	width: 100%;
	text-align: justify;
	font-size: 1em;
	line-height: 25px;
}
.gongsisj .txt .p1{
	text-indent: 2em;
	margin-top: 7px;
}
.gongsisj .txt .p2{
	text-indent: 2em;
}
.gongsisj .txt .p3 a{
	margin-top: 2%;
	color: #01469d;
}
/*end*/

/*产品*/
.chan ul{
	margin-top: 5%;
	margin-left: 1%;
}
.chan ul li{
	float: left;
	width: 46%;
	margin: 2% 2%;
}
.chan ul li img{
	width: 100%;
}
.chan ul li span{
	margin-left: 30%;
}
.chan_c{
	margin-top: 5%;
	width: 100px;
	line-height: 30px;
	font-size: 14px;
	margin:  3% auto 0;
	border: solid 1px #00479d;
	text-align: center;
}
.chan_c a{
	color: #00479d;
}
/*end*/
/*foot*/
.footsj{
	margin-top: 5%;
	background: #383838;
	width: 100%;
}
.footsj p{
	width: 70%;
	margin-left: 5%;
	margin-top: 8%;
	float: left;
	color: white;
	font-size: 0.9em;
	line-height: 1.6em;
}
.footsj p span{
	margin-left: 80px;
}
.footsj .tu{
	margin-top: 8%;
	float: right;
	width: 20%;
	margin-right: 5%;
}
.footsj .tu img{
	width: 100%;
	margin-bottom: 20px;
}

/*end*/