/*导航滚动*/
*{
    margin:0;
    padding:0;
}
html,body{
	font-family: "微软雅黑";
	background: #efeff0;
	/* height: 100%; */
}
a{
	text-decoration: none;
}
a:hover{
	cursor: pointer;
}
ul li{
	list-style-type: none;	
}
.clear{
	clear: both;
}
p{
	font-size: 14px;
	color: #fff;
}
.kong{
	width: 100%;
	height: 15px;
	margin: 0 auto;
}
.zstm_nav {
	width: 100%;
	height: 100px;
	position: relative;
	background: #fff;
}
.zstm_nav_box {
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #000;
    position: fixed; top: 0;
    overflow: visible;
    z-index: 10000;
    transition: all .2s;
}
.zstm_nav_box .menu {
    position: absolute;
    bottom: 0;
    background: #f1f1f1;
    top: 100px;
    left: 0;
    right: 0;
    height: 218px;
    display: none;
    border-bottom: 1px solid #ddd;
}
.menu .menu-item {
    display: none;
    position: relative;
}
.menu .menu-item .l {
    width: 45%;
    position: absolute;
}
.menu .menu-item .l .wz {
    position: absolute;
    top: 40px;
    right: 100px;
}
.menu .menu-item .l .wz p {
    color: #000;
    font-size: 22px;
    line-height: 25px;
    font-family:myThreeFont;
    color: #515457;
}
@font-face{
font-family: myThreeFont;
src: url("../fonts/简体.TTF"); /* IE9 */
}
.menu .menu-item .l .wz p.ms {
    font-size: 13px;
}
.menu .menu-item .r {
    top: 0;
    right: 0;
    bottom: 0;
    width: 53%;
    position: absolute;
    padding-top: 31px;
}
.menu .menu-item .r p {
    line-height: 40px;
    color: #666;
    border-bottom: 1px dashed #444;
    width: 140px;
    height: 35px;
    cursor: pointer;
    font-size: 13px;
    font-family: myFourFont;
}
.menu .menu-item .r p.p1 {
    line-height: 40px;
    color: #666;
    border-bottom: 1px dashed #444;
    width: 280px;
    height: 35px;
    cursor: pointer;
    font-size: 13px;
    font-family: myFourFont;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.menu .menu-item .r p a {
	color: #576776;
}
.menu .menu-item .r p:hover {
    background: #ccc;
}
.zstm_nav_box.mnopend {
    background: #fff;
    color: #000;
}
.zstm_nav_box.hide {
    top: -70px;
}
.zstm_nav_left {
	width: 300px;
	height: 100px;
	float: left;
	margin-left: 40px;
	font-size: 25px;
	line-height: 100px;
}
.zstm_nav_left .o {
    color: #fff;
}
.zstm_nav_left .t {
    display: none;
    color: #000;
}
.zstm_nav_left img {
	margin-top: 20px;
}
.zstm_nav_right {
	width: 800px;
	height: 100px;
	float: right;
}
.zstm_nav_right_t{
	width:260px;
	height: 45px;
	float: right;
	background: #515457;
	border-radius: 50px 0px 0px 50px;
}
input{
	width: 150px;
	height: 25px;
	border-radius: 5px;
	margin-left: 60px;
	margin-top: 9px;
	background: #6d7174;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	text-indent: 1em;
	position: relative;
	bottom: 28.5px;
}
input:hover{
	border: 1px solid #2e7bf7;
}
button{
	border: 0px;
	outline:none;
	background: #6d7174;
	position: relative;
	bottom: 23px;
	right: 38px;
	border-radius: 0px 5px 0px 0px;
}
.hint{
	width:400px;
	height:230px;
	margin:0 auto;
	background:#fff;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-166px;
	z-index:111;
	display:none;
	transition: all 500ms;
	box-shadow: 2px 2px 5px #999;
}
.hint-in1{
	width:400px;
	height:50px;
	background:#556677;
	position:relative;
}
.hint2{
	line-height:50px;
	color:#fff;
	font-size:20px;
	padding-left:30px;
}
.hint3{
	width:38px;
	height:37px;
	background:url(../img/hint3.png) no-repeat;
	-webkit-background-size:38px 37px;
	background-size:38px 37px;
 	position:absolute;
 	top:7px;
	right:7px;
}
.hint3:hover{
	width:38px;
	height:37px;
	background:url(../img/hint33.png) no-repeat;
	-webkit-background-size:38px 37px;
	background-size:38px 37px;
	 position:absolute;
	 top:7px;
	 right:7px;
}
.hint-in2{
	line-height:150px;
	font-size:20px;
	text-align:center;
	color:#556677;
}
.zstm_nav_right_b{
	width: 800px;
	height: 55px;
	float: left;
}
.zstm_nav_right_b ul{
	width: 800px;
}
.zstm_nav_right_b ul li{
	width: 125px;
	height: 55px;
	float: left;
	text-align: center;
	line-height:55px;
    font-size: 15px;
    position: relative;
}
.zstm_nav_right_b li a{
    position: relative;
    color: #000;
	font-family: myThreeFont;
}
@font-face{
font-family: myThreeFont;
src: url("../fonts/简体.TTF"); /* IE9 */
}
.zstm_nav_right_b li a .line {
    position: absolute;
    left: -2px; right: -2px;
    height: 2px; background: #000;
    bottom: 0px; opacity: 0;
    transition: all .2s;
}
.zstm_nav_right_b li a .line.act {
    bottom: -5px;
    opacity: 1;
}
.zstm_nav_right_b ul li div{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:50px;
	z-index:1;
	display:none;
}
.kongbai{
	width: 100%;
	height: 495px;
	margin: 0 auto;
}
.hengtiao{
	width: 100%;
	height: 90px;
	background: #556677;
	margin: 0 auto;
}
.hengtiao_box{
	width: 1200px;
	height: 65px;
	margin: 0 auto;
	padding-top: 20px;
}
.hengtiao p{
	width: 1200px;
	height: 90px;
	color: #fff;
	font-family: myThreeFont;
	line-height:30px;
}
@font-face{
font-family: myThreeFont;
src: url("../fonts/简体.TTF"); /* IE9 */
}
.hengtiao p.p1{
	width: 1200px;
	height: auto;
	text-align: left;
	font-size: 24px;
	margin-left: 135px;
}
.hengtiao p.p2{
	width: 1200px;
	height: auto;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.2px;
	margin-left: 135px;
}
/*内容区域*/
.gsjj{
	width:100%;
	height:1700px;
	margin:30px auto;
}
/*内容区域*/
.gsjj_box{
	width:1350px;
	height:1700px;
	margin:30px auto;
}
.gsjj_L{
	width: 16%;
	height: 600px;
	float: left;
}
.gsjj_L ul{
	width: 200px;
	height: 200px;
}
.gsjj_L ul li a{
	color: #515457;
	font-family: myFourFont;
	font-size: 14px;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.gsjj_L ul li{
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	margin-left: 50px;
}
.gsjj_L ul li:hover{
	background: url("../img/2222.png") no-repeat 120px 10px;
}
.gsjj_L ul li.gs{
	width: 150px;
	height: 30px;
	text-align: left;
	margin-left: 50px;
}
.gsjj_L ul li.gsa:hover{
	color: #515457;
	font-weight: bold;
}
.gsjj_L ul li.gs:hover{
	background: url("../img/2222.png") no-repeat 120px 10px;
	color: #515457;
	font-weight: bold;
}
.gsjj_L ul li.js{
	width: 150px;
	height:62px;
	margin-top: 8px;
	line-height: 20px;
	text-align: left;
	letter-spacing: -0.3px;
}
.gsjj_L ul li.js:hover{
	background: url("../img/2222.png") no-repeat 128px 25px;
	color: #515457;
	font-weight: bold;
}
.gsjj_R{
	width: 74%;
	height:1700px;
	float: left;
	border-radius: 8px;
}
.yunxing{
	width: 1000px;
	height: 830px;
}
.yunxing_l{
	width: 300px;
	height: 840px;
	float: left;
}
.yunxing_l_t{
	width: 300px;
	height: 420px;
	background: #fff;
	border-radius: 8px;
}
.yunxing_l_t_t{
	width: 300px;
	height: 225px;
	border-radius: 8px 8px 0px 0px;
}
.yunxing_l_t_t img{
	width: 270px;
	height: 200px;
	margin-left: 15px;
	margin-top: 15px;
}
.yunxing_l_t_b{
	width: 300px;
	height: 160px;
	background: #fff;
	padding-top: 10px;
	border-radius: 0px 0px 8px 8px;
}
.yunxing_l_t_b h3{
	width: 260px;
	height: 25px;
	color: #000;
	font-size: 14px;
	margin-left: 20px;
}
.yunxing_l_t_b p{
	width: 260px;
	height: auto;
	color: #515457;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	font-family: myFourFont;
	text-align: justify;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.yunxing_l_b{
	width: 300px;
	height: 520px;
	margin: 40px auto 0px auto;
	background: #fff;
	border-radius: 8px;
}
.yunxing_l_b_t{
	width: 300px;
	height: 225px;
}
.yunxing_l_b_t img{
	width: 270px;
	height: 200px;
	margin-left: 15px;
	margin-top: 15px;
}
.yunxing_l_b_b{
	width: 300px;
	height: 160px;
	padding-top: 10px;
	border-radius: 0px 0px 8px 8px;
}
.yunxing_l_b_b h3{
	width: 260px;
	height: 25px;
	color: #000;
	font-size: 14px;
	margin-left: 20px;
}
.yunxing_l_b_b p{
	width: 260px;
	height: auto;
	color: #515457;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	font-family: myFourFont;
	text-align: justify;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}



.yunxing_z{
	width: 300px;
	height: 840px;
	float: left;
	margin-left: 50px;
}
.yunxing_z_t{
	width: 300px;
	height: 420px;
	background: #fff;
	border-radius: 8px;
}
.yunxing_z_t_t{
	width: 300px;
	height: 225px;
}
.yunxing_z_t_t img{
	width: 270px;
	height: 200px;
	margin-left: 15px;
	margin-top: 15px;
}
.yunxing_z_t_b{
	width: 300px;
	height: 160px;
	background: #fff;
	padding-top: 10px;
	border-radius: 0px 0px 8px 8px;
}
.yunxing_z_t_b h3{
	width: 260px;
	height: 25px;
	color: #000;
	font-size: 14px;
	margin-left: 14px;
}
.yunxing_z_t_b p{
	width: 270px;
	height: auto;
	color: #515457;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	font-family: myFourFont;
	text-align: justify;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.yunxing_z_b{
	width: 300px;
	height: 520px;
	margin: 40px auto 0px auto;
	background: #fff;
	border-radius: 8px;
}
.yunxing_z_b_t{
	width: 300px;
	height: 225px;
}
.yunxing_z_b_t img{
	width: 270px;
	height: 200px;
	margin-left: 15px;
	margin-top: 15px;
}
.yunxing_z_b_b{
	width: 300px;
	height: 160px;
	padding-top: 10px;
}
.yunxing_z_b_b h3{
	width: 260px;
	height: 25px;
	color: #000;
	font-size: 14px;
	margin-left: 20px;
}
.yunxing_z_b_b p{
	width: 260px;
	height: auto;
	color: #515457;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	font-family: myFourFont;
	text-align: justify;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}

.yunxing_r{
	width: 300px;
	height: 840px;
	float: right;
}
.yunxing_r_t{
	width: 300px;
	height: 420px;
	background: #fff;
	border-radius: 8px;
}
.yunxing_r_t_t{
	width: 300px;
	height: 225px;
}
.yunxing_r_t_t img{
	width: 270px;
	height: 200px;
	margin-left: 15px;
	margin-top: 15px;
}
.yunxing_r_t_b{
	width: 300px;
	height: 160px;
	background: #fff;
	padding-top: 10px;
	border-radius: 0px 0px 8px 8px;
}
.yunxing_r_t_b h3{
	width: 260px;
	height: 25px;
	color: #000;
	font-size: 14px;
	margin-left: 20px;
}
.yunxing_r_t_b p{
	width: 260px;
	height: auto;
	color: #515457;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	font-family: myFourFont;
	text-align: justify;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}


.yunxing_r_b{
	width: 300px;
	height: 520px;
	margin: 40px auto 0px auto;
	border-radius: 8px;
	background: #fff;
}
.yunxing_r_b_t{
	width: 300px;
	height: 280px;
	background: #fff;
	border-radius: 8px 8px 0px 0px;
}
.yunxing_r_b_t img{
	width: 260px;
	height: 300px;
	margin-left: 15px;
	margin-top: 15px;
}
.yunxing_r_b_b{
	width: 300px;
	height: 120px;
	background: #fff;
	border-radius: 0px 0px 8px 8px;
}
.yunxing_r_b_b h3{
	width: 400px;
	height: 25px;
	color: #000;
	font-size: 14px;
	margin-left: 20px;
}
.yunxing_r_b_b p{
	width: 440px;
	height: auto;
	color: #515457;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	font-family: myFourFont;
	text-align: justify;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}

.mf_B{
	width: 1000px;
	height: 680px;
	background: #fff;
	float: left;
	border-radius: 0px 0px 8px 8px;
	margin-top: 190px;

}
.mf_B h2{
	width: 970px;
	height: 50px;
	background: #556677;
	line-height: 50px;
	color: #fff;
	padding-left: 30px;
	border-radius: 8px 8px 0px 0px;
	letter-spacing: 0.1em;
	font-size: 19px;
}
.mf_B_L{
	width: 260px;
	height: 650px;
	float: left;

}
.mf_B_L span{
	display: inline-block;
	width: 260px;
	height: 50px;
	font-size: 17px;
	line-height: 70px;
	margin-left: 30px;
	font-family: myFourFont;
	font-weight: bold;
}
.mf_B_L span.sp3{
	display: inline-block;
	width: 260px;
	height: 50px;
	font-size: 17px;
	line-height: 70px;
	margin-left: 30px;
	font-family: myFourFont;
	font-weight: bold;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.mf_B_L p{
	width: 260px;
	height: 23px;
	float: left;
	margin-left: 30px;
	line-height: 23px;
	font-size: 13px;
	color: #000;
	font-family: myFourFont;
}
.mf_B_L p.pp1{
	width: 260px;
	height: 23px;
	float: left;
	margin-left: 30px;
	line-height: 23px;
	font-size: 13px;
	color: #000;
	font-family: myFourFont;
	letter-spacing:-0.8px;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.mf_B_Z{
	width: 235px;
	height: 650px;
	float: left;
	margin-left: 10px;
}
.mf_B_Z span{
	display: inline-block;
	width: 235px;
	height: 50px;
	font-size: 17px;
	line-height: 70px;
	margin-left: 30px;
	font-family: myFourFont;
	font-weight: bold;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.mf_B_Z span.sp1{
	display: inline-block;
	width: 235px;
	height: 50px;
	font-size: 17px;
	line-height: 70px;
	margin-left: 30px;
	font-family: myFourFont;
	font-weight: bold;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.mf_B_Z p{
	width: 235px;
	height: 26.5px;
	float: left;
	margin-left: 30px;
	line-height: 26.5px;
	font-size: 13px;
	color: #000;
	font-family: myFourFont;
	letter-spacing:-0.8px;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.mf_B_R{
	width: 260px;
	height: 650px;
	float: left;
	margin-left: 10px;
}
.mf_B_R span{
	display: inline-block;
	width: 260px;
	height: 50px;
	font-size: 17px;
	line-height: 70px;
	margin-left: 30px;
	font-family: myFourFont;
	font-weight: bold;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.mf_B_R p{
	width: 260px;
	height: 23px;
	float: left;
	margin-left: 30px;
	line-height: 23px;
	font-size: 13px;
	color: #000;
	font-family: myFourFont;
	letter-spacing:-0.8px;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}



.mf_B_R1{
	width: 215px;
	height: 650px;
	float: right;
	margin-left: 10px;
}
.mf_B_R1 span{
	display: inline-block;
	width: 215px;
	height: 50px;
	font-size: 17px;
	line-height: 70px;
	margin-left: 30px;
	font-family: myFourFont;
	font-weight: bold;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}
.mf_B_R1 p{
	width: 215px;
	height: 23px;
	margin-left: 30px;
	line-height: 23px;
	font-size: 13px;
	color: #000;
	font-family: myFourFont;
}
@font-face{
font-family: myFourFont;
src: url("../fonts/兰亭细黑 GB0.TTF"); /* IE9 */
}



/*公司信息*/
.Information{
	width: 100%;
	height: 80px;
	margin: 40px auto 0px auto;
}
.Information_box{
	width: 750px;
	height: 80px;
	margin: 0 auto;

}
.Information_box span{
	color: #898989;
	width:auto;
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	font-family: myOneFont;
}
@font-face{
font-family: myOneFont;
src: url("../fonts/方正兰亭大黑_GBK.TTF"); /* IE9 */
}
.Information_box span.span1{
	width: auto;
	float: left;
	height: 80px;
	background: url("../img/index-07.png") no-repeat 0px 19px;
}
.Information_box span.span2{
	width: auto;
	float: right;
	height: 80px;
	background:url("../img/index-08.png") no-repeat 0px 19px;
}
/*底部*/
.Bottom{
	width:100%;
	height: 60px;
	background:#babcbe;
}
.Bottom_box{
	width:100%;
	height: 60px;
	margin: 0 auto;
}
.Bottom_box p{
	width:100%;
	height: 60px;
	line-height: 60px;
	font-size: 13px;
	color: #676767;
	text-align: center;
	font-family: myTwoFont;
}
@font-face{
font-family: myTwoFont;
src: url("../fonts/方正中等线简体.ttf"); /* IE9 */
}

