html,body { margin: 0; padding: 0;width:100%; background: #fff; }
ul,li,dl,dt,dd { margin: 0; padding: 0; list-style: none;}
a{
	cursor: pointer;
}
em{font-style: normal;}
button,img,input{
	outline:none !important;
}
/* ------------------ * 页面加载 * --------------- */
#loading{width:100%;height:100%;position:fixed;z-index:1000;background:#fff;left:0;top:0}
#loading div{width:150px;height:150px;background:url(../images/icon/loading.gif); position:fixed; left:48%; top:45%; margin-top:1rem;}
@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}
50%{-webkit-transform:perspective(120px) rotateY(180deg)}
100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}
}
@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}
50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}
100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}

[role='article']{background: #fff;border-radius: 5px;}
.clearfix{
	zoom: 1;
}
ul[role='topHotSearch'] > li > a{padding: 0.4em 0.5em !important;}
.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lineH40{line-height:40px;;}
.txtIndet-20{text-indent: 20px;}
.home-top{
	background: #fff;
	border-bottom: 1px solid #b9b4b4;
}
.am-container{
	max-width: 1500px;
	width: 100%;
}
.container{min-height: 710px;}
.home-header{
	background: #272422;
	height: 60px;
	line-height: 60px;
}
.mH{min-height: 600px;}
.fl{
	float: left;
}
.fr{
	float: right
}
.w{
	width: 100%;
}
.dib{
	display: inline-block;
}
.cb{
	clear: both;
}
.posir{
	position: relative;
}
.home-nav{
	line-height: 45px;
}
.am-nav > li > a:hover,
.am-nav > li > a:focus{
  	background:rgba(0,0,0,0);
  	color: red;
}
.am-dropdown-content{
	width: 500px;
}
.home-header-city{
	left: 60%;
    top: 90%;
}
.home-header-city a {
    float: left;
    width: 58px;
    padding: 4px 8px;
    color: #666;
    text-align: left;
    font-size: 12px;
}
.home-header-city a:last-child{
	color: red;
}
.am-nav > li.am-active > a, .am-nav > li.am-active > a:hover, .am-nav > li.am-active > a:focus{
	background: rgba(0,0,0,0);
}
/*.home-search{
	height: 135px;wzy
}*/
.home-logo{
	width: 28%;
	line-height: 114px;
	display: inline-block;
}
.home-logo img{
	width: 100%;
	height: 100%;
}
.home-search-right{
	/*width:68%; wzy*/ 
	/*float: left;*/
	display: inline-block;
	position: relative;
}
.home-search-container{
	display: inline-block;
	width: 475px;
	margin-left:5%;
}
.home-erweima{
	display: inline-block;
	height: 40px;
	float: right;
	text-align: center;
}
.home-search-txt{
	padding: 0.4em 0;
}
.home-search-txt .am-input-group{
	border:1px solid #d2524d;
	border-radius: 3px;
}
.home-search-txt .am-input-group #keyword{
	border: 0;
}
.home-search-title ul li{
	width: 100px;
}
.home-search-title ul li a{
	color: #787777;
}
.home-search-active a{
	color: red !important;
}
.home-triangle {
    border: 0.5px solid red;
    position: relative;
    background: white;
}
.a{
	background: url(../images/triangleNav.png) no-repeat center top;
}
.home-triangle:before {
    content: '';
    border: inherit;
    padding: 0.7em;
    position: absolute;
    background: inherit;/**不加这个的话你会发现 这个伪元素不会将p的border－top给覆盖掉,bg-image默认是none,bg-color默认是transparent*/
    left: 32px;
    top: -9px;
    transform: rotate(45deg);
    border-right: 0;
    border-bottom: 0;
}
.home-triangle .aa:before {
   left: 120px !important;
}
/*小导航*/
.telphone-nav{display: none;}
.telphoneItem{height: 30px;line-height: 30px;border: 1px solid red;border-radius: 5px;background: orange;text-align: center;width: 23%;margin:1%;}
/*小搜索框*/
.telephone-search{width: 100%;height: 60px;line-height: 60px;display: none;}
.telephone-search select {height: 35px;}
.telephone-search .am-input-group > input{top: 13px;height: 35px;} 
/*导航条部分*/
.nav-contain{
	/*margin-top: 20px;*/
}
.am-nav-justify{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.hot-classly{
	width: 150px;
}
.hot-classly > a{
	color: #000;
	line-height: 60px;
	font-size: 1.5em;
	font-weight: 500;
}
.hot-classly li{
	text-align: left;
}
.hot-classly .hot-list{
	margin: 0;
	padding: 0;
}
.hot-classly .hot-list li{
	height: 30px;
	line-height: 30px;
}
.hot-classly:hover .hot-container{
	display: block;
}
.hot-container{
	/*max-width: 1500px;*/
	float: left;
	/*padding:0 10px 10px 10px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .35);*/
	display: none;
	position: absolute;  
	background: #fff;
	z-index: 9999;
	width:660px;
	height: 450px;
	margin-top: -1px;
	overflow-x: hidden;background: rgba(0,0,0,0.75);
	
}
/*.hot-container > ul{
	height: 300px;
	border: 1px solid red;
}*/
li{cursor: pointer;}
.hot-container div[role='project-search-box']{min-height: 500px;}
.hot-container .search-list{list-style:none;height: 100%;margin: 0;overflow-x: hidden;width: 320px;
	
	}
.hot-container .search-li{border-bottom: 0px dashed #dedede;padding: 0 10px;line-height: 30px;}
.hot-container .search-li:hover .cate-pop{display:block;}
.hot-container .cate-pop{position:absolute;top:0;left: 300px;z-index:10;display:none;-moz-box-sizing:border-box;box-sizing:border-box;padding-bottom:30px;padding-left:10px;width:360px;height: 450px;overflow-x:hidden;background-color:#f7f7f7;box-shadow:2px 0 5px #999;color:#333;text-align:left;line-height:30px;padding: 20px;
	border: 1px solid #8c8c8c;
}
.hot-container .SeoHotstyleList{list-style:  none;margin: 0;padding: 0;}
.hot-container .SeoHotstyleList .SeoHotstyle{float: left; padding: 0 10px;}
.hot-container .search-li-active,.search-li:hover{background: #fff;}
.hot-container .search-li-active .searchLi-a,.search-li:hover .searchLi-a{color: #f50a0a;}
.hot-container .SeoHotstyleList .SeoHotstyle:hover{color: red;}
.hot-container .search-li a {color: #fff;}
.home-nav-li{
	position: relative;
}
.home-nav-li a{
	font-size: 1.375em;
	color: #000;
}
.home-active > a{color: #e10202;font-size: 1.5em;font-weight: 600;}
.hot-classly > a:hover{
	color: #fff !important;
}
.hot-classly li a:hover{
	color: red !important;
}
.am-nav-justify > li{float: left;}
.am-nav-justify li.home-nav-li a:hover{
	color: red;font-size: 1.5em;font-weight: 600;
}
.am-nav-justify li.home-nav-li:hover .sub-menu {
	display: block
}

.am-nav-justify li.home-nav-li .sub-menu , .home-nav-li .hot-sub-menu {
	display: none;
	padding-left: 0;
	position: absolute;
	box-shadow: 0 0 7px rgba(0, 0, 0, .15);
	top: 100%;
	left: 10px;
	z-index: 1000!important;
	background: #fff;
	border-radius: 0 0 3px 3px;
	margin: 0
}
.am-nav-justify li.home-nav-li .sub-menu .menu-item {
	min-width: 160px;
	border-top: 1px solid #eaeaea;
	position: relative;
	height: 40px;
    line-height: 40px;
}
.hot-container .hot-sub-menu .hot-menu-item{
	min-width: 300px;
}
.hot-menu-item .title{
	display: block; 
	width: 80%;
	border-bottom: 1px solid #c8c8c8;
	color: #000;
	font-size: 1.25em;
	font-weight: 800;
}
ul.hot-list li a:hover{
	color: red !important;
}
.am-nav-justify li.home-nav-li .sub-menu .menu-item a {
	font-size: 0.875em;
}
.hot-classly .hot-sub-menu .hot-menu-item a ,.hot-container .hot-sub-menu .hot-menu-item a{
	color: #000;
	cursor: pointer;
}
.home-banner{
	width: 100%;
	/*height: 450px;*/
}
.home-banner img{width: 100%;height: 100%;}
.am-slider-default .am-control-nav{bottom:15px !important}
[role='footer']{
	background: #504a4a;
	color: #dad9d9;
	width: 100%;
}
[role='footer'] .list{
	line-height: 40px;
	width: 600px;
	margin: 0 auto;
}
[role='footer'] .list .am-nav-pills li{
	padding:0 40px
}
[role='footer'] .list p{padding-left: 40px;}
[role='footer'] a{
	color: #dad9d9;
}

.am-footer-switch a{
	color: #dad9d9;
}
.am-footer-bg-dark{
	background-color: #504a4a;
}
.logo-phone-img{display: none;}
/*.home-banner img{
	height: 500px;
}*/
@media only screen and (max-width: 2048px) {
	.industy-list-info{width: 89% !important;}
	.company-list-info{width: 82% !important;}
}

@media only screen and (max-width: 1600px) {
	.industy-list-info{width: 86% !important;}
	.company-list-info{width: 82% !important;}
	.todayTradeTxt{width:250px !important;}
}
@media only screen and (max-width: 1366px) {
	.industy-list-info{width: 83% !important;}
	.company-list-info{width: 80% !important;}
	.todayTradeTxt{width:180px !important;}
}
@media only screen and (max-width: 1280px) {
	.industy-list-info{width: 82% !important;}
	.company-list-info{width: 80% !important;}
	.todayTradeTxt{width:160px !important;}
}
@media only screen and (max-width: 1280px) {
	.industy-list-info{width: 82% !important;}
	.company-list-info{width: 80% !important;}
}
@media only screen and (max-width: 1152px) {
	.industy-list-info{width: 80% !important;}
	.company-list-info{width: 78% !important;}
}
@media only screen and (max-width: 1024px) {
	.industy-list-info{width: 77% !important;}
	.company-list-info{width: 75% !important;}
	
}
@media only screen and (max-width: 800px) {
	.industy-list-info{width: 69% !important;}
	.company-list-info{width: 67% !important;}
	.todayTradeTxt{width:100% !important}
	
}
@media only screen and (max-width: 799px) {
	.industy-list-info{width: 100% !important;}
	.company-list-info{width: 100% !important;}
}
@media only screen and (max-width: 770px ) {
	.industy-list-info{width: 100%;line-height: 30px;}
	.am-container{width: 100%;}
	.phone-width{width:100%;}
	#js-dropdown-toggle ul li a{color: #737272;}
	div[role='topBnnerList'].am-margin-bottom-xl{margin-bottom: 0;}
	div[role='topBnnerList'].am-slider-default{margin: 0;}
	.am-container-index{width: 100% !important;}
	.phone-padding{padding: 0 !important;}
	.phone-width{width: 100%;}
	.logo-phone{padding: 0;width: 100%;}
	.home-top{border-bottom: 0;}
	.logo-phone-img{display: inline;width: 100px;float: left;margin-right: 15px;margin-top: 10px;margin-left: 10px;}
	.home-header{height: 30px;line-height: 30px;}
	.home-top header.am-topbar{margin-bottom:0}
	.telephone-search{display: block;}
}