/*----------------------------------------------------------------------- 
Start Of Header [*3]
-------------------------------------------------------------------------*/
.header-top-bg {
	background-color: #fff;
	border-bottom: 1px solid #f6f4f4;
}
.top-info li img {
	margin-right: 15px;
}
.top-info li {
	color: #bebebe;
	margin-right: 45px;
	padding: 7px 0px;
}
.header-social .social-list li,
.footer-social .social-list li {
	padding: 7px 0px;
	transition: .3s all ease-in-out;
}
.header-social .social-list li:hover,
.footer-social .social-list li:hover {
	background-color: #d7062c;
}
.header-social .social-list li:hover a span,
.footer-social .social-list li:hover a span {
	color: #ffffff;
	border-color: #d8062c;
}
.search-open {
	overflow: hidden;
}
.navbar-toggle .icon-bar {
	background-color: red;
}
ul.nav.navbar-nav.navbar-right {
	margin-right: 90px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	padding-left: 0;
	padding-top: 28px;
}
.nav>li>a {
	padding: 38px 15px;
	color: #0e0e0e;
	position: relative;
	font-size: 18px;
}

.nav>li>a:hover {
	color: #fff;
	background:linear-gradient(-90deg,#d7062c,#ac0707);
	background-image: url(images/prt2.png);
	box-shadow: 0px 0px 30px 6px rgba(222, 222, 222, 0.3);
}
.nav>li>a:focus, .nav>li>a:hover {
	background:linear-gradient(-90deg,#d7062c,#ac0707);
	
}


.not-stuck {
	position: static;
	transition: .3s all ease-in-out;
}
.stuck {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s all ease-in-out;
	box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.5);
	z-index: 999;
}
.stuck .sb-search {
	transition: .3s all ease-in-out;
}
.wrap,
#main-menu,
.menu-btn-line,
#footer,
.transition {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.navbar-nav li {
	position: relative;
	
}
.menu-dropdown {
	position: absolute;
	position: absolute;
	transform: scaleY(0);
	transform-origin: center top 0;
	transition: all 0.5s ease 0s;
	z-index: 99999;
	background-color: #fff;
	width: 110px;
	top: 93px;
	left: 0px;
	font-size: 16px;
	padding: 10px;
	border-bottom: 2px solid #d7062c;
	box-shadow: 0px 0px 4px 2px rgba(222, 222, 222, 0.5);
}
.menu-dropdown li {
	display: block;
	
}
.navbar-nav li:hover .menu-dropdown {
	transform: scaleY(1);
}
/*--menu-togggle*/

#main-menu li,
.menu-dropdown li{
	display: block;
	transition: .3s all ease-in-out;
	padding: 5px 0px;
}
#main-menu li:hover a,
.menu-dropdown li:hover a {
	color: #d7062c;
}
#main-menu {
	z-index: 99;
	position: fixed;
	left: -280px;
	width: 280px;
	top: 0;
	bottom: 0;
	margin: 0;
	background-color: rgba(189, 4, 4, 0.7);
	border: none;
	border-radius: 0;
	display: none;
}
#main-menu .nav>li>a {
	color: #ffffff;
	padding: 10px;
	text-align: center;
}
#main-menu.opened {
	left: 0;
}

#main-menu .menu {
	margin-top: 40px;
}

.menu-btn {
	height: 35px;
	width: 30px;
	padding: 0 5px;
	position: absolute;
	right: -40px;
	top: 30px;
	cursor: pointer;
	z-index: 3;
}
.stuck.menu-btn {
	top: 30px;
}
.menu-btn-line {
	height: 3px;
	background-color:  rgba(0, 0, 0, .75);
	position: absolute;
}

.menu-btn-line-1 {
	transform: rotate(0deg);
	width: 30px;
	top: 5px;
}

.menu-btn-line-2 {
	top: 15px;
	width: 30px;
	left: 5px;
}

.menu-btn-line-3 {
	transform: rotate(0deg);
	width: 30px;
	top: 25px;
}

.opened-menu .menu-btn-line-1 {
	transform: rotate(-45deg);
	width: 15px;
	top: 11px;
}

.opened-menu .menu-btn-line-2 {
	top: 15px;
	width: 0px;
	left: 9px;
}

.opened-menu .menu-btn-line-3 {
	transform: rotate(45deg);
	width: 15px;
	top: 20px;
}




/*-------------------------------*/
/*           search bar         */
/*-------------------------------*/
.sb-search {
	position: absolute;
	width: 0;
	right: -20px;
	top: 20px;
	min-width: 50px;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search.sb-search-open {
	top: 20px;
	position: absolute;
	width: 95%;
	transition: .5s all ease;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0px;
	border: none;
	outline: none;
	background-color: #ffffff;
	width: 85%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}
input[type="search"].sb-search-input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
	color: #282828;
}

.sb-search-input:-moz-placeholder {
	color: #282828;
}
.sb-search-input::-moz-placeholder {
	color: #282828;
}
.sb-search-input:-ms-input-placeholder {
	color: #282828;
}
.sb-icon-search,
.sb-search-submit {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff;
	/* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
	color: transparent;
	color: red;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #0e0e0e;
	z-index: 90;
	font-size: 18px;
}
.sb-icon-search:before {
	content: "";

}
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 83%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	/*    z-index: 90;*/
}
.sb-search .ti-search:before {
	content: "\e610";
	transition: .5s all ease;
}
.sb-search.sb-search-open .ti-search:before {
	content: "\e646";
	color: red;
	transition: .5s all ease;
}





/*----首页闻----------------*/
/* fixed-main1 */
.fixed-main1{
	width: 1170px;
	margin: 0 auto;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 1px;
	padding-bottom: 6px;
	overflow: hidden;
}
.main1-left{
	float: left;
	padding-right: 4px;
	padding-bottom: 3px;
	width: 880px;
	border-right: 1px solid #e2e2e2;
}
.main1-left .title{
	height: 30px;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 13px;
	padding-top: 2px;
}
.main1-left .title h3{
	float: left;
	width: 79px;
	height: 27px;
	line-height: 27px;
	padding-left: 14px;
}
.main1-left .title h3 a{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.main1-left .title .more{
	float: right;
	line-height: 27px;
	padding-right: 12px;
}
.main1-left .title .more a:link,.main1-left .title .more a:visited{
	font-size: 12px;
	color: #868686;
	padding-right: 12px;
}
.main1-left .title .more a:hover{
	color: #ff7800;
}
.main1-left-content{
	border-left: 1px solid #e2e2e2;
	padding: 5px 0 0 4px;
	overflow: hidden;
}
#huxi{
	width: 578px;
	height: 350px;
	position: relative;
	padding: 4px;
	border: 1px solid #e2e2e2;
	
}
#huxi .tuul{
	list-style: none;
}
#huxi .tuul li{
	position: absolute;
	top: 3px;
	left: 3px;
	display: none;
}
#huxi .tuul li.no1{
	display: block;
}
#huxi .tuul li .huxi-title{
	position: absolute;
	left: 0px;
	bottom:-60px;
	/*background: rgba(0, 0, 0, 0.4);*/
	height: 46px;
	width: 570px;
}
#huxi .tuul li #huxi .tuul li .huxi-title a:visited{
	color: #fff;
	line-height: 36px;
	font-size: 18px;
	padding-left: 6px;
}
#huxi .dianul{
	list-style: none;
	position: absolute;
	right: 7px;
	bottom: 12px;
}
#huxi .dianul li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	background:rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
#huxi .dianul li.cur{
	width: 20px;
	height: 10px;
	border-radius: 6px;
	background:rgba(277, 0, 0, 0.6);
}
.main1-left-content .fr{
	width: 463px;
	padding-right: 5px;
}
.main1-left-content .fr .fr-top{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
}
.main1-left-content .fr .fr-top h4{
	margin-bottom: 4px;
	padding-top: 5px;
	text-align: center;
}
.main1-left-content .fr .fr-top h4 a:link,.main1-left-content .fr .fr-top h4 a:visited{
	font-size: 18px;
	font-weight: bold;
	color: #d30002;
}
.main1-left-content .fr .fr-top p a:link,.main1-left-content .fr .fr-top p a:visited{
	font-size: 13px;
	line-height: 22px;
	color: #7f7f7f;
}
.main1-left-content .fr ul{
	padding-top: 6px;
}
.main1-left-content .fr ul li{
	font-size: 15px;
	line-height: 29px;
	height: 29px;
	border-bottom: 1px dashed #dcdcdc;
}
.main1-left-content .fr ul li a:link,.main1-left-content .fr ul li a:visited{
	float: left;
	color: #333;
	padding-left: 14px;
}
.main1-left-content .fr ul li a:hover{
	color: #ff7500;
}
.main1-left-content .fr ul li span{
	float: right;
	padding-right: 8px;
	color: #999;
}
.main1-right{
	float: right;
	padding-top: 8px;
	padding-right: 13px;
}
.main1-right ul li a:link,.main1-right ul li a:visited{
	display: block;
	width: 262px;
	height: 54px;
	text-indent: -9999px;
}
.main1-right ul li.li2 a:link,.main1-right ul li.li2 a:visited{
	background-position: 0 -234px;
}
.main1-right ul li.li3 a:link,.main1-right ul li.li3 a:visited{
	background-position: 0 -288px;
}
.main1-right ul li.li4 a:link,.main1-right ul li.li4 a:visited{
	background-position: 0 -343px;
}
.main1-right ul li.li5 a:link,.main1-right ul li.li5 a:visited{
	background-position: 0 -398px;
}
.main1-right ul li.li6 a:link,.main1-right ul li.li6 a:visited{
	background-position: 0 -452px;
}
.main1-right ul li a:hover{
	background-position: -270px -181px;
}
.main1-right ul li.li2 a:hover{
	background-position: -270px -234px;
}
.main1-right ul li.li3 a:hover{
	background-position: -270px -288px;
}
.main1-right ul li.li4 a:hover{
	background-position: -270px -343px;
}
.main1-right ul li.li5 a:hover{
	background-position: -270px -398px;
}
.main1-right ul li.li6 a:hover{
	background-position: -270px -452px;
}
/* fixed-main1 */

/*-------------------------------*/
/*          / search bar         */
/*-------------------------------*/
/*----------------------------------------------------------------------- 
End Of Header [*3]
-------------------------------------------------------------------------*/