<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------[初始化]--------------*/
body {
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑", "Microsoft Yahei" !important;
    min-width: 1300px;
 /*    background: #f6f6f6; */
}
::-webkit-scrollbar {
    width: 0px;
    height: 7px;
}
a {
    color: #444;
}

a:hover {
    color: #d7a746;
}

img, .ani {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

input, textarea, select {
    font-size: 12px;
    color: #444;
    font-family: "微软雅黑", "Microsoft Yahei";
}

input[type='submit'], input[type='reset'], input[type='button'], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
@font-face { 
  font-family: 'sophis'; 
  src: url('../fonts/sophisticate ssi semi bold italic.ttf');
}

@font-face { 
  font-family: 'PAINP'; 
  src: url('../fonts/painp.ttf');
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*布局*/
.wp {
    width: 1200px;
    margin: 0 auto;
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden;
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden;
}

* {
    outline: none;
}

@font-face {
    font-family: 'ShinePersonalUse';
    src: url('../fonts/shine personal use.ttf');
}

/*标题*/

/*按钮*/

/*颜色*/

/*******************************
	-------[=头部]-------
********************************/
#hd .wp .lineUp {
    height: 4px;
    background: #d7a746;
    position: absolute;
    top: 0;
    left: 12px;
    opacity: 0;
	
    -webkit-transition: left .4s, opacity .6s;
    -moz-transition: left .4s, opacity .6s;
    transition: left .4s, opacity .6s;
}
#hd .wp {
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
    height: 100px;
    min-width: 1200px;
    margin: 0 auto;
}

.fhdr {
    transition: all .5s;
    margin-right: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.fhd {
    height: 90px!important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.flogo {
    width: 96px!important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}


#hd {
	overflow:hidden;
    margin-top: -16px;
    height: 102px;
    background: #fff;
    position: relative;
    z-index: 999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

#hd .hdr {
    float: left;
    overflow: hidden;
    padding-top: 30px;
	padding-right:5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.logo {
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    display: block;
    float: left;
	width:22%;
	max-width: 346px;
    height: 100px;
    /* position: relative; */
    /*  border-right: 1px #9e9e9e solid; */
    margin-left:30px;
	 background: url('../fonts/logo-original.svg') center left no-repeat;
    /* background-size: 344px;*/
}

.logo img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index:99;
}
.nav-container{
	max-width: 1500px;
    height: 100px;
    margin: 0 auto;
}
.header-tel{
	position:absolute;
	width: 218px;
    height: 100px;
    top: 0;
    right: 5px;
    background: url('../img/header-phone.png') center center no-repeat;
	/*background-size: 204px;*/
}

 /*@media only screen and (max-width: 1700px){
	 .header-tel {
     display: none!important;
}
 }*/
  

.soBox {
    float: left;
    width: 0;
    height: 30px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 30px;
    margin-top: 6px;
    border-bottom: 1px transparent solid;
}

.soBox .btn, .soBox .sub {
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/sprite.png);
	background-position:-123px -141px;
    cursor: pointer;
   /*  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; */
}

.soBox .btn:hover {
   /*  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; */
    background: url(../img/sprite.png);
	background-position:-123px -108px;
}

.soBox .sub {
    display: none;
}

.soBox .inp {
    width: 100%;
    height: 30px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}

.soBox.open {
    width: 48px;
    border-color: #ccc;
}

.soBox.open .sub {
    display: block;
}

.soBox.open .btn {
    display: none;
}

#hd .share {
    float: left;
    overflow: hidden;
    padding: 6px 13px 0 10px;
}

#hd .share a {
    float: left;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
   /*  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; */
    margin: 0 5px;
}

#hd .share .a-tsina {
    background-image: url(../img/sprite.png);
	background-position: -4px -141px;
}

#hd .share .a-weixin {
    background-image: url(../img/sprite.png);
	background-position: -151px -141px;
	
}

#hd .share .a-tsina:hover {
    background-image: url(../img/sprite.png);
	background-position: -4px -108px;
}

#hd .share .a-weixin:hover {
    background-image: url(../img/sprite.png);
	background-position: -151px -108px;
	
}

#hd .share .a-weixin:hover p {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#hd .btn-enroll {
	box-shadow: 2px -2px 3px 0px #D7D6D6 inset,1px 0px 2px 1px #C6C6C6;
    border: 2px solid #F8B836;
	cursor:pointer;
    display: block;
    float: left;
    width: 121px;
    height: 34px;
	background: white;
    /* background: url(../img/bg1.png) 0 0 no-repeat; */
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    color:#eaae32;
    line-height: 34px;
    text-align: center;
	transition:all .3s;
	-webkit-transition:all .3s;
	-mos-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}

#hd .btn-enroll:hover {
	background:#eaae32;
	border: 2px solid #eaae32;
	color:white;
	box-shadow:1px 0px 2px 1px #C6C6C6;
	transform:translate(0,-2px);
	transition:all .3;
	-webkit-transition:all .3s;
	-mos-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
    opacity: .8;
    filter: alpha(opacity=80);
}
/* 公共右侧 */
.x-zxtc{
    width:100px;
    position:fixed;
    right:0;
    top:16%;
    z-index:9999999;
}

.x-zxtc .x-zxtc-kst {
	height: 92px;
	width: 94px;
	position: relative;
	float: right;
	background:rgba(234,174,50,1);
	transition: .2s;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    cursor: pointer;
}

.x-zxtc .x-zxtc-kst:hover {
	width: 100px;
	background:rgb(233, 162, 16);
}
.x-zxtc .x-zxtc-kst a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.x-zxtc .x-zxtc-tel {
	width: 340px;
	height: 92px;
	float: right;
	background: rgba(56,56,56,1);
	margin-right: -246px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner {
	width: 246px;
	height: 92px;
	float: left
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput {
	width: 227px;
	height: 42px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	margin-top: 24px;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(8,1,3,.2);
	-webkit-box-shadow: 0 0 3px rgba(8,1,3,.2);
	-moz-box-shadow: 0 0 3px rgba(8,1,3,.2)
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput input {
	display: block;
	width: 120px;
	padding: 0 13px;
	height: 42px;
	float: left;
	color: #a4a4a4;
	border: none;
	outline: 0;
	font-weight: 300
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a {
	display: block;
	width: 81px;
	height: 42px;
	float: right;
	line-height: 42px;
	text-align: center;
	background-color:rgba(234,174,50,1);
	font-size: 14px;
	color: #fff;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a:hover {
	background-color:rgb(233, 162, 16);
}

.x-zxtc .x-zxtc-tel:hover {
	margin-right: 0
}

.x-zxtc .x-zxtc-item {
	width: 94px;
	height: 92px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	overflow: hidden
}

.x-zxtc .x-zxtc-item i {
	display: block;
	width: 46px;
	height: 46px;
	margin: 10px auto 0;
    background: url('../img/right-nav.svg') no-repeat;
	background-size: 1032%;
}


.x-zxtc .x-zxtc-backtop {
	width: 94px;
	height: 92px;
	background: rgba(0,0,0,.6);
	float: right;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s
}

.x-zxtc .x-zxtc-backtop:hover {
	width: 100px
}
/* 公共右侧over */
/*********专业*************/

.x-header-major {
	width: 100%;
	background:#D1AB57;
	background-size:cover;
	/*    background: rgb(96,93,93); */
	position:relative;
	
}

.x-header-major * {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.x-header-major .x-header-major-content {
	max-width: 1300px;
	height: 110px;
	margin: 0 auto;
	position: relative
}

.x-header-major .x-header-major-content .x-header-major-content-mk {
	width: 140px;
	float: left;
	height: 110px
}

.x-header-major .x-header-major-content .x-header-major-content-mk&gt;p {
	font-size: 16px;
	padding-top: 36px;
	letter-spacing: 3px;
	text-align: center;
	color: white;
	font-weight: 700
}

.x-header-major .x-header-major-content .x-header-major-content-list {
    max-width: 1200px;
	float: left;
	height: 100%;
	text-align: center;
	font-size: 0
}

.x-header-major .x-header-major-content .x-header-major-content-list li {
    display: inline-block;
    width: 140px;
    padding-top: 59px;
	background-size: 550px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url('../fonts/nav.svg');
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 99;
	text-indent: 6px;
    letter-spacing: 2px;
	/* overflow:hidden; */
}



.x-header-major .x-header-major-content .x-header-major-content-list li span{
	font-size:16px;
	font-weight:800;
	letter-spacing: 2px;
}
.x-header-major .x-header-major-content .x-header-major-content-list li:hover{
   animation:nav_top_span 1s infinite ease-in;
}
.x-header-major .x-header-major-content .x-header-major-content-list li .x-header-major-content-click {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 153px;
	height: 100%;
	transition:all .4s;
}


.x-header-major .x-header-major-content .x-header-major-content-list li .x-header-major-content-list-sl.on .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	opacity: 1
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl {
	top: 110px;
	position: absolute;
	width: 1200px;
	height: 195px;
	background: no-repeat #fff;
	overflow: hidden;
	opacity: 0;
	z-index:-1;
	box-shadow: rgb(96, 93, 93) 0px 0px 30px;
	-webkit-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
	-moz-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
	-o-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
	-ms-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk {
	width: 730px;
	float: left;
	height: 195px;
	padding: 0 10px 0 176px;
	text-align: left;
	color: #333;
	font-weight: 400
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk h3 {
	font-size: 26px;
	padding-top: 16px;
	font-weight: 400
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk p {
	font-size: 17px;
	line-height: 2
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-dl {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #777;
	line-height: 1.5
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn {
	width: 100%;
	text-align: left;
	font-size: 0;
	padding-top: 10px
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a {
	display: inline-block;
    border: 2px solid #D7A745;
    padding: 6px 12px;
    font-weight: 300;
    border-radius: 20px;
    font-size: 15px;
    color: #D7A745;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a:hover {
	border: 2px solid #D7A745;
	background: #D7A745;
	color: #fff
}

.x-header-major .x-header-major-content .x-header-major-content-list li:before {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #D9D9D9;
	position: absolute;
	left: 0;
	top: 30%;
}

.x-header-major .x-header-major-content .x-header-major-content-list li.list-last:after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #D9D9D9;
	position: absolute;
	right: 0;
	top: 30%
}

.x-header-major .x-header-major-content .x-header-major-content-more {
	width: 140px;
	float: left;
	height: 110px
}

.x-header-major .x-header-major-content .x-header-major-content-more a {
	display: block;
	height: 110px;
	background-repeat: no-repeat;
	background-image:url('../fonts/elements.svg');
}

.x-header-major .x-header-major-content .x-header-major-content-more a span {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 58px
}
/***********快捷入口************/
.x-entrance .x-e-content {
/*   border: 1px solid #efefef; */
  max-width: 1200px;
  margin: 0 auto;
  height: 298px;
  min-width:1200px;
}


.x-entrance {
	min-width: 1200px;
    margin:33px 0;
	border-left: none;
	border-right: none
}

.x-entrance * {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.x-entrance .x-e-content .x-e-content-a1 {
	width: 33%;
	float: left;
	height: 298px;
	position: relative;
	/* background-position: center 40px; */
	background-repeat:repeat;
	background-size: 126px;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}


.x-entrance .x-e-content .x-e-content-a1:hover{
	background:url('../img/nav-sprite2-bg-hover.jpg')repeat;
	background-size: 126px;
	animation:x-e-content-a 10s infinite linear;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
	transform: translate(0, -26px);
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:before{
	animation:emBf .3s  ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:after{
	animation:emAf .3s ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk p span:before{
	animation:loadRotate .5s ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover i{
	animation: aniTop 1s infinite ease-in;
}
/* nav-sprite2-bg  animation */
@keyframes x-e-content-a{
	0%{
		background-position:0 0;
	}
	100%{
		background-position:460px 0;
	}
}
/* nav-sprite2-bg-embefore animation */
@keyframes emBf{
	0%{
		top:6px;
	}
	100%{
		top:197px;
	}
}
/* nav-sprite2-bg-emafter animation */
@keyframes emAf{
	0%{
		right:345px;
	}
	100%{
		right:79px;
	}
}
/* nav-sprite2-bg-p-spanbefore animation */
@-webkit-keyframes loadRotate{
  from{
    -webkit-transform:rotateZ(0deg);
  }
  to{
    -webkit-transform:rotateZ(720deg);
  }
}
.x-entrance .x-e-content .x-e-content-a1 i{
	display: block;
    width: 117px;
    height: 103px;
    margin-left: -73px;
    position: absolute;
    top: 37px;
    left: 50%;
    background-image: url('../img/index-sprite2.png');
    background-repeat: no-repeat;
}
.x-entrance .x-e-content .x-e-content-a1 a{
  display: inline-block;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:9;
}
.x-entrance .x-e-content .x-e-content-a1 span.x-e-content-solid {
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #efefef
}

.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk {
	padding-top: 144px
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk p {
	font-size: 16px;
	text-align: center;
	color: gray;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk p {
	font-size: 16px;
	text-align: center;
	color: rgba(176,139,98,1)!important;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}


.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk p span {
    display: inline-block;
    color: #6C6C6C;
    position: relative;
    font-size: 26px;
    letter-spacing: 6px;
    text-indent: 8px;
}


.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1) p span:before {
	content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
	color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1):hover p span:before {
	content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
	color: rgba(176,139,98,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2) p span:before {
	content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
	color: gray;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2):hover p span:before {
	content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
	color: rgba(176,139,98,1);
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3) p span:before {
	content: 'P';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
	color: gray;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3):hover p span:before {
	content: 'P';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
	color: rgba(176,139,98,1);
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}


.x-entrance .x-e-content .x-e-content-a1:hover {
	box-shadow: 0 0 30px #ccc;
	-webkit-box-shadow: 0 0 30px #ccc;
	-moz-box-shadow: 0 0 30px #ccc
}

.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em{
	display: block;
    width: 261px;
    /* float: left; */
    height: 2px;
    /* background: red; */
    margin: 24px 0 0 49px;
    background-color: gray;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em{
	display: block;
    width: 261px;
    /* float: left; */
    height: 2px;
    /* background: red; */
    margin: 24px 0 0 49px;
    background-color: rgba(233,173,56,1);
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em:before {
	content: "";
	display: block;
	width: 20.5px;
	height: 26.63px;
	position: absolute;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAApCAYAAAFRvXkcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAo5JREFUeNpi/A8EDEiABUozwgSYGNAAusB/mMB/bCrAggABxIhsCwtO00GcnzAOTA8jhhUAAcTwHwJOgRSg4f/I2hgIOR0ZGMKM/Y9mpAlMABkwA/F5GAcggBjRAxGbnYxoWBzmSV4g/RmLxg+MeEzlwCe5Cl8g/McVCLLIof4fWzQyoacNIChGjy8GJEX/caYZZA5AAKGH7V8gVscStyA8/z9aLIHANxyKsWF1gokEDwhgYiAP3IRpTCBR4zXkYFUC4vtEaPoNymXITr0HxBrEaMIWV9eBOBCHpv9IJQYDejzCwAL0PIoO8OUfUM7QAuLH2CQBAghvxsMH0P04H0sGZYQG2j9caVWMiOR2Gj2tqpOQVr/BAucD0GIBErzHAwo4kB8TSQyXL7BQ5QTS30nUDC5Z5MmNjmayMhaW8poQjkeODkMSNKKk1T9AzEqEAxVgeZYJqfqTI6bIwJZW7xLQBEqvbNg0gmw1wVfO4CuQcYVwADZF6KAEV0gS0ohu6wJSNJ6HyjHjkMdb5shCA4SXqmUOQIARoxFU1hwG4s1AfBwa32+gciJArAzElkDsB8Q2BBo0OMvjB0BsQ2KmQcbWQHyfmMi4CsQCFFiEjvmhZmK1sJaKFqHjGnQLZ9LQMhieiZxMFYH4AQNtAbioglnIDsS/aGwhFxB/hSXheAbagyjkfPgN2gj/QiPLuIH4FdiXSKn0GA0TzDFc+XAFDSxbQagUpmYWmU5ssT+HCpbNIaWeAYHVFFi2+j+emg8f2EeGZfvwGUhM9XQHiHWQO+k4AKjwuALEKpTWhyDwEYjVgfglDnlxaGOJn9jGIjHgHxBbYQlCK6gcUYAUC2EgH8myfFI1k9s2WQ+lA0nVCADd9HnISGrbfQAAAABJRU5ErkJggg==');background-position: center center;
	background-repeat: no-repeat;
	font-size: 13px;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	line-height: 1.9;
	font-weight: 300;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em:after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 72px;
    right: 79px;
    border-width: 13px 0px 0px 19px;
    border-style: solid;
    border-color: transparent transparent transparent gray;
    position: absolute;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 72px;
    right: 79px;
    border-width: 13px 0px 0px 19px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(233, 173, 56);
    position: absolute;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1) em:before {
    content: '1';
    left: 39px;
    top: 197px;
    background-color:gray;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1):hover em:before {
    content: '1';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2) em:before {
    content: '2';
    left: 39px;
    top: 197px;
    background-color: gray;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2):hover em:before {
    content: '2';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3) em:before {
    content: '3';
    left: 39px;
    top: 197px;
    background-color: gray;
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3):hover em:before {
    content: '3';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
	transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

/********************/
/*******************************
	-------[=导航]-------
********************************/
.nav {
	margin: 0 0 0 240px;
    overflow: hidden;
}
.nav-inner{
	margin: 0 0 0 65px!important;
}

.nav li {
    float: left;
    width: 8.8%;
}

.nav a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #393939;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.nav a:hover, .nav li.on a {
    color: #d7a746;
}

/*******************************
	-------[=banner]-------
********************************/
#banner {
    height: 690px;
}

#banner .slick-slider, #banner .slick-list, #banner .slick-track, #banner .slick-slide {
    height: 100%;
}

#banner .slick-slide {
    outline: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#banner .slick-next, #banner .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    width: 45px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    z-index: 999;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}

#banner .slick-prev {
    left: 50%;
    margin-left: -645px;
    background-image: url(../img/arr-l.png);
}

#banner .slick-next {
    right: 50%;
    margin-right: -645px;
    background-image: url(../img/arr-r.png);
}

#banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

#banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#banner .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

#banner .slick-dots li.slick-active button {
    background-color: #d7a746;
    width: 20px;
}

#banner .item a {
    display: block;
    height: 100%;
}

/*******************************
	-------[=底部]-------
********************************/
/* 联系我们底部 */
.x-footer-contact {
	width: 100%;
	background:url(../img/img-nine-6.jpg) center no-repeat fixed;
	background-size: cover;
}

.x-footer .x-footer-contact .x-footer-contact-item {
	width: 1200px;
	margin: 0 auto;
	padding: 50px;
	overflow:hidden;
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx {
	width: 370px;
	height: 460px;
	float: left;
	background: rgb(234,174,50);
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item {
	width: 320px;
	padding: 30px 15px 0;
	height: 350px;
	background: #fff;
	margin: 0 auto;
	text-align: left
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 {
	padding-bottom: 22px;
	border-bottom: 1px dashed #ccc
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 p {
	width: 48px;
	height: 48px;
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: url('../img/ieyfqpehtf.svg') no-repeat #cfcfcf;margin-right: 14px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 h3 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1;
	padding-top: 2px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 span {
	line-height: 1.4;
	font-size: 26px;
	color: #333
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-btn {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #e1e1e1;
	color: #333;
	text-align: center;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq {
	text-align: center;
	padding-top: 38px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a {
	display: inline-block;
    width: 104px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #EAAE32;
    font-weight: 400;
	color: #EAAE32;
    font-size: 16px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(1):hover{
	box-shadow: 0px 0px 22px #9D7646;
	transform:translate(0,-2px);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(2){
	background-color: #EAAE32;
    color: white;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(2):hover{
	box-shadow: 0px 0px 22px #9D7646;
	transform:translate(0,-2px);
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weibo {
	width: 370px;
	height: 460px;
	float: left;
	margin-left: 45px;
	background: rgb(233,42,32);
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weibo .x-footer-contact-item-weibo-item {
	width: 320px;
	padding: 10px 15px;
	height: 360px;
	background: #fff;
	margin: 0 auto
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin {
	width: 370px;
	height: 460px;
	float: right;
	overflow:hidden;
	/* background: url('../img/hyyssdyek7.jpg') center bottom no-repeat #23ac38 */
	background: rgb(106,200,67);
}
.item5-i-con{
	display: block;
    width: 276px;
    height: 415px;
    margin: 2px auto 0 auto;
    background: url('../img/item5_2.jpg') no-repeat center center;
}
/* .item5-swiper{
	 position: absolute;
    top: 124px;
    left: 48px;
    width: 195px;
    height: 196px;
} */

.item5-ir-val{
	    display: block;
    width: 100%;
    padding-top: 285px;
}
.item5-ir-val &gt; h6{
	display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #333;
    font-weight: 200;
    padding: 9px 0;
}
.item5-ir-val &gt; h4 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 200;
    color: #333;
    font-size: 16px;
    font-weight: 200;
}
.item5-ir-val &gt; hr {
    display: block;
    width: 40px;
    margin: 0 auto;
    border: none;
    margin: 10px auto;
    border-top: 1px solid #333;
}
.item5-ir-val &gt; span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 10px;
    font-weight: 200;
    color: #ccc;
    letter-spacing: .6px;
    padding-top: 8px;
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .x-footer-contact-item-code {
	width: 184px;
	height: 184px;
	margin: 89px auto 0;
	position: relative
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .item5-i-con{
	position:relative;
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .item5-i-con&gt;span {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #20c2ff;
	box-shadow: 0 0 6px rgba(32,194,255,.7);
	-webkit-box-shadow: 0 0 6px rgba(32,194,255,.7);
	-moz-box-shadow: 0 0 6px rgba(32,194,255,.7);
	animation: x-footer-contact-item-select 3s infinite linear;
	-webkit-animation: x-footer-contact-item-select 3s infinite linear;
	-moz-animation: x-footer-contact-item-select 3s infinite linear
}
@keyframes x-footer-contact-item-select {
	0% {
		top:92px
	}

	100% {
		top: 287px
	}
}

@-webkit-keyframes x-footer-contact-item-select {
	0% {
		top:92px
	}

	100% {
		top: 287px
	}
}

@-moz-keyframes x-footer-contact-item-select {
	0% {
		top:92px
	}

	100% {
		top: 287px
	}
}
.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-title {
	height: 70px;
	line-height: 70px;
	padding-left: 76px;
	background: url('../img/ieyfqpehtf.svg') no-repeat;background-size: 70px;
	color: #fff;
	font-weight: 300;
	font-size: 22px
}

/* 联系我们底部 */
.container {
    width: 1200px;
    margin: 0 auto;
}

.newfoot {

    width: 100%;
    min-width: 1206px;
    /* background: #f6f6f6; */
}

.newfoot .h1 {
    background: url(../img/ttt.png) center bottom no-repeat;
    height: 290px;
    text-align: center
}

.newfoot .h1 li {
    display: inline-block;
    position: relative;
    margin-top: 258px;
    height: 27px;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    *display: inline;
    *zoom: 1
}

.newfoot .h1 .murl {
    background: url(../img/zpbt.png) no-repeat;
    background-position: 0 -252px;
    padding-left: 20px;
    padding-right: 50px;
    margin-right: 20px
}

.newfoot .h1 .murl div {
    visibility: hidden;
    opacity: 0;
    display: block;
    background: url(../img/liantu.png) center no-repeat;
    width: 160px;
    height: 160px;
    top: -128px;
    right: -110px;
    position: absolute;
    z-index: 0
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
}

.newfoot .h1 .murl:hover div {
    visibility: inherit;
    opacity: 1;
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;

}

.newfoot .h1 .addr {
    background: url(../img/zpbt.png) no-repeat;
    background-position: 0 -290px;
    padding-left: 25px;
    margin-right: 40px;
    margin-left: 70px
}

.newfoot .h1 .tel {
    background: url(../img/zpbt.png) no-repeat;
    background-position: 0 -320px;
    padding-left: 30px;
    margin-left: 40px
}

.newfoot .h2 {
    width: 100%;
    min-width: 1200px;
    border-top: #7a4621 1px solid;

}

.newfoot .h3 {
    display: block;
    width: 100%;
    min-width: 1200px;
    background: hsla(0, 0%, 15%, 1);
    padding-top: 40px;
    border-top: 2px solid #9e5a46;
    border-bottom: 1px solid #3c3c3c;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.link_cnt a{
	color:#777;
}
.link_cnt a:hover {
    color: #FF6600;
}
/* .newfoot .h3 .cddh {
    width: 1120px;
    margin: 0 auto;
    height: 35px;
    border: #6b6460 solid 1px;
    margin-top: 30px
}

.newfoot .h3 .cddh li {
    width: 160px;
    line-height: 35px;
    float: left;
    color: #6b6460;
    font-size: 18px;
    text-align: center
} */

/* .newfoot .h3 .cddhnr {
    width: 1120px;
    margin: 0 auto;
    margin-top: 10px;
    height: 220px
}

.newfoot .h3 .cddhnr .f-list {
    width: 160px;
    float: left
}

.newfoot .h3 .cddhnr .f-list li {
    font-size: 14px;
    text-align: center;
    line-height: 23px
}

.newfoot .h3 .cddhnr .f-list li a {
    color: #6b6460
} */

.newfoot .h3 .container .o-zhuanye {
    margin: 0 30px 0 34px;
    width: 348px;
}

.newfoot .h3 .container &gt; div {
    display: block;
    height: 361px;
}

.newfoot .h3 .container .f1 {
    float: left;
}

.newfoot .h3 .container .o-title {
    display: block;
    width: 100%;
    padding-bottom: 8px;
}

.newfoot .h3 .container .o-title h3 {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 100%;
    text-align: left;
    font-size: 23px;
    font-weight: 300;
    color: rgba(189, 189, 189, 1);
    padding: 0 0 7px 0;
}

.newfoot .h3 .container .o-title span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 22px;
    height: 2px;
    float: left;
    background: #9e5a46;
}

.o-zhuanye-left {
    display: block;
    width: 160px;
}

.o-list {
    display: block;
    width: 160px;
    text-align: left;
    padding: 6px 0 0 0;
}

.o-list &gt; p.o-listtitle {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 160px;
    text-align: left;
    color: rgba(189, 189, 189, 1);
    font-size: 18px;
    line-height: 2.3;
    font-weight: 200;
    padding-top: 10px;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 7px;
    cursor: default;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.o-list &gt; ul {
    width: 100%;
    text-align: left;
}

.o-list &gt; ul li {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: left;
    color: #3c3c3c;
    font-size: 15px;
}

.o-list &gt; ul li a {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    color: #777;
    font-weight: 200;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.o-list:hover &gt; p.o-listtitle, .o-list &gt; ul &gt; li:hover a {
    color: #ffffff;
    border-color: #b5b5b5;
}

.newfoot .h3 .container &gt; div.o-about, .newfoot .h3 .container &gt; div.o-jiuye {
    margin: 0 30px 0 0;
    width: 160px;
}

.o-list-icon {
    display: block;
    width: 190px;
    position: absolute;
    left: -6px;
    top: 65px;
}

.o-list-icon div {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    background-image: url(../img/icon1.png);
    background-repeat: no-repeat;
}

.slistwechat {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -144px;
    left: 97px;
    visibility: hidden;
    opacity: 0;
    background: url(../img/wxdyh.png) no-repeat left center;
    background-size: cover;
}

.slistwap {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -144px;
    left: 97px;
    visibility: hidden;
    opacity: 0;
    background: url(../img/liantu.png) no-repeat left center;
    background-size: cover;
}

.o-list-tel {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 200px;
    position: absolute;
    top: 113px;
    left: 0px;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1;
    margin-top: -2px;
}

.o-list-tel span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    color: white;
    font-size: 13px;
}

.o-list-add {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 230px;
    position: absolute;
    top: 138px;
    left: 0px;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1;
    margin-top: -2px;
}

.o-list-add span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    font-size: 13px;
    color: white;
}

.newfoot .h3 .container &gt; div.o-baoming {
    width: 175px;
}

.o-form {
    display: block;
    width: 100%;
    padding-top: 5px;
}

.o-form input {
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    display: block;
    width: 144px;
    height: 35px;
    float: left;
    background: #262626;
    border: 1px solid #3c3c3c;
    font-weight: 200;
    outline: none;
    color: #fff;
    padding-left: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 4px 0;
}

.o-form input:hover {
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border: 1px solid #8f695e;
}

.o-form .scform {
    display: block;
    width: 100%;
}

.o-form &gt; p {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 60px;
    height: 30px;
    background: #434343;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #858585;
    margin-top: 186px;
    cursor: pointer;
}

.o-form &gt; p:hover {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;

    background: white;
    color: black;
}

button, input, keygen, select, textarea {
    font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
}

.o-list-icon .o-wechat {
    background-position: -4px -3px;
}

.o-wechat:hover {
    background-position: -4px -42px;
}

.o-wechat:hover .slistwechat {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    visibility: inherit;
    opacity: 1;
}

.o-list-icon .o-qq {
    background-position: -49px -3px;
}

.o-qq:hover {
    background-position: -50px -42px;
}

.o-list-icon .o-weibo {
    background-position: -95px -3px;
}

.o-list-icon .o-weibo:hover {
    background-position: -95px -42px;
}

.o-list-icon .o-wap {
    background-position: 8px -90px;
}

.o-wap:hover .slistwap {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    visibility: inherit;
    opacity: 1;
}

.sitemap {
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 170px;
    background: #262626;
}

.sitemap-box {
    display: block;
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    cursor: default;
}

.sitemap-box div {
    height: 55px;
    line-height: 55px;
	font-size:16px;
    color: #969696;
    display: inline-block;
}

.newfoot .h3 .Copyright {
    text-align: center;
    padding-bottom: 90px;
    line-height: 23px
}

/* 离线宝等fix样式 */
.pcdhk {
    width: 506px;
    height: 404px;
    position: fixed;
    margin: -202px 0 0 -253px;
    left: 50%;
    top: 50%;
    z-index: 999;
    overflow: hidden;
    background: #fff;
    display: none;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 16px #afafaf;
    -moz-box-shadow: 0 0 16px #afafaf;
    box-shadow: 0 0 16px #afafaf
}

.pcdhk .tcc1 {
    width: 100%;
    height: 63px;
    background: url("../img/chatico.png") no-repeat 14px center
}

.pcdhk .tcc1 p {
    height: 63px;
    margin-left: 65px;
    line-height: 63px;
    color: #000;
    font-size: 16px
}

.pcdhk .tcc1 p span {
    color: #f76d02
}

.pcdhk .boxout {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    background: url("../img/close.png") no-repeat center center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.pcdhk .boxout:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pcdhk .tcbanner {
    width: 100%;
    height: 214px;
    background: url("../img/dhkad.jpg") no-repeat center center
}

.pcdhk .tcchat {
    width: 94%;
    height: 40px;
    margin: 0 auto;
    color: #000;
    position: relative
}

.pcdhk .tcchat .phone-info {
    width: 194px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 280px
}

.pcdhk .tcchat .phone-info input {
    width: 130px;
    *width: 118px;
    height: 30px;
    border: 0;
    line-height: 30px;
    background: #CCC;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 12px;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    opacity: .6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.pcdhk .tcchat .phone-info a {
    width: 64px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
    background: #292929;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.pcdhk .tcchat .phone-info a:hover {
    background: #000;
    font-size: 13px
}

.pcdhk .tcchat .tcczx {
    width: 200px;
    height: 40px;
    float: left;
    font-size: 18px;
    line-height: 40px;
    color: #424242;
    background: url("../img/a.png") no-repeat 120px center #fff
}

.pcdhk .tcchat .tcclist {
    float: right;
    height: 40px;
    line-height: 40px
}

.pcdhk .tcchat .tcclist li {
    width: 70px;
    height: 40px;
    float: left;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 17px center;
    list-style: none
}

.pcdhk .tctext1 {
    width: 94%;
    margin: 1px auto 0 auto;
    height: 70px
}

.pcdhk .tctext1 .tctextinner {
    width: 300px;
    height: 70px;
    float: left;
    -webkit-box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    -moz-box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.pcdhk input, .pcdhk textarea {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 13.33px Arial
}

.pcdhk .tctext1 .tctextinner .textarea {
    width: 290px;
    height: 60px;
    margin: 5px 5px;
    float: left;
    color: #cacaca;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    border: 0;
    padding: 3px 0 0 3px;
    display: inline;
    outline: 0;
    max-width: 290px;
    max-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pcdhk .tctext1 a {
    display: block;
    width: 80px;
    height: 70px;
    float: left;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.pcdhk .tctext1 .cccbut {
    height: 70px;
    float: right
}

.pcdhk .tctext1 .cccbut .tcbut {
    background: #d0a972
}

.pcdhk .tctext1 .cccbut .tcbut2 {
    background: #2f1805
}

.pcdhk .tctext1 .cccbut .tcbut:hover {
    opacity: .8
}

.pcdhk .tctext1 .cccbut .tcbut2:hover {
    opacity: .8
}

.chat-swt {
    width: 330px;
    height: 260px;
    background: #fff;
    display: none;
    position: fixed;
    overflow: hidden;
    right: 0;
    bottom: 0;
    /*-webkit-box-shadow: 0 0 35px #000;
    -moz-box-shadow: 0 0 35px #000;
    box-shadow: 0 0 35px #000;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 99999999;
}

.chat-box {
    width: 100%;
    height: 27px;
    position: relative
}

.chat-box .chat-box-1 {
    width: 100%;
    height: 27px;
    display: inline-block;
    float: left;
    font-size: 15px;
    background-color: #3d3f4b;
    color: #888991;
    font-family: "Microsoft yahei";
    line-height: 27px;
    text-indent: 16px;
	text-align:center;
}

.chat-box .chat-box-2 {
    position: absolute;
    display: block;
    left: 3px;
    top: 3px;
    width: 19px;
    height: 19px;
    background-color: #2a2c38;
    moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform .6s;
    -moz-transition: transform .6s;
    -ms-transition: transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s
}

.chat-box .chat-box-2:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.chat-box .chat-box-2:before {
    content: '';
    width: 14px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.chat-box .chat-box-2:after {
    content: '';
    width: 14px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.chat-chat1 {
    width: 100%;
    height: 71px;
    position: relative;
    background: #fff
}

.chat-chat1 .chat-chat1-1 {
    width: 260px;
    height: 43px;
    position: absolute;
    left: 30%;
    top: 10px;
    font-size: 14px;
    margin-left: -82px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #2f1805;
    color: #fff;
    padding: 4px 4px 4px 4px;
    text-indent: 10px
}

.chat-chat1 .chat-chat1-1 .chat-chat1-1-1 {
    width: 7px;
    height: 5px;
    position: absolute;
    left: -7px;
    top: 8px;
    background: url(../img/left.jpg) no-repeat center center
}

.relpy1 {
    width: 100%;
    height: 63px;
    position: absolute;
    bottom: 0;
    background: #8c8c8c;
    overflow: hidden
}

.relpy1 .relpy1-1 {
    width: 245px;
    height: 43px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
    float: left;
    padding: 3px 6px 0 6px;
    margin: 7px 0 0 9px;
    display: inline;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.relpy1 .relpy1-1 textarea {
    float: left;
    display: block;
    border: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    max-height: 43px;
    color: #666;
    font-size: 14px;
    line-height: 21px;
    outline: 0
}

.relpy1 .relpy1-2 {
    display: block;
    width: 46px;
    height: 38px;
    padding: 8px 3px 0;
    float: left;
    text-align: center;
    background-color: #171923;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 7px;
    margin-left: 2px;
    display: inline;
    line-height: 14px;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer
}

.relpy1 .relpy1-2:hover {
    opacity: .8
}

.relpy1 .relpy1-2 .relpy1-2-1 {
    font-size: 14px
}

.relpy1 .relpy1-2 .relpy1-2-2 {
    font-size: 12px
}

.fixed_pc {
    position: fixed;
    top: 35%;
    width: 80px;
    z-index: 987654;
    right: 16px
}

.fixed_pc a {
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 15px;
    background: #2f1805
}

.fixed_pc a:hover {
    background-color: #9a7252
}

.bottomnav {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    position: fixed;
    /*bottom: -80px;*/
	bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.79);
	/*background:url(../img/sdlr_bg.png) no-repeat;*/
	background-size:100% 100%;
    min-width: 1200px;
    z-index: 3000;
}

.bottomnav .consult-left {
    float: left;
    width: 325px;
    padding-left: 37px;
}

.bottomnav .consult-right {
    width: 612px;
    height: 60px;
    position: absolute;
    right: 37px;
    top: 12px;
    color: #fff;
}

.bottomnav .consult-right .right-ph {
    position: absolute;
    top: 12px;
    left: 0;
    height: 50px;
}

.bottomnav .right-ph input {
    float: left;
    margin-top: 5px;
    margin-right: 12px;
    text-align: center;
    width: 241px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: 1px #fff solid;
    background: none;
    color: #fff;
}

.bottomnav .right-ph .rt-btn {
    border-radius: 11px;
    margin-left: -1px;
    width: 180px;
    height: 44px;
    cursor: pointer;
    background-color: #7d4623;
    float: left;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}

.bottomnav .consult-right i {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
    font-size: 30px;
}

.bottomnav .consult-right span {
    margin-right: 28px;
    float: right;
    display: block;
    cursor: pointer;
    font-size: 20px;
    line-height: 42px;
}

.bottomnav .consult-right .right-zx {
    border-radius: 11px;
    height: 42px;
    width: 180px;
    position: absolute;
    left: 442px;
    background-color: #c5956e;
    top: 18px;
}

/*!*less.css*!*/

/*!*Common For Max 960*!*/
/*@media only screen and (max-width: 1900px) {*/

    /*.m-teachers .slick-center .txt {*/
        /*margin-left: auto;*/
    /*}*/

/*}

/*!*Common For Max 960*!*/
/*@media only screen and (max-width: 1199px) {*/

/*}*/

/*!*Common For Max 768*!*/
/*@media only screen and (max-width: 959px) {*/
/*}*/

/*!*Common For Max 480*!*/
/*@media only screen and (max-width: 767px) {*/
/*}*/

/*!*Common For Max 320*!*/
/*@media only screen and (max-width: 479px) {*/
/*}*/

/*
-----------------[公用]--------------*/
/* banner */
.ban-inner {
    height: 600px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
	
}

.fbanner{
	margin-top:-20px;
	transition-duration:all 1.5s;
	-webkit-duration:all 1.5s;
	-ms-duration:all 1.5s;
	-moz-duration:all 1.5s;
	transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
}

.ban-inner.ban-in2 {
    height: 500px;
}

.ban-inner .tit {
    font-size: 100px;
    color: #d09d3d;
    padding-top: 120px;
    margin-bottom: 43px;
    font-weight: bold;
    background: url(../img/ico16.png) center 80px no-repeat;
}

.ban-inner .tit em {
    display: block;
    font-size: 40px;
    font-family: '宋体';
    font-weight: bold;
}

.ban-inner .tit em span {
    display: inline-block;
    position: relative;
    padding: 0 100px;
}

.ban-inner .tit em span:after {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 81px;
    height: 31px;
    background: url(../img/ico17.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ban-inner .tit em span:before {
    position: absolute;
    content: '';
    right: 0;
    top: 7px;
    width: 81px;
    height: 31px;
    background: url(../img/ico18.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
/*ban-in3*/
.ban-inner.ban-in3{
    height: 600px;
}
.ban-inner.ban-in3 .pos{
  margin: 88px 182px 10px 194px;
}
.ban-inner.ban-in3 .next{
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 140px;
    background: url(../img/img-three-1.png) center no-repeat;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-animation: aniTop 1.5s infinite ease-in;
    -o-animation: aniTop 1.5s infinite ease-in;
    animation: aniTop 1.5s infinite ease-in;
}
@-webkit-keyframes aniTop{
    0%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';       
    }
    50%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
@keyframes aniTop{
    0%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';       
    }
    50%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
/*咨询课程详细内容*/
.p-btn-1{
    display: block;
    margin: 0 auto;
    width: 198px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #dda841;
}
.p-btn-1 span{
    position: relative;
    top: -6px;
    left: -6px;
    z-index: 5;
    display: block;
    width: 200px;
    line-height: 50px;
    background-color: #dca436;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.p-btn-1:hover span{
    -webkit-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    -o-transform: translate(5px,5px);
    transform: translate(5px,5px);
}
.bdbg-p1{
    background: url(../img/bg-three-1.png);
}
/* 左侧导航 */
.rmenu{position:fixed;top:46%;left:0;z-index:999;display:block;margin-top:-125px;width:80px;height:351px;}
.ron a{opacity:1!important;
-webkit-transform:translateX(0)!important;
-moz-transform:translateX(0)!important;
transform:translateX(0)!important;
}
.rmenu a{
display:block;
margin-bottom:1px;
width:80px;
height:38px;
text-align:center;
font-weight:300;
font-size:14px;
line-height:38px;
opacity:0;
-webkit-transition:opacity 1.2s,transform .4s,width .2s;
-moz-transition:opacity 1.2s,transform .4s,width .2s;
transition:opacity 1.2s,transform .4s,width .2s;
-webkit-transform:translateX(-100%);
-moz-transform:translateX(-100%);
transform:translateX(-100%);
}
/* .rmenu&gt;.rdh a:hover{
	width:90px;
	-webkit-transition:width .2s;
    -moz-transition:width .2s;
    transition:width .2s;
	background:gray;color:#4c4c4c;
} */
.rmenu&gt;.rdh&gt;a{
	background:#F6F6F6;
	color:#4c4c4c;
}
.rmenu&gt;.rdh a:hover{
	-webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
	color:white;
	width:95px;
	background:rgb(136, 134, 134);
}
.rmenu&gt;.rzy a{
	background:rgb(136, 134, 134);
	color:#fff;
	}
.rmenu&gt;.rzy&gt;.kc:hover{
	-webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
	width:95px;
}	
/* .rmenu&gt;.rzy a:hover{
	width:90px;
	-webkit-transition:width .2s;
    -moz-transition:width .2s;
    transition:width .2s;	
	} */
/* 左侧导航over */
/* 上部专业导航 */
.navigation-down{position:absolute;top:87px;left:0px;width:100%;}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#344157;position:absolute;top:14px;background:rgb(249, 249, 249);}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative}
.navigation-down .nav-down-menu dl{float:left;margin:18px 80px 18px 0}
.navigation-down .menu-1 dl{margin:-5px 80px 14px 0}
.navigation-down .menu-1 dt{font:normal 16px "microsoft yahei";color:#000000;padding-bottom:10px;border-bottom:1px solid #d7a746;margin-bottom:10px;}
.navigation-down .menu-1 dd a{color:#000000;font:normal 14px/30px "microsoft yahei"}
.navigation-down .menu-1 dd a:hover{color:#d7a746}
/* 上部专业导航 */
/* 专业表单 */
/*表单*/
.box-form .list {float: left;width: 660px;}
.box-form .list img {display: block;}
.box-form .tit {height: 61px;line-height: 61px;font-size: 24px;text-align: center;}
.box-form .table {overflow: hidden;}
.box-form .table .item {height: 45px;line-height: 45px;font-size: 14px;}
.box-form .table .item.last {border-bottom-color: transparent;}
.box-form .table div {float: left;text-align: center;}
.box-form .table .d1 {width: 158px;}
.box-form .table .d2 {width: 168px;}
.box-form .table .d3 {width: 172px;}
.box-form .table .d4 {width: 160px;}

.box-form .form {margin-left: 680px;padding-bottom: 40px;}
.box-form .form ul {padding: 30px 40px 0;}
.box-form .form .btn-form {margin: 40px auto 0;display: block;width: 210px;height: 45px;line-height: 45px;color: #fff;font-size: 18px;text-align: center;background-color: #dca436;border: none;cursor: pointer;}
.box-form .form .btn-form:hover {background-color: #b18c62;}
.box-form .form .li-gender {margin-bottom: 38px;text-align: center;font-size: 0;}
.box-form .form .li-gender label {position: relative;margin: 0 24px;display: inline-block;width: 110px;height: 156px;background-position: center center;background-repeat: no-repeat;cursor: pointer;}
.box-form .form .li-gender label.m {background-image: url(../img/ico-hm-1.png);}
.box-form .form .li-gender label.f {background-image: url(../img/ico-hm-2.png);}
.box-form .form .li-gender input {display: none;}
.box-form .form .li-gender em {position: absolute;right: 12px;bottom: 0;display: none;width: 23px;height: 23px;background: url(../img/ico-checked-1.png) center center no-repeat;}
.box-form .form .li-gender .checked em {display: block;}
.box-form .form .li-item {margin-bottom: 20px;}
.box-form .form .d1 {float: left;width: 114px;height: 48px;line-height: 48px;text-align: center;font-size: 14px;}
.box-form .form .d1 em {color: #f01332;font-weight: bold;}
.box-form .form .d2 {margin-left: 115px;padding: 0 13px 0 20px;}
.box-form .form .inp-form {display: block;width: 100%;height: 48px;line-height: 48px;border: none;font-size: 14px;}
.box-form .form .select {position: relative;cursor: pointer;}
.box-form .form .select .cur {display: block;width: 100%;height: 100%;background-position: right center;background-repeat: no-repeat;}
.box-form .form .select .s-list {position: absolute;top: 48px;left: -21px;right: -14px;display: none;z-index: 2;}
.box-form .form .select .s-list a {padding: 0 13px 0 20px;display: block;height: 40px;line-height: 40px;font-size: 14px;}


/* 新弹窗 */
.x-zxtc2 {
	width: 508px;
	height: 407px;
	margin: -230px 0 0 -267.5px;
	position: fixed;
	top: 48%;
    left: 50%;
    z-index:999999;
}

.x-zxtc2 .x-zxyc-inner {
	width: 506px;
	height: 404px;
	overflow: hidden;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	box-shadow:0 0 80px #6b6b6b;
	-webkit-box-shadow:0 0 80px #6b6b6b;
	-moz-box-shadow:0 0 80px #6b6b6b;
}

.x-zxtc2 .x-zxyc-inner .x-zxyc-inner-link {
	width: 100%;
	height: 295px;
	position: absolute;
	top: 0;
	left: 0
}

.x-zxtc2 .x-zxtc2-telinput {
	width: 365px;
	height: 58px;
	position: absolute;
	background: #fff;
	margin-left: -182.5px;
	left: 50%;
	bottom: 20px
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item {
	width: 236px;
	height: 46px;
	margin: 2px auto 0;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	overflow: hidden;
	background: #d7f0ff
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item input {
	display: block;
	width: 126px;
	height: 46px;
	padding: 0 15px;
	outline: 0;
	border: none;
	float: left;
	font-weight: 300;
	color: #7c7c7c;
	font-size: 15px;
	background: 0 0
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item a {
	display: block;
	width: 72px;
	height: 46px;
	float: right;
	background: #1c8bd1;
	color: #fff;
	line-height: 46px;
	font-size: 15px;
	padding-left: 8px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item a:hover {
	background: #197ab6
}

.x-zxtc2 .x-zxtc2-item {
	width: 415px;
	margin: 15px auto 0
}

.x-zxtc2 .x-zxtc2-item ul li {
	height: 32px;
	margin-bottom: 8px
}

.x-zxtc2 .x-zxtc2-item ul li i {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url('../fonts/elements.svg') -356px -72px no-repeat
}

.x-zxtc2 .x-zxtc2-item ul li a {
	display: block;
	width: 278px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	float: left;
	padding-left: 12px
}

.x-zxtc2 .x-zxtc2-item ul li span {
	display: block;
	width: 84px;
	height: 28px;
	line-height: 28px;
	background: #303030;
    color: #FFFFFF;
	float: right;
	text-align: center;
	font-weight: 400;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 2px;
	cursor: pointer
}

.x-zxtc2 .x-zxtc2-item ul li span:hover {
	    box-shadow: 3px 1px 16px #343434;
}

.x-zxtc2 .x-zxtc2-close {
	width: 39px;
	height: 39px;
	position: absolute;
	right: -15px;
	top: -15px;
	background: url('../fonts/elements.svg') -356px -32px no-repeat #333;
	box-shadow: 0 0 10px #333;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.x-zxtc2 .x-zxtc2-item-zxbtn {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 283px
}

.x-zxtc2 .x-zxtc2-item-zxbtn p {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-repeat: no-repeat;
    background-position: center center;
    background-image:url('../img/elements.svg');
	margin: 0 10px;
	cursor: pointer
}
.x-zxtc2-close:hover{
	animation:loadRotate .5s linear;
}
/* 新弹窗 */
/* 底部小导航 */
.rows1 {
    padding: 33px 0 0 0px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg25.jpg);
}
.wp {
    width: 1200px;
    margin: 0 auto;
}
.b-e-b .title{
	margin-top: 61px;
    margin-bottom: 2px;
    text-align: center;
}
.b-e-b .title li {
    display: inline-block;
    margin: 0 58px;
    width: 176px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
}
/* .b-e-b  .title .ative&gt;a, .b-e-b  .title li:hover a {
    background-image: url(../img/xwzx-img1.jpg);
    background-position: 0px 0px;
	transform:translate(0,-5px);
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	box-shadow:0 0 30px #c1c1c1;
} */
.b-e-b .title li a {
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
    display: block;
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
    background: url(../img/xwzx-img0.png) center center no-repeat;
    background-position: 4px 7px;
}
/* 最新弹框 */
.swt_kj{
	width: 590px;
    height: 360px;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-left: -295px;
    margin-top: -179px;
    background: #FFF;
    border-radius: 20px;
    color: #333;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    display: block;
    opacity: 1;
}	
.swt_zc {
    width: 330px;
    height: 360px;
    float: left;
    margin-left: 20px;
}
.swt_wz {
    width: 100%;
    height: auto;
    overflow: hidden;
	padding-top: 16px;
}
.swt_wz p {
    display: block;
    font-size: 15px;
    padding-top: 15px;
}
.swt_wz h2 {
    font-size: 24px;
    line-height: 1.9;
}
.swt_xz {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swt_xz h3 {
    font-size: 14px;
    font-weight: normal;
}
.swt_sj {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px auto;
}
.swt_lb {
    height: 26px;
    float: left;
    padding: 0 16px;
    line-height: 26px;
    margin-right: 10px;
    display: inline;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    cursor: pointer;
}
.swon {
    border: 1px solid #ff7a01;
    background: #ff7a01;
    color: #ff7a01;
    font-weight: bold;
    background: url(../img/swtd.png) no-repeat;
    background-position: right bottom;
}
.swt_zy {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px auto;
}
.swt_lb input {
    display: none;
}
.swtp {
    padding: 0 6px;
}
.swt_sr {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.swt_sr input {
    display: block;
    width: 154px;
    height: 30px;
    line-height: 30px;
    color: #757474;
    margin-right: 5px;
    background: #f5f5f5;
    float: left;
    border: none;
    padding-left: 3px;
    outline: none;
}
.swt_xz h3 span {
    color: #F00;
}
.swt_tj {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.swt_tj input {
    background: #F00;
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    color: #FFF;
    line-height: 40px;
    font-size: 16px;
    float: left;
    margin-right: 9px;
    border: none;
    cursor: pointer;
    border-radius: 0px;
}
.swt_tj a {
    background: #ffcf48;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 9px;
    text-decoration: none;
}
.swt_rc {
    width: 234px;
    height: 360px;
    float: right;
}
.swt_rc img {
    width: 234px;
    height: 360px;
    display: block;
}
.swt_kj .swt_tcgb {
    top: 14px;
    right: 14px;
    width: 22px;
    height: 22px;
    float: right;
    margin-right: -11px;
    margin-top: -12px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    cursor: pointer;
    outline: none;
    position: absolute;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-transition: .6s;
    -ms-transform: rotate(0);
}
.swt_tcgb img {
    width: 22px;
    height: 22px;
}
.swt_kj .swt_tcgb:hover {-webkit-transform:rotate(180deg);transform:rotate(180deg);-ms-transform:rotate(180deg);}
.TcShow {-webkit-animation:TcShow1 1.3s both;animation:TcShow1 1.3s both;}
.TcShow {-webkit-animation:TcShow1 1.3s both;animation:TcShow1 1.3s both;}
/* 关闭弹窗样式 */
@keyframes TcShow1 {0% {-webkit-transform:translate3d(0,-300%,0);transform:translate3d(0,-300%,0);}
50% {-webkit-transform:rotate(3deg);transform:rotate(3deg);}
to {-webkit-transform:none;transform:none;}
}
@-webkit-keyframes TcShow1 {0% {-webkit-transform:translate3d(0,-300%,0);transform:translate3d(0,-300%,0);}
50% {-webkit-transform:rotate(3deg);transform:rotate(3deg);}
to {-webkit-transform:none;transform:none;}
}
.TcOut {-webkit-animation:TcOut1 1.3s both;animation:TcOut1 1.3s both;}
@keyframes TcOut1 {50% {-webkit-transform:rotate(-4deg);transform:rotate(-4deg);}
to {-webkit-transform:translate3d(0,300%,0);transform:translate3d(0,300%,0);}
}
@-webkit-keyframes TcOut1 {50% {-webkit-transform:rotate(-4deg);transform:rotate(-4deg);}
to {-webkit-transform:translate3d(0,300%,0);transform:translate3d(0,300%,0);}
}


</pre></body></html>