body,html{
	font-family: pingfang_regular;
	min-width: 1200px;
	height: 100%;
}
body{
	padding-top: 40px;
	z-index: 0;
    position: relative;
	background: #fcfcfc;
}
.page-container{
	width: 1200px;
	margin: 0 auto;
}
.page-container p{
	margin-bottom: 0 !important;
}
.top-header{
	background-color:#1E2229;
	height: 40px;
	line-height: 40px;
	width: 100%;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    min-width: 1200px;
    color: #fff;
}

.top-header .header-user{
	float: right;
	margin-right: 20px;
}
.top-header .header-login{
	float: right;
	/*width:60px;*/
	height:30px;
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:20px;
	background: transparent;
	border: 0;
	outline: 0;
	margin-right: 20px;
}
.top-header .header-login a{
	color: #fff;
}
.top-header .global{
	float: right;
	cursor: pointer;
	padding-left: 35px;
	/*background: url(../images/icon-global.png) no-repeat left center;*/
	margin-right: 40px;
}
.top-header .global a{
	color: #fff;
}


.header{
	width: 100%;
	height: 70px;
	padding: 0 10px;
	/*background: #fff;*/
	border-bottom: 1px solid rgba(255,255,255,.08);
	z-index: 10;
	/*overflow: hidden;*/
	position: absolute;
	left:0;
	top: 40px;
	min-width: 1200px;
}

.onslide{
    	position: fixed;
    	background: #fff;
    	top: 0;
}


.logo{
	height: 100%;
	overflow: hidden;
}
.logo>a{
	display: block;
	width: auto;
	height: 100%;
}

.header .navbar-h .first-menu{
	display:table-cell ;
	padding-right: 35px;
	line-height: 70px;
	font-size: 16px;
}
.header .navbar-h .first-menu:hover>a{
	border-bottom: 5px solid #c7000b;
}
/*.header .navbar-h li.active>a{
	
}*/
.header .navbar-h .first-menu:hover .navbar-list-wrapper{
	/*max-height: 800px;*/
	/*display: block;*/
}

.header .navbar-h .first-menu>a{
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-family: pingfang_regular;
	font-weight:bold;
	height: 70px;
	border-bottom: 5px solid transparent;
	/*transition: all 0.3s;*/
}
.onslide .first-menu>a{
    	color: #333 !important;
}




.header .global{
	line-height: 70px;
	cursor: pointer;
	padding-left: 20px;
	background: url(../images/icon-global.png) no-repeat left center;
}
.header .header-user{
	line-height: 70px;
	max-width: 124px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}
.header .global .icon-down{
	display: inline-block;
	width: 6px;
	height: 6px;
}
.header .login{
	padding: 0 15px;
	color: #333;
	font-size: 12px;
	line-height: 28px;
	border: none;
	background: #fff;
	border: 1px solid #333333;
}
.header .login:hover{
	color: #fff;
	background-color: #333;
}

/* .header .search-input{

	width: 130px;
	height: 28px;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
	position: relative;
} */
.search-btn{
    position: fixed;
    right: 30px;
    z-index: 9999999;
    top: 46px;
    font-size: 18px;
    cursor: pointer;
}

.search-btn span{
    border: 2px solid #e30010;
    padding: 14px;
    border-radius: 50%;
    background: url(../images/search-icon2.png) no-repeat center center;
    width: 21px;
    height: 21px;
    display: inline-block;
}

.search-input{
	width: 150px;
	height: 47px;
	box-sizing: border-box;
	position: fixed;
	right: 260px;
	z-index: 20;
	top: 46px;
    padding-top: 14px;
    display: none;
}
.search-input input{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	/*background: none;*/
	padding: 0 18px 0 10px;
}
.search-input .icon-search{
	color: #333;
	/* position: absolute; */
	/* right: 0; */
	font-size:18px;
	float: right;
	cursor: pointer;
	line-height: 33px;
    margin-right: 10px;
    background: url("../images/search-icon2.png") no-repeat center center;
    width: 21px;
    height: 21px;
	/* top: 6px; */

}
.search-input.focus{
	box-shadow: 0 2px 10px 0px rgba(0,0,0,.15);
	/* width: 270px; */
}
/* .header .search-input.focus input{
	width: 190px;
} */
.search-wrapper-g{
	border-bottom: 1px solid #dddddd;
	height: 33px;
	margin: 0 10px;
}
.search-input input{
	width: 90px;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0 10px 0;
}
.global-clear{
	background: url(../images/clear.png) no-repeat center;
	width: 26px;
	height: 33px;
	float: right;
	cursor: pointer;
	/* display: none; */
}
.hot-search{
	position: absolute;
	background: #fff;
	z-index: 5;
	font-size: 12px;
	width: 100%;
	text-indent: 20px;
	top: 47px;
	padding-top: 15px;
	box-shadow: 0 10px 10px 2px rgba(0,0,0,.15);
	display: none;
}
.hot-search-li,.hot-search span{
	height: 34px;
	line-height: 34px;
	color: #333;
}
.hot-search span{
	color: #999999;
}
.hot-search-li:hover{
	color: #005bac;
	background: #f8f7f7;
	cursor: pointer;
}
.navbar-list-wrapper{
	width: 100%;
	display: inline-block;
	min-width: 100%;
	/*width: 100%;*/
	position: absolute;
	left: 0;
	top: 70px;
	background:rgba(233, 233, 233,0.97) url(../images/menu-bg.png) no-repeat right bottom;
	/*max-height: 0px;*/
	/*height: 500px;*/
	/*overflow: hidden;*/
	overflow-y: auto;
	overflow-x: auto;
	z-index: 10;
	display: none;
/*	-webkit-transition-property: all;
	-webkit-transition-duration: .1s;
	-webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
	 /*  Mozilla内核浏览器：firefox3.5+*/
/*	 -moz-transition-property: all;
	 -moz-transition-duration: .1s;
	 -moz-transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);*/
	 /*  Opera*/
/*	 -o-transition-property: all;
	 -o-transition-duration: .1s;
	 -o-transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);*/
	 /*  IE9*/
/*	 -ms-transition-property: all;
	 -ms-transition-duration: .1s;
	 -ms-transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);*/

}


.navbar-list-box{
	padding-left: 250px;
	padding-bottom: 20px;
	/*min-width: 1420px;*/
	/*box-sizing: border-box;*/
	/*width: 1732px;*/
	min-width:1200px;
	min-height: 400px;
}

.navbar-list .block-left{
    width: 280px;
    height: 100%;
    min-height:350px; 
    overflow: hidden;
    float: left;
    margin-top: 50px;
    border-right: 1px solid rgba(0,0,0,0.15);;
}

.navbar-list .block-left .second-menu{
	line-height: 42px;
	padding-left: 16px;
	cursor: pointer;
	margin-bottom: 10px;
}
.navbar-list .block-left .second-menu a{
	color: #333;
	display: inline-block;
    width: 100%;
}

.navbar-list .block-left .second-menu:hover,
.navbar-list .block-left .second-menu.active{
 	background-color: #c7000b;
}
.navbar-list .block-left .second-menu:hover>a,
.navbar-list .block-left .second-menu.active>a{
 	color: #fff;
 	font-weight: bold;
}
.navbar-list .block-left .second-menu:hover>a:after,
.navbar-list .block-left .second-menu.active>a:after{
	content: '➞';
	float: right;
	padding-right: 10px;
}

.navbar-list .block-left .second-menu.active .block-right{
	display: block;
}
.navbar-list .block-left .block-right{
    position: absolute;
    left: 540px;
    top: 50px;
    padding-left: 50px;
    display: none;
    /*width: 1100px;*/
}

.navbar-list .block-left .block-right h3{
font-size:24px;
font-weight:800;
color:rgba(51,51,51,1);
line-height:28px;
}
.navbar-list .block-left .block-right ul
{
	margin-top: 25px;
}
.navbar-list .block-left .block-right .third-menu{
	font-size: 16px;
	font-weight:500;
	color:#333;
	line-height:48px;
	cursor: pointer;
}

.navbar-list .block-left .block-right .third-menu:hover>a{
	color:#005bac;
}

.navbar-list .block-left .block-right .picture{
	position: absolute;
	right:0px;
	top: 50px;
	width: 342px;
	height: 256px;
}


.navbar-list .block-left .block-right .menu-des{
	    width: 700px;
    margin-top: 38px;
    font-size: 16px;
    line-height: 28px;
}
.navbar-list .block-left .block-right .picture img{
	width: 100%;
	height: 100%;
}


.navbar-list dl{
    display: block;
    box-sizing: border-box;
    min-width: 174px;
    vertical-align: top;
    margin-left: -5px;
    margin-right: 20px;
}
.navbar-list dl dt{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    /* padding-left: 10px; */
    padding-right: 5px;
    /* border-left: 5px solid #CE1F2D; */
    background: #005bac;
    color: #fff;
    text-align: center;
    width: 160px;
}

.navbar-list dl dt>a{
	color: #333333;
}
.navbar-list dl dt.hasLink>a{
	cursor: pointer;
}
.navbar-list dl dt.hasLink:hover a{
	color: #005bac;
}
.navbar-list dl dd{
	line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 2px;
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.navbar-list dl dd:last-child{
	margin-bottom: 20px;
}

.navbar-list dl dd .dd-txt{
	display:inline-block;
	/* max-width:110px; */
    vertical-align:top;
}
.navbar-list dl dd:hover{
	color: #CE1F2D;
	font-weight: bold;
}
.navbar-list dl dd:hover .dd-txt{
	color: #005bac;
}
.navbar-list dl .case-title{
	line-height: 40px;
	color: #999999;
	border-bottom: 1px solid #ddd;
	cursor: default;
}
.navbar-list dl .case-title:hover{
	background: none;
	color: #999;
}


/* 尾部 */
.footer{
	width: 100%;
	background:#282D33  url(../images/footer-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.troila-card{
	box-sizing: border-box;
	width: 448px;
	background:url(../images/bg-card.png) no-repeat left top;
	background-color: #fff;
	margin-top: -120px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 8px 0px rgba(179,179,179,0.2);
	border-radius: 4px;
	padding: 30px;
}

.footer-address{
	width: 205px;
    /* height: 353px; */
    display: inline-block;
    float: left;
    color: #fff;
    margin: 20px 0px;
    /*margin-left: -14px;*/

}
.footer-address .logo{

}
.footer-address .item {
   line-height: 45px;
}

.footer-address .item .v{
    font-size: 14px;
    color: #646471;
}


.footer-navbar{
	margin-top: 23px;
    margin-left: 122px;
    padding-bottom: 24px;
}
.footer-navbar dl{
	float: left;
	margin-left: 0;

}
.footer-navbar dl dt{
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    border-bottom: 1px solid #363A43;
}
.footer-navbar dl dd a{
	line-height: 30px;
	font-size: 14px;
	color: #7b7b8a;

}

.footer-navbar dl dd:hover a{
	color: #fff;
}
.footer .followus{
	width: 224px;
    margin-top: 20px;
    position: relative;

}
.footer .followus .title{
	color: #fff;
	margin-bottom: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 43px;

}
.footer .icons{
	color: #46464F;
	cursor: pointer;
}
.footer .icons span{
	margin-right: 20px;
}
.footer .wechat{
	background:url(../images/icon-wechat-gray.png) center center no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.footer .wechat:hover{
	background:url(../images/icon-wechat.png) center center no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.footer .weibo{
	background:url(../images/icon-weibo-gray.png) center center no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.footer .weibo:hover{
	background:url(../images/icon-weibo.png) center center no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.footer  .qrcode{
    position: absolute;
    top: 30px;
    left: 8px;
    display: none;
}

.footer .quick-links{
 width: 1200px;
 margin: 0 auto;

}

.footer .quick-links h4{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height: 50px;
	border-bottom: 1px solid #363A43;
}
.footer .quick-links ul{

    padding: 30px 0;
}

.footer .quick-links li{
	display: inline-block;
	margin-right: 40px;
	color: #7B7B8A;
	font-size: 14px;
}
.footer .quick-links li a{
	color: #7B7B8A;
}


.bg-circle{
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #46464f;
	margin: -2px auto 0;
}
.bg-line{
	display: block;
	width: 1px;
	height: 97px;
	margin: 0 auto;
	background-color:#46464f ;
}
.version{
	width: 100%;
	background: #35353a;
	height: 40px;
}
.version a:hover{
	text-decoration: underline;
}

/* 主内容区 */
.container-wrapper{
	width: 100%;
}

/* @media only screen and (min-width: 1750px) and (max-width: 1920px) {
	.navbar-list-box{
		padding-left: 250px;
	}
}
@media only screen and (min-width: 1420px) and (max-width: 1750px) {
	.navbar-list-box{
		padding-left: 20px;
	}
}
@media only screen and  (max-width: 1420px){
	.navbar-list-box{
		padding-left: 20px;
	}
} */

.bx-wrapper .bx-viewport{
	left: 0!important;
}

.toTop{
	position: fixed;
	bottom: 20px;
	right:20px;
	z-index: 9999;

}
.toTop .phone{
	background: #fff url(../images/totop-1.jpg) no-repeat center center;
	height: 70px;
	width: 60px;
	border-radius: 4px;
	box-shadow:0px 2px 18px 0px rgba(67,67,67,0.28);
	cursor: pointer;
}

.toTop .tel{
	position: absolute;
    right: 70px;
    top: 17px;
    width: 154px;
    height: 40px;
    /*background: url(../images/totop2.png) no-repeat left center;*/
    display: none;
    color: #000;
    /* border: 1px solid #000; */
    background-color: #fff;
    line-height: 40px;
    padding-left: 26px;
    border-radius: 4px;
}
[v-cloak] {
	display: none;
}

