@charset "utf-8";
*{
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

body .layer-myskin .layui-layer-content { padding: 20px 30px; }
body{
	font-size: 14px;
}
a:hover {text-decoration: none;}
.ul,li{ padding:0;margin:0;list-style:none!important;} 
/* 公共文件-宽度 */
.conmom_box{ width: 1200px; margin: 0 auto; }
@media screen and (max-width:1820px) {
	.conmom_box{width: 100%;}
}

/* 自定义框架的过度时间 */
.my-animation-delay {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
/* 路径的提示 */
.am-path li{font-size: 14px;padding: 1.5rem 0rem;}
.am-path a{color: #000;font-size: 14px;}
.am-path .path-right{padding: 1.6em .5em;}
.am-breadcrumb>li+li:before {content: "\00bb"!important;color: #000!important;}
/* 路径的当前颜色 */
.am-breadcrumb > .am-active{color: #ffa31a;}
/* 分类头部导航栏 */
.am-comnav-top {position: absolute;top: -3rem;left:0;z-index: 1;width: 100%;}
.am-comnav-top li {line-height: 6rem;font-size: 1.8rem;background: #fff;color: #000;border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;}
.am-comnav-top li:last-child{border-right: 1px solid #ccc;}
.am-comnav-top li:hover{background-color: #ffa31a !important;color: #fff;}
.am-comnav-top li:hover a{color: #fff!important;}
.comnavcur {background-color: #ffa31a !important;border-bottom: 1px solid #ffa31a !important;color: #fff!important;}
.comnavcur a{color: #fff!important;}

/*手机端menu css3特效 */
.mobile-inner-header-icon{
	color: #ffffff;
	height: 30px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 30px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{/* background-color: rgba(255,255,255,0.2); */cursor: pointer;}
.mobile-inner-header-icon span{position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 2);width: 20px;height: 1px;background-color: rgba(255,255,255,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}
@keyframes clickfirst {0% {transform: translateY(4px) rotate(0deg);}100% {transform: translateY(0) rotate(45deg);}}
@keyframes clicksecond {0% {transform: translateY(-4px) rotate(0deg);}100% {transform: translateY(0) rotate(-45deg);}}
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}

@keyframes outfirst {0% {transform: translateY(0) rotate(-45deg);}100% {transform: translateY(-4px) rotate(0deg);}}
@keyframes outsecond {0% {transform: translateY(0) rotate(45deg);}100% {transform: translateY(4px) rotate(0deg);}}
/* 导航栏样式 */ 
.am-nav-index{ width: 100%;position:absolute; top:0px; left:0px;z-index: 2; }
.am-nav-index .am-vertical-align-bottom,  .am-nav-index .am-vertical-align-middle{font-size: 1.4rem;}
.am-nav-left{ padding-left: 1.6rem;padding-top: 10px;}  
.down-menu{padding-left:1rem;margin-top: 6px; padding-right: 2rem;}
.down-menu span{padding:0 1.4rem;border-right:1px solid rgba(255,255,255,0.4); 	font-family: SourceHanSansCN-Regular;font-size: 14px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;}
.am-nav-right{margin-right: 10px;margin-top: 10px;line-height: 32px;}
.am-nav-right .am-form-icon{width: 70%;margin-left: 5rem; }
.am-nav-right .am-form-icon [class*=am-icon-]{top: 40%;right: -10px;/* color: rgba(255,255,255,0.1); */}
.am-nav-right input:focus {background-color: rgba(255,255,255,0.3);}
.am-nav-right input{width: 180px; height: 50px; border: 0px!important;color: #fff;  background:#434551;}
.shangxueyuan{position: relative;}
.am-shxy-icon{width: 100px;height: 100px;position: absolute;top: 50px;right: -20px;display: none;background: #fff;border-radius: 5px;z-index: 2;}
.am-shxy-icon:before{content: "";width: 0px;height: 0px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #fff;position: absolute;top: -10px;left: 42px;}
.am-shxy-icon img{width: 80px;height: 80px;margin-top: 10px;}
  
 /* 背景图样式 */
 .am-banner-back{ position: relative; z-index: 1; }
  /* 导航栏第一列 左边样式 */ 
 .am-nav{ border-bottom: 1px solid rgba(255,255,255,0.1); color: #fff;}
 .am-logo img{ margin:auto 0; } 
   /* 导航栏第一列 右边样式 */ 
 .am-thu{padding:0 1rem ; } 
 .am-thu input{ position: static; border: 0px; background-color: rgba(0,0,0,0.1);padding: 1rem 0rem;} 
 .am-thu img{ position: relative; right: -10px;} 
 .am-thu a{ color: #fff;line-height: 50px; } 
 .am-nav-too{ border-bottom: 1px solid rgba(255,255,255,0.1); color: #fff;} 
 .am-nav-too  .am-nav-left{padding-top: 0px;}  
 .am-nav-luimg .imgone{ position: relative; right: 5px; top: -18px; } 
 .am-nav-too button{ border: 1px solid transparent; } 
 .am-tofor{
background: -webkit-linear-gradient(90deg,##eebb39,#fde4aa);
background: -moz-linear-gradient(90deg,#eebb39,#fde4aa);
background: -o-linear-gradient(90deg,#eebb39,#fde4aa);
background: -ms-linear-gradient(90deg,#eebb39,#fde4aa);
background: linear-gradient(90deg,#eebb39,#fde4aa);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eebb39, endColorstr=#fde4aa);/*IE<9>*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#eebb39, endColorstr=#fde4aa)";/*IE8+*/
background-image: linear-gradient(0deg, #eebb39 0%, #fde4aa 100%), linear-gradient( #eebb39, #eebb39);
width: 90px; 
height: 30px; 
background-blend-mode: normal, normal; 
margin-right: 3rem; 
color: #000; 
font-size: 14px;
margin-top: 10px;} 
.am-itemcur{color:#ffa31a ;}
.am-itemcur a{color:#ffa31a ;}
/* 手机适应more导航样式 */
.am-offcanvas-content { padding: 0px; color: #fff;}
.am-list>li {background-color: #333;border-bottom: 1px solid rgba(255,255,255,0.5);}
.am-list>li>a {margin-left: 2rem;}
.num3>li>a{padding-left: 3rem!important;}

/* 手机端菜单栏样式 */
.am-offcanvas-bar{top:53px;width: 100%;}
.am-offcanvas-content {padding: 0px; color: #fff;position: relative;}
.am-list>li {background-color: #333;border: 1px solid rgba(255,255,255,0.1);}
.am-list>li>a {margin-left: 2rem;}
.num3>li>a{padding-left: 3rem!important;}
.menu-button{width: 90%;margin: 0 auto;position: absolute;bottom: -4rem;left: 1.5rem;}
.menu-button .am-tofor{width: 100%!important;margin-right: 0rem!important;}
.search-box{width: 90%;margin: 0 auto;padding: 1.5rem 0rem;border: 1px solid #cacaca;position: absolute;bottom: -8rem;left: 1.5rem;}
.search-box .label {color: #cacaca;position: absolute;left: 10px;top: 4px;}
.search-box .am-icon-search {color: #cacaca;position: absolute;right: 10px;top: 4px;}
.search-box .cover {position: absolute;display: block;left: 0;top: 0;height: 100%;width: 100%;}
.am-menubox{position: absolute;bottom: -10rem;width: 100%;height: 1rem;}

 /* 菜单栏样式 */ 
 ul { padding-left: 0px!important; } 
 .am-menu{ height: 568px; z-index: 2; } 
 .colnav{display: none;}
 /* <!-- 左侧导航栏样式 --> */ 
 .am-menu-left{ width: 12%; height: 100%; background: #000; padding-left: 0px!important; padding-right: 0px!important; position: relative; } 
 .am-menu-left li{height: 50px; line-height: 50px; color: #fff; padding-left: 2rem;  } 
 /* .am-menu-left li:hover{ background: #ffa31a; } */
 .am-more{position: absolute;left: 0;bottom: 0;color: #fff; height: 50px; width: 100%; line-height: 50px; border-top:1px solid #ccc ; 
 padding-left: 2rem; background:url('../images/arrow_right.png') no-repeat 95% 16px ; background-size: 10px; } 
 .am-menulli{height: 450px;overflow:hidden}
 .am-menulli li:first-child{display: block;}
 .am-menucur{background: #ffa31a;}  
 .am-celrt-amaze{ padding-left: 0px!important; padding-right: 0px!important; } 
 /*滚动条样式*/
 .am-menulli::-webkit-scrollbar {/*滚动条整体样式*/
	 width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	 height: 4px;
 }
 .am-menulli::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	 border-radius: 5px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 }
 .am-menulli::-webkit-scrollbar-track {/*滚动条里面轨道*/
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	 border-radius: 0;
 }

 /*  中间显示样式 */ 
 .am-menu-centent{ width: 55%; background: #ccc; } 
 /* 中间显示--头部样式 */ 
 .am-centent-top{ height: 74px; line-height: 74px; background: #141824; padding-left: 0px!important; padding-right: 0px!important; } 
 .am-centent-top .am-form-icon{width: 57%;margin-left: 5rem;padding-top: 20px; }
 .am-centent-top .am-form-icon [class*=am-icon-]{top: 50%;color:#b4b4b4;right:0px;padding-top: 8px;}
 .am-centent-top input:focus {background-color: #434551;}
 .am-centent-top input{ height: 36px; border: 0px!important; border-radius: 5px;color: #fff;  background:#434650;}
 
 /* 中间显示--底部样式 */ 
 .am-centent-foot{ height: 494px; background: #212634; } 
 .am-centent-alike{ margin-left: 5rem; } 
 .am-foot-one{display: none;}
 .am-foot-one li{width: 200px;height: 48px; border: 1px solid  rgba(255,255,255,0.3); margin-right: 2rem; margin-top: 2.2rem;position: relative;
	-webkit-transition: all .5s linear;
 	-moz-transition: all .5s linear;
 	-ms-transition: all .5s linear;
 	-o-transition: all .5s linear;
	transition: all .5s linear;
 } 
 .am-foot-one li a{ color: #fff; }
 .am-foot-one .am-foot-name{line-height: 48px;margin-left: 35px; }
 .am-foot-one .am-foot-menui{width: 28px;height: 28px;position: absolute;left: 16px;top:10px}
 .am-foot-one img{width: 100%;height: 100%;	
   -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	}
 .am-centent-cur{display: block;}
 .am-foot-img{ margin-top: 5px; margin-left: 10px; } 
 .am-foot-p{ margin-left: 20px; } 
 
 /* 选中的颜色区分样式 */ 
 .am-foo-cur{ border: 1px solid #ffa31a!important; } 
 .am-foo-cur img{
	 -webkit-filter: grayscale(0%);
	 -moz-filter: grayscale(0%);
	 -ms-filter: grayscale(0%);
	 -o-filter: grayscale(0%);
	 filter: grayscale(0%);
	 filter: none;
 }
 .am-foo-cur a{ color:#ffa31a!important; } 
 .am-foo-newsr{ position: relative; } 
 .am-foo-newsa{ position: absolute; top:-6px; right: 12px; } 
 
 /* <!-- 右边样式 --> */ 
 .am-menu-right{ width: 33%; background: #202634; border-left: 1px solid rgba(255,255,255,0.1); height: 100%; position: relative; } 
 .am-right-top{ width: 74px; height: 74px; line-height: 88px; color: #fff; border-bottom: 1px solid #ffa31a; margin-left: 3.5rem; } 
 .am-right-foot{ margin-left: 2rem; } 
 .am-right-foot li{ margin-top: 2rem; border-bottom: 1px solid rgba(255,255,255,0.3);padding-bottom: 1rem; } 
 .am-right-foot li:last-child{ border-bottom: 0px; } 
 .am-right-foot a{ color: #fff; } 
 .am-right-foot-p{ font-size: 14px;color: #fff;opacity: 0.7;line-height: 50px; } 
 .am-right-foot-p2{  font-size: 12px;opacity: 0.7; line-height: 20px;} 
 .am-right-foot-more{color: #ccc; margin-left: 3.5rem; position: absolute; bottom: 0px; height: 50px; line-height: 50px; padding-left: 5rem; background:url('../images/foot_more.png') no-repeat 0px 16px ; background-size: 20px; }

/* 表单样式 */
 .am-form{ width:100%; height:450px; background:url('../images/form_back.png') no-repeat; background-size:100% 100%; color: #fff; position: relative; }
/* .am-form{color: #fff;position: relative;} */
.am-form-box{height: 430px;}
.am-from-width{ width: 8rem; text-align: right; } 
.am-from-spacing{ margin-left: 2rem; } 
.am-form-title{ font-size: 28px; margin-top: 5rem; padding-bottom: 5rem; } 
.am-from-two{ padding-top: 2rem; } 
.am-form-phone{ padding-left: 2rem; line-height: 37px; background:url('../images/form_icon.png') no-repeat left 13px; } 
.am-form-code{margin-left: 2rem; line-height: 37px; background:url('../images/form_icon.png') no-repeat left 13px; } 
.am-form-code-input{ width: 20%; } 
.am-from-code-img{ width: 96px; height: 37px; margin-left: 2rem; } 
.am-from-code-img img{ width: 100%;height: 37px; } 
.am-form-but{ margin-top: 30px; } 
.am-form-but .am-btn-default{ width: 175px; height: 40px; background:#23242b; border: solid 1px rgba(255, 255, 255, 0.5); color: #fff; margin-left: 30px;font-size: 14px; } 
.am-form-but .am-btn-default:hover{ background-color: #ffa31a; color: #fff; border: none; } 
.am-form-but .am-defaulthover{background-color: #ffa31a; color: #fff;border: none; }
.am-form select{ background-size: 8%!important; }
  
  
 /* 底部样式 */ 
.am-footer{ background:#23242b ;color: #fff;} 
.am-footer a{color: #fff;} 
.am-box-top{padding-top: 6rem;}
/* 底部头部--左边 */ 
.am-footer-left{ position: relative;} 
/* .am-footer-nav{ display: flex; justify-content: space-between; flex-wrap: wrap;} */
.am-footer-left hr{ width: 100%; border: 1px solid #ccc; background: #ccc; opacity: 0.2; position: absolute; left: 0px; top: 41px; } 
.am-footer-nav li{ height: 6rem; padding: 0px 1rem;} 
.am-footer-nav li div{ padding: 0.6rem 0.2rem; background-color: #2e3033; border: 1px solid #44454b; border-radius: 3px; font-size: 14px; color: #fff; } 
.am-footer-nav li:hover div{ background-color: #ffa31a; }
.am-footer-nav .am-shxy-icon{right: 16px;}
.footer_cur div{ background-color: #ffa31a!important; } 
 

 /* 底部右边信息样式*/ 
.am-footer-right{position: relative;}
.am-footer-phone{ padding: 0.6rem 0px; } 
.am-footer-icon ul{ margin-top: 0.1rem;opacity: 0.5; } 
.am-footer-icon li:hover { color: #1695d4 }
.am-footer-icon li:nth-child(2):hover { color: #f08303; cursor: pointer; }
.am-footer-icon li:nth-child(3):hover { color: #44b549; cursor: pointer; }
.am-footer-copy{margin-top: 0.5rem; font-family: ArialMT; font-size: 12px; letter-spacing: 1.5px; color: #ffffff; opacity: 0.5; } 
/* 底部热门产品样式 */ 
.am-footer-hot{margin: 30px 0px; font-size: 14px; } 
.am-footer-hot li{ font-size: 13px; letter-spacing: 1px; opacity: 0.5; } 
.am-hot-one{ font-size: 14px!important;width: 10%;  } 
.am-hot-two{width: 90%;}
  
  /* 底部icp样式 */
.am-footer-icp{ border-top: solid 1px rgba(255, 255, 255, 0.3);padding-top: 30px; font-size: 13px;  } 
.am-foot-imgr{margin-right: 2rem;opacity: 0.5;}
.am-footer-icp-p{line-height: 16px; opacity: 0.5;} 
.am-footer-icp .am-btn-default{ width: 175px; height: 40px; background:#23242b; border: solid 1px rgba(255, 255, 255, 0.5); color: #fff; margin-left: 30px;font-size: 14px;opacity: 0.5; }
.am-footer-icp .am-dropdown-up .am-dropdown-content:after {border: none!important;}
.am-footer-icp .am-dropdown-up .am-dropdown-content:before {border: none!important;}
.am-footer-icp .am-dropdown-up .am-dropdown-content {top: auto;bottom: 100%;margin: 0px 30px 0px;}
.am-footer-icp .am-dropdown-content{background-color:#000;border: 1px solid rgba(255, 255, 255, 0.3);}
.am-selected-list li{opacity: 0.5;}
.am-selected-list li:hover{background: rgba(255,255,255,0.5);}
 
 
  /* 我们承诺样式 */ 
  .am-promise{ padding-bottom: 6.6rem; padding-top: 8.8rem;} 
  .am-promise-title{ font-size: 17px; line-height: 58px; background-color: #f3f3f3; border: solid 1px rgba(0, 0, 0, 0.1); } 
  .am-promise-title a{ color: #000; } 
  /* 我们承诺--鼠标移动样式 */ 
  .am-promise-title:hover{ background-color: #ffa31a; } 
  .am-promise-title:hover a{ color: #fff;; } 
  /* 我们承诺--选中样式 */ 
  .am-promise_cur{ background-color: #ffa31a;color: #fff;} 
  .am-promise-div{display: none;}
  .am-promise-divcur{display: block;}
  .am-promise-our li{ margin-top: 2rem; } 
  /* .am-promise-our img{ width: 96%;margin: auto; } */
  .am-form-group {
    margin-bottom: 15px;
}
/* 鼠标移动出现二维码 */
.am-footer-icon-show li{position: absolute;top: -60px;left: 0px;width: 100px;height: 100px;background: #fff;border-radius: 5px;z-index: 2;}
.am-footer-icon-show li::before{content: "";width: 0px;height: 0px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #fff;position: absolute;bottom: -8px;left: 0px;}
.am-footer-icon-show li:nth-child(1):before{left: 10px; }
.am-footer-icon-show li:nth-child(2):before{left: 38px;}
.am-footer-icon-show li:nth-child(3):before{left: 62px;}
.am-footer-icon-show li{display: none;}
.am-footer-icon-show img{width: 80px;height: 80px;margin-top: 10px;margin-left: 10px;}

 /* 公共样式结束 */
 
 /* index.html   css样式开始 */

 .am-imgauto{margin: 0 auto;}
 a{color: #000000;}
 
 /* 修改轮播图按钮样式 */
.am-slider-default{margin:0px;}
.am-slider-default .am-control-nav {
	/* bottom: 16rem; */
	bottom: 30%;
}
.am-slider-default .am-control-nav li a {width: 20px!important;height: 3px!important;background-color: #ccc;border-radius: 0px!important;}
.am-slider-default .am-control-nav li a.am-active {background-color: #fff;cursor: default;}

 /* 轮播图底部信息样式*/
 .am-banner-foot{width: 100%;background-color: rgba(255,255,255,0.2);position: absolute;bottom: 0rem;z-index: 1;}
 .am-banner-footnews{padding: 20px;border-left:1px solid rgba(255,255,255,0.1) ;border-right:1px solid rgba(255,255,255,0.1);}
 .am-banner-footnews a{color: #FFF;}
 .am-banner-foot .binicon{background:url('../images/zhot_icon.png') no-repeat 20px 10px;}
 .am-banner-footnews-title{margin-top: 10px;font-size: 16px;}
 .am-banner-footnews-des{margin-top: 10px;font-size: 12px;line-height: 18px;}
 
 /* 企业成长样式 */
 .am-market{padding-top: 5rem;}
 .am-market h2{margin: 0rem;}
 .am-market-ul {padding-bottom: 9rem;}
 .am-market-ul li{margin-top: 3rem;border-right: 1px solid rgba(0,0,0,0.1);}
 .am-market-ul li:last-child{border-right: transparent;}
 .am-market h2{font-size: 40px;color: #ffa31a;}
 .am-market-year{position: relative;top: -18px;left: -6px;width: 19px;height: 20px;font-family: SourceHanSansCN-Regular;font-size: 20px;font-weight: normal;font-stretch: normal;line-height: 40px;letter-spacing: 0px;color: #ffa31a;}
 .am-market-found {color: black;font-size: 14px;position: relative;left: -34px;}
 .am-market i img {position: relative;top: -16px;left: -8px;}
 
 /* box的盒子样式开始 */
 .am-box{width: 100%;}
 .am-box-back{background: #f7faff;}
 /* 头部统一样式 */
 .am-box-top{padding-top: 6rem;}
 .am-box-p{padding-top: 2.8rem;padding-bottom: 5.8rem;}
 
 /*  渠道营销-- 手风琴按钮样式 */
 .product-advantage{max-width: 1200px;overflow: hidden;position: relative;margin:0 auto;}
 .pro-prev,.pro-next{background: #000;height: 370px;width: 100px;position: absolute;font-size: 60px;color: #fff;line-height: 370px;display: none;}
 .pro-prev i,.pro-next i{margin-left: 35px;}
 .pro-prev{left: -65px;}
 .pro-next{right: -65px;}

 /* 精品案例区样式 */
 .am-cases-img{
	/* width: 100%; */
	height: 270px;
}
 .am-case-p{font-size: 16px;color: #333;padding: 0.8rem 0px 1.5rem 0px;-moz-transition:  1s; /* Firefox 4 */-webkit-transition: background-color 1s; /* Safari 和 Chrome */-o-transition: background-color 1s; /* Opera */transition: background-color 1s;}
 .am-case-relative{position:relative;height: 270px;overflow: hidden;background: #757575;}
 /* 精品案例遮罩层样式 */
 .am-cases-mask{
 position: absolute;
 left: 0px;
 top:0px ;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.5);
 opacity: 0;
 filter:Alpha(opacity=0);
 -moz-transition: opacity 1s; /* Firefox 4 */
 -webkit-transition: opacity 1s; /* Safari 和 Chrome */
 -o-transition: opacity 1s; /* Opera */
 transition: opacity 1s;
 }
 .am-cases-mask a{color: #fff;}
 .am-cases-mask-left{margin-right: 2rem;}
 .am-cases-mask-center{margin-top: 1.5rem;}
 .am-cases-mask-right{margin-left: 2rem;}
 .am-cases-mask-p{margin-top: 1.5rem;}
 /* 鼠标经过触发样式 */
 .am-case-hove:hover .am-case-p{background-color: #ffa31a;color: #fff;}
 .am-case-hove:hover .am-cases-mask{opacity: 1;filter:Alpha(opacity=100);}
 
 /* 案例底部 */
 .am-cases ul li:last-child{padding-bottom: 3rem;}
 .am-case-foot a{border-radius: 20px;background: rgba(0,0,0,0.1);padding: 10px 120px;line-height: 40px;margin: 0 auto;opacity: 0.8;}
 .am-case-foot a:hover{background-color: #ffa31a;color: #fff;}
 /* 品牌企业案例样式 */
 .common_ul li{border:1px solid #ccc;margin-top:-1px;margin-right: -1px;position: relative;}
 .am-firmcase li{height: 90px;}
 .am-firmcase-hove:hover img{
 	-webkit-filter: grayscale(0%);
 	-moz-filter: grayscale(0%);
 	-ms-filter: grayscale(0%);
 	-o-filter: grayscale(0%);
 	filter: grayscale(0%);
 	filter: none;	
 	opacity: 1;
 }
 .am-firmcase-hove img{
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	margin: auto;
 	-webkit-filter: grayscale(100%);
 	-moz-filter: grayscale(100%);
 	-ms-filter: grayscale(100%);
 	-o-filter: grayscale(100%);
 	filter: grayscale(100%);
 	filter: gray;
 	opacity: 0.5;
 	-webkit-transition: opacity 1s;
 	-moz-transition: opacity 1s;
 	-ms-transition: opacity 1s;
 	-o-transition: opacity 1s;
 	transition: opacity 1s;
 }
 
 /* 新闻中心样式 */
 .am-news-position{position: relative;}
 .am-news-hr{width: 100%;height: 2px; position: absolute;top:187px;z-index: -1;}
 /* 取消新闻轮播边框 */
 .am-news .swiper-container {width: 100%;height: 200px;margin: 20px auto;-moz-transition: height 1s; /* Firefox 4 */-webkit-transition: height 1s; /* Safari 和 Chrome */-o-transition: height 1s; /* Opera */transition: height 1s;}
 .am-news .swiper-slide {font-size: 14px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
 .am-news-title{padding: 0.4rem 3rem;border-radius: 24px;}
 .am-news-ul{width: 464px;margin-top: 10px;}
 .am-news-title:hover{background-color: #ffa31a;color: #fff;}
 .am-news-title:hover a{color: #fff;}
 
 /* 新闻标题默认选中样式 */
 .am-news_title_cur{background-color: #ffa31a;color: #fff;}
 .am-news_title_cur a{color: #fff;}
 /* 新闻中心--日期样式内容 */
 *+h1 {margin-top: 0em;}
 .am-news-day{position: relative;}
 .am-news-day span{position: absolute;top:-2px
 ;}.am-news-day h1{font-family: FZLTZHK--GBK1-0;font-size: 45px;padding-bottom: 0.2rem;color: #4b4b4b;opacity: 0.5;}
 .am-news-cenp{height: 44px;padding: 10px 0px; }
 .am-news-border{height: 2rem;position: relative;z-index: 2;}
 .am-news-border img{opacity:1;-moz-transition: opacity 1s; /* Firefox 4 */-webkit-transition: opacity 1s; /* Safari 和 Chrome */-o-transition: opacity 1s; /* Opera */transition: opacity 1s;}
 .am-news-border hr{width: 100%;position: absolute;top: -10px;z-index: -1;border: none;height: 1px;background-color: #000;opacity: 0.1;}
 .am-news-content-p2 a{display: none;width: 100px; padding: 10px 20px;background-color: #ffa31a;font-size: 12px;border-radius: 5px;color:#fff}
 .am-news-hides{width: 4rem;height: 0.2rem;background: #ccc;margin-top: 20px;}
 .am-news-cenimg{height: 220px;margin-top: 2rem;display: none;}
 .am-news-cenimg img{width: 100%;height: 100%;opacity:1;-moz-transition: opacity 1s; /* Firefox 4 */-webkit-transition: opacity 1s; /* Safari 和 Chrome */-o-transition: opacity 1s; /* Opera */transition: opacity 1s;}
 /* 新闻内容默认选中样式 */
 .news-cen{padding-top:10px ;width: 290px;}
 .am-news-ccur img{
 	display: block;
 	-webkit-filter:Alpha(opacity=0);
     filter:Alpha(opacity=0);
 	opacity:0;
 	-moz-transition: opacity 1s; /* Firefox 4 */
 	-webkit-transition: opacity 1s; /* Safari 和 Chrome */
 	-o-transition: opacity 1s; /* Opera */
 	transition: opacity 1s;
 }
 .am-news-ccur .am-news-content-p2 a{
 	display: block;
 	margin-top: 16px;
 	-webkit-filter:Alpha(opacity=100);
 	filter:Alpha(opacity=100);
 	opacity:1;
 	-moz-transition: opacity 1s; /* Firefox 4 */
 	-webkit-transition: opacity 1s; /* Safari 和 Chrome */
 	-o-transition: opacity 1s; /* Opera */
 	transition: opacity 1s;
 }
 .am-news-ccur .am-news-hides{display: none;}
 .am-news-ccur .am-news-day h1{opacity: 1;}
 .am-news-ccur .am-news-day h1,.am-news-ccur .am-news-day span{color: #ffa31a;}
 .am-news-foot li{width: 4rem;height: 0.5rem;border-radius: 10px;margin-left:1rem ;background: #ccc;}
 /* 新闻底部默认选中样式 */
 .am-news-fcur {background:#f67524!important;}
 
 /* 案例轮播--只在1024px以下 */
 .am-smfirst{position: relative;}
 .am-smback{width: 100%;height: 100%;position: absolute;top:0px;left:0px;color:#fff;background: rgba(255,255,255,0.3);}
 .sm-smwidth{width: 90%;margin: 0 auto;}.sm-smtitle{margin-top:2rem;font-size: 18px;}
 .sm-smtitle_two{margin-top:2rem;font-size: 14px;}
 .sm-smcentent{margin-top: 2rem;line-height: 24px;text-indent: 3rem;}
 .sm-smfoot{width: 90%;position: absolute;bottom: 6rem;}
 .sm-sma{width: 40%;height: 18px;margin: 0 auto;background: url(../images/mark_icon.png) no-repeat center;}
 .sm-sma a{color: #fff;}
 
/*  渠道营销-- 手风琴样式 */
 .index-bran {color: #ffffff;/* width: 300px; */display: inline-block;float: left;height: 370px;}
 .index-bran-content {margin-top: 170px;}
 .index-bran-content p{font-size: 18px;  width: 80%;}
 .index-bran-content-detailed p:nth-child(1){font-size: 18px;margin-top:78px;}
 .index-bran-content-detailed p:nth-child(2){font-size: 14px;margin-top:50px;}
 .index-bran-content-detailed p:nth-child(3){font-size: 14px;margin-top:50px;}
 .index-bran-content-detailed p:nth-child(4){font-size: 14px;margin-top:20px;}
 .index-bran-content-detailed p:nth-child(4) span{padding: 0 10px;}
 .index-bran-img img{width: 100%;height: 370px;}
 .product-advantage #choice-brand1-jq .index-bran-content {display: block;}
 .product-advantage #choice-brand1-jq.curr .index-bran-content {display: none;}
 .product-advantage #choice-brand1-jq .index-bran-content-detailed {display: none;color: #fff;}
 .product-advantage #choice-brand1-jq.curr .index-bran-content-detailed {color: #ffffff;width: 80%;display: inline-block;margin:0 auto;}
 
 .product-advantage #choice-brand1-jq {
 	transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-webkit-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	position: relative;
 }
 .index-bran-back{width: 100%;height: 100%;position: absolute;top: 0px;background: rgba(255,255,255,0.2);}
 .product-advantage #choice-brand1-jq:hover,.product-advantage #choice-brand1-jq.curr {float: left;}
 .advantage-button1 {
 	 animation: myfirsts 1s;
 	-moz-animation: myfirsts 1s;
 	-webkit-animation: myfirsts 1s;
 	-o-animation: myfirsts 1s; 
 }
 @keyframes myfirsts {0% {background: linear-gradient(to left top, #404040, #2c2c2c);}5% {background: linear-gradient(to left top, #3cbee8, , #2c2c2c);}10% {background: linear-gradient(to left top, #3ec0e7, #2c2c2c);}15% {background: linear-gradient(to left top, #40c2e7, #2c2c2c);}20% {background: linear-gradient(to left top, #49c8e5, #2c2c2c);}25% {background: linear-gradient(to left top, #4ccbe4, #2c2c2c);}30% {background: linear-gradient(to left top, #4dcbe4, #2c2c2c);}35% {background: linear-gradient(to left top, #4fcde4, #2c2c2c);}40% {background: linear-gradient(to left top, #54d0e3, #2c2c2c);}45% {background: linear-gradient(to left top, #56d2e2, #2c2c2c);}50% {background: linear-gradient(to left top, #58d4e1, #2c2c2c);}55% {background: linear-gradient(to left top, #5ad6e1, #2c2c2c);}60% {background: linear-gradient(to left top, #5ed9e0, #2c2c2c);}65% {background: linear-gradient(to left top, #64ddde, #2c2c2c);}70% {background: linear-gradient(to left top, #67dfdd, #2c2c2c);}75% {background: linear-gradient(to left top, #6be3dd, #2c2c2c);}80% {background: linear-gradient(to left top, #6de4dc, #2c2c2c);}85% {background: linear-gradient(to left top, #71e7db, #2c2c2c);}90% {background: linear-gradient(to left top, #75eada, #2c2c2c);}95% {background: linear-gradient(to left top, #77ecda, #2c2c2c);}100% {background: linear-gradient(to left top, #38bbe9, #7aeed9);}}
 
 /* 新闻中心 */
 .am-news-centent{background: #f5f5f5;position: relative;}
 .news-wrap{padding-top: 6rem;}
 .news-ul li{margin-top: 2rem;background: #fff;}
 .news-ul li:last-child{margin-bottom: 2rem;}
 .news-ul a:hover{
	display: block;
	transform: translate3d(0,-10px,0);
	transition: all 0.2s ease-in-out;
 }
 .news-ul li:hover{
 	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.2);
 	box-shadow: 0 10px 10px rgba(0,0,0,.2);   
	-webkit-transform: translate3d(0,-10px,0);
 	transform: translate3d(0,-10px,0);
 	/* width: 99%; */
}
			 
 .news-img{ width: 250px;height: 150px;position:relative;}
 .news-img img{width: 100%;height: 100%;}.news-con{ margin-left: 3rem;margin-top: 2rem;}
 .news-con h3{ font-size: 20px;}
 .news-pages a,.news-pages span{
 		    display: inline-block;
 		    height: 36px;
 		    line-height: 36px;
 		    margin: 0 4px;
 		    background-color: #fcfcfc;
 		    width: 36px;
 		    text-align: center;
 		    border: 1px solid #d0d0d0;
 		    border-radius: 2px;
 	}
 	.news-pages .next, .news-pages .prev {
 	    width: 66px;
 	}
 	.news-pages a:hover, .news-pages span.current {
 	    color: #fff;
 	    background: #ffa31a;
 	    border-color: #ffa31a;
 	}
 .news-ul a:hover{color: #000;}
 /* 产品中心 */
 .product-cenbox{padding-top: 6.4rem;display: none;background: #fff;}
 .am-cenbox-cur{display: block;}
 
 /* 解决方案 */
.path-right .am-dropdown-content{background: #f5f5f5;}
.path-right .am-dropdown-content li{padding: 0px;}
.path-right .am-btn-primary{background-color: #ffa31a;border-color: #ffa31a;}
.path-right .am-btn-primary .am-active, .am-btn-primary:active, .am-btn-primary:focus, .am-btn-primary:hover, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle{background-color: #ffa31a;}
ul.am-dropdown-content>li>a{padding:10px 20px;}
ul.am-dropdown-content>li>a:focus, ul.am-dropdown-content>li>a:hover{color: #fff;}
.path-right .am-dropdown-content{left:-102px;}
.path-right .am-dropdown-content:after, .path-right .am-dropdown-content:before{border: none;left:-20px;}
#loading{width: 40px;height: 40px;position: absolute;left: 42%;z-index: 2;display: none;}
.path-right button{border: none;background: none;}
.path-right .dro_icon{font-size: 18px;font-weight: bold;margin-left: 10px;width: 20px;height: 20px!important; border: 1px solid #666;border-radius: 3px;line-height: 16px;color: #666;}
 /*  路径提示样式 */
 .path-right .pathclick{padding: 1rem 3rem 1rem 0rem;background: url('../images/solutions/jia_icon.png') no-repeat center right;position: relative;}
 .path-right .prcur{background-color: #ffa31a!important;}
 
 /* 解决方案的内容样式 */
 .am-solucontent {background: #f5f5f5;padding-bottom: 6rem;}
 .soluc-top {padding-top: 3rem;}
 .soluc-top li {padding-top: 2rem;height: 490px;}
 .soluc-top li:last-child {padding-bottom: 5rem;}
 .soluc-div {
 	width: 90%;
 	margin: 0 auto;
 	background: #fff;
 	position: relative;
 	height: 430px;
 	-webkit-transition: margin-top .2s linear;
 	-moz-transition: margin-top .2s linear;
 	-ms-transition: margin-top .2s linear;
 	-o-transition: margin-top .2s linear;
 	transition: margin-top .2s linear;
 }
 .soluc-div-content {width: 80%;margin: 0 auto;}
 .soluc-div-title {margin-top: 2.6rem;font-size: 16px;color: #333;}
 .soluc-div-des {margin-top: 2rem;color: #666;}
 .soluc-div-age {position: absolute;bottom: 15px;right: 10%;width: 90%;color: #999;background: url('../images/solutions/ege.png') no-repeat center;background-position: 84% 50%;}
 .soluc-div-hr,.soluc-div-nodedes {display: none;}
 /* 选中的样式 */
 .soluc_cur {
 margin-top: -3.5rem;
 color: #fff !important;
 position: relative;
 background: -webkit-linear-gradient(90deg,##f67524,#ffa31a);
 background: -moz-linear-gradient(90deg,#f67524,#ffa31a);
 background: -o-linear-gradient(90deg,#f67524,#ffa31a);
 background: -ms-linear-gradient(90deg,#f67524,#ffa31a);
 background: linear-gradient(90deg,#f67524,#ffa31a);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f67524, endColorstr=#f67524);/*IE<9>*/
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f67524, endColorstr=#f67524)";/*IE8+*/
 background-image: linear-gradient(-50deg,
 #f67524 0%,
 #ffa31a 100%),
 linear-gradient(#f67524,
 #f67524);
 background-blend-mode: normal,
 normal;
 box-shadow: 0px 10px 12px 0px rgba(6, 0, 1, 0.14);
 padding-bottom: 14rem;
 }
 .soluc_cur img,.soluc_cur .soluc-div-des {display: none;}
 .am-solucontent img{width: 100%;}
 .soluc_cur .soluc-div-title {padding-top: 2rem;padding-bottom: 1.3rem;color: #fff;}
 .soluc_cur .soluc-div-hr {display: inherit;width: 20%;border: 1px solid #fff;}
 .soluc_cur .soluc-div-nodedes {display: inherit;text-indent: 2rem;line-height: 3rem;padding-top: 2rem;}
 .soluc_cur .soluc-div-age {position: absolute;color: #fff;background: url('../images/solutions/ege_cur.png') no-repeat center;background-position: 84% 50%;}
 /* 查看更多样式 */
 .am-soluc-more button{width: 240px;height: 50px;font-size: 16px;background: #fff;color: #999;}
 .am-soluc-more button:hover{background: #ffa31a;color: #fff;}
 .solu-course-title{padding: 63px 0rem 40px 0rem;font-size: 30px;color: #070002;}
 .solu-course-content li{padding-top: 2rem;}
 
 /* solution_cat_details */
.soludc-box {background-color: #f5f5f5;padding: 6rem 0rem;}
.box-top {width: 100%;background-color: #ffffff;border: solid 1px rgba(6, 0, 1, 0.1);padding-bottom: 1rem;}
.box-top-left {padding: 3rem 2.5rem;width: 80%;background: url('../images/solutions/box_back.png') no-repeat center right;}
.box-title {font-family: MicrosoftYaHei;font-size: 3.2rem;letter-spacing: 0px;color: #333333;}
.box-des {width: 90%;margin-top: 1rem;font-family: SourceHanSansCN-Light;color: #666666;}
.box-top-right {width: 20%;}
.box-btn {margin-top: 6rem;}
.box-center{padding-top: 2rem;}
.box-center-img{width: 350px;position: relative;}
.box-center-img img{width: 100%;height: 100%;}
.box-center-title{font-size: 20px;color: #fff;line-height: 210px;position: absolute;top: 0; left: 0; bottom: 0; right: 0;}
.box-foot {width: 100%;margin-top: 2rem;background: #fff;}
.box-foot:hover{ 
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.2);
		    box-shadow: 0 10px 10px rgba(0,0,0,.2);   -webkit-transform: translate3d(0,-10px,0);
		    transform: translate3d(0,-10px,0);
			width: 99%;}
.box-foot:hover a{color: #000;}
.box-center-ul {margin-left: 3rem;width: 60%;}
.box-center-back{display:block;background: #fff;}
.box-center-syn{margin: 2rem 0rem;}
.box-foot-img img{width: 100%;}
.box-foot-content{width: 59%;}
.box-foot-div {width: 50%;}
.box-foot-div .am-footul {border-left: 1px solid #ccc;}
.box-foot-ul {margin-top: 5rem;line-height: 40px;}


 /* 案例轮播的修改样式 */
 .am-newscase-content .swiper-container{position: static;padding-bottom: 3rem;}
 .am-newscase-content .swiper-slide {
text-align: center;		
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
transition: 300ms;
transform: scale(0.8);
 }
.am-newscase-box{width: 450px;}
.am-newscase-content .swiper-slide-active,.am-newscase-content .swiper-slide-duplicate-active{transform: scale(1);}
.swiper-slide-active .am-newscase-box{border: 1px solid #ccc;border-top: none;background-color: #ffffff;box-shadow: 0px 4px 12px 5px rgba(6, 0, 1, 0.14);}
.am-newscase-button .swiper-button-next{width: 36px;height: 24px;border: 1px solid #ccc;background:url('../images/prev_icon.png') no-repeat center;background-size:.8rem;}
.am-newscase-button .swiper-button-prev{width: 36px;height: 24px;border: 1px solid #ccc;background:url('../images/next_icon.png') no-repeat center;background-size:.8rem;}
.wrapper{position:relative;}
.am-newscase-box img{width: 100%;height: 270px;}
 .am-newscase-button {width: 9rem;margin: 0 auto;margin-top: 6rem;position: relative;z-index: 1;}
 .am-newscase-p {font-size: 14px;letter-spacing: 1px;color: #000000;height: 58px;line-height: 58px;}
 .solu-course-content li{padding-top: 2rem;}
  
 /* details */
 .am-details-title{font-size: 28px;}
 .am-details-des,.am-details-content{text-indent: 2rem;line-height: 26px;}
 .am-details-img{padding-top: 20px;}
 
 /* page */
 .am-page-content {display: none;}
 .am-page-contentcur {display: block;}
 
 
 
 /* 响应式 */
@media screen and (max-width:1770px) {
	.am-form-box{margin-right: 2%;}
}
@media screen and (max-width:1570px) {
	.am-banner-foot .am-u-lg-8{
		width: 90%;
	}
.am-box-back .am-u-lg-8{
		width: 92%;
	}
.am-news-centent .am-u-lg-8{
			width: 90%;
		}
}
@media screen and (max-width:1370px) {
    /* form 验证码距离取消 */
    .am-form-code{margin-left: 0rem;}
	.am-form-title {font-size: 20px;margin-top: 20px;padding-bottom: 20px;}
}
@media screen and (max-width:1290px) {
     /* 底部导航占据100% */
	.am-footer-left{width: 100%;float: none;}
	/* 底部右边信息，换行居中 */
	.am-footer-right{float: none;padding-top: 2rem;width: 80%;}
	.am-footer-icon {width: 50%;}
	/* solution_cat_details */
	.box-foot-content{width: 70%;}
	
	.am-banner-foot .am-u-lg-8{
		width: 98%;
	}
	.am-market .am-u-lg-8{
		width: 90%;
	}
}
 @media screen and (max-width:1024px) {
	 /* common */
	 .am-footer-hot{margin:0;}
	 .am-footer-hot .am-hot-one{width: 100%;margin-top: 14px;}
	 .am-footer-hot .am-hot-two{width: 100%;margin-top: 6px;}
	 .common_ul li:nth-child(2){border-right:1px solid #ccc;}
	 .am-nav{position: fixed;top:0px;z-index: 3;width: 100%;background: #000;height: 53px;}
	 .am-banner-back{padding-top: 53px;position: static;z-index: 1;}
	 .am-form-box{width:90%;margin: 0 auto;float: none;}
	 .am-footer-left hr{display: none;}
	 .am-footer .am-box-top{padding-top:0px;}
	 .am-form {background:url(none);}
	 .am-form-back{background:url('../images/form_back.png') no-repeat;position: relative; }
	  .am-form-rback { width: 100%; } 
	   .am-form-rback img{ width: 100%; } 
	 .am-promise-our li{ margin-top: 1rem; } 
	 .am-promise-our img{width: initial;}
	 

 	/* index */
	.common_ul li{margin-top: 1%;}
 	.am-firmcase li {width: 49%;margin-left: 1%;}
 	.am-banner-foot {background-color: rgba(0,0,0,0.6)!important;color: #000000;position: static!important;z-index: 1;}
 	.am-banner-footnews{border: 0px!important;}
 	.am-slider-default .am-control-nav {width: 95%!important;bottom: 1rem!important;}
 	.am-market-ul li {border-right:1px solid transparent;}
 	.am-news-hides{display: none;}
 	.am-cases{width:80%;margin: 0 auto;}
 	.am-chamark-banner{width: 100%;}
	/* solution */
	.soluc-div {height: 500px;}
	.soluc-top li {height: 100%;}
	/* solution_cat_details */
	.box-top-left{width: 100%;}
	.box-title{font-size: 2.8rem;}
	.box-des{width: 100%;}
	.box-top-right{float: initial;width: 100%;padding-bottom: 2rem;}
	.box-center-img {width: 100%;height: 210px;}
	.box-center-ul{width: 100%;display: inline-block;float: initial;margin-left:0px;}
	.box-center-syn {width: 90%;margin: 2rem auto;}
	.box-foot-img {width: 100%;}
	.box-foot-content{width: 100%;}
	.box-foot-ul {margin-top: 2rem;}

	/*product*/
	.promore-content img{float: none; margin:0 auto;margin-top:2rem; }
	.am-comnav-top{top:-2rem}
	.am-comnav-top li{
		line-height:4rem;
		font-size:1.6rem;
	}
		
 }
	}
	 @media screen and (max-width:810px) {
	 .am-news-centent .am-comnav-top {width: 96%;position:static;top: 2rem;}
	 .am-news-centent .am-comnav-top li {width: 30%;margin-right: 3%;height: 33px;line-height: 33px;font-size: 1.4rem;box-shadow: 1px 1px 2px #e5e5e5;border-radius: 3rem;margin-top: 15px;}
	 	
	 }
@media screen and (max-width:768px) {
	.am-from-spacing {margin-left: 1rem;}
	.am-promise-title {font-size: 14px;}
	
	/* solution_cat_details */
	.box-foot-div{width: 100%;}
	.box-foot-ul {line-height: 30px;}
	.am-footul {border-left: none!important;}
	.am-newscase-p{height: 40px;line-height: 40px;}
	
}
 @media screen and (max-width:640px) {
	 /* common */
	.am-banner-footnews{padding: 10px!important;}
	.binicon{background-position: 10px 4px!important;}
	.am-footer-icp-p{margin-left: 0rem;}
	.am-footer-icp-p li{padding:0.5rem 0rem ;}
	.am-form-submit .am-btn-default {width: 120px;}
	.am-footer-icp .am-btn-default {width: 160px;}
	.am-path li{font-size: 14px!important;padding: 0rem!important;}
	.am-path a {font-size: 14px!important;}
	.path-right{padding: .6em .5em!important;}
	.am-footer-icon {width: 80%;}
	/* 头部导航 */
	.am-comnav-top {width: 96%;position:static;top: 2rem;}
	.am-comnav-top li {width: 30%;margin-right: 3%;height: 33px;line-height: 33px;font-size: 1.4rem;box-shadow: 1px 1px 2px #e5e5e5;border-radius: 3rem;margin-top: 15px;}
		
		
	 /* index */
	.am-firmcase li {height: 60px;}
	.sm-sma {width: 50%;}
	.am-news-content{height: 500px;}
	.swiper-container{height: 500px!important;}	
	.news-cen{width: 100%;}
	.am-news-border hr{width: 100%;}
	.am-news-cenimg{width: 100%;}
	.am-news-cenimg{display: block!important;}
	.am-news-content-p2 a{display: block;margin-top: 16px;}
	.am-news-ccur img{opacity:1;}
	.am-news-ccur .am-news-content-p2{opacity:1;}
	.am-news-ul li{width: 30%;margin-right: 3%;height: 33px;line-height: 33px;font-size: 1.4rem;box-shadow: 1px 1px 2px #e5e5e5;border-radius: 3rem;margin-top: 15px;}
	
	/* news */
	.news-img{width: 100%;float: none;}
	.news-con{margin-left:0px;float: none;width: 96%;margin: 0 auto;}
	.news-con div{padding-bottom: 10px;}
	
	
	/* solution */
	.soluc-div {height: 580px;}
	/* solution_cat_details */
	.box-title{font-size: 2rem;}
	.swiper-container{padding-bottom:1rem!important; }
 }
 
 @media screen and (max-width:500px) {
 	.am-box-p{font-size: 14px;}
 	
 }
 @media screen and (max-width:460px) {
 	.am-box-p{font-size: 14px;}
 	/* 	新闻中心  导航 */
 	.am-news-title{padding: 0.2rem 1.5rem;}
 	.am-news-ul{width: 90%;}
 	.sm-sma {width: 70%;}
	.sm-smfoot{bottom: 3rem;}
 }
 @media screen and (max-width:375px) {
	 /* index */
 	.sm-smtitle{margin-top:1rem!important;line-height: 25px!important;}
 	.sm-smcentent{margin-top: 1rem!important;}
	
	/* solution */
	.soluc-div {height: 430px;}
 
 }
