/*公共样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	user-select:none;
	font-family: "微软雅黑";
	-webkit-font-smoothing: antialiased;
}
body{
	width: 100%;
	min-height: 1200px;
}
a{ 
	display: block;
	text-decoration:none; 
	color:#333; 
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
p{
	max-height: 999999px;
}
button{
	outline: none;
}
img{
	display: block;
}

/*============分割线===============*/
/*顶部*/
.up_box{
	background-color: #333;
	padding: 8px 0 6px;
}
.up_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.up_hot-line{
	font-size: 14px;
	color: #fff;
}
.up_box1{
	display: flex;
}
.up_search{
	display: flex;
	margin-right: 40px;
}
.up_search input{
	background-color: #333;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: none;
}
.up_search button{
	background-color: #333;
	border: 0;
	cursor: pointer;
}
.up_langue{
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.up_langue p{
	font-size: 14px;
	color: #fff;
}
.up_langue div:last-child{
	position: absolute;
	top: 25px;
	right: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	width: 84px;
	z-index: 12;
	display: none;
}
.up_langue div:last-child a{
	padding: 7px 0;
	font-size: 12px;
	color: #999;
}
.up_langue_a{
	background-color: #0099ff;
	color: #fff !important;
}

/*导航栏*/
.nav_box{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_logo{
	display: flex;
	align-items: center;
}
.nav_logo p{
	font-size: 22px;
	color: #333;
}
.nav_centent{
	display: flex;
}
.nav_centent li{
	position: relative;
	margin-left: 55px;
}
.nav_centent li .nav_lia{
	font-size: 16px;
	color: #333;
	padding: 15px 0;
}
.nav_centent li div{
	position: absolute;
	top: 50px;
	left: -42px;
	width: 138px;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	z-index: 10;
	display: none;
}
.nav_centent li div a{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}
.nav_centent li div a:hover{
	background-color: #1580c0;
	color: #fff;
}
.nav_li_a{
	background-color: #1580c0;
	color: #fff;
}
.nav_centent li .nav_lia:hover{
	color: #1580c0;
}
.nav_centent li:hover div{
	display: block;
}

/*焦点图*/
.focus_map{
	width: 100%;
	min-width: 1200px;
}
.focus_map img{
	width: 100%;
}


/*产品中心*/
.product_box{
	width: 1200px;
	margin: 46px auto;
	display: flex;
	justify-content: space-between;
}
.product_left{
	width: 253px;
}
.product_left_title{
	background-image: url('../images/ny1_05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 26px 43px 21px;
}
.product_left_box{
	border: 1px solid #ccc;
	border-top: 0;
}
.product_left_show{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #333;
	padding: 24px 15px 24px 43px;
	border-top: 1px solid #ccc;
}
.product_left_hide{
	display: none;
	border-top: 1px solid #ccc;
}
.product_left_hide a{
	padding: 19px 0;
	padding-left: 43px;
	color: #333;	
}
.product_left_show:hover p{
	color: #0099ff;
}
.product_left_hide a:hover{
	color: #0099ff;
}
.product_show{
	color: #0099ff !important;
}

.product_right{
	width: 906px;
}
.product_address{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 15px;
	border-bottom: 1px solid #ccc;
}
.product_address h2{
	font-size: 20px;
	color: #333;
}
.product_address div{
	display: flex;
	font-size: 16px;
	color: #666;
}
.product_address div a{
	color: #666;
}
.product_address div a:hover{
	color: #0099ff;
}
.product_centent{
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}
.product_list{
	width: 280px;
	margin-bottom: 28px;
	margin-right: 33px;
}
.product_list:nth-child(3n){
	margin-right: 0;
}
.product_list div{
	overflow: hidden;
}
.product_list div img{
	width: 100%;
	transition: all 0.6s;
}
.product_list p{
	font-size: 16px;
	color: #333;
	padding: 15px 0;
	text-align: center;
}
.product_list:hover{
	box-shadow: 0 0 5px #ccc;
}
.product_list:hover p{
	color: #0099ff;
}
.product_list:hover img{
	transform: scale(1.1);
}

/*上下页*/
.page_box{
	width: 1200px;
	margin: 0 auto 121px;
	display: flex;
	justify-content: center;
}
.page_box button{
	width: 90px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
}
.page_box li{width: 90px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #f8f8f8;}
.page_box a{
	
}
.pagesty{

	width: 48px;
	height: 46px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #ccc;
	margin: 0 21px;
	background-color: #f8f8f8;
}
.page_style{
	color: #ccc !important;
}
.page_box button:hover{
	border: 1px solid #0099ff;
	color: #0099ff;
}

/*底部*/
.base_box{
	width: 100%;
	min-width: 1200px;
	padding-top: 36px;
	padding-bottom: 11px;
	background-color: #333;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.base_box1{
	width: 1200px;
	margin: 0 auto;
	color: #fff;
}
.base_title{
	font-size: 24px;
	padding-left: 15px;
	border-left: 3px solid #0099ff;
	margin-bottom: 34px;
}
.base_list{
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 27px;
}
.base_list div{
	margin-right: 9px;
}
.base_copyright{
	display: flex;
	font-size: 12px;
}
.base_copyright p:nth-child(1){
	margin-right: 332px;
}
.base_box2{
	display: flex;
	position: absolute;
	right: 0;
	top: -30px;
	bottom: 0;
}
.base_box2_border{
	width: 0;
	height: 0;
	border-bottom: 350px solid #0099ff;
	border-left: 100px solid transparent;
}
.base_box2_back{
	width: 802px;
	background-color: #0099ff;
}
.base_tab{
	width: 442px;
}
.base_tab_title{
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 34px 0 20px;
}
.base_tab_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #222;
	margin-bottom: 12px;
	margin-left: 50px;
}
.base_tab_list p{
	width: 35px;
}
.base_tab_list input{
	width: 325px;
	border: 1px dashed #fff;
	background-color: #0099ff;
	padding: 5px;
}
.base_tab_list textarea{
	width: 325px;
	height: 80px;
	border: 1px dashed #fff;
	background-color: #0099ff;
	padding: 5px;
}
.base_tab button{
	width: 337px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #222;
	font-size: 16px;
	color: #fff;
	border: 0;
	padding: 0;
	display: block;
	margin-left: 105px;
}
.base_heyou{
	text-align: right;
	font-size: 12px;
	color: #fff;
	margin: 19px 0 0;
}

@media screen and (max-width: 1900px){
	.base_box2_back{
		width: 560px;
	}
}
@media screen and (max-width: 1390px){
	.base_box2_back{
		width: 460px;
	}
}