@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, "微软雅黑";
	color: #333;
	-webkit-font-smoothing: antialiased;
}
.clearfix {
    *zoom:1;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}
.content:hover a{
	color:#6686f9;
}
img {
	border: 0px;
}

a:link {
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #6483fe;
	outline: none;
}

ul, p, dl, dt, dd {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-position: outside;
	list-style-type: none;
}

h1, h2, h3, h4, h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	_display: inherit;
}

.h10 {
	height: 10px;
	overflow: hidden;
	clear: both;
}

.h50 {
	height: 50px;
	overflow: hidden;
	clear: both;
}

input, textarea {
	background: transparent;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, "微软雅黑";
	color: #888;
	outline: none;
	border: 0px;
}

em {
	font-style: normal;
}

.btn1 {
	cursor: pointer;
}

.blue {
	color: #6483fe;
}

.wal {
	width: 1000px;
	margin: 0px auto;
}

.w715 {
	width: 715px;
}

.w255 {
	width: 255px;
}

img {
	vertical-align: middle;
}

.headDiv, .headDiv .wal {
	height: 133px;
	position: relative;
	background: #FFF;
}

.headDiv .logo {
	display: block;
	background: url(../image/logo.png) left top no-repeat;
	/*width: 363px;*/
	width:481px;
	height: 96px;
	position: absolute;
	left: 0px;
	top:16px;
}

.topBtn {
	position: absolute;
	/*top: 48px;*/
	top:59px;
	right: 0px;
	width: 30%;
}

.topBtn li {
	float: left;
}

.topBtn a {
	display: block;
	float: left;
	padding: 0 10px 0 5px;
	color: #666;
	/*color: rgba(194,194,194,0.7);*/
	height:30px;
	line-height: 51px;
	position: relative;
}

.topBtn img {
	margin-top:13px;
	margin-right:5px;
	display:inline-block;
	float:left;
	/*position: absolute;
	left: 10px;
	top: 0px;
	filter:alpha(opacity=50);  
	-moz-opacity:0.5;
	opacity: 0.5;*/
}
.topBtn p {
	line-height:51px;
	font-size:14px;
}
.topBtn p span{
	float:left;
	font-weight:bold;
}
.topBtn .img2 {
	opacity: 0;
	filter: alpha(opacity=0);
}

.topBtn a:hover {
	color: #6483fe;
}

.topBtn a:hover .img2 {
	opacity: 1;
	filter: alpha(opacity=1);
}

.topBtn22 {
	position: absolute;
	z-index: 30;
	height: 22px;
	line-height: 22px;
	top: 1px;
	right: 10px;
	width: 60px;
	font-size: 12px;
	/*background: url(../image/ico1.png) right center no-repeat;*/
	cursor: pointer;
	text-align:right;
}

.topBtn22 a {
	color: #5a5a5a;
	color: rgba(90,90,90,0.7);
}

.topBtn22 div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	background: #FFF;
	border: #eee solid 1px;
	display: none;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.topBtn22 li a {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: #eee solid 1px;
}

.nav {
	position: absolute;
	z-index: 30;
	left: 0px;
	top: 133px;
	width: 100%;
	height: 60px;
 /*background:rgba(0,0,0,0.8);*/
	background:rgba(247,247,248,0.9);
	-webkit-box-shadow:0px 2px 2px rgba(1,1,1,0.24);
	-moz-box-shadow:0px 2px 2px rgba(1,1,1,0.24);
	box-shadow:0px 2px 2px rgba(1,1,1,0.24);
}

.nav .wal {
	height: 60px;
	position: relative;
	overflow: hidden;
}

.nav li {
	float: left;
	padding-left: 1px;
	position: relative;
	left: -1px;
	background: url(../image/navBg.png) left center no-repeat;
	height: 60px;
}

.nav a {
	display: block;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	font-size: 18px;
 /*color:#FFF; color:rgba(255,255,255,0.7);*/
	color: #5a5a5a;
	color: rgba(90,90,90,0.7);
	width: 124px;
	text-align: center;
	margin-right: -1px;
	margin-left: -1px;
	position: relative;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}

.nav .li_01 a {
	width: auto;
	padding: 0 26px;
}

.nav a:hover, .nav .aNow {
	background: #6483fe;
 /*color:#000;*/
	color: #fff;
	color: rgba(255,255,255,1);
	z-index: 2;
}

.nav .tel {
	line-height: 60px;
	height: 60px;
	background: url(../image/nimg20.png) left center no-repeat;
	/*padding-left: 30px;*/
	padding-left:41px;
	font-size: 19px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.sNav {
	position: absolute;
	z-index: -30;
	top: 193px;
	left: 10px;
	/*width: 200px;*/
	background: url(../image/sNav.png);
	padding: 10px 23px 35px 23px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.sNav li {
	border-bottom: #606060 solid 1px;
}

.sNav li a {
	display: block;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	color: #FFF;
	overflow: hidden;
	margin-top: -1px;
	margin-bottom: -1px;
}

.sNav li a:hover {
	background: #6c8af2;
	padding-left: 14px;
}

.sNav1 {
	/*width: 855px;*/
	/*width:620px;*/
	height: 382px;
	padding: 0px;
}

.sNav1 .fl {
	width: 157px;
	padding-left: 35px;
}
.sNav1 .fl h2{font-weight:bold !important;font-size:15px;}
.sNav1 .list1 {
	width: 210px;
}

.sNav1 h2 a {
	display: block;
	color: #6a88f6;
	padding: 25px 0 15px 0;
}

.sNavOn {
	opacity: 1;
	filter: alpha(opacity=1);
	z-index: 30;
}

/*a, .indexPart4 .name, .indexPart4 .img img, .indexPart5 .name, .indexPart7 .btn a, .indexPart8 .more a, .indexPart8 .box, .foot_02 .btn1, .indexPart2 .img img, .pageNav img, .service .ico, .sidePart1 .imgDiv, .jobPart3 .imgDiv img*/
a, img, .indexPart4 .name, .indexPart5 .name, .indexPart8 .box, .foot_02 .btn1, .service .ico, .sidePart1 .imgDiv, .about_04 li, .product_04 .box div, .product_05 .box div, .sNav, .indexPart7 .box, .footPart1, .curriculumForm .btn1, .about_06, .indexPart2 p, .indexPart2 .name, .indexPart6 .name, .indexPart6 p, .news li, .product_08 li, .product_07 li, .product_advantage ul li, .product_price ul li, .product_price ul li dl dd.btn, .product_price ul li dl dd.tel  {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

.footDiv {
	min-height: 650px;
	background: #141516 url(../image/foot.jpg) center top no-repeat fixed;
	background-size: cover;
}

.foot_01 {
	height: 98px;
	line-height: 98px;
	padding-left: 270px;
	font-size: 16px;
	color: #b1b1b1;
	position: relative;
	display: none;
}

.foot_01_1 {
	height: 98px;
	line-height: 98px;
	padding-left: 270px;
	font-size: 16px;
	color: #b1b1b1;
	position: relative;
	display: block;
}

.foot_01 img {
	position: absolute;
	left: 20px;
	top: 32px;
}

.foot_01_1 img {
	left: 20px;
	top: 32px;
	width: 300px;
}

.foot_01_1 span {
	color: #c8c8c8;
	font-size: 18px;
	padding-left: 158px;
}

.foot_02 {
	color: #c9c9c9;
	border-top: rgba(255,255,255,0.1) solid 1px;
}

.foot_02 .wal {
	min-height: 406px;
	position: relative;
}

.foot_02 h2 {
	padding: 45px 0 15px 0;
	font-weight: 400;
	font-size: 16px;
}

.foot_02 .content {
	line-height: 24px;
	font-size: 12px;
}

.foot_02 .ewm2 {
	display: none;
}

.foot_02 .ewm {
	height: 130px;
	padding-top: 20px;
}

.foot_02 .ewm li {
	float: left;
	width: 71px;
	padding-right: 20px;
	text-align: center;
	line-height: 35px;
}

.foot_02 .share {
	height: 50px;
}

.foot_02 .share li {
	float: left;
	padding-right: 15px;
}

.foot_02 .share img {
	opacity: 0.7;
	filter: alpha(opacity=0.7);
}

.foot_02 .share a:hover img {
	opacity: 1;
	filter: alpha(opacity=1);
}

.foot_02 .part2 {
	position: absolute;
	left: 270px;
	top: 0px;
	width: 370px;
}

.foot_02 .form li {
	padding: 10px 0 7px 0;
	clear: both;
}

.foot_02 .form .input1 {
	height: 30px;
	line-height: 25px;
	width: 100%;
	text-indent: 10px;
	color: #c9c9c9;
	background: rgba(255,255,255,0.3);
}

.foot_02 .form .code {
	width: 74%;
	float: left;
}

.foot_02 .form .send {
	display: block;
	float: left;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	height: 25px;
	width: 75px;
	text-align: center;
	line-height: 25px;
	color: #c9c9c9;
}

.foot_02 .send:hover {
	background: #6686f8;
	color: #FFF;
}

.foot_02 .form .textarea {
	padding: 6px 10px;
	background: rgba(255,255,255,0.3);
}

.foot_02 .form textarea {
	color: #c9c9c9;
	width: 100%;
	line-height: 19px;
	height: 107px;
}

.foot_02 .form textarea::-webkit-input-placeholder{
    color: #c9c9c9;
}
.foot_02 .form textarea::-moz-placeholder{
    color: #c9c9c9;        
}
.foot_02 .form textarea::-ms-input-placeholder{
    color: #c9c9c9;        
}
.foot_02 .form .btn1 {
	width: 75px;
	height: 25px;
	color: #c9c9c9;
	background: rgba(255,255,255,0.3);
}

.foot_02 .form .btn1:hover {
	background: #6686f8;
	color: #FFF;
}

.foot_02 .part3 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 270px;
}

.foot_02 .list {
	font-size: 12px;
	line-height: 32px;
	position: relative;
	left: -1em;
	top: -4px;
}

.foot_02 .list a {
	color: #808080;
	padding: 0 1em;
}

.foot_02 .list a:hover {
	color: #fff;
}

.foot_03 {
	padding: 25px 0;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	background:#333;
	/* height:100px; */
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}

.foot_03 a {
	color: #808080;
}

.foot_03 a:hover {
	color: #fff;
}

.foot_03 .link {
	padding-bottom: 10px;
	padding-left:10px; 
	padding-right:120px; 
}
.foot_03 .content{
	padding-right:120px;
	padding-left:10px; 
}
.foot_03 .link a {
	display: inline-block;
	margin-right: 1em;
}

.foot_03 img {
	position: relative;
	top: -2px;
}
.foot_03 img.code {
	width:80px;
	height:80px;
	position:absolute;
	top:10px;
	right:10px;
}

.slick-prev {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	height: 110px;
	width: 31px;
	margin-top: -60px;
	background: url(../image/nimg30_1.png) center no-repeat;
	left: 50%;
	margin-left: -620px;
}

.slick-prev:hover {
	background: url(../image/nimg30_1_1.png) center no-repeat;
}

.slick-next {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	height: 110px;
	width: 31px;
	margin-top: -60px;
	background: url(../image/nimg30_2.png) center no-repeat;
	right: 50%;
	margin-right: -620px;
}

.slick-next:hover {
	background: url(../image/nimg30_2_1.png) center no-repeat;
}

.sidePart2 dt, .sidePart4 a, .sidePart4 img, .footContact .imgDiv img, .curriculum .name2 img, .pageFlash .btnDiv span, .slick-dots span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.pcHide {
	display: none;
}

.znav {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 100%;
	height: auto;
}

.znav .wal {
	height: auto;
	position: relative;
	overflow: hidden;
}

.hoverB {
	display: inline-block;
	padding: 5px;
	float: left;
}
/*.hoverH{display: inline-block;width: 0;height: 0;border-left: 15px solid #6686f9;border-top: 15px solid transparent;border-bottom: 15px solid transparent;float: left;}*/
.hoverC {
	display: inline-block;
	position: relative;
	left: 0px;
	padding-top: 10px;
}

.hoverB:hover {
	background-color: #6686f9;
	color: #fff!important;
}