
/* CSS Document */


/* 公用样式*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
	font-family: 'Microsoft Yahei';
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #898888;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ababab;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #898888;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #898888;
}

a {
	cursor: pointer;
	outline: none;
	color: #666;
	text-decoration: none;
}

img {
	border: none;
	}
/*
body{
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}
*/


body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333333;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	smoothing: grayscale;
	-o-smoothing: grayscale;
	font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
}

ol,
ul {
	list-style: none;
}

.width100 {
	width: 100%;
	float: left;
}


/* 公用样式结束*/


/*头部样式开始*/

header {
	border-bottom: 3px solid #c12006;
	height: 100px;
	padding: 0 20px;
    background: rgb(45,50,50);
}
.logo_2{
	display: none;
}
.header {
	margin: auto;
	width: 100%;
	max-width: 1100px;
	height: 100%;
}

.logo {
	margin-top: 9px;
	float: left;
}
.logo img{
	max-height:85px;
}

.nav {
	margin-left: 73px;
	float: left;
}

.nav ul li {
	height: 46px;
	position: relative;
	margin-top: 55px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.nav ul li:after {
	transform: scale(0, 1);
	transition: 0.5s;
	width: 100%;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 1px;
	left: 0;
	height: 7px;
	background: #c12006
}

.nav ul li:hover:after {
	transform: scale(1, 1);
	width: 100%;
}

.nav ul li a {
	font-family: "Constantia";
	font-weight: bold;
	text-transform: capitalize;
	font-size: 19px;
	color: #fff;
	margin: 0 15px;
	padding: 10px 5px;
}
#nav_cn{
	color: #FFFFFF;
	display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 55px;
}
.header_right {
	float: right;
	display: inline-block;
	margin-top: 104px;
}

.header_right span {
	margin: 0 20px;
}

.se {
	float: left;
}

.language {
	font-size: 14px;
	float: right;
}
.language a{
	color: #000000;
}
.language a:hover{
	color: #CCCCCC;
}
nav .active:before {
	width: 100%;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 1px;
	left: 0;
	height: 7px;
	background: #c12006;
}
/*头部样式结束*/
.clear{
	clear: both;
}
/*底部样式开始*/
footer .content{
	max-width:1100px;
	font-size: 16px;
}
footer{
	padding: 0 20px;
	font-family: 'Gothic720BTRomanB';
	background: #c12006;
}
.content{
	margin: auto;
	width: 100%;
	max-width: 1210px;
	height: 100%;
}
.footer_top_left p{
	color: #c0bfc0;
}
.footer_top{
	padding-top:40px;
}
.footer_top p{
	/*line-height: 26px;*/
}
.footer_top_right{
	margin-top: 15px;
}
.form-control{
	padding-left: 10px;
	width: 410px;
	height: 40px;
}
.button{
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #b99f63;
	
}
.button:hover{
	background: #d6b76e;
}
.footer_hr{
	margin-top: 65px;
	width: 100%;
	height: 1px;
	background: #636061;
}
.footer_buttom_left p{
	line-height: 65px;
}
.footer_buttom_right p{
	
	line-height: 62px;
	color: rgba(255,255,255,0.6);
}
.footer_buttom_right{
	background-color:#c12006 ;
}
.footer_line_height li a:hover{
	color: #FFFFFF;
}
.fa{
	color: #b0aeaf;
}
.footer_a1{
	margin-left: 30px;
	margin-right: 5px;
}
.footer_a2{
	margin-left: 5px;
}
.footer_a3{
	margin-left: 30px;
}
.footer_buttom_font a{
	color: rgba(255,255,255,0.6);
}
.footer_buttom_font a:hover{
	color: rgba(255,255,255,1);
}
a .fa:hover{
	color: #FFFFFF;
}
.wechat img {
	max-width: 120px;
	max-height: 75px;
}

.showCode{
	position:relative;
}
.showCode-pic{
	opacity: 0;
	left: -56px;
	line-height: 0 !important;
	background:#fff;
	padding:5px;
	position:absolute;
	bottom:50px;
	transition: all linear 0.5s;
}
.showCode-pic img{
	max-width: 120px;
}
.showCode-pic:after{
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-10px;
	content:"";
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #fff;
}
.showCode:hover .showCode-pic{
	visibility: visible;
	opacity: 1;
	bottom:35px;
}
.footer_top .width_5_float .fonts_white60 ul li a{
	color: rgba(255,255,255,0.6);
}
.footer_top .width_5_float .fonts_white60 ul li a:hover{
	color: rgba(255,255,255,1);
}
/*底部样式结束*/
.width_100_float{
	width: 100%;
	float: left;
}
.width_3_float{
	width: 33.333333333333%;
	float: left;
}
.width_38_float{
	width: 38%;
	float: left;
}
.width_62_float{
	width: 62%;
	float: left;
}
.width_5_float{
	width: 50%;
	float: left;
}
.width_6_float{
    width: 33.3%;
    float: left;
}
.width_45_float{
	width: 45%;
	float: left;
}
.width_55_float{
	float: left;
	width: 55%;
}
.width_25_float{
	width: 25%;
	float: left;
}
.width_5{
	width: 50%;
}
.width_3{
	width: 33.33333%;
	float: left;
}
.text_right{
	text-align: right;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}
.fonts_white{
	color: #fff;
}
.text_uppercase{
	text-transform: uppercase;
}

#project_bar  a{
	display: block;
	position: relative;
}
#project_bar a:after {
	transform: scale(0, 1);
	transition: 0.5s;
	width: 100%;
	content: '';
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	height: 7px;
	background: #c12006;
}
#project_bar  a:hover:after,#project_bar  a.project_bar_active:after{
	transform: scale(1, 1);
}

.text_capitalize{
	text-transform: capitalize;
}
.text_loxercace{
	text-transform:lowercase;
}
.text-center{
	text-align: center;
}
.fonts_20{
	font-size: 18px;
	font-family: "SimHei";
}
.fonts_32{
	font-size: 30px;
}
.fonts_16{
	font-size: 14px;
}
.fonts_18{
	font-size: 16px;
}
.fonts_24{
	font-size: 22px;
}
.clear_bold{
	font-weight: 100;
}
.top_10{
	padding-top: 10px;
}
.text_center{
	text-align: center;
}
.fonts_white60{
	color: rgba(255,255,255,0.6);
}
.footer_title{
	font-size: 16px;
	margin-bottom: 20px;
}
.footer_buttom_right p{
	font-size: 14px;
}
.footer_top .width_5_float {
	font-size: 16px;
}
.footer_line_height li a{
	font-size: 16px;
}
.footer_line_height{

	line-height:28px;
}
.padding-left{
	padding-left: 14px;
}
.padding-right{
	padding-right: 14px;
}

.border_buttom{
	border-bottom: 1px solid  #D2D2D2;
}



/*手机端导航开始*/
.nav2 a{
	display: block;
}
#nav_ac{
	float: left;
	width: 30px;
	height: 30px;
	opacity: 0;
	position: fixed;
	top: 18px;
	right:10px;
}
#nav_ac span, #nav_ac span::before,#nav_ac span::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#nav_ac span::before, #nav_ac span::after {
    content: "";
    display: block;
}
#nav_ac span::after {
    top: 20px;
}
#nav_ac span::before{
	top: 10px;
}
#nav_ac::after {
	top: 10px;
}
.header2{
	border-bottom: 1px solid #C6C6C6;
	position: fixed;
	width: 100%;
	height: 60px;
	background: #393536;
	z-index: 11111;
}
.header2 .header_left .logo a img{
	width: 48.8px;
	height: 40px;
}
.header2 .header_left .logo{
	margin-top: 10px;
	margin-left: 10px;
	height: 50px;
}
.header2 .nav2 {
	background: #393536;

}
.header2 .logo{
	float: none;
}
.header2 .nav2 a{
	padding-left: 10px;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
}
.header2 .nav2 a:focus{
	background: #FFFFFF;
	color: #000000;
}
.header2 {
	display: none;
}



/*show开始*/
#content_show p{
	line-height: 24px;
}
#content_show img{
	max-width: 100%;
	height: auto;
}
#content_show{
	padding-top: 60px;
	padding-bottom: 60px;
}
/*show结束*/


#bmap{
	border:2px solid #c12006;
}