﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/common/ie.css");/*图标*/
@import url("../css/animate.css");/*动画效果*/
@import url("../css/common/page.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/common/kefu.css");/*02导航*/
@import url("../css/navi/navi_01.css");/*02导航*/
@import url("../css/common/waterfall.css");/* 瀑布流 */
/*@import url("../css/animate.min.css");*//*动画*/

html {
	overflow-x: hidden;
}
.clear{
	clear: both;
}
body{
	overflow: hidden;
}
.header .navbar{
	height: 100%;
}
.header .navbar .pc_menu{
	height: 100%;
}
.header .navbar .pc_menu .pc_logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.header .navbar .pc_menu .pc_logo a{
	display: inline-block;
}
.header .navbar .pc_menu .pc_logo a img{
	max-height: 100%;
}
.header .navbar .pc_menu .language{
	position: absolute;
	top: 50%;
	left: 4%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}
.header .navbar .pc_menu .language ul li{
	color: #999999;
}
.header .navbar .pc_menu .language ul li a{
	color: #999999;
	font-size: 14px;
}
.header .navbar .pc_menu .language ul li a:last-child{
	margin-left: 10px;
}
.header .navbar .pc_menu .language ul li a:first-child{
	margin-right: 10px;
}
@media (max-width:1200px){
	.header{
		height: 80px;
	}
}
@media (max-width:760px){
	.header{
		height: 60px;
	}
}
.open .nav_column{
	width: 20%;
	order: 2;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.open .nav_column .clearfix{
	height: 8%;
	margin: auto;
}
.open .nav_column ul{
	width: 100%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
}

.open .nav_column ul > li{
	width: 100%;
	height: 12.8%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m_nav .nav_column ul > li > a{
	display: none;
}
.open .nav_column ul > li > a{
	color: #333333;
	font-size: 24px;
	display: block;
}
.open .nav_content{
	width: 20%;
	order: 1;
	height: 100%;
	position: relative;
}
.open .nav_content ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: start;
}
.open .nav_content ul.fixed{
	transform: translateX(100%);
}
.open .nav_content .active{
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}
.open .nav_content ul li{
	text-align: center;
	padding: 5%;
}
.m_nav .nav_content ul li a{
	display: none;
}
.open .nav_content ul li a{
	font-size: 18px;
	color: #333333;
	display: block;
}
@media (max-width:1200px){
	.open .nav_column{
		width: 30%;
	}
	.open .nav_content{
		width: 30%;
	}
}
@media (max-width:760px){
	.open .nav_column{
		width: 50%;
	}
	.open .nav_content{
		width: 50%;
	}
	.open.open{
		background-color: #fff;
	}
	.open .nav_column ul > li > a{
		font-size: 18px;
	}
	.open .nav_content ul li a{
		font-size: 14px;
	}
}
.header .navbar .pc_fixed{
	box-shadow: 0 0 13px rgba(0, 0, 0, .13);
}

/* 底部 */
.footer{
	background-color: #f1f1f1;
	padding: 100px 0 130px;
}
.footer .content{
	width: 83.3%;
	margin: 0 auto;
}
.footer .content .boxlist{
	display: flex;
	justify-content: space-between;
}
.footer .content .boxlist .left{
	width: 56.25%;
}
.footer .content .boxlist .left ul{
	display: flex;
	justify-content: space-between;
}
.footer .content .boxlist .left ul >li > a{
	display: block;
	color: #222222;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	font-family: "方正兰亭纤黑";
    font-weight: 100;
}
.footer .content .boxlist .left ul >li > ol >li a{
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 40px;
	font-weight: lighter;
}
.footer .content .boxlist .right{
	width: 30%;
	text-align: right;
}
.footer .content .boxlist .right .footer_logo{
	margin-bottom: 20px;
}
.footer .content .boxlist .right .footer_logo img{
	max-width: 100%;
}
.footer .content .boxlist .right .theme{
	margin-bottom: 30px;
}
.footer .content .boxlist .right .theme span{
	color: #999999;
	font-size: 14px;
	line-height: 40px;
	font-weight: lighter;
}
.footer .content .boxlist .right .theme h1{
	color: #a72126;
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: "方正兰亭纤黑";
    font-weight: 100;
}
.footer .content .boxlist .right .theme p{
	color: #222222;
	font-size: 14px;
	line-height: 40px;
	font-weight: lighter;
	margin-bottom: 20px;
}
.footer .content .boxlist .right .more a{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #cccccc;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	margin-left: 15px;
}
.footer .content .boxlist .right .more p{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #cccccc;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	margin-left: 15px;
	position: relative;
}
.footer .content .boxlist .right .more p:first-child::after{
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	right: auto;
	bottom: 40px;
	width: 120px;
	height: 120px;
	background: url(../images/wx.png) no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: none;
}
.footer .content .boxlist .right .more p:hover:first-child::after{
	display: block;
}
.footer .content .boxlist .right .more a img{
	width: 100%;
}
.footer .content .boxlist .right .more a:hover{
	background-color: #a72126;
}
.footer_bottom{
	border-top: 1px solid rgba(0,0,0,.1);
	background-color: #f1f1f1;
	padding: 40px 0;
}
.footer_bottom .content{
	width: 83.3%;
	margin: 0 auto;
}
.footer_bottom .content .boxlist{
	display: flex;
	justify-content: space-between;
}
.footer_bottom .content .boxlist .left{
	/* display: flex; */
}
.footer_bottom .content .boxlist .left p{
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	font-weight: lighter;
}
.footer_bottom .content .boxlist .left p a{
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	font-weight: lighter;
}

.footer_bottom .content .boxlist .right .friendship{
	position: relative;
}
.footer_bottom .content .boxlist .right .friendship ul{
	margin-bottom: 0;
}
.footer_bottom .content .boxlist .right .friendship ul li{
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	cursor: pointer;
	width: 100%;
	padding-right: 20px;
	position: relative;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.footer_bottom .content .boxlist .right .friendship ul li::after{
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../images/footer_icon04.png) no-repeat;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.footer_bottom .content .boxlist .right .friendship ul .active::after{
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../images/footer_icon04.png) no-repeat;
	transform: translateY(-50%) rotateZ(-180deg);
	-webkit-transform: translateY(-50%) rotateZ(-180deg);
	-moz-transform: translateY(-50%) rotateZ(-180deg);
	-ms-transform: translateY(-50%) rotateZ(-180deg);
	-o-transform: translateY(-50%) rotateZ(-180deg);
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.footer_bottom .content .boxlist .right .friendship ul li:hover a{
	color: #124386;
}
.footer_bottom .content .boxlist .right .friendship ol{
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 10;
	display: none;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.footer_bottom .content .boxlist .right .friendship ol li{
	width: 120px;
	background-color: #ffffff;
	text-align: center;
	line-height: 26px;
}
.footer_bottom .content .boxlist .right .friendship ol li a{
	display: block;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.footer_bottom .content .boxlist .right .friendship ol li:hover{
	background-color: #a72126;
}
.footer_bottom .content .boxlist .right .friendship ol li:hover a{
	color: #ffffff;
}
@media (max-width:1200px){
	.footer .content{
		width: 95%;
	}
	.footer_bottom .content{
		width: 95%;
	}
}
@media (max-width:1000px){
	.footer{
		padding: 80px 0 100px;
	}
	.footer .content .boxlist .right .footer_logo{
		margin-bottom: 10px;
	}
	.footer .content .boxlist .right .theme h1{
		line-height: 30px;
		margin-bottom: 10px;
	}
	.footer .content .boxlist .left{
		display: none;
	}
	.footer .content .boxlist .right{
		width: 100%;
	}
	.footer .content .boxlist .right .theme p{
		line-height: 30px;
		margin-bottom: 10px;
	}
	.footer .content .boxlist .right .theme{
		margin-bottom: 20px;
	}
	.footer_bottom .content .boxlist{
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.footer_bottom .content .boxlist .left{
		width: 100%;
		order: 2;
	}
	.footer_bottom .content .boxlist .right{
		order: 1;
	}
}
@media (max-width:550px){
	.footer .content .boxlist .right{
	    	text-align: left;
	}
	.footer .content .boxlist .right .theme p{
		font-size: 12px;
	}
	.footer .content .boxlist .right .theme span{
		font-size: 12px;
	}
	.footer .content .boxlist .right .theme h1{
		font-size: 18px;
	}
	.footer_bottom .content .boxlist{
		justify-content: flex-start
	}
	.footer{
		padding: 60px 0 80px;
	}
	.footer_bottom{
		padding: 30px 0;
	}
	.footer_bottom .content .boxlist .left p{
		font-size: 12px;
		line-height: 30px;
	}
	.footer_bottom .content .boxlist .left p a{
		font-size: 12px;
		line-height: 30px;
	}
	.footer_bottom .content .boxlist .right .friendship{
		margin-left: 20px;
	}
.footer .content .boxlist .right .more{
    margin-left: 40px;
}
}

p > img{
	max-width: 100%;
}

p > a > img{
	max-width: 100%;
}
p > span > img{
	max-width: 100%;
}