/*公共*/

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,
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: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}


/* 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;
}


/*header*/
.nav-imglogo img{
   width:80px;
}
.nav-imglogo span{
	color:#333;
	font-size:26px;
	font-weight:bold;
	font-family:华文新魏;
}
.am-topbartitle{
	background-color:#333;
	padding:3px 0;
}
.am-topbartitle .titlebar-welcome p{
	font-size:12px;
	color:#999;
	line-height:28px;
	height:28px;
}
.am-topbartitle .titlebar-language{
	text-align:right;
}
.am-topbartitle .titlebar-language .am-selected-btn{
	width:auto;
	text-align:left;
}
.am-topbartitle .titlebar-language span a, .am-topbartitle .titlebar-language span{
	color:#eee;
	font-size:12px;
}
.am-topbartitle .titlebar-language .am-selected .am-selected-text{
	color:#333;
}
.am-topbartitle .titlebar-language  span i{
	color:#eee;
	font-size:14px;
	padding:0 6px;
}
.am-topbartitle .titlebar-language .am-selected-btn i{
	color:#eee;
}
.am-topbartitle .titlebar-language .am-selected-status{
	font-size:14px;
	color:#eee;
}
.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:1000;
	background-color:#fff;
	box-shadow:2px 1px 5px #666;
}
.header .topbar-hd{	
	margin:0 auto;
}
.am-container-1 {
	max-width: 1120px;
	margin: 0 auto;
}

.am-topbar-nav > li > a:after {
	display: none;
}

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

.hw-menu{
    width:100%;
}
.hw-menu li {
	height: 80px;
	width:19%;
}
.hw-menu li:hover .am-dropdown-content{
	display:block;
}
.hw-menu li .am-dropdown-content{
	padding:15px;
	margin-top:-10px;
}
.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 #e40707;
	color:#ff6300;
	background-color:#fff;
}
.hw-menu li .am-dropdown-content li a{
	line-height:38px;
	height:38px;
	display: block;
}
.am-selected.am-dropdown{
	width:90px;
}
.am-topbartitle .titlebar-language .am-dropdown-content{
	left:0;
}
.hw-menu-active {
	/*background-color: #0086da;
	border-radius: 5px;*/
	border-bottom: 4px solid #e40707;
}

.hw-menu .hw-menu-active a {
	color: #e40707;
	transition: background-color 0.5s linear,color 0.5s linear;
    -webkit-transition: background-color 0.5s linear,color 0.5s linear;
    -moz-transition: background-color 0.5s linear,color 0.5s linear;
    -o-transition: background-color 0.5s linear,color 0.5s linear;
}

.hw-menu li:hover {
	border-bottom: 4px solid #e40707;
	border-radius:0;
	color: #e40707;
}

.hw-menu li a:hover {
	color: #e40707;
	border-radius:0;
}

.hw-menu li a {
	font-size: 15px;
	line-height:74px;
	color:#333;
	text-align:center;
	transition: background-color 0.5s linear,color 0.5s linear;
    -webkit-transition: background-color 0.5s linear,color 0.5s linear;
    -moz-transition: background-color 0.5s linear,color 0.5s linear;
    -o-transition: background-color 0.5s linear,color 0.5s linear;
}
.am-collapse.am-in{
	background-color:#fff;
	box-shadow:1px 2px 3px #999;
}
/*header结束*/


/*尾部*/

.footer {
	width: 100%;
	height: auto;
	background-color: #333;
	overflow: hidden;
	background-size: 100% 100%;
	position:relative;
	padding:2rem 0;
	background:url(../img/footer-bg.jpg) no-repeat;
	background-size:100% 100%;
}

.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 .am-footer-miscs p{
	display:block;
}
.footer .am-footer-miscs a{
	color:#666;
}
.footer .footer-logo{
	line-height:200px;
}
.footer .footer-logo img{
    width:180px;
}
.part-5-li2 li,.part-5-title{
	text-align:center;
}
.part-5-words2 p {
	line-height: 23px;
	font-size: 13px;
}

.part-5-words2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}
.part-5-words2 .contact-tel{
	font-size:16px;
	font-weight:bold;
}
.part-5-words2-ul li {
	margin-bottom: 10px;
	font-size: 13px;
	padding: 0;
}
.part-5-words2 .am-icon-phone{
	padding-right:10px;
}
.part-5-words2 .tel-num{
	font-size:20px;
	font-weight:bold;
	margin-top:-10px;
}

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

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

.part-5-title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	font-size:16px;
}
.footer .contact-title{
	text-align:left;
}
.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;
}
.yq-link li a img{
	width:160px;
}
/*尾部结束*/

/*右侧客服*/
.kf #sticky {
    width: 240px;
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 999;
}
.kf .sticky-liuyan {
    display: block;
    float: right;
    width: 100%;
    margin-right: -145px;
    height: 90px;
    line-height: 90px;
    background: #e40707;
    overflow: hidden;
    color: #fff;
    text-align: center;
    transition: margin .5s;
    -moz-transition: margin .5s;
    -webkit-transition: margin .5s;
    -o-transition: margin .5s;
}
.kf .sticky-liuyan .online{
	display: block;
    width: 85px;
    padding:20px 0 0 10px;
    float:left;
}
.kf .sticky-liuyan p {
    font-size: 14px;
    text-align: center;
    color:#fff;
    line-height:28px;
}
.kf .sticky-liuyan p i{
	font-size:38px;
	color:#fff;
}
.kf .sticky-phone {
    display: block;
    float: right;
    width: 100%;
    margin-right: -145px;
    height: 90px;
    line-height: 90px;
    background:#e40707;
    overflow: hidden;
    color: #fff;
    text-align: center;
    transition: margin .5s;
    -moz-transition: margin .5s;
    -webkit-transition: margin .5s;
    -o-transition: margin .5s;
}
.kf .sticky-phone .tell-phone {
    display: block;
    width: 85px;
    line-height:90px;
    padding:20px 0 0 10px;
    float:left;
}
.kf .sticky-phone .tell-phone p{
	line-height:28px;
	font-size:14px;
	text-align:center;
	padding:0;
}
.kf .sticky-phone .tell-phone p i{
	font-size:38px;
	color:#fff;
}
.kf .sticky-phone p{
    font-size: 18px;
    text-align: right;
    font-weight:bold;
    line-height:28px;
    padding:20px 10px 0 10px;
    /* margin: 20px; */
}
.kf .sticky-top {
    display: block;
    float: right;
    width: 100%;
    margin-right: -145px;
    height: 45px;
    line-height: 45px;
    background: #32394E;
    overflow: hidden;
    color: #fff;
    text-align: center;
    transition: margin .5s;
    -moz-transition: margin .5s;
    -webkit-transition: margin .5s;
    -o-transition: margin .5s;
}
.kf .sticky-top .iconfont {
    display: block;
    width: 85px;
    font-size: 2rem;
    text-align: center;
    font-weight:bold;
    color: #fff;
}
.kf .sticky-top span {
    float: left;
    font-size: 14px;
    text-align: left;
    color: #fff;
    /* margin: 20px; */
}
.kf .qrc span {
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #00b300;
}
.kf .qrc .wx {
    display: none;
    float: left;
    margin: -50px 50px 0 0;
    background: #f5f5f5;
    color: #f5f5f5;
    padding: 5px;
    z-index: 2;
}
.kf .qrc:hover .wx{
	display: block;
}
.kf .qrc .wx img {
    width: 100%;
    z-index: 99999;
}
.kf .sticky-qq:hover {
    color: #fff;
    background: #0086da;
    margin: 0;
}
.kf .sticky-phone:hover {
    color: #fff;
    background: #cc3333;
    margin: 0;
}

/*子页公用样式*/
.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;}
}

/*轮播页面*/
