/* pc头部 */
.head-too{
	width: 100%;
	background: #165CB1;
}
.too-box{
	height: 40px;
	width: 1530px;
	margin: 0 auto;
}

.hx{
	height: 110px;
	width: 1550px;
	margin: 0 auto;
}
/* 左边logo */
.hx-left{
	margin: 15px 30px 0 0;
}
.hx-left img{
	width: 77px;
	height: 52px;
}
.hx-logo{
	color: #000000;
}
/* 右边中英文 */
.head-right{
	height: 40px;
	border-left: 2px solid #165caf;
	margin-top: 15px;
}
.ri-box{
	width: 110px;
}
.ri-box img{
	height: 17px;
	width: 25px;
}
.ri-text{
	color: #165caf;
	padding-left: 5px;
}
/* 外面盒子(左中右) */
.header-bott {
	width: 100%;
	height: 60px;
	padding: 0px 12px;
}


/* 移动端头部 */
.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: 31vw;
	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_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;
	}
	.head img{
		width: 100%;
		height: 447px;
		background-size: 100% 100%;
	}
}
@media screen and (max-width:750px) {
	.head img{
		width: 100vw;
		height: 58.66vw;
		background-size: 100% 100%;
	}
	.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: 70vw;
		width: 100vw;
	}

	.carousel-inner {
		height: 70vw;
		width: 100vw;
	}
}


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

.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;
}
.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;
}