/* css reset styles */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
	vertical-align: top;
}
ul, li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
body, input, select, button, textarea {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
button {
	cursor: pointer;
}
i, em, cite {
	font-style: normal;
}
body {
	background: #fff;
	color: #363636;
	line-height: 1.2;
}


a:active, a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.fixed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.fixed {
	display: block;
	min-height: 1%;
}
*html .fixed {
	height: 1%;
}
.clear {
	diplay: block!important;
	float: none!important;
	clear: both;
	overflow: hidden;
	width: auto!important;
	height: 0!important;
	margin: 0 auto!important;
	padding: 0!important;
	font-size: 0;
	line-height: 0;
}
.more {
	float: right;
}
.more a {
	font-weight: normal;
	font-size: 12px;
}
.fl, .fr {
	display: inline;
	float: left;
}
.fr {
	float: right;
}

/* header styles */
html{
	background: #ccc;
}
body{
	background: #fff;
	width: 640px;
	margin:0 auto;
}
.am-form-group label{text-align: right;padding:0!important;}
.header{
	height: 103px;
	line-height: 103px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1010;
	background: #fff;
}
.header img{
	height: 60px;
	vertical-align: middle;
	margin-left: 26px;
}
.h-btn{
	width: 74px;
	height: 68px;
	background: #f8bc28 url(../Image/h-btn.png) no-repeat center center;
	border-radius: 5px;
	position: absolute;
	top:18px;
	right: 17px;
}

/* nav styles*/
/**
* Navigation Defaults
*/
.nav {

  position: absolute;
  z-index: 100;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99999;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav--active .nav {
  opacity: 1;
  background-color: #333;
}
.nav__list {
  margin: 0;
  padding: 40px ;
}
.nav__item {
  list-style-type: none;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.nav__link {
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #fff;
}
/* Default navigation icon */
.nav__trigger {
	background: #81c425 ;
	position: absolute;
	top:0;
	right: 0;
	text-align: center;
	line-height: 103px;
	z-index: 200;
	width: 110px;
	height: 103px;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 7px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 38px;
  height: 7px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -12px;
}
.nav__icon:after {
  margin-top: 12px;
}
/* Don't nest if you don't have to. */
/**
* Style #1
*/
.nav a:link{
	color: #fff;
}
.nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 120;
}
.nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.nav--active .nav__link {
  opacity: 1;
}
.nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#demo2{
	margin-top: 104px;
}
.am-with-fixed-navbar .am-gotop-fixed {
    bottom: 140px;
}
img{
	max-width: 100%;
}

/* m-type styles */
.m-type{
	margin:55px 20px 30px;
}
.m-type-hd{
	height: 109px;
	background: url(../Image/m-type-title.png) no-repeat center center;
	margin-bottom: 25px;
}
.m-type-bd{
	height: 530px;
	background: url(../Image/m-type-bg.png) no-repeat center center;
}
.m-type-bd ul{
	overflow: hidden;
	width: 510px;
	height: 530px;
	margin:0 auto;
	position: relative;
}
.m-type-bd li{
	font-size: 24px;
	display: inline-block;
	width: 100px;
	text-align: center;
}
.m-type-bd li span{
	display: block;
}
.m-type-bd li a{
	color: #fefeff;
}
.m-type-bd li:nth-child(1){
	position: absolute;
	top: 50px;
    left: 204px;
}
.m-type-bd li:nth-child(2){
	position: absolute;
	top: 142px;
	left: 354px;
}
.m-type-bd li:nth-child(6){
	position: absolute;
	top: 142px;
    left: 54px;
}
.m-type-bd li:nth-child(3){
	position: absolute;
	top: 322px;
    left: 354px;
}
.m-type-bd li:nth-child(5){
	position: absolute;
	top: 322px;
    left: 54px;
}
.m-type-bd li:nth-child(4){
	position: absolute;
	top: 412px;
    left: 204px;
}

/* m-about styles */
.m-about{
	padding: 0 32px;
	background: #fff;
	overflow: hidden;
	
}
.m-about-hd{
	text-align: center;
}

.m-about-bd{
	margin-top: 20px;
}
.m-about-bd img{
	margin-bottom: 28px;
}
.m-about-txt .left{
	width: 270px;
	margin-right:10px;
	float: left;
}
.m-about-txt .left p{
	font-size: 24px;
	color: #454545;
	line-height: 37px;
	font-family: "黑体";
}
.m-about-txt .right{
	width: 296px;
	float: left;
}
.m-about-txt .right img{
	width: 295px;
	height: 291px;
}

.m-down{
	margin:10px 0;
	text-align: center;
}

/* m-super styles */
.m-super-hd{
	margin:64px 0 40px;
	height: 114px;
	background: url(../Image/m-super-title.png) no-repeat center center;
}
.m-super-bd ul{
	margin:0 20px;
}
.m-super-bd li{
	margin:10px 0;
}
/* m-phone styles */
.m-phone{
	margin:20px 15px;
	height: 70px;
	border-radius: 5px;
	border:2px solid #304ba6;
	line-height: 70px;
}
.m-phone .left{
	width: 60%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fd9900;
	float: left;
}
.m-phone .right a{
	width: 40%;
    text-align: center;
    font-size: 40px;
    height: 68px;
    background: #304ba6;
    color: #fff;
    float: right;
}
/* m-pro styles */
.m-pro{
	background: #fff;
	overflow: hidden;
	padding:0 32px;
}

.m-pro-hd{
	height: 120px;
	
}

.m-pro-bd{
	overflow: hidden;
	background: #ffffe0;
}
.m-pro-bd ul{
	overflow: hidden;
}
.s-type li{
	float: left;
	width: 272px;
	height: 78px;
	line-height: 70px;
	text-align: center;
	background: url(../Image/s-li-bg.png) no-repeat;
	margin: 10px 8px;

}
.s-type li a{
	display: inline-block;
	width: 250px;
	/*padding: 0 15px ;*/
	font-size: 34px;
	font-family: "黑体";
	color: #fff;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
}
.m-pro-bd li{
	float: left;
	margin: 16px 8px;
}
.m-pro-bd li img{
	width: 266px;
	height: 498px;
	object-fit:cover;
}
.m-pro-bd li span{
	display: block;
	font-size: 22px;
	text-align: center;
	color: #fff;
	position: relative;
	top:-35px;
}
.m-pro-bd .caption{
	text-align: center;
	margin:15px 0;
	font-size: 28px;
	color: #333333;
}


.m-pro-bd a.more{
	display: inline-block;
	width: 277px;
	height: 68px;
	background: url(../Image/m-more-bg.png);
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 68px;
	margin-right: 27%;
	margin-bottom: 20px; 
}
.am-map-default .BMap_bubble_title{
	font-size: 28px;
}
/* m-news styels */
.m-news{
	background: #fff;
	overflow: hidden;
	padding: 20px 32px;

}
.m-news-hd{
	font-size: 28px;

	text-align: center;
}
.m-news-bd{
	overflow: hidden;
	background: url(../Image/m-news-bg.png) no-repeat bottom center;
	margin-top: 20px;
}
.m-news-bd ul{
	overflow: hidden;
	padding: 0 15px;
}
.m-news-bd li{
	height: 69px;
	border-bottom: 1px dashed #999999;
	padding:15px 0;
	padding-left: 30px;
	background:url(../Image/m-news-ico.png) left center no-repeat;
}
.m-news-bd li h3{
	display: inline-block;
	font-size: 30px;
	line-height: 38px;
	font-family: "黑体";
	color: #000;
}
.m-news-bd li span{
	float: right;
	font-size: 26px;
	color: #454545;
	font-family: "黑体";
}
.m-news-bd a.more{
	display: inline-block;
	width: 277px;
	height: 68px;
	background: url(../Image/m-more-bg.png);
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 68px;
	margin:20px 27% 20px 0;
}
.m-buiness{
	height: 1053px;
	background: url(../Image/m-buiness-bg.jpg) no-repeat;
}
.m-buiness-hd{
	height: 100px;
	background: url(../Image/m-buiness-title.png) no-repeat center center;
	padding:110px 67px;
}
.m-buiness-bd li{
	width: 300px;
	height: 320px;
	background: #fff;
	padding:8px;
	float: left;
	margin: 10px ;
}
.m-buiness-bd li h3{
	line-height: 45px;
	text-align: center;
	font-family: 黑体;
	font-size: 28px;
	color: #454545;
}
.m-buiness-bd li img{
	width: 304px;
	height: 260px;
	object-fit:cover;
}
.m-buiness-bd > a{
	display: inline-block;
	width: 277px;
	height: 71px;
	background: url(../Image/m-buiness-a.png) no-repeat center center;
	margin: 50px 160px 0 0; 
}
/* m-contact styles */
.m-contact{
	height: 560px;
	background: url(../Image/m-contact-bg.jpg) no-repeat center center;
	margin:0;
	text-align: center;
	padding:40px 0 0 0;
}
.m-contact p{
	font-size: 26px;
	color: #7d9b24;
	font-family: "黑体";
	line-height: 40px;
}


.copyright{
	overflow: hidden;
	margin:30px 0 90px;
	text-align: center;
}
.copyright p{
	font-size: 18px;
	color: #989898;
	line-height: 36px;
}

/* navbar styles */
.navbar{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 110px;
	background: #2e2e2e;
	width: 100%;
}
.navbar li{
	float: left;
	text-align: center;
	width: 25%;
	margin:20px 0;
}
.navbar li span{
	display: block;
	color: #fff;
	margin:10px 0;
	font-size: 20px;
}


.main{
	padding:10px;
	overflow: hidden;
}
.article{
	margin-bottom: 60px;
}
.article b{
	font-size: 24px;
	    text-align: center;
	    display: block;
	    margin: 20px 0;
}
.article .title{
	text-align: center;
	font-size: 32px;
	color: #333;
	padding:25px 0;
}
.article img{
	margin:10px 0;
}
.article p{
	font-size: 26px;
	font-family: 黑体;
	color: rgb(69, 69, 69);
	line-height: 42px;
}
.article h1{
	font-size: 32px;
    text-align: center;
    line-height: 46px;
    margin: 20px 0;
}
.article .meta{
	text-align: center;
	font-size: 24px;
    margin: 20px 0;
    color: #8c8787;
}
.article .meta img{
	margin: 20px auto;
    display: block;
}
#prev_next{
	
}
#prev_next li{
	margin: 30px 20px;
	background: #e7e7e7;
    padding: 30px 30px;
    font-size: 26px;
    color: #a7a7a7;
}
#prev_next li a{
	color: #3f4447;
}
/* news list */
.news{
	overflow: hidden;
	padding-top: 10px;
}
.news li{
	height: 120px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #ccc;
}
.news li h3{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	color: #464646;
}
.news li p{
	width: 100%;
    height: 60px;
    line-height: 32px;
    font-size: 20px;
    color: #6a6a6a;
    overflow: hidden;
    margin-top: 10px;
}
img{
	max-width: 100%;
}
.pro{
	overflow: hidden;
    clear: both;
}
.page {
	font-size: 24px;
	margin:20px 0;
	width: 100%;text-align: right;
}
.pro li{
	float: left;
	margin: 5px;
	width: 300px;
}
.pro li img{
	border: 2px dashed #81c425;
	    width: 296px;
    height: 260px;
    object-fit: cover;
    border-radius: 2px;
}
.pro li h3{
	font-size: 26px;
	    color: #666;
	    display: block;
	    line-height: 42px;
	    overflow: hidden;
	    text-align: left;
	    margin-left: 10px;
}
.pro li p{
	    color: #999;
	    display: block;
	    height: 92px;
	    line-height: 32px;
	    overflow: hidden;
	    font-style: normal;
	    text-align: left;
}
/* s-type styles */
.s-type{overflow: hidden;}
