@charset "utf-8";
/* CSS Document */
body{background:#fff;}
html, body {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family:  微软雅黑, 宋体, sans-serif, 方正启体繁体;
}
.substring{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
@font-face{
     font-family: '微软简综艺'; 
     src: url('../font/wrjzy.ttf');
}
/*公共样式*/
.auto { margin:0 auto;}
.w1028 { width:1028px;}
.w666 { width:666px;}
.fz12 { font-size:12px;}
.fz14 { font-size:14px;}
.fz15 { font-size:15px;}
.fz16 { font-size:16px;}
.fz17 { font-size:17px;}
.fz18 { font-size:18px;}
.fz20 { font-size:20px;}
.fz22 { font-size:22px;}
.fz24 { font-size:24px;}
.fz26 { font-size:26px;}
.color33 { color:#333;}
.color36 { color:#666;}
.color30 { color:#000;}
.color01 { color:#015293;}
.color38 { color:#888;}
.lineh19 { line-height:19px;}
.lineh26 { line-height:26px;}
.lineh36 { line-height:36px;}
.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt45 { margin-top:45px;}
.ml15 { margin-left:15px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb35 { padding-bottom:35px;}
.pb43 { padding-bottom:43px;}
.pl20 { padding-left:20px;}
.border1 { border-bottom:1px solid #ccc;}
.normal { font-weight:normal;}
.bold { font-weight:bold;}
.block { display:block;}
.hr_40{ height:40px;}
.mb10 { margin-bottom:10px;}
.mt14{ margin-top:14px;}
a,a:hover{
	text-decoration: none;
}
.display_flex{
    list-style-type: none;
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;    

    
}
.justify-content_flex-space-between{
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-content_flex-space-center{
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.flex_wrap{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_no_wrap{
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}


.cl { clear:both;}
/*公共样式结束*/
/*列表图标*/
.mf0{margin-right:0px;}

.fnwr{font-family:"微软雅黑";}
.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.ml30{margin-left:30px;}
.mr10{margin-right:10px;}
/*.bolf{border-left:1px solid #bfbfbf;}*/


.home_area {
    overflow: hidden;
    min-width: 1200px; 
}
.navigator{
	width:100%;
	background:#fff;
}
.navbar_main{
	/*width:1200px;*/
	margin:0 auto;
}
.navbar_main>.fl{
	padding-top:24px;
	height:78px;
}
.navbar_main>.fl img{
	height:54px;
}
.navbar_main>.fr{
	height:102px;
	line-height:102px;
}
.navbar_main>.fr ul{
	height:102px;
}
.navbar_main>.fr ul li{
	float: left;
	margin-right:16px;
}
.navbar_main>.fr ul li a{
	display: block;
	padding:0 20px;
	font-size: 16px;
	color:#333;
}
.navbar_main>.fr ul li.active,.navbar_main>.fr ul li:hover{
	background:#0093eb;
}
.navbar_main>.fr ul li.active a,.navbar_main>.fr ul li:hover a{
	color:#fff;
}
.navigator.small{
	height:auto;
	overflow: hidden;
}
.navigator.small .navbar_main{
	height:68px;
}
.navigator.small .navbar_main>.fl{
	height:68px;
	padding-top:7px;
}
.navigator.small .navbar_main>.fr{
	height:68px;
	line-height:68px;
}
.navigator.small .navbar_main>.fr ul li a{
	font-size: 18px;
}
.navigator.small .navbar_main>.fr ul li.active a,.navigator.small .navbar_main>.fr ul li:hover a{
	background:#fff;
	color:#333;
	position: relative;
}
.navigator.small .navbar_main>.fr ul li.active a:after,.navigator.small .navbar_main>.fr ul li:hover a:after{
	content:"";
	position: absolute;
	left:0px;
	bottom:5px;
	width:100%;
	height:2px;
	background:#0093eb;
}
.p_right_nav{
	float: right;
	height:auto;
	padding:18px 0px;
}
.p_right_nav img{
	height:20px;
}
.footer_top{
	height:auto;
	overflow: hidden;
	background:#0093eb;
}
.footer_bottom{
	height:50px;
	background:#404040;
	color:#fff;
	font-size: 14px;
	line-height:50px;
	text-align: center;
}
.footer_top>img{
	display: block;
	width:200px;
	height:auto;
	margin:20px auto;
}
.footer_top_a{
	width:100%;
	text-align: center;
	height:40px;
}
.footer_top_a a{
	margin:0 20px;
	color:#fff;
}
.footer_top_a a:hover{
	text-decoration: underline;
}
.footer_top_a span{
	color:#fff;
}
.footer_top_main{
	width:600px;
	height:auto;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:20px;
}
.footer_top_main_fl{
	color:#fff;
	line-height:30px;
}
.go_top{
	display: block;
    width: 50px;
    height: 50px;
    /* border-radius: 20px; */
    position: fixed;
    bottom: 90px;
    right: 30px;
   
    opacity: 0;
    transition: all 1s;
    z-index: 3000;
}
.go_top>img{
	width:100%;
}
@media (max-width: 768px){
	.navigator,.navbar_main,.navbar_main>.fl{
	    height:auto;
	}
	.navbar_main>.fl,.navigator.small .navbar_main>.fl{
		padding-top:13px;
	}
	.navbar_main>.fl img{
		height:30px;
	}
	
	.navigator.small .navbar_main,.navigator.small .navbar_main>.fl{
		height:auto;
	}
	.phone_footer{
		height:auto;
		padding:10px 0px;
		line-height:30px;
		color:#fff;
		font-size: 14px;
		text-align: center;
		background:#404040;
		margin-top:20px;
	}
	.go_top{
		width:40px;
		height:40px;
	}
}

@media (min-width: 768px){
	.container {
	    width:1200px;
	}
	.navigator{
		position:fixed;
		top:0px;
		left:0px;
		z-index: 1000;
	}
		
}