/*官网首页css*/
body{
	font-family: 微软雅黑!important;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #9c9c9c;
	border-radius: 6px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color: #ababab;
}

::-webkit-scrollbar{
	width: 5px;
	height: 10px;}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	display: none;
}

.corporate-logo{
	margin: 0 auto;
	padding: 15px 0;
}

.navbar-logo{
	width: 294px;
	float: right;
	padding-top: 7px;
	margin-right: 12%;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	/*position: inherit;*/
	background-color: rgba(255, 255, 255, 0.9);
}
ul,li{
	list-style: none;
}
body {
	padding-top: 0;
}
.corporate-navbar .navbar-nav>li>a {
	color: #595959;
	font-size: 15px;
	padding: 0;
	border-bottom: 3px solid #e2b870;
	/* line-height: 21px; */
	/* border-right: 1px solid #b3b3b3; */
	padding-bottom: 14px;
	/* position: static; */
	/* padding: 0 17%; */
}
.corporate-navbar .navbar-nav>.active>a{
	color: #fff;
}
.navbar{
	margin-bottom: -83px;
	min-height: 68px;
	z-index: 99999;
}
.navbar-default {
	background-color: rgba(255,255,255,0.95);
	padding-top: 10px;
	position: fixed;
	width: 100%;
	top: 0;
}
@media (min-width: 1200px){
	.container {
		width: 1160px;
		padding-left: 0;
		padding-right: 0;
	}
}
.nav>li>a {
	padding: 0 32px;
	line-height: 48px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #595959;
	background-color: transparent;
	font-weight: bold;
	background: url(../../images/navimg.png) no-repeat bottom;
	border-bottom: 3px solid transparent;
	background-position-y: 46px;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #595959;
	background-color: transparent;
	font-weight: bold;
	background: url(../../images/navimg.png) no-repeat bottom;
	border-bottom: 3px solid transparent;
	background-position-y: 46px;

}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover {
	color: #595959;
	background-color: transparent;
	font-weight: bold;
	background: url(../../images/navimg.png) no-repeat bottom;
	border-bottom: 3px solid transparent;
	background-position-y: 46px;

}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus {
	color: #595959;
	background-color: transparent;
	font-weight: bold;
	background: url(../../images/navimg.png) no-repeat bottom;
	border-bottom: 3px solid transparent;
	background-position-y: 46px;
}
.sy-pager{
	display: block;
	margin-top: -22px;
	position: absolute;
}
.sy-pager li {
	width: 8px;
	height: 8px;
}
.sy-pager li.sy-active a{
	background-color: #e2b870;
}
.nav-tabs {
	border-bottom: none;
}

/*.media-report{*/
	/*display: inline-block;*/
/*}*/

.dekor-linie{
	width: 2px;
	height: 18px;
	background-color: #28579f;
	display: inline-block;
	float: left;
	margin-right: 9px;
}

.meiti-box, .kuaixun-box, .gonggao-box{
	float: left;
	margin-right: 30px;
}


.character{
	word-break: break-all;
	word-wrap: break-word;
	font-size: 11px;
	margin-left: 11px;
	line-height: 17px;
}

.media-text{
	font-size: 16px;
	font-weight: bolder;
	line-height: 14px;
}

.concrete-content{
	padding-top: 0;
}

/*.sy-slides-crop{*/
	/*height: 111%;*/
/*}*/
/*.sy-slides-wrap{*/
	/*height: 545px;*/
/*}*/
.sy-list{
	height: 100%;
}

.media-report-box{
	padding-bottom: 21px;
}

.news-photo{
	width: 100%;
	height: 111px;
}
.body-white .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 0;
	padding-right: 0;
}

.news-headline{
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	width: 402px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	cursor: pointer;
}

.news-time{
	color: #999;
	font-size: 13px;
	padding: 6px 0;
}

.new-cont{
	color: #999;
	font-size: 12px;
	line-height: 22px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	height: 46px;
}

.new-cont1{
	color: #999;
	font-size: 12px;
	line-height: 22px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.list-time{
	float: right;
	font-size: 12px;
}

.list-time:hover{
	color: #aa8657;
}
.news-box{
	display: inline-block;
}

.list-box{
	display: inline-block;
	border-bottom: 1px dashed #e8e8e8;
	width: 100%;
	padding: 8px 0;
	font-size: 11px;
	color: #2b2b2b;
}
.list-box span:hover{
	color: #aa8657;
}
.official-website-box a:hover, a:focus {
	color: #aa8657;
}
.responsibility-img{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: inherit;
}

.social-responsibility{
	background-color: #f7f5f6;
	padding-top: 32px;
	/* width: 30%; */
	/* margin-left: 25px; */
	z-index: 0;
	margin-top: -151px;
	padding-bottom: 25px;
}

.cooperation a{
	margin-bottom: 23px;
}
.mediareport{
	padding-top: 0;
}

.social{
	padding: 0 15px;
	padding-top:30px;
	float: none;
}


.social .dekor-linie{
	background-color: #c14239;
}

.social .media-text{
	color: #c14239;
}

.social  .character{
	color: #c14239;
}

.social-responsibility-cont{
	padding: 10px 15px 22px 18px;
}


.body-white .row{
	margin-left: 0;
	margin-right: 0;
}


/*.tri-cities{*/
	/*width: 1000px;*/
	/*margin: 0 auto;*/
	/*background-color: #f7f5f6;*/
/*}*/

.background-colour{
	background-color: #f7f5f6;
	height: 88px;
	margin-top: -428px;
	color: #f7f5f6 ;
	width: 69%;
}

.tri-cities-list{
	background-color: #fff;
	padding-top: 4px;
	/* width: 31%; */
	margin-left: 0;
	/* padding: 13px; */
	/* padding: 0 15px; */
	 padding-left: 21px;
	padding-right: 8px;
}

.tri-cities-two-shots .social{
	padding-top: 29px;
	margin-left: 0;
	background-color: #f7f5f6;
	width: 100%;
	z-index: 9;
	height: 90px;
}

.container-cont-box{
	width: 100%;
}
.tri-cities-two-shots{
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 6px;
	position: relative;
}
.concrete-content{
	width: 1160px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.modified-point{
	width: 3px;
	height: 3px;
	background-color: black;
	display: inline-block;
	margin-right: 7px;
	border-radius: 50%;
	margin-bottom: 2px;
}

/*.urban-construction{*/
	/*background: url("../../images/icon01.png") no-repeat;*/
	/*width: 37px;*/
	/*height: 37px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
/*}*/

/*.city-operation{*/
	/*background: url("../../images/icon02.png") no-repeat;*/
	/*width: 38px;*/
	/*height: 38px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
/*}*/

/*.urban-renewal{*/
	/*background: url("../../images/icon03.png") no-repeat;*/
	/*width: 38px;*/
	/*height: 38px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
/*}*/
/*.industrial-investment{*/
	/*background: url("../../images/icon04.png") no-repeat;*/
	/*width: 38px;*/
	/*height: 38px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
/*}*/

/*.financial-investment{*/
	/*background: url("../../images/icon05.png") no-repeat;*/
	/*width: 38px;*/
	/*height: 38px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
/*}*/

/*.enterprise-qualification{*/
	/*background: url("../../images/icon06.png") no-repeat;*/
	/*width: 38px;*/
	/*height: 38px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
/*}*/
.urban-text{
	color: #32549e;
}
.urban-e{
	color: #32549e;
	font-size: 11px;
}

.tri-cities-icon{
	margin-top: 30px;
	padding: 15px 29px;
}

.urban-construction-list{
	float: left;
	display: inline-block;
	text-align: center;
	margin-right: 40px;
}

.urban-construction-list{
	float: left;
	display: inline-block;
	text-align: center;
	margin-right: 79px;
}


.tri-cities-two-shots .urban-construction:hover{
	background: url("../../images/icon13.png") no-repeat;
}

.urban-e{
	background: url("../../images/icon07.png") no-repeat;
	width: 70px;
	height: 11px;
	background-size: 100%;
}
.urban-e1{
	background: url("../../images/icon11.png") no-repeat;
	width: 70px;
	height: 11px;
	background-size: 100%;
}

.urban-e2{
	background: url("../../images/icon12.png") no-repeat;
	width: 70px;
	height: 11px;
	background-size: 100%;
}

.urban-e3{
	background: url("../../images/icon07.png") no-repeat;
	width: 70px;
	height: 11px;
	background-size: 100%;
}

.urban-e4{
	background: url("../../images/icon08.png") no-repeat;
	width: 70px;
	height: 11px;
	background-size: 100%;
}

.urban-e5{
	background: url("../../images/icon09.png") no-repeat;
	width: 70px;
	height: 11px;
	background-size: 100%;
}
.friendly-link{
	background-image: -moz-linear-gradient( 180deg, rgb(170,134,87) 0%, rgb(226,184,112) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(170,134,87) 0%, rgb(226,184,112) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(170,134,87) 0%, rgb(226,184,112) 100%);
	color: white;
	font-size: 11px;
}

.friendly-link a{
	color: white;
	margin-right: 40px;
	cursor: pointer;
}

.friendly-link-list{
	text-align: left;
	width: 1160px;
	margin: 0 auto;
	padding: 17px 0;
}

.page-footing{
	background-color: #353535;
	padding: 44px 0;
}

.page-footing-box{
	width: 1160px;
	margin: 0 auto;
	font-size: 11px;
	color: #b5b5b5;
	line-height: 20px;
	position: relative;
}

.page-footing-box a{
	color: #b5b5b5;
	margin-right: 8px;
	margin-left: 8px;
	cursor: pointer;
}

.body-white a{
	cursor: pointer;

}
.bannner-box .sy-slide > a > img{
  /*height: 530px;*/
}

.pc-nav .navbar-nav>li>.dropdown-menu {
	width: 100%;
	/*float: left;*/
	background-color: rgba(53,53,53,0.77);
	margin: 0;
	padding: 0;
	color: white;
	position: fixed;
	top: 74px;
	left: 0;
	padding-left: 51%;
}

.pc-nav .menu-item22{
	float: left;
	width:15%!important;
	padding: 6px 0;
	color: white;
	/*background: rgba(53,53,53,0.77);*/
}
.body-white .dropdown-menu {
    border: none;
box-shadow: none;
}

.body-white .dropdown-menu>li>a{
	color: rgba(255,255,255,0.77);
	text-align: center;
	background-color: transparent;
	/*height: 47px;*/
	line-height: 40px;
	font-size: 15px;
}
.body-white .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: transparent;
}
.pc-nav .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #e2b870;
	font-weight: bolder;
	background: transparent!important;
}

.page-footing-box a:hover{
	text-decoration: none;
	color: white;
}

#home a:hover, a:focus {
	color: #e2b870;
	text-decoration: none;
}

#home a:hover{
	text-decoration: none!important;
}

a:hover, a:focus {
	text-decoration: none!important;
}

.media-report .a:hover{
	background-color: #e2b870;
}

.media-report a{
	display: inline-block;
	font-size: 14px;
}
.media-report img{
	width: 100%;
}
.dimensional-code{
	float: right;
	width: 64px;
	position: fixed;
	right: 23px;
	top: 5px;
	z-index: 99999;
}

#footer{
	/*position: absolute;*/
	width: 100%;
	left: 0;
	bottom: 0;
}

.body-white .tc-box {
	border: none;
}



.press-centre{
	background: url("../../images/left-img.png") no-repeat;
	background-size: 100%;
	padding: 0 0 20px 0;
}

.press-centre p{
	color: white!important;
	font-size: 19px!important;
	padding: 17px 0 15px 33px;
	font-weight: bolder;
}
.news-time-list{
	float: left;
	border-right: 1px solid #eaeaea;
	padding: 3px 15px;
	margin-right: 15px;
}
.news-list{
	padding: 26px 0;
	border-bottom: 1px solid #eaeaea;
}
.news-day{
	color: #cc983e;
	text-align: center;
	font-size: 28px;
}
.news-years{
	color: #5a5a5a;
	font-size: 12px;
}
.news-brief-title{
	white-space: nowrap;
	width: 605px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	color:#171717;
	cursor: pointer;
	padding-top: 6px;
	font-size: 17px;
}
.news-digest{
	color: #7b7b7b;
	white-space: nowrap;
	width: 605px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	cursor: pointer;
	font-size: 12px;
}
.anews-list{
	display: inline-block;
}
.news-elist-box a:hover{
	background-color: #f3f3f3;
}
.leftsidebar a{
	text-align: left;
	color: #131313;
	font-size: 15px;
}

.leftsidebar li{
	background-color: #f5f5f5;

}
#home a:hover, a:focus {
	color: #c14337;
	text-decoration: none;
}

#home .container-cont-box .meiti, .container-cont-box .meiti{
	background: url(../../images/blue-meiti.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}



.media-current{
	background: url(../../images/red-meiti.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
	border: 1px solid red;
}
.selected .meiti{
	background: url(../../images/red-meiti.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}

#home .container-cont-box .meiti:hover, .container-cont-box .meiti:focus, .container-cont-box .meiti:active{
	background: url(../../images/red-meiti.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}

#home .container-cont-box .kuaixun, .container-cont-box .kuaixun{
	background: url(../../images/blue-kuaixun.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}
#home .container-cont-box .kuaixun:hover, .container-cont-box .kuaixun:focus {
	background: url(../../images/red-kuaixun.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}
.selected .kuaixun{
	background: url(../../images/red-kuaixun.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}
.gonggao:hover{
	background: url(../../images/red-qiye.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}

#home .container-cont-box .gonggao, .container-cont-box .gonggao{
	background: url(../../images/blue-qiye.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}
#home .container-cont-box .gonggao:hover, .container-cont-box .gonggao:focus {
	background: url(../../images/red-qiye.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}

 .selected .gonggao{
	background: url(../../images/red-qiye.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}

.urban-text:hover{
	background: url(../../images/blue-chnegshijianshe.svg) no-repeat;
	width: 78px;
	height: 85px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 100%;
}
.urban-constru{
	background: url(../../images/blue-chnegshijianshe.svg) no-repeat;
	width: 78px;
	height: 85px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 100%;
}
/*.urban-constru:hover, .urban-constru:focus{*/
	/*background: url(../../images/red-chengshijianshe.svg) no-repeat;*/
	/*width: 78px;*/
	/*height: 85px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*background-size: 100%;*/
/*}*/

.city-operation{
	background: url(../../images/blue-chnegshiyunying.svg) no-repeat;
	width: 66px;
	height: 85px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 100%;
}
/*.city-operation:hover, .city-operation:focus{*/
	/*background: url(../../images/red-chengshiyunying.svg) no-repeat;*/
	/*width: 66px;*/
	/*height: 85px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*background-size: 100%;*/
/*}*/

.urban-renewal{
	background: url(../../images/blue-chengshigengxin.svg) no-repeat;
	width: 62px;
	height: 85px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 100%;
}
/*.urban-renewal:hover, .urban-renewal:focus{*/
	/*background: url(../../images/red-chengshigengxin.svg) no-repeat;*/
	/*width: 62px;*/
	/*height: 85px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*background-size: 100%;*/
/*}*/

.industrial-investment{
	background: url(../../images/blue-canyetouzi.svg) no-repeat;
	width: 82px;
	height: 85px;
	outline: none;
	text-align: center;
	display: inline-block;
	margin-top: 1px;
	background-size: 100%;
}
/*.industrial-investment:hover, .industrial-investment:focus{*/
	/*background: url(../../images/red-canyetouzi.svg) no-repeat;*/
	/*width: 82px;*/
	/*height: 85px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*margin-top: 1px;*/
	/*background-size: 100%;*/
/*}*/
.financial-investment{
	 background: url(../../images/blue-jinrongtouzi.svg) no-repeat;
	 width: 79px;
	 height: 85px;
	 outline: none;
	 text-align: center;
	 display: inline-block;
	 margin-top: 1px;
	 background-size: 100%;
 }
/*.financial-investment:hover, .financial-investment:focus{*/
	/*background: url(../../images/red-jinrongtouzi.svg) no-repeat;*/
	/*width:79px;*/
	/*height: 85px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*margin-top: 1px;*/
	/*background-size: 100%;*/
/*}*/

.enterprise-qualification{
	background: url(../../images/blue-qiyezizhi.svg) no-repeat;
	width: 89px;
	height: 85px;
	outline: none;
	text-align: center;
	display: inline-block;
	margin-top: 1px;
	background-size: 100%;
}
/*.enterprise-qualification:hover, .enterprise-qualification:focus{*/
	/*background: url(../../images/red-qiyezizhi.svg) no-repeat;*/
	/*width: 89px;*/
	/*height: 85px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*margin-top: 1px;*/
	/*background-size: 100%;*/
/*}*/

.shehui-img{
	background: url(../../images/cooperation.png) no-repeat center;
	background-size: 100%;
	width: 258px;
	height: 66px;
	margin-bottom: 12px;

}

.side-boundary{
	background: url(../../images/boundary.png) no-repeat center;
	margin-top: 34px;
}
.company-news{
	background: url(../../images/company-news.png) no-repeat left;
	height: 82px;
	background-size: 386px;
	padding-left: -7px;
	background-position-x: -14px;
	background-position-y: 1px;
}
.sancheng-img{
	background: url(../../images/blue-sancheng.svg) no-repeat;
	width: 120px!important;
	height: 27px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 91%;
}

.sancheng-img:hover{
	background: url(../../images/red-sancheng.svg) no-repeat;
	width: 120px!important;
	height: 27px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 91%;
}
/*.shehui-img:hover{*/
	/*background: url(../../images/red-shehui.svg) no-repeat;*/
	/*width: 120px!important;*/
	/*height: 30px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*background-size: 91%;*/
/*}*/
/*#home .container-cont-box .urban-construction, .container-cont-box .urban-construction{*/
	/*background: url(../../images/blue-chnegshijianshe.svg) no-repeat;*/
	/*width: 78px;*/
	/*height: 85px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*background-size: 100%;*/
/*}*/
/*#home .container-cont-box .urban-construction:hover, .container-cont-box .urban-construction:focus {*/
	/*background: url(../../images/red-chengshijianshe.svg) no-repeat;*/
	/*width: 78px;*/
	/*height: 85px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: block;*/
	/*background-size: 100%;*/
/*}*/




/*.blue-meiti span{*/
	/*background: url(../../images/blue-meiti.svg) no-repeat;*/
	/*width: 120px;*/
	/*height: 37px;*/
	/*outline: none;*/
	/*text-align: center;*/
	/*display: inline-block;*/
	/*background-size: 74%;*/
/*}*/

.leftsidebar span{
	float: right;
}
.leftsidebar{
	padding: 0 30px 0 0;
}


.breadcrumb-navigation{
	background-color: transparent;
	padding: 16px 0;
	margin-bottom: 0;
	font-size: 12px;
}
.breadcrumb-navigation a{
	color: #999;
}
.breadcrumb-navigation span{
	color: #131313;
}
.breadcrumb-navigation .glyphicon{
	color: #c1c1c1;
	margin-right: 5px;
}

.friendly-link-list a{
	color: white;
}

.friendly-link-list a:hover{
	color: #ffebce;
}

.friendly-link-list a:active{
	color: #ffebce;
}

.embellish{
	background-color: white;
	width: 25px;
	height: 2px;
	margin-left: 34px;
	margin-top: -19px;
}

.leftsidebar i{
	float: right;
	line-height: 45px;
}

.leftsidebar .nav>li>a:hover, .nav>li>a:focus{
	text-decoration: none;
	background-color: #ffffff;
	font-weight: bolder;
	width: 100%;
	border: none;
}

.nav-tabs>li>a:hover {
	border-color: #fff #fff #fff;
}

.pc-nav .dropdown-menu .dropdown-menu-level-2{
	margin-left: 0;
	position: fixed;
	left: 44%;
	top: 130px;
	background-color: rgba(53,53,53,0.77);
	/* width: 27%!important; */
	/* padding-left: 30px; */
	padding: 7px 180px 9px 180px;
}

#main-menu{
	/*margin-left: 16%;*/
	/*float: left;*/
}

#main-menu li{
	text-align: center;
	/* border-bottom: 4px solid #e2b870; */
	/* padding: 0 5%; */
	width: 13%;
}

.body-white .pagination>li>a, .pagination>li>span {
	padding: 3px 6px;
	color: #cc983e;
	font-size: 12px;
}

.breadcrumb>.active>a {
	color: #cc983e!important;
}

/*.leftsidebar .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {*/
	/*background-color: #ffffff!important;*/
	/*border-color: #fff!important;*/
/*}*/


.second-level .dropdown-menu li a {
	background-color: white;
	color:black;
	font-size: 15px;
	text-align: left;
	padding-left: 49px;
	line-height: 48px;
	border-top: 1px solid #eaeaea;
}


.second-level .dropdown-menu{
	position: inherit;
	width: 100%;
	padding: 0;
}

.pc-nav .caret{
	margin-top: 22px;
}

.leftsidebar .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #fff;
	border-color: #fff;
}

.pc-nav .navbar-collapse .dropdown-menu{
	width: auto;
}

.pc-nav .dropdown-custom-level-2 {
	float: left;
	width: 138px;
	padding: 6px 0;
	color: white;
	/*background: rgba(53,53,53,0.77);*/
	position: relative;
}
.pc-nav .dropdown-custom-level-2 a span{
	display: none;
}
.pc-nav .menu-item-level-3{
	background-color: transparent;
	height: 31px;
	line-height: 33px;
	width: 113px!important;
}
.pc-nav .menu-item-level-3 a{
	line-height: 12px!important;
	padding: 0!important;
	float: left;
	width: 90px;
}

.leftnav-current{
	background-color: white!important;
	color: #c14337;
}

.leftnav-current a{
	color: #cc983e!important;
	font-weight: bolder!important;
}
.leftsidebar a:hover, a:focus {
	color: #cc983e;
	font-weight: bolder!important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #fff;
	border-color: #fff;
}

.cities-back-color{
	position: absolute;
	background-color: #f7f5f6;
	width: 100%;
	left: -95%;
	top: 0;
	z-index: -1;
	height: 90px;
}

.article-box span{
font-size: 13px;
	text-indent: 2em;
	line-height: 26px;
	color: #656565;
	font-size: 14px!important;
}

.news-main-body img{
	margin: 0 auto!important;
	text-align: center;
	display: inherit;
	max-width: 870px;
}

.news-main-body span{
	font-size: 13px;
	text-indent: 2em;
	line-height: 26px;
	color: #656565;
	font-size: 14px!important;
}

.list-headline{
	color: #515151;
	white-space: nowrap;
	width: 76%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	cursor: pointer;
	font-size: 12px;
}

.list-headline1{
	color: #515151;
	white-space: nowrap;
	width: 248px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	cursor: pointer;
	font-size: 12px;
}

.list-headline:hover, .list-headline1:hover{
	color: #aa8657;
}

.news-headline:hover, .new-cont:hover, .new-cont1:hover{
	color: #aa8657;
}

.mediareport .list-box{
	padding: 11px 0;
}

.body-white .modal-dialog{
	width: 844px;
	padding-top: 75px;
}

.article-one{
	margin-bottom: 10px;
}

#main-menu .nav>li>a {
	line-height: 19px!important;
}

.banner-n{
	width: 100%;
	margin-top: 0px;
	height: 100%;
}

/*.dropdown-menu li{*/
	/*width: 110px!important;*/
/*}*/

.dsekor-linie{
    width: 1px;
	height: 15px;
	background-color: #c3c3c3;
	display: inline-block;
	float: left;
	margin-top: 17px;
}

.dropdown-toggle-2 .dsekor-linie{
	display: none;
}

.leftnav-list{
	width: 39%;
	float: left;
	height: 65px;
	border-bottom: 3px solid #e2b870;
}

.navbarmiddle{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 44.9%;
}

.rightnav-list{
	width: 21%;
	float: right;
	height: 68px;
	margin-top: -68px;
	border-bottom: 3px solid #e2b870;
}

@media (max-width: 1486px){
	.leftnav-list {
		width: 20%;
	}

}
@media (max-width: 1493px){
	.leftnav-list {
		width: 18%;
	}

}
@media (max-width: 1494px){
	.leftnav-list {
		width: 18%;
	}

}
@media (max-width: 1495px){
	.leftnav-list {
		width: 36%;
	}
	.navbarmiddle {
		width: 52.9%;
	}
	.navbar-logo {
		margin-right: 15%;
	}
}

@media (max-width: 1356px){
	.rightnav-list {
		width: 17%;
	}
	.corporate-navbar .navbar-nav>li>a{
		font-size: 13px;
	}
	.body-white .dropdown-menu>li>a{
		font-size: 13px;
	}
}
@media (max-width: 1492px){
	.rightnav-list {
		width: 18%;
	}
}
@media (max-width: 1485px){
	.rightnav-list {
		width: 18%;
	}
}
@media (max-width: 1303px){
	.rightnav-list {
		width: 18%;
	}
}
@media (max-width: 1360px){
	.rightnav-list {
		width: 18%;
	}

}

@media (max-width: 1201px){
	.leftnav-list{
		width: 33%;
	}
	.navbarmiddle {
		width: 63.9%;
	}
}




.news-details-title {
	font-size: 20px;
	padding-bottom: 11px;
	font-family: 微软雅黑!important;
	line-height: 29px;
	color: #1b1b1b;
}


.second-level .dropdown-menu li a i{
	padding-right: 19px;
}

.tri-cities-icon a{
	cursor: auto;
}

/*.news-summary{*/
	/*padding-left: 22px;*/
/*}*/

.tab-content{
	padding-right: 27px;
}

.segmentation-block{
	background-color: white;
	height: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* 3. */
	.tri-cities-two-shots {
		margin-top: 8px;
	}
}
a:focus{outline:none;}

.previous-article{

}

.print-file{
	cursor: pointer;
}

.print-file i{
	color: #e2b870;
	margin-right: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.bb {}

}

@media screen\0 {
	#home .container-cont-box .meiti, .container-cont-box .meiti{
		background-size: 76%;
	}
	#home .container-cont-box .kuaixun, .container-cont-box .kuaixun{
		background-size: 76%;
	}
	#home .container-cont-box .gonggao, .container-cont-box .gonggao{
		background-size: 76%;
	}
	#home .container-cont-box .gonggao:hover, .container-cont-box .gonggao:focus{
		background-size: 76%;
	}
	#home .container-cont-box .kuaixun:hover, .container-cont-box .kuaixun:focus{
		background-size: 76%;
	}
	#home .container-cont-box .meiti:hover, .container-cont-box .meiti:focus{
		background-size: 76%;
	}
	.sancheng-img{
		background-size: 87%;
	}
}

.container-cont-box .meiti:active{
	background: url(../../images/red-meiti.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
}

#tab .meiti-box  .selected {
	background: url(../../images/red-meiti.svg) no-repeat;
	width: 120px;
	height: 37px;
	outline: none;
	text-align: center;
	display: inline-block;
	background-size: 74%;
	cursor: pointer;
}

.moreview{
	float: right;
	line-height: 26px;
	color: #737373;
	font-size: 12px;
}
.moreview img{
	float: right;
	width: 25px;
	height: 25px;
}

.frame-content{
	width: 100%;
}

.coveragemedia{
	width: 50%;
	float: left;
	padding-right: 35px;
}
.alertsjob{
	width: 50%;
	float: right;
	padding-right: 35px;
}

.media-headlines{
	display: inline-block;
	width: 100%;
	margin-bottom: 21px;
}
.modified-line{
	display: inline-block;
	width: 6px;
	height: 18px;
	background-color: #b38b4f;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}

.media-headlines-text{
	color: #c79f62;
	font: 20px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

.headlines-text{
	color: #999;
	float: right;
	font-size: 11px;
	margin-top: 5px;
}
.headlines-text img{
	width: 12px;
	margin-left: 10px;
	height: 22px;
}
.corporatenotice{
	padding-right: 35px;
}

.moreview{
	padding-top:0;
}