@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	font-size: 12px;
	line-height: 2.4em;
	font-family: "Microsoft YaHei";
	color: #555;
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
a, a:visited {
	color: #555;
	text-decoration: none;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
a:hover {
	color: #dab96b;
	text-decoration: none;
}
.c {
	clear: both;
}
/*----------------------------------------------end main-----------------------------------------*/
/*共用*/
.language i, .category-t, .category-nr i, .product-t i, .product-nr i, .about-nr i, .news-t, .news-nr h3 span {
	background: url(../images/navigation.png) no-repeat;
	display: block;
	overflow: hidden;
}
.m1 {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 550px;
	height: 74px;
}
/*banner*/
#full-screen-slider {
	width: 100%;
	height: 862px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 862px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: -999;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	right: 50%;
	text-align: center;
	bottom: 30px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	position: relative;
	right: -50%;
	display: block;
	list-style: none;
	width: 50px;
	height: 8px;
	float: left;
	margin: 0 10px;
	border-radius: 4px;
	background-color: #fff;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background-color: #dab96b;
}
/*网站顶部*/
.top {
	width: 100%;
	position: relative;
}
/*头部*/
.tou {
	width: 100%;
	position: absolute;
	top: 0;
	height: 136px;
}
.tou .logo {
	width: 550px;
	height: 74px;
	float: left;
	margin-top: 30px;
	background-position: 0 0;
}
.tou .language {
	width: 420px;
	float: right;
	margin-top: 30px;
}
.tou .language ul {
	clear: both;
	overflow: hidden;
}
.tou .language ul li {
	float: left;
	width: 140px;
	font-size: 14px;
	line-height: 24px;
}
.tou .language ul li a {
	float: left;
	color: #fff;
	margin-left: 8px;
}
.tou .language ul li i {
	float: left;
	width: 35px;
	height: 24px;
}
.tou .language ul li.ch i {
	background-position: -322px 0;
}
.tou .language ul li.en i {
	background-position: -357px 0;
}
.tou .language ul li.ru i {
	background-position: -392px 0;
}
/*导航*/
.menu {
	width: 100%;
	position: absolute;
	top: 136px;
	height: 66px;
	background-color: rgba(0,0,0,.7);
	clear: both;
	overflow: hidden;
}
.menu ul li {
	height: 66px;
	width: 200px;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 66px;
}
.menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #dab96b;
}
/*产品类别*/
.category-t {
	background-position: -322px -24px;
	width: 373px;
	height: 96px;
	margin: 85px auto 75px auto;
}
.category-nr {
	width: 1240px;
	margin: 0 auto 100px auto;
}
.category-nr ul {
	clear: both;
	overflow: hidden;
	display:flex;
	justify-content:center;
}
.category-nr ul li {
	border: 2px solid #727272;
	width: 204px;
	height: 204px;
	border-radius: 102px;
	margin: 0 20px;
	background-color: #fff;
	float: left;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.category-nr ul li:hover {
	border: 2px solid #dab96b;
	background-color: #dab96b;
}
.category-nr ul li i {
	width: 64px;
	height: 64px;
	margin: 34px auto 8px auto;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.category-nr ul li i.icon1 {
	background-position: 0 -141px;
}
.category-nr ul li i.icon2 {
	background-position: -64px -141px;
}
.category-nr ul li i.icon3 {
	background-position: -256px -141px;
}
.category-nr ul li i.icon4 {
	background-position: -192px -141px;
}
.category-nr ul li i.icon5 {
	background-position: -128px -141px;
}
.category-nr ul li:hover i.icon1 {
	background-position: 0 -77px;
}
.category-nr ul li:hover i.icon2 {
	background-position: -64px -77px;
}
.category-nr ul li:hover i.icon3 {
	background-position: -256px -77px;
}
.category-nr ul li:hover i.icon4 {
	background-position: -192px -77px;
}
.category-nr ul li:hover i.icon5 {
	background-position: -128px -77px;
}
.category-nr ul li span {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
}
.category-nr ul li:hover a {
	color: #fff;
}
.category-nr ul li b {
	display: block;
	width: 20px;
	margin: 0 auto;
	height: 1px;
	border-bottom: 1px solid #555;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.category-nr ul li:hover b {
	border-bottom: 1px solid #fff;
}
/*产品展示*/
.product-t {
	background: url(../images/bg_03.jpg) no-repeat center;
	height: 195px;
	width: 100%;
	overflow: hidden;
}
.product-t i {
	background-position: -322px -120px;
	width: 506px;
	height: 95px;
	margin: 50px auto 0 auto;
}
.product-nr {
	width: 1225px;
	margin: 25px auto 125px auto;
}
.product-nr ul {
	clear: both;
	overflow: hidden;
}
.product-nr ul li {
	width: 220px;
	float: left;
	padding: 0 12.5px;
	overflow: hidden;
}
.product-nr ul li img {
	margin-bottom: 14px;
	width: 220px;
	height: 180px;
}
.product-nr ul li h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	position: relative;
}
.product-nr ul li h3 i {
	background-position: -428px 0;
	width: 14px;
	height: 9px;
	position: absolute;
	top: 50%;
	margin-top: -4.5px;
	right: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.product-nr ul li:hover h3 i {
	right: 235px;
}
.product-nr ul li h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	height: 24px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	color: #999;
}
/*公司简介*/
.about-bg {
	background: url(../images/bg_05.jpg) no-repeat;
	height: 350px;
	padding: 119px 0;
	width: 100%;
}
.about-pic {
	width: 254px;
	height: 350px;
	float: left;
}
.about-pic img {
	width: 254px;
	height: 350px;
}
.about-nr {
	width: 835px;
	height: 295px;
	float: right;
	background-color: rgba(0,0,0,.8);
	padding: 55px 50px 0 61px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.about-nr i {
	background-position: 0 -205px;
	width: 298px;
	height: 79px;
	margin-bottom: 13px;
}
.about-nr a {
	display: block;
	margin-top: 23px;
	width: 102px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.about-nr a:hover {
	color: #fff;
	background-color: #dab96b;
}
/*新闻资讯*/
.news-t {
	background-position: -322px -215px;
	width: 478px;
	height: 92px;
	margin: 115px auto 75px auto;
}
.news-nr {
	width: 1230px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.news-nr dl {
	width: 380px;
	padding: 0 15px;
	float: left;
	overflow: hidden;
}
.news-nr dl dt {
	width: 380px;
	margin-bottom: 10px;
}
.news-nr dl dt img {
	width: 380px;
	height: 180px;
}
.news-nr dl dd {
	width: 378px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.news-nr dl:hover dd {
	width: 358px;
	padding: 0 10px 10px 10px;
	border: 1px solid #e9e9e9;
}
.news-nr dl dd h3 {
	position: relative;
	font-weight: normal;
	font-size: 20px;
	line-height: 54px;
	height: 54px;
}
.news-nr dl dd h3 span {
	background-position: -428px 0;
	width: 14px;
	height: 9px;
	position: absolute;
	top: 50%;
	margin-top: -4.5px;
	right: 0;
	transition: all linear .7s;
	-webkit-transition: all linear .7s;
}
.news-nr dl:hover dd h3 span {
	right: 400px;
}
.news-nr dl dd i {
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
.news-nr dl dd b {
	display: block;
	font-weight: normal;
	line-height: 24px;
	color: #999;
}
.news-nr dl:hover a {
	color: #dab96b;
}
/*网站底部*/
.foot-bg {
	background-color: #2a2a2a;
	border-bottom: 1px solid #363636;
	margin-top: 130px;
	clear: both;
	overflow: hidden;
}
.foot {
	margin: 0 auto;
	width: 910px;
	background: url(../images/index_63.jpg) no-repeat left 30px;
	clear: both;
	overflow: hidden;
	height: 120px;
	padding: 30px 0 0 290px;
	color: #5f5f5f;
	line-height: 28px;
}
.foot img {
	float: right;
}
.foot a {
	color: #5f5f5f;
	text-decoration: none;
}
.foot a:hover {
	transition: 0.8s all;
	color: #fff;
	text-decoration: none;
}
/*最底部*/
.bottom {
	color: #d5d5d5;
	background-color: #2a2a2a;
	height: 78px;
}
.base {
	width: 1200px;
	margin: 0 auto;
	color: #5f5f5f;
}
.bottom a {
	color: #5f5f5f;
	text-decoration: none;
}
.bottom a:hover {
	color: #fff;
	text-decoration: none;
}
.bottom_left {
	float: left;
	line-height: 78px;
}
.bottom_right {
	float: right;
	overflow: hidden;
	padding-top: 22px;
}
/*----------------------------------------------end index-----------------------------------------*/
/*----------------------------------------------end main-----------------------------------------*/
.content {
	padding-top: 50px;
}
.ny_left {
	width: 230px;
	float: left;
}
/*内页产品列表*/
.list {
	margin-bottom: 35px;
	width: 230px;
}
.list_t {
	height: 40px;
	font: normal 16px/40px "Microsoft YaHei";
	background: url(../images/ny_03.png) no-repeat 190px center #005c9e;
	color: #fff;
	padding-left: 20px;
}
.list_nr {
	clear: both;
	overflow: hidden;
}
.list_nr ul li {
	margin-top: 1px;
}
.list_nr ul li a {
	display: block;
	font: normal 14px/14px "Microsoft YaHei";
	padding: 10px 10px 10px 40px;
	background-color: #3daeff;
	color: #fff;
}
.list_nr ul li a:hover {
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}
.list_nr ul li.erji a {
	background-color: #f0f0f0;
	color: #555;
	font-size: 12px;
}
/*内页联系我们*/
.lianxi {
	background-color: #f0f0f0;
	padding: 15px 20px;
	font: normal 12px/26px "Microsoft YaHei";
}
.lianxi h2 {
	font: normal 18px/20px "Microsoft YaHei";
	padding-bottom: 10px;
	color: #555;
}
.lianxi h3 {
	font: normal 12px/26px "Microsoft YaHei";
	color: #999;
	padding-bottom: 10px;
}
/*内页右侧*/
.ny_right {
	width: 930px;
	float: right;
}
.ny_t {
	text-align: right;
	clear: both;
	overflow: hidden;
	width: 930px;
}
.ny_t img {
	float: right;
	padding-top: 13px;
	padding-right: 10px;
}
.ny_t span {
	font: normal 14px/38px "微软雅黑";
	float: right;
}
.name {
	font: normal 24px/44px "微软雅黑";
	border-bottom: 1px dashed #999;
	padding: 0px 0px 15px 0px;
	width: 930px;
}
/*内页右侧单页面*/
.ny_nr {
	padding: 30px 0px;
	line-height: 32px;
	width: 930px;
}
.new-title {
	background: url(../images/bg_06.jpg) no-repeat center;
	height: 195px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}
.pattern-title {
	background: url(../images/bg_04.jpg) no-repeat center;
	height: 195px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}
.equlist {
	width: 100%;
	margin-bottom:30px;
	overflow:hidden;
}
.equlist li{
	float:left;
	width:16%;
	margin-right:2%;
	background-color: #ccc;
	text-align:center;
	font-size: 20px;
	line-height: 50px;
}
.equlist li a{
	display:block;
}
.equlist li a:hover {
	color:#fff;
	background-color:#3daeff;
}
.equlist-active a{
	color:#fff;
	background-color:#3daeff;
}