.f_pr {
	position: relative;
}
.f_pa {
	position: absolute;
}
.header, .content, .footer {
	width: 1200px;
	margin: 0 auto;
}
em {
	font-style: normal;
}
.g_top {
	position: absolute;
	left: 0;
	top: 0;
	height: 3.5rem;
	border-bottom: 1px solid rgba(255,255,255,.2);
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	z-index: 15;
	box-sizing: border-box;
}
.container{width:1200px;margin:0 auto;}
.g_top .tlogo {
	float: left;
	width: 27%;
	margin-top:0.8%;
	margin-right: 9%;
}
.g_top .tlogo img {
	width: 100%;
	display: block;
}
.g_nav {
	float: left;
	width: 46%;
	border-right: 1px solid rgba(255,255,255,.2);
	overflow: hidden;
}
.g_nav li {
	position: relative;
	float: left;
	font-size: 0.85rem;
	color: #fff;
	margin: 0 3%;
	text-align: center;
	height: 3.5rem;
	line-height: 3.5rem;
}
.g_nav li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0.1rem;
	background: #c5b07d;
	left: 0;
	bottom: 0;
	transition: all 0.3s linear 0s;
}
.g_nav li a {
	color: #fff;
}
.g_nav li a:hover, .g_nav .cur a {
	color: #c5b07d;
}
.g_nav li:hover:before, .g_nav .cur:before {
	width: 100%;
}
.serico {
	float: right;
	width: 3.9%;
	position: relative;
	height: 3.5rem;
	border-right: 1px solid rgba(255,255,255,.2);
}
.serico em {
	width: 1.5rem;
	height: 1.5rem;
	margin: 1rem auto 0;
	display: block;
}
.serico em img {
	width: 100%;
	display: block;
}
.serico span {
	position: absolute;
	right: 5rem;
	top: 3.5rem;
	width: 20rem;
	transition: all 0.3s linear 0s;
	opacity: 0;
}
.serico:hover span {
	opacity: 1;
	left: -13rem;
}
.s_inp {
	background: url(../images/serbg.jpg) no-repeat;
	background-size: 100%;
	width: 20rem;
	height: 2rem;
	position: relative;
	z-index: 15;
}
.inp01 {
	height: 2rem;
	line-height: 2rem;
	padding-left: 1rem;
	width: 15rem;
	float: left;
	color: #222;
	font-size: 0.7rem;
	border: none;
	background: none;
	font-family: "Microsoft Yahei"
}
.s_ss {
	float: left;
	width: 3rem;
	height: 2rem;
	background: none;
	border: none;
	cursor: pointer;
}
.ttel {
	float: right;
	width: 17%;
	position: relative;
	height: 3.5rem;
}
.ttel em {
	height: 1.5rem;
	margin: 0.8rem auto 0;
	display: block;
	float:left;
	width: 18%;
}
.ttel em img {
	width: 100%;
	display: block;
}
.ttel span {
	/*position: absolute;*/
	right: 0;
	float:right;
	line-height: 3.5rem;
	/*top: 3.5rem;*/
	font-size: 1.3rem;
	color: #c5b07d;
	/*transition: all 0.3s linear 0s;
	opacity: 0;*/
	opacity: 1;
	width: 80%;
	font-weight: bold;
}
.ttel:hover span {
	opacity: 1;
}
.serico:hover em, .ttel:hover em {
	-webkit-animation: hvr-buzz-out 3s infinite linear;
	animation: hvr-buzz-out 3s infinite linear
}
html {
	font-size: 10px;
	-webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
html {
	font-size: 15px;
}
}
@media screen and (min-width: 1280px) {
html {
	font-size: 16px;
}
}
@media screen and (min-width: 1366px) {
html {
	font-size: 17px;
}
}
@media screen and (min-width: 1440px) {
html {
	font-size: 18px;
}
}
@media screen and (min-width: 1600px) {
html {
	font-size: 20px;
}
}
@media screen and (min-width: 1920px) {
html {
	font-size: 24px;
}
}
/*.banner .slick-arrow {
	position: absolute;
	font-size: 0;
	top: 50%;
	z-index: 12;
	width: 100px;
	height: 100px;
	margin-top: -42px;
	border: 0;
}*/
.banner .slick-prev {
	outline: none;
	left: 5%;
	display: none;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -42px;
	font-size: 0;
	border: none;
	z-index: 12;
	background: url(../images/probt1.png) no-repeat;
	width: 30px;
	height: 84px;
}
.banner .slick-next {
	outline: none;
	right: 5%;
	display: none;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -42px;
	font-size: 0;
	border: none;
	z-index: 12;
	background: url(../images/probt2.png) no-repeat;
	width: 30px;
	height: 84px;
}
.banner img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.slick-dots {
	position: absolute;
	left: 0;
	font-size: 0;
	bottom: 5%;
	width: 100%;
	text-align: center;
	outline: none;
}
.slick-dots li {
	display: inline-block;
	margin: 0 15px;
	outline: none;
}
.slick-dots li button {
	display: block;
	border: 0 none;
	width: 15px;
	height: 15px;
	color: #fff;
	border-radius: 50%;
	background-color: #fff;
	outline: none;
	transition: all 0.3s linear 0s;
}
.slick-dots .slick-active button {
	background-color: #c5b07d;
	width: 60px;
	border-radius: 30px;
}
.g_ft2 {
	background: #1d1d1f;
	overflow: hidden;
	box-sizing: border-box;
}
.ftup {
	height: 4rem;
	box-sizing: border-box;
}
.ftup li {
	float: left;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.85rem;
	color: #898989;
	position: relative;
	padding-left: 2rem;
	box-sizing: border-box;
	width:100%;
}

.ftup li i {
	position: absolute;
	width: 2rem;
	height: 2rem;
	left: 0;
	top: 0;
}
.ftup li i img {
	width: 100%;
	display: block;
}
.ftdown {
	padding: 2.5rem 0;
	box-sizing: border-box;
	overflow: hidden;
}
.ftnav {
	float: left;
	width: 60%;
}
.ftnav dl {
	float: left;
	width: 55%;
}
.ftnav dl:nth-child(2) {
	width: 23%;
}
.ftnav dl:nth-child(3) {
	width: 20%;
}
.ftnav dt a {
	display: block;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #fff;
	margin-bottom: 0.8rem;
}
.ftnav dd a {
	color: rgba(255,255,255,.6);
	line-height: 1.25rem;
	font-size: 0.75rem;
	display: block;
}
.ftnav dd a:hover {
	color: #fff;
}
.ftnav dl:nth-child(1) dd a {
	float: left;
	width: 33%;
}
.bean {
	float: left;
	width: 18%;
}
.bean dt {
	display: block;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #fff;
	margin-bottom: 0.8rem;
}
.bean dd li {
	color: rgba(255,255,255,.6);
	line-height: 1.25rem;
	font-size: 0.66rem;
	display: block;
}
.bean dd li a {
	color: rgba(255,255,255,.6);
}
.ftcode {
	float: right;
	width: 10%;
	/*width: 20%;*/
}
.ftcode h3 {
	display: block;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #fff;
	margin-bottom: 1.25rem;
	font-weight: normal;
}
.ftcode li {
	float: left;
	width:100%;
	/*width: 46%;
	margin-right: 8%;*/
}
/*.ftcode li:nth-child(2){margin-right:0;}*/
.ftcode li i {
	display: block;
	width: 100%;
	border-radius: 0.3rem;
	border: 0.4rem solid #d9d7d9;
	box-sizing: border-box;
}
.ftcode li i img {
	width: 100%;
	display: block;
}
.ftcode li em {
	display: block;
	line-height: 1.66rem;
	font-size: 0.66rem;
	color: #fff;
	text-align: center;
}
html {
	font-size: 10px;
	-webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
html {
	font-size: 15px;
}
}
@media screen and (min-width: 1280px) {
html {
	font-size: 16px;
}
}
@media screen and (min-width: 1366px) {
html {
	font-size: 17px;
}
}
@media screen and (min-width: 1440px) {
html {
	font-size: 18px;
}
}
@media screen and (min-width: 1600px) {
html {
	font-size: 20px;
}
}
@media screen and (min-width: 1920px) {
html {
	font-size: 24px;
}
}
.client-2 {
	width: 45px;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
	color: #fff;
}
.client-2 li a {
	text-decoration: none;
	color: #fff;
}
.client-2 li {
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.client-2 li.my-kefu-qq {
	background: #c5b07d url(../images/cimg23.png) center no-repeat;
}
.client-2 li.my-kefu-weixin {
	background: #c5b07d url(../images/cimg24.png) center no-repeat;
}
.client-2 li.my-kefu-tel {
	background: #c5b07d url(../images/cimg25.png) center no-repeat;
}
.client-2 li.my-kefu-shouye {
	background: #c5b07d url(../images/tohome.png) center no-repeat;
	background-size: 26px;
}
.client-2 li.my-kefu-shouye a {
	width: 45px;
	height: 45px;
	display: block;
}
.client-2 li.my-kefu-ftop {
	background: #c5b07d url(../images/returnTop.png) center no-repeat;
}
.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.client-2 li.my-kefu-qq .cont {
	margin: 0;
	background: #c5b07d url(../images/cimg23.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 130px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.client-2 li.my-kefu-tel .cont {
	margin: 0;
	background: #c5b07d url(../images/cimg25.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}
.client-2 li.my-kefu-weixin .cont {
	margin: 0;
	width: 115px;
	padding: 5px;
	border: solid 1px #ccc;
	position: absolute;
	left: -150px;
	top: -44px;
	background-color: #fff;
}
.client-2 li.my-kefu-weixin .cont span {
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1a1a1a;
}
.client-2 li.my-kefu-weixin .cont img {
	width: 115px;
	height: 115px;
}
.client-2 li:hover .cont {
	display: block!important;
}
/* 友情链接 */
.g_link{ height: 3.5rem;background: #1d1d1f;border-top: 1px solid rgba(255,255,255,.1);overflow: hidden;box-sizing: border-box;}

.g_link h2{float:left;height: 3.5rem; line-height:3.5rem;font-size: 14px;  color:#999999;}
.link_c{line-height:3.5rem; overflow:hidden;font-size: 14px; float:left;width:80%;}
.link_c a{ white-space:nowrap; padding:0 2%;float: left; height: 3.5rem; line-height:3.5rem; color:#999999;display: block;}
.link_c a:hover{color:#fff;}