* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
}


/*包含以下五种的链接*/
a {
    text-decoration: none;
    color:#333;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;

}

* ul {
  margin-bottom: 0;
}

* h2 {
  margin: 0;
}

.container-fluid .mask {
  width: 1282px;
}

@keyframes myfirst {
  0% {
    width: 25%;
  }
  100% {
    width: 100%;
  }
}

@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px  #fff, 0 0 30px  #fff, 0 0 40px  #228DFF, 0 0 70px  #228DFF, 0 0 80px  #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}

.con {
  box-shadow: 0px 2px 8px 0px #888888;
  position: fixed;
  top: 0;
  margin-top: 0;
  background-color: #fff;
  z-index: 9999;
  left: 0;
  right: 0;
}

.container-fluid .box1 {
  padding: 0 50px;
}

.container-fluid .box1 .head {
  display: flex;
  height: 63px;
  justify-content: space-between;
  padding-right: 42px;
}

.container-fluid .box1 .head .login {
  display: flex;
  align-items: center;
}

.container-fluid .box1 .head .login .tex {
  position: relative;
}

.container-fluid .box1 .head .login .tex .tp {
  margin-bottom: 12px;
  margin-left: 11px;
  font-size: 14px;
  font-weight: 700;
}

.container-fluid .box1 .head .login .tex .tp1 {
  font-weight: 700;
  top: 15px;
  left: -8px;
  width: 94px;
  position: absolute;
  font-size: 12px;
  transform: scale(0.55);
}

.container-fluid .box1 .head .you {
  font-weight: 900;
  padding-top: 35px;
}

.container-fluid .mask .rox {
  display: flex;
  justify-content: space-between;
  padding: 0 60px 0 64px;
  margin-top: 34px;
  align-items: center;
}

.container-fluid .mask .rox .ty {
  font-size: 18px;
  font-weight: bold;
}

.container-fluid .mask .rox ul {
  display: flex;
}

.container-fluid .mask .rox ul li {
  margin: 0 30px;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.container-fluid .mask .rox ul li:hover {
  color: #339165;
}

.b{
	    height: 2px;
    margin-top: 3px;
    background-color: #fff;
}

.hove{
	display: none;
    z-index: 100;
    left: -113px;
    top: 47px;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #00371d;
    width: 270px;
}

 ul li:hover .hove {
  display: block;
}

 ul li:hover .xian {
  display: block;
  animation: mymove .6s;
}

.mo{
	    z-index: 1;
    position: absolute;
    top: -26px;
    height: 15px;
    background-color: #fff;
    left: 116px;
    width: 50px;
}

.sbs{
	    position: absolute;
    top: -11px;
    height: 9px;
    background-color: #fff;
    left: 116px;
    width: 50px;
}

.tou{
	    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-color: #007E42;
}

.cga{
	    background-color: #fff;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}


.container-fluid .mask .rox .bots .ons {
  text-align: center;
  line-height: 30px;
  display: inline-block;
  width: 80px;
  height: 30px;
  border: 1px solid #505050;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s;
}

.container-fluid .mask .rox .bots .ons:hover{
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
} 

.container-fluid .mask .rox .bots .ons:hover a{
	color: #fff;
}

.container-fluid .mask .rox .bots :nth-of-type(2) {
  background-color: #333;
  color: #fff;
  margin-left: 12px;
}

.container-fluid .mask .rox1 {
  margin-top: 20px;
}

.container-fluid .mask .rox1 .wokr {
	position:relative;
  width: 100%;
}

.qqqq{
	position:absolute;
	width:222px;
	left:183px;
	height:40px;
	top:262px;
}

.qqqq a button{
	width:102px;
	height:35px;
	opacity:0;
}

.container-fluid .mask .rox1 .wokr img {
  width: 100%;
  height:468px;
}

.container-fluid .mask .rox2 {
  position: relative;
  margin-top: 56px;
}

.container-fluid .mask .rox2 h2 {
  text-align: center;
  font-weight: bold;
}

.container-fluid .mask .rox2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}

.container-fluid .mask .rox2 ul li {
  width: 244px;
  height: 343px;
  position: relative;
  cursor: pointer;
}

.container-fluid .mask .rox2 ul li img {
  width: 100%;
  height: 100%;
}

.container-fluid .mask .rox2 ul li .fak {
  position: absolute;
  color: #fff;
  bottom: 25px;
  left: 21px;
  transition: all .7s;
}

.container-fluid .mask .rox2 ul li .fak p {
  font-size: 18px;
}

.container-fluid .mask .rox2 ul li .vod {
  position: absolute;
  bottom: -75px;
  left: 21px;
  transition: all .7s;
}

.container-fluid .mask .rox2 ul li .vod span {
  display: none;
  transition: all .3s;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 7px;
}

.container-fluid .mask .rox2 ul li .vod span:hover {
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}

.container-fluid .mask .rox2 ul li:hover .fak {
  bottom: 90px;
}

.container-fluid .mask .rox2 ul li:hover .vod {
  bottom: 25px;
}

.container-fluid .mask .rox2 ul li:hover .vod span {
  display: inline-block;
}

.container-fluid .mask .rox3 h2 {
  text-align: center;
  font-weight: bold;
}

.container-fluid .mask .rox3 .uox {
  margin-top: 50px;
}

.container-fluid .mask .rox3 .uox .tiel {
  width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.container-fluid .mask .rox3 .uox .tiel span {
  position: relative;
  cursor: pointer;
}

.container-fluid .mask .rox3 .uox .tiel span i {
  position: absolute;
  display: none;
  height: 3px;
  background-color: #04cb94;
  top: 30px;
  width:100%;
}

.container-fluid .mask .rox3 .uox .tiel span:hover i {
  display: block !important; 
  animation: myfirst .6s !important;
}

.container-fluid .mask .rox3 .uox .vox {
  margin-top: 32px;
}

.container-fluid .mask .rox3 .uox .vox .eox {
  display: flex;
}

.container-fluid .mask .rox3 .uox .vox .eox .left {
  position: relative;
  width: 305px;
  height: 325px;
}

.container-fluid .mask .rox3 .uox .vox .eox .left img {
  width: 100%;
  height: 100%;
}

.container-fluid .mask .rox3 .uox .vox .eox .left .yox {
  position: absolute;
  top: 57px;
  left: 35px;
  right: 40px;
}

.container-fluid .mask .rox3 .uox .vox .eox .left .yox h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
}

.container-fluid .mask .rox3 .uox .vox .eox .left .yox p {
  font-size: 16px;
  margin-bottom: 30px;
}

.container-fluid .mask .rox3 .uox .vox .eox .left .yox i {
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 47px;
}

.container-fluid .mask .rox3 .uox .vox .eox .left .yox .boe span {
  display: inline-block;
  width: 80px;
  height: 28px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #339165;
  box-sizing: border-box;
  cursor: pointer;
}

.container-fluid .mask .rox3 .uox .vox .eox .left .yox .boe :nth-of-type(1) {
  color: #339165;
  background-color: #fff;
}

.container-fluid .mask .rox3 .uox .vox .eox .left .yox .boe :nth-of-type(2) {
  background-color: #339165;
  color: #fff;
  margin-left: 12px;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul {
  display: flex;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li {
  position: relative;
  text-align: center;
  background-color: #fff;
  width: 236px;
  height: 325px;
  padding-top: 28px;
  border-left: 1px solid #dcdcdc;
  cursor: pointer;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li .lox {
  width: 100%;
  position: absolute;
  top: 69px;
  transition: all .5s;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li .lox p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 23px;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li .lox span {
  font-size: 16px;
  display: block;
  color: #444;
  margin-top: 12px;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li .ols {
  opacity: 1;
  transition: all .5s;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li .wox {
  position: absolute;
  bottom: -39px;
  width: 100%;
  opacity: 0;
  transition: all .5s;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li .wox span {
  display: none;
  width: 99px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #339165;
  box-sizing: border-box;
  cursor: pointer;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li .wox :nth-of-type(1) {
  color: #339165;
  background-color: #fff;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li .wox :nth-of-type(2) {
  background-color: #339165;
  color: #fff;
  margin-left: 12px;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li:hover .ols {
  opacity: 0;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li:hover .lox {
  top: 15px;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li:hover {
  box-shadow: 0 0 15px #ccc;
  z-index: 100;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li:hover .wox {
  opacity: 1;
  bottom: 25px;
}

.container-fluid .mask .rox3 .uox .vox .eox .right .pox ul li:hover .wox span {
  display: inline-block;
}

.container-fluid .mask .rox4 h3 {
  font-size: 26px;
  text-align: center;
  margin-top: 48px;
}

.container-fluid .mask .rox4 h4 {
  font-size: 22px;
  text-align: center;
  margin-top: 32px;
}

.container-fluid .mask .rox4 h4 span {
  color: #00793e;
}

.container-fluid .mask .rox5 {
  color: #fff;
  display: flex;
}

.container-fluid .mask .rox5 .nus {
  width: 600px;
  padding-right: 140px;
  border-right: 2px solid #89898a;
}

.container-fluid .mask .rox5 .nus p {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.container-fluid .mask .rox5 .nus span {
  font-size: 12px;
  display: block;
  line-height: 1.7;
}

.container-fluid .mask .rox5 .rus {
  width: 600px;
  padding-left: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-fluid .mask .rox5 .rus .sox h2 {
  font-weight: bold;
}

.container-fluid .mask .rox5 .rus .sox :nth-of-type(1) {
  margin-bottom: 21px;
}

.container-fluid .mask .rox5 .rus .sox :nth-of-type(2) {
  margin-bottom: 56px;
}

.container-fluid .mask .rox5 .rus .kox .ms {
  width: 155px;
  height: 155px;
  margin-top: 30px;
}

.container-fluid .mask .rox5 .rus .kox .ms img {
  width: 100%;
  height: 100%;
}

.container-fluid .mask .rox5 .rus .kox p {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.container-fluid .mask .rox6 {
  height: 71px;
  line-height: 71px;
}

.container-fluid .mask .rox6 p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

/* 了解更多 */
.seek-phone{
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    color: #434343;
}
.seek-phone h3{
    font-size: 24px;

}
.seek-phone p{
    font-size: 22px;
    margin-top: 14px;
}


footer{
	width: 100%;
	height: 440px;
	background: url(../img/footer-bjtp.jpg) no-repeat 0 0;
	overflow: hidden;
    /* max-width: 1423px; */
	background-size:100%;
	margin: 0 auto;
}
.footer-left{
	width: 50%;
	height: 380px;
	float: left;
	color: #fff;
}
.footer-left .footer-left1{
	margin: 34px 0 0px 100px;
	border-right: 1px solid #89898a;
    padding-bottom: 20px;
}
.footer-left h3{
	font-family: "宋体";
	font-size: 16px;
	font-weight: normal;
	padding-top: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.footer-left .footer-left-s{
	font-family: "宋体";
	font-size: 12px;
	display: block;
	width: 484px;
	line-height: 22px;
}
.footer-left span{
	font-family: "宋体";
	font-size: 14px;
	display: block;
	width: 484px;
	line-height: 24px;
}
.footer-right{
	width: 50%;
	height: 380px;
	float: left;
	color: #fff;
}
.footer-right-l{
	width: 410px;
	float: left;
	margin-left: 56px;
	margin-top: 88px;
}
.footer-right-l h2{
	font-family: "微软雅黑";
	font-size: 29px;
	margin: 12px 0;
}
.footer-right-l .footer-phone{
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
    margin-top: 35px;
	display: inline-block;
}
.footer-right-l .footer-phone i{
	display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/ph.png) no-repeat 0 0;
    vertical-align:middle;
    margin-right: 10px;
}
.footer-right-r{
	width: 146px;
	float: left;
	text-align: center;
}
.footer-right-r img{
	margin-top: 104px;
}
.footer-right-r span{
	font-family: "微软雅黑";
	font-size: 18px;
	display: inline-block;
	margin-top: 16px;
}
.footer-bottom{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	float: left;
}
.footer-bottom a{
	color: #fff;
}
