/* 公共样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body,
#app {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.warpper {
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
}

/* 最大宽度max-width */
@media screen and (max-width:750px) {
	.warpper {
		width: 100vw;
		margin: 0 auto;
		background: #FFFFFF;
		overflow-x: hidden;
	}


	.cont{
		width: auto !important;
	}

	.cont-top{
		width: auto !important;
		padding: 0 15px;
	}

	.cont-top img{
		max-width: 100%;
	}
}

/* 字体 */
.f-34 {
	font-size: 34px;
}

.f-32 {
	font-size: 32px;
}

.f-30 {
	font-size: 30px;
}

.f-28 {
	font-size: 28px;
}

.f-26 {
	font-size: 26px;
}

.f-24 {
	font-size: 24px;
}

.f-22 {
	font-size: 22px;
}

.f-20 {
	font-size: 20px;
}

.f-18 {
	font-size: 18px;
}

.f-16 {
	font-size: 16px;
}

.f-14 {
	font-size: 14px;
}

.f-12 {
	font-size: 12px;
}

.f-10 {
	font-size: 10px;
}

/* 字体颜色 */
.fff {
	color: #fff;
}
.fblack {
	color: #111;
}
.fcb {
	color: #165CB1;
}

.f74 {
	color: #747474;
}
a{
	text-decoration:none !important;
}
/* 字体加粗 */
.fweight {
	font-weight: 700;
}

/* 居中 */
.cont {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*垂直居中 */
.lcont {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*两边 */
.db {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 平均分 */
.oo {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

/* 起始 */
.start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/*结束 */
.end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* pc头部 */
.header {
	width: 100%;
	
}
.head-too{
	width: 100%;
	background: #FFFFFF;
}
/* 服务热线 */
.too-box{
	height: 50px;
	width: 1330px;
	margin: 0 auto;
}
/* 公司+中英文 */
.too-bott{
	height: 55px;
	width: 1330px;
	margin: 0 auto;
	padding-bottom: 30px;
}
/* 左边logo */
.hx-left{
	margin: 15px 30px 0 0;
}
.hx-left img{
	/* width: 77px; */
		width: 100%;
	/* height: 52px; */
	height: 100%;
}
.hx-tt{
	letter-spacing: 10px;
	color: #111;
	line-height: 25px;
}
.hx-tn{
	color: #111;
	line-height: 25px;
}

/* 右边中英文 */
.head-right{
	height: 45px;
	border-left: 2px solid #165caf;
	margin-top: 15px;
}
.ri-box{
	width: 130px;
	padding-bottom: 3px;
}
.ri-box img{
	height: 22px;
	width: 33px;
}
.ri-text{
	color: #165caf;
	padding-left: 5px;
}

.hx{
	height: 60px;
	width: 100%;
	background: #165CAF;
}
/* 外面盒子(左中右) */
.header-bott {
	height: 60px;
	width: 1550px;
	margin: 0 auto;
	padding: 0px 12px;
}
/* 中间分类 */
.nav{
	margin: 0 auto;
	width: 1200px;
}
.h3 {
	text-align: center;
	height: 105px;
}

.nLi {
	width: 135px;
	text-align: center;
}

.h-text {
	color: #000000;
	font-size: 20px;
}

.h-news {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	height: 60px;
	width: 130px;
	text-align: center;
}

.nav .active h3 a {
	color: #165cb1 !important;
	background: #fff !important;
}

.nav .nLi h3 {
	height: 100%;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}

.nav .nLi h3 a {
	font-size: 16px;
	color: #fff;
	display: block;
	font-weight: 700;
	width: 100%;
	height: 50px;
	padding-top: 14px;
}

.nav .sub {
	left: 50%;
	top: 60px;
	position: absolute;
	width: 130px;
	z-index: 999;
	background: #E5E5E5;
	margin-left: -65px;
	transform: scaleY(0);
	overflow: hidden;
	transition: all .3s;
	padding: 0;
	transform-origin: 0 0;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #434343;
	font-size: 12px;
	height: 100%;
}

.sub li {
	list-style-type: none;
	width: 130px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

.nLi:hover .sub {
	transition: all .3s;
	transform: scaleY(1);
}

/* 移动端头部 */
.bar-header {
	position: relative;
	height: 13vw;
	padding: 0 4vw;
}

.acit-img {
	width: 5.3vw;
	height: 5.3vw;
}

.header-main {
	display: flex;
	justify-content: center;
	float: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bar-toggle {
	float: left;
	margin-left: 2vw;
	position: relative;
	z-index: 10;
	border: none;
	background: none !important;
}

.bar-toggle:hover {
	background: none !important;
}

.header-content {
	width: 34vw;
	display: flex;
	align-items: center;
}

.cont-img {
	width: 10vw;
	height: 7.46vw;
}
.collapsed{
	position: relative;
	z-index: 100;
}
/* 移动端弹出层 */
#hamburgermenu{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.x{
	display: none;
}
.y{
	display: block;
}
#firstpane{
	background: #165CB1;
}
.menu_head {
    width: 100%;
    min-width: 150px;
    border-bottom: rgba(255, 255, 255, 0.32) 1px solid;
    line-height: 25px;
    text-indent: 1em;
    color: #fff;
    padding: 8px 0px;
    font-size: 1em;
    position: relative;
    margin: 0px;
}
.menu_head>a{
	color: #fff;
}
.menu_body {
    width: 100%;
    min-width: 150px;
    overflow: hidden;
    line-height: 38px;
    transition: all .3s;
	height: 0;
}
.menu_body a {
    width: 100%;
    display: block;
    height: 34px;
    line-height: 28px;
    color: #fff !important;
    text-indent: 2em;
    border-bottom: rgba(255, 255, 255, 0.32) 1px solid;
}
.a{
	color: #FFFFFF;
}
@media screen and (min-width:750px){
	.bar {
		display: none;
	}
}
@media screen and (max-width:750px) {
	.header {
		display: none;
	}

	.contact {
		display: none !important;
	}

	.bar {
		display: block;
	}
	.bar-fluid{
		width: 100vw;
		height: 13.33vw;
		background: #fff;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}
	.carousel {
		height: 100%;
		width: 100vw;
	}

	.carousel-inner {
		height: 100%;
		width: 100vw;
		margin-top: 13vw;
	}
	.item{
		height: 100%;
		
	}
}

.bottom-bott{
	display: none;
}

/* 定位客服 */
.contact {
	height: 320px;
	padding: 10px 0;
	position: fixed;
	right: 45px;
	top: 400px;
	z-index: 999;
	align-items: flex-end!important;
	display: none;
}

.contact-box {
	background: #165CB1;
	height: 80px;
	padding: 0 10px;
	margin-bottom: 1px;
	position: relative;
}
.phone_box{
	height: 74px;
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 80px;
	background: #165CB1;
	line-height: 74px;
	color: #FFFFFF;
	font-size: 24px;
	transform: scaleX(0);
	transition: all .3s;
	transform-origin: right;
	white-space: nowrap;
}
.contact-box:hover{
	padding-right: 30px;
	transition: all .3s;
}
.contact-box:hover .phone_box{
	transform: scaleX(1);
	right: 100px;
}
.contact-img {
	height: 35px;
	width: 40px;
}

.contact-text {
	width: 60px;
	color: #fff;
}

.cont {
	position: relative;
}

.cont:hover.cont-text {
	width: 160px;
}

.cont-text {
	transition: all .4s;
	height: 70px;
	position: absolute;
	top: 0;
	right: 78px;
	width: 0;
	background: #fff;
	box-shadow: 1px 2px 5px 2px #DDDDDD;
	overflow: hidden;
}
.wel-right{
	margin-right: 250px;
	width:185px;
	height: 22px;
	text-align: center;
	/*background-color: #165CB1;*/
	color: #FFFFFF;
	border-radius:0px 0px 20px 20px;
	
}









