/*整体开始*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
img{display: block;}
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#000;font-family:"微软雅黑";}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
html {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: 100%;
}
img {
max-width: 100%;
height: auto;
width: auto; 
}
.le{
    float: left;
}
.ri{
    float: right;
}
.dis{
    display: none;
}
video embed, video object, video iframe {
width: 100%;
height: auto;
}
		*{
			margin:0;
			padding:0;
		}
		div{
			display:block;
		}
		body{
    		font-family: "Microsoft Yahei", "Arial", "Helvetica", "sans-serif";

		}
		html{
			color:#666;
		}
		html,body{
			width: 100%;
}
/*轮播图开始*/
		.header{
			width: 100%;
			height: 80px;
			background: rgba(0,0,0,0.4);
			position: fixed;
			top: 0;
			left: 0;
			z-index: 20;
		}
		.slider{
			width:100%;
			height:80px;
			position: relative;
			z-index: 1;
		}
		.top{
			width:100%;
			height: 80px;
		}
		.top-1{
			height: 80px;
			overflow: hidden;
			border-bottom: 1px solid #646464;
		}
		.top-1 .logo{
			width: 20.7vw;
			height: 80px;
			padding: 15px 0;
			float:left;
			display: inline;
			margin-left: 3.125vw;
		}
		a{
			outline: none;
			font-weight: lighter;
			color:#fff;
		}
		.logo .logo1{
			width: 348px;
			 height: 51px;
			display: block;
			background:url(../img/toplogo.png) no-repeat;
		}
		.top-1 ul{
			list-style: none;
    		margin: 0;
    		padding: 0;
		}
		.top-1 .subnav{
			width: 670px;
			height: 80px;
			overflow: hidden;
			float: left;
			margin-left: 12.5vw;
		}
		.applyBox{
			float: right;
			width: 143px;
			height: 80px;
			background: #8ec246;
			cursor: pointer;
		}
		.applyBox p{
			color: white;
			margin-top: 20px;
			float: left;
			margin-left: 10px;
		}
		.applyIcon{
			background:url(../img/index/apl.png) no-repeat;
			width: 32px;
			height: 30px;
			float: left;
			margin-top: 20px;
			margin-left: 25px;
		}
		.subnav .subnav1{
			display: inline;
    		overflow: hidden;
		}

		.subnav1 > li > a {
    		display: block;
    		padding: 0 20px;
    		font-size: 14px;
    		line-height: 80px;
    		float: left;
    	}
    	.subnav1 > li > a:hover{
			color: #8ec246; /*12.19改*/
    	}
    	.subnav1 .subnav1-1{
    		background: url(../img/shouye/member.png) no-repeat center left 5px;
    		margin-left: 20px;
    	}
    	a{
    		font-weight: lighter;
    		text-decoration: none;
    		outline:none;
    	}
    	.sousuo{
    		width: 83px;
    		height: 78px;
    		float: left;
    		background: url(../img/index/search.png) no-repeat center;
			padding-left: 20px;
    	}
		.tel{
			width: 183px;
			height: 78px;
			float: left;
			background: url(../img/tel.png) no-repeat left;
			padding-left: 35px;
			margin-left: 20px;
		}
		.sousuo p{
			float: right;
			color: #aeaeae;
			line-height: 78px;
			font-size: 14px;
		}
		.tel p{
			float: left;
			line-height: 78px;
			font-size: 22px;
			font-family: "Century Gothic";
			color: rgb(142, 194, 70);
		}
		.search-from{
			width:18%; /*12.19改*/
			height:100%;
			position: absolute;
			left:47.5%;
			top:0;
			-webkit-box-sizing: border-box;
			opacity: 1;
    		z-index: 999;
    		transition:all 0.6s;
    		display: none;
		}
		.search-from .from-search{
			height: 38px;
    		width: 38px;
    		background: url(../img/shouye/search.png) no-repeat center;
    		top: 22px;
    		left: 20px;
    		position: absolute;
    		z-index: 999;
    		outline: none;
    		border: none;
		}
		.tel{
			float: left;
		}
		.close{
			left: 16.85vw;
    		position: absolute;
    		z-index: 3;
    		width: 44px;
    		height: 44px;
    		line-height:44px;
    		text-align:center;
    		top: 16px;
    		opacity: 1;
    		color: #fff;
    		font-size:24px;
    		font-weight:normal;
    		cursor: pointer;
    		display: none;
		}
		.close .close-wraper{
			display: block;
    		width: 100%;
    		height: 100%;
		}
		.nav .close .close-wraper .close-left{
			height: 18px;
    		width: 1px;
    		position: absolute;
    		display: block;
    		top: 11px;
    		z-index: 1;
    		right:12px;
    		transform-origin: 0 100%;
		}
		.nav .close .close-wraper .close-right{
			height: 18px;
    		width: 1px;
    		position: absolute;
    		display: block;
    		top: 11px;
    		z-index: 1;
    		right:12px;
    		transform-origin: 0 100%;
		}
		.search-from input{
			width: 100%; /*12.19改*/
    		height: 36px;
    		border: 1px solid #e6e6e6;
    		background: none;
    		margin-top: 22px;
    		border-radius: 6px;
    		padding-left: 35px;
    		color: #666;
    		box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		margin-left: 20px;
    		position: absolute;
		}

/*center1开始*/
		.wrap{
			width:100%;
			height:100%;
			position: fixed;
			top:0;
			padding-top: 80px;
			z-index: 19;
		}
		.wrap .box{
			width:100%;
			height:100%;
		}
		.center1{
			/*width:100%;*/
			height:100%;
			/*background:url(../img/jiameng/jiameng1.jpg) 100% 100% no-repeat;*/
			position:relative;
		}
		.center1 .center1-top{
			width:1200px;
			height:22px;
			line-height:22px;
			position:relative;
			top:40px;
			padding:0 340px;
			margin:0 auto;
		}
		.center1-top .center1-top1{
			width:1200px;
			height:22px;
			list-style:none;
			overflow:hidden;
		}
		.center1-top1 li{
			margin-right:20px;
			color: #fff;
    		opacity: 0.8;
    		float:left;
    		font-size:12px;
		}
		.center1-top1 .pinpai{
			line-height:16px;
			font-weight:bold;
		}
		.center1 .center1-bottom{
			width:500px;
			height:600px;
			position: absolute;
    		top: 27%;
    		left: 50%;
    		font-size: 14px;
    		color: #fff;
    		opacity: 0.9;
    		overflow:hidden;
			margin-left: -250px;
		}
		.center1-bottom .zhengce1{
			width:500px;
			height:48px;
			position:relative;
			top:0;
			opacity:1;
			transition:all 1s linear 0s;
			text-align: center;
		}
		.comeout .center1-bottom .zhengce1{
			top:100px;
			opacity:0;
		}
		.zhengce1 .zhengce1-1{
    		font-size: 32px;
			font-family: "Arial Narrow";
			color: rgb(142, 194, 70);
			text-transform: uppercase;
		}
		.center1-bottom .zhengce2{
			font-family: "Microsoft YaHei";
			width:500px;
			height:70px;
			margin:5px 0;
			font-size:40px;
			position:relative;
			top:0;
			opacity:1;
			transition:all 1s linear 0.5s;
			text-align: center;
			font-weight: bold;
		}
		.center1-bottom .zhengce3{
			font-size:20px;
			font-weight: normal;
			opacity: 0.8;
		}

		.comeout .center1-bottom .zhengce2{
			top:100px;
			opacity:0;
		}
		.comeout .zhengce3-right{
			top:200px;
			opacity:0;
		}
		.zhengce3-right .zhengce3-right1{
			height:22px;
			line-height:22px;
			font-size:24px;
		}
		.zhengce3-right .zhengce3-right2{
			font-size:14px;
			height:22px;
			line-height:22px;
		}
/*第二面开始*/
		.center2{
			width:100%;
			height:100%;
			position:relative;
		}
		.center2 .center2-1{
			width:640px;
			height:328px;
			position: absolute;
    		top: 2%;
    		left: 6%;
    		font-size: 14px;
    		color: #fff;
    		opacity: 0.9;
    		overflow:hidden;
		}
        .center2-1 .buzhou1 h3:nth-child(2){
            font-size: 20px;
            height: 30px;
        }
        .center2-1 .buzhou1 h3{
            height: 45px;
        }
        .psText{
            width: 61.45vw;
            height: 560px;
            position: absolute;
            left: 0;
            top: 17.2%;
            background-color: white;
        }
		.psImg{
			width: 38.55vw;
			height: 100vh;
			position: absolute;
			right: 0;
			top: 0;
			background-color: #202020;
		}
        .psLeft{
            margin-left: 8.85vw;
            margin-top: 67px;
            width: 240px;
            border-right: 1px solid #dbdbdb;
            float: left;
			opacity: 1;
			transition:all 0.8s linear 0.5s;
        }
		.comeout .psLeft{
			margin-top: 87px;
			opacity: 0;
		}
        .psLeft li{
            margin-bottom: 51px;
            height: 25px;
            padding-left: 45px;
            font-size: 16px;
            line-height: 25px;
            color: #3a3e40;
			cursor: pointer;
        }
        .psLeft .gd{
            background: url(../img/psl1.png) no-repeat left ;
        }
        .psLeft .yd{
            background: url(../img/psl2.png) no-repeat left ;
            height: 29px;
            line-height: 29px;
        }
        .psLeft .xm{
            background: url(../img/psl3.png) no-repeat left ;
            height: 28px;
            line-height: 28px;
        }
        .psLeft .rm{
            background: url(../img/psl4.png) no-repeat left ;
        }
        .psLeft .yq{
            background: url(../img/psl5.png) no-repeat left ;
            height: 27px;
        }
        .psLeft .jh{
            background: url(../img/psl6.png) no-repeat left ;
            height: 29px;
            line-height: 29px;
        }
        .psRight{
            float: left;
            width: 35vw;
			margin-top: 60px;
			margin-left: 50px;
			transition:all 0.8s linear 0.5s;
			opacity: 1;
		}
		.comeout .psRight{
			margin-top: 80px;
			opacity: 0;
		}
		.psRight h1{
			font-size: 24px;
			color: rgb(25, 25, 25);
			font-weight: bold;
		}
		.psRight h2{
			font-family: "Arial";
			font-size: 18px;
			color: #8ec246;
			margin: 5px 0 20px 0;
		}
		.psRight .pt{
			font-size: 14px;
			line-height: 1.9;
			color: rgb(146, 146, 146);
			text-indent: 2em;
			overflow: hidden;  /*12.10改 ↓*/
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 5;
			-webkit-box-orient: vertical; /*12.10改 ↑*/
		}
		.psIco{
			width: 4.68vw;
			height: 4vw;  /*12.16改*/
			float: left;
			margin-right: 130px;
			margin-top: 50px;
		}
		.psIco img{
			margin:0 auto;
		}
		.psIco p{
			width: 4.68vw;
			text-align: center;
			margin-top: 8px;
		}
		.psMore{
			background: url(../img/psmore.png) no-repeat left ;
			width: 74px;
			height: 74px;
			position: absolute;
			left: 0;
			top: 69.1%;
			cursor: pointer;
		}
		.psImg img{
			margin-top: 166px;
			margin-left: 62px;
		}
		.psImg h2{
			font-family: "Arial";
			font-size: 32px;
			color: #8ec246;
			margin: 30px auto;
			display: block;
			width: 400px;
			text-align: center;
		}


/*第三面开始*/
		.center3{
			width:100%;
			height:100%;

			position:relative;
		}
		.center3 .center3-1{
			width:470px;
			height:140px;
			left: 6%;
    		font-size: 14px;
    		color: #fff;
    		opacity: 0.9;
    		position:absolute;
    		top:5%;
		}
		.center3-1 .buzhou1{
			width:470px;
			height:98px;
		}
		.buzhou1 h3{
			width:470px;
			height:60px;
			line-height:60px;
			font-size: 36px;
    		font-weight: 100;
    		color: #fff;
    		opacity: 1;
			position:relative;
			top:0;
			transition:all 0.8s linear 0.5s;
		}
		.comeout .buzhou1 h3{
			top:40px;
			opacity:0;
		}
		.buzhou1 p{
			width:60px;
			height:22px;
			opacity: 0.6;
			font-size: 20px;
			position:relative;
			top:0;
			transition:all 1s linear 1s;
            border-bottom: 2px solid #fff;
            padding-bottom: 20px;
		}
		.comeout .buzhou1 p{
			top:40px;
			opacity:0;
		}
		.soList{
			position: absolute;
			left: 6%;
			top: 22%;
			transition: all 0.8s linear 0.5s;
			opacity: 1;
		}
		.comeout .soList{
			opacity: 0;
			top: 23%;
		}
		.soList li{
			color: white;
			margin: 38px 0;
			font-size: 14px;
		}
		.soList li:hover{
			color: #8ec246;
			cursor: pointer;
		}
		.soList .more{
			background: url(../img/more.png) no-repeat;
			height: 31px;
			padding-left: 40px;
			color: white;
			font-size: 14px;
			margin-top: 70px;
			line-height: 31px;
			cursor: pointer;
		}
		.soRight{
			width: 1568px;
			height: 676px;
			position: absolute;
			right: 0;
			top: 6%;
		}
		.soImg,.soBox{
			margin: 2px;
			float: right;
			position: relative;
		}
		.side img{
			width: 388px;
			height: 17.5vw;
		}
		.boxImg,.soBox{
			width: 388px;
			height: 336px;
		}
		.side8{
			width: 388px;
			height: 336px;
			background-color: rgba(0,0,0,0.5);
		}
		.soT{
			background-color:rgba(0,0,0,0.6);
			color: white;
			text-align: center;
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 37px;
			line-height: 37px;
		}
/*第四面开始*/
		.center4{
			width:100%;
			height:100%;
			position:relative;
		}
		.center4 .center4-1{
			width:470px;
			height:140px;
			left: 6%;
    		font-size: 14px;
    		color: #fff;
    		opacity: 0.9;
    		position:absolute;
    		top:5%;
		}
		.center4-1 .tit{
			width:470px;
			height:35px;
			line-height:35px;
			opacity: 0.6;
			position:relative;
			top:0;
			transition:all 1s linear 0s;
		}
		.comeout .center4-1 .tit{
			top:150px;
			opacity:0;
		}
        .newList{
            position: absolute;
            left: 6%;
            top: 22%;
			transition:all 0.8s linear 0.5s;
			opacity: 1;
        }
		.comeout .newList{
			top: 23%;
			opacity: 0;
		}
        .newList li{
            color: white;
            margin: 38px 0;
            font-size: 14px;
            width: 90%;
            overflow: hidden; /*12.10改 ↓*/
            white-space: nowrap;
            text-overflow: ellipsis; /*12.10改 ↑*/
        }
        .newList li:hover{
            color: #8ec246;
            cursor: pointer;
        }
        .newList .more{
            background: url(../img/more.png) no-repeat;
            height: 31px;
            padding-left: 40px;
            color: white;
            font-size: 14px;
            margin-top: 70px;
            line-height: 31px;
        }
        .newBox{
            position: absolute;
            right: 0;
            top: 20%;
            width: 1300px;
            height: 486px;
            background-color: white;
			opacity: 1;
			transition:all 0.8s linear 0s;
			z-index: 50;
        }
		.newMove{
			top: 15%;
			opacity: 0;
			z-index: 49;
		}
        .le130{
            left: -1300px;
        }
        .newList ul .active,.soList ul .active,.psLeft .active{
            color: #8ec246;
        }
        .newBox img{
            width: 424px;
            height: 318px;
            float: left;
            margin-top: 84px;
            margin-left: 46px;
        }
        .newsText{
            margin-top: 105px;
            margin-left: 66px;
            float: left;
            width: 610px;
        }
        .newsText h1{
            font-size: 20px;
            color: rgb(25, 25, 25);
            font-weight: bold;
        }
        .newsText h2{
            font-family: "Arial";
            font-size: 16px;
            color: rgb(159, 160, 160);
            margin: 17px 0 20px 0;
        }
        .newsText p{
            font-size: 14px;
            line-height: 1.9;
            color: rgb(72, 72, 72);
            text-indent: 2em;
        }
        .newMore{
            margin-top: 60px;
        }
		.newContent{
			margin-top: 0;
			opacity: 1;
			transition: all 0.8s linear 0.5s;
		}
		.comeout .newContent{
			opacity: 0;
			margin-top: 20px;
		}
/*第五面开始*/
        .numBox{
            width: 1600px;
            margin: 0 auto;
            margin-top: 50px;
        }
        .numSty,.numPlus{
            font-size: 50px;
            color: white;
            font-weight: bold;
            text-align: center;
            float: left;
        }
		.center5{
			width:100%;
			height:100%;
			position:relative;
		}
        .numBox .num:nth-child(1){
            margin-left: 0;
        }
        .num{
            float: left;
            margin-left: 170px;
            width: 180px;
        }
        .mAuto{
            margin: 0 auto;
            width: 162px;
        }
        .num p{
            font-size: 16px;
            text-align: center;
            clear: both;
        }
		.center5 .center5-1{
			width:470px;
			height:140px;
			left: 6%;
    		font-size: 14px;
    		color: #fff;
    		opacity: 0.9;
    		position:absolute;
    		top: 5%;
		}
		.center5-1 .tit{
			width:470px;
			height:35px;
			line-height:35px;
			opacity: 0.6;
			position:relative;
			top:0;
			transition:all 1s linear 0s;
		}
		.comeout .center5-1 .tit{
			top:150px;
			opacity:0;
		}

/*右边导航开始*/
.nav{
	width: 6px;
	height: auto;
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -52.5px;
	z-index: 10000;
}
.nav ul{
	width: 100%;
    height: auto;
}
.nav li{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #928f91;
    display: block;
    margin-bottom:15px;
    cursor: pointer;
	position: relative;
}
.nav .current{
	background: rgb(142, 194, 70);
}
.nav li span{
	width: 76px;
	height: 19px;
	font-size: 13px;
    line-height: 14px;
    color: #fefefe;
    position:absolute;
    left:-84px;
    float: left;
}

	/*bottom开始*/
		.bottom{
			width:100%;
			height: 471px;
			position:absolute;
			left: 0;
			bottom: 80px;
			box-sizing: border-box;
			background-color: #23272b;
		}
		.bottom2{
			height: 147px;
			background-color: white;
		}
        .logoBox{
            width: 1600px;
            margin: 0 auto;
            padding-top: 60px;
        }
        .logoBox img{
            margin: 0 42px;
            float: left;
        }
		.bottom .bottom1{
			width: 1600px;
			height: 271px;
			margin: 0 auto;
		}
		.bottom1 .bottom1-top{
			width: 1600px;
			height: 230px;
			padding-bottom: 50px;
			border-bottom: 1px solid #666;
			overflow: hidden;
			}
		.bottom1-top .bottom1-top-left{
			height: 230px;
			float: left;
			overflow: hidden;		
		}
		.bottom1-top-left .bottom1-top-left1{
			list-style: none;
		}
        .ml60{
            margin-left: 60px;
        }
/*人才招募开始*/
		.bottom1-top-left1 .rencai{
			float: left;
			list-style: none;
		}
		.rencai .rencai1{
			height: 24px;
			margin-bottom: 40px;
			color: #aeaeae;
			font-size: 14px;
			font-weight: normal;
			text-align:left;
            border-bottom: 1px solid #666;
            margin-top: 33px;
            padding-bottom: 13px;
		}
		.rencai .rencai2{
			height: 24px;
			text-align:left;
            margin: 5px 0;
		}
        .rencai .mb30{
            margin-bottom: 30px;
        }
        .mt35{
            margin-top: -20px;
        }
        .rencai .w300{
            width: 300px;
        }
        .w300{
            width: 300px;
        }
        .w200{
            width: 200px;
        }
        .h60{
            height: 60px;
            margin-left: 0;
        }
        .workDay{
            float: left;
            color: #aeaeae;
            margin-left: 35px;
            margin-top: -10px;
        }
        .h60 p{
            line-height: 60px;
        }
		.rencai .rencai2 a{
			font-weight: lighter;
			text-decoration: none;
			outline: none;
			color: #aeaeae;
			font-size:14px;
		}
		.rencai .rencai2 a:hover{
			color: #b40a0a;
		}
        .linkBox{
            float: left;
        }
        .ml30{
            margin-left: 50px;  /*12.10改 */
        }
        .address{
            float: left;
            color: #aeaeae;
            font-size:14px;
            margin-top: 20px;
        }
        .address p{
            padding-left: 35px;
        }
        .addressIco{
            background:url(../img/address.png) no-repeat;
            width: 18px;
            height: 19px;
            float: left;
            margin-right: 10px;
        }
        .maText{
            color: #aeaeae;
            width: 50px;
            line-height: 22px;
            margin-right: 20px
        }
/*bottom右边开始*/
		.bottom1-top .bottom1-top-right{
			width: 233px;
			height: 140px;
			float: right;
		}
		.bottom1-top-right .kefu{
			width: 233px;
			height: 32px;
			margin-bottom: 30px;
		}
/*最下面开始*/
		.bottom .bottom1-bottom{
			width: 100%;
			margin-top:12px;
			}
		.bottom1-bottom .bottom-left{
			height: 22px;
			float: left;
			display: inline;
			overflow: hidden;
			font-size: 12px;
		}
		.bottom-left span{
			font-weight: normal;
			color: #999;
			line-height: 22px;
			float: left;
		}
		.bottom-left .banquan{
			display: block;
			padding:0 60px 0 26px;
		}
		.bottom1-bottom .bottom-right{
			width: 252px;
			height: 24px;
			float: right;
			display: inline;
			overflow: hidden;
		}
		.bottom-right span .tousu{
			color: #999;
			line-height: 21px;
			text-decoration: none;
			font-weight: lighter;
			font-size: 14px;
		}
		.bottom-right span{
			float: left;
		}
		.bottom-right .shu{
			color: #999;
			font-weight: normal;
			display: block;
			padding: 0 10px;
		}
		.bottom-right .falv{
			color: #999;
			line-height: 20px;
			text-decoration: none;
			font-weight: lighter;
			font-size: 14px;
		}
		.bottom-right .zhongguo{
			margin-left: 55px;
			display: block;
			width: 31px;
			padding-left: 20px;
			height: 20px;
			background:url(../img/shouye/china.png) no-repeat left center;
			line-height: 20px;
			text-align: center;
			font-size: 14px;
			color:#999;
		}
		.bg{
			background:url(../img/bg.jpg) no-repeat left center;
			width: 1920px;
			height: 980px;
		}
		.colorBg{
			background-color: rgba(0,0,0,0.4);
			width: 100%;
			height: 100vh;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 11;
			margin-top: 81px;
		}
		.xiala{
			background:url(../img/xiahua.png) no-repeat left center;
			width: 47px;
			height: 82px;
			position: fixed;
			left: 50%;
			margin-left: -23.5px;
			bottom: 4%;
		}
		.header-m{
			display: none;
		}
		.phone{
			display: none;
		}
		.bottom .bottom1 .bottom1-top-left1 .rencai:nth-child(1) .linkBox .rencai2{
			width: 165px; /*12.10改 */
		}


.frm-item {
	line-height: 32px;
}

.frm-item + .frm-item {
	margin-top: 10px;
}

.frm-label {
	display: inline-block;
	width: 5em;
	font-size: 14px;
}

.frm-input {
	width: 120px;
	height: 30px;
	border: 1px solid #ddd;
	padding: 0 10px;
}

.frm-textarea{
	width: 220px;
	height: 60px;
	border: 1px solid #ddd;
	padding: 0 10px;
	resize: none;
	font-size: 14px;
	line-height: 24px;
}

.frm-submit {
	display: inline-block;
	min-width: 50px;
	height: 32px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #0D76B4;
	text-decoration: none;
}

.frm-submit.disabled,
.frm-submit.disabled:hover {
	background-color: #BCB7B7;
	cursor: not-allowed;
}

.frm-submit + .frm-reset {
	margin-left: 10px;
}

.frm-reset {
	display: inline-block;
	width: 60px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #B9A5CE;
	text-decoration: none;
}

.frm-submit:hover {
	background-color: #0F5883;
}

.frm-textarea::-webkit-input-placeholder{
	font-family: "Microsoft YaHei";
	line-height: 24px;
}

.left{
	float: left;
}

.dialog-confirm .dialog-submit{
	background-color: #8ec246 !important;
}

.psRight .psTab{
	display: none;
}

.psRight .psTab:nth-child(1){
	display: block;
}



/*12.23*/
.psRightImg .psImg{
	display: none;
}
.psRightImg .psImg:nth-child(1){
	display: block;
}

.bottom .bottom1 .bottom1-top-left1 .rencai:nth-child(1) .linkBox .rencai2{
	margin-left: 0;
}

.bottom1-top-left1 .rencai:nth-child(2){
	margin-left: 3vw;
}

.bottom1-top-left1 .rencai:nth-child(1) .ml30{
	margin-left: 1.8vw;
}

.center5 .bottom1-top .bottom1-top-left1 .rencai:nth-child(4) img{
	width: 88px;
	height: 88px;
}
/* 03.02改 */
.center2 .psNav{
    position: absolute;
    top: 11.5%;
    left: 50vw;
}
.center2 .psNav li{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 30px 15px 0;
	cursor: pointer;
}
.center2 .psNav li.cp_nav{
	background: url(../img/index/cp.png) no-repeat center 5px;
	height: 23px;
}
.center2 .psNav li.cp_nav.active{
	background: url(../img/index/cp-1.png) no-repeat center 5px;
	background-color: #fff;
	color: #656668;
}
.center2 .psNav li.fw_nav{
	background: url(../img/index/fw.png) no-repeat center 5px;
	height: 23px;
}
.center2 .psNav li.fw_nav.active{
	background: url(../img/index/fw-1.png) no-repeat center 5px;
	height: 23px;
	background-color: #fff;
	color: #656668;
}

.psNavTab{
	display: none;
}
.tabShow{
	display: block !important;
}          
/*第六面开始 */
.center6{
	width:100%;
	height:100%;
	position:relative;
}
.center6 .center6-1{
	width:470px;
	height:140px;
	left: 6%;
	font-size: 14px;
	color: #fff;
	opacity: 0.9;
	position:absolute;
	top:5%;
}
.center6-1 .buzhou1 h3:nth-child(2) {
    font-size: 20px;
    height: 30px;
}
.center6-1 .tit{
	width:470px;
	height:35px;
	line-height:35px;
	opacity: 0.6;
	position:relative;
	top:0;
	transition:all 1s linear 0s;
}
.comeout .center6-1 .tit{
	top:150px;
	opacity:0;
}
.serveList{
	position: absolute;
    left: 6%;
    top: 22%;
    transition: all 0.8s linear 0.5s;
    opacity: 1;
}
.serveList li {
    color: white;
    margin: 38px 0;
    font-size: 14px;
}
.serveList li.active{
    color: #8ec246;
}
.serveList .more {
    background: url(../img/more.png) no-repeat;
    height: 31px;
    padding-left: 40px;
    color: white;
    font-size: 14px;
    margin-top: 215px;
    line-height: 31px;
}
.serveBox{
	position: absolute;
	top: 10%;
	right: 0;
	width: 1340px;
	display: none;
}
.str{
	display: flex;
}
.std{
	flex: 1;
	height: 208px;
	background-color: #fff;
	border:1px solid #f1f1f1;
	color: #3b3b3b;
}
.stdToshow{
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 22px;
}
.std p{
	text-align: center;
	line-height: 208px;
	font-size: 20px;
}
.serveBox .str:first-child .std{
	border-top: unset;
}
.serveBox .str:last-child .std{
	border-bottom: unset;
}

.serveBox .std:first-child{
	border-left: unset;
}

.serveBox .std:last-child{
	border-right: unset;
}