/* common */
[class^="icon-"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
}
.header,
.page-body,
.footer { min-width: 1200px; }
.header { height: 86px; }
.top {
	height: 52px;
	padding-top: 34px;
	color: #bbb;
	background: url(../img/top-bg.jpg) repeat 0 0;
}
.top .fm1200 { text-align: right; }
.top .icon-tel { margin-right: 10px; }
.top .top-tel {
	display: inline-block;
	width: 177px;
	height: 28px;
	margin-left: 6px;
	vertical-align: middle;
	background: url(../img/top-tel.png) no-repeat 0 0;
}
.top-nav {
	position: relative;
	z-index: 2;
	height: 50px;
	background-color: rgba(41, 43, 35, .8);
}
.top-nav .top-logo {
	position: relative;
	top: -86px;
	display: inline-block;
	width: 170px;
	height: 136px;
	background: #fff url(../img/top-logo.png) no-repeat 50% 50%;
}
.top-nav .fr { padding-right: 1px; }
.top-nav .fr a,
.top-nav .fr i {
	display: inline-block;
	float: left;
}
.top-nav .fr a {
	height: 50px;
	padding: 0 24px;
	line-height: 50px;
	color: #bbb;
	cursor: pointer;
}
.top-nav .fr i {
	width: 1px;
	height: 16px;
	margin-top: 18px;
	background-color: #7d7d7d;
}
.top-nav .fr a.active,
.top-nav .fr a:hover {
	position: relative;
	z-index: 2;
	padding: 0 25px;
	margin: 0 -1px;
	color: #fff;
	background-color: #3d3d3d;
}
.top-nav.fixed {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
}
.top-nav.fixed .top-logo {
	top: 0;
	height: 50px;
	background-image: url(../img/top-logo-fixed.png);
}

.sidebar {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 99;
}
.sidebar span {
	display: block;
	width: 45px;
	height: 45px;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	background-color: #666;
}
.sidebar span >i {
	height: 20px;
	margin: 12px auto;
}
.sidebar span .icon-qrcode {
	width: 20px;
	background-position: 0 -60px;
}
.sidebar span .icon-gotop {
	width: 24px;
	background-position: -24px -60px;
}
.sidebar span:hover { background-color: #191919; }
.drop {
	position: absolute;
	top: 0;
	right: 58px;
	display: none;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #bbb;
}
.drop .icon-arrow {
	position: absolute;
	top: 15px;
	right: -8px;
	width: 8px;
	height: 14px;
	margin-left: -9px;
	background-position: -52px -60px;
}
.drop img,
.sidebar span:hover .drop,
.contact span:hover .drop { display: block; }
.drop em {
	display: inline-block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 14px;
	color: #555;
}

.footer { background: #292b2d url(../img/footer.png) no-repeat 50% 0; }
.footer .fm1200 {
	padding-top: 25px;
	padding-bottom: 32px;
	background-color: #3d3d3d;
}
.footer .foot-logo,
.footer dl { float: left; }
.footer .foot-logo {
	width: 145px;
	margin: 59px 95px 0 98px;
}
.footer .foot-logo i {
	display: inline-block;
	width: 144px;
	height: 50px;
	background: url(../img/foot-logo.png) no-repeat 0 0;
}
.footer .foot-logo em {
	display: block;
	margin-top: 7px;
	border-top: 1px solid #adadad;
	font-size: 13px;
	line-height: 30px;
	color: #bbb;
}
.footer dl { width: 250px; }
.footer dt em {
	display: inline-block;
	margin-bottom: 6px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	border-bottom: 1px solid #646464;
}
.footer dd,
.footer dd a,
.copyright {
	font-size: 12px;
	color: #bbb;
}
.footer dd { padding-top: 10px; }
.footer dd.last { padding-top: 17px; }
.foot-tel {
	display: inline-block;
	width: 202px;
	height: 28px;
	margin-top: 6px;
	background: url(../img/foot-tel.png) no-repeat 0 0;
}
.footer dd i { margin-right: 5px; }
.footer .icon-address { background-position: -20px 0; }
.footer .icon-email { background-position: -40px 0; }
.footer .contact {
	position: relative;
	padding-top: 16px;
	padding-left: 20px;
}
.contact span {
	display: inline-block;
	cursor: pointer;
}
.footer .contact span {
	width: 18px;
	height: 16px;
	padding: 7px 9px 13px;
	margin-left: 12px;
	background: url(../img/icon.png) no-repeat 0 -20px;
}
.footer .contact span >i { width: 100%; }
.footer .icon-weixin { background-position: -40px -20px; }
.footer .icon-qq { background-position: -60px -20px; }
.footer .contact span:hover i { background-position-y: -40px; }
.footer dl:last-child dd {
    padding-top: 5px;
}
.footer i.icon-tel {
    transform: scale(0.8);
}
.contact span .drop,
.contact span .drop .icon-arrow {
	top: auto;
	right: auto;
}
.contact span .drop {
	bottom: 56px;
	left: -18px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .3);
	   -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .3);
			box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .3);
}
.contact span .drop .icon-arrow {
	bottom: -14px;
	left: 50%;
	width: 18px;
	background-image: url(../img/icon.png) !important;
	background-position: -80px -40px;
}

.copyright {
	line-height: 60px;
	text-align: center;
}

/* index */
.banner {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.banner h3 {
	display: block;
	padding-top: 240px;
	font-size: 60px;
	font-weight: normal;
	line-height: 92px;
	color: #fff;
	letter-spacing: 3px;
}
.banner h3 em {
	display: block;
	width: 312px;
	height: 41px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../img/line.png) no-repeat 0 0;
}
.banner .btn-h.white {
	width: 286px;
	height: 64px;
	padding-left: 4px;
	margin-top: 28px;
	line-height: 64px;
}
.banner .btn-h .icon-arrow {
	margin: -2px 0 2px 25px;
	background-position: -100px -40px;
	-webkit-transition: transform 0.2s;
}
.banner .btn-h:hover .icon-arrow { transform: translate(5px); }
.banner.index { background-image: url(../img/banner-index.jpg); }
.banner.index h3 {
	padding-top: 178px;
	font-size: 48px;
}
.banner.index h3 i {
	display: inline-block;
	width: 136px;
	height: 82px;
	margin-right: -94px;
	background: url(../img/line2.png) no-repeat 0 0;
}
.banner.index h3 b {
	display: inline-block;
	width: 240px;
	height: 73px;
	margin: -8px 20px 8px;
	vertical-align: middle;
	background: url(../img/banner-txt.png) no-repeat 0 0;
}
.banner.index p {
	padding-left: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #e3e3e4;
}

.index-adv {
	height: 380px;
	text-align: center;
	background: url(../img/index-adv.jpg) no-repeat 50% 100%;
}
.index-adv .fm1200 {
	position: relative;
	padding-top: 155px;
}
.index-adv ul {
	position: absolute;
	top: -140px;
	left: -16px;
	width: 1200px;
	padding: 16px;
	background: url(../img/index-adv-ul.png) no-repeat 50% 100%;
}
.index-adv li {
	float: left;
	width: 25%;
	height: 150px;
	margin-top: 50px;
	margin-left: -1px;
	border-right: 1px solid #ebebeb;
}
.index-adv li em,
.index-adv li em i {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../img/icon-index-adv.png) no-repeat 0 0;;
}
.index-adv li em {
	padding-top: 31px;
	padding-bottom: 10px;
}
.index-adv li em .icon-adv1 { background-position-x: -76px; }
.index-adv li em .icon-adv2 { background-position-x: -122px; }
.index-adv li em .icon-adv3 { background-position-x: -168px; }
.index-adv li em .icon-adv4 { background-position-x: -214px; }
.index-adv li b {
	display: block;
	padding-bottom: 1px;
}
.index-adv li span {
	font-size: 12px;
	color: #bbb;
}
.index-adv li p { display: none; }
.index-adv li:hover {
	position: relative;
	z-index: 2;
	height: 200px;
	margin-top: 0;
	background-color: #015c97;
	border-color: #015c97;
}
.index-adv li:hover em {
	padding: 15px;
	margin-top: 23px;
	margin-bottom: 15px;
}
.index-adv li:hover em i { background-position-y: -46px; }
.index-adv li:hover b {
	padding-bottom: 9px;
	color: #fff;
}
.index-adv li:hover span { display: none; }
.index-adv li:hover p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #b8c8d9;
}
.index-adv p.tc {
	padding-bottom: 30px;
	font-size: 26px;
	line-height: 45px;
}
.index-adv p.tc .count {
	display: inline-block;
	width: 204px;
	height: 33px;
	vertical-align: middle;
	margin-top: -5px;
	background: url(../img/count.png) no-repeat 0 0;
}
.search {
	padding-bottom: 18px;
	text-align: center;
}
.search.gray {
	height: 73px;
	padding-top: 40px;
	background: url(../img/search-gray.png) repeat 0 0;
}
.search .inp,
.search .btn { margin-right: 6px; }
.inp,
.btn,
.btn-h {
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
}
.inp {
	width: 320px;
	padding: 0 18px;
	color: #757575;
	border: 1px solid #bbb;
}
.btn,
.btn-h {
	display: inline-block;
	width: 200px;
	font-size: 18px;
	text-align: center;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.btn {
	padding: 1px;
	color: #fff !important;
	background-color: #015c97;
}
.btn-h {
	color: #666 !important;
	background-color: #eee;
	border: 1px solid #bbb;
}
.btn-h.white {
	font-size: 24px;
	color: #fff !important;
	background-color: transparent;
	border-color: #fff;
}
.search .ps-r { display: inline-block; }
.btn-code {
	position: absolute;
	top: 1px;
	right: 7px;
	display: inline-block;
	height: 48px;
	padding: 0 18px;
	line-height: 48px;
	color: #666;
	background-color: #eee;
}

.index-video {
  position: relative;
	height: 550px;
	text-align: center;
	background: url(../img/temp/video.jpg) no-repeat 50% 0;
}
.index-video a {
  position: absolute;
  left: 50%;
  margin-left: -146px;
  top: 300px;
  width: 290px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.index-video .btn-h i.icon-arrow {
    margin: -2px 0 2px 25px;
    background-position: -100px -40px;
    -webkit-transition: transform 0.2s;
}

.index-video .btn-h:hover .icon-arrow {
 transform: translate(5px);
}
.title {
	padding-top: 44px;
	margin-bottom: 63px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}
.title span {
	position: relative;
	bottom: -39px;
	display: inline-block;
	min-width: 210px;
	padding: 0 8px;
	font-size: 26px;
	font-weight: normal;
	line-height: 28px;
	color: #333;
	background-color: #fff;
}
.title span em,
.title2 span em {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.title span em { color: #666; }
.title2 {
	padding-top: 52px;
	padding-bottom: 15px;
	text-align: center;
}
.title2 span {
	display: inline-block;
	width: 332px;
	height: 65px;
	padding-top: 37px;
	font-size: 26px;
	font-weight: normal;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background: url(../img/title2.png) no-repeat 0 0;
}
.index-pro,
.index-news { background: url(../img/index-pro.png) repeat-y 50% 0; }
.index-pro { padding-bottom: 81px; }
.index-pro p.tc {
	color: #999;
	text-align: center;
}
.index-pro ul {
	padding-top: 50px;
	padding-bottom: 13px;
}
.index-pro li {
	position: relative;
	float: left;
	width: 345px;
	height: 240px;
	color: #fff;
	margin: 0 17px 33px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.index-pro li.pro1 { background-image: url(../img/index-pro1.jpg); }
.index-pro li.pro2 { background-image: url(../img/index-pro2.jpg); }
.index-pro li.pro3 { background-image: url(../img/index-pro3.jpg); }
.index-pro li.pro4 { background-image: url(../img/index-pro4.jpg); }
.index-pro li.pro5 { background-image: url(../img/index-pro5.jpg); }
.index-pro li.pro6 { background-image: url(../img/index-pro6.jpg); }
.index-pro li span {
	position: absolute;
	top: 89px;
	left: 72px;
	display: inline-block;
	width: 200px;
	height: 46px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: transform 0.2s;
}
.index-pro li p {
	display: none;
	height: 128px;
	padding-top: 112px;
	font-size: 16px;
	line-height: 30px;
	background-color: rgba(1,92,151,0.8);
}
.index-pro li:hover span { transform: translate(0,-40px); }
.index-pro li:hover p { display: block; }

.index-examin {
	height: 550px;
	background: url(../img/index-examin.jpg) no-repeat 50% 0;
}
.slides {
    position: relative;
	width: 1200px;
	height: 360px;
	margin: 3px auto 0;
}
.slides_container {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.index-examin .slides_container,
.examin-item .slides_container { width: 1000px; }
.index-examin .slides-item { color: #fff; }
.btn-arrow {
    position: absolute;
	top: 133px;
	z-index: 9;
	display: inline-block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../img/btn-arrow.png);
	background-repeat: no-repeat;
}
.btn-arrow.prev {
	left: 0;
	background-position: 0 0;
}
.btn-arrow.next {
	right: 0;
	background-position: -36px 0;
}
.slides-item .fl h4 {
	font-size: 30px;
	font-weight: normal;
	line-height: 74px;
}
.slides-item .fl h4 b {
	display: inline-block;
	width: 40px;
	margin-right: 8px;
	white-space: nowrap;
	border-top: 6px solid #ee3d56;
}
.slides-item .fl p {
	padding-top: 18px;
	line-height: 30px;
}
.slides-item .fl { width: 516px; }
.slides-item .fr {
	display: inline-block;
	width: 483px;
	height: 274px;
	margin-top: 16px;
}
.slides-item span img,
.honor-list li img {
	max-width: 100%;
	max-height: 100%;
}

.item-tab {
	padding-bottom: 9px;
	text-align: center;
}
.item-tab span {
	display: inline-block;
	height: 33px;
	padding: 0 30px;
	margin: 3px;
	line-height: 33px;
	cursor: pointer;
	border: 1px solid #bbb;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}
.item-tab span.active {
	color: #fff;
	background-color: #015c97;
	border-color: #015c97;
}
.tab-cont {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.news-list {
	 width: 1100px;
	 margin: 28px auto 80px;
}
 .news-list .fl { width: 400px; }
 .news-list .fr { width: 630px; }
 .news-list .fl b,
 .news-list2 li b {
	display: inline-block;
	width: 400px;
	height: 180px;
}
 .news-list .fl b { padding-bottom: 14px; }
 .news-list .fl b img,
 .news-list2 li b img {
	max-width: 100%;
	max-height: 100%;
}
 .news-list h4 {
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 28px;
}
 .news-list p {
	max-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}
 .news-list ul { margin-bottom: -15px; }
 .news-list li { position: relative; }
 .news-list li a {
	display: block;
	padding-bottom: 20px;
	padding-left: 84px;
	margin-bottom: 22px;
}
 .news-list li span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 46px;
	padding: 11px 10px 8px;
	line-height: 24px;
	text-align: center;
	background-color: #eee;
}
 .news-list li span em {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	white-space: nowrap;
	border-bottom: 1px solid #a9a9a9;
}
 .news-list li h4 { font-size: 16px; }
 .news-list li i {
	position: absolute;
	bottom: 0;
	left: 84px;
	width: 160px;
	height: 2px;
	background-color: #efefef;
}
 .news-list li:hover span {
	padding: 10px 9px 7px;
	background-color: #fff;
	border: 1px solid #bbb;
}
.btn-more {
	display: block;
	font-size: 12px;
	line-height: 46px;
	text-align: center;
	background-color: #eee;
}

/* protection */
.banner.protection { background-image: url(../img/banner-protection.jpg); }
.item-box {
	padding-top: 70px;
	padding-bottom: 120px;
}
.item-box .cont {
	width: 550px;
	padding-right: 50px;
	padding-left: 50px;
}
.item-box .cont .title2 {
	padding-top: 14px;
	text-align: left;
}
.item-box .cont .title2 span,
.development .title2 span {
	padding-top: 40px;
	color: #333;
	background-position: -340px 0;
}
.item-box .cont p {
	padding-bottom: 25px;
	line-height: 30px;
}
.item-box .cont .btn-h { margin-left: 10px; }
.item-box .cont .tip {
	line-height: 24px;
	color: #999;
}
.item-box .imgbox {
	position: relative;
	height: 324px;
}
.item-box .imgbox b {
	display: inline-block;
	width: 240px;
	height: 250px;
	background-color: #eee;
}
.item-box .imgbox i {
	position: absolute;
	top: 50px;
	right: 50px;
	display: inline-block;
	width: 483px;
	height: 274px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.imgbox .certification-img { background-image: url(../img/certification-img.jpg); }

.item-box .imgbox.fl { margin-top: 10px; }
.item-box .imgbox.fl b { background-color: #e0dede; }
.item-box .imgbox.fl i {
	right: auto;
	left: 50px;
}
.imgbox .report-img { background-image: url(../img/report-img.jpg); }

.process {
	height: 550px;
	background: url(../img/process.jpg) no-repeat 50% 0;
}
.process ul { padding-top: 26px; }
.process li {
	float: left;
	width: 240px;
	text-align: center;
}
.process li span,
.process li span i {
	background-image: url(../img/icon-process.png);
	background-repeat: no-repeat;
}
.process li span {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-bottom: 6px;
	background-position: 0 0;
}
.process li span >i {
	width: 46px;
	height: 48px;
	margin: 42px 42px 0;
}
.process li span em {
	position: absolute;
	top: 66px;
	left: 121px;
	display: inline-block;
	width: 128px;
	border-top: 1px dashed #848586;
}
.process li span em .icon-arrow {
	width: 30px;
	height: 30px;
	margin-top: -20px;
	background-position: -134px -52px;
}
.process li span .icon-process1 { background-position: -134px 0; }
.process li span .icon-process2 { background-position: -184px 0; }
.process li span .icon-process3 { background-position: -234px 0; }
.process li span .icon-process4 { background-position: -284px 0; }
.process li span .icon-process5 { background-position: -334px 0; }
.process li h4 {
	font-size: 24px;
	line-height: 48px;
	color: #ee3d56;
}
.process li h4 em {
	display: inline-block;
	padding-left: 3px;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
}
.process li p {
	width: 160px;
	margin: 0 auto;
}

.examin-item { padding-bottom: 40px; }
.examin-item >p {
	width: 940px;
	margin: 0 auto 68px;
	line-height: 24px;
	color: #999;
	text-align: center;
}
.examin-item .btn-arrow { background-position-y: -36px; }

.examin-report,
.development {
	height: 550px;
	background: url(../img/examin-report.jpg) no-repeat 50% 0;
}
.examin-report .fm1200 { padding-top: 98px; }

.warranty ul {
	padding-top: 52px;
	padding-bottom: 65px;
	margin: 0 -16px;
}
.warranty li {
	position: relative;
	float: left;
	width: 305px;
	height: 182px;
	padding: 16px 82px 16px 202px;
	background: url(../img/warranty-hover.png) no-repeat 50% 0;
}
.warranty li.space {
	width: 1px;
	padding: 0;
	margin: 16px 26px;
	background: #eee;
}
.warranty li i {
	position: absolute;
	top: 77px;
	left: 108px;
	width: 55px;
	height: 60px;
	background-image: url(../img/icon-warranty.png);
	background-repeat: no-repeat;
}
.warranty li .icon-warranty1 { background-position: 0 0; }
.warranty li .icon-warranty2 { background-position: -60px 0; }
.warranty li .icon-warranty3 { background-position: -120px 0; }
.warranty li h4 {
	padding-top: 30px;
	font-size: 18px;
	line-height: 40px;
}
.warranty li p,
.warranty li span {
	line-height: 24px;
	color: #999;
}
.warranty li span {
	display: block;
	padding-top: 5px;
}

/* customer */
.banner.customer { background-image: url(../img/banner-customer.jpg); }
.industry h3 { margin-bottom: 78px; }
.industry ul {
	margin-bottom: 90px;
	border: 0 solid #bbb;
	border-width: 1px 0 1px 1px;
}
.industry li {
	float: left;
	width: 20%;
	padding-top: 67px;
	padding-bottom: 55px;
	margin-right: -1px;
	text-align: center;
	border-right: 1px solid #bbb;
}
.industry li i {
	display: inline-block;
	width: 64px;
	height: 44px;
	background-image: url(../img/icon-industry.png);
	background-repeat: no-repeat;
	-webkit-transition: transform 0.2s;
}
.industry li .icon-industry1 { background-position: 0 0; }
.industry li .icon-industry2 { background-position: -68px 0; }
.industry li .icon-industry3 { background-position: -136px 0; }
.industry li .icon-industry4 { background-position: -204px 0; }
.industry li .icon-industry5 { background-position: -272px 0; }
.industry li h4 {
	margin: 24px 30px 12px;
	font-size: 18px;
	font-weight: normal;
	line-height: 66px;
	border-bottom: 1px dashed #666;
}
.industry li p {
	line-height: 24px;
	color: #999;
}
.industry li:hover { background-color: #015c97; }
.industry li:hover,
.industry li:hover p { color: #fff; }
.industry li:hover i {
	background-position-y: -48px;
	transform: scale(1.05);
}
.industry li:hover h4 { border-color: #fff; }

.partner {
	height: 587px;
	background: url(../img/partner.jpg) no-repeat 50% 0;
}
.partner ul { padding-top: 46px; }
.partner li {
	float: left;
	width: 275px;
	height: 146px;
	padding: 16px;
	margin: -16px;
	text-align: center;
	background: url(../img/partner-li.png) no-repeat 0 0;
}
.partner li em,
.partner li em img {
	display: block;
	width: 100%;
	height: 100%;
}
.partner li:hover {
	position: relative;
	z-index: 2;
}
.partner li:hover em { background: #fff; }

/* college */
.banner.college { background-image: url(../img/banner-college.jpg); }
.college-img { background-image: url(../img/college-img.jpg); }
.course {
	height: 717px;
	background: url(../img/course.jpg) no-repeat 50% 0;
}
.course .fm1200 { width: 1220px; }
.course li {
	float: left;
	width: 275px;
	height: 417px;
	margin: 46px 15px 0;
	background-color: #fff;
	border-bottom: 5px solid #fff;
	-webkit-transition: transform 0.2s;
}
.course li span {
	display: inline-block;
	width: 100%;
	height: 172px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.course li .course-img1 { background-image: url(../img/course-img1.jpg); }
.course li .course-img2 { background-image: url(../img/course-img2.jpg); }
.course li .course-img3 { background-image: url(../img/course-img3.jpg); }
.course li .course-img4 { background-image: url(../img/course-img4.jpg); }
.course li h4,
.course li a {
	margin-right: 30px;
	margin-left: 30px;
}
.course li h4 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px dashed #666;
}
.course li a {
	display: block;
	width: 215px;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.course li:hover {
	margin-top: 16px;
	border-bottom: 5px solid #ee3d56;
	transform: translate(0,-5px);
}

.college-adv ul { padding: 44px 10px 95px; }
.college-adv li {
	float: left;
	width: 200px;
	padding: 0 50px;
	text-align: center;
}
.college-adv li span,
.college-adv li span i {
	display: inline-block;
	background-image: url(../img/icon-college-adv.png);
	background-repeat: no-repeat;
}
.college-adv li span {
	width: 169px;
	height: 211px;
	background-position: 0 0;
}
.college-adv li span i {
	width: 60px;
	height: 60px;
	margin: 69px auto 0;
	-webkit-transition: transform 0.3s;
}
.college-adv li span .icon-adv1 { background-position: -348px 0; }
.college-adv li span .icon-adv2 { background-position: -412px 0; }
.college-adv li span .icon-adv3 { background-position: -476px 0; }
.college-adv li span .icon-adv4 { background-position: -540px 0; }
.college-adv li em {
	display: block;
	margin-top: 24px;
	font-size: 18px;
	line-height: 30px;
}
.college-adv li:hover span { background-position: -174px 0;}
.college-adv li:hover span i {
	background-position-y: -64px;
	transform:rotate(360deg);
}

.team { background: url(../img/team.jpg) repeat 0 0; }
.team .cont {
	padding-top: 32px;
	padding-bottom: 127px;
	background: url(../img/team-cont.jpg) no-repeat 0 100%;
}
.team .title { border-bottom-color: #ccc; }
.team .title span { background: url(../img/team.jpg) repeat 0 0; }
.team .slides_container { width: 1100px; }
.team .btn-arrow {
    top: 113px;
	background-position-y: -36px;
}
.team .slides-item li {
	position: relative;
	float: left;
	width: 275px;
	color: #fff;
	text-align: center;
}
.team .slides-item .imgbox {
	display: inline-block;
	width: 233px;
	height: 233px;
	padding: 16px;
	background: url(../img/team-li.png) no-repeat 0 0;
}
.team .slides-item .imgbox img {
	max-width: 100%;
	max-height: 100%;
}
.team .slides-item li h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
}
.team .slides-item li h4 em {
	display: block;
	font-size: 18px;
}
.team .slides-item li p { display: none; }
.team .slides-item li:hover p {
	position: absolute;
	top: 16px;
	left: 21px;
	display: block;
	width: 173px;
	height: 136px;
	padding: 67px 30px 30px;
	font-size: 12px;
	line-height: 30px;
	background: url(../img/team-li-hover.png) no-repeat 0 0;
}
.icon-qmark {
	position: relative;
	background-position: -100px -20px;
}
.icon-qmark.left { top: -15px; }
.icon-qmark.right { bottom: -10px; }

/* about us */
.banner.aboutus { background-image: url(../img/banner-aboutus.jpg); }
.intro .fm1200 {
	padding-top: 15px;
	padding-bottom: 80px;
	text-align: center;
}
.intro-img {
	display: inline-block;
	width: 827px;
	height: 158px;
	margin-bottom: 28px;
	background: url(../img/intro-img.jpg) no-repeat 0 0;
}
.intro .fm1200 p {
	width: 750px;
	margin: 0 auto;
	line-height: 30px;
}
.intro .fm1200 .btn {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 32px;
}

.development { background: url(../img/development.jpg) no-repeat 0 0; }
.development .title2 { padding-bottom: 13px; }
.development .btn-arrow {
	top: 139px;
	background-position-y: -72px;
}
.development .slides-item {
	margin-top: 155px;
	border-top: 1px solid #d6d6d6;
}
.development .slides-item li {
	float: left;
	width: 200px;
	height: 150px;
	padding: 0 25px;
	margin: 0 -5px;
	text-align: center;
	border-bottom: 5px solid transparent;
}
.development .slides-item li em {
	position: relative;
	display: inline-block;
	height: 33px;
	border-left: 1px solid #d6d6d6;
}
.development .slides-item li em .icon-dot {
	position: absolute;
	top: -5px;
	left: -8px;
	background-position: -120px -20px;
}
.development .slides-item li span {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.development .slides-item li p {
	padding: 10px 0;
	line-height: 24px;
}
.development .slides-item li.up {
	position: relative;
	top: -156px;
	border-top: 5px solid transparent;
	border-bottom: 0;
}
.development .slides-item li.up span { padding-bottom: 3px; }
.development .slides-item li.up em .icon-dot { top: 30px; }
.development .slides-item li.up p { padding-top: 25px; }
.development .slides-item li:hover {
	background-color: rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
	   -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
			box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
	border-color: #ee3d56;
}
.development .slides-item li:hover em .icon-dot {
	top: -6px;
	background-position-y: -40px;
}
.development .slides-item li.up:hover em .icon-dot { top: 29px; }

.honor .title { padding-top: 18px; }
.honor .slides_container { width: 1152px; }
.honor .btn-arrow {
	top: 171px;
	background-position-y: -72px;
}
.honor-list { padding-top: 28px; }
.honor-list li {
	float: left;
	width: 240px;
	height: 314px;
	margin: 0 24px;
	background-color: #eee;
}
.honor-list li a {
	display: block;
	height: 275px;
	text-align: center;
}
.honor-list li em {
	display: block;
	padding: 0 16px;
	line-height: 40px;
	color: #fff;
	background-color: #9c9c9c;
}
.honor .btn-more {
	margin-top: 13px;
	margin-bottom: 80px;
}

.recruitment {
	min-height: 917px;
	background: #292b2d url(../img/recruitment.jpg) no-repeat 50% 0;
}
.recruitment p.tc {
	line-height: 30px;
	color: #c6c8c9;
}
.recruitment .tbhead {
	margin-top: 42px;
	line-height: 51px;
	color: #e0e0e0;
	background-color: rgba(0, 0, 0, .5);
}
.recruitment .tbhead span,
.recruitment .tbbody dt span {
	display: inline-block;
	float: left;
	width: 20%;
	text-align: center;
}
.recruitment .tbbody {
	padding: 10px 50px 30px;
	background: url(../img/tbbody.png) no-repeat 50% 100%;
}
.recruitment .tbbody dt {
	position: relative;
	margin-top: 20px;
	line-height: 68px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #929394;
}
.icon-fold { background-position: -120px 0; }
.recruitment .tbbody dt .icon-fold {
	position: absolute;
	top: 26px;
	right: 30px;
}
.recruitment .tbbody dd { display: none; }

.recruitment .tbbody dt.active,
.recruitment .tbbody dd.active {
	color: #666;
	background-color: rgba(255, 255, 255, .9);
}
.recruitment .tbbody dt.active {
	padding: 1px;
	border: 0;
	border-bottom: 1px solid #c5c5c5;
}
.recruitment .tbbody dt.active .icon-fold { background-position: -140px 0; }
.recruitment .tbbody dd.active {
	display: block;
	padding: 20px 20px 30px;
	line-height: 30px;
}
.recruitment .tbbody dd.active span {
	display: inline-block;
	float: left;
	width: 42%;
	padding-right: 4%;
	padding-left: 4%;
}

/* honor */
.banner.honor { background-image: url(../img/banner-honor.jpg); }
.title3 {
	margin-bottom: 47px;
	border-bottom: 1px solid #eaeaea;
}
.title3 em {
	display: inline-block;
	padding-top: 4px;
	margin-bottom: -1px;
	font-size: 26px;
	line-height: 92px;
	color: #333;
	border-bottom: 5px solid #015c97;
}
.title3 span {
	float: right;
	padding-top: 47px;
	font-size: 12px;
}
.title3 .icon-position {
	height: 18px;
	margin: -1px 8px 1px 0;
	background-position: -80px -20px;
}
.tab-cont .honor-list {
	padding-top: 18px;
	margin: 0 -50px;
}
.tab-cont .honor-list li { margin: 0 40px 50px; }
.tab-cont .honor-list li em {
	text-align: center;
	background-color: #666;
}
.page {
	padding-bottom: 80px;
	text-align: center;
}
.page,
.page a,
.page input {
	font-size: 15px;
	line-height: 40px;
	color: #555;
}
.page a {
	display: inline-block;
	min-width: 14px;
	padding: 0 13px;
	margin: 0 1px;
	border: 1px solid #e4e4e4;
}
.page a.active,
.page a:hover {
	color: #fff;
	background-color: #666;
}
.page a i {
	width: 5px;
	margin-top: -1px;
	margin-bottom: 1px;
}
.page .icon-prev {
	margin-right: 8px;
	background-position: -86px 0;
}
.page .icon-next {
	margin-left: 8px;
	background-position: -106px 0;
}
.page span { margin: 0 10px; }
.page input {
	width: 40px;
	height: 40px;
	margin: 0 10px;
	text-align: center;
	border: 1px solid #e4e4e4;
}
.page .btn-go { background-color: #e2e2e2; }

/* news */
.banner.news { background-image: url(../img/banner-news.jpg); }
.news-list2 { padding-top: 38px; }
.news-list2 a {
	position: relative;
	display: block;
	min-height: 180px;
	padding: 20px 20px 20px 460px;
	margin-bottom: 48px;
	line-height: 24px;
	background-color: #eee;
	border: 1px solid #eee;
}
 .news-list2 b {
	position: absolute;
	top: 20px;
	left: 20px;
}
 .news-list2 h4 {
	padding-top: 16px;
	padding-bottom: 14px;
	font-size: 18px;
	font-weight: normal;
 }
 .news-list2 p {
	padding-bottom: 10px;
	color: #999;
 }
 .news-list2 span { color: #bbb; }
 .news-list2 .btn-arrow2 {
	position: absolute;
	right: -1px;
	bottom: -29px;
	display: inline-block;
	width: 26px;
	height: 28px;
	text-align: center;
	border: 1px solid #eee;
	background-color: #eee;
 }
 .news-list2 .btn-arrow2 .icon-arrow { background-position: -60px 0; }
 .news-list2 a:hover,
 .news-list2 a:hover .btn-arrow2 {
	background-color: #fff;
	border-color: #666;
 }
 .news-list2 a:hover .btn-arrow2 {	border-top: 0; }

/* news-info */
.news-info h3 {
	padding-bottom: 22px;
	margin-bottom: 40px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.news-info h3 span {
	display: block;
	padding-bottom: 12px;
	font-size: 30px;
	color: #666;
}
.news-info h3 em {
	font-size: 14px;
	color: #999;
}
.news-info h3 em { margin-left: 20px; }
.news-info .cont p {
	font-size: 16px;
	line-height: 36px;
	color: #777;
}
.opebar {
	padding-top: 45px;
	padding-bottom: 70px;
}
.opebar a {
	display: inline-block;
	float: left;
	width: 366px;
	line-height: 46px;
	text-align: center;
	background-color: #eee;
}
.opebar a+a {
	border-left: 1px solid #fff;
}
.opebar .icon-list {
	width: 18px;
	margin-right: 10px;
	background-position: -138px -20px;
}

/* pop */
.shade {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}
.pop {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99;
	margin-top: -195px;
	margin-left: -390px;
	display: inline-block;
	width: 780px;
	background-color: #fff;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.pop .pop-title {
	position: relative;
	padding: 48px 65px 18px;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
}
.pop .icon-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../img/icon-close.png) no-repeat 0 0;
}
.pop .pop-cont { padding: 10px 65px 25px; }
.pop-cont .search li { padding-bottom: 20px; }
.pop-cont .search li .inp,
.pop-cont .search li .btn,
.pop-cont .search li .btn-code {
	height: 58px;
	font-size: 18px;
	line-height: 58px;
}
.pop-cont .search li .inp { width: 614px; }
.pop-cont .search li .btn {
	width: 100%;
	margin-top: 2px;
	font-size: 24px;
}
.pop-cont .search li .btn-code { padding: 0 30px; }
.succeed p {
	font-size: 22px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.qr-code {
	display: inline-block;
	padding: 12px;
	border: 1px solid #bbb;
}
.succeed .qr-code {
	margin-top: 25px;
	margin-bottom: 69px;
}
.cooperation .map-box {
	display: block;
	padding: 9px;
	border: 1px solid #bcbcbc;
}
.cooperation .map-box img {
	max-width: 100%;
	max-height: 100%;
}
.cooperation ul { padding: 23px 0 12px 5px; }
.cooperation li {
	padding-bottom: 20px;
	font-size: 16px;
	color: #666;
}
.cooperation li .foot-tel {
	position: relative;
	top: 7px;
}
.cooperation .contact {
	position: relative;
	padding-top: 40px;
}
.cooperation .contact span,
.cooperation .contact span i {
	width: 38px;
	height: 31px;
	background-image: url(../img/icon-contact.png);
	background-repeat: no-repeat;
}
.cooperation .contact span {
	padding: 22px 19px;
	margin-left: 20px;
	background-position: 0 0;
}
.cooperation .contact span .icon-weixin { background-position: -80px 0; }
.cooperation .contact span .icon-qq { background-position: -122px 0; }
.cooperation .contact span .drop {
    bottom: 95px;
	left: -10px;
}
.cooperation .contact span .drop .icon-arrow { bottom: -30px; }
