@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "微软雅黑";
  color: #333;
}

ul, li, ol {
  list-style: none;
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9oeav0");
  src: url("../fonts/icomoon.eot?9oeav0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9oeav0") format("truetype"), url("../fonts/icomoon.woff?9oeav0") format("woff"), url("../fonts/icomoon.svg?9oeav0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner {
  position: relative;
}

.container {
  padding: 0;
  position: relative;
}

.title {
  position: relative;
  text-align: center;
}

.title strong {
  background: #fff;
  color: #333;
  position: relative;
  z-index: 8;
  font-weight: 400;
}

.title p{
  color: #999;
  position: relative;
  z-index: 8;
  font-weight: 400;
}
.advanWrap .content {
  overflow: hidden;
}

@media (min-width: 767px) {
  body {
    min-width: 1200px;
  }

  .wp-lg {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .hd-lg {
    height: 90px;
  }
  .hd-lg .logo {
    float: left;
    margin-top: 8px;
  }
  .hd-lg .righticon{
   	float: right;
   	margin: 20px 10px 0 0;
   }
	.hd-lg .righticon img{
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
	.hd-lg .righticon span{
		font-size: 18px;
		line-height: 40px;
		color: #999;
		display: inline-block;
	}
  .banner {
    height: 500px;
  }

  .bannerImg {
    background: url(../img/banner_sm.jpg) no-repeat center top;
    height: 500px;
  }

  .bannerCon {
    width: 410px;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: 180px;
  }
  .bannerCon h3 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .bannerCon .btnGroup {
    background: url(../img/whitebg.png) repeat;
    width: 410px;
    height: 220px;
    border-radius: 10px;
    margin-top: 45px;
  }
  .bannerCon .btnGroup ul {
    padding: 15px 20px;
    overflow: hidden;
  }
  .bannerCon .btnGroup li strong {
    font-weight: 400;
    font-size: 20px;
    display: block;
  }
  .bannerCon .btnGroup li a {
    display: block;
    margin-top: 15px;
    background: #54c584;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
  }
  .bannerCon .btnGroup li a img {
    margin-right: 15px;
    float: left;
    height: 48px;
    margin-top: 6px;
  }
  .bannerCon .btnGroup .col-l {
    float: left;
    width: 150px;
  }
  .bannerCon .btnGroup .col-l img {
    display: block;
    margin-top: 15px;
  }
  .bannerCon .btnGroup .col-r {
    float: right;
    width: 200px;
  }

  .title {
    margin: 60px 0;
  }
  .title strong {
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    padding: 0 50px;
  }
	.title p{
    line-height: 40px;
    font-size: 18px;
    padding: 10px 50px;
  }
  .contactWrap .content .con{
  	margin-top: 30px;
  }
 
  .advanWrap .cli-lg {
    text-align: center;
  }
  .advanWrap .cli-lg img {
    display: block;
    
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin: 0 auto;
  }
  .advanWrap .cli-lg h3 {
    font-size: 18px;
    font-weight:400;
    color: #444;
  }
  .advanWrap .cli-lg p {
    color: #999;
    font-size: 16px;
    padding: 10px;
    line-height: 26px;
  }
	.erpfisWap .content {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .erpfisWap .content .pic{
  	float: left;
  	width: 60%;
  }
  .erpfisWap .content .cont{
  	float: left;
  	width: 40%;
  	margin-top: 50px;
  }
  .erpfisWap .content .cont li{
  	padding-bottom: 15px;
  }
  .erpfisWap .content .cont li h5{
    	font-size: 28px;
    	line-height: 36px;
    	color: #444;
    	font-weight: 400;
  }
  .erpfisWap .content .cont li p{
    	font-size: 18px;
    	line-height: 30px;
    	color: #999;
    	font-weight: 400;
  }
  .contactWrap .content {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .contactWrap .content .con h4 {
    padding-top: 5px;
    font-size: 28px;
    font-weight: 400;
  }
  .contactWrap .content .con p {
    font-size: 18px;
    color: #999;
    font-weight: 400;
    line-height: 36px;
    padding-top: 10px;
  }

	.DBbanner .bannerImg {
    background: url(../img/erp_img5.jpg) no-repeat center top;
    height: 680px;
    margin-top: 50px;
  }
  .erpsecWrap .title{
  	margin: 60px 0 0px 0;
  }
  .erpsecWrap .content {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .erpsecWrap .content .mod{
  	position: relative;
  	overflow: hidden;
  }
  .erpsecWrap .content .mod .pic{
  	text-align: right;
  }
  .erpsecWrap .content .mod .cont{
  	margin: 55px 0 0 0;
  	padding:  0 35px;
  }
  .erpsecWrap .content .mod .cont h5{
  	font-size: 30px;
  	color: #15924d;
  	line-height: 36px;
  	
  	padding: 0 30px;
  }
  .erpsecWrap .content .mod .cont p{
  	font-size: 18px;
  	color: #999;
  	line-height: 30px;
  	padding: 0 30px;
  }
  .erpthrWrap{
  	margin-top: 30px;
  	position: relative;
  	overflow: hidden;
  }
  .erpthrWrap .content {
    overflow: hidden;
    border: 1px solid #e5e5e5;
  }
  .erpthrWrap .content li{
  	float: left;
  	width: 33%;
  	text-align: center;
  	height: 300px;
  }
  .erpthrWrap .content li img{
  	margin-top: 30px;
  }
  .erpthrWrap .content li h5{
  	font-size: 20px;
  	color: #444;
  	font-weight: 400;
  }
  .erpthrWrap .content li p{
  	font-size: 15px;
  	color: #999;
  	padding: 0 30px;
  	line-height: 28px;
  }
  .erpthrWrap .content .seco{
  	background: #1a9752;
  }
  .erpthrWrap .content .seco h5{
  	color: #fff;
  }
  .erpthrWrap .content .seco p{
  	color: #fff;
  }
  .footer {
    background: #222;
    padding: 10px 0;
  }
  .footer .copyright {
    text-align: center;
    padding-top: 10px;
  }
  .footer .copyright p{
  	margin: 0;
  }
  .footer .copyright span {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
  }
  .footer .copyright a {
    font-size: 14px;
    color: #fff;
  }
  .fixedWrap{
  	position: fixed;
    top: 45%;
    right: 0;
    width: 60px;
    height: 60px;
    background: #54c584;
    border-radius: 100%;
    text-align: center;
    z-index: 999;
    color: #fff;
  }
  .fixedWrap .updown{
  	margin-top: 10px;
  }
  .fixedWrap .updown a{
  	display: block;
  	color: #fff;
  }
  .fixedWrap .updown img{
  	width: 28px;
  	height: 28px;
  }
  .fixedWrap .updown p{
  	font-size: 12px;
  	margin: 0;
  }
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
	.title p{
		line-height: 26px;
	}
  .hd-sm {
    height: 50px;
  }
  .hd-sm .logo {
    float: left;
    margin-top: 7px;
    padding: 0 10px;
  }
  .hd-sm .logo img {
    height: 35px;
  }
  .hd-sm .righticon{
   	float: right;
   	margin: 5px 10px 0 0;
   	height: 35px;
   	width: 35px;
   }

  .banner img {
    display: block;
  }
  .banner .btnGroup {
    position: absolute;
    overflow: hidden;
    bottom: 30px;
    right: 15px;
  }
  .banner .btnGroup a {
    display: block;
    margin-top: 15px;
    background: #54c584;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    padding: 0 8px;
    font-size: 16px;
    color: #fff;
  }
  .banner .btnGroup a img {
    margin-right: 5px;
    float: left;
    height: 34px;
    margin-top: 5px;
  }

  .title {
    margin: 30px 20px;
  }
  .title strong {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 25px;
  }
	.title strong p{
		font-size: 14px;
	}
 	
  .advanWrap .cli-xs {
    text-align: center;
    margin-bottom: 20px;
  }
  .advanWrap .cli-xs img{
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
  }
  .advanWrap .cli-xs h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .advanWrap .cli-xs p {
    color: #999;
    font-size: 12px;
    padding-top: 5px;
    line-height: 22px;
  }
  .erpfisWap .title{
  	margin: 30px 20px 10px 20px;
  }
  .erpfisWap .content {
    overflow: hidden;
    padding-bottom: 10px;
  }
	.erpfisWap .content .pic{
		float: left;
		width: 50%;
	}
	.erpfisWap .content .cont{
		float: left;
		width: 48%;
		margin-left: 2%;
	}

  .erpfisWap .content .cont li h5{
    	font-size: 18px;
    	line-height:24px;
    	color: #444;
    	font-weight: 400;
    	margin: 3px 0;
  }
  .erpfisWap .content .cont li p{
    	font-size: 14px;
    	line-height: 18px;
    	color: #999;
    	font-weight: 400;
    	margin: 0;
  }
  .erpsecWrap .title{
  	margin: 20px 0 0px 0;
  }
  .erpsecWrap .content {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .erpsecWrap .content .mod{
  	position: relative;
  	overflow: hidden;
  }
  .erpsecWrap .content .mod .pic{
  	text-align: right;
  }
  .erpsecWrap .content .mod .cont{
  	padding:  0 15px;
  }
  .erpsecWrap .content .mod .cont h5{
  	font-size: 18px;
  	color: #15924d;
  	line-height: 28px;
  }
  .erpsecWrap .content .mod .cont p{
  	font-size: 14px;
  	color: #999;
  	line-height: 24px;
  }
  .erpthrWrap{
  	margin-top: 10px;
  	position: relative;
  	overflow: hidden;
  	margin-bottom: 30px;
  }
  .erpthrWrap .title{
  	margin: 30px 0 0 0;
  }
  .erpthrWrap .title p{
  	line-height: 22px;
  }
  .erpthrWrap .content {
    overflow: hidden;
    border: 1px solid #e5e5e5;
  }
  .erpthrWrap .content li{
  	float: left;
  	width: 50%;
  	text-align: center;
  	height: 240px;
  }
  .erpthrWrap .content li img{
  	margin-top: 10px;
  	width: 60px;
  	height: 60px;
  }
  .erpthrWrap .content li h5{
  	font-size: 16px;
  	color: #444;
  	font-weight: 400;
  }
  .erpthrWrap .content li p{
  	font-size: 13px;
  	color: #999;
  	line-height: 22px;
  	padding: 0 10px;
  }
  .erpthrWrap .content .seco{
  	background: #1a9752;
  }
  .erpthrWrap .content .seco h5{
  	color: #fff;
  }
  .erpthrWrap .content .seco p{
  	color: #fff;
  }
	.contactWrap .title{
		margin: 10px 0;
	}
  .contactWrap .content {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .contactWrap .content .pic {
    text-align: center;
  }
  .contactWrap .content .con {
    text-align: center;
  }
  .contactWrap .content .con h4 {
    padding-top: 10px;
    font-size: 16px;
  }
  .contactWrap .content .con p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
  }
	
  .footer {
    background: #222;
    padding: 8px 0;
    text-align: center;
  }
  .footer .copyright{
  	margin: 0 auto;
  	width: 300px;
  }
 .footer .copyright p{
 	margin: 0;
 }
  .footer .copyright span {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
  }
  .footer .copyright a {
    font-size: 12px;
    color: #fff;
  }
  .fixedWrap{
  	position: fixed;
    top: 45%;
    right: 0;
    width: 60px;
    height: 60px;
    background: #54c584;
    border-radius: 100%;
    text-align: center;
    z-index: 999;
    color: #fff;
  }
  .fixedWrap .updown{
  	margin-top: 10px;
  }
  .fixedWrap .updown a{
  	display: block;
  	color: #fff;
  }
  .fixedWrap .updown img{
  	width: 28px;
  	height: 28px;
  }
  .fixedWrap .updown p{
  	font-size: 12px;
  	margin: 0;
  }
}

/*# sourceMappingURL=sub.css.map */
