.menuToggler { display: block; position: absolute; right: 10px; top: 50%; height: 2px; padding: 21px 10px; margin-top: -22px; display: none;}
.menuToggler i { display: block; position: relative; width: 26px; height: 2px; background: #d7000f; transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
.menuToggler i:before,
.menuToggler i:after { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 2px; background: #d7000f; transition: all .4s ease-out;-webkit-transition: all .4s ease-out;-o-transition: all .4s ease-out;-moz-transition: all .4s ease-out;transform-origin: center; -webkit-transform-origin: center; }
.menuToggler i:before { bottom: 100%; margin-bottom: 5px; }
.menuToggler i:after { top: 100%; margin-top: 5px; }
.menuToggler.active i { background: none; width: 20px; }
.menuToggler.active i:before { transform: rotate(45deg); margin-bottom: 0; bottom: auto; }
.menuToggler.active i:after { transform: rotate(-45deg); margin-top: 0; top: auto; }

@media screen and (max-width: 800px) {
	.header .menulist { display: none; }
	.header .menulist { top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid #eaeaea; }	
	.header .menulist dd { float: none; width: auto; padding: 0; }
	.header .menulist dd {-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft }
	.header .menulist dd > a { border-radius: 0; line-height: 45px;}
	.header .menulist dd ul { position: relative; display: none; }
	.header .menulist dd:hover ul { position: relative; display: none; }
	.header .logo { padding: 10px 20px; }
	.menuToggler { display: block; }
	.banner li { height: 500px; }
	.banner li .info { margin-left: 0; left: 0; right: 0; padding: 0 20px;}
	.banner li .info .text span { font-size: 16px; }
	.banner li .info .text h1 { font-size: 25px; }

	.index .about { padding: 20px 0; }
	.index .about .face { position: relative; width: auto; height: 200px; margin: 0 20px; background-position: center; }
	.index .about .text { margin-left: 0; padding: 20px; padding-bottom: 0;}
	.index .about .text h1 { font-size: 20px; }
	.index .about .text p { font-size: 12px; line-height: 1.5; }

	.index .news { padding: 20px; }
	.index .news .title h1 { font-size: 20px; margin-bottom: 10px; }
	.index .news .list { float: none; width: auto; }
	.index .news .items { width: auto; float: none; }
	.index .news .items .item { float: none; width: auto; margin-top: 10px; }
	.index .news .items .item a { margin: 0; padding: 0; }

	.footer .links { display: none; }
	
	body { padding-top: 80px; }
	.page .slogan .text { padding: 100px 20px; }
	.page .slogan .maxsize { padding: 0;}
	.page .content { margin-top: 0; }

	.page .content .sidebar { position: relative; border: 0; border-bottom: 1px solid #eaeaea; width: auto; top: auto; left: auto; bottom: auto; }
	.page .sidebar ul { padding: 20px 10px 10px 20px; overflow: hidden; }
	.page .sidebar li { margin-bottom: 10px; }
	.page .sidebar li a { line-height: 30px; padding: 0 20px; }
	.page .sidebar li { float: left; margin-right: 10px; }
	.page .content .container { margin-left: 0; padding: 15px; }

	.page .slogan .text h1 { font-size: 25px; margin-bottom: 3px;}

	.about .intro .showtext .text { position: relative; top: auto; left: auto; width: auto; right: auto; bottom: auto; margin: 0; padding: 20px; }
	.about .intro .items .item { width: 50%; }
	.about .intro .items .item:nth-child(2n+2):after { content: '';display: block; clear: both; }

	.wish .items li { float: none; width: auto; }
	.wish .mubiao .left { width: 200px; }
	.wish .mubiao .right { padding-left: 240px; }

	.wish .values .item .left { width: 180px; }
	.wish .values .item .right { padding-left: 180px; }
	.wish .values .item .left .con { left: 20px; }

	.wish .shiming .title img { width: 100%; }
	.wish .shiming .title .text { width: 38%; }
	.wish .shiming .title .text h1 { font-size: 20px; }
	.wish .items li .iconfont { bottom: 0; height: auto; top: 0;}
	.wish .items li .text p { height: auto; font-size: 14px; line-height: 24px; }
	.wish .items li:last-of-type .con { border-left: 1px solid #dadada; }

	.wish .mubiao .left .icon,
	.wish .mubiao .left { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: auto; margin: 0; padding: 0; }
	.wish .mubiao .left .icon { padding: 30px 0; }
	.wish .mubiao .right { padding: 20px; }
	.wish .mubiao .right p { font-size: 14px; line-height: 24px; }
	
	.wish .values .item { float: none; width: auto; }
	.wish .values .item .left .con,
	.wish .values .item .left { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: 0; width: auto; }
	.wish .values .item .left .con { padding: 20px; }
	.wish .values .item .right { padding-left: 0; border-left: 1px solid #dadada;}
	
	.neihan .title .right { width: 100%; z-index: 0; position: relative; }
	.neihan .title .right img { width: 100%; }
	.neihan .title .left { z-index: 1; background: #003b82; width: 200px; }

	.neihan .title .left { width: 40%; }
	.neihan .title .left .logo { height: auto; }
	.neihan .items .item { float: none; width: auto; }

	.neihan .items .item .img { left: 20px; top: 20px; }
	.neihan .items .item .text { padding: 20px; padding-left: 80px; }
	.neihan .colors { padding: 20px; }

	.ms .timeline { padding: 0 50px; }
	.ms .timeline a.btn { left: 0; }
	.ms .timeline a.btn.linenext { right: 0; }

	.ms .timeline { padding: 0 30px; }
	.ms .timeline .years ul li a { line-height: 40px; }
	.ms .timeline .years ul li a font { font-size: 18px; }
	.ms .timeline .years ul li { border-bottom: 4px solid #dadada; }
	.ms .timeline .things dl { padding: 0; margin: 0 -30px; }
	.ms .timeline .things dl dt { font-size: 20px; margin-bottom: 10px; padding-bottom: 10px; }
	.ms .timeline .things dl dt i { transform: translateY(0px);-webkit-transform: translateY(0px); }
	
	.newslist .showcase { float: none; width: auto; margin-bottom: 20px; }
	.newslist .showcase .item { margin: 0 0 20px 0; }
	.news .title h1 { font-size: 20px; margin-bottom: 10px; }
	.news .list { float: none; width: auto; }
	.news .items { width: auto; float: none; }
	.news .items .item { float: none; width: auto; margin-top: 10px; }
	.news .items .item a { margin: 0; padding: 0; }

	.newslist .showcase .item .face { position: relative; height: 150px; left: auto; top: auto; bottom: auto; width: auto; }
	.newslist .showcase .item .text { border:1px solid #dadada; margin-left: 0; }

	.research .block [class^='md'] { width: 100%; }

	.linian .main .iconfont { font-size: 80px; line-height: 100px; width: 100px; border: 3px solid #f5f5f5; }
	.linian .main { padding-right: 120px; }
	.linian .main h1 { margin-top: 0; font-size: 16px; line-height: 25px; text-align: left; }
	.linian .clear .block { float: none; width: auto; }
	.linian .clear .block .card { padding: 0; }
	.linian .block .cont p { line-height: 24px; }
	.linian .block .title { margin-bottom: 10px; }
	.linian .block .icons li .icon { margin: 0; padding: 20px; }
	.linian .block .icons li  { float: none; width: auto; margin-bottom: 10px; }
	.linian .block .icons li .icon h5 { margin-bottom: 0; }
	.linian .block .icons li .icon p { height: auto; }

	.joblist .table { border: 0; }
	.table .tr { margin-bottom: 10px; border: 1px solid #dadada; border-radius: 4px; overflow: hidden; }
	.table .tr0 { display: none; }
	.table .tr .td, .table .tr .th { float: none; width: auto; position: relative; }
	.joblist .td .key { display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 60px; padding: 10px 20px; background: #d7000f; color: #fff; font-style: normal; text-align: right; }
	.joblist .td span { padding: 10px; padding-left: 120px; text-align: left; }
	.joblist .tr:nth-child(2n+1) { background: #fff; }
	.joblist .tr .td:nth-child(2n+2) { background: #f5f5f5; }

	.contact .form .l { display: none; }
	.contact .form { padding-left: 0; }
	.case .right { float: none !important; width: auto !important;  }
	.case .left { float: none !important; width: auto !important; padding: 0; padding-bottom: 20px; }
	.case .left .con { padding: 0; }
	.fenlei .left, .fenlei .right { float: none !important; width: auto !important; }
	.fenlei .right .con { padding: 0; padding-top: 20px; }
	.product .list .item { width: 50%; }
	.pl .list .item .face img { height: auto; max-width: 100%; }
	.pl .list .item .face { height: 100px; }

	.research .bar { left: auto; right: 0; bottom: 50px; top: auto !important; position: fixed !important; }
}
