﻿body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
    font-family:'Microsoft YaHei';
	-webkit-text-size-adjust: 100%;
}

a {
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #dc252a;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}
input:focus,
 textarea:focus {

    outline:
none;

}
/*更改bootstrap的css部分*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (min-width: 300px) {
	.container{
		padding:0 15px;
	}
}
@media (min-width: 768px) {
	.container{
		width: 738px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1200px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: auto;
	background-color: #fff;
	position: absolute;
}
.header{
    width: 100%;
    height: 85px;
    padding: 15px 0;
    position: relative;
    top: 0px;
    z-index: 301;
}
.header_menu{
	position: fixed;
    top: 60px;
}
.menu_icon{
	width: 55px;
	height: 55px;
	padding: 10.5px;
	border-radius: 55px;
	border: 2px solid #c7030e;
	position: absolute;
	right: -75px;
	top: 0px;
	cursor: pointer;
	transition: all 0.5s;
	overflow: hidden;
}
.menu_icon ul{
	width: 100%;
	height: 100% !important;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.menu_icon ul li{
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #c7030e;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top:-0.5px;
}
.menu_icon ul li:first-of-type,..menu_icon ul:last-of-type{
	width: 25px;
}
.menu_icon ul li:nth-of-type(1){
	margin-top: -10.5px;
}
.menu_icon ul li:nth-of-type(2){
	margin-top: -5.5px;
}
.menu_icon ul li:nth-of-type(4){
	margin-top: 4.5px;
}
.menu_icon ul li:nth-of-type(5){
	margin-top: 9.5px;
}
.menu_logo .menu_icon ul li:nth-of-type(1){
	animation: menu_logo1 0.5s forwards;
}
.menu_logo .menu_icon ul li:nth-of-type(2){
	animation: menu_logo2 0.5s forwards;
}
.menu_logo .menu_icon ul li:nth-of-type(3){
	animation: menu_logo3 0.5s forwards;
}
.menu_logo .menu_icon ul li:nth-of-type(4){
	animation: menu_logo4 0.5s forwards;
}
.menu_logo .menu_icon ul li:nth-of-type(5){
	animation: menu_logo5 0.5s forwards;
}
@keyframes menu_logo1{
	0{margin-top: -10.5px;transform: rotate(0deg);}
	50%{margin-top: -0.5px;transform: rotate(0deg);}
	100%{margin-top: -0.5px;transform: rotate(45deg);}
}
@keyframes menu_logo2{
	0{margin-top: -5.5px;transform: rotate(0deg);}
	50%{margin-top: -0.5px;transform: rotate(0deg);}
	100%{margin-top: -0.5px;transform: rotate(45deg);}
}
@keyframes menu_logo3{
	0{margin-top: -0.5px;opacity: 1;}
	50%{margin-top: -0.5px;opacity: 0;}
	100%{margin-top: -0.5px;opacity: 0;}
}
@keyframes menu_logo4{
	0{margin-top: 4.5px;transform: rotate(0deg);}
	50%{margin-top: -0.5px;transform: rotate(0deg);}
	100%{margin-top: -0.5px;transform: rotate(-45deg);}
}
@keyframes menu_logo5{
	0{margin-top: 9.5px;transform: rotate(0deg);}
	50%{margin-top: -0.5px;transform: rotate(0deg);}
	100%{margin-top: -0.5px;transform: rotate(-45deg);}
}
.back_logo .menu_icon ul li:nth-of-type(1){
	animation: back_logo1 0.5s forwards;
}
.back_logo .menu_icon ul li:nth-of-type(2){
	animation: back_logo2 0.5s forwards;
}
.back_logo .menu_icon ul li:nth-of-type(3){
	animation: back_logo3 0.5s forwards;
}
.back_logo .menu_icon ul li:nth-of-type(4){
	animation: back_logo4 0.5s forwards;
}
.back_logo .menu_icon ul li:nth-of-type(5){
	animation: back_logo5 0.5s forwards;
}
@keyframes back_logo1{
	0{margin-top: -0.5px;transform: rotate(45deg);}
	50%{margin-top: -0.5px;transform: rotate(0deg);}
	100%{margin-top:-10.5px;transform: rotate(0deg);}
}
@keyframes back_logo2{
	0{margin-top: -0.5px;transform: rotate(45deg);}
	50%{margin-top: -0.5px;transform: rotate(0deg);}
	100%{margin-top: -5.5px;transform: rotate(0deg);}
}
@keyframes back_logo3{
	0{margin-top: -0.5px;opacity: 0;}
	50%{margin-top: -0.5px;opacity: 0;}
	100%{margin-top: -0.5px;opacity: 1;}
}
@keyframes back_logo4{
	0{margin-top: -0.5px;transform: rotate(-45deg);}
	50%{margin-top: -0.5px;transform: rotate(0deg);}
	100%{margin-top: 4.5px;transform: rotate(0deg);}
}
@keyframes back_logo5{
	0{margin-top: -0.5px;transform: rotate(-45deg);}
	50%{margin-top: -0.5px;transform: rotate(0deg);}
	100%{margin-top: 9.5px;transform: rotate(0deg);}
}
.menu_icon:hover{
	background-color: #c7030e;
}
.menu_icon:hover li{
	background-color: #fff !important;
}
.menu_logo .menu_icon{
	border-color: #fff !important;
}
.menu_logo .menu_icon li{
	background-color: #fff !important;
}
@media only screen and (max-width:767px ) {
	.menu_icon{
		transform: scale(0.7);
		right: 7px;
	}
	.header_menu{
		position: fixed;
	    top: 10px;
	}
}
@media only screen and (min-width:768px ) {
	.menu_icon{
		width: 55px;
		height: 55px;
		padding: 10.5px;
		border-radius: 55px;
		border: 2px solid #c7030e;
		position: absolute;
		right: 0px;
		top: 0px;
		cursor: pointer;
		transition: all 0.5s;
		overflow: hidden;
	}
}
@media only screen and (min-width:992px ) {
}
@media only screen and (min-width:1200px ) {
	.menu_icon{
		right: -75px;
	}
}
/*菜单按钮 end end end*/
/*logo的位置大小*/
.logo{
	height: 100%;
	position: relative;
}
.logo img{
	height: 55px;
	position: absolute;
	left: -60px;
	cursor: pointer;
}
.logo img:first-of-type{
	display: none;
}
.menu_logo img:first-of-type{
	display: block !important;
	position: absolute;
	left: -60px;
}
.menu_logo img:last-of-type{
	display: none !important;
}
@media only screen and (max-width:767px ) {
	.logo img{
		width: 240px;
		position: absolute;
		left: -21px;
		cursor: pointer;
		transform: scale(0.7);
	}
}
@media only screen and (min-width:768px ) {
	.logo img{
		width: 240px;
		position: absolute;
		left: 0px;
		cursor: pointer;
	}
}
@media only screen and (min-width:992px ) {
	.logo img{
		width: 240px;
		position: absolute;
		left: 0px;
		cursor: pointer;
	}
}
@media only screen and (min-width:1200px ) {
	.logo img{
		left: -60px;
	}
}
/*logo的位置大小 end end end*/

/*永秀导航*/
.yongxiu_menu{
	width: 100%;
	z-index: 300;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 170px;
	display: none;
}
.yongxiu_menu .menu_bg{
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}
.menu_bg img{
	min-width: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.menu_bg img:first-of-type{
	z-index: 20;
}
.menu_nav{
	width: 100%;
	height: auto;
	border-top:1px solid #fff;
	position: relative;
	z-index: 21;
}
.menu_nav .container{
	position: relative;
}
.menu_navBox{
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 20px;
	position: relative;
	top: -1.5px;
}
.menu_navBox li{
	float: left;
	line-height:56px;
	margin:0 50px;
	cursor: pointer;
	border-top: 3px solid transparent;
}
.menu_navBox li a{
	 color: #fff;
}
.menu_navBox li:first-of-type{
	margin-left: 0;
}
.menu_navBox li:last-of-type{
	margin-right: 0;
}
.menu_navContent{
	width: 100%;
	overflow: hidden;
	margin: 160px auto 0;
	position:relative;
}
.menu_navContent ul{
	display: none;
	margin: 0 auto;
	overflow: hidden;
	opacity: 0.3;
}
.menu_navContent li{
	width: 215px;
	overflow: hidden;
	float: left;
	margin: 0 40px;
	transition: all 0.5s;
}
.menu_navContent li a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.nav_box{
	width: 190px;
	height: 190px;
	padding: 15px;
	border: 2px solid transparent;
	border-radius:50%;
	transition: all 0.5s; 
    margin: 0 auto;
}
.nav_box .nav_img{
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
	border-radius:50%;
	overflow: hidden;
	transition: all 0.5s; 
}
.nav_box .nav_img img{
	width: 100%;
}
.menu_navContent li a h4{
	margin-top: 10px;
	font-size: 18px;
}
.menu_navContent li a:hover .nav_box,.menu_navContent li a:hover .nav_box .nav_img{
	border-color: #c7030e;
}
.languages{
	width: 60px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
	cursor: pointer;
	display: none;
}
.languages a:first-of-type{
	display: block;
	width: 30px;
	border-right: 1px solid #fff;
	float: left;
	color: #c7030e;
}
.languages a:last-of-type{
	display: block;
	width: 30px;
	border-left: 1px solid #fff;
	float: left;
	color: #fff;
}
.menu_logo .languages{
	display: block;
}
.menu_sm{
	width: 100%;
	overflow: hidden;
	display: none;
}
.menu_sm .menu_back{
	width: 100px;
	color: #c7030e;
	font-size: 16px;
	font-weight: bold;
}
.menu_back img{
	width: 16px;
	margin-top: -3px;
}
.menu_sm ul{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	display: none;
}
.menu_sm ul li{
	line-height: 50px;
	border-bottom:  1px solid #777;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
}
.menu_sm ul li a{
	display: block;
	color: #fff;
}
@media only screen and (max-width:767px ) {
	.menu_nav{
		border:none;
	}
	.languages{
		width: 60px;
		height: 15px;
		line-height: 15px;
		overflow: hidden;
		font-size: 14px;
		text-align: center;
		position: absolute;
		right: 65px;
		top: 50%;
		margin-top: -7.5px;
		cursor: pointer;
		display: none;
	}
	.menu_navBox li{
		width: 100%;
		float: none;
		line-height:50px;
		margin:0px;
		font-size: 16px;
		cursor: pointer;
		text-align: center;
		border-bottom: 1px solid #777;
	}
	.menu_logo img:first-of-type{
		display: block !important;
		position: absolute;
		left: -21px;
	}
	.yongxiu_menu{
		padding-top: 110px;
	}
	.menu_navContent{
		display: none;
	}
}
@media only screen and (min-width:768px ) {
	.menu_nav{
		border:none;
	}
	.languages{
		width: 60px;
		height: 15px;
		line-height: 15px;
		overflow: hidden;
		font-size: 14px;
		text-align: center;
		position: absolute;
		right: 75px;
		top: 50%;
		margin-top: -7.5px;
		cursor: pointer;
		display: none;
	}
	.menu_navBox li{
		width: 100%;
		float: none;
		line-height:60px;
		margin:0px;
		cursor: pointer;
		text-align: center;
		border-bottom: 1px solid #777;
	}
	.menu_logo img:first-of-type{
		display: block !important;
		position: absolute;
		left: 0px;
	}
	.menu_navContent{
		display: none;
	}
	.menu_sm ul li{
		line-height: 60px;
	}
	.menu_bg img{
		min-width: 100%;
		height: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.menu_nav{
		width: 100%;
		height: auto;
		border-top:1px solid #fff;
	}
	.menu_logo img:first-of-type{
		display: block !important;
		position: absolute;
		left: 0px;
	}
	.languages{
		width: 60px;
		height: 15px;
		line-height: 15px;
		overflow: hidden;
		font-size: 14px;
		text-align: center;
		position: absolute;
		right: 75px;
		top: 50%;
		margin-top: -7.5px;
		cursor: pointer;
		display: none;
	}
	.menu_navBox li{
		float: left;
		width: auto;
		line-height:60px;
		margin:0 34px;
		cursor: pointer;
		border-top: 3px solid transparent;
	}
	.menu_navBox li:last-of-type{
		border-bottom: none;
	}
	.menu_navContent{
		width: auto;
		overflow: hidden;
		margin: 100px auto 0;
		display: block;
	}
	.menu_navContent li{
		width: 215px;
		overflow: hidden;
		float: left;
		margin: 0 13px;
	}
	.menu_bg img{
		min-width: 100%;
		height: auto;
	}
}
@media only screen and (min-width:1200px ) {
	.menu_logo img:first-of-type{
		display: block !important;
		position: absolute;
		left: -60px;
	}
	.languages{
		right:0;
	}
	.menu_navBox li{
		margin:0 53.3px;
	}
	.menu_navContent{
		width: auto;
		overflow: hidden;
		margin: 160px auto 0;
	}
	.menu_navContent li{
		margin: 0 10px 20px;
	}
}
/*公共底部*/
.footer_common{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.footer_nav{
	width: 100%;
	background: url(../img/footer_nav.png) no-repeat top center;
	margin-top: -20px;
}
.footer_contact{
	width: 100%;
	height: 390px;
	overflow: hidden;
	background: url(../img/images/footer_contact_02.jpg) no-repeat top center;
	background-size:auto 100%;
	text-align: center;
}
.footer_contact h2{
	width: 540px;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin: 105px auto 30px;
}
.footer_contact a{
	display: block;
	width: 180px;
	height: 50px;
	border: 1px solid #fff;
	margin: 0 auto;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
}
.footer_contact a:hover{
	background-color: #c7030e;
}
.footer_content{
	width: 100%;
	height: auto;
}
.footer_xiu{
	width: 125px;
	height: 125px;
	padding: 15px;
	border-radius: 50%;
	background-color: #f9f9f9;
	margin: -45px auto 0;
}
.footer_xiu img{
	width: 100%;
}
.footer_logo{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.footer_logo img{
	width: 185px;
}
.footer_menu{
	margin: 50px 0 40px;
	width: 100%;
	overflow: hidden;
}
.footer_menu ul{
	float: left;
	margin-right: 123px;
}
.footer_menu ul:last-of-type{
	margin: 0;
}
.footer_menu ul a{
	font-size: 14px;
	color: #ababab;
    /*color: #ababab;*/
	line-height: 25px;
	font-weight: normal;
}
.footer_menu ul li{
	width: 100%;
	transition: all 0.5s;
}
.footer_menu ul a:hover{
	color: #dc252a;
}
.footer_menu ul li span{
	display: block;
	width: 20px;
	height: 2px;
	background-color: #dc252a;
}
.footer_menu ul li:first-of-type{
	margin-bottom: 15px;
}
.footer_menu ul li:first-of-type a{
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	line-height: 30px;
}
.footer_menu ul li:hover{
	padding-left: 5px;
}
.footer_menu ul li:first-of-type:hover{
	padding-left: 0px;
}
.footer_bottom{
	width: 100%;
	height: 50px;
	background-color: #dc252a;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
}
.footer_bottom p:first-of-type{
	float: left;
}
.footer_bottom p:last-of-type{
	float: right;
}
@media only screen and (max-width:767px ) {
	.footer_content{
		display: none;
	}
	.footer_contact{
		display: none;
	}
	.footer_bottom{
		width: 100%;
		height: auto;
		padding: 20px 0;
		background-color: #dc252a;
		line-height:20px;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
	.footer_bottom p:first-of-type{
		float: none;
	}
	.footer_bottom p:last-of-type{
		float: none;
	}
	.footer_nav{
		margin-top: 0px;
	}
}
@media only screen and (min-width:768px ) {
	.footer_content{
		display: none;
	}
	.footer_contact{
		display: none;
	}
	.footer_bottom{
		width: 100%;
		height: auto;
		padding: 20px 0;
		background-color: #dc252a;
		line-height:25px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}
	.footer_bottom p:first-of-type{
		float: none;
	}
	.footer_bottom p:last-of-type{
		float: none;
	}
}
@media only screen and (min-width:992px ) {
	.footer_menu ul{
		float: left;
		margin-right: 85px;
	}
	.footer_content{
		display: block;
	}
	.footer_contact{
		display: block;
	}
	.footer_bottom{
		width: 100%;
		height: 50px;
		padding:  0;
		background-color: #dc252a;
		line-height:50px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}
	.footer_bottom p:first-of-type{
		float: left;
	}
	.footer_bottom p:last-of-type{
		float: right;
	}
}
@media only screen and (min-width:1200px ) {
	.footer_menu ul{
		float: left;
		margin-right: 123px;
	}
}