/* 头部 */

#headerChild {
    width: 12rem;
    margin: 0 auto;
}


/* 顶部logo和电话 */

#header_top {
    width: 100%;
    height: 1.28rem;
}


/* logo */

#logo {
    width: 2.07rem;
    height: .83rem;
    overflow: hidden;
}

#logo a {
    display: flex;
    width: 100%;
    height: 100%;
}

#logo img {
    width: 100%;
}


/* 电话 */

#serveice_tel {
    font-family: Impact;
    font-size: .24rem;
    color: #fff;
}

#serveice_tel i {
    font-size: .36rem;
    color: #fff;
}
/* 移动端导航按钮 */
#mobileHeaderIcon{
	display: none;
}
/* 头部 */

#headerChild {
    width: 12rem;
    margin: 0 auto;
}


/* 顶部logo和电话 */

#header_top {
    width: 100%;
    height: 1.28rem;
}


/* logo */

#logo {
    width: 2.07rem;
    height: .83rem;
    overflow: hidden;
}

#logo a {
    display: flex;
    width: 100%;
    height: 100%;
}

#logo img {
    width: 100%;
}


/* 电话 */

#serveice_tel {
    font-family: Impact;
    font-size: .24rem;
    color: #fff;
}

#serveice_tel i {
    font-size: .36rem;
    color: #fff;
}


/* 导航栏 */

#navList {
    width: 100%;
    height: .57rem;
    border-bottom: 3px solid #054d90;
	background: #054D90;
}

.nav_item {
    width: 10%;
    height: 100%;
    border-right: 1px solid #666;
}

.nav_item a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: .16rem;
    color: #fefefe;
    font-weight: bold;
}

.nav_item a:hover {
    color: #0057aa;
    background: linear-gradient(#c6e2fd, #69aced);
}


/* 产品认证子类位置 */

#cprz_parent {
    position: relative;
}

.cprz_modal {
    position: absolute;
    top: 52px;
    left: 0;
    padding: 15px 10px;
    background: #fff;
    z-index: 9;
}

.cprz_modal .active {
    background: #ddd;
}

.cprz_modal_item {
    height: 30px;
    line-height: 30px;
}

.cprz_modal_item a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .12rem;
    color: #666;
}

.cprz_modal_item:last-child {
    margin-bottom: 0;
}


/* 轮播图 */

#banner {
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
}

#banner .carousel-inner .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#banner .carousel-inner .item img {
    width: 100%;
    height: 100%;
}
.icon-left,.icon-right{
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
	width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}
.icon-right{
	right: 50%;
	margin-right: -15px;
}
.icon-left{
	left: 50%;
	margin-left: -15px;
}
@media screen and (max-width:1200px) {
	/* 头部 */
	
	#headerChild {
	    width: 100%;
	    margin: 0 auto;
	}
	
	
	/* 顶部logo和电话 */
	
	#header_top {
	    width: 100%;
	    height: 1.28rem;
	}
	
	
	/* logo */
	
	#logo {
	    width: 2.07rem;
	    height: .83rem;
		margin-left: 0.3rem;
	    overflow: hidden;
	}
	
	#logo a {
	    display: flex;
	    width: 100%;
	    height: 100%;
	}
	
	#logo img {
	    width: 100%;
	}
	
	
	/* 电话 */
	
	#serveice_tel {
		display: none;
	    font-family: Impact;
	    font-size: .24rem;
	    color: #fff;
	}
	
	#serveice_tel i {
	    font-size: .36rem;
	    color: #fff;
	}
	/* 移动端 导航按钮 */
	#mobileHeaderIcon{
		display: block;
		padding-right: 0.3rem;
		position: relative;
	}
	#mobileHeaderIcon i{
		font-size: 0.6rem;
		color: #fff;
	}
	#mobileHeaderChild{
		width: 3rem;
		position: absolute;
		left: -2.1rem;
		padding: 0.3rem;
		background: #daebf5;
		z-index: 99;
		display: none;
	}
	.mobileHeader_item{
		padding: 5px;
	}
	#mobileHeaderChild .active{
		background: #4d9dd2;
	}
	#mobileHeaderChild .active a{
		color: #fff;
	}
	.mobileHeader_item a{
		width: 100%;
		height: 100%;
		font-size: 12px;
		color: #666;
	}
	/* 导航栏 */
	
	#navList {
	    width: 100%;
	    height: .57rem;
	    background-image: url(../image/nav_bj.jpg);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    border-bottom: 3px solid #054d90;
		display: none;
	}
	
	.nav_item {
	    width: 10%;
	    height: 100%;
	    border-right: 1px solid #054d90;
	}
	
	.nav_item a {
	    display: flex;
	    width: 100%;
	    height: 100%;
	    font-size: .16rem;
	    color: #fefefe;
	    font-weight: bold;
	}
	
	.nav_item a:hover {
	    color: #0057aa;
	    background: linear-gradient(#c6e2fd, #69aced);
	}
	
	
	/* 产品认证子类位置 */
	
	#cprz_parent {
	    position: relative;
	}
	
	.cprz_modal {
	    position: absolute;
	    top: 52px;
	    left: 0;
	    padding: 15px 10px;
	    background: #fff;
	    z-index: 9;
	}
	
	.cprz_modal .active {
	    background: #ddd;
	}
	
	.cprz_modal_item {
	    height: 30px;
	    line-height: 30px;
	}
	
	.cprz_modal_item a {
	    display: block;
	    width: 100%;
	    height: 100%;
	    font-size: .12rem;
	    color: #666;
	}
	
	.cprz_modal_item:last-child {
	    margin-bottom: 0;
	}
	
	
	/* 轮播图 */
	
	#banner {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	
	#banner .carousel-inner .item {
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	}
	
	#banner .carousel-inner .item img {
	    width: 100%;
	    height: 100%;
	}
}