/*公共*/

html,
body,
div,
span,
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,
i,
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,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei";
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

ul,
li,
ol {
	list-style: none;
}

dl,
dd {
	margin: auto;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

a,
a:visited {
	color: #333;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

a {
	cursor: pointer;
}


/*所有超链接不要下划线*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/*任何标签、包括它前面、后面生成的内容都不要影响盒子的边框*/

.left {
	float: left;
}

.right {
	float: right;
}

.w-gray {
	color: #aaaaaa
}

.w-white {
	color: #FFFFFF !important;
}

.w-blue {
	color: #0086da;
}

.am-clear {
	clear: both;
}

.margin-t30 {
	margin-top: 30px !important;
}
.te-r{
	text-align:right;
}

/*header*/
.am-topbartitle{
	background-color:#eee;
	padding:6px 0;
}
.am-topbartitle .titlebar-welcome p{
	font-size:12px;
	color:#666;
	line-height:28px;
	height:28px;
}
.am-topbartitle .language_select , .am-topbartitle .language_select i{
	font-size:14px;
}
.am-topbartitle .titlebar-language{
	text-align:right;
}
.am-topbartitle .titlebar-language span a, .am-topbartitle .titlebar-language  span i{
	color:#eee;
	font-size:12px;
	display:block;
}
.am-topbartitle .titlebar-language .am-selected-btn{
	width:auto;
	text-align:left;
}
.am-topbartitle .titlebar-language .am-selected-status{
	font-size:14px;
}
.titlebar-language .am-dropdown-content:before,.titlebar-language .am-dropdown-content:after{
    left: 80%;
    top: -8px;
    pointer-events: none;
}
.am-topbartitle .titlebar-language .am-dropdown-content{
    left:45%;
    left: none;
}
.titlebar-language .am-btn-default{
	border:none;
}
.header{
	margin:0px auto;
	height: 80px;
	line-height: 80px;
	z-index:1200;
	background-color:rgb(38,146,208);
	-moz-box-shadow: 0px 2px 15px rgb(38,146,208);
	box-shadow: 0px 2px 15px rgb(38,146,208);
}
.header .topbar-hd{	
	margin:0 auto;
}
.am-container-1 {
	max-width: 1120px;
	margin: 0 auto;
}

.am-topbar-nav > li > a:after {
	display: none;
}
.hw-tell{
	height:80px;
	line-height:80px;
	position: relative;
	padding-top:15px;
}
.hw-tell p{
	line-height:22px;
	display: block;
	padding-left:10px;
	color:rgb(38,146,208);
	float:left;
}
.hw-tell p:nth-child(2){
	font-weight:normal;
	font-size:16px;
}
.hw-tell p:nth-child(3){
	font-weight:bold;
	font-size:20px;
}
.hw-tell img{
	height:54px;
	width:auto;
	line-height:80px;
	float:left;
}
.hw-logo {
	height: 80px;
	position: relative;
	display: inline-block;
}
.hw-logo img{
	display: inline-block;
	line-height:80px;
	height:60px;
	padding: 5px;
	box-sizing: border-box;
}
.hw-logo p{
	text-align:left;
	display:block;
	line-height:80px;
}
.hw-logo p:nth-child(1){
	font-size:28px;
	color:#ff6300;
	font-family:华文新魏;
}
.hw-logo p:nth-child(2){
	font-size:18px;
	color:#333;
	font-family:宋体;
}

.logo {
	height: 50px;
}

.word {
	position: absolute;
	top: 30px;
	left: 100px;
}

.nav-topbar-ul {
	float: right;
	width: 90%;
}

.hw-menu{
    width:100%;
}
.hw-menu li {
	margin-left: 0 !important;
	height: 80px;
	width:20%;
	text-align: center;
}
.hw-menu li:hover .am-dropdown-content{
	display:block;
}
.hw-menu li .am-dropdown-content{
	padding:15px 0;
	margin-top:-10px;
}
.am-dropdown-content{
	left:-30px;
}
.hw-menu .am-dropdown-content:before,.hw-menu .am-dropdown-content:after{
	left:45%;
}
.hw-menu li .am-dropdown-content li{
	line-height:38px;
	height:38px;
	width:100%;
}
.hw-menu li .am-dropdown-content li a:hover{
	border-bottom:2px solid #ff6300;
	color:#ff6300;
	background-color:#fff;
}
.hw-menu li .am-dropdown-content li a{
	line-height:38px;
	height:38px;
	display: block;
}
.hw-menu-active {
	/*background-color: #0086da;
	border-radius: 5px;*/
	border-bottom: 4px solid rgb(255,220,1);
}

.hw-menu .hw-menu-active a {
	color: rgb(255,220,1);
}

.hw-menu li:hover {
	border-bottom: 4px solid rgb(255,220,1);
	border-radius:0;
	color: #ff6300;
	background-color: rgb(12, 124, 194);
}

.hw-menu li a:hover {
	color: rgb(255,220,1);
	border-radius:0;
	background-color:rgb(12, 124, 194);
}
.hw-menu li a{
	font-size: 15px;
	color:#fff;
	text-align:center;
	display: inline-block;
}
.hw-menu li a p{
	line-height:1;
	display:block;
}
.hw-menu li a p:nth-child(2){
	font-size:12px;
}
.hw-menu li .am-dropdown-content li a p:nth-child(2){
    font-size:10px;
    color:#999;
}
/*header结束*/


/*尾部*/

.footer {
	width: 100%;
	height: auto;
	background-color: #333;
	overflow: hidden;
	background-size: 100% 100%;
	position:relative;
	padding:2rem 0;
}

.footer ul {
	padding-top: 40px;
	width: 85%;
	margin: 0 auto;
}

.footer ul li {
	color: #fff;
}
.footer .am-Qrcode{
	background-color:#fff;
	padding:10px;
	width:120px;
	margin-top:1.5rem;
}
.footer .am-footer-miscs{
	text-align:center;
}

.footer .title-hd{
	font-family:华文新魏;
	font-size:24px;
	font-weight:bold;
	color:#ff6300;
	text-align:center;
}
.footer .title {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
.footer .subtitle{
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:center;
}

.footer .footer-logo{
	padding: 0 10px 10px;
}
.footer .footer-logo img{
    width:220px;
	display: block;
	margin: 0 auto;
}
.footer .company_name{
	padding-top: 0;
}
.footer .contact-text {
	font-size:14px;
	font-weight:normal;
	color:#999;
	text-align:left;
}
.part-5-words2 p {
	line-height: 23px;
	font-size: 13px;
}
.footer .am-footer-miscs{
	padding-top:2rem;
}
.footer .am-footer-miscs p{
    display:block;
}
.footer .am-footer-miscs p a{
	color:#999;
}

.part-5-words2 p a{
    color:#fff;
}
.part-5-words2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}

.part-5-words2-ul li {
	margin-bottom: 10px;
	font-size: 13px;
	padding: 0;
}

.part-5-words2-ul {
	padding-top: 0 !important;
	width: 100% !important;
}

.part-5-words2-ul li a {
	color: #999;
}

.part-5-title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.part-5-words2 span i {
	font-size: 20px;
}

.part-5-words2 span em {
	font-style: normal;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
/*尾部结束*/
/*子页公用样式*/
.topbar-imgbg{
	background:url(../img/banner-bg.jpg) no-repeat;
	height:330px;
	background-size:100%;
	overflow:hidden;
}
.subpage-con{
	padding-bottom:5rem;
}
.subpage-con .pageLt-hd{
	background-color:rgb(23, 31, 94);
	padding:15px;
	margin-top:-80px;
}
.subpage-con .pageLt-hd h3{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:38px;
}
.subpage-con .pageLt-hd p{
	color:#fff;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	line-height:38px;
}
.subpage-con .silderLeft ul li{
    line-height:38px;
    background-color:#1a1c26;
    margin-top:3px;
}
.subpage-con .silderLeft ul li a{
	display:block;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:58px;
}
.subpage-con .silderLeft ul li.am-active a{
	background-color:#ff6300;
}
.subpage-con .silderLeft ul li a:hover{
	background-color:#ff6300;
}



@media only screen and (max-width:1240px) {
	.product-img {
		width: 80%;
		margin-top: 25px;
	}
}

@media only screen and (max-width:1024px) {
	/*首页*/
	.hw-logo {
		margin-left: 10px;
	}
	.news-content-right img {
		width: 40%;
		margin-top: 20px;
	}
	.customer-content li div img {
		width: 70% !important;
	}
	.customer-content li {
		margin-top: 10px;
	}
	.news-content {
		width: 85%;
	}
	.news-right-title {
		font-size: 22px;
		margin-top: 20px;
		display: inline-block;
	}
	.news-right-time {
		font-size: 16px;
		margin-top: -1px;
	}
	/* 解决方案*/
	.solutions-tabs-ul {
		width: 70% !important;
	}
	.solutions-content-ul {
		width: 90%;
		margin: 0 auto;
	}
	.toppic-title {
		margin-left: 10px;
	}
	.toppic-progress {
		margin-right: 10px;
	}
	/*解决方案详情 */
	.solution-inform-content-all {
		background-color: #ffffff;
		width: 100%;
	}
	.solution-inform-content p {
		font-size: 16px;
	}
	/* 产品展示*/
	.product-img {
		width: 90%;
		margin-top: 25px;
	}
	.product-content {
		margin: 0 10%;
	}
	/*客户案例*/
	.customer-case li {
		text-align: center;
	}
	.case-content {
		left: 40%;
	}
	/*关于我们 */
	.contact-us div img {
		width: 80%;
	}
	/*招贤纳士*/
	.daiyu-title-ul {
		width: 35% !important;
	}
	.daiyu-content-1 {
		width: 80%;
	}
	/*服务中心*/
	.service-img img {
		width: 90%;
	}
	.service-content p {
		font-size: 15px;
	}
}

@media only screen and (max-width:915px) {
	.hw-logo {
		margin-left: 10px;
	}
	.product-img {
		width: 100%;
		margin-top: 25px;
	}
	.hw-menu li a {
		line-height: 25px;
	}
	.hw-menu li {
		height: 40px;
	}
	.hw-menu-active {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	/*关于我们 */
	.contact-us div img {
		width: 95%;
	}
}

@media only screen and (max-width:768px) {
	.product-img {
		width: 100%;
		margin-top: 25px;
	}
	.product-content {
		margin: 0 5%;
	}
	.solution-circle {
		font-size: 45px;
		width: 130px;
		height: 130px;
		line-height: 110px;
		border: 10px solid #f0f0f0;
	}
}

@media only screen and (max-width:640px) {
	/*首页*/
	.solution-circle {
		font-size: 45px;
		width: 110px;
		height: 110px;
		line-height: 90px;
		border: 10px solid #f0f0f0;
	}
	.solutions-title {
		font-size: 15px;
	}
	.solutions-content li {
		margin-bottom: 10px;
	}
	.part-title-span {
		font-size: 17px;
	}
	.case-li:hover .case-word {
		display: none;
	}
	.case-li-mengban:hover {
		opacity: 0;
	}
	.part-all {
		margin-top: 20px;
	}
	.solutions-way {
		font-size: 13px;
	}
	.three-reason-content {
		width: 95%;
		margin-top: 15px;
	}
	.three-reason-img1,
	.three-reason-img1:hover,
	.three-reason-img2,
	.three-reason-img2:hover,
	.three-reason-img3,
	.three-reason-img3:hover {
		background-size: 100% 100%;
	}
	.three-reason-bg {
		width: 200px;
		margin-top: 20px;
	}
	.reason-title {
		font-size: 13px;
	}
	.three-reason-img1,
	.three-reason-img2,
	.three-reason-img3 {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		border: none;
	}
	.case-img1 {
		width: 100%;
		margin-top: 10px;
	}
	.customer-case-content {
		margin-top: 0;
	}
	.customer-content li {
		margin-top: 0px;
	}
	.customer-content {
		margin-top: 0px;
	}
	.lan-bott {
		height: 65px;
		padding: 10px 10px;
	}
	.lan-bott .left {
		display: none;
	}
	.see-more {
		margin-top: 0px;
	}
	.news-img {
		width: 100%;
		overflow: hidden;
	}
	.news-content-ul {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.news-content-ul li {
		margin-top: 20px;
	}
	.customer-content li div img {
		width: 80%;
	}
	.part-5-title {
		margin-top: 10px;
	}
	.news-content {
		margin-top: 10px;
	}
	.see-more {
		top: 0px;
	}
	.part-content {
		margin-top: 20px;
	}
	.customer-case {
		padding: 20px 0 0 0;
	}
	/*解决方案*/
	.solutions-tabs-ul {
		width: 90% !important;
	}
	.solutions-tabs-ul li {
		height: 55px !important;
		margin-top: 20px;
	}
	.solutions-content-ul {
		width: 100%;
		margin: 0 auto;
	}
	.solutions-tabs-ul li a span {
		display: none;
	}
	.toppic-title {
		padding-top: 40px;
	}
	.toppic-title-i {
		font-size: 26px;
	}
	.toppic-title-span {
		font-size: 18px;
	}
	.toppic-title p {
		font-size: 13px;
		padding-left: 23px;
	}
	.toppic-progress {
		padding: 4px 7px;
		margin-top: 50px;
		border-radius: 5px;
	}
	.toppic-progress span {
		font-size: 12px;
		padding: 0 3px;
	}
	.toppic-progress i {
		font-size: 13px;
	}
	.solutions-tabs-content {

  padding: 20px 5px 0 5px;

}
	/*解决方案详情*/
	.small-title {
		font-size: 13px;
	}
	.solution-inform-content-all {
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 15px 0;
	}
	.inform-content-p {
		font-size: 15px !important;
	}
	i.am-icon-file-text.file-text {
		font-size: 19px;
	}
	.words-title span {
		font-size: 17px;
	}
	.solution-inform {
		margin-top: 15px;
	}
	.solutions-tabs-ul li a i {
		display: block;
		margin-top: 10px;
	}
	.mobile-phone {
		margin-top: 7px !important;
	}
	.inform-content-p {
		margin-top: 0px !important;
	}
	.solution-inform-content {
		padding: 0;
	}
	.solutions-tabs-ul {
  padding-top: 10px !important;
}
	/* 产品展示*/
	.product-img {
		margin-bottom: 20px;
	}
	.product-content {
		margin: 0 10px;
	}
	.product-show-ul li {
  padding: 20px 0;
}
i.am-icon-dribbble{ display: none;}
	/*客户案例*/
	.case-content {
		left: 33%;
	}
	.briefcase {
		font-size: 40px !important;
		margin-top: -13px !important;
	}
	/*案例详情*/
	.case-img {
		margin-top: 20px;
	}
	.case-inform img {
		width: 70%;
		margin: 0 auto;
		display: inherit;}
		.customer-case-ul {
  margin-top: 5px;
	}
	.case-left {
  margin-top: 10px;
}
.product-content-left {
  padding: 0 20px;
}
i.am-icon-tasks{ display: none;}
.product-content-right {
  padding: 0 20px;

}
	/*关于我们*/
	.part-title-mar{
  padding-top: 10px;
  padding-bottom: 5px;
}
	.paper-plane {
		font-size: 30px !important;
		margin-top: -8px !important;
	}
	.company-intro {
		margin: 0 5%;
	}
	.thought-all {
		width: 80px;
		height: 80px;
	}
	.thought-all-none {
		width: 80px;
		height: 80px;
	}
	.company-thought li {
		margin: 0 5px;
	}
	.thought-all span {
		margin-top: 20px;
		color: #3C3C3C;
	}
	.office-space-title,
	.contact-us-title {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.company-thought {
		margin-bottom: 20px;
	}
	.contact-us div img {
		float: left;
		width: 100%;
	}
	.contact-us {
		padding: 20px 0;
		text-align: center;
	}
	.contact-add {
		margin-top: 20px;
	}
	.company-thought-all {
		width: 100%;
		margin-top: 20px;
		padding: 20px 0;
	}
	.office-space-title,
	.contact-us-title {
		margin-bottom: 10px;
	}
	/*招贤纳士*/
	.daiyu-title-ul {
		width: 70% !important;
	}
	.daiyu-content-1 {
		width: 100%;
	}
	.user-secret {
		font-size: 35px !important;
		margin-top: -10px !important;
	}
	.daiyu-title-ul {
		margin-top: 20px !important;
	}
	.product-img{ margin-top: -20px;}
	/*服务中心*/
	.service-img img {
		width: 75%;
		margin-top: 20px;
	}
	.service-ul {
		margin-top: 10px;
	}
	.service-ul li {
		margin: 10px 0;
	}
	.service-content h4 {
		font-size: 18px;
	}
	.service-content p {
		font-size: 14px;
	}
	.service-ul li:first-child {
  margin-top: 20px;
}
	/*新闻动态*/
	.news-content-all {
		margin-top: 0;
	}
	.newspaper-o {
		font-size: 40px !important;
	}
	.margin-t30 {
		margin-top: 20px !important;
	}
	.news-ul li{ margin-top: 25px;}
}

/*轮播页面*/

/*右侧电话咨询*/
.container {
    width: 100%;
    height: 1400px;
    background: #FFFFFF;
}
/*优胜空间 */
.contactusdiyou {
    position: fixed;
    right: -250px;
    bottom: 0px;
    _position: absolute;
    width: 270px;
    height: 100%;
    background:rgb(38,146,208);
    z-index: 99999999999;
    _margin-bottom: 0px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    transition: all .5s ease;
}

.contactusdiyou .hoverbtn {
    width: 30px;
    height: 129px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: rgb(38,146,208);
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}

.contactusdiyou .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.contactusdiyou .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;
}

.hoverimg2 {
    background: url(../images/hoverbtnbg1.png) no-repeat;
}

.contactusdiyou .conter {
    width: 230px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 30%;
}

.contactusdiyou .conter .con1 {
    border-bottom: 1px solid #fcfcfc;
    padding-bottom: 5px;
    padding-top:5px;
}

.contactusdiyou .conter .con1:last-child{
	border-style:none ;
}
.contactusdiyou .conter .con1 .fn_cle_titleName{
	color: #fff;

}

.contactusdiyou .conter .con1 dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.contactusdiyou dl .f1 {
    width: 180px;
    height: 26px;
    line-height: 26px;
    float: right;
    font-size: 14px;
    _font-size: 14px;
    *font-size: 15px;
    color: #f3f3f3;
    vertical-align: top;
    font-weight: bold;
}
.contactusdiyou .conter .con1:first-child dl .f1{
	float: left;
}
.contactusdiyou dl .f2 {
    width: 180px;
    font-size: 12px;
    color: #f3f3f3;
    height: 26px;
    line-height: 26px;
    float: right;
}
.contactusdiyou .conter .con1 dl dd .ph_num {
    font: 14px 'Microsoft yahei';
    *font-size: 14px;
    _font-size: 14px;
    color: #fff;
    height: 25px;
}
.contactusdiyou .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px;
    /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}
.contactusdiyou .dytimer span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.diyou {
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0px;
    z-index: 99999999999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
