ul{
	padding:0;
	margin:0;
}
a{
	cursor: pointer;
}
.fixed{
	position:fixed !important;
	right:10px;
	top:0px;
}
.row>div{
	box-sizing: border-box;
}
.clear{
	clear: both;
}
li{
	list-style: none;
}
img{
	cursor: pointer;
	vertical-align: middle;
}
.visible{
	visibility: visible !important;
}
.floor_title{
	font-size: 22px;
	color:#003F71;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}
.container1{
	margin-top: 20px;
	margin-bottom: 25px;
}
.common_l{
	position: relative;
	padding-left:100px;
	float: left;
}

.common_r{
	float: right;
	margin-top: 5px;
	flex: 1;
}
.common_l a{
	color:#333;
}
.common_l h1{
	color:#333;
	font-family: "SimHei";
    margin-top: 15px;
}
.common_l h5{
	color:#666;
	font-size: 12px;
}
.common_l img{
	width: 90px;
	height:90px;
	position: absolute;
	left:0;
	top:0;
}
.common_r1{
	height:24px;
	line-height: 24px;
	color:#666;
	padding: 0 38px;
	text-align: end;
}
.common_r1 a{
	color:#666;
	margin-right: 15px;
}
.common_r1 a:hover{
	color:#003F71;
}

.common_r1>a:first-child img{
	width:24px;
	height:24px;
}
.common_r1>a:nth-child(2) img{
	width:22px;
	height:18px;
}
.common_r2{
	margin-top:20px;
}
.common_r2 ul::after{
	content: "";
	display: block;
	clear: both;
}
.common_r2 ul{
	display: flex;
}
.common_r2 ul li{
	float: left;
	/* width:16.6%; */
	text-align: center;
	flex: 1;
}
.common_r2 ul li a{
	color:#444;
	font-size: 16px;
	padding:0 10px 15px;
	
}
.common_r2 ul li a:hover{
	color:#003F71;
	border-bottom: 2px solid #003F71;	
}
.common_active a{
	color:#003F71;
	border-bottom: 2px solid #003F71;	
}

.common_img{
	width:100%;
	height:640px;
	background: url("../img/bgc.jpg") no-repeat;
	background-size:100% 100%;
}
.common_img>.container{
	height:100%;
}
.common_img>.container>.row{
	height:100%;
}
.common_pro{
	height:100%;
	background: rgba(0,0,0,.4);
	padding: 0;
	position: relative;
}
.common_pro ul li{
	/*margin: 5px 0;*/
	padding: 6px 15px;
}

.container_right {
	position: absolute;
	left: 100%;
	width: 200px;
	text-align: center;
	top: 0;
	padding: 0 20px;
	background-color: #fff;
	display: none;
  	box-shadow: 0 0 10px #000;
}
.container_right_item {
	font-size: 16px;
	padding: 30px 0 !important;
}

.container_right_item_a {
	color: #000 !important;
}

.container_right_item_a:hover {
	color: #003F71 !important;
}




.container_right0 {
	position: absolute;
	left: 100%;
	width: 200px;
	text-align: center;
	top: 0;
	padding: 0 20px;
	background-color: #fff;
	display: none;
}
.container_right_item0 {
	font-size: 16px;
	padding: 30px 0 !important;
}

.container_right_item_a0 {
	color: #000 !important;
}

.container_right_item_a0:hover {
	color: #003F71 !important;
}



.index_new_product {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_new_product_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.index_new_product_item a {
	display: inline-block;
	width: 165px;
	height: 200px;
}
.index_new_product_item img {
	width: 100%;
	/* height: 100%; */
}
.index_new_product_item h4 {
	font-size: 16px;
	padding: 0 20px;
}



.container_right1,.container_right2,.container_right3,.container_right4,.container_right5 {
	position: absolute;
	left: 100%;
	width: 200px;
	text-align: center;
	top: 0;
	padding: 0 20px;
	background-color: #fff;
	display: none;
}
.container_right_item1,.container_right_item2,.container_right_item3,.container_right_item4,.container_right_item5 {
	font-size: 16px;
	/*padding: 30px 0 !important;*/
}

.container_right_item_a1,.container_right_item_a2,.container_right_item_a2,.container_right_item_a2,.container_right_item_a2 {
	color: #000 !important;
}

.container_right_item_a1:hover {
	color: #003F71 !important;
}


.container_right_item_a2:hover {
	color: #003F71 !important;
}
.container_right_item_a3:hover {
	color: #003F71 !important;
}
.container_right_item_a4:hover {
	color: #003F71 !important;
}
.container_right_item_a5:hover {
	color: #003F71 !important;
}
.container_right_item_a6:hover {
	color: #003F71 !important;
}







.showRight {
	color:#DBDBDB;
	position: relative;
}

.showRight:hover {
	color:#003F71;
}

.common_pro a{
	color:#DBDBDB;
	font-size: 16px;
}
.common_pro a:hover{
	color:#003F71;
}
.common_pro img{
	width:16px;
}
.common_pro ul li a span:first-child{
	/*float: left;*/
}
.common_pro ul li a span:last-child{
	float: right;
}
.common_search{
	position: relative;
	margin-top: 12px;
}
.common_search input{
	width:100%;
	border:2px solid #ccc;
	background: rgba(0,0,0,.4);
	color:#DBDBDB;
	box-sizing: border-box;
	padding:13px 0 13px 10px;
}
.common_search input[type="submit"]{
    display: inline-block;
    width: 46px;
    height: 46px;
    position: absolute;
    text-align: center;
    line-height: 46px;
    right: 2px;
    top: 2px;
    background: #ccc;
}
.common_search  img{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 12px;
}


.footer1{
	background: #333;
	color:#ddd;
	border-bottom: 1px solid #585959;
}
.footer1 a{
	color:#ddd;
}
.footer1 .container{
	width:992px;
	box-sizing: border-box;
}
.footer1_ul::after{
	content: "";
	display: block;
	clear: both;
}
.footer1_span{
	float:left;
	margin-right: 20px;
	padding: 15px 0;
}
.footer1_ul>li{
	float: left;
	padding: 15px 0;
}
.footer1_ul>li:not(:last-child):after{
	content:"|";
	margin:0 10px;   
}
.footer2{
	height:250px;
	background: #333;
}
.footer2_ul{
	width:571px;
	margin:20px auto 50px;
}
.footer2_ul::after{
	content:"";
	display: block;
	clear: both;
}
.footer2_ul>li{
	float:left;
}
.footer2_ul>li a{
	color:#ddd;
}
.footer2_ul>li:not(:last-child)::after{
	content: "|";
	margin:0 15px;
	color:#ddd;
}
.footer2_row2{
	display: flex;
	justify-content: space-between;
}
.footer2_row2>div:first-child{
    position: relative;
    padding-left: 100px;
}
.footer2_row2>div:first-child h1{
	color: #ddd;
    font-family: "SimHei";
    margin-top: 15px;
}
.footer2_row2>div:first-child h5{
    color: #ddd;
    font-size: 12px;
}
.footer2_row2>div:first-child img{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer2_row2>div:first-child a{
	color:#fff;
}
.footer2_row2>div:nth-child(2){
	color: #999;
}
.footer2_row2>div:nth-child(3){
	color:#999;
}
.footer2_row2>div:nth-child(3) a{
	color:#999;
}



/*分页*/
.pagination{
	overflow:hidden;
	text-align:center;
	margin-top:30px;
	width: 100%;
}
.pagination a,.pagination span{
	display:inline-block;
	border:#ddd7d7 1px solid;
	padding:5px 10px;
	background:#fff;
	margin:0px 5px;
	border-radius: 50%;
	color:#666;
}
.pagination a:hover,.pagination span:hover,.pagination .current{
	background:#0059BD;
	color:#fff !important;
}


/*m_header*/
.m_header{
	display: none;
}
.m_ul{
	display: none;
}
@media screen and (min-width:992px ) and (max-width:1300px) {
	/*.common_img{
		height:400px;
	}*/
}
@media screen and (min-width:769px ) and (max-width:991px) {
	
}
@media only screen and (max-width:992px ) {
	.container1{
		/*display: none;*/
	}
	.common_l img {
	    width: 70px;
	    height: 70px;
	}
	.common_l h1{
		display: none;
	}
	.common_l h5{
		display: none
	}
	.m_header{
		/*display: block;*/
		width:100%;
		height:80px;
		background: #fff;
		z-index: 9;
	}
	.m_header img{
		width:60px;
		height:60px;
	    margin: 10px 0 0 20px;
	}
	/*m_nav*/
	.m_nav{
		float:right;
		width:60px;
		height:60px;
		background: #003F71;
		margin:10px 10px 0 0;
		border-radius: 10px;
		position: relative;
		cursor: pointer;	
		z-index: 11;	
	}
	.m_nav>.m_span{
		display: block;
		width:30px;
		height:2px ;
		background: #fff;
		margin:6px auto;
		position: absolute;
		left:15px;
		top:23px;
		transition: all .3s;
		opacity: 1;
		
	}
	.m_nav::before , .m_nav::after{
		content: "";
		display: block;
		width:30px;
		height:2px ;
		position: absolute;
		background: #fff;
		margin:0;
		transition: all .3s;
	}
	.m_nav::before{
		left:15px;
		top:18px;
	}
	
	.m_nav::after{
		left:15px;
		top:40px;
	}
	.m_nav2::before , .m_nav2::after{
		transform-origin:8% ;
		transition: all .3s;
	}
	.m_nav2 .m_span{
		opacity: 0;
	}
	.m_nav2::before{
		width:40px;
		transform: rotate(40deg);
	}
	
	.m_nav2::after{
		width:40px;
		transform: rotate(-40deg);
	}
	.m_container{
		display: none;
		width:100%;
		height:100%;
		position: fixed;
		left:0;
		top:0;
		background:#003F71 ;
		z-index: 10;
	}
	.m_ul{
		display: block;
	}
	.m_ul li{
		width:100%;
		text-align: center;
		padding:25px 0;
		transition: all .3s;
	}
	.m_ul li:hover{
		background: #fff;
	}
	.m_ul li:hover a{
		color:#003F71;
	}
	.m_ul li a{
		color:#fff;
		display: block;
		width:100%;
		height:100%;
	}
	
	.m_active{
		background: #fff;
	}
	.m_ul .m_active a{
		color:#003F71;
	}
	/*m_nav*/
	.common_pro {
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.4);
	    padding: 0 20px;
	    margin: 0 auto;
	}
	.common_pro>ul::before{
		content: "";
		display: table;
	}
	
	
	
	.footer1 .container {
	     width: auto; 
	}
	
	.footer2 {
	    height: auto;
	}
	
	.footer2 .container{
		background: #333;
	}
	.footer2_row2{
		display: block;
	}
	.footer2_ul{
		width:auto;
		margin: 20px auto 30px;
	}
	
	.footer2_ul>li:not(:last-child)::after {
	    content: "|";
	    margin: 0 5px;
	    color: #ddd;
	}
	.footer2_row2>div:first-child{
		display: none;
	}
	.footer2_row2>div:nth-child(2){
		box-sizing: border-box;
		padding:0 20px;
		margin-bottom: 20px;
	}
	.footer2_row2>div:nth-child(3){
		box-sizing: border-box;
		padding:0 20px;
	}
}