h4, h5, h6,
h1, h2, h3 {
    margin-top: 0;
}

ul, ol {
    margin: 0;
}

p {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    /*list-style: none outside;*/
    box-sizing: border-box;
    background-position: center;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    outline: none;
    list-style: none
    /*word-wrap: break-word;*/
}

a {
    text-decoration: none;
}

html, body {
    font-family: 'SourceSansPro-Regular';
    font-size: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

@font-face {
    font-family: 'HammersmithOne-Regular';
    src: url(../fonts/HammersmithOne-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url(../fonts/SourceSansPro-Regular.ttf) format('truetype');
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/*--banner start here--*/
.banner {
    background: url(../images/background.jpg) no-repeat center;
    min-height: 800px;
    background-size: cover;
    position: relative;
}

.banner-main {
    text-align: center;
    padding: 15em 0em 0em 0em;
}

.banner-main h1 {
    font-size: 5em;
    font-weight: 700;
    color: #fff;
    font-family: 'HammersmithOne-Regular';
}

.banner-main p {
    font-size: 1.6em;
    color: #fff;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}

.banner-main a {
    font-size: 1em;
    color: #fff;
    display: block;
    padding: 0.5em 0em 0.5em 0em;
    width: 10%;
    margin: 2em auto 0em;
    background: #8fbe00;
    border-radius: 5px;
}

.banner-main a:hover {
    text-decoration: none;
    background: #00a8b6;
    color: #fff;
}

#godown {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    z-index: 5;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#godown .btn-down {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: white;
    text-align: center;
    box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
    z-index: 1;
    position: relative;
}

#godown .btn-down i {
    font-size: 30px;
    line-height: 55px;
    color: #8fbe00;
    font-weight: bolder;
}

/*--banner end here--*/
/*--header start here--*/
.logo {
    float: left;
}

.logo h2 {
    font-size: 2.5em;
    font-weight: 400;
    margin: 0em;
    font-family: 'HammersmithOne-Regular';
}

.logo h2 a {
    color: #00a8b6;
    text-decoration: none;
}

.logo h2 a:hover {
    text-decoration: none;
}

span.menu {
    display: none;
}

.top-navg {
    float: right;
}

.top-navg ul {
    padding: 0px 0em 0px 0em;
    margin: 0;
}

.top-navg ul li {
    display: inline-block;
    padding: 18px 0em 17px 0em;
    box-sizing: border-box;
}
.top-navg ul li.on a{
    color:#8fbd00;
}

.top-navg ul li:hover {
    border-bottom: 2px solid #8fbd00;
}

.top-navg ul li a {
    color: #fff;
    font-size: 1.25em;
    padding: 0em 1em 0em 1em;
    text-decoration: none;
    height: 100%;
    font-family: 'HammersmithOne-Regular';
}

.top-navg ul li a:hover {
    text-decoration: none;
    color:#8fbd00;
}
.on{
    border-bottom:2px solid #8fbd00;
}
.header {
    /*background-color: #000000;*/
    padding: 1.5em 0em 1.5em 0em;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

.header-scroll {
    background: #000000;
}

/*--header end here--*/
/*--services--*/
.services {
    padding: 0em 0em 2em 0em;
}

.service-top {
    text-align: center;
    padding: 0em 0em 4em 0em;
}

/*.service-top h3,.about_titleHeader{*/
/*text-align: center;*/
/*font-size: 2.5em;*/
/*color: #00a8b6;*/
/*font-family: 'HammersmithOne-Regular';*/
/*}*/
.about_titleHeader {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 2em;
    margin-top: 0;
}

.service-top p {
    font-size: 1.5em;
    color: #3b4b50;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;

}

.services-bottom h3 {
    text-align: center;
    font-size: 1.5em;
    color: #000;
    font-family: 'HammersmithOne-Regular';
}
.services-bottom a{
    display:inline-block;
}
.services-bottom a:hover,.services-bottom a:visted,.services-bottom a:focus{
    color: #337ab7;
    text-decoration: none;
    outline:none;

}
.ser-grid {
    text-align: center;
}

.ser-grid h4 {
    font-size: 1.7em;
    color: #3b4b50;
    font-family: 'HammersmithOne-Regular';
    margin: 1.2em 0em 1.2em 0em;
}

.ser-grid p {
    font-size: 1.1em;
    color: #486350;
    line-height: 1.8em;
}

#services .ser-grid img {
    width: 70%;
}

span.glyphicon.glyhedao, span.glyphicon.glylinye, span.glyphicon.glyshengtai {
    font-size: 4em;
    cursor: pointer;
    padding-bottom: 10px;
    box-sizing: border-box;
    /*color: #1afa29;*/
}

.ser-grid a:hover span.glyphicon.glyhedao, .ser-grid a:hover span.glyphicon.glylinye, .ser-grid a:hover span.glyphicon.glyshengtai {
    border-bottom: 3px solid rgb(44, 230, 58);
    transition: all 0.5s;
}

.ser-grid a:hover span.glyphicon.glyhedao img, .ser-grid a:hover span.glyphicon.glylinye img, .ser-grid a:hover span.glyphicon.glyshengtai img {

    transform: scale(1.02, 1.02);

}

.ser-grid a, .ser-grid a:hover {
    text-decoration: none;
    
}

/*--//services--*/

/*about us*/

.title-index.center {
    text-align: center;
    color: #00a8b6;
}

.title-index.center span, .title-index.center em {
    display: block;
}

.title-index.center span.f32 {
    font-size: 32px;
    font-weight: 200;
}

.title-index.center em.f16 {
    font-size: 16px;
}

.about {
    min-width: 1024px;
    margin: 3em 0em 1em 0em;
    background-color: #eeeeee;
}

.sitem-txt {
    float: left;
    width: 50%;
    padding:0 0 48px 0;
}

.sitem-txt h3 {
    margin: 0 0 20px;
    color: #3b4b50;
}

.sitem-txt h3 span {
    display: block;
    color: #888;
    padding-top: 44px;
}

.sitem-txt h3 i {
    margin: 20px 0;
    display: block;
    width: 50px;
    padding-top: 3px; /* background:#ea3340;*/
    background: #8fbe00
}

.sitem-txt p {
    color: #666;
}

.sitem-txt div.f16 {
    line-height: 2.1;
}

.sitem-txt div.f16 p{
	text-indent:24px;
}

.sitem-img {
    float: left;
    width: 50%;
    height: 520px;
}

.img-ue {
    background: url(../images/address.jpg) no-repeat right center;
    background-size: cover;
}

.txtarea-left {
    float: left;
    padding-left: 68px;
    padding-right: 20px;
    text-align: left;
}

/*about us*/
/*case start here*/

.cases .ser-grid img {
    width: 100%;
}

.cases .ser-grid {
    text-align: left;
    vertical-align: baseline;
    padding-left: 15px;
    padding-right: 15px;
}

.cases .ser-grid h4 {
    /*font-weight: 400;*/
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 5px 0;
    color: #3b4b50;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cases .ser-grid:hover h4 {
    color: #90A94D;
    transition: color .4s ease;
}

.cases .ser-grid p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    color: #757575;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.cases article:hover {
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    transition: all .4s ease;
}

.cases .ser-grid article {
    background-color: white;
    border-radius: 2px;
    transition: all .4s ease;
    cursor: pointer;
}

.cases .ser-grid .content {
    padding: 25px;
    vertical-align: baseline;
}

.cases span.date {
    color: #444444;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    display: inline-block;
    margin-top: 5px;
    font-weight: 300;
}

/*查看更多*/
.text {
    padding: 30px;
}
.text a.btn-pro {
    font-size: 14px;
    line-height: 14px;
    color: #444444;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

.text a.btn-pro i.icon-cc-arrow-right {
    position: absolute;
    display: block;
    right: -20px;
    top: 1px;
    font-weight: bold;
    transition: right .4s ease;
    color: #90A94D;
}

.text a.btn-pro:hover {
    text-decoration: none;
    color: #444444;
    outline: none;
    transition: color .4s ease;
}

.text a.btn-pro:hover i.icon-cc-arrow-right {
    right: -25px;
    transition: right .4s ease;
}

/*case end here*/
/*--contact start here--*/
.contact {
    padding: 4em 0em 4em 0em;
}

.contact-top {
    text-align: center;
    padding: 0em 0em 3em 0em;
}

.contact-top h3 {
    text-align: center;
    font-size: 2.5em;
    /*color:#8fbe00;*/
    color: #00a8b6;
    font-family: 'HammersmithOne-Regular';
}

.contact-top p {
    font-size: 1em;
    color: #8E8D8D;
    line-height: 1.8em;
    width: 64%;
    margin: 0em auto 0em;
}

.contact-bott input[type="text"] {
    font-size: 1em;
    color: #8C8C8C;
    outline: none;
    width: 32.5%;
    margin: 0em 0em 1em 0em;
    border: 1px solid #999;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 3px;
}

.contact-bott input.email {
    margin: 0px 10px 0px 10px;
}

.contact-bott textarea {
    font-size: 1em;
    color: #8C8C8C;
    outline: none;
    width: 100%;
    height: 10em;
    resize: none;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.contact-bott input[type="submit"] {
    font-size: 1em;
    color: #fff;
    padding: 0.4em 1em 0.4em 1em;
    background: #00a8b6;
    border: none;
    width: 13%;
    outline: none;
    margin: 0.6em auto 0em;
    display: block;
    border-radius: 4px;
}

.contact-bott input[type="submit"]:hover {
    background: #8fbe00;
}

/*--contact end here--*/
/*--footer start here--*/
.footer {
    padding: 1em 0em 1em 0em;
}

.footer {
    padding: 1.5em 0em 1.5em 0em;
    background-color: #000;
    text-align: center;
}

.footer p {
    font-size: 1em;
    color: #fff;
}

.footer p a {
    color: #00a8b6;
}

.footer p a:hover {
    color: #fff;
    text-decoration: none;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background-size: 35px;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}

/*--footer end here--*/
/*dingzhi*/
.Ued-abtdiv {
    width: 100%;
    min-width: 1024px;
    padding: 88px 0;
}

.Ued-abtdiv {
    text-align: center;
    background: url(../images/img_abt.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.Ued-abtdiv h3 {
    margin: 0 0 20px;
    color: #fff;
}

.Ued-abtdiv p {
    margin: 0 0 20px;
    color: #fff;
}

.Ued-abtdiv a {
    color: #fff;
}

.Ued-abtdiv a:hover, .Ued-abtdiv a:visited, .Ued-abtdiv a:focus {
    color: #ea3340;
    text-decoration: none;
}

/*行业描述*/
.Ued-abtdiv.desc {
    text-align: center;
    background: url(../images/bg_contactimg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

/*news start*/
.newsListPage .ewsite_pagebox{
  width:80%;
  margin:0 auto;
  text-align:center;
  margin-bottom:10px;
  height:80px;
}
.newsListPage .ewsite_pagebox span{
	padding:12px 20px;;
	border:1px solid #ccc;
	margin-right:10px;
	height:48px;
}
.newsListPage .ewsite_pagebox a{
    padding:12px 20px;
	border:1px solid #ccc;
	margin-right:10px;
	height:48px;
}
.newsListPage .ewsite_pagebox a:hover{
    background-color:#00A8B6;
}
.newsListPage .ewsite_pagebox .ewsite_pagebox_num_nonce{
    background-color:#1a434c;
}

.case-list {
    overflow: hidden;
	width:100%;
	margin-left:1%;
}

.case-list li {
    float: left;
    width: 32%;
    margin: 40px 0 0;
	margin-right:1%;
    /*height:350px;*/
}
.case-list li a img:hover {
    transform: scale(1.2);
    transition: 0.3s ease-in-out;
}
.case-list li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case-list li a, .case-list li a:hover {
    display: block;
    text-decoration: none;
    color: #121212;
}

.case-list li a img {
    margin: 0 0 20px;
    display: block;
    width: 100%;
}

.case-list li a h4, .case-list li a:hover h4 {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    line-height: 40px;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-list li a p, .case-list li a:hover p {
    width: 100%;
    padding: 0 10px;
    height: 52px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap; /*  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;*/
}

.title-index i {
    display: inline-block;
    width: 50px;
    padding-top: 1px;
    background: #ea3340;
    vertical-align: middle;
}

.title-index span {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.Ued-case .title-index {
    color: #121212;
}

.Ued-case .f32 {
    font-size: 32px;
    font-weight: 200;
}

.Ued-case .f16 {
    font-size: 16px;
    font-weight: 200;
}

.desc .f16 span {
    font-size: 15px;
}

.title-index em {
    display: inline-block;
    margin-right: 15px;
    color: #888;
    vertical-align: middle;

}

.case-list li img {
    height: 250px;
}

/*news end*/
/*newsPage start*/
.ReturnBack {
    position: fixed;
    top: 50%;
    right: 0;
    width: 60px;
    /*height:50px;*/
    padding: 20px;
    margin-top: -25px;
    font-size: 20px;
    border-radius: 2px;
    color: #fff;
    z-index: 99999;
    background-color: #00a8b6;
}

.ReturnBack a {
    color: #fff;
}

.ReturnBack:hover {
    background-color: #8fbe00;
}

.ReturnBack:hover a {
    color: #fff;
    text-decoration: none;
}

i.icon-zhuye1,i.icon-quit-s {
    font-size: 23px;
    vertical-align: bottom;
}

/*page 分页*/
.pageHtml {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 20px;
    text-align: center;
}

.pageHtml ul li {
    float: left;
    margin-left: 5px;
}

.pageHtml ul li a {
    padding: 15px;
    background-color: #fff;
    color: #868686;
    font-size: 15px;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e5e5e5;
}

.pageHtml ul li a:hover {
    background-color: #00a8b6;
    border: none;
    color: #fff;
}

/*-----------------------------*/
/*新闻详情start*/
/*-----------------------------*/
#main-wrap {

    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    overflow: hidden;
    background: white;
}

.secondary-background {
    background-color: #90A94D;
}
footer .newscontent {
    padding: 0;
    margin: 0 auto;
}

.artDetail {
    padding: 80px 0;
}

.artDetail section h2 {
    color: #222;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.artDetail section p {
    color: #222;
    padding: 30px 0;
    text-align: center;
}

.artDetail > div p {
    color: #222;
    line-height: 1.8;
    text-indent: 2em;
    font-size: 15px;
    text-align: justify;
}
@media (min-width: 1200px) {
    footer .newscontent {
        width: 1170px;
    }
}
@media screen and (max-width: 767px) {
    footer .newscontent {
        width: 100%;
    }
}


/*-------------------------------------------------*/
/*新闻详情end*/
/* =  13.Footer
/*-------------------------------------------------*/
footer{
    background-color: #263238;
	clear:both;
}

footer .text{
    padding: 50px;
}



footer .text.small{
    padding: 50px 25px;
    text-align: center;
}
.detail .row,footer#contact .newscontent .row{
    margin: 0;
}

footer .logo {
    width: 100%;
    margin-bottom: 18px;
}

footer p{
    /*-max-width: 360px;*/
    font-size: 14px;
    color: white;
}

footer .logo img{
    max-height: 40px;
    width: auto;
}
img[class*="normal"] {
    display: block;
}
footer h4{
    margin-top: 18px;
    color: #fff;
}



footer ul.sitemap li, footer ul.info li{
    color: #F6F6F6;

    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

footer ul.sitemap li a, footer ul.info li a{
    color: #F6F6F6;

    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

footer ul.sitemap li a:hover, footer ul.info li a:hover{
    color: #90A94D;
}

footer ul.social {
    margin-top: 10px;
    display: inline-block;
}

footer ul.social li{
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    color: white;
}

footer ul.social li:first-child{
    padding-right: 10px;
}

footer ul.social li i{
    color: white;
    padding: 0 5px;
    transition:color ease .4s ;
}

footer ul.social li i:hover{
    color: #90A94D;
    transition: color ease .4s ;
}

footer #newsletter-form{
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    max-width: 350px;
}


.footer.section {
    padding-top: 50px !important;
}

/*-------------------------------------------------*/

/*-------------------------------------------------*/
.cover{
	background:rgba(0,0,0,0.5);
	height:100%;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	display:none;
 }
 #btnMoreProduct,#btnHexinjishu a{
	cursor:pointer;
 }
 #productMore p,#hexinjishuInfo p{
	line-height:25px;
	font-size:16px;
 }
 #hexinjishuInfo p{
	line-height:30px;
 }
 #productMore,#hexinjishuInfo{
	background: #fff;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 33%;
    z-index: 999;
    width: 900px;
    margin-left: -450px;
    border-radius: 10px;
 }
 #btnCloseProductMore,#btnCloseHexinjishuInfo{
	float: right;
    margin-right: -15px;
    background: #202020;
    border-radius: 50%;
    padding: 2px 8px;
    color: #fff;
    margin-top: -14px;
	cursor:pointer;
 }
 .fazhanlicheng{
	width:66%;
	margin-left:17%;
 }
 .fazhanlicheng .left,.fazhanlicheng .right{
	width:50%;
	float:left;
	padding-left:10px;
 }
 .fazhanlicheng .right{
	float:right;
 }
 .fazhanlicheng .title{
	height:50px;
	line-height:50px;
	font-size:22px;
 }
 .fazhanlicheng p{
	line-height:25px;
	font-size:16px;
 }
 #btnHexinjishu{
	text-align: center;
    height: 40px;
    line-height: 60px;    
 }
 #btnHexinjishu a{
	font-size:18px;
 } 
/*-------------------------------------------------*/
.productMoreInfo{
	border-top:1px dashed #ccc;
	clear:both;
	width:80%;
	margin:0 auto;
}
.productMoreInfo p{
	text-indent:24px;
	line-height:35px;
	margin-bottom:0;
}
.productMoreInfo .left{
	float:left;
	width:50%;
	box-shadow: 0px 0px 10px #fff;
    padding: 5px;
}
.productMoreInfo .right{
	float:right;
	width:49.5%;
	box-shadow: 0px 0px 10px #fff;
    padding: 5px;
	margin-left:0.5%;
}
.core p{
	line-height:35px;
	font-size:1.1em;
}
@media screen and (max-width: 1024px) {
	.fazhanlicheng{
		width:100%;
		margin:0;
	}	
 }
 @media screen and (max-width: 768px) {	
	.fazhanlicheng .left,.fazhanlicheng .right{
		width:100%;
	}
	.productMoreInfo .left,.productMoreInfo .right{
		width:100%;
	}
	.productMoreInfo{
		width:100%;
	}
 }
 @media screen and (max-width: 1000px) {	
	#productMore, #hexinjishuInfo{
		width:100%;
		margin:0;
		left:0;
		overflow-y: auto;
		max-height: 350px;
	}
	#btnCloseProductMore, #btnCloseHexinjishuInfo{
		position: fixed;
		right: 20px;
	}
 }
/*-------------------------------------------------*/













