/* CSS Document*/
html {
	height: 100%;
	border: none;
}

body {
	height: 100%;
	min-width: 1200px;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #484848;
	font-family: Arial, "microsoft yahei";
	background: #FFF;
}

div,
ul,
li,
img,
dl,
dd,
dt,
p {
	padding: 0;
	margin: 0;
	border: none;
}

ul,
dl {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #226ded;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.index-pro .container{
	width: 1248px;
	margin: 0 auto;
}

.header {
	height: 157px;
}

/*.top {
	height: 36px;
	line-height: 36px;
	color: #666;
	border-bottom: 1px solid #e2e2e2;
}

.top a {
	padding: 5px 8px;
	color: #666;
}

.top ul {
	float: right;
}

.top ul li {
	float: left;
	padding: 0 10px;
}

.top .fr {
	position: relative;
}

.top .fr img {
	position: relative;
	top: 3px;
	margin-right: 4px;
}*/

#logo {
	height: 140px;
	width: 100%;
}

#logo .logo {}

#logo .logo img {
	margin-top: 24px;
	height: 67px;
}

#logo .company {
	padding-left: 15px;
	border-left: 1px solid #c4c4c4;
	height: 60px;
	margin-top: 25px;
	margin-left: 10px;
	padding-top: 5px;
}

#logo .company h2 {
	font-size: 24px;
	/*color: #226ded;*/
	color: #226ded;
	font-weight: bold;
}

#logo .company h3 {
	font-size: 18px;
	margin-top: 5px;
	color: #666;
}

#logo .tel {
	background: url(../images/tel.jpg) no-repeat left center;
	height: 120px;
	width: 200px;
	padding-left: 58px;
}

#logo .tel p {
	font-size: 16px;
	color: #666;
	margin-top: 35px;
	}

#logo .tel p span {
	font-size: 30px;
	display: block;
	font-weight: bold;
	color: #666;
}

.nav {
	background: url(../images/navbg.jpg) no-repeat top center;
	height: 68px;
}

.nav ul li {
	float: left;
	display: inline;
	text-align: center;
	font-size: 16px;
	position: relative;
	margin-top: 7px;
}

.nav ul li:after {
	content: '┆';
	position: absolute;
	left: 0;
	top: 18px;
	width: 1px;
	height: 60px;
	display: block;
	color: #FFF;
}

.nav ul li a {
	color: #FFF;
	display: block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 2;
}

.nav ul li a:hover,
.nav ul>li.on>a {
	color: #226ded;
}

.nav ul li dl {
	margin: 0px;
	padding: 0;
	position: absolute;
	z-index: 999;
	display: none;
}

.nav ul li dl dt a {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #252525;
	color: #fff;
}

.nav ul li dl dt a:hover {
	background: #226ded;
	color: #fff;
	display: block;
	width: 140px;
	height: 50px;
}

.nav ul .home {
	margin-left: 15px;
}

.nav ul .on.home a {
	color: #FFF;
}

.nav ul .home a:hover {
	color: #FFF;
}

.nav ul .home:after,
.nav ul li:nth-child(2):after {
	display: none;
}

.banner {
	height: 432px;
	overflow: hidden;
	position: relative;
}

.banner .hd {
	height: 18px;
	position: absolute;
	width: 100%;
	z-index: 1;
	text-align: center;
	bottom: 20px;
}

.banner .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: #252525;
	border-radius: 8px;
}

.banner .hd ul li.on {
	background: #226ded;
}

.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 432px;
	display: block;
}

@media(max-width:768px) {
  .banner .bd li {
  	width: 100%;
	height: 100%;
   background-size:contain;
   -webkit-background-size: contain;
   -moz-background-size: 768px 173px;
   -o-background-size: 768px 173px;
  }
}
@media(max-width:1024px) {
  .banner .bd li {
  	width: 100%;
	height: 100%;
   background-size:contain;
   -webkit-background-size: contain;
   -moz-background-size: 768px 173px;
   -o-background-size: 768px 173px;
  }
}
@media(max-width:1440px) {
  .banner .bd li {

   background-size: 100% 100%;
   -webkit-background-size: 100% 100%;
   -moz-background-size: 768px 173px;
   -o-background-size: 768px 173px;
  }
}

.banner .bd li a {
	width: 100%;
	height: 432px;
	display: block;
}

.search {
	height: 70px;
	border-bottom: 1px solid #e2e2e2;
}

.search .fl {
	line-height: 70px;
}

.search .fl a {
	margin-right: 15px;
}

.search .fl span {
	color: #333;
	font-weight: bold;
}

.search .fr {
	width: 384px;
	height: 70px;
    position: relative;
    overflow: hidden;
}

.search .fr input {
	width: 280px;
	height: 36px;
	border: 1px solid #eee;
	margin-top: 15px;
	padding-left: 3px;
	border-radius: 6px 0 0 6px;
	padding-left: 15px;
}

.search .fr button {
	width: 75px;
	height: 40px;
	background: url(../images/search-blue.jpg) no-repeat;
	border: none;top: 15px;
    position: absolute;
}

.sec-title {
	text-align: center;
	padding: 40px 0;
	height: 40px;
	position: relative;
}

.sec-title h2 {
	font-size: 24px;
	color: #252525;
	font-weight: bold;
}

.sec-title h2 span {
	color: #226ded;
}

.sec-title p {
	font-size: 14px;
	margin-top: 10px;
}

.ys {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}

.ys .content {
	margin-top: 5px;
}

.ys .content dl {
	float: left;
	display: inline-block;
	margin-right: 14px;
	width: 237px;
	height: 110px;
	border: 1px solid #cccccc;
	padding: 30px 20px 30px 30px;
}

.ys .content dl:last-child {
	margin-right: 0;
}

.ys .content dl:hover {
	background: #226ded;
	color: #FFF;
}

.ys .content dl dt {
	float: left;
}

.ys .content dl dd {
	float: right;
	margin-top: 25px;
}

.ys .content dl dt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.ys .content dl dt p {
	line-height: 35px;
}

.ys .content dl dt .more {
	width: 90px;
	height: 28px;
	display: block;
	line-height: 28px;
	text-align: center;
	background: #226ded;
	border-radius: 5px;
	margin-top: 15px;
}

.ys .content dl dt .more a {
	color: #FFF;
	width: 90px;
	height: 28px;
	display: block;
	border-radius: 5px;
}

.ys .content dl:hover h3 {
	color: #FFF;
}

.ys .content dl:hover .more a {
	background: #FFF;
	color: #226ded
}

.sec-titles {
	text-align: center;
	padding: 30px 0;
	height: 40px;
	position: relative;
}

.sec-titles h2 {
	font-size: 30px;
	color: #252525;
	font-weight: bold;
	background: url(../images/line.png) no-repeat bottom center;
	padding-bottom: 10px;
}

.sec-titles p {
	font-size: 14px;
	margin-top: 8px;
}

.index-pro {
	padding: 30px 0 30px;
	height: auto;
	overflow: hidden;
	/*background: url(../images/probg.jpg) no-repeat top center;*/
}

.index-pro .content {
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}

/*.index-pro .content .fl {
	width: 300px;
}*/

.index-pro .content .fr {
	width: 100%;
}

/*.index-pro .content .fl .title {
	height: 70px;
	width: 270px;
	background: #226ded url(../images/ico01.jpg) no-repeat 20px center;
	color: #FFF;
	padding: 15px 0 0 30px;
}

.index-pro .content .fl .title span {
	font-size: 28px;
	padding-left: 50px;
	display: block;
}

.index-pro .content .fl .title span i {
	display: block;
	font-size: 14px;
	font-style: normal;
}

.index-pro .content .fl .contact {
	background: #226ded;
	text-align: center;
	padding: 20px 0;
}

.index-pro .content .fl .contact p {
	font-size: 18px;
	color: #FFF;
	margin-top: 10px;
}

.index-pro .content .fl .contact p span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}*/

.category {
	width: 100%;
	padding: 20px 0;
	background: #FFF;
	height: auto;
	overflow: hidden;
}

.category h3 {
	line-height: 58px;
	width: 230px;
	height: 58px;
	margin-left: 25px;
}

.category h3 a {
	float: left;
	line-height: 58px;
	color: #FFF;
	width: 230px;
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	;
	background: #484848 url(../images/ico02.png) no-repeat 210px center;
	display: block;
}

.category h3.on a {
	background: #226ded url(../images/ico02.png) no-repeat 210px center;
	color: #FFF;
}

.category h3 span {
	float: left;
}

.category ul {
	display: none;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.category li {
	display: block;
	line-height: 40px;
}

.category li a {
	display: block;
	color: #666;
	font-size: 14px;
	padding-left: 58px;
}

.category li.on a {
	color: #226ded;
}

.index-pro .content .fr ul li {
	float: left;
	display: inline-block;
	margin-right: 23px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}
/*首页产品图阴影*/
.index-pro .content .fr ul li {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
-moz-box-shadow:2px 2px 10px #909090;
-webkit-box-shadow:2px 2px 10px #909090;
box-shadow: 2px 2px 10px #909090;
transition: all 0.5s;
}

.index-pro .content .fr ul li {
	/*margin-right: 0*/
	margin:5px;
}

.index-pro .content .fr ul li .img {
	width: 238px;
	height: 238px;
	/*border: 1px solid #ccc;*/
	position: relative;
	overflow: hidden;
}

/*.index-pro .content .fr ul li .img img {
	width: 269px;
	height: 196px;
}*/
.index-pro .content .fr ul li .img img {
	width: 238px;
	height: 238px;
}

.index-pro .content .fr ul li .mask {
	background: rgba(42, 117, 255, 0.8);
	display: none;
	text-align: center;
	width: 238px;
	height: 238px;
	position: absolute;
	left: 0;
	top: 0;
}

.index-pro .content .fr ul li:hover .mask {
	display: block;
}

.index-pro .content .fr ul li .mask h2 {
	font-size: 18px;
	line-height: 42px;
	padding-top: 60px;
}

.index-pro .content .fr ul li .mask .more {
	width: 120px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #FFF;
	border-radius: 15px;
	line-height: 30px;
}

.index-pro .content .fr ul li a:hover h2 {
	color: #FFF;
}

.index-pro .content .fr ul li a:hover .more {
	color: #FFF;
}

.liucheng {
	height: 330px;
	overflow: hidden;
}

.liucheng ul li {
	float: left;
	display: inline-block;
	transition-duration: 0.8s;
	width: 172px;
	height: 155px;
	border: 1px solid #cccccc;
	margin-right: 30px;
	text-align: center;
}

.liucheng ul li:hover {
	margin-top: 10px;
}

.liucheng ul li:last-child {
	margin-right: 0;
}

.liucheng ul li img {
	margin-top: 38px;
}

.liucheng ul li p {
	font-size: 16px;
	margin-top: 8px;
}

.about {
	background: url(../images/aboutbg.jpg) no-repeat top center;
	height: 440px;
	overflow: hidden;
	padding-top: 54px;
}

.about .fl {
	float: left;
	display: inline-block;
	width: 622px;
}

.about .fr {
	float: right;
	display: inline-block;
	padding-top: 20px;
}

.about .fr img {
	width: 482px;
	height: 307px;
	border-radius: 10px;
	border: 15px solid #FFF;
}

.about .fl span {
	color: #4f5358;
	font-size: 30px;
	font-weight: bold;
}

.about .fl h2 {
	font-weight: bold;
	color: #FFF;
	position: relative;
	height: 50px;
}

.about .fl h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 3px;
	background: #226ded;
}

.about .fl .info {
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	margin-top: 20px;
}

.about .fl .more {
	width: 185px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	margin-top: 20px;
	background: #226ded url(../images/ico03.jpg) no-repeat 40px center;
	display: block;
}

.about .fl .more a {
	color: #FFF;
	padding-left: 80px;
}

.honor {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: -55px;
}

.honor .hd {
	height: 55px;
	overflow: hidden;
	width: 100%;
}

.honor .hd ul li {
	display: inline-block;
	width: 200px;
	height: 55px;
	font-size: 16px;
	line-height: 55px;
	margin-right: 12px;
}

.honor .hd ul li a {
	background: #f2f2f2;
	width: 200px;
	height: 55px;
	display: block;
	border-radius: 5px 5px 0 0
}

.honor .hd ul li a:hover {
	background: #226ded;
	color: #FFF;
}

.honor .hd ul li.on a {
	background: #226ded;
	color: #FFF;
}

.honor .bd {
	padding-top: 40px;
}

.honor .bd ul li {
	float: left;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	width: 285px;
	height: 189px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.honor .bd ul li img {
	max-width: 287px;
	height: 190px;
}

.index-news {
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

.index-news .fl {
	width: 675px;
}

.index-news .fr {
	width: 500px;
}

.index-news .fr .tit {
	font-size: 14px;
	color: #999999;
}

.index-news .fr .tit span {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-right: 15px;
}

.index-news .fr .tit em {
	float: right;
	margin-top: 4px;
}

.index-news .fr .gun-news {
	padding-top: 20px;
}

.index-news .fr .gun-news ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.index-news .fr .gun-news h2 {
	background: url(../images/wen.jpg) no-repeat left bottom;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	height: 29px;
	display: block;
	padding-left: 30px;
}

.index-news .fr .gun-news p {
	background: url(../images/da.jpg) no-repeat left top;
	font-size: 14px;
	line-height: 26px;
	display: block;
	padding-left: 30px;
}

.tab-news .hd {
	float: left;
	display: inline;
	width: 125px;
	margin-right: 20px;
}

.tab-news .hd ul li {
	width: 75px;
	height: 164px;
	background: #226ded;
	margin-bottom: 1px;
	padding: 25px;
}

.tab-news .hd ul li h3 {
	font-size: 14px;
	padding-top: 15px;
	color: #FFF;
}

.tab-news .hd ul li h3 span {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	color: #FFF;
}

.tab-news .hd ul li .more {
	padding: 3px 5px;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 15px;
}

.tab-news .hd ul li .more a {
	color: #FFF;
}

.tab-news .hd ul li.on {
	background: #ae0a11;
}

.tab-news .bd {
	float: left;
	display: inline;
	width: 520px;
}

.tab-news .bd dl {
	width: 490px;
	height: 165px;
	background: #f8f8f8;
	padding: 15px;
}

.tab-news .bd dl dt {
	float: left;
	display: inline;
}

.tab-news .bd dl dd {
	float: right;
	display: inline;
	width: 257px;
}

.tab-news .bd dl dd .date {
	font-size: 18px;
	color: #226ded;
	font-weight: bold;
}

.tab-news .bd dl dd .date span {
	display: block;
	font-size: 12px;
}

.tab-news .bd dl dd h4 {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0
}

.tab-news .bd dl dd p {
	line-height: 25px;
}

.tab-news .bd dl dt img {
	width: 220px;
	height: 162px;
}

.tab-news .bd ul {
	padding-top: 15px;
}

.tab-news .bd ul li {
	line-height: 40px;
}

.tab-news .bd ul li span {
	float: right;
}

.tab-news .bd ul li a:before {
	content: "●";
	font-size: 12px;
	margin-right: 7px;
	color: #226ded
}

.links {
	padding-bottom: 20px;
}

.links span {
	font-weight: bold;
	font-size: 18px;
}

.links a {
	margin-right: 15px;
}

.footer {
	background: #333333;
	height: 240px;
	overflow: hidden;
	padding-top: 45px;
	color: #bbbbbb;
}

.footer .fl h3 {
	color: #FFF;
	margin-bottom: 20px;
}

.footer .fl a {
	color: #bbbbbb;
}

.footer .fl a:hover {
	color: #ae0a11;
}

.footer .dh {
	width: 220px;
	line-height: 30px;
}

.footer .dh ul li {
	float: left;
	width: 45%;
}

.footer .pro {
	width: auto;
	margin-right: 50px;
	line-height: 30px;
	padding: 0 50px;
	border-left: 1px solid #484848;
	border-right: 1px solid #484848;
}

.footer .contact {
	line-height: 30px;
}

.footer .fr h3 {
	background: #494949;
	width: 140px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}

.footer .fr img {
	height: 140px;
}

.copyright {
	background: #333333;
	padding: 15px 0;
	border-top: 1px solid #484848;
	color: #bbbbbb;
	text-align: center;
}

.copyright a {
	color: #bbbbbb;
}

.kefu {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}

.kefu li a {
	text-decoration: none;
	color: #FFF;
}

.kefu li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}

.kefu li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}

.kefu li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0;
}

.kefu .kefu-qq i {
	background-position: 4px 5px;
}

.kefu .kefu-tel i {
	background-position: 0 -21px;
}

.kefu .kefu-liuyan i {
	background-position: 4px -53px;
}

.kefu .kefu-weixin i {
	background-position: -34px 4px;
}

.kefu .kefu-weibo i {
	background-position: -30px -22px;
}

.kefu .kefu-ftop {
	display: none;
}

.kefu .kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}

.kefu .kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}

.kefu .kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.kefu .kefu-right {
	width: 20px;
}

.kefu .kefu-tel-main {
	background: #226ded;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}

.kefu .kefu-main {
	background: #226ded;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}

.kefu .kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

.ban {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.ny,.zp {
	height: auto;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
}

.ny .fl {
	width: 300px;
	border: 1px solid #ccc;
}

.ny .fr {
	width: 860px;
}
.zp .fr {
	width: 100%;
}

.ny .fl .title {
	height: 70px;
	width: 270px;
	background: #226ded no-repeat 20px center;
	color: #FFF;
	padding: 15px 0 0 30px;
}

.ny .fl .title span {
	font-size: 28px;
	padding-left: 50px;
	display: block;
}

.ny .fl .title span i {
	display: block;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase
}

.ny .contact {
	background: #226ded ;
	text-align: center;
	padding: 20px 0;
}

.ny .contact p {
	font-size: 18px;
	color: #FFF;
	margin-top: 10px;
}

.ny .contact p span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.ny .fr .title {
	line-height: 42px;
	border-bottom: 1px solid #e1e1e1;
}

.zp .fr .title {
	line-height: 42px;
	border-bottom: 1px solid #e1e1e1;
}
.ny .fr .title span {
	font-size: 20px;
	color: #226ded;
	border-bottom: 3px solid #226ded;
	padding-bottom: 10px;
}

.zp .fr .title span {
	font-size: 20px;
	color: #226ded;
	border-bottom: 3px solid #226ded;
	padding-bottom: 10px;
}

.ny .fr .title p {
	display: inline-block;
	float: right;
}
.zp .fr .title p {
	display: inline-block;
	float: right;
}

.ny .fr .tit {
	line-height: 38px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.zp .fr .tit {
	line-height: 38px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.ny .fr .tit span {
	font-size: 18px;
	color: #226ded;
	border-bottom: 3px solid #226ded;
	padding-bottom: 8px;
}

.ny .fr .txt {
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	margin-top: 20px;
	padding: 15px;
}

.list-1 dl {
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0;
}

.list-1 dl dt {
	line-height: 35px;
	font-size: 16px;
}

.list-1 dl dt:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #226ded;
	position: relative;
	top: -3px;
}

.list-1 dl dt span {
	float: right;
	font-size: 14px;
}

.list-1 dl dt a {
	font-weight: bold;
}

.list-1 dl dd {
	color: #999;
}

.list-2 {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

.list-2 ul li {
	float: left;
	display: inline-block;
	margin-right: 27px;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.list-2 ul li:nth-child(3n) {
	margin-right: 0
}

.list-2 ul li .img {
	width: 266px;
	height: 190px;
	border: 1px solid #c1c1c1;
}

.list-2 ul li img {
	max-width: 100%;
	height: 190px;
}

.list-2 ul li p {
	margin-top: 5px;
	width:266px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}

.news {
	padding: 0px 0 0;
}

.news h1 {
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
}

.news .date {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}

.news .date span {
	padding: 0 15px;
}

.news .info {
	padding: 10px 0 0;
	line-height: 25px;
}

.news .info img {
	max-width: 100%;
}

.tags {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 35px;
	line-height: 35px;
}

.tags span {
	font-weight: bold;
}

.tags a {
	margin-right: 15px;
}

.page {
	line-height: 50px;
}

.page span {
	float: right;
}

.xg-pro {
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.xg-pro ul li {
	float: left;
	display: inline-block;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.xg-pro ul li img {
	width: 200px;
	height: 160px;
}

.xg-news {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.xg-news ul li {
	float: left;
	display: inline-block;
	width: 47%;
	margin-right: 3%;
	line-height: 25px;
}

.xg-news ul li:before {
	content: '■';
	font-size: 12px;
	margin-right: 5px;
	color: #226ded;
	position: relative;
	top: -10px;
}

.xg-news ul li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
	display: inline-block;
}

.xg-news ul li span {
	float: right;
}

.xg-area {
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

.xg-area ul li {
	float: left;
	display: inline-block;
	margin-right: 25px;
	line-height: 25px;
}

.pro {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 30px;
}

.pro .img {
	float: left;
	display: inline-block;
	width: 480px;
}

.pro .text {
	float: right;
	display: inline-block;
	width: 350px;
}

.pro .text h1 {
	font-size: 24px;
	padding-top: 20px;
}

.pro .text .desc {
	padding: 20px 0;
	height: auto;
	font-size: 16px;
	line-height: 25px;
}

.pro .text .btn {
	width: 120px;
	height: 40px;
	background: #226ded;
	color: #FFF;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.pro-content .tits {
	border-bottom: 1px solid #e1e1e1;
	height: 40px;
	width: 100%;
	font-size: 18px;
}

.pro-content .tits span {
	background: #226ded;
	color: #FFF;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.pro-content .info {
	padding: 20px 0;
}
.pro-content .info img{
	max-width: 100%;
	height: auto!important;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	cursor: move;
	z-index: 1;
}

.pc-slide {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.view .swiper-slide .imgauto {
	width: 100%;
	height: 350px;
	position: relative;
}

.view .swiper-slide .imgauto img {
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 80%;
	margin: 0 10%;
	overflow: hidden;
}

.preview .swiper-slide {
	width: 22.5%;
	padding: 5px;
}

.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
}

.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.preview .slide6 {
	width: 82px;
}

.preview img {
	padding: 1px;
}

.preview .active-nav .imgauto {
	border: 1px solid #226ded;
}

.preview .arrow-left {
	background: url(../images/prev1.png) no-repeat left center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/next1.png) no-repeat left center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
}

#message .m-content {
	margin-top: 10%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
	width: 494px;
	margin: 48px auto 0;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-1 {
	padding-left: 100px;
}

.btn-1 input.focus {
	background: #226ded;
	color: #fff;
}

.btn-1 input.focus:hover {
	background: #444;
}

.btn-1 input:hover {
	background: #ccc;
}

.pagination p {
	margin: 0;
	cursor: pointer
}

.pagination {
	height: 40px;
	text-align: center;
	padding: 20px 0px;
}

.pagination a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

.pagination a:hover {
	color: #226ded;
	background: white;
	border: 1px #226ded solid;
}

.pagination a.cur {
	border: none;
	background: #226ded;
	color: #fff;
}

.pagination p {
	display: inline-block;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

.pagination p.pageRemark b {
	color: red;
}

.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.dates li {
	font-size: 14px;
	margin: 20px 0
}

.dates li span {
	float: right
}

/*这下面是新加的======================*/


.commonweb {
	padding: 0px 15px;
}
.padtbb {
	padding-bottom: 30px;
}
::-webkit-scrollbar {
 width: 5px;
 height: 8px;
 background-color: #e0e0e0;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 0;
}
::-webkit-scrollbar-thumb {
 background-color: #aeaeae;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 0;
}


 @media (min-width: 1260px) {
.commonweb {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0;
}
}
@media (min-width: 768px) {
.Download-list li {
	padding: 32px 80px 32px 15px;
	margin: 0 0 22px 0;
}
.Download-list li .down-text {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}
.Download-list li .down-btn {
	width: 90px;
	height: 90px;
	top: -1px;
	right: -1px;
}
}
 @media (min-width: 1024px) {
.Download-list {
	padding-top: 56px;
	padding-bottom: 32px;
}
.Download-list ul {
	padding-bottom: 45px;
}
.Download-list li {
	padding: 32px 180px 32px 56px;
}
}


@media (min-width: 768px) {
.commonweb {
	padding: 0px 20px;
}
.commonwebbox {
	margin-left: -10px;
	margin-right: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.visible-sm {
	display: block;
}
.hidden-sm {
	display: none;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
}

  @media (min-width: 992px) {
.commonweb {
	padding: 0px 40px;
}
.commonwebbox {
	margin-left: -10px;
	margin-right: -10px;
}
.visible-md {
	display: block;
}
.hidden-md {
	display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.commonleft {
	float: left;
}
.commonright {
	float: right;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-4-1 {
	width: 30%;
}
}

/*下载中心==============================================*/
.Download-list ul {
	padding-bottom: 20px;
}
.Download-list li {
	border: 1px solid #e6e6e6;
	position: relative;
	padding: 10px 80px 10px 15px;
	margin: 0 0 15px 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	position: relative !important;
	top: auto !important;
}
.Download-list li .down-text {
	display: block;
	display: -webkit-box;
	height: 48px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
}
.Download-list li .down-btn {
	display: block;
	width: 68px;
	height: 100%;
	background: #f2f2f2 url(../images/wicon13.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.Download-list li:hover {
	border-color: #226ded;
	background-color: #226ded;
}
.Download-list li:hover .down-text {
	color: #ffffff;
}
.Download-list li:hover .down-btn {
	background-color: #6e93f9e0;
	background-image: url(../images/wicon13ho.png);
}
 @media (min-width: 768px) {
.Download-list li {
	padding: 32px 80px 32px 15px;
	margin: 0 0 22px 0;
}
.Download-list li .down-text {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}
.Download-list li .down-btn {
	width: 90px;
	height: 90px;
	top: -1px;
	right: -1px;
}
}
 @media (min-width: 1024px) {
.Download-list {
	padding-top: 56px;
	padding-bottom: 32px;
}
.Download-list ul {
	padding-bottom: 45px;
}
.Download-list li {
	padding: 32px 180px 32px 56px;
}
}


.pages {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	border-top: 5px solid #f4f5f6;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #d82019;
	color: #fff;
	border: 1px solid #d82019
}
.pages ul li:hover a {
	color: #fff;
}

/*导航三级栏右弹部分==========================*/
div.container ul li dl dt ul {
    display: none;
	position:absolute;
	top: 0px;
	left:140px;

}
div.container ul li dl dt ul li{
	margin:0;
	padding:0;
	
}
div.container ul li dl dt:hover ul{	
	display: block;
}

/*导航原来为ul li dl dt改为下面ul li ul li*/

.nav ul li ul{
	margin-top: 1px;
	padding: 0;
	position: absolute;
	z-index: 999;
	display: none;
}
.nav ul li ul li{
	margin: 0;
	padding: 0;
}
.nav ul li ul li a {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #252525;
	color: #fff;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav ul li ul li a:hover {
	background: #226ded;
	color: #fff;
	display: block;
	width: 180px;
	height: 50px;
}

/*导航三级菜单栏==================================*/
div.container ul li ul li ul {
    display: none;
	position:absolute;
	/*bottom: -50px;*/
	top: 0px;
	left:180px;
	padding:0px;
	margin:0;
}
div.container ul li ul li ul li{
	margin:0;
	padding:0;
	
}
div.container ul li ul li:hover ul li{	
	display: block;
}

/*招聘中心样式===================================下方*/

 @media (min-width: 1199px) {
.common-clumb-min {
	padding-top: 77px;
}
}
/*招聘中心=========================================*/
.Platfbtn {
	display: inline-block;
	background: #d82019 url(../images/wicon26.png) no-repeat 20px center;
	color: #ffffff;
	padding: 10px 20px 10px 50px;
	text-align: left;
	margin: 10px 0 0;
}
 @media (min-width: 1024px) {
.Platfbtn {
	padding: 17px 40px 17px 69px;
	font-size: 18px;
	margin: 0;
	background-position: 38px center;
}
}
.recruiting-list ul {
	margin: 0 -10px;
	padding: 0 0 30px;
}
.recruiting-list li {
	padding: 0 10px 20px 10px;
}
.recruiting-list .recontent {
	border: 2px solid #f2f0ec;
	padding: 20px 20px 40px;
	position: relative;
}
.recruiting-list .recontent .retitle {
	color: #333333;
}
.recruiting-list .recontent .posititext {
	color: #929292;
}
.recruiting-list .recontent .Delivery {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #226ded;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.recruiting-list li:hover .recontent .Delivery {
	opacity: 1;
}
 @media (min-width: 1024px) {
.recruiting-list {
	padding-top: 49px;
	padding-bottom: 22px;
}
.recruiting-list ul {
	padding: 0 0 40px 0;
}
.recruiting-list .recontent {
	padding: 33px 30px 44px;
}
.recruiting-list .recontent .retitle {
	padding: 0 0 5px 0;
}
.recruiting-list .recontent h4 {
	padding-bottom: 5px;
}
.recruiting-list .recontent .Delivery {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
}
/*.grid {
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.grid li {
	display: block;
	opacity: 1;
}
.grid li.shown, .no-js .grid li, .no-cssanimations .grid li {
	opacity: 1;
}
.grid li a, .grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}
*/
/* Effect 4: fall perspective */
.grid.effect-4 {
    perspective: 1300px;
}
  
.grid.effect-4 li {
    transform-style: preserve-3d;
}
  
.grid.effect-4 li.animate {
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    animation: fallPerspective .8s ease-in-out forwards;
}
  
@keyframes fallPerspective {
    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	-moz-animation: fadeIn 0.65s ease forwards;
	-o-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}
 @-webkit-keyframes fadeIn {
 0% {
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes fadeIn {
 0% {
}
 100% {
 opacity: 1;
}
}
 @-o-keyframes fadeIn {
 0% {
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
}
 100% {
 opacity: 1;
}
}
/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	-moz-animation: moveUp 0.65s ease forwards;
	-o-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}
 @-webkit-keyframes moveUp {
 0% {
}
 100% {
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
 @-moz-keyframes moveUp {
 0% {
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
 @-o-keyframes moveUp {
 0% {
}
 100% {
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
 @keyframes moveUp {
 0% {
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	-moz-animation: scaleUp 0.65s ease-in-out forwards;
	-o-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}
 @-webkit-keyframes scaleUp {
 0% {
}
 100% {
 -webkit-transform: scale(1);
 opacity: 1;
}
}
 @-moz-keyframes scaleUp {
 0% {
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @-o-keyframes scaleUp {
 0% {
}
 100% {
 -webkit-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @keyframes scaleUp {
 0% {
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	-moz-animation: fallPerspective .8s ease-in-out forwards;
	-o-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}
 @-webkit-keyframes fallPerspective {
 0% {
}
 100% {
 -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
 opacity: 1;
}
}
 @-moz-keyframes fallPerspective {
 0% {
}
 100% {
 -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
 -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg);
 transform: translateZ(0px) translateY(0px) rotateX(0deg);
 opacity: 1;
}
}
 @-o-keyframes fallPerspective {
 0% {
}
 100% {
 -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
 transform: translateZ(0px) translateY(0px) rotateX(0deg);
 opacity: 1;
}
}
 @keyframes fallPerspective {
 0% {
}
 100% {
 -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
 -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg);
 transform: translateZ(0px) translateY(0px) rotateX(0deg);
 opacity: 1;
}
}
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	-moz-transform-origin: 50% 50% -300px;
	-ms-transform-origin: 50% 50% -300px;
	-o-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	-moz-animation: fly .8s ease-in-out forwards;
	-o-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}
 @-webkit-keyframes fly {
 0% {
}
 100% {
 -webkit-transform: rotateX(0deg);
 opacity: 1;
}
}
 @-moz-keyframes fly {
 0% {
}
 100% {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
 @-o-keyframes fly {
 0% {
}
 100% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
 @keyframes fly {
 0% {
}
 100% {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	-moz-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	-moz-animation: flip .8s ease-in-out forwards;
	-o-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}
 @-webkit-keyframes flip {
 0% {
}
 100% {
 -webkit-transform: rotateX(0deg);
 opacity: 1;
}
}
 @-moz-keyframes flip {
 0% {
}
 100% {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
 @-o-keyframes flip {
 0% {
}
 100% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
 @keyframes flip {
 0% {
}
 100% {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	-moz-animation: helix .8s ease-in-out forwards;
	-o-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}
 @-webkit-keyframes helix {
 0% {
}
 100% {
 -webkit-transform: rotateY(0deg);
 opacity: 1;
}
}
 @-moz-keyframes helix {
 0% {
}
 100% {
 -webkit-transform: rotateY(0deg);
 -moz-transform: rotateY(0deg);
 transform: rotateY(0deg);
 opacity: 1;
}
}
 @-o-keyframes helix {
 0% {
}
 100% {
 -webkit-transform: rotateY(0deg);
 transform: rotateY(0deg);
 opacity: 1;
}
}
 @keyframes helix {
 0% {
}
 100% {
 -webkit-transform: rotateY(0deg);
 -moz-transform: rotateY(0deg);
 transform: rotateY(0deg);
 opacity: 1;
}
}
/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	-moz-animation: popUp .8s ease-in forwards;
	-o-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}
 @-webkit-keyframes popUp {
 0% {
}
 70% {
 -webkit-transform: scale(1.1);
 opacity: .8;
 -webkit-animation-timing-function: ease-out;
}
 100% {
 -webkit-transform: scale(1);
 opacity: 1;
}
}
 @-moz-keyframes popUp {
 0% {
}
 70% {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 transform: scale(1.1);
 opacity: .8;
 -webkit-animation-timing-function: ease-out;
 -moz-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @-o-keyframes popUp {
 0% {
}
 70% {
 -webkit-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 opacity: .8;
 -webkit-animation-timing-function: ease-out;
 -o-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 100% {
 -webkit-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @keyframes popUp {
 0% {
}
 70% {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 opacity: .8;
 -webkit-animation-timing-function: ease-out;
 -moz-animation-timing-function: ease-out;
 -o-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}


/*招聘处的CSS========================*/
.font24 {
	font-size: 20px;
}
.font22 {
	font-size: 19px;
}
.font20 {
	font-size: 18px;
}
.font18 {
	font-size: 16px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font36 {
	font-size: 22px;
}
.font30 {
	font-size: 20px;
}
.alcenter {
	text-align: center;
}
.c666666 {
	color: #666666;
}
.cd82019 {
	color: #d82019;
}
.c90c42f {
	color: #90c42f;
}
.c4c4c4c {
	color: #4c4c4c;
}
.h28 {
	height: 28px;
}
.h18 {
	height: 18px;
}
.h13 {
	height: 13px;
}
.h12 {
	height: 12px;
}
.h10 {
	height: 10px;
}
.h5 {
	height: 5px;
}
 @media (min-width: 1024px) {
.font36 {
	font-size: 28px;
	line-height: 30px;
}
.font34 {
	font-size: 28px;
	line-height: 30px;
}
.font22 {
	font-size: 22px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font32 {
	font-size: 27px;
	line-height: 30px;
}
.font30 {
	font-size: 26px;
	line-height: 30px;
}
.font24 {
	font-size: 24px;
}
}
 @media (min-width: 1199px) {
.font36 {
	font-size: 36px;
	line-height: 38px;
}
.font34 {
	font-size: 34px;
	line-height: 38px;
}
.font32 {
	font-size: 32px;
	line-height: 36px;
}
.font30 {
	font-size: 30px;
	line-height: 32px;
}
}
.cffffff {
	color: #ffffff;
}
.c333333 {
	color: #333333;
}
.c696161 {
	color: #696161;
}
.center {
	text-align: center;
}
.fontbold {
	font-weight: bold;
}
.inside-banner {
	position: relative;
	overflow: hidden;
}
.inside-banner img {
	display: block;
	width: auto;
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
 @media (max-width: 414px) {
.inside-banner img {
	max-height: 120px;
}
}

/*右方QQ栏等。。。。。。。。。。。。*/


#kefu166 {
    width: 131px;
    height: 143px;
    position: fixed;
    top: 258px;
    right: 0px;
}
*html #kefu166 {
    margin-top: 258px;
    position: absolute;
    top:expression(eval(document.documentElement.scrollTop));
}
#kefu166 li {
    width: 131px;
    height: 53px;
}
#kefu166 li img {
    float: right;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#kefu166 li a {
    height: 49px;
    float: right;
    display: block;
    min-width: 47px;
    max-width: 131px;
}
#kefu166 li a .shows {
    display: block;
}
#kefu166 li a .hides {
    margin-right: -166px;
    cursor: pointer;
    cursor: hand;
}
#kefu166 li a.youhui166 .hides {
    display: none;
    position: absolute;
    right: 216px;
    top: 2px;
}

