﻿

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
	-webkit-appearance: none;
}

select {
	background: url(/images/bottomarr3.png) no-repeat scroll center right 2px transparent;
	padding-right: 10px;
}

input {
	font-family: arial,"微软雅黑";
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #a9a9a9;
	outline: none;
}

body {
	height: 100%;
	overflow: hidden;
	min-width: 1240px;
}

.content::before,
.menu-wrap {
	display: none;
    
}

.readybefor {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 10000;
}

.readybefor .loading {
	width: 100px;
	height: 100px;
	margin: auto;
	position: relative;
}

.readybefor .inpoint {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 100%;
	animation: loading 3s infinite linear;
	opacity: 0;
}

.readybefor .p1 {
	animation-delay: 0;
}

.readybefor .p2 {
	animation-delay: 0.5s;
}

.readybefor .p3 {
	animation-delay: 1s;
}

.readybefor .p4 {
	animation-delay: 1.5s;
}

.readybefor .p5 {
	animation-delay: 2s;
}

.readybefor .p6 {
	animation-delay: 2.5s;
}

.readybefor .readybox {
	position: absolute;
	height: 100px;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -50px;
}

.readybefor .inpoint .in {
	height: 10px;
	border-radius: 10px;
	width: 10px;
	background: #666;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(180deg);
	}
	100% {
		opacity: 0;
		transform: rotate(360deg);
	}
}

.coversize {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}

.containsize {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.commonhidebox {
	position: fixed;
	z-index: 3001;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	text-align: center;
}

.commonhidebox .shadowback {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .38;
	filter: alpha(opacity=38);
}

.commonhidebox .inbox {
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.hideqr .inbox {
	display: inline-block;
	background: #fff;
	padding: 10px;
	padding: .1rem;
	max-width: 80%;
	box-sizing: border-box;
}
.hideqr .inbox img{
	max-width: 100%;
	display: block;
}
body,
html {
	font-family:  arial,"微软雅黑";
	height: 100%;
	font-size: 100px;
}

body {
	box-sizing: border-box;
	font-size: 12px;
}

.container {
	position: relative;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.content-wrap {
	overflow: hidden;
}

.content,
.container {
	background: #fff;
}

.cbox {
	width: 1240px;
	padding: 0 20px;
	margin: auto;
}

.wechat {
	cursor: pointer;
}

.mian{
	padding-top: 101px;
}
.topnav{
	height: 95px;
	border-top: 6px solid #0182cb;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	z-index: 1000;
}
.topnav .logo{
	position: absolute;
	left: 30px;
	top: 15px;
}
.topnav .language{
	display: block;
	width: 154px;
	float: right;
	height: 95px;
	text-align: center;
	line-height: 95px;
	color: #808080;
	font-family: '宋体';
	border-left: 1px solid #cccccc;
}
.topnav .language .active{
	color: #0d0d0d;
}
.topnav .trline{
	position: absolute;
	right: 0;
	height: 6px;
	width: 154px;
	background: #d99b05;
	top: -6px;
}
.topnav .ina{
	display: block;
	line-height: 95px;
	float: right;
	position: relative;
	padding:0 40px;
	color: #0d0d0d;
	font-size: 18px;
	transition: all .5s;
}
.topnav .ina.active,.topnav .ina:hover{
	color: #188dd0;
}
.topnav .ina:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 15px;
	background: #999999;
	margin: auto;
}
.topnav .ina:last-child:before{
	display: none;
}


.rightfloat{
	position: fixed;
	right: 0;
	top: 50%;
	bottom: 0;
	margin-top: -100px;
	width: 63px;
	z-index: 1000;
}
.rightfloat .inbtn{
	width: 63px;
	height: 63px;
	background: #434343;
	position: relative;
	margin-bottom: 3px;
	transition: all .5s;
	float: right;
	cursor: pointer;
	right: 0;
}
.rightfloat .type1{
	overflow: hidden;
}
.rightfloat .type2 .leftbox{
	margin-right:15px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}
.rightfloat .rightbtn{
	display: block;
	width: 63px;
	height: 63px;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
}
.rightfloat .in{
	height: 63px;
	padding: 0 20px;
	padding-right: 0;
	min-width: 107px;
	line-height: 63px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
}
.rightfloat .inbtn:hover{
	background: #0182cb;
}
.rightfloat .leftbox{
	position: absolute;
	right: 63px;
	top: 0;
}
.rightfloat .inputtext{
	height: 20px;
	width: 140px;
	padding: 5px 10px;
	border-radius: 30px;
	background: #fff;
	border: 0px;
}
.rightfloat .qrbox{
	width: 160px;
	padding: 20px;
	background: #fff;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 10px;
	text-align: center;
	color: #333;
}
.rightfloat .qrbox img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.rightfloat .mapbox{
	width: 400px;
	height: 300px;
	margin-top: -200px;
	*margin-top: 0;
}




.footer{
	border-top: 1px solid #cccccc;
}
.footer .part2{
	background: #0182cb;
	color: #fff;
	padding: 15px;
	line-height: 30px;
	font-family: "宋体";
}
.footer .part2 a{
	color: #fff;
}
.footer .part2 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}

.footer .part1{
	padding-right: 400px;
	position: relative;
	padding-top: 57px;
	min-height: 215px;
	font-family: '宋体';
}
.footer .part1 .right{
	position: absolute;
	right: 0;
	top: 57px;
}
.footer .part1 .qrbox{
	float: right;
	margin-left: 50px;
	color: #4c4c4c;
	font-family: '宋体';
	font-size: 12px;
	text-align: center;
}
.footer .part1 .qrbox img{
	display: block;
	width: 147px;
	margin-bottom: 5px;
}
.footer .part1 .ina{
	display: block;
	padding: 0 40px;
	float: left;
	line-height: 35px;
	position: relative;
	color: #4c4c4c;
}
.footer .part1 .ina:after{
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #bfbfbf;
}
.footer .part1 .first:after{
	display: none;
}
.footer .part1 .first{
	padding-left: 0;
}
.footer .phone{
	font-size: 12px;
	color: #4c4c4c;	
	padding-left: 18px;
	margin-top: 40px;
}
.footer .phone img{
	display: block;
	margin-left: -18px;
	margin-bottom: 10px;
}


.index .banner .in{
	height: 747px;
}
.index .banner{
	position: relative;
}
.index .banner .innext{
	position: absolute;
	right: 90px;
	width: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	height: 57px;
	padding: 120px 0;
	background: url(../images/icon7.png) no-repeat center;
	z-index: 100;
	color: #fff;
	font-size: 16px;
	font-family: arial;
}

.index .banner .nextbtn{
	cursor: pointer;
	display: block;
	margin: auto;
}
.index .banner .prevbtn{
	position: absolute;
	left: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.index .banner .bx-controls{
	display: none;
}


.ctitle .ctext1{
	line-height: 80px;
	background: url(../images/icon10.png) center no-repeat;
	color: #1a1a1a;
	font-size: 30px;
	text-align: center;
}
.ctitle .ctext2{
	font-size: 12px;
	font-family: "宋体";
	color: #4c4c4c;
	text-align: center;
	margin-top: -5px;
	max-width: 740px;
	margin: auto;
}
.index .part1{
	padding-top: 80px;
	background: url(../images/text2.png) no-repeat bottom left;
	background-color: #f5f5f5;
}
.index .part1 .left{
	width: 35%;
	float: left;
	text-align: right;
	padding-top: 85px;
}
.index .part1 .right{
	width: 55%;
	float: right;
	position: relative;
}
.index .part1 .text1{
	font-size: 40px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 70px;
	padding: 15px 0;
}
.index .part1 .line{
	width: 67px;
	height: 2px;
	background: #000000;
	float: right;
}
.index .part1 .text2{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 26px;
	font-family: "宋体";
	clear: both;
	padding-top: 45px;
}
.index .part1 .picbox{
	height: 570px;
	width: 510px;
	margin-left: 60px;
	position: relative;
	z-index: 2;
}
.index .part1 .inborder{
	position: absolute;
	width: 569px;
	height: 264px;
	border: 8px solid #0182cb;
	left: 0;
	top: 189px;
}
.index .part1 .inbox{
	padding: 85px 0;
	position: relative;
	padding-top: 0;
}
.index .part1 .bx-controls{
	display: none;
}

.hideserach{
	background: #212121;
}
.hideserach .shadowback{
	display: none;
}
.hideserach .inbox{
	padding: 0 100px;
}
.hideserach .searchbox{
	padding: 0 50px;
	padding-right: 100px;
	position: relative;
	height: 66px;
	border-bottom: 1px solid #5b5b5b;
}
.hideserach .searchtext{
	display: block;
	width: 100%;
	height: 26px;
	padding: 20px 0;
	border: 0;
	background: none;
	position: relative;
	z-index: 2;
	color: #e5e5e5;
	font-size: 16px;
}
.hideserach .close{
	position: fixed;
	right: 100px;
	top: 50px;
	cursor: pointer;
}
.hideserach .lefticon{
	position: absolute;
	left: 0;
	top: 22px;
}
.hideserach .rightbtn{
	position: absolute;
	right: 0;
	top: 22px;
}
.hideserach .midtext{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 15px;
}


.cmore{
	display: inline-block;
	padding: 0 14px;
	padding-right: 28px;
	position: relative;
	line-height: 32px;
	text-align: center;
	border: 1px solid #0182cb;
	font-family: "宋体";
	color: #0182cb;
	min-width: 70px;
}
.cmore{
	*display: inline;
}
.cmore img{
	position: absolute;
	right: -22px;
	top: 50%;
	margin-top: -6px;
}
.index .part1 .cmore{
	position: absolute;
	bottom: 150px;
	left: 0;
}
.index .part1 .control{
	position: absolute;
	right: 0;
	top: 30px;
	
}
.index .part1 .control img{
	cursor: pointer;
	display: block;
	margin-bottom: 3px;
	transition: all .5s;
	opacity: .5;
}
.index .part1 .control img:hover{
	opacity: 1;
}
.index .part2{
	padding-top: 62px;
	text-align: center;
}
.index .part2 .cmore{
	margin: auto;
	margin-top: 20px;
}
.index .part2 .inbox{
	height: 428px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 57px;
}


.ohterbanner{
	height: 334px;
	position: relative;
	text-align: center;
}
.ohterbanner .text1{
	font-size: 56px;
	line-height: 65px;
	padding-top: 90px;
	color: #fff;
}
.ohterbanner .text2{
	font-size: 26px;
	padding-top: 20px;
	line-height: 40px;
	color: #fff;
}
.ohterbanner .tobottom{
	position: absolute;
	bottom: 23px;
	left: 50%;
	margin-left: -29px;
	cursor: pointer;
}
.about .part1{
	padding-top: 64px;
	padding-bottom: 70px;
}
.about .part1 .text1{
	font-size: 14px;
	color: #8b8b8b;
	line-height: 28px;
	font-family: "宋体";
	padding-top: 25px;
	text-indent: 2em;
	max-height: 140px;
	overflow: hidden;
}
.about .part1 .text1.active{
	max-height:9999px;
}
.about .part1 .openmore{
	width: 156px;
	height: 43px;
	border: 1px solid #ebebeb;
	background: #0182cb;
	color: #fff;
	font-family: "宋体";
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	font-family: '宋体';
	margin: auto;
	margin-top: 24px;
	cursor: pointer;
}
.about .part1 .text2{
	text-align: center;
	padding-top: 40px;
}
.about .part1 .instyle{
	display: inline-block;
	padding: 0 50px;
	color: #8b8b8b;
	font-size: 14px;
	font-family: '宋体';
}
.about .part1 .instyle{
	*display: inline;
}
.about .part1 .instyle img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.about .part2{
	height: 435px;
}
.about .part2 .instyle{
	width: 33.33%;
	*width: 33.3%;
	float: left;
	height: 315px;
	position: relative;
	text-align: center;
	overflow: hidden;
	color: #fff;
	padding-top: 120px;
}
.about .part2 .instyle .back{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.about .part2 .instyle:hover .back{
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
}
.about .part2 .instyle img{
	display: block;
	margin: auto;
	position: relative;
	z-index: 2;
}
.about .part2 .text1{
	font-size: 21px;
	line-height: 35px;
	padding: 0 20px;
	margin-top: 12px;
	position: relative;
	z-index: 2;
}
.about .part2 .text2{
	font-size: 17px;
	margin-top: 5px;
	line-height: 32px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}


.pronav{
	min-height: 80px;
	border-bottom: 1px solid #ececec;
	line-height: 80px;
}
.pronav:after{
	content: "";
	display: block;
	clear: both;
}
.pronav .ina{
	display: inline-block;
	height: 80px;
	float: left;
	padding: 0 15px;
	font-size: 18px;
	color: #535353;
	font-family: '宋体';
	transition: all .5s;
}
.pronav .ina img{
	vertical-align: middle;
	margin-top: -3px;
}
.pronav .ina{
	*display: inline;
}
.pronav .ina:hover,.pronav .ina.active{
	background: #0182cb;
	color: #fff;
}


.product .part1{
	padding-top: 50px;
	padding-bottom: 82px;
}
.product .part1 .inbox{
	padding-top: 45px;
	width: 102%;
}
.product .part1 .instyle{
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
	position: relative;
	height: 340px;
	padding-top: 20px;
}
.product .part1 .picbox{
	width: 90%;
	height: 260px;
	margin: auto;
}
.product .part1 .name{
	position: absolute;
	bottom: 32px;
	width: 100%;
	left: 0;
	color: #707070;
	font-family: arial;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	z-index: 2;
	transition: all .5s;
}
.product .part1 .line{
	height: 1px;
	width: 15px;
	background: #565656;
	margin: auto;
	margin-top: 10px;
	transition: all .5s;
}
.product .part1 .hide{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0182cb;
	background: rgba(1,130,203,.77);
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}
.product .part1 .hide img{
	margin-top: 130px;
}
.product .part1 .instyle:hover .hide{
	
	opacity: 1;
	filter: alpha(opacity=100);
}
.product .part1 .instyle:hover .name{
	color: #fff;
}
.product .part1 .instyle:hover .line{
	background: #fff;
}


.commonpage{
	text-align: center;
}
.commonpage .inbtn{
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #d4d2d2;
	background: #f7f7f7;
	display: inline-block;
	transition: all .5s;
}
.commonpage .inbtn{
	*display: inline;
}
.commonpage .inbtn:hover,.commonpage .inbtn.active{
	color: #fff;
	background: #0182cb;
}
.commonpage .prev,.commonpage .next{
	font-family: "宋体";
}
.product .part1 .commonpage {
	padding-top: 45px;
}


.product_d .part2 {
	padding:55px 0 ;
	background: #f7f7f7;
}
.product_d .part2 .inbox{
	padding: 35px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	background: #fff;
	position: relative;
}
.product_d .part2 .left{
	width: 500px;
	float: left;
	border: 1px solid #e7e7e7;
}
.product_d .part2 .right{
	width: 630px;
	float: right;
	position: relative;
	height: 370px;
	padding-bottom: 130px;
}
.product_d .part2 .text1{
	font-size: 40px;
	color: #0182cb;
	line-height: 50px;
	font-weight: bold;
}
.product_d .part2 .text2{
	font-size: 20px;
	color: #3c3c3c;
	line-height: 30px;
	min-height: 60px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
}
.product_d .part2 .text3{
	font-size: 17px;
	color: #555555;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.product_d .part2 .text4{
	font-size: 15px;
	color: #7c7c7c;
	font-family: "宋体";
	line-height: 28px;
}
.product_d .part2 .left .in{
	height: 500px;
	width: 490px;
	margin: auto;
}
.product_d .part2 .left .bx-controls{
	display: none;
}
.product_d .part2 .right .in{
	height: 108px;
	border: 1px solid #e7e7e7;
	cursor: pointer;
	transition: all .5s;
}
.product_d .part2 .right .in:hover,.product_d .part2 .right .active .in{
	border: 1px solid #0b87cd;
}
.product_d .part2 .bottombox{
	position: absolute;
	bottom: 0;
	right: 8%;
	width: 84%;
}
.product_d .part2 .bottombox .bx-wrapper{
	margin-left: 0;
}
.product_d .part2 .bottombox.active{
	width: 90%;
}
.product_d .part2 .bottombox.active .bx-controls-direction{
	display: none;
}
.product_d .part2 .bx-wrapper .bx-controls-direction a{
	width: 30px;
	height: 109px;
	margin-top: -54px;
}
.product_d .part2 .bx-wrapper .bx-prev{
	background: url(../images/prev.png);
	left: -51px;
}
.product_d .part2 .bx-wrapper .bx-next{
	background: url(../images/next.png);
	right: -51px;
}
.product_d .part2 .bx-pager{
	display: none;
}
.product_d .part2 .textbox{
	max-height: 370px;
	overflow: hidden;
}
.product_d .recommend .title{
	font-size: 23px;
	color: #555555;
	line-height: 85px;
}
.product_d .recommend .inbox{
	padding-top: 0;
}
.product_d .recommend .part1{
	padding-bottom: 30px;
	padding-top: 0;
}


.network .part1{
	padding-top: 70px;
	padding-bottom: 62px;
}
.network .part1 .netpic{
	display: block;
	margin: auto;
	margin-top: 18px;
	max-width: 100%;
}


.recruit .part1{
	padding-top: 50px;
}
.recruit .part1 .title{
	font-size: 32px;
	color: #333333;
	line-height: 60px;
}
.recruit .part1 .inbox{
	padding-top: 70px;
	padding-bottom: 85px;
	text-align: center;
}
.recruit .part1 .instyle{
	display: inline-block;
	width: 177px;
	height: 55px;
	padding-top: 125px;
	border: 1px solid #f1f1f1;
	text-align: center;
	position: relative;
	color: #1a1a1a;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	margin: 0 55px;
	transition: all .5s;
}
.recruit .part1 .instyle{
	*display: inline;
}
.recruit .part1 .instyle .before{
	position: absolute;
	top: 40px;
	width: 100%;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .5s;
	height: 80px;
}
.recruit .part1 .instyle .after{
	position: absolute;
	top: 40px;
	width: 100%;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	height: 80px;
}
.recruit .part1 .instyle:hover,.recruit .part1 .instyle.active{
	background: #0073bc;
	border: 1px solid #0073bc;
	color: #fff;
}
.recruit .part1 .instyle:hover .before,.recruit .part1 .instyle.active .before{
	opacity: 0;
	filter: alpha(opacity=0);
}
.recruit .part1 .instyle:hover .after,.recruit .part1 .instyle.active .after{
	opacity: 1;
	filter: alpha(opacity=100);
}
.recruit .part1 .instyle.active .icon{
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #0073bc;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.recruit .part2{
	background: #f7f7f7;
	padding-top: 65px;
	padding-bottom: 60px;
}
.recruit .part2 .searchbox{
	background: #fff;
	height: 30px;
	padding: 25px 20px;
	padding-right: 60px;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.recruit .part2 .searchtext{
	display: block;
	width: 100%;
	border: 0px;
	padding: 0;
	font-size: 12px;
	font-family: "宋体";
	height: 30px;
	line-height: 30px;
	color: #333;
}
.recruit .part2 .searchbtn{
	position: absolute;
	right: 15px;
	top: 24px;
	padding: 5px;
	cursor: pointer;
}

.recruit :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c2c2c2; opacity:1; 
}

.recruit ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c2c2c2;opacity:1;
}

.recruit input:-ms-input-placeholder{
    color: #c2c2c2;opacity:1;
}
.recruit input::-webkit-input-placeholder{
    color: #c2c2c2;opacity:1;
}
.recruit .part2 .listbox{
	width: 102%;
	padding-bottom: 30px;
	padding-top: 40px;
}
.recruit .part2 .instyle{
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.recruit .part2 .in{
	padding: 30px;
}
.recruit .part2 .text1{
	font-size: 14px;
	color: #989898;
	font-family: arial;
}
.recruit .part2 .text2{
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 26px;
	border-bottom: 1px solid #e7e7e7;
	color: #666666;
}
.recruit .part2 .text3{
	padding-top: 25px;
	line-height: 26px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	font-family: '宋体';
}
.recruit .part2 .text4{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	font-family: '宋体';
}
.recruit .part2 .more{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #5b5b5b;
	font-size: 12px;
	font-family: '宋体';
	background: #eeeeee;
	transition: all .5s;
	margin-top: 5px;
	cursor: pointer;
}
.recruit .part2 .more:hover{
	color: #fff;
	background: #0182cb;
}
.recruit .part2 .textbox{
	height: 231px;
	overflow: hidden;
}
.recruit .part2 .commonpage .inbtn{
	background: #fff;
}
.recruit .part2 .commonpage .inbtn:hover,.recruit .part2 .commonpage .inbtn.active{
	background: #0182cb;
}

.hidedetail .inbox{
	width: 576px;
	padding: 13px 37px 40px 37px;
	background: #fff;
	position: relative;
	text-align: left;
	font-size: 15px;
	color: #737373;
	line-height: 36px;
}
.hidedetail .close{
	position: absolute;
	right: 37px;
	top: 28px;
	cursor: pointer;
}
.hidedetail .title{
	padding: 20px 0;
	padding-right: 70px;
	line-height: 40px;
	min-height: 40px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 25px;
	color: #353535;
	margin-bottom: 35px;
}
.hidedetail .send{
	width: 114px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #0182cb;
	font-size: 14px;
	margin-top: 48px;
	display: block;
}
.hidedetail .textbox{
	max-height: 396px;
	overflow: hidden;
}


.contact .part1{
	background: #f7f7f7;
	padding-top: 45px;
	padding-bottom: 85px;
}
.contact .part1 .title{
	font-size: 32px;
	line-height: 60px;
	color: #333333;
}
.contact .part1 .left{
	width: 270px;
	padding:0 80px;
	background: #fff;
	min-height: 400px;
}
.contact .part1 .inbox{
	position: relative;
	margin-top: 55px;
}
.contact .part1 .instyle{
	position: relative;
	padding-left: 45px;
	padding-top: 21px;
	font-family: "宋体";
	padding-bottom: 21px;
	line-height: 26px;
	border-bottom: 1px solid #ebebeb;
}
.contact .part1 .instyle:last-child{
	border-bottom: 0px;
}
.contact .part1 .text1{
	font-size: 16px;
	margin-bottom: 3px;
	color: #505050;
}
.contact .part1 .text2{
	font-size: 14px;
	color: #7d7d7d;
}
.contact .part1 .lefticon{
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -22px;
}
.contact .part1 .right{
	position: absolute;
	right: 0;
	width: 785px;
	height: 100%;
	top: 0;
}
.contact .part1 .map{
	width: 100%;
	height: 100%;
}
.contact .amap-icon{
	margin-left: -57px;
	margin-top: -84px;
}

.index .part1_2 .boxin{
	width: 102%;
}
.index .part1_2 .instyle{
	display: block;
	width: 15.6%;
	margin-right: 1%;
	float: left;
	position: relative;
	transition: all .5s;
	z-index: 2;
}
.index .part1_2 .instyle:hover{
	margin-top: -50px;
}
.index .part1_2 .inpicbox{
	display: block;
	max-width: 100%;
	margin: auto;
}
.index .part1_2 .inpicbox img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.index .part1_2 .intextbox{
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
	font-size: 20px;
	color: #1a1a1a;
	text-align: center;
}
.index .part1_2 .inline{
	width: 32px;
	height: 2px;
	background: #000;
	margin: auto;
	display: block;
}
.index .part1_2 .cmore{
	left: 50%;
	bottom: 45px;
	margin-left: -58px;
}
.index .part1_2 .inbox{
	padding-bottom: 150px;
	padding-top: 100px;
}
