@charset "utf-8";
/*初始化*/
*{ padding:0; margin:0; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html, body{width: 100%;height: auto; min-height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body {font: 14px 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;color: #333;background: #fff;}
input,button{ -webkit-appearance:none; border-radius: 0; }
a,a:hover,a:focus { text-decoration: none;}
textarea{ resize: none; overflow: auto;}
input,button { border: 0; }
img { border: 0; vertical-align: top;}
li { list-style: none; }
@font-face {
    font-family:"DinMedium";
    src:url("DinMedium.ttf");
}
table {
	margin: 0 -4px;
	border-collapse: collapse;
}
table, td, th{
  	border:4px solid #fff;
}

/*公共样式*/
.clear { zoom: 1; }
.clear:after { content:''; display: block; clear: both; }
.fl { float: left; }
.fr { float: right; }
#content {
	padding-top: 100px;
}
#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	line-height: 100px;
	background: #0055c9;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
}
.header,.footer1-content,.footer2-content,#topBanner .titleBox,.product2{
	width: 100%;
	max-width: 1530px;
	padding: 0 50px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.choice,.product,.about,.case,.reason,.news,.partner,.partner2,.topMenu,.commonBox,.visualData,.honor,.environment,.history,.movie,.advantage,
.case2,.news2,.news4,.condition,.contact,.recruitment,.download {
	width: 100%;
	max-width: 1330px;
	padding: 0 50px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.program {
	width: 100%;
	max-width: 970px;
	padding: 0 50px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*公共按钮*/
.moreBtn {
	display: block;
	width: 158px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	text-align:center;
	border: 1px solid #fff;
	border-radius: 23px;
	color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.moreBtn span {
	height: 30px;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}

/*公共标题*/
.c-titleBox {
	text-align: center;
}
.c-titleBox .title {
	font-size: 25px;
	line-height: 25px;
	color: #0055c9;
}
.c-titleBox img {
	margin: 10px 0 30px;
}
.c-titleBox2 .title{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 2px solid #efefef;
}
.c-titleBox2 .title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom:-2px;
	width: 80px;
	height: 4px;
	background:#0055c9;
}
.c-titleBox3 .title {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.c-titleBox3 .title:after {
	content: "";
	display: block;
	margin:10px auto 60px;
	width: 38px;
	height: 4px;
	background:#345689;
}


/*logo*/
.logo a {
	float: left;
	display: block;
	text-align: left;
}
.logo a img {
	height: 80px;
	vertical-align: middle;
}

/*顶部电话*/
.topPhone{
	font-family: "DinMedium","Microsoft YaHei";
	font-size: 14px;
	color:#777777;
}
.topPhone img {
	vertical-align: middle;
}
.topPhone p {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}
.topPhone p span {
	font-size:25px;
	line-height: 30px;
	color: #345689;
}

/*pc导航*/
.nav {
	text-align: center;
}
.nav>li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.nav>li>a {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav>li.active>a {
	color:#0055c9;
	background: #fff;
}

 .nav>li ul li:hover a {
 	color: #0055c9;
 }
.nav li ul {
	visibility: hidden;
	opacity: 0;
	position:absolute;
	top: 150px;
	left: 50%;
	width: 100%;
	min-width: 150px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.16);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0s 0.2s;
    -moz-transition: all 0s 0.2s;
    -o-transition: all 0s 0.2s;
    transition: all 0s 0.2s;
}
.nav li ul li:first-child {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.nav li ul li:last-child {
	border-radius:  0 0 10px 10px;
	overflow: hidden;
}
.nav li ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index:0;
	top: -5px;
	left:50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    box-shadow: 0px 0px 5px rgba(0,0,0,.16);
}
.nav li ul li a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
	color: #000;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav li ul li:last-child a {
	border:0;
}
.nav .menuHover>a {
	color:#fff;
	background: #0055c9;
}
.nav .menuHover>ul {
	visibility: visible;
	top: 80px;
	opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*移动端导航*/
.mobileNav {
	position: fixed;
	z-index: 999;
	top: 60px;
	left: -260px;
	width: 260px;
	height: 100%;
	text-align: left;
	background: #fff;
	overflow: auto;
	text-align:left;
}
.navMask {
	display: none;
	position: fixed;
	left: 0;
	top:60px;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.mobileNav li a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	border-bottom: 1px solid #ececec;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobileNav li:first-child a {
	border-top: 1px solid #ececec;
}
.mobileNav li a i{
	position: absolute;
	display: block;
	top:50%;
	right: 20px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobileNav li a i:after,.mobileNav li a i:before{
	position: absolute;
	content:"";
	display: block;
	width: 10px;
	height: 2px;
	background: #333;
	top: 4px;
	left: 0;
}
.mobileNav li a i:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
} 
.mobileNav>li:hover>a,.mobileNav li ul li:hover a{
	color: #fff;
	border-color: #0055c9;
	background: #0055c9;
}
.mobileNav li:hover>a i:after,.mobileNav li:hover>a i:before {
	background: #fff;
}
.mobileNav li ul {
	display: none;
}
.mobileNav li ul li {
	margin: 0;
}
.mobileNav li ul li a {
	padding: 0 40px;
}
.mobileNav .open>a i {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*导航开关*/
.navBtn {
	display: none;
	cursor: pointer;
	line-height: 60px;
	margin-right: -15px;
}
.navBtn span { 
	display: inline-block;
	position: relative;
	margin: 0 15px;
	width: 25px;
	height: 2px;
	background-color: #fff;
	vertical-align: middle
}
.navBtn span:before, .navBtn span:after {
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	position: absolute;
	background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navBtn span:before {
	top: -8px;
}
.navBtn span:after {
	top: 8px;
}
.navBtn .open {
	background: rgba(0,0,0,0);
}
.navBtn .open:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navBtn .open:after { 
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.navBtn .open:before, .navBtn .open:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*底部*/
#footer1 {
	text-align: left;
	color: #fff;
	padding:40px 0 32px;
	background: #0055c9;
}
.footer1-content .juzhong {
	text-align:center;
}
.footer1-content .wrap {
	display: inline-block;
	text-align: left;
}
.footer1-content .topBox .title {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}
.footer1-content .bottomBox {
	position: relative;
}
.footer1-content .bottomBox:before {
	content: "";
	display: block;
	margin: 15px 0;
	width: 36px;
	height: 2px;
	background: -webkit-linear-gradient(left,#0072be,#229eda);
	background: -o-linear-gradient(right,#0072be,#229eda);
	background: -moz-linear-gradient(right,#0072be,#229eda);
	background: linear-gradient(to right,#0072be,#229eda);
}
.footer1-content .bottomBox p a {
	color: #fff;
}
.footer1-content .bottomBox li a,.footer1-content .bottomBox p{
	line-height: 30px;
}
.footer1-content .bottomBox li a {
	color: #fff;
	height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer1-content .bottomBox a:hover {
	text-decoration: underline;
}
.footer1-content .bottomBox li.clear {
	float: left;
	width: 50%;
}
.footer1-content .bottomBox img {
	display: block;
	margin-top: 22px;
	padding:10px;
	width: 100%;
	max-width: 160px;
	border: 1px solid #fff;
	border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer2 {
	padding:25px 0;
	background: #093284;
}
.footer2-content {
	text-align: center;
	line-height: 24px;
}
.footer2-content p,.footer2-content a {
	font-size: 14px;
	color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer2-content a:hover {
	text-decoration: underline;
}
.footer2-content .statistics {
	display: inline-block;
	width: 52px;
	height: 12px;
	background: url(../images/statistics.gif) no-repeat 0 0;
	vertical-align: middle;
}

/*移动端底部导航*/
#mobi-bar {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 998;
	width: 100%;
	background: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
#mobi-bar li {
	float: left;
	width: 25%;
}
#mobi-bar li.active a,#mobi-bar li:hover a {
	color: #394659;
}
#mobi-bar li.active a img:nth-child(2),#mobi-bar li:hover a img:nth-child(2) {
	display: block;
}
#mobi-bar li a {
	display: block;
	padding: 7px 0;
	width: 100%;
	margin:0 auto;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #b6b6b6;
}
#mobi-bar li a img {
	display: block;
	margin:0 auto;
	width: 25px;
	height: 25px;
}
#mobi-bar li a img:nth-child(2) {
	margin-top: -25px;
	display: none;
}

/*顶部banner*/
#topBanner {
	position: relative;
	text-align:center;
	color: #fff;
}
#topBanner img {
	width: 100%;
	min-height: 80px;
}
#topBanner .wrap {
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#topBanner .wrap .title {
	font-weight:bold;
	font-size:30px;
	line-height: 30px;
}
#topBanner .site {
	margin-top: 10px;
	line-height: 18px;
}
#topBanner .site a{
	color: #fff;
}
#topBanner .site a:hover{
	text-decoration: underline;
}


/*分类菜单*/
.menuBox,.menuBox2,.menuBox3 {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	z-index: 10;
}
.menuBox3 {
	display: block;
	padding: 20px 20px 40px;
	margin-bottom:0;
	background: #f8f8f8;
}
.menuBox .menu a,.menuBox2 .menu a {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	font-size: 16px;
	line-height: 28px;
	color: #313131;
	border-radius: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menuBox2 .menu a {
	padding: 0;
	border-radius: 0;
	margin-right: 30px;
	border-bottom: 2px solid transparent;
}
.menuBox3 .menu a {
	position: relative;
	display: block;
	padding: 15px 0;
	font-size: 16px;
	line-height: 20px;
	color: #838383;
	border-bottom: 2px solid #ededed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menuBox3 .menu a:after {
	content: ">";
	display: block;
	position: absolute;
	top:50%;
	right: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #a4a4a4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menuBox3 .menu a:hover,.menuBox3 .menu a.active {
	color: #0055c9;
}
.menuBox3 .menu a:hover:after,.menuBox3 .menu a.active:after {
	background: #0055c9;
}
.menuBox .menu a.active,.menuBox .menu a:hover {
	background: #0055c9;
	color: #fff;
}
.menuBox2 .menu a.active,.menuBox2 .menu a:hover{
	border-color: #0055c9;
}
.menuBox .option,.menuBox2 .option,.menuBox3 .option {
	position: relative;
	padding: 0 50px 0 15px;
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align:left;
	color:#626262;
	background: #f4f4f4;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.menuBox .option p,.menuBox2 .option p,.menuBox3 .option p {
	height: 50px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
}
.menuBox .option i,.menuBox2 .option i,.menuBox3 .option i {
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 20px;
	height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menuBox .option.open i,.menuBox2 .option.open i,.menuBox3 .option.open i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menuBox .option i:after,.menuBox .option i:before,.menuBox2 .option i:after,.menuBox2 .option i:before,
.menuBox3 .option i:after,.menuBox3 .option i:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 1px;
	width: 10px;
	height: 2px;
	background: #626262;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBox .option i:before,.menuBox2 .option i:before,.menuBox3 .option i:before {
	left: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*分页*/
.pageList {
	padding-top: 30px;
	text-align:center;
	line-height: 40px;
}
.pageList a {
	display: inline-block;
	margin: 5px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background: #ccc;
	vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pageList .prev,.pageList .next {
	font-size: 18px;
}
.pageList a.active,.pageList a:hover {
	color: #fff;
	background: #345689;
}


/*地图*/
.mapBox .container1 {
	width: 100%;
	height: 470px;
}
.mapBox .container1 #map {
	width: 100%;
	height: 100%;
}
.mapBox .container1 #map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: #345689;
}
.mapBox .container1 #map .map-content {
    font-size: 12px;
    color: #333;
    margin-top: 6px;
}
.mapBox .container1 #map .anchorBL{
    display:none;
}

/*背景图片*/
#bgImg,#bgImg2 {
	position: fixed;
	z-index: -1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#bgImg img,#bgImg2 img {
	position: absolute;
	top:50%;
	left:50%;
	height:100%;
	min-height: 100%;
	min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#bgImg img:last-child {
	display: none;
}

/*选择客户类型*/
#choice {
	padding: 60px 0;
	border-bottom: 1px solid #e5e5e5;
	background:#fff;
}
#choice .wrap {
	background: #f0f0f0;
	border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#choice .wrap .imgBox img {
	width: 100%;
}
#choice .wrap .textBox {
	position: relative;
}
#choice .wrap .textBox .textWrap {
	display: inline-block;
	position: absolute;
	top:50%;
	left:60px;
	color: #345689;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#choice .wrap .textBox .textWrap .title {
	font-size: 22px;
	line-height: 30px;
}
#choice .wrap .textBox .textWrap .subtitle {
	font-size: 20px;
	line-height: 28px;
}
#choice .wrap:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

#choice .moreBtn {
	width: 140px;
	height: 36px;
	line-height: 36px;
	margin-top: 20px;
	border-color: #345689;
	color: #345689;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#choice .moreBtn:hover {
	background: #345689;
	color: #fff;
}

/*产品*/
#product {
	padding: 60px 0;
	text-align: center;
	background:#fff;
}
.pList>li {
	margin-bottom: 30px;
	text-align: center;
}
.pList .wrap {
	display: block;
	position: relative;
	overflow: hidden;
}
.pList .wrap img {
	width: 100%;
}
.pList .wrap .title {
	position: absolute;
	z-index: 1;
	left:0;
	bottom: 0;
	padding: 0 15px;
	width: 100%;
	height: 56px;
	font-weight:normal;
	font-size: 16px;
	line-height: 56px;
	color: #fff;
	background: rgba(0,0,0,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pList .wrap .mask {
	position: absolute;
	left:0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pList .wrap .mask .moreBtn {
	position: absolute;
	left:50%;
	top: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pList .wrap:hover .mask {
	bottom: 0;
}
.pList .wrap:hover .title {
	bottom: 50%;
	background: transparent;
}
#product .container-fluid>.moreBtn {
	margin: 30px auto 0;
	border-color: #0055c9;
	background: #0055c9;
	color: #fff;
}
#product .container-fluid>.moreBtn:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
#product2 {
	padding: 60px 0 30px;
}
#product2 .pageList {
	padding-top: 60px
}
.side1,.side2 {
	padding: 0 15px;
	width: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main {
	padding: 0 15px;
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side1 .menuWrap {
	border-radius: 10px;
	overflow: hidden;
}
.side1 .menuWrap .titleBox {
	padding: 20px;
	background: #0055c9;
	font-size: 20px;
	line-height: 24px;
	color:#fff;
}
.returnList {
	display: block;
	margin: 20px 0;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: #0055c9;
}
.side2 .sideContact {
	margin-bottom: 30px;
	padding: 40px 0;
	border-radius: 10px;
	background: #f3f3f3 url(../images/bgPhone.png) no-repeat right top;
	background-size: 144px 144px;
}
.side2 .sideContact .textBox {
	margin: 0 auto;
	width: 220px;
}
.side2 .sideContact .textBox p {
	font-size: 16px;
	line-height: 20px;
	color: #acacac;
}
.side2 .sideContact .textBox h4 {
	font-family: "DinMedium","Microsoft YaHei";
	font-size: 32px;
	line-height: 44px;
	color: #0055c9;
}
.c-banner4 .slick-dots,.c-banner5 .slick-dots {
	bottom: -30px;
}
.c-banner5 {
	margin: 0 -15px 30px;
}
.c-banner5 a {
	display: block;
	margin: 0 15px;
}
.c-banner4 img,.c-banner5 img {
	width: 100%;
}
.c-banner4 .slick-prev,.c-banner5 .slick-prev {
    left: 50px;
}
.c-banner4 .slick-next,.c-banner5 .slick-next {
    right: 50px;
}
.c-banner4 .slick-prev, .c-banner4 .slick-next,.c-banner5 .slick-prev, .c-banner5 .slick-next {
    opacity: 0;
    z-index: 5;
    width: 54px;
    height: 46px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-banner5 .slick-prev, .c-banner5 .slick-next {
    width: 40px;
    height: 40px;
}
.c-banner4 .slick-prev:before, .c-banner4 .slick-next:before,.c-banner5 .slick-prev:before, .c-banner5 .slick-next:before {
    display: block;
    content: "";
    width: 54px;
    height: 46px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-banner5 .slick-prev:before, .c-banner5 .slick-next:before {
    width: 40px;
    height: 40px;	
}
.c-banner4 .slick-prev:before {
    background: url(../images/prev2.png) no-repeat 0 0;
}
.c-banner4 .slick-next:before {
    background: url(../images/next2.png) no-repeat 0 0;
}
.c-banner5 .slick-prev:before {
    background: url(../images/prev.png) no-repeat 0 0;
}
.c-banner5 .slick-next:before {
    background: url(../images/next.png) no-repeat 0 0;
}
.c-banner4:hover .slick-prev {
    left: 0px;
    opacity: 1;
}
.c-banner4:hover .slick-next {
    right: 0px;
    opacity: 1;
}
.c-banner5:hover .slick-prev {
    left: -50px;
    opacity: 1;
}
.c-banner5:hover .slick-next {
    right: -50px;
    opacity: 1;
}
.pInfo .titleBox .wrap {
	max-width: 430px;
}
.pInfo .titleBox .wrap .title{
	padding: 20px 0 10px;
	font-size: 20px;
	line-height: 24px;
	color: #2e2e2e;
	border-bottom: 2px solid #d1d1d1;
}
.pInfo .titleBox .wrap .summary {
	padding: 20px 0;
	line-height: 24px;
	color: #2e2e2e;
}
.pInfo .titleBox .wrap .btn{
	display: block;
	width: 160px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align:center;
	border-radius: 24px;
	color: #fff;
	background:#0055c9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pInfo .titleBox .wrap .btn:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.pInfo .titleBox .wrap .btn img {
	vertical-align: middle;
}
.pInfo .textBox {
	padding-top: 30px;
}
.pInfo .textBox .text {
	padding-bottom: 40px;
	line-height: 24px;
	color: #2e2e2e;
}
.pInfo .textBox .text img {
	max-width: 100%;
}
#tb1 table,#tb2 table {
	width: 100%;
}
#tb2 {
	overflow-x: auto;
}
#tb1 tr,#tb2 tr {
	line-height: 24px;
}
#tb1 tr:nth-child(even),#tb2 tr:nth-child(even){
	background: #fafafa;
}
#tb1 tr:nth-child(odd),#tb2 tr:nth-child(odd){
	background: #eff8ff;
}
#tb1 tr td {
	padding: 8px 20px;
	width: 50%;
}
#tb2 tr td,#tb2 tr th {
	padding: 8px 20px;
	width: 20%;
	min-width: 90px;
}
/*关于我们*/
#about {
	padding: 60px 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
}
#about .c-titleBox .title {
	color: #fff;
}
#about .textBox {
	margin: 0 auto;
	padding: 0 0 22px;
	max-width: 740px;
	line-height: 30px;
}
#about .c-box .img1 {
	cursor: pointer;
	border-radius: 50%;
}
.movieBox {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.movieBox .title {
	padding-top: 10px;
	font-weight:normal;
	font-size: 16px;
	line-height: 20px;
}
.movieBox .imgBox {
	position: relative;
}
.movieBox .img1 {
	width: 100%;
}
.movieBox .playMask {
	position: absolute;
	top:0;
	left:-100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(../images/playBtn.png) no-repeat center center;
	background-size: 40px;
}
.movieBox .mask{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	text-align: center;
}
.movieBox .btn {
	position:fixed;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #345689;
	border-radius: 50%;
}
.movieBox .btn:after,.movieBox .btn:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 8px;
	width: 14px;
	height: 2px;
	background: #fff;
}
.movieBox .btn:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.movieBox .btn:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.movieBox video {
	position:fixed;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 800px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*案例*/
#case {
	padding: 60px 0;
	background: #fff;
	text-align: center;
}
#case .list>li {
	margin-bottom: 30px;
}
#case .list .wrap {
	display: block;
}
#case .list .wrap .imgBox {
	position:relative;
	overflow: hidden;
}
#case .list .wrap .imgBox img {
	width: 100%;
}
#case .list .wrap .imgBox .mask {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#case .list .wrap .imgBox .mask .moreBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#case .list .wrap:hover .imgBox .mask {
	top:0;
}
#case .list .wrap .titleBox .title{
	padding: 8px 0 0;
	height: 20px;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #2f2f2f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#case .list .wrap .titleBox .subtitle{
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	color: #a9a9a9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#case .container-fluid>.moreBtn {
	margin: 30px auto 0;
	border-color: #0055c9;
	background: #0055c9;
	color: #fff;
}
#case .container-fluid>.moreBtn:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
#case2 {
	padding: 60px 0 30px;
}
.cInfo .titleBox {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d9d9d9;
}
.cInfo .titleBox .title{
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
.cInfo .titleBox .time {
	width: 150px;
	font-size:16px;
	line-height: 24px;
	color: #9b9b9b;
	height:22px;
	overflow: hidden;
}
.cInfo .textBox {
	padding-bottom: 40px;
	color: #2e2e2e;
	line-height: 36px;
}
.cInfo .textBox img {
	max-width: 100%;
}
.cInfo .moreText {
	margin-bottom: 40px;
	padding:20px;
	background: #f8f8f8;
}
.cInfo .moreText p,.cInfo .moreText .prev a {
	font-weight: bold;
	color: #1c1c1c;
}
.cInfo .moreText p a {
	font-weight:normal;
	color: #737373;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cInfo .moreText .prev {
	width: 70px;
}
.cInfo .moreText .next {
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}
.cInfo .moreText p a:hover {
	color: #345689;
}

/*选择理由*/
#reason {
	padding: 60px 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
#reason .c-titleBox .title{
	color: #fff;
}
.c-banner2.slick-dotted.slick-slider{
	margin: 0;
}
.c-banner2 .imgBox .imgWrap {
	overflow: hidden;
}
.c-banner2 .imgBox img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.c-banner2 .textBox .title {
	font-size:20px;
	line-height: 20px;
}
.c-banner2 .textBox .title:after {
	content:"";
	display: inline-block;
	margin-top: -2px;
	width: 40px;
	height: 2px;
	background: #fff;
	vertical-align: middle;
}
.c-banner2 .textBox .summary {
	margin: 30px 0;
	line-height: 24px;
}
.c-banner2 .slick-list {
	z-index: 1;
}
.c-banner2 .slick-dots {
	z-index: 2;
	bottom: 0;
	text-align:left;
}
.c-banner2 .slick-dots li button {
	padding: 0;
	width: 18px;
	height: 18px;
	font-size:12px;
	line-height: 16px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
}
.c-banner2 .slick-dots li button:before {
	display: none;
}
.c-banner2 .slick-dots li.slick-active button {
	background: #fff;
	color:#355a8b;
}
.c-banner2 .moreBtn {
	position: relative;
	background: #fff;
	color: #0055c9;
}
.c-banner2 .moreBtn:hover {
	color: #fff;
	border-color: #0055c9;
	background: #0055c9;
}
.c-banner2 .imgBox .imgWrap:hover img {
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2); 
}

/*新闻资讯*/
#news {
	padding: 60px 0 40px;
	background: #fff;
}
#news .list .leftBox .wrap {
	display: block;
	padding: 20px 20px 18px;
	background: #f5f5f5;
}
#news .list .leftBox .wrap .imgBox {
	overflow: hidden;
}
#news .list .leftBox .wrap .imgBox img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#news .list .leftBox .wrap .titleBox {
	position: relative;
	padding-right: 50px;
}
#news .list .leftBox .wrap .titleBox .title {
	padding: 18px 0 6px;
	font-weight:normal;
	font-size:18px;
	line-height: 22px;
	color: #313131;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#news .list .leftBox .wrap .titleBox .time {
	line-height: 18px;
	color: #787878;
}
#news .list .leftBox .wrap .titleBox img {
	position: absolute;
	top:50%;
	right: 0;
	margin-top: -10px;
}
#news .list .rightBox .wrap {
	display: block;
}
#news .list .rightBox .wrap .imgBox {
	width: 32%;
	overflow: hidden;
}
#news .list .rightBox .wrap .imgBox img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#news .list .rightBox .wrap .titleBox {
	position: relative;
	padding-left: 20px;
	width: 68%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#news .list .rightBox .wrap .titleBox .titleWrap {
	position: absolute;
	top:50%;
	left: 20px;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#news .list .rightBox .wrap .titleBox .title {
	padding-bottom: 6px;
	max-height: 50px;
	font-weight:normal;
	font-size:18px;
	line-height: 22px;
	color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#news .list .rightBox .wrap .titleBox .time {
	line-height: 18px;
	color: #787878;
}
#news .list .rightBox .menuBox {
	margin-bottom: 20px;
}
#news .list .rightBox li {
	margin-bottom: 20px;
}
#news .list .leftBox .wrap:hover .imgBox img,#news .list .rightBox .wrap:hover .imgBox img{
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2); 
}
#news .list .leftBox .wrap:hover .titleBox .title,#news .list .rightBox .wrap:hover .titleBox .title {
	color: #345689;
}
#news2 {
	padding: 60px 0;
}
#news2 .list>li {
	margin-bottom: 30px;
}
#news2 .list .wrap {
	display: block;
	border:1px solid #cacaca;
}
#news2 .list .wrap .imgBox {
	overflow:hidden;
	width:25%;
	float:left;
}
#news2 .list .wrap .imgBox img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#news2 .list .wrap .titleBox {
	padding: 30px;
	width:60%;
	float:left;
}
#news2 .list .wrap .titleBox .title {
	padding-bottom: 10px;
	font-weight:normal;
	font-size:16px;
	line-height: 20px;
	color: #3e3e3e;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#news2 .list .wrap .titleBox .summary {
	height: 54px;
	line-height: 30px;
	color: #838383;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#news2 .list .wrap .bottomBox {
	padding: 0 30px;
	/*border-top: 1px solid #cacaca;*/
	line-height: 40px;
	color: #838383;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#news2 .list .wrap:hover .imgBox img {
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2); 
}
#news2 .list .wrap:hover .titleBox .title {
	color: #345689;
}
#news2 .list .wrap:hover .bottomBox {
	color: #345689;
	/*background:#0055c9;*/
}
#news3 a {
	display: block;
	color: #2f2f2f;
	margin: 0 50px 30px 0;
	line-height: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#news3 .row>li:nth-child(even) a {
	margin: 0 0 30px 50px;
}
#news3 a .time {
	display: block;
	width: 90px;
	font-size: 14px;
	text-align:right;
}
#news3 a .title {
	font-weight: normal;
	height: 16px;
	font-size: 16px;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#news3 a:hover {
	color: #345689;
}
#news4 {
	padding: 60px 0 30px;
}
/*伙伴*/
#partner {
	padding: 60px 0;
	background: #ededed;
}
.c-banner3 .wrap {
	display: block;
	margin: 0 10px;
	border: 1px solid #e2e2e2;
	overflow:hidden;
}
.c-banner3 .wrap img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.c-banner3 .wrap:hover img {
    transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1); 
}
.c-banner3 .slick-prev {
    left: -100px;
}
.c-banner3 .slick-next {
    right: -100px;
}
.c-banner3 .slick-prev, .c-banner3 .slick-next {
    opacity: 1;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius:50%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-banner3 .slick-prev:before, .c-banner3 .slick-next:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-banner3 .slick-prev:before {
    background: url(../images/prev.png) no-repeat 0 0;
}
.c-banner3 .slick-next:before {
    background: url(../images/next.png) no-repeat 0 0;
}

/*顶部分类菜单*/
#topMenu {
	padding: 20px 0;
	background: #f1f1f1;
}
#topMenu .menuBox2 {
	margin-bottom: 0;
}

/*公司简介、企业文化*/
#commonBox {
	padding: 60px 0;
	background: #fff;
}
#commonBox .imgBox .wrap {
	overflow: hidden;
}
#commonBox .imgBox .wrap img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#commonBox .imgBox .wrap:hover img {
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2); 
}
#commonBox .textBox .wrap .title {
	padding-top: 20px;
	font-size: 20px;
	line-height: 20px;
}
#commonBox .textBox .wrap .hr {
	margin: 15px 0 20px;
	width: 35px;
	height: 2px;
	color: #323232;
	background: #345689;
}
#commonBox .textBox .wrap .text {
	line-height: 24px;
	color: #282828;
}

/*可视化数据*/
#visualData {
	padding: 60px 0 40px;
	color: #fff;
	text-align:center;
}
#visualData .list>li {
	margin-bottom: 20px
}
#visualData .list .p1 span {
	font-size: 68px;
	line-height: 78px;
}
#visualData .list .p1 i {
	font-style: initial;
	font-size: 22px;
	line-height: 32px;
}
#visualData .list .p2 {
	font-size: 20px;
	line-height: 30px;
}

/*资质荣誉*/
#honor {
	padding:30px 0;
	text-align: center;
	background: #fff;
}
#honor .topBox .titleBox .title {
	font-size: 20px;
	line-height: 20px;
}
#honor .topBox .titleBox .hr {
	margin: 8px 0 20px;
	width: 35px;
	height: 2px;
	background: #345689; 
}

#honor .list>li {
	margin-bottom: 30px;
}
#honor .list .wrap {
	cursor: pointer;
}
#honor .list .wrap .imgWrap {
	height: 286px;
	line-height: 286px;
	background: #f5f5f5;
	overflow:hidden;
}
#honor .list .wrap .imgWrap img {
	max-width: 80%;
	max-height: 80%;
	vertical-align: middle;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#honor .list .wrap .imgWrap:hover img {
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2); 
}
#honor .list .wrap .title {
	margin-top:10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #383838;
}
#honor .list .wrap .mask {
	display: none;
	position: fixed;
	z-index: 1000;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	overflow: auto;
}
#honor .list .wrap .mask a {
	display: block;
	position: fixed;
	z-index: 1001;
	top:10px;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #345689;
}
#honor .list .wrap .mask a:after,#honor .list .wrap .mask a:before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 8px;
	width: 14px;
	height: 2px;
	background: #fff;
}
#honor .list .wrap .mask a:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#honor .list .wrap .mask a:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#honor .list .wrap .mask img {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

/*厂区形象*/
#environment {
	padding: 60px 0;
}
#environment .list>li {
	margin-bottom: 30px;
}
#environment .imgBox {
	overflow: hidden;
}
#environment .imgBox img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#environment .imgBox:hover img {
	transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2); 
}


/*合作伙伴*/
#partner2 {
	padding: 60px 0 30px;
}
#partner2 .list>li {
	margin-bottom:30px;
}
#partner2 .list .imgBox {
	border: 1px solid #d1d1d1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#partner2 .list .imgBox img {
	width: 100%;
}
#partner2 .list .imgBox:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*发展历史*/
#history {
	padding: 60px 0;
}
#history .list {
	position: relative;
}
#history .list:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left:244px;
	width: 2px;
	height: 100%;
	background: #e6e6e6; 
}
#history .list>li {
	margin-bottom: 60px;
}
#history .list>li:last-child {
	margin-bottom: 0;
}
#history .list .leftBox .time {
	position: relative;
	width: 160px;
	height: 70px;
	font-weight: bold;
	font-size: 25px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background: #345689;
}
#history .list .leftBox .time:after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	right: -75px;
	border:35px solid transparent;
	border-left: 40px solid #345689;
}
#history .list .leftBox .time:before {
	content: "";
	display: block;
	position: absolute;
	top:30px;
	right: -75px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #345689;
}
#history .list .rightBox {
	margin-left: 100px;
    width: -moz-calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
}
#history .list .rightBox .textBox {
	padding-top: 24px;
	line-height: 18px;
	color: #393939;
}

/*企业视频*/
#movie {
	padding: 60px 0;
}
#movie .list>li {
	margin-bottom:30px;
}

/*核心优势*/
#advantage {
	padding: 60px 0 30px;
}
.adList>li:nth-child(even) .imgBox{
    float: right;
}
.adList .imgBox {
	margin-bottom: 10px;
}
.adList .textBox {
	margin-bottom: 30px;
}
.adList .imgBox .wrap {
	overflow:hidden;
}
.adList .imgBox .wrap img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.adList .imgBox .wrap:hover img {
    transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2); 
}
.adList .textBox .title{
	margin: 10% 0 10px;
	font-size: 20px;
	line-height: 30px;
}
.adList .textBox .title span {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background:#0055c9;
}
.adList .textBox .summary {
	padding-left: 35px;
	line-height: 24px;
	color: #535353;
}

/*侧边联系我们*/
.contactWay {
	border: 1px solid #b5b5b5;
	border-radius: 10px;
	overflow:hidden;
}
.contactWay .title {
	padding-left: 54px;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	color: #282828;
	border-bottom: 1px solid #b5b5b5;
	background: url(../images/bgPhone2.png) no-repeat 24px 15px;
}
.contactWay .box {
	padding: 0 24px;
}
.contactWay .box .fwrx {
	padding-top: 30px;
	font-weight:bold;
	font-size: 16px;
	line-height:16px; 
	border:0;
}
.contactWay .box p {
	border-bottom: 2px solid #dedede;
	font-weight:bold;
	font-size: 16px;
	line-height: 30px;
	padding: 6px 0;
	color: #282828;
}
.contactWay .box p span{
	font-weight:normal;
	color: #4d4d4d;
}
.contactWay .box .dianhua1 {
	font-family: "DinMedium";
	font-weight: bold;
	font-size: 34px;
	line-height: 50px;
	color: #0055c9;
}
.contactWay .box img {
	display: block;
	padding: 25px 0;
	margin: 0 auto;
	width: 135px;
	height: 135px;
}

/*侧边推荐*/
.recommend .titleBox .title {
	font-weight: bold;
	font-size:20px;
	line-height: 48px;
	border-bottom: 2px solid #345689; 
	color:#282828;
}
.recommend .wrap{
	display: block;
	line-height: 20px;
	color: #2f2f2f;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
}
.recommend .wrap .imgBox {
	margin-bottom:10px;
	overflow: hidden;
}
.recommend .wrap .imgBox img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.recommend .wrap .title {
	font-weight:normal;
	font-size: 16px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.recommend .list {
	padding-top:20px;
}
.recommend .list>li {
	margin-bottom: 20px;
}
.recommend .list2>li {
	padding: 20px 0;
	border-bottom: 2px solid #f1f1f1;
}
.recommend .list2>li:last-child {
	margin-bottom:20px;
}

.recommend .wrap:hover .imgBox img {
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.recommend .wrap:hover .title {
	color: #345689;
}

/*招商加盟*/
#welcome {
	margin: 0 auto;
	padding:60px 15px;
	max-width: 760px;
	font-weight:bold;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	color: #345689;
}

/*加盟条件*/
#condition {
	padding: 60px 0;
	background: #f5f5f5;
}
.c-banner6 .wrap {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 180px;
	text-align:center;
}
.c-banner6 .wrap .imgBox {
	border-radius: 50%;
	overflow:hidden;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.c-banner6 .wrap .imgBox img {
	width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.c-banner6 .wrap:hover .imgBox img {
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.c-banner6 .wrap .text {
	padding-top: 10px;
	font-size:16px;
	line-height: 26px;
	color: #393939;
}
.c-banner6 .slick-dots {
	bottom: -40px;
}

/*加盟程序*/
#program {
	padding: 60px 0 30px;
	text-align:center;
}
#program .list>li {
	margin-bottom: 30px;
}
#program .list .wrap {
	margin: 0 auto;
	max-width: 230px;
}
#program .list .wrap img {
	max-width: 100%;
}
#program .list .wrap .text {
	padding-top: 10px;
	font-size:16px;
	line-height: 26px;
	color: #393939;
}
#contactImg {
	background: #f6f7fb;
	text-align:center;
}
#contactImg img {
	max-width: 100%;
}

/*联系方式*/
#contact {
	padding: 60px 0 40px;
}
#contact .textBox{
	margin-top:60px;
	padding-top: 60px;
	border-top: 2px solid #f4f4f4;
	color: #2c2c2c;
}
#contact .textBox .title {
	font-size: 20px;
	line-height: 20px;
	color: #2c2c2c;
}
#contact .textBox .wrap {
	padding: 20px 0 10px;
	max-width: 820px;
}
#contact .textBox p {
	float: left;
	margin: 10px 0;
	padding: 0 15px 0 40px;
	width: 50%;
	line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contact .textBox .site {
	background: url(../images/site.png) no-repeat 5px 0px;
}
#contact .textBox .telephone {
	background: url(../images/telephone.png) no-repeat 5px 0px;
}
#contact .textBox .email {
	background: url(../images/email.png) no-repeat 5px 0px;
}
#contact .textBox .fax {
	background: url(../images/fax.png) no-repeat 5px 0px;
}

/*招聘*/
#recruitment {
	padding: 60px 0;
}
#recruitment .list>li {
	margin-bottom: 30px;
}
#recruitment .list .wrap {
	padding: 20px;
	border: 1px solid #dbdbdb;
	background: #f4f4f4;
}
#recruitment .list .wrap p {
	color: #363636;
	font-size: 16px;
}
#recruitment .list .wrap .time {
	font-size: 14px;
	line-height: 14px;
	color: #8a8a8a;
}
#recruitment .list .wrap .job {
	padding: 20px 0 10px;
	font-size:18px;
	line-height: 22px;
	border-bottom: 2px solid #dfdfdf;
}
#recruitment .list .wrap .number {
	padding:15px 0 10px;
	line-height: 26px;
}
#recruitment .list .wrap .requirement {
	line-height: 26px;
}
#recruitment .list .wrap .requirement span {
	display: block;
	max-height: 104px;
	color: #8a8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#recruitment .list .wrap .btn {
	margin-top: 20px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #345689;
	cursor: pointer;
}

#recruitment .mask {
	display: none;
	position: fixed;
	z-index: 999;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	overflow-y: auto;
}
#recruitment .textBox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 0 15px;
	width: 80%;
	height: 90%;
	max-width: 1200px;
	max-height: 700px;
	background:#f2f2f2;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#recruitment .textBox .job {
	position: relative;
	margin: 0 -15px;
	padding: 20px ;
	font-size:20px;
	line-height: 20px;
	color: #fff;
	background: #345689;
}
#recruitment .textBox .job i {
	display: block;
	position: absolute;
	top:0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
#recruitment .textBox .job i:after,#recruitment .textBox .job i:before {
	content: "";
	display: block;
	position: absolute;
	top:29px;
	left: 22px;
	width: 15px;
	height: 2px;
	background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#recruitment .textBox .job i:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#recruitment .textBox .text {
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
	overflow-y: auto;
}
#recruitment .textBox .row {
	margin: 0;
	padding: 40px 0 20px;
	font-size: 16px;
	line-height: 20px;
}
#recruitment .textBox .row li {
	margin-bottom: 20px;
}
#recruitment .detailed {
	border-top: 2px solid #e5e5e5;
	padding: 40px 15px;
}
#recruitment .detailed strong {
	font-size: 16px;
	line-height: 26px;
}
#recruitment .detailed p {
	line-height: 24px;
	color: 
}
#recruitment .deliver {
	display: block;
	margin-left:15px;
	width: 225px;
	height: 64px;
	font-size: 16px;
	text-align: center;
	line-height: 64px;
	color: #fff;
	background: #005bac;
}

/*下载*/
#download {
	padding: 60px 0;
}
#download .list>li {
	margin-bottom: 30px;
}
#download .list .wrap {
	display: block;
}
#download .list .wrap .imgBox {
	position: relative;
	overflow: hidden;
}
#download .list .wrap .imgBox img {
	width: 100%;
}
#download .list .wrap .imgBox .imgMask {
	position: absolute;
	top:-100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(../images/download.png) no-repeat center center;
}
#download .list .wrap .title {
	padding-top:10px;
	font-weight:normal;
	font-size:16px;
	line-height: 20px;
	text-align: center;
	color: #4f4f4f;
}
/*首页四图标*/
.service_list_met_16_21.met-index-body {
	background-color: transparent;
background-color:;;
	background-color:#ffffff;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100px;
	border: 1px solid;
	border-color: transparent;
	padding:0px 0;
}
.service_list_met_16_21 .ibox-inner {
	width: 90%;
	margin: 0px auto;
	max-width: 1712px;
}
.service_list_met_16_21 {
	padding-bottom: 15px;
	visibility: hidden;
}
.service_list_met_16_21 .service-list {
	color: #999999;
color:;
	margin-top: -20px;
	position: relative;
}
.service_list_met_16_21 .service-list li {
	opacity: 0;
	transform: translateY(-30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transition: 0.58s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: 0.58s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: 0.58s cubic-bezier(.215, .61, .355, 1);
	margin-bottom: 0px;
background:;;
	background:#ffffff;
	padding: 20px 3% 35px;
	position: relative;
	overflow: hidden;
	width:19%;
	float:left;
}
.service_list_met_16_21 .service-list li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: #0055c9;
}
.service_list_met_16_21 .service-list li:last-child:before {
	display: none;
}
.service_list_met_16_21 .service-list li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #f6cf53;
	transform-origin: 100%;
	-ms-transform-origin:100%;
	-webkit-transform-origin: 100%;
	-moz-transform-origin:100%;
	-o-transform-origin:100%;
 transition: transform .5s cubic-bezier(.4, 0, .2, 1);
 -moz-transition:-moz-transform .5s cubic-bezier(.4, 0, .2, 1);
 -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
 -o-transition:-o-transform .5s cubic-bezier(.4, 0, .2, 1);
	transform:scaleX(0);
	-ms-transform:scaleX(0); 	/* IE 9 */
	-moz-transform:scaleX(0); 	/* Firefox */
	-webkit-transform:scaleX(0); /* Safari ?'? Chrome */
	-o-transform:scaleX(0);
	visibility:hidden\9;
}
.service_list_met_16_21 .service-list .item {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.service_list_met_16_21 .service-list .ico {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin-bottom: 10px;
	transition: 0.3s cubic-bezier(.4, 0, .2, 1);
	-webkit-transition: 0.3s cubic-bezier(.4, 0, .2, 1);
}
.service_list_met_16_21 .service-list h3 {
	font-weight: bold;
	font-size: 24px;
	color: #0055c9;
color:;
	line-height: 1.2;
	margin-bottom: 20px;
}
.service_list_met_16_21 .service-list .c {
	font-size: 15px;
	line-height: 1.5;
	height: 67px;
	overflow: hidden;
	text-indent: 2em;
}
.service_list_met_16_21 .ellipsisT {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.service_list_met_16_21 .ommore {
	width: 17px;
	height: 17px;
	display: block;
	position: relative;
	overflow: hidden;
}
.service_list_met_16_21 .ommore .i1 {
	position: absolute;
	width: 1px;
	height: 100%;
	left: 8px;
	top: 0;
	background-color: #ffffff;
}
.service_list_met_16_21 .ommore .i2 {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0%;
	top: 8px;
	background-color: #ffffff;
}
.service_list_met_16_21 .ilink {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.service_list_met_16_21 .service-list .ommore {
	position: absolute;
	bottom: 35px;
	left:15%;
	opacity: 0;
	visibility: visibl\9;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
@media screen and (min-width:1025px) {
 .service_list_met_16_21 .service-list li:hover {
background-color: #0055c9;
background-color:;
}
 .service_list_met_16_21 .service-list li:hover:after {
transform:scaleX(1);
-ms-transform:scaleX(1);
-moz-transform:scaleX(1);
-webkit-transform:scaleX(1);
-o-transform:scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
 transform-origin: 0;
-ms-transform-origin:0;
-webkit-transform-origin: 0;
-moz-transform-origin:0;
-o-transform-origin:0;
visibility:visible\9;
}
 .service_list_met_16_21 .service-list li:hover h3 {
color: #ffffff;
}
 .service_list_met_16_21 .service-list li:hover .c {
color: #ffffff;
}
 .service_list_met_16_21 .service-list li:hover .ico {
opacity: 0;
visibility: hidden\9;
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
 .service_list_met_16_21 .service-list li:hover .item {
transform: translateY(-60px);
-webkit-transform: translateY(-60px);
}
 .service_list_met_16_21 .service-list li:hover .ommore {
opacity: 1;
visibility: visible\9;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
}
}
@media screen and (max-width:1600px) {
 .service_list_met_16_21 .service-list h2 {
font-size: 22px;
}
}
@media screen and (max-width:1441px) {
 .service_list_met_16_21 .service-list h2 {
font-size: 20px;
}
 .service_list_met_16_21 .service-list .c {
font-size: 14px;
line-height: 1.8;
height: 75px;
}
}
@media screen and (max-width:1370px) {
 .service_list_met_16_21 .service-list h2 {
font-size: 18px;
}
}
@media screen and (max-width:1260px) {
 .service_list_met_16_21 .service-list li {
/*padding: 20px 2% 35px;*/
}
 .service_list_met_16_21 .service-list h2 {
font-size: 18px;
}
 .service_list_met_16_21 .service-list .c {
font-size: 13px;
height: 67px;
}
 .service_list_met_16_21 .service-list .ommore {
left: 10%;
}
}
@media screen and (max-width:1024px) {
 .service_list_met_16_21.met-index-body {
padding:0px 0;
display:none;
}
 .service_list_met_16_21 .service-list {
margin-top: 0px;
}
 .service_list_met_16_21 .service-list li {
padding: 20px 5% 35px;
border-bottom: 1px solid #ebebeb;
}
 .service_list_met_16_21 .service-list li:last-child:before {
display: block;
}
 .service_list_met_16_21 .service-list .ico {
width: 45px;
height: 45px;
}
}
@media screen and (max-width:767px) {
 .service_list_met_16_21.met-index-body {
padding:0px 0;
display:none;
}
}
@media screen and (max-width:641px) {
 .service_list_met_16_21 .service-list li {
border-bottom: 3px solid #ebebeb;
text-align: center;
display:none;
}
 .service_list_met_16_21 .service-list li:before, .service_list_met_16_21 .service-list li:last-child:before {
display: none;
}
 .service_list_met_16_21 .service-list .ico {
margin: 0px auto 5px;
}
 .service_list_met_16_21 .service-list .c {
height: auto;
}
}
.text {
	width:100%;	
	}
.text p img{
	text-align:center;
	}