﻿@charset "UTF-8";
@font-face { font-style: normal; font-weight: normal; font-family: "SourceHanSansCN-Bold"; src: url("../fonts/SourceHanSansCN-Bold.eot"); src: url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Bold.svg") format("svg"); }
@font-face { font-style: normal; font-weight: normal; font-family: "SourceHanSansCN-Light"; src: url("../fonts/SourceHanSansCN-Light.eot"); src: url("../fonts/SourceHanSansCN-Light.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Light.svg") format("svg"); }
@font-face { font-style: normal; font-weight: normal; font-family: "SourceHanSansCN-Medium"; src: url("../fonts/SourceHanSansCN-Medium.eot"); src: url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Medium.svg") format("svg"); }
/* common grid system */
.sh-col-1 { float: left; width: 8.3333334%; box-sizing: border-box; }
.sh-col-2 { float: left; width: 16.666667%; box-sizing: border-box; }
.sh-col-3 { float: left; width: 25%; box-sizing: border-box; }
.sh-col-4 { float: left; width: 33.333334%; box-sizing: border-box; }
.sh-col-5 { float: left; width: 41.666667%; box-sizing: border-box; }
.sh-col-6 { float: left; width: 50%; box-sizing: border-box; }
.sh-col-7 { float: left; width: 58.333333%; box-sizing: border-box; }
.sh-col-8 { float: left; width: 66.666667%; box-sizing: border-box; }
.sh-col-9 { float: left; width: 75%; box-sizing: border-box; }
.sh-col-12 { float: left; width: 100%; box-sizing: border-box; }
.sh-row:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
/* window body styles */
body { 
	font-size: 16px; 
	font-family: Arial, "Microsoft Yahei", sans-serif;
	min-width: 1024px;
  /*max-width:1440px; */
	background-color: #085d83; 
}
@media screen and (max-width: 1920px) {
	body { font-size: 14px; }
}
.container { width: 1230px; margin: 0 auto; padding: 0 15px; position: relative; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* common ibtn */
.ibtn { 
  display: inline-block; 
  vertical-align: top; 
  width: 180px; 
  height: 56px; 
  border: none; 
  outline: none; 
  max-width: 180px; 
  color: #ffffff; 
  font-size: 16px; 
  text-align: center; 
  line-height: 56px; 
  background-color: #ff4229; 
  text-transform: uppercase; 
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}
@media screen and (max-width: 1921px) {
	.ibtn { width: 144px; height: 48px; line-height: 48px; }
}
.ibtn:hover { color: #ffffff; background: #eb1b00; }


/* common title */
.title-wrap { text-align: center; }
.title-main { color: #333333; font-size: 32px; line-height: 1.82; }
.title-tips { color: #333333; font-size: 16px; line-height: 1.88; }
.title-white .title-main { color: #ffffff; }
.title-white .title-tips { color: #ffffff; }
.title-en { color: #333333; font-size: 36px; text-align: center; font-family: Arial; line-height: 40px; text-transform: uppercase; }
.title-cn { color: #333333; font-size: 24px; text-align: center; line-height: 28px; margin-top: 30px; font-family: "SourceHanSansCN-Light"; }
.title-sub { color: #666666; font-size: 24px; text-align: center; line-height: 2; font-family: "SourceHanSansCN-Light"; }
.title-big { color: #333333; font-size: 36px; text-align: center; line-height: 1.34; font-family: "SourceHanSansCN-Light"; }
.title-left { text-align: left; }
.title-twin { text-align: center; }
.title-twin_en { color: #333333; font-size: 36px; font-family: Arial; line-height: 40px; font-family: Arial; text-transform: uppercase; }
.title-twin_cn { color: #333333; font-size: 24px; line-height: 28px; margin-top: 30px; font-family: "SourceHanSansCN-Light"; }
.title-twin_ln { display: block; width: 50px; height: 3px; margin: 36px auto 0; background-color: #ff4229; }
.title-white .title-twin_en { color: #fff; }
.title-white .title-twin_cn { color: #fff; }
.title-white { color: #ffffff !important; }

/* commot split line */
.split-line { display: block; width: 50px; height: 2px; margin: 30px auto 0; background-color: #ff4229; }
.split_left { margin-left: 0; margin-right: 0; }
.split-white { background-color: #ff4229; }
.brief-mask { color: #ffffff; font-size: 14px; text-align: center; line-height: 1.86; }
.tabcon-item { display: block; }
.tabcon-item + .tabcon-item { display: none; }
.card { display: block; width: 380px; margin-right: 30px; position: relative; overflow: hidden; }
.card-imge { display: block; position: relative; padding-bottom: 57.8947369%; background-color: #4680b0; overflow: hidden; }
.card-imge img { position: absolute; top: 0; left: 0; width: 100%; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.card-line:before { content: ""; display: block; width: 40px; height: 2px; margin-bottom: 20px; background-color: #2c99e3; }
.card-text { padding: 30px; background-color: #4680b0; }
.card-text_title { color: #fff;font-size: 18px; line-height: 2; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.card-text_brief { color: #fff; font-size: 14px; line-height: 20px; text-align: justify; margin-top: 8px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; overflow: hidden; }
.card-text_time { color: #fff; font-size: 14px; line-height: 18px; margin-top: 44px; margin-bottom: 14px; }
.card-hover { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 30px 20px; -webkit-transform: translateY(179px); -ms-transform: translateY(179px); -o-transform: translateY(179px); transform: translateY(179px); -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.card-hover:after { content: ""; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.card-hover_title { color: #ffffff; font-size: 20px; line-height: 1; margin: 0 -20px; padding: 0 20px; padding-bottom: 28px; border-bottom: 2px solid #2c99e3; -webkit-transition: 0.4s 0.4s ease-in-out; -o-transition: 0.4s 0.4s ease-in-out; transition: 0.4s 0.4s ease-in-out; position: relative; z-index: 2; }
.card-hover_brief { height: 60px; color: #ffffff; font-size: 14px; text-align: justify; -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; overflow: hidden; line-height: 20px; -webkit-transition: 0.4s 0.4s ease-in-out; -o-transition: 0.4s 0.4s ease-in-out; transition: 0.4s 0.4s ease-in-out; visibility: hidden; opacity: 0; -webkit-transform: translate(0, 30px); -moz-transform: translate(0, 30px); -ms-transform: translate(0, 30px); transform: translate(0, 30px); position: relative; z-index: 2; }
.card-hover_adorn { display: block; width: 20px; height: 20px; padding: 11px; margin-top: 45px; border-radius: 50%; font-size: 20px; line-height: 1; color: #fff; text-align: center; border: 1px solid #ffffff; position: relative; z-index: 3; }
.card:hover .card-hover { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.card:hover .card-hover:after { background-color: #2c99e3; opacity: 1; }
.card:hover .card-hover_title { padding-bottom: 17px; border: none; }
.card:hover .card-hover_brief { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

/* common plugin ifocus */
.ifocus { 
	width: 100%; 
	height: 860px; 
	overflow: hidden; 
	position: relative; 
	*zoom: 1; 
}
.ifocus_list { 
	width: 9000px; 
}
.ifocus_item { 
	float: middle; 
}
.ifocus-fade { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.ifocus-fade .ifocus-item { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ifocus-fade .ifocus-item:first-child { display: block; }
.ifocus-slide { position: absolute; z-index: 1; top: 0; left: 0; width: 300%; height: 100%; overflow: hidden; *zoom: 1; }
.ifocus-slide .ifocus-item { float: left; width: 33.333333%; position: relative; }
.ifocus-item { height: 100%; overflow: hidden; }
.ifocus-item > a { display: block; width: 100%; height: 100%; overflow: hidden; }
.ifocus-item img { width: 100%; border: none; display: inline-block; vertical-align: middle; }
.ifocus-prev { position: absolute; z-index: 8; top: 50%; left: 5%; width: 40px; height: 40px; color: #fff; line-height: 1; cursor: pointer; margin-top: -20px; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; opacity: 0.5; }
.ifocus-prev .ifont { font-size: 40px; }
.ifocus-prev:hover { opacity: 1; }
.ifocus-next { position: absolute; z-index: 8; top: 50%; right: 5%; width: 40px; height: 40px; color: #fff; line-height: 1; cursor: pointer; margin-top: -20px; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; opacity: 0.5; }
.ifocus-next .ifont { font-size: 40px; }
.ifocus-next:hover { opacity: 1; }
.ifocus-spot { position: absolute; z-index: 2; left: 0; width: 100%; bottom: 20px; height: 16px; text-align: center; }
.ifocus-spot span { width: 30px; height: 3px; margin: 0 8px; cursor: pointer; background-color: #fff; opacity: 0.3; display: inline-block; vertical-align: top; -webkit-transition: 0.1s ease-in-out; -moz-transition: 0.1s ease-in-out; transition: 0.1s ease-in-out; }
.ifocus-spot span.active { opacity: 1; }
.ifocus-spot-nums { height: 22px; }
.ifocus-spot-nums span { width: 20px; height: 20px; color: #666; font-size: 12px; line-height: 20px; text-align: center; }
.ifocus-spot-nums span.active { color: #fff; }


/* common plugin tumble */
.tumble { position: relative; padding-bottom: 60px; margin-bottom: 0px; }
.tumble-view { width: 100%; position: relative; overflow: hidden; }
.tumble-list { width: 6000px; overflow: hidden; }
.tumble-cell { float: left; width: 256px; margin-right: 20px; }
.tumble-item { float: left; width: 380px; height: 100%; margin-right: 30px; }
.tumble-card { display: block; cursor: pointer; }
.tumble-imge { display: block; padding-bottom: 125%; position: relative; overflow: hidden; }
.tumble-imge img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.tumble-prev { position: absolute; top: 50%; left: 10px; width: 40px; height: 40px; cursor: pointer; margin-top: -20px; border-radius: 3px; background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTcyNDIzMDE2MTIxIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI3NjAiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTc1My4yNjkwMTIxNCA2Ny4xNzA3MTAxNmEyOC4wMTc1MDc1NyAyOC4wMTc1MDc1NyAwIDAgMC0wLjQ1OTMwMzE1LTM4LjkwNTY0MTQgMjUuOTkxMTcyMDcgMjUuOTkxMTcyMDcgMCAwIDAtMzcuNTgxODExMDggMC40NTkzMDE4OUwyNjIuMDg1Mjg5NjcgNTA3LjgzMDI5MDExbDQ1My4xNDMwNzMwMyA0NzkuMDgwMTY3MjhjMTAuMTg1NzE3MjggMTAuODA3MTE4NDEgMjYuOTYzODEzMTEgMTEuMDc3MzA0OSAzNy41ODE4MTEwOCAwLjQzMjI4NDQ5IDEwLjUzNjk0NDU0LTEwLjUzNjk0NDU0IDEwLjgwNzExODQxLTI3Ljg4MjM3NjMxIDAuNDg2MzIwNTMtMzguOTA1NjQxMzVMMzM4LjQ5MTY4ODcyIDUwNy44MzAyOTAxMSA3NTMuMjk1NjA3NzggNjcuMTcwNzEwMTZaIiBwLWlkPSIyNzYxIj48L3BhdGg+PC9zdmc+) no-repeat center/50%; }
.tumble-next { position: absolute; top: 50%; right: 10px; width: 40px; height: 40px; cursor: pointer; margin-top: -20px; background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTcyNDIzMDc5MjUyIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI5MzEiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTI2OS4yMzUyMzc5OSA5NTQuMzA0NDY2NDhhMjguMTkxMjAyNDIgMjguMTkxMjAyNDIgMCAwIDAgMC40NjIxNTA1OSAzOS4xNDY4MzczMyAyNi4xNTIzMDQ2NCAyNi4xNTIzMDQ2NCAwIDAgMCAzNy44MTQ3OTk5Mi0wLjQ2MjE0OTI5TDc2My40NjQwNTkzMiA1MTAuOTEzMDEyNjJsLTQ1NS45NTIzMzg0OC00ODIuMDUwMjMwMDNjLTEwLjI0ODg2Mzc0LTEwLjg3NDExNzIyLTI3LjEzMDk3NTU3LTExLjE0NTk3ODc2LTM3LjgxNDc5OTk0LTAuNDM0OTY0NDQtMTAuNjAyMjY4NDQgMTAuNjAyMjY4NDQtMTAuODc0MTE3MjIgMjguMDU1MjMzNDEtMC40ODkzMzU0NyAzOS4xNDY4MzczMkw2ODYuNTgzOTc3OTYgNTEwLjkxMzAxMjYyIDI2OS4yMDg0Nzc0NiA5NTQuMzA0NDY2NDhaIiBwLWlkPSIyOTMyIiBmaWxsPSIjMzMzMzMzIj48L3BhdGg+PC9zdmc+) no-repeat center/50%; }
.tumble-dots { position: absolute; z-index: 2; left: 0; width: 100%; bottom: 20px; text-align: center; }
.tumble-spot { display: inline-block; width: 10px; height: 10px; color: #333; cursor: pointer; font-size: 12px; margin-left: 8px; text-align: center; border-radius: 50%; background-color: #dbdbdb; }
.tumble-spot-active { color: #fff; background-color: #2c99e3; }
.tumble-cell .tumble-item { width: 100%; margin-top: 20px; margin-right: 0; }
.tumble-cell .tumble-item:first-child { margin-top: 0; }

foot { background-color: #085d83; }
.foot-ways { float: left; width: 370px; color: #b2b0b0; padding: 0 50px; font-size: 14px; line-height: 24px; margin-top: -5px; }
.foot-ways p { color: #b2b0b0; font-size: 14px; line-height: 24px; }
.foot-ways a { color: #b2b0b0; }
.foot-ways a:hover { color: #2c99e3; }
.foot-code { float: right; }
.foot-code p { float: left; width: 110px; height: 110px; line-height: 1; margin-left: 30px; }
.foot-code img { display: block; width: 100%; }
.foot-code span { display: block; color: #b2b0b0; line-height: 2; text-align: center; font-size: 13px; margin-top: 5px; }
.foot .container { padding: 60px 0; }
.foot .fp-tableCell { padding-top: 0; }
/* home slide ani */
.ifocus-text {
	 position: absolute; 
	 z-index: 5; 
	 top: 50%; 
	 left: 50%; 
	 height: 254px; 
	 width: 1100px; 
	 padding: 0 50px; 
	 margin-top: -127px; 
	 margin-left: -600px; 
	 text-align: center; 
}
.ifocus-name { 
	visibility: hidden; 
	color: #ffffff; 
	font-size: 56px; 
	line-height: 1; 
	font-family: "SourceHanSansCN-Medium";
}
.ifocus-desc { 
	visibility: hidden; 
	color: #ffffff; 
	font-size: 30px; 
	line-height: 1.2; 
	font-family: "SourceHanSansCN-Light"; 
	opacity: 0.95; 
	margin-top: 27px; 
}
.ifocus-info { 
	visibility: hidden; 
	max-width: 688px; 
	margin: 0 auto; 
	opacity: 0.8; 
	color: #ffffff; 
	font-size: 18px; 
	line-height: 1.6; 
	text-transform: uppercase; 
}
.ifocus-line { 
	visibility: hidden; 
	height: 1px; 
	margin: 48px 0 32px; 
	background: 
	url(data:image/png;) no-repeat center; 
	position: relative; 
	z-index: 1; 
}
.ifocus-line:after {
	content: ""; 
	position: absolute; 
	z-index: 2; 
	left: 20%; 
	bottom: -1px; 
	width: 60%;
	height: 2px;
	margin-left: 0px; 
	background-color: #fff; 
}
.ifocus-item.active .ifocus-name {
	visibility: visible; 
	animation: fadeInDown 0.8s 0.3s ease-in-out both; 
}
.ifocus-item.active .ifocus-desc { 
	visibility: visible; 
	animation: fadeInDown 0.8s 0.2s ease-in-out both; 
}
.ifocus-item.active .ifocus-info { 
	visibility: visible; 
	animation: fadeInUp 0.8s 0.5s ease-in-out both;
}
.ifocus-item.active .ifocus-line { 
	visibility: visible; 
	animation: zoomIn 0.8s ease-in-out both; 
}

.section2 { background: url(../img/bg2.jpg) no-repeat center/cover; }
.section2 .fp-tableCell { padding-top: 80px; box-sizing: border-box; }
.section3 { background: url(../img/bg_index3.jpg) no-repeat center/cover; }
.section3 .fp-tableCell { padding-top: 80px; box-sizing: border-box; }
.section4 { background: url(../img/bg_index4.jpg) no-repeat center/cover; }
.section4 .fp-tableCell { padding-top: 80px; box-sizing: border-box; }
	
/*.section.active .card { animation: zoomIn 0.8s 0.1s ease-in-out both; }
.section.active .title-main { animation: fadeInLeft 1s 0.1s ease-in-out both; }
.section.active .title-tips { animation: fadeInRight 1s 0.1s ease-in-out both; }
.section.active .tumble-item { animation: zoomIn 0.8s 0.1s ease-in-out both; }
.section.active .home-partner_list { animation: fadeInUp 0.8s 0.1s ease-in-out both; }
.section.active .home-partner_item { animation: zoomIn 0.8s 0.1s ease-in-out both; }
.section.active .foot-logo { animation: fadeInUp 0.8s 0.1s ease-in-out both; }
.section.active .foot-ways { animation: fadeInUp 0.8s 0.3s ease-in-out both; }
.section.active .foot-code { animation: fadeInUp 0.8s 0.5s ease-in-out both; }*/

/* page common ibanner  */
.ibanner { 
	height: 80px; 
	background-repeat: no-repeat;
	background-position: center top; 
}
.ibanner-name { width: 100%; line-height: 1.5; text-align: center; display: inline-block; vertical-align: middle; }
.ibanner-name_cn { color: #ffffff; font-size: 48px; line-height: 64px; position: relative; }
.ibanner-name_ln { height: 1px; margin: 22px 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAycAAAABCAYAAADEtNEfAAAAxElEQVRIibWTQRLDMAgDyf//XHrqTMYjxGK7uVVayeAmT2Y+oZ+f/vYVq7jOW/XOf+uOpbzayekuu8s55jRDev7Fu3l2fXIf3W6k+2Sv7uxq7hs8vYvKq84g9xZwtopzeqV137zqXDWlT7oc7zq7jglD5qAdtPvmk5tdKkc1xVdcxyTgiOf0ScZpao5Vq5hJluYcR3475iM8egbdZfV2+yqP9lFW8d1cp/50L8fT/+T2u7SboV1hGJclGuUrduJPPd8REV9897QAXQMvhwAAAABJRU5ErkJggg==) no-repeat center; position: relative; z-index: 1; }
.ibanner-name_ln:after { content: ""; position: absolute; z-index: 2; left: 50%; bottom: -1px; width: 80px; height: 3px; margin-left: -40px; background-color: #fff; }
.ibanner-name_en { color: #ffffff; font-size: 15px; line-height: 2; text-transform: uppercase; }
.ibanner .container { height: 100%; line-height: 500px; }
/* page common breadcrumbs  */
/*
.breadcrumbs { 
	width: 100%; 
	height: 32px; 
	padding-top: 90px; 
	padding-bottom: 10px;
	line-height: 32px; 
	background-color: #f7f7f7; 
	background-repeat: no-repeat;
}
.breadcrumbs .container {
     height: 100%; 
     overflow: visible; }
 */
.breadcrumbs { 
	width: 100%; 
	height: 32px; 
	padding-top: 16px; 
	padding-bottom: 16px;
	line-height: 32px; 
	background-color: #f7f7f7; 
	background-repeat: no-repeat;
}

.breadcrumbs .container {
     height: 100%; 
     overflow: visible; }

.breadcrumbs-name { 
    float: left;
    width: 100px; 
    height: 100px; 
    text-align: center;
    margin-top: -44px; 
    background-color: #2c99e3; 
}
.breadcrumbs-name span { 
    display: block; 
    color: #ffffff; 
    font-size: 18px; 
    line-height: 24px; 
    margin-top: 4px; 
}
.breadcrumbs-name strong { 
    display: block; 
    color: #fff; 
    opacity: 0.3; 
    font-size: 18px; 
    line-height: 17px; 
    font-family: Arial; 
    text-transform: uppercase;
    margin-top: 27px; 
}
.breadcrumbs-name strong:after, .breadcrumbs-name strong:before { 
    content: ""; 
    width: 20px; 
    height: 1px; 
    margin: 0 4px; 
    background-color: #fff; 
    display: inline-block; 
    vertical-align: middle; 
}
.breadcrumbs-list { 
	float: left; 
	height: 100%; 
}
.breadcrumbs-list li { 
	float: left; 
	height: 100%; 
	color: #666666; 
	font-size: 16px; 
	max-width: 200px; 
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden; 
}
.breadcrumbs-list li a { 
	color: #666666; 
	height: 100%; 
	display: inline-block; 
	vertical-align: top; 
}
.breadcrumbs-list li .ifont { 
	float: left; 
	color: #888; 
	font-size: 20px; 
	margin-right: 8px; 
}
.breadcrumbs-list li a:hover { 
	color: #2c99e3; 
}
.breadcrumbs-list li + li:before {
	 float: left; 
	 content: ">"; 
	 color: #999999; 
	 height: 100%; 
	 margin: 0 8px; 
	 font-size: 14px; 
	 line-height: 34px;
	 font-weight: bold; 
	 font-family: Simsun; 
}

/* page common pagination  */
.pagination { height: 50px; margin-top: 60px; border: 1px solid #d0d0d0; position: relative; }
.pagination:after { content: ""; display: block; clear: both; height: 0; }
.pagination li { float: left; width: 52px; height: 52px; margin: -1px; min-width: 40px; text-align: center; display: inline-block; vertical-align: top; }
.pagination li a { display: block; line-height: 30px; color: #666666; font-size: 15px; padding: 10px 12px; border: 1px solid #d0d0d0; background-color: #ffffff; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.pagination li span { display: block; line-height: 30px; color: #666666; font-size: 15px; padding: 10px 12px; border: 1px solid #d0d0d0; background-color: #ffffff; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.pagination li:hover a, .pagination li.active a { color: #fff; border-color: #2c99e3; background-color: #2c99e3; }
.pagination li.active span { color: #fff; border-color: #2c99e3; background-color: #2c99e3; }
.pagination li.disabled span { color: #d0d0d0; border-color: #d0d0d0; background-color: transparent; }
.pagination-gray li a { border-color: #f4f4f4; background-color: #f4f4f4; }
.pagination-gray li:hover a { color: #fff; border-color: #2c99e3; background-color: #2c99e3; }
.pagination-gray li.active span { color: #fff; border-color: #2c99e3; background-color: #2c99e3; }
.pagination-gray li.disabled span { border-color: #f4f4f4; background-color: #f4f4f4; }
.pagination li:first-child { position: absolute; top: 0; right: 51px; }
.pagination li:first-child a, .pagination li:first-child span { font-size: 0; position: relative; }
.pagination li:first-child a:before, .pagination li:first-child span:before { content: "\e604"; position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 50px; font-size: 16px; font-family: "ifont"; }
.pagination li:last-child { position: absolute; top: 0; right: 0; }
.pagination li:last-child a, .pagination li:last-child span { font-size: 0; position: relative; }
.pagination li:last-child a:before, .pagination li:last-child span:before { content: "\e605"; position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 50px; font-size: 16px; font-family: "ifont"; }

/* page inner about  */
.about { 
	width: 100%; 
	padding-top: 60px; 
	padding-bottom: 60px; 
	background-color: #ecf6ff; 
	background-repeat: no-repeat;
    min-height:630px;
}

.about .container {
	width:85%; 
    height: 100%;
    padding: 0px 16px;
    overflow: visible;
}

.about-name {
    color: #333333; 
    font-size: 24px; 
    line-height: 5; 
    font-weight: lighter; 
    overflow: hidden; 
    padding-left: 16px;
}
.about-name:after { 
    content: ""; 
    display: block; 
    width: 120px;
    height: 1px; 
    margin-top: -20px;
    margin-bottom: 30px; 
    background-color: #2c99e3; 
}
.about-text p {
   width:100%;
   color: #333333;
   font-size: 15px;
   line-height: 26px; 
   padding-left: 16px;
}
.about-idol { height: 540px; position: relative; padding-left: 50px; padding-right: 16px; padding-top: 48px;}
.about-imge { 
    display: block;
    height: 100%;
    line-height: 0; 
    overflow: hidden;
}
.about-imge img { width: 100%; }
.about-logo { display: block; text-align: center; padding: 24px 30px; background-color: #333333; }
.about-logo img { max-width: 100%; display: inline-block; vertical-align: middle; }


/* page inner hire */
.hire-idea { 
    padding-left:16px;
    padding-right:16px;
	padding-top:20px; 
	padding-bottom:48px; 
    min-height:680px;
	background-color: #ecf6ff; 
	background-repeat: no-repeat;
}
.hire-idea .container {
    width:85%;
    height: 100%;
    padding: 0px 16px;
    overflow: visible;
}
.hire-idea_imge { padding-left: 70px; }
.hire-idea_imge a { display: block; line-height: 0; }
.hire-idea_text { padding-right: 60px; }
.hire-idea_title { 
	line-height: 2; 
	font-weight: lighter; 
	margin-top: 36px; 
}
.hire-idea_title .cn { 
	display: block; 
	color: #333333; 
	font-size: 24px; 
}
.hire-idea_title .en { 
	display: block; 
	color: #666; 
	font-size: 24px; 
	letter-spacing: -0.5px; 
	text-transform: uppercase; 
	font-family: "Microsoft YaHei"; 
	margin-top: 6px; 
	}
.hire-idea_title:after { display: block; content: ""; width: 120px; height: 1px; margin-top: 16px; background-color: #2c99e3; }
.hire-idea_brief { line-height: 2; margin-top: 32px; }
.hire-idea_brief p { color: #333333; font-size: 15px; }
.hire-post { padding: 67px 16px 80px; }
.hire-post_list { margin-top: 43px; }
.hire-post_item { margin-top: 10px; background-color: #fff; }
.hire-post_item:first-child { margin-top: 0; }
.hire-post_item dt { padding: 40px 50px; position: relative; }
.hire-post_item dt h3 { color: #333333; font-size: 20px; line-height: 38px; }
.hire-post_item dt p { color: #666; font-size: 15px; line-height: 32px; }
.hire-post_item dt button { position: absolute; top: 50%; right: 50px; border: none; outline: none; color: #868686; padding: 10px; line-height: 1; margin-top: -22px; margin-right: -10px; background-color: transparent; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.hire-post_item dt button.active { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.hire-post_item dt .ifont { font-size: 24px; }
.hire-post_item dd { display: none; margin: 0 50px; padding-top: 40px; padding-bottom: 45px; border-top: 1px solid #d0d0d0; }
.hire-post_item dd h3 { color: #333333; font-size: 15px; line-height: 30px; font-weight: bold; }
.hire-post_item dd p { color: #666; font-size: 15px; line-height: 30px; }
.hire-post_item dd strong { color: #333333; }
.contact { margin-top: 80px; margin-bottom: 80px; position: relative; }
.contact-text { position: absolute; z-index: 2; top: 50px; right: 50px; bottom: 50px; width: 400px; background-color: rgba(44, 153, 227, 0.9); }
.contact-titl { color: #ffffff; font-size: 32px; padding: 40px 50px 0; line-height: 52px; }
.contact-ways { line-height: 2; margin-top: 32px; padding: 0 50px; }
.contact-ways p { color: #ffffff; font-size: 15px; }
.contact-code { padding: 0 50px; margin-top: 21px; }
.contact-code:after { content: ""; display: block; clear: both; height: 0; }
.contact-code_item { float: left; margin-left: 30px; background-color: #fff; }
.contact-code_item span { display: block; color: #666; font-size: 14px; line-height: 30px; text-align: center; }
.contact-code_item:first-child { margin-left: 0; }
.contact-mapd { height: 585px; border: 1px solid #d0d0d0; }
.contact-mapd span { display: block; width: 100%; height: 100%; }
.contact-form { padding: 67px 16px 80px; background: #0d579f url(../images/bg_contact.jpg) no-repeat center top; }


/* 动画 */
.tumble-item:hover .card-imge img { -webkit-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); }
.tumble-item:hover .card-text_title { color: #2c99e3; text-decoration: none; }

/*# sourceMappingURL=style.css.map */
#fp-nav { position: fixed; z-index: 100; margin-top: -80px; top: 50%; left: 30px; height: 430px; opacity: 1; }
#fp-nav ul { padding: 20px 0; position: relative; }
#fp-nav ul:before { content: ""; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; }
#fp-nav li { height: 25px; cursor: pointer; line-height: 25px; padding: 10px 0; padding-left: 18px; position: relative; }
#fp-nav li a { position: absolute; z-index: 2; top: 50%; left: -6px; width: 9px; height: 9px; margin-top: -6px; border-radius: 50%; border: 2px solid transparent; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
#fp-nav li span { position: absolute; z-index: 2; top: 50%; left: 2px; width: 5px; height: 5px; margin-top: -3px; border-radius: 50%; background-color: #999; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
#fp-nav .fp-tooltip { visibility: hidden; opacity: 0; color: #999999; font-size: 14px; text-align: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
#fp-nav li:hover a { border-color: #fff; }
#fp-nav li:hover span { background-color: #fff; }
#fp-nav li:hover .fp-tooltip { color: #fff; visibility: visible; opacity: 1; }
#fp-nav li a.active { border-color: #fff; }
#fp-nav li a.active span { background-color: #fff; }
#fp-nav li a.active ~ .fp-tooltip { color: #fff; visibility: visible; opacity: 1; }

/*案例列表左侧导航*/
.case:after {content: "";display: block;width: 100%;height: 0;clear: both;}
.caseLeftNav {width: 220px;margin-top: 62px;float: left;}
.case .case-list {width: 930px;float: right;}
.case .card {width: 290px;}
.case .case-item {margin: 30px 10px 0;}
.caseLeftNavItem {width: 100%;margin-bottom: 10px;background-color: #f7f7f7;border-radius: 26px;}
.caseLeftNavItem > a {display: block;width: 100%;height: 52px;background-color: #f7f7f7;
    border-radius: 26px;text-align: center;font-size: 0;line-height: 52px;}
.caseLeftNavItem > a span {font-size: 18px;color: #333333;}
.caseLeftNavItem > a > div {position: relative;display: inline-block;margin-left: 20px;width: 24px;height: 24px;margin-top: 14px;vertical-align: top;}
.caseLeftNavItem > a > div img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.caseLeftNavItem > a > div img+img {display: none;}
.caseLeftNavItem.active > a {background-color: #2c99e3;}
.caseLeftNavItem.active > a span {color: #ffffff;}
.caseLeftNavItem.active > a > div img:first-child {display: none;}
.caseLeftNavItem.active > a > div img + img {display: block;}
.caseLeftNavItem > ul {height: 0;border-radius: 24px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;overflow: hidden;transition: all 0.3s;}
.caseLeftNavItem > ul li {height: 42px;text-align: center;line-height: 42px;}
.caseLeftNavItem > ul li a {font-size: 16px;color: #333333;}
.caseLeftNavItem > ul li.active a {color: #2c99e3;}
.caseLeftNavItem > ul li a:hover {color: #2c99e3;transition: all 0.15s;}
.caseLeftNavItem.active > ul {padding: 20px 0 15px;height: auto;}

.caseLeftNavItem.clickcur > a {background-color: #2c99e3;}
.caseLeftNavItem.clickcur > a span {color: #ffffff;}
.caseLeftNavItem.clickcur > a > div img:first-child {display: none;}
.caseLeftNavItem.clickcur > a > div img + img {display: block;}
.caseLeftNavItem.clickcur > ul {padding: 20px 0 15px;height: auto;}

.pban{width: 100%; overflow: hidden; margin-top: 0px;}
.pban img{display: block; max-width: 100%;}

/* page inner news */
.news { padding-bottom: 80px; }
.news-list { margin-top: 50px; }
.news-item { padding: 20px 30px; padding-left: 188px; position: relative; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-item:after { content: ""; display: block; clear: both; height: 0; }
.news-time { position: absolute; top: 30px; left: 20px; bottom: 30px; width: 58px; text-align: center; padding-right: 50px; border-right: 1px solid #d0d0d0; }
.news-time span { color: #666; display: block; line-height: 2; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-time span:first-child { font-size: 48px; line-height: 46px; font-weight: lighter; font-family: "Microsoft Yahei"; }
.news-thumb { float: right; width: 303px; margin-left: 75px; }
.news-thumb a { display: block; padding-bottom: 57.8947369%; position: relative; overflow: hidden; }
.news-thumb img { position: absolute; top: 0; left: 0; width: 100%; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-texts { overflow: hidden; }
.news-title { font-size: 20px; line-height: 2.5; margin-top: 4px; }
.news-title a { color: #333333; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-brief { height: 44px; color: #666; font-size: 14px; line-height: 22px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; overflow: hidden; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-links { color: #2c99e3; font-size: 14px; display: inline-block; vertical-align: top; margin-top: 46px; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-item:nth-child(2n) { background-color: #ecf6ff; }
.news-item:hover { background-color: #2c99e3; }
.news-item:hover .news-time span { color: #fff; }
.news-item:hover .news-title a { color: #fff; }
.news-item:hover .news-brief { color: #fff; }
.news-item:hover .news-links { color: #fff; }
.news-title:hover a { text-decoration: none; }
.news-thumb:hover img { transform: scale(1.05); }
.article { width: 1200px; padding: 50px; padding-bottom: 0; margin: 0 auto 60px; background-color: #ffffff; }
.article-title { color: #333333; font-size: 30px; text-align: center; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.article-infos { height: 20px; line-height: 20px; text-align: center; padding: 20px 0 15px; border-bottom: 1px solid #bdbbbb; }
.article-infos span { height: 100%; color: #999; font-size: 14px; margin-right: 24px; display: inline-block; vertical-align: top; }
.article-video { line-height: 0; margin-top: 30px; }
.article-video video { width: 100%; display: block; }
.article-video iframe { width: 100%; display: block; min-height: 675px; }
.article-texts { margin-top: 54px; text-indent: 2em; }
.article-texts p { color: #333333; font-size: 16px; line-height: 1.88; text-align: justify; }
.article-texts img { display: block; margin: 30px auto; max-width: 100%; }
.article-quick { padding: 45px 0; margin-top: 60px; border-top: 1px solid #bdbbbb; overflow: hidden; }
.article-quick a { display: block; color: #333333; font-size: 14px; max-width: 70%; line-height: 30px; box-sizing: border-box; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
.article-quick a:hover { color: #2c99e3; }
.article-quick a:first-child { float: right; width: 150px; height: 52px; color: #ffffff; line-height: 30px; text-align: center; padding: 11px 25px; border-radius: 26px; background-color: #2c99e3; }
.article-quick a:first-child:hover { background-color: #1b84cb; }