html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output,textarea, ruby, section, summary,
time, mark, audio, video,input,button{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: Helvetica,"Hiragino Sans GB","Heiti SC","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input:focus,textarea:focus{
	outline: none;
}
body {
	background:#fff;
}
a{
	text-decoration: none;
	cursor: pointer;
}
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
ol, ul {
	list-style: none;
}
b,i,em{font-weight: normal;font-style: normal;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.f-r{
	/* float: right; */
}
.f-l{
	/* float: left; */
}
/*header*/
.container{width:1200px;margin:0 auto;border: 1px solid transparent;/* text-align: center; */}
.header{height: 80px;background: #31303B;left:0;top:0;z-index:9;width:100%;line-height: 80px;}
.header .logo{/* padding-right: 0px; */position:relative;z-index:9;width: 160px;display: inline-block;vertical-align: middle;}
.header .logo img{display:block;/* margin-top: 14px; */height: 46px;}
.header .nav{
    /* position: relative; */
    width: calc(100% - 200px);
    /* height: 55px; */
    /* right: 0; */
    /* top: 0; */
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    }
.header .nav li{display: inline-block;margin-left:80px;cursor: pointer;text-align: center;/* margin-right: 35px; */position:relative;vertical-align: middle;}
/* .header .nav li:hover span{display:block;} */
/*.header .nav li span{display:none;position:absolute;top:77px;left:0;background:#fff;width:100%;z-index:100;}
.header .nav li span i{
    display:block;
    line-height:40px;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    background:#fff;
}
.header .nav li span i:hover{
    background:#f5f5f5;
}*/
.header .nav li a{cursor:pointer;color:#fff;font-size: 17px;display:inline-block;font-weight: 550;height: 30px;line-height: 30px;/* border-radius: 4px; *//* width: 90px; */border-bottom: 3px solid transparent;}
.header .nav .active{ position:relative;
}
.header .nav .active a{border-color: #069E7C;color: #069E7C;}
.header .nav li:hover a{color: #069E7C;}

/*.header .nav li:hover a{color:#264d79;font-weight: bold;}*/
/*.header .nav li a:hover{color:#264d79;}*/
.header .btn{font-size: 15px;border-radius: 4px;width:100px;height: 32px;border:1px solid #fff;position:relative;z-index:9;display:inline-block;vertical-align: middle;line-height: 32px;/* margin-top: 0px; */color: #fff;text-align: center;}
.header .btn.btn1{background: #fff;color: #4653E6;margin-left: 10px;}
.indexBanner{
	position: relative;
	width: 100%;
	height: 639px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center right; */
}

.indexBanner img{
	padding-top: 200px;
	display: block;
	padding-bottom: 25px;
	height: 44px;
}
.indexBanner h1{
	font-size: 26px;
	display: block;
	line-height: 80px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 4px;
}
.indexBanner a{
	background: #069E7C;
	display: block;
	line-height: 50px;
	color: #fff;
	width: 200px;
	font-size: 18px;
	border-radius: 8px;
	text-align: center;
	margin-top: 60px;
	letter-spacing: 1px;
}
.indexBanner a:hover{	
	opacity:.85;
}

.feature{
	padding: 60px 0;
	position: relative;
	/*background: #FAFAFA;*/
	/*background: url('../images/feature.png') no-repeat center center;*/
	/*	background-size: 100% 100%;
	width:100%;*/
}
.feature ul{font-size: 0;margin-left: -10px;}

.feature li{
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}
.feature li .feat{
	margin:0 auto;
	background: #fff;
	padding: 60px 0;
	border-radius: 5px;
	display: block;
	margin-left: 10px;
	cursor: pointer;
	transition: all .2s linear;
}
.feature li .feat:hover{
	margin-top:-10px;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
}
.feature li .feat a{
	/* height: 120px; */
	display: block;
	text-align: center;cursor:pointer;
	/* line-height: 120px; */
}
.feature li .feat a img{
	height: 40px;
	display: block;
	margin: 0 auto;
	transition:all .5s linear;
}
.feature li .feat:hover a img{
/* 	transform:rotateY(360deg); */
}
.feature li .feat label{
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	display: block;
	font-weight: 550;cursor:pointer;
}
.feature li .feat p{
	/* padding: 10px; */
}
.feature li .feat p span{
	line-height: 40px;
	font-size: 16px;
	color: #707876;
	display:block;
	text-align: center;
	height: 40px;
}
.contact_index{
	position: relative;
	width: 100%;
	height: 240px;
	background: url('../images/botbg.png') no-repeat left center;
	background-size: 100% auto;
	line-height: 240px;
	text-align: center;
	margin-top: 80px;
	}
.contact_index a{
	background: #069E7C;
	display: block;
	line-height: 54px;
	color: #fff;
	width: 240px;
	font-size: 17px;
	border-radius: 4px;
	margin-left: 15px;
	text-align: center;
	letter-spacing: 2px;
	display: inline-block;
	vertical-align: middle;
}
.contact_index a:hover{
	opacity:.9;
}
.footer{
	padding: 40px 0;
	/* margin-top:50px; */
	display: block;
	font-size:0;
	/* border-top: 3px solid #4855E2; */
}
.footer p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	text-align: center;
}
.footer span{color: #A3ABA9;font-size: 14px;display: block;text-align: center;}

.banner-text{}
.banner-text img{width: 900px;margin: 30px auto;display: block;}

.gongneng{
    margin-top: 60px;
}
.gongneng .title{}
.gongneng .title h2{}
.gongneng ul{
    font-size: 0;
    margin-left: -30px;
    margin-top: 40px;
}
.gongneng li{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}
.gongneng li p{
    border: 1px solid #C7F7E7;
    display: block;
    margin-left: 30px;
    padding: 50px 0 80px;
    border-radius: 3px;
    cursor:pointer;
    transition:all .2s linear;
}
.gongneng li:last-child p{border-color:#D9E3E1;}
.gongneng li:last-child p:hover{
	border: 1px solid #def9f46b;
}
.gongneng li:last-child:hover p a{
	color:#069E7C;
}
.gongneng li p:hover{
	background:#def9f46b;
	margin-top:-10px;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
}
.gongneng li p label{
    font-size: 17px;
    display: block;
    text-align: center;
    line-height: 30px;cursor:pointer;
    font-weight: 550;
}
.gongneng li p label img{
    width: 36px;
    display: block;
    margin: 15px auto;
}
.gongneng li p a{
    height: 95px;
    display: block;
    font-size: 18px;
    line-height: 110px;
    text-align: center;
    color: #A3ABA9;
}







.headTitleBg{height: 300px;background:url(/Templates/Default/images/bg_banner.png) no-repeat 50% 0;text-align: center;background-size: cover;line-height: 300px;}
.headTitleBg img{
    width: 156px;
    display: inline-block;
    vertical-align: middle;
}
.understand-us li .f-r{
	float:right;
}
.understand-us li .f-l{
	float:left;
}
.understand-us li:after{
	display:block;
	content:'';
	clear:both;
}
.understand-us li{margin-top: 80px;}
.understand-us li .image{width: 640px;display: inline-block;vertical-align: middle;}
.understand-us li .image img{width: 640px;/* height:450px; */box-shadow: 0px 4px 15px 0px rgb(245 240 240);
    border-radius: 30px;}
.understand-us li .info{width: 440px;letter-spacing:1px;padding: 60px;/* display: inline-block; *//* vertical-align: top; */}
.understand-us li h3{font-size:24px;line-height:44px;font-weight:bold;display: inline-block;border-bottom: 4px solid #069E7C;color: #333;}
.understand-us li p{line-height: 32px;font-size: 15px;color: #8D9291;/* background:url(/templates/default/images/pc/check.png) no-repeat 0px 4px; *//* padding-left:30px; */margin-top:15px;}






.khd{
    margin: 60px 0;
}
.khd ul{
    font-size: 0;
    margin-left: -20px;
}
.khd li{
    list-style: none;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    /* cursor: pointer; */
}
.khd li:hover p{
	
	
}
.khd li:hover p span{
	color:#fff;
}
.khd li:hover p em{
	display:block;
}
.khd li p{
    text-align: center;
    padding: 80px 0;
    margin-left: 30px;
    border-radius:10px;
    position: relative;
    cursor:pointer;
    border: 1px solid #DFE1E8;
}
.khd li p label{
    cursor: pointer;
    display: block;
}
.khd li p label img{
    width:100px;
    text-align: center;
	margin:0 auto;
    display: block;
    margin-bottom: 30px;
	
}
.khd li p label span{
    font-size: 22px;
    display: block;
}
.khd li p em{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    /* box-shadow: var(--item-box-shadow); */
    width: 100%;
    font-size: 15px;
    height: 100%;
    background: #06A17E;
    border-radius: 10px;
    color: #fff;
}
/* .khd li p em:after{
	display:block;
	content:'';
	clear:both;
	box-shadow: var(--item-box-shadow);
	
} */
.khd li p em img{
    width: 160px;
    display: block;
    margin: 24px auto;
    margin-top: 54px;
    /* border: 1px solid var(--border-DEEAE3); */
    border-radius: 5px;
    background: #fff;
    padding: 4px;
}

.khd li p em i{
	background: #fff;
	color:#06A17E;
	font-size: 15px;
	width: 160px;
	display:block;
	line-height: 40px;
	margin:0 auto;
	border-radius: 5px;
	position: relative;
	top: 50%;
	margin-top: -20px;
}


.download{}
.download h3{
    font-size: 24px;
    text-align: center;
    margin-top: 100px;
}
.download .introduce{
    width: 600px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.download .introduce p{
    font-size: 16px;
    padding-right: 40px;
    position: relative;
    color: #666;
    line-height: 37px;
	cursor:pointer;
}
.download .introduce p i{
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 0;
}
.download .introduce p:hover{
	color:#06A17E;
}
.download .introduce a{
    color: #666;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}
.download .introduce a em{
    display: inline-block;
    vertical-align: middle;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    border-top-right-radius: 3px;
}
.download .introduce a:hover{
		color:#06A17E;
}
.download .introduce a:hover em{
	border-color:#06A17E;
}



.cd_title{
    margin-top: 50px;
}
.cd_title h5{/* padding-left:15px; */cursor: pointer;position: relative;color: #333;font-weight:550;font-size: 26px;height: 36px;line-height: 36px;text-align: center;display: inline-block;}

.cd_title h5:after{
  display:block;
  content:'';
  clear:both;
  width: 100%;
  height: 4px;
  background: #06A17E;
  border-radius:2px;
  position:absolute;
  left:0;
  bottom: 5px;
  z-index: -1;
}



.aboutus{}
.aboutus .desc{
    margin: 60px auto 160px;
    display: block;
    position: relative;
}
.aboutus .desc .img{
    background: url(/templates/default/images/aboutus-bg.png) no-repeat center bottom;
    border-radius: 11px;
    display: block;
    background-size: 100%;
    vertical-align: middle;
    /* margin-left: 10px; */
    /* padding-bottom: 10px; */
    width: 843px;
    position: absolute;
    height: 454px;
    top: 50px;
    right: 0;
}
.aboutus .desc .img img{
    /* width: 100%; */
    position: absolute;
    right: 30px;
    top: 50%;
}
.aboutus .desc .text{
    display: inline-block;
    vertical-align: middle;
    width: 800px;
    padding: 0 50px 50px 50px;
    background: #fff;
    border: 1px solid #DFE1E8;
    border-radius: 20px;
    position: relative;
    z-index: 11;
}
.aboutus .desc .text p{
    color: #343434;
    line-height: 36px;
    font-size: 16px;
    padding: 20px 0;
    text-indent: 30px;
}
.aboutus .lx{}
.aboutus .lx img{
    margin: 50px auto;
    display: block;
    max-width: 780px;
}
.contact{
    margin: 30px auto;
}
.contact .info{
    width: 500px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 80px;
}
.contact .info p{
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}
.contact .info p img{
	position: absolute;
    left: 0;
    top: 0;
	width:30px;
}
.contact .info p span{
    color: #666666;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
 
    /* line-height: 40px; */
}

.contact .map{
    width: 640px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
}


.aside-service{position: fixed;right: 10px;bottom: 200px;/* background: #fff; *//* box-shadow: 0 0px 3px rgba(0,0,0,0.1); */width: 60px;z-index: 1111;display: table;}
.aside_box{display: block;vertical-align:middle;box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);border-radius: 30px;padding: 10px 0;/* margin-bottom: 20px; */background: #fff;}
.aside-service .aside-icon{text-align: center;line-height: 24px;color: #424242;cursor: pointer;position: relative;width: 100%;padding: 10px 0;}
.aside-service .aside-icon.aside-last-icon{margin-top: 15px;overflow: hidden;padding: 0;box-sizing: border-box;display: block;height: 0;width: 60px;transition: all .3s linear;height: 0;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);border-radius: 50%;/* line-height: 60px; */background: #fff;}
.aside-service .aside-icon span{position: relative;z-index: 9;display: block;font-size: 13px;width: 40px;display: block;margin: 0 auto;}
.aside-service .aside-icon.aside-last-icon i{
    font-size: 17px;
    /* color: #06A17E; */
    /* background: #fff; */
    /* border-radius: 5px; */
    /* padding: 10px 0; */
    margin-top: 9px;
    /* border: 1px solid #06A17E; */
    /* height: 60px; */
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%); */
    /* border-radius: 50%; */
    /* line-height: 40px; */
    /* display: block; */
}
.aside-service .aside-icon.aside-last-icon span{
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
}
.aside-service .aside-icon:hover i{
    color:#fff;
    background:#06A17E;
}
.aside-service .aside-icon:hover .aside-tel{
    display:block;
}
.aside-service .aside-icon i{border-radius:50%;display: block;font-size: 25px;color: #424242;/* margin: 2px 0; */width:40px;line-height: 40px;height:40px;}
.aside-service .aside-icon img{height: 80px;background: #fff;display: inline-block;vertical-align: middle;}

/*.aside-service .aside-icon.aside-last-icon{*/
/*    height:0;*/
/*}*/
 .aside-service .aside-tel{transition:all .3s linear;position: absolute;right: 80px;top: 9px;color: #667280;background: #fff;display: none;padding: 6px;border-radius: 5px;box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);}
 .aside-service .aside-tel.aside-top{width: 186px;}
 .aside-service .aside-tel.aside-top em{
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    text-align: left;
    margin-left: 10px;
    font-size: 13px;
}
 .aside-service .aside-tel.aside-bot{
    width: 80px;
}
 .aside-service .aside-tel.aside-bot em{
    display: block;
    width: 80px;
    margin: 0 auto;
    position: relative;
    top: 4px;
    line-height: 9px;
    padding-bottom: 6px;
    font-size: 12px;
}

.aside-service .aside-tel:after{
    display:block;
    content:'';
    clear:both;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 15px solid #fff;
    position:absolute;
    top: 12px;
    right: -23px;
}













