.header{
	width: 100%;
	min-width:1200px;
	background: rgba(255,255,255,1);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
}
.fixed{
	position: fixed;
	top: 0px;
	z-index:9999;
}
.header_container{
}
.roof {
  height: 80px;
  align-items: center;
  justify-content: space-between;
}

.nav li {
  width: 90px;
  margin: 0 25px;
  height: 80px;
  line-height: 80px;
  flex: 1;
  text-align: center;
  font-size:16px;
}

.nav li a {
  display: block;
  position: relative;
}

.nav li a::after {
  transition: all .2s linear;
  position: absolute;
  content: '';
  display: block;
  width: 90px;
  height: 75px;
  top: -75px;
  z-index: -1;
  background-color: #004e99;
}

.nav li:hover a {
  color: #fff;
}

.nav li:hover a::after {
  top: 0;
}

.language {
  width: 120px;
  height: 25px;
  text-align: center;
  border: 1px solid #5e5e5e;
  line-height: 25px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}
.language select{
	border:0;
}

/*.language::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-left: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #5e5e5e;
}*/

.pro {
  margin-top: 45px;
  justify-content: space-around;
}

.pro-item {
  text-align: center;
}

.pro-item .pro-img {
  width: 253px;
  height: 253px;
  border-radius: 50%;
  border: 4px solid #004e99;
  overflow: hidden;
}

.pro-item .pro-img img {
  width: 100%;
  height: 100%;
}

.pro-item:hover .pro-img img {
  transform: scale(1.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pro-item p {
  line-height: 70px;
  font-size: 18px;
  text-decoration: underline;
}

.pro-more {
  width: 178px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 20px auto 55px;
}

.pro-more a {
  display: block;
  color: #fff;
  border-radius: 20px;
  background-color: #004e99;
}

.about {
  position: relative;
  width: 100%;
  height: 784px;
}

.about-pic {}

.about-pic img {}

.about-content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 67%;
  height: 610px;
  padding: 75px 27% 0 3%;
  background-image: url('../images/index_09.jpg');
  background-position: 77% top;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

.about-content h3 {
  font-size: 24px;
  font-weight: bold;
}

.about-content .ab-info {
  padding: 15px 0;
  line-height: 28px;
}

.about-content a {
  width: 142px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: block;
  color: #fff;
  border-radius: 20px;
  background-color: #004e99;
}

.field {
  padding: 40px 51px 50px;
}

.field h3 {
  font-size: 24px;
  font-weight: bold;
}

.field .field-info {
  padding: 15px 0;
  width: 715px;
  line-height: 28px;
}

.hot-wrapper {
  padding: 70px 0 80px;
  background-color: #f0f0f0;
}

.hot {}

.hot-title {
  padding: 10px 0 0 150px;
  background-image: url('../images/icon.jpg');
  background-position: left top;
  background-repeat: no-repeat;
}

.hot-title h3 {
  font-size: 24px;
  font-weight: bold;
}

.hot-title .hot-info {
  padding: 15px 0;
  width: 670px;
  line-height: 28px;
}

.hot-pro {
  margin-top: 40px;
}

.hot-pro-item {
  width: 280px;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #cdcdcd;
}

.hot-pro-item .hot-pro-img {
  width: 278px;
  height: 278px;
  overflow: hidden;
}

.hot-pro-item .hot-pro-img img {
  width: 100%;
  height: 100%;
}

.hot-pro-item:hover .hot-pro-img img {
  transform: scale(1.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hot-pro-item p {
  border-top: 1px solid #cdcdcd;
  line-height: 70px;
  background-color: #fff;
}

.bottom-contact {
  padding: 80px 145px 50px 160px;
}

.bottom-title {
  justify-content: space-between;
}

.bottom-title .contact-title {}

.bottom-title .contact-title h3 {
  font-size: 30px;
  font-weight: bold;
}

.bottom-title .contact-title .contact-info {
  padding: 15px 0;
  line-height: 28px;
}

.bottom-title a {
  width: 215px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  background-color: #004e99;
}

.bottom-content {}

.bottom-content .bottom-code {
  text-align: center;
  margin-right: 35px;
}

.bottom-content .bottom-code img {
  border: 1px solid #ccc;
}

.bottom-content .bottom-code p {}

.bottom-content .bottom-way {}

footer {
  width: 100%;
  height: 76px;
  text-align: center;
  line-height: 76px;
  color: #fff;
  background-color: #004e99;
}

/*----------------------------------------------end index-----------------------------------------*/
.content {
  padding: 50px 0;
}

.ny_left {
  width: 230px;
}

/*内页产品列表*/
.list {
  margin-bottom: 35px;
  width: 230px;
}

.list_t {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background-image: url('../images/arrow.png');
  background-position: 190px center;
  background-repeat: no-repeat;
  background-color: #004e99;
  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-size: 12px;
  line-height: 14px;
  padding: 10px 10px 10px 40px;
  background-color: #e1e1e1;
}

.list_nr ul li a:hover {
  background-color: #f5f5f5;
  transform: translateX(-10px);
}

/*内页联系我们*/
.lianxi {
  font-size: 12px;
  line-height: 26px;
  padding: 15px 20px;
  background-color: #e1e1e1;
}

.lianxi h2 {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #555;
}

.lianxi h3 {
  font-size: 12px;
  line-height: 26px;
  padding-bottom: 10px;
  color: #999;
}

/*内页右侧*/
.ny_right {
  width: 930px;
}

.ny_t {
  width: 930px;
  text-align: right;
  font-size: 14px;
  line-height: 38px;
}

.ny_t:before {
  content: "";
  background-image: url('../images/house.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 13px;
  display: inline-block;
  padding-right: 10px;
}

.name {
  font-size: 24px;
  line-height: 44px;
  border-bottom: 1px dashed #999;
  padding-bottom: 15px;
  width: 930px;
}

/*内页右侧单页面*/
.ny_nr {
  padding: 30px 0;
  line-height: 32px;
  width: 930px;
}


.nbanner{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/ny-banner.jpg) no-repeat top center;
	height:300px;
	color:#fff;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:120px;
	margin-top:80px;
}
.nbanner2{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/ny-banner2.jpg) no-repeat top center;
	height:300px;
	color:#fff;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:120px;
	margin-top:80px;
}
.nbanner3{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/ny-banner3.jpg) no-repeat top center;
	height:300px;
	color:#fff;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:120px;
	margin-top:80px;
}
.nbanner4{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/ny-banner4.jpg) no-repeat top center;
	height:300px;
	color:#fff;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:120px;
	margin-top:80px;
}
.nbanner5{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/ny-banner5.jpg) no-repeat top center;
	height:300px;
	color:#fff;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:120px;
	margin-top:80px;
}
.nbanner span{
	display:block;
	font-size:16px;
	padding-top:20px;
	font-weight:normal;
}
.location-bg{
	width:100%;
	margin:0 auto 40px auto;
	clear:both;
	overflow:hidden;
	height:50px;
	line-height:50px;
	background:#f8f8f8;
	border-bottom:1px solid #eaeaea;
}
.location{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.location h2{
	line-height:50px;
}
.location h2 span{
	float:right;
	font-size:14px;
	color:#999;
}
.ny-title{
	width:1200px;
	margin:0 auto 35px auto;
	clear:both;
	overflow:hidden;
	font-size:18px;
	text-align:center;
	color:#333;
	font-weight:normal;
	border-bottom:1px solid #e0e0e0;
	line-height:50px;
	font-weight:bold;
}
.about-single, .contact-single{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-bottom:40px;
}
.container_category{
	width:100%;
	text-align:center;
	margin-bottom:35px;
}
.container_category a{
    padding: 8px 25px;
    color: #999;
    transition: all .3s ease-out 0s;
    font-size: 14px;
	border-radius:20px;
	border:1px solid #eaeaea;
	margin:0 5px;
}
.container_category a.active, .container_category a:hover {
    color: #fff;
	border-radius:20px;
	background:#004e99;
	border:1px solid #004e99;
}
/*--end 分类*/

.container{
	width:1200px;
	margin:20px auto;
	clear:both;
	overflow:hidden;
}
.nleft{
	width:250px;
	float:left;
}
.nright{
	width:900px;
	float:right;
}
.nright-location{
	border-bottom:1px solid #eaeaea;
	clear:both;
	overflow:hidden;
}
.ny-single{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	font-size:14px;
	line-height:32px;
}

/*start分类列表及二级形式的样式*/
.nlist h2{
	color:#FFF;
	text-align:center;
	height:100px;
	line-height:100px;
	clear:both;
	overflow:hidden;
	background:#004e99;
}
.nlist ul{
	border:1px solid #eaeaea;
	background:#FFF;
	clear:both;
	overflow:hidden;
	padding:0 20px;
}
.nlist li{
	line-height:50px;
	height:50px;
	border-bottom:1px solid #eaeaea;
	font-size:16px;
	padding-left:10px;
	background:url(../images/pot-arrowr.png) no-repeat right;
	background-size:15px 15px;
}
.nlist li:last-child{
	border-bottom-width:0;
}
.nlist li span{float:right;}
.nlist li dl{margin:0;*margin:-14px 0 0 0;padding:0;}
.nlist li dl dt{line-height:30px;height:30px;border-bottom:1px dashed #ccc;}
.nlist b{font-family:"宋体";font-weight:normal;}

.nlists ul{margin:0;padding:0;list-style:none}
.nlists ul li{line-height:30px;height:30px;border-bottom:1px dashed #ccc;font-family:arial;}
.nlists ul li span{float:right;}
/*end分类列表及二级形式的样式*/


















.nyprolist{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.prozilei{
	width:100%;
	margin:10px auto 20px auto;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #004e99;
}
.prozilei h2{
	padding:0 20px;
	height:40px;
	line-height:40px;
	background:#004e99;
	font-weight:bold;
	color:#fff;
	display:inline-block;
}


.downlist{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.downlist ul li{
	border-bottom:1px dashed #e0e0e0;
	line-height:40px;
}
.downlist ul li span{
	float:right;
	background:url(../images/pot-pdf.jpg) no-repeat left;
	padding-left:20px;
}
.downlist ul li span a{
	text-decoration:underline;
}