/*导航滚动*/
*{
    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;
}
.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: 29px;
}
input:hover{
	border: 1px solid #2e7bf7;
}
button{
	border: 0px;
	outline:none;
	background: #6d7174;
	position: relative;
	bottom: 25px;
	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;
}
.kong{
	width: auto;
	height: 35px;
}
.hengtiao{
	width: 100%;
	height: 80px;
	background: #556677;
	margin: 0 auto;
}
.hengtiao_box{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.hengtiao p{
	width: 1200px;
	height: 80px;
	padding-top: 12px;
	color: #fff;
}
.hengtiao p.p1{
	width: 1200px;
	height: 30px;
	text-align: left;
	font-size: 24px;
	margin-left: 135px;
}
.hengtiao p.p2{
	width: 1200px;
	height: 30px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.2px;
	margin-left: 135px;
}
/*内容*/
.con{
	width: 950px;
	height: 280px;
	margin: 50px auto 0px auto;
	border-radius: 8px;
	background: #fff;
}
.con_L{
	width: 500px;
	height: 270px;
	float: left;
	border-radius: 8px 0px 0px 8px;
	padding: 10px 0px 0px 0px;
}
.con_L span{
	display: block;
	width: 500px;
	height: 50px;
	line-height: 50px;
	font-size: 19px;
	margin-left: 30px;
	border-bottom: 2px dashed #515457;
	color: #515457;
}
.con_L h4{
	width: 500px;
	height: 20px;
	line-height: 20px;
	margin-left: 30px;
	font-size: 19px;
	color: #515457;
}
.con_L p{
	width: 500px;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
	font-size: 17px;
	color: #515457;
}
.con_R{
	width: 400px;
	height: 280px;
	background: #FFF;
	float: right;
	border-radius: 0px 8px 8px 0px;
}
.con_R img{
	display: block;
	width: 370px;
	height: 250px;
	padding: 15px 0px 0px 15px;
}


.con1{
	width: 950px;
	height: 220px;
	margin: 20px auto 0px auto;
	background: #fff;
	border-radius: 8px;
}
.con1_L{
	width: 500px;
	height: 210px;
	float: left;
	border-radius: 8px 0px 0px 8px;
	padding: 10px 0px 0px 0px;
}
.con1_L span{
	display: block;
	width: 500px;
	height: 50px;
	line-height: 50px;
	font-size: 19px;
	margin-left: 30px;
	border-bottom: 2px dashed #515457;
	color: #515457;
}
.con1_L h4{
	width: 500px;
	height: 20px;
	line-height: 20px;
	margin-left: 30px;
	font-size: 19px;
	color: #515457;
}
.con1_L p{
	width: 500px;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
	font-size: 17px;
	color: #515457;
}
.con1_R{
	width: 400px;
	height: 220px;
	background: #fff;
	float: right;
	border-radius: 0px 8px 8px 0px;
}
.con1_R img{
	display: block;
	width: 370px;
	height: 190px;
	padding: 15px 0px 0px 15px;
}
/*公司信息*/
.Information{
	width: 100%;
	height: 80px;
	margin: 50px 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: 14px;
	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 */
}