﻿@charset "utf-8";
/* CSS Document */
*{padding:0; margin: 0;}
body{ font-size:14px; color: #333; background: #fff;  font-family: "微软雅黑"; padding:100px 0 0; margin: 0;}
ul,li,dl,dt,dd{list-style:none;}
h1,h2,h3,h4,h5,h6{ text-align: center;}
a{ color:#333; text-decoration: none;}
a:hover{ color:#333;}
img{border:0;}
input{ border:0; outline: none;}
.left{float:left; display: inline;}
.right{float:right; display: inline;}
.clear{height:0; line-height: 0; font-size:0; width: 100%; clear:both;}

.top-float{position:fixed; top: 0; left: 0; z-index: 10; width: 100%; background: #fff; box-shadow: 1px 1px 30px #ccc;}
.top{width:1200px; margin: auto; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center;}
.logo{}
.nav{width: 710px; }
.nav-menu{ display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%;}
.nav-menu li{font-size:18px; color: #000; height: 100px; line-height: 100px; width: 110px; text-align:center;}
.nav-menu li.hover{background: #ffbc1b; }
.nav-menu li a{width: 100%; height: 100%; display: block;}
.nav-menu li .nav-down{position: absolute; z-index: 1; left: 0; top: 100px;  width: 100%; background: #ffbc1b;  display:none;}
.nav-menu li .nav-down ul{display: flex; flex-flow: row nowrap; justify-content: center; align-items: center;  height: 70px;}
.nav-menu li .nav-down li{width:160px; height: 44px; line-height: 44px; border-radius: 22px; text-align: center; background: #fff; font-size:18px; color: #000; margin: 0 10px;}
.nav-menu li .nav-down li a{width:100%; height: 100%;}
.banner-index{width:100%; height:700px; position: relative;}
.banner-index .banner-bd li:nth-child(1){width:100%; height:700px; background: url(../images/banner-hd.jpg) center center no-repeat;}
.banner-index .banner-bd li:nth-child(2){width:100%; height:700px; background: url(../images/banner-index.jpg) center center no-repeat;}
.banner-index .banner-hd{display:flex; flex-flow: row nowrap; justify-content: center; position: absolute; z-index: 1; left: 0; bottom:30px; width: 100%;}
.banner-index .banner-hd li{width:80px; height: 10px; background: #383838; margin: 0 10px; font-size:0;}
.banner-index .banner-hd li.on{ background: #ffbc1b;}

.youshi-bg1{background: #383838; height: 157px; width: 100%;}
.youshi-bg1 .youshi{width:1200px; height: 100%; margin: auto; display: flex; flex-flow: row nowrap; justify-content:center; align-items: center; }
.youshi-bg1 .youshi li{text-align:center; margin: 0 75px; }
.youshi-bg1 .youshi li span{color:#ffbc1b; font-size:24px; font-weight: bold;}
.youshi-bg1 .youshi li span strong{font-size:50px;}
.youshi-bg1 .youshi li p{font-size:18px; color: #fff;}

.ke{ width: 1200px; margin: 90px auto 0;}
.ke-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.ke-tit-text{ text-align: center; margin: 10px 0;}
.ke-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.ke-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.ke-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.ke-tit-desc{text-align:center; font-size:18px; color:#666;}
.ke-con{margin-top:30px;}
.ke-con-tab{ display: flex; flex-flow: row nowrap; justify-content: center; }
.ke-con-tab a{font-size:22px; color: #1c1c1d; width: 140px; height:58px; line-height: 58px; text-align:center; border:2px solid #000; margin: 0 15px;}
.ke-con-tab a.on{background:#ffbc1b;}
.ke-con-all {margin-top:25px;}
.ke-con-all ul{display:flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; width: 100%; height: 645px; overflow: hidden;}
.ke-con-all ul a img{display:block; width: 592px;}

.team{width:1200px; margin: 130px auto 0;}
.team-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.team-tit-text{ text-align: center; margin: 10px 0;}
.team-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.team-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.team-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.team-tit-desc{text-align:center; font-size:18px; color:#666;}
.team-con{width:100%; margin-top: 65px; display: flex; flex-flow: row nowrap; justify-content: space-between;}
.team-con a{display: block; width: 286px; height: 490px; text-align: center; color: #1c1c1d;}
.team-con a.hover,.team-con a:hover{background:#ffbc1b;}
.team-con a img{display:block; width: 100%; height: auto;}
.team-con a strong{font-size:21px; margin-top: 30px; margin-bottom: 10px; display: block;}
.team-con a p{font-size:16px;}
.team-more{ width: 330px; height: 54px; border-radius: 25px; background: #ffbc1b; display: block; margin: 65px auto 0; font-size:21px; font-weight: bold; text-align: center; line-height: 54px;}
.team-more:hover{background: #383838; color: #ffbc1b;}

.about-bg{width:100%; margin-top: 115px; background: #ffbc1b; height:382px;}
.about{width:1200px; margin:0 auto; position: relative; padding-top: 70px;}
.about-tit-line{width:70px; height: 3px; background: #dddfde; margin: auto;}
.about-tit-text{ text-align: center; margin: 10px 0;}
.about-tit-text span:nth-child(1){ font-size:30px; color: #dfddd5;}
.about-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.about-tit-desc{text-align:center; font-size:30px; font-weight: bold; color:#060606;}
.about-con{width:1160px; height: 297px; padding:50px 20px; margin-top: 48px; background: #fff; display: flex; flex-flow: row nowrap; justify-content: space-around; align-items:center;}
.about-info{width:780px; height: 297px; display: flex; flex-flow: column nowrap; justify-content: space-between;}
.about-info p{font-size:18px; color: #1c1c1d; line-height: 1.8;}
.about-xx{position: absolute; left: 68px; top: -161px;}
.about-more a{width:140px; height: 40px; line-height: 40px; text-align: center; background: #ffbc1b; border-radius: 20px; display: block; font-size:18px; color: #fff; margin: auto;}
.about-more a:hover{background: #383838; color: #ffbc1b;}

.bg-black{background:#1c1c1d; width: 100%; padding-top:400px;}
.fenwei{width:1200px; margin: auto; position: relative;}
.fenwei-ico{position: absolute; left: -170px; top: 50px;}
.fenwei-con{width:100%; height: 624px; margin:60px auto 0;}

.zuopin1{width:1200px; margin:125px auto 0;}
.zuopin1 .zuopin-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.zuopin1 .zuopin-tit-text{ text-align: center; margin: 10px 0;}
.zuopin1 .zuopin-tit-text span:nth-child(1){ font-size:30px; color: #dddfde;}
.zuopin1 .zuopin-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.zuopin1 .zuopin-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.zuopin1 .zuopin-tit-desc{text-align:center; font-size:18px; color:#666;}
.zuopin1 .zuopin-con{margin-top:30px;}
.zuopin1 .zuopin-con-tab{ display: flex; flex-flow: row nowrap; justify-content: center; }
.zuopin1 .zuopin-con-tab a{font-size:18px; color: #fff; width: 113px; height:47px; line-height: 47px; text-align:center; border:1px solid #333; margin: 0 10px;}
.zuopin1 .zuopin-con-tab a.on{background:#ffbc1b; color: #1c1c1d;}
.zuopin1 .zuopin-con-all {margin-top:25px; position:relative;}
.zuopin1 .zuopin-con-all ul{display:flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; width: 100%; height: 575px; overflow: hidden; position: absolute; z-index: 2;}
.zuopin1 .zuopin-con-all ul li{width:390px; height:274px; overflow: hidden;}
.zuopin1 .zuopin-con-all ul a{display:block; width: 100%; height: 100%;}
.zuopin1 .zuopin-con-all ul a img{display:block;}

.jiuye{ margin-top:130px; position: relative; width: 100%;}
.jiuye-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.jiuye-tit-text{ text-align: center; margin: 10px 0;}
.jiuye-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.jiuye-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.jiuye-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.jiuye-tit-desc{text-align:center; font-size:18px; color:#666;}
.jiuye-con{width:1200px; margin:70px auto 0; display: flex; flex-flow: row nowrap; justify-content: space-between; position: relative;}
.jiuye-con-bd{width:890px;}
.jiuye-con-bd li{width:100%; height: 328px; position: relative; overflow: hidden;}
.jiuye-con-img img{width:263px; height: 328px;}
.jiuye-con-info{width:600px; height:177px; padding: 30px; position: absolute; top: 50px; left: 230px; z-index: 1; background: #bfbfbf; opacity: 0.9; }
.jiuye-con-info span{font-size:17px; color: #000; display: block;}
.jiuye-con-info strong{font-size:14px; color: #686868; display: block; margin: 10px 0 20px;}
.jiuye-con-info p{width:540px; font-size:14px; color: #333; font-family: "宋体"; line-height: 2.2;}
.jiuye-con-hd{width:266px; height: 328px; display: flex; flex-direction: column; justify-content:space-between; position: absolute; right: 0; z-index: 2;}
.jiuye-con-hd li{width:100%; height: 96px; background: #c9c8c8; display: flex; flex-flow: row nowrap; justify-content:center; align-items: center;}
.jiuye-con-hd li:hover{cursor:pointer;}
.jiuye-con-hd li.on{background: #ffbc1b;}
.jiuye-con-hd li .jiuye-con-ico img{width:49px; height: 49px; border-radius: 50%;}
.jiuye-con-hd li .jiuye-con-name{width:110px; margin: 0 10px;}
.jiuye-con-hd li .jiuye-con-name span{font-size:16px;  color: #000;}
.jiuye-con-hd li .jiuye-con-name p{font-size:12px;  color:#161616; margin-top: 5px;}
.jiuye-con-hd li .jiuye-con-numb{font-size:55px; font-family: "Impact"; color: #d4d4d4;}
.jiuye-con-hd li.on .jiuye-con-name span{color: #fff;}
.jiuye-con-hd li.on .jiuye-con-name p{ color:#fff;}
.jiuye-con-hd li.on .jiuye-con-numb{ color: #ffca62;}
.jiuye-con-next{width:38px; height: 38px; line-height: 38px; text-align: center; background: #ffbc1b; position: absolute; right:310px; top: 150px; z-index: 2; font-size:14px; font-family: "宋体"; cursor: pointer;}
.jiuye-zixun{color: #1c1c1d; font-size:25px; width:220px; height: 50px; line-height: 50px; text-align: center; display:block; margin:70px auto 0; background: #ffbc1b; border-radius: 20px;}
.jiuye-zixun:hover{background:#fff;}

.rongyu{margin-top:140px;}
.rongyu-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.rongyu-tit-text{ text-align: center; margin: 10px 0;}
.rongyu-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.rongyu-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.rongyu-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.rongyu-tit-desc{text-align:center; font-size:18px; color:#666;}
.rongyu-con{width:1200px; margin:60px auto 0;  position: relative;}
.rongyu-con ul{}
.rongyu-con li{width:295px; height: 358px; margin-right: 10px;}
.rongyu-con li img{width:100%; height: 100%;}
.rongyu-pre,.rongyu-next{width:38px; height: 38px; line-height: 38px; text-align: center; background: #ffbc1b; position: absolute; top: 160px; z-index: 2; font-size:20px; font-family: "宋体"; cursor: pointer;}
.rongyu-pre{left:15px;}
.rongyu-next{right:10px;}

.baoming{margin-top:100px; background: #1c1c1d; padding: 40px 0 65px; }
.baoming-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.baoming-tit-text{ text-align: center; margin: 10px 0;}
.baoming-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.baoming-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.baoming-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.baoming-tit-desc{text-align:center; font-size:18px; color:#666;}
.baoming-con{width:1200px; margin:45px auto 0;}
.baoming-con ul{ display: flex; flex-flow: row nowrap; justify-content:space-between;}
.baoming-con ul li{}
.baoming-con ul li label{font-size:20px; color: #fff; display: block; margin-bottom: 10px; padding-left: 10px;}
.baoming-con ul li input{width:340px; height: 75px; line-height: 75px; border:1px solid #fff;  padding-left: 20px; font-size:20px; color: #fff; background: none;}
.baoming-con dl{ margin-top: 70px;}
.baoming-con dl dt{font-size:20px; color: #fff; padding-left: 10px;}
.baoming-con dl dd{display:flex; flex-flow: row nowrap; justify-content: space-between; margin-top: 35px;}
.baoming-con dl dd p{font-size:20px; color: #fff;}
.baoming-con dl dd p input{ margin-right: 20px; width: 22px; height: 22px; vertical-align: middle;}
.submit{width:202px; height: 50px; background: #ffbc1b; font-size:24px; color: #1c1c1d; font-weight: bold; text-align: center; line-height: 50px; border-radius: 25px; margin:60px auto 0; cursor: pointer; display: block;}
.submit:active{background:#cccaca; color: #000;}
    
.lianxi{margin-top:90px; padding-bottom: 100px;}
.lianxi-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.lianxi-tit-text{ text-align: center; margin: 10px 0;}
.lianxi-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.lianxi-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.lianxi-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.lianxi-tit-desc{text-align:center; font-size:18px; color:#666;}
.lianxi-con{display: flex; flex-flow: row nowrap; justify-content:center; margin-top: 60px;}
.lianxi-con dl{width:360px; height: 184px; background: #ededed; margin:0 40px; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.lianxi-con dl:nth-child(2){ background: #ffbc1b;}
.lianxi-con dt{width:290px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; border-bottom: 1px dashed #ccc; padding-bottom: 20px; margin-bottom: 20px; }
.lianxi-con dt p{font-size:20px; color: #333; font-weight: bold;}
.lianxi-con dd{width:290px; font-size:18px; color: #333; display: flex; flex-flow: row nowrap; justify-content:space-between;}
    
.foot-bg{background:#292929;}
.foot-nav{background: #131313;}
.foot-nav-con{width:1200px; height:60px; margin: auto; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center;}
.foot-nav-con a{font-size:18px; color: #fff;}
.foot{width:1200px; margin: auto; display: flex; flex-flow: row nowrap; justify-content: space-between; padding: 50px 0; color: #fff;}
.flink{width:415px;}
.flink strong{font-size:20px;}
.flink ul{margin-top:30px; line-height: 1.8; display: flex; flex-flow: row wrap; justify-content: flex-start;}
.flink li a{color:inherit; font-size:18px; margin-right:10px;}
.route{width:425px;}
.route strong{font-size:20px;}
.route p{line-height: 1.8; font-size:18px; margin-top: 30px;}
.guanzhu{width:196px; text-align: center;}
.guanzhu p img{width:196px; height: 196px; margin-bottom: 10px;}
.guanzhu span{font-size:18px;}

.banquan{height:60px; line-height: 60px; text-align: center; background: #1c1c1c; font-size:14px; color: #ccc; }
.banquan a{color:inherit;}
    
/*****关于我们*****/
.banner-about{width:100%; height:700px; background: url(../images/banner-about.jpg) center center no-repeat; }

.youshi-bg2{background: #ffbc1b; height: 157px; width: 100%;}
.youshi-bg2 .youshi{width:1200px; height: 100%; margin: auto; display: flex; flex-flow: row nowrap; justify-content:center; align-items: center; }
.youshi-bg2 .youshi li{text-align:center; margin: 0 75px; }
.youshi-bg2 .youshi li span{color:#1c1c1d; font-size:24px; font-weight: bold;}
.youshi-bg2 .youshi li span strong{font-size:50px;}
.youshi-bg2 .youshi li p{font-size:18px; color: #1c1c1d;}

.school{margin-top:130px;}
.school-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.school-tit-text{ text-align: center; margin: 10px 0;}
.school-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.school-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.school-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.school-tit-desc{text-align:center; font-size:18px; color:#666;}
.school-con{width:1200px; margin:50px auto 0; }
.school-con img{display:block;}
.school-con p{font-size:22px; color: #1c1c1d; line-height: 1.6; text-indent: 2em; margin-top: 30px;}
    
.huanjing{margin-top:130px;}
.huanjing-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.huanjing-tit-text{ text-align: center; margin: 10px 0;}
.huanjing-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.huanjing-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.huanjing-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.huanjing-tit-desc{text-align:center; font-size:18px; color:#666;}
.huanjing-con{width:1200px; height: 797px; margin:70px auto 0; display: flex; flex-flow: row wrap; justify-content: space-between; align-content: space-between;}
.huanjing-con li{width:374px; height: 381px; overflow: hidden;}
.huanjing-con li img{width:100%; height: 100%; }

.xuanti{width:100%;  margin-top: 60px;}
.xuanti li:nth-child(1){width:100%; height:397px; background:url("../images/xuanti1.jpg") center center no-repeat;}
.xuanti li:nth-child(2){width:100%; height:379px; background:url("../images/xuanti2.jpg") center center no-repeat;}
.xuanti li:nth-child(3){width:100%; height:485px; background:url("../images/xuanti3.jpg") center center no-repeat;}

.honor{margin-top:130px;}
.honor-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.honor-tit-text{ text-align: center; margin: 10px 0;}
.honor-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.honor-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.honor-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.honor-tit-desc{text-align:center; font-size:18px; color:#666;}
.honor-con{width:1200px; height:670px; margin:50px auto 0; display:flex; flex-flow: row wrap; justify-content: space-between; align-content: space-between;}
.honor-con li{width:208px;}
.honor-con li img{width:100%; height: 260px;}
.honor-con li p{width:100%; height: 55px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #1c1c1d; font-size:13px; color: #fff; text-align: center;}

/*****半永久纹绣*****/
.banner-banyongjiu{width:100%; height:700px; background: url(../images/banner-banyongjiu.jpg) center center no-repeat; }

.banyongjiu{margin-top:110px;}
.banyongjiu-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.banyongjiu-tit-text{ text-align: center; margin: 10px 0;}
.banyongjiu-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.banyongjiu-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.banyongjiu-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.banyongjiu-tit-desc{text-align:center; font-size:18px; color:#666;}
.banyoujiu-all{width:1200px; margin: auto; display: flex; flex-flow: row wrap; justify-content: space-between;}
.banyongjiu-con{width:390px; margin-top: 60px;}
.banyongjiu-img{width:390px; height: 390px; position: relative;}
.banyongjiu-img img{width:100%; height: 100%; border-radius: 50%;}
.banyongjiu-img span{width:100%; position: absolute; z-index: 1; left: 0; bottom: 25px; color: #111110; font-size:21px; text-align: center;}
.banyongjiu-ins{color:#282828; font-size:16px; margin-top: 20px;}
.banyongjiu-ins p{ line-height: 2; margin-top: 10px;}
.banyongjiu-more{margin-top:40px; display: flex; flex-flow: row nowrap; justify-content: center;}
.banyongjiu-more a{width:140px; height: 35px; line-height: 35px; text-align: center; font-size:14px; color: #1c1c1d; border-radius: 15px; margin: 0 10px;}
.banyongjiu-more a:nth-child(1){ background: #fbe6bd;}
.banyongjiu-more a:nth-child(2){ background: #ffbc1b;}

.qianjing{margin-top:150px;}
.qianjing-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.qianjing-tit-text{ text-align: center; margin: 10px 0;}
.qianjing-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.qianjing-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.qianjing-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.qianjing-tit-desc{text-align:center; font-size:18px; color:#666;}
.qianjing-con{width:1200px; margin:70px auto 0; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-end;}
.qianjing-con ul{width:700px;}
.qianjing-con li{padding: 15px; height:100px; background:#ffe9b6;color:#111111; margin-top: 10px;}
.qianjing-con li strong{font-size:25px; text-align: center; display: block;}
.qianjing-con li p{font-size:18px; line-height: 1.6; margin-top: 8px; }

.ysbg1{width:100%; height:529px; background: url("../images/ysbg1.jpg") center center no-repeat; margin-top: 80px;}
.ysbg2{width:100%; height:511px; background: url("../images/ysbg2.jpg") center center no-repeat;}

.shicao{margin-top:150px;}
.shicao-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.shicao-tit-text{ text-align: center; margin: 10px 0;}
.shicao-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.shicao-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.shicao-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.shicao-tit-desc{text-align:center; font-size:18px; color:#666;}
.shicao-con{width:1200px; height: 815px; margin:50px auto 0; display:flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch;}
.shicao-con li{width:290px; height: 397px; overflow: hidden; }
.shicao-con li img{width:100%; height: 100%; display: block;}

/*****美发*****/
.banner-meifa{width:100%; height:700px; background: url(../images/banner-meifa.jpg) center center no-repeat; }

.meifa{width:1200px; margin:120px auto 0;}
.meifa-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.meifa-tit-text{ text-align: center; margin: 10px 0;}
.meifa-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.meifa-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.meifa-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.meifa-tit-desc{text-align:center; font-size:18px; color:#666;}
.meifa-all{width:100%; margin-top: 80px; position: relative;}
.meifa-bd{width:100%;}
.meifa-bd li{width:100%; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center;}
.meifa-img{width:632px; height: 368px; overflow: hidden;}
.meifa-img img{width:100%; height: 100%;}
.meifa-con{width:530px;}
.meifa-line{width:90px; height: 3px; background: #ffbc1b; margin-bottom: 10px;}
.meifa-con strong{font-size:24px; color: #3f3f3f; font-weight: normal;}
.meifa-ins{margin-top:25px; background: #3f3f3f; height: 145px; color: #fff; font-size:14px; padding: 20px;}
.meifa-ins p{line-height:1.8; margin-top: 15px;}
.meifa-more{margin-top:35px; display: flex; flex-flow: row nowrap; justify-content: center;}
.meifa-more a{width:140px; height: 35px; line-height: 35px; text-align: center; font-size:14px; color: #1c1c1d; margin: 0 10px; border-radius: 15px;}
.meifa-more a:nth-child(1){background:#fbe6bd;}
.meifa-more a:nth-child(2){background:#ffbc1b;}
.meifa-hd{display:flex; flex-flow: row nowrap; justify-content: center; margin-top: 50px;}
.meifa-hd li{width:12px; height:12px; border-radius: 50%; font-size:0; background: #b0b0b0; margin: 0 10px;}
.meifa-hd li.on{background:#ffbc1b;}
.meifa-pre,.meifa-next{width:58px; height: 58px; line-height: 58px; text-align: center; background: #ffbc1b; position: absolute; top: 150px; z-index: 2; font-size:30px; font-family: "宋体"; cursor: pointer;}
.meifa-pre{left:-60px;}
.meifa-next{right:-60px;}

.xinzi{width:1200px; margin:100px auto 0;}
.xinzi-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.xinzi-tit-text{ text-align: center; margin: 10px 0;}
.xinzi-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.xinzi-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.xinzi-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.xinzi-tit-desc{text-align:center; font-size:18px; color:#666;}
.xinzi-con{display:flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-top: 70px;}
.xinzi-con p{width:370px; line-height: 2; color: #3f3f3f; font-size:16px; text-indent: 2em;}

.meifa-youshibg1{background: url("../images/meifa-youshibg1.jpg") center center no-repeat; height:549px; margin-top: 150px;}
.meifa-youshibg2{background: url("../images/meifa-youshibg2.jpg") center center no-repeat; height:490px;}


/*****美甲*****/
.banner-meijia{width:100%; height:700px; background: url(../images/banner-meijia.jpg) center center no-repeat; }

.meijia{width:1200px; margin:120px auto 0;}
.meijia-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.meijia-tit-text{ text-align: center; margin: 10px 0;}
.meijia-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.meijia-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.meijia-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.meijia-tit-desc{text-align:center; font-size:18px; color:#666;}
.meijia-all{width:100%; margin-top: 60px; position: relative;}
.meijia-bd{width:100%;}
.meijia-bd li{padding: 15px 12px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; background: #1c1c1d; margin-top: 18px;}
.meijia-img{width:632px; height: 368px; overflow: hidden;}
.meijia-img img{width:100%; height: 100%;}
.meijia-con{width:530px;}
.meijia-line{width:90px; height: 3px; background: #ffbc1b; margin-bottom: 10px;}
.meijia-con strong{font-size:24px; color: #ececec; font-weight: normal;}
.meijia-ins{margin-top:25px; background: #3f3f3f; height: 145px; color: #fff; font-size:14px; padding: 20px;}
.meijia-ins p{line-height:1.8; margin-top: 15px;}
.meijia-more{margin-top:35px; display: flex; flex-flow: row nowrap; justify-content: center;}
.meijia-more a{width:140px; height: 35px; line-height: 35px; text-align: center; font-size:14px; color: #1c1c1d; margin: 0 10px; border-radius: 15px;}
.meijia-more a:nth-child(1){background:#fbe6bd;}
.meijia-more a:nth-child(2){background:#ffbc1b;}

.jyqj{width:1200px; margin:120px auto 0;}
.jyqj-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.jyqj-tit-text{ text-align: center; margin: 10px 0;}
.jyqj-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.jyqj-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.jyqj-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.jyqj-tit-desc{text-align:center; font-size:18px; color:#666;}
.jyqj-con{margin-top:50px; display:flex; flex-flow: row nowrap; justify-content: space-between;}
.jyqj-img{width:490px; height:286px; overflow: hidden;}
.jyqj-img img{width:100%; height:100%;}
.jyqj-con ul{width:690px; height:286px; display: flex; flex-flow: column; justify-content: space-between;}
.jyqj-con ul li{height:135px; background: #ffdd8d; color: #1c1c1d; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.jyqj-con ul li strong{font-size:27px;}
.jyqj-con ul li p{font-size:16px; line-height: 1.8; margin-top: 10px; padding: 0 30px;}

.meijia-youshibg1{background: url("../images/meijia-youshibg1.jpg") center center no-repeat; height: 532px; margin-top: 110px;}
.meijia-youshibg2{background: url("../images/meijia-youshibg2.jpg") center center no-repeat; height:508px;}


/*****美睫*****/
.banner-meijie{width:100%; height:700px; background: url(../images/banner-meijie.jpg) center center no-repeat; }

.meijie{width:1200px; margin:120px auto 0;}
.meijie-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.meijie-tit-text{ text-align: center; margin: 10px 0;}
.meijie-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.meijie-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.meijie-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.meijie-tit-desc{text-align:center; font-size:18px; color:#666;}
.meijie-all{width:100%; margin-top: 60px; position: relative;}
.meijie-bd{width:100%; display: flex; flex-flow: row nowrap; justify-content: space-between;}
.meijie-bd li{display: flex; flex-direction:column; justify-content: space-between; align-items: center; background: #1c1c1d; width:295px; height: 690px;}
.meijie-bd li:nth-child(1),.meijie-bd li:nth-child(3){flex-direction:column;}
.meijie-bd li:nth-child(2),.meijie-bd li:nth-child(4){flex-direction:column-reverse;}
.meijie-img{width:100%; height: 297px; overflow: hidden;}
.meijie-img img{width:100%; height: 100%;}
.meijie-con{width:100%; height: 390px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.meijie-con strong{font-size:21px; color: #ffbc1b; font-weight: normal;}
.meijie-ins{margin-top:15px; height: 145px; color: #fff; font-size:12px; padding: 20px;}
.meijie-ins p{line-height:2; margin-top: 10px;}
.meijie-more{margin-top:35px; display: flex; flex-flow: row nowrap; justify-content: center;}
.meijie-more a{width:120px; height: 30px; line-height: 30px; text-align: center; font-size:12px; color: #1c1c1d; margin: 0 10px; border-radius: 15px;}
.meijie-more a:nth-child(1){background:#fbe6bd;}
.meijie-more a:nth-child(2){background:#ffbc1b;}

.hyqj{width:1200px; margin:120px auto 0;}
.hyqj-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.hyqj-tit-text{ text-align: center; margin: 10px 0;}
.hyqj-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.hyqj-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.hyqj-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.hyqj-tit-desc{text-align:center; font-size:18px; color:#666;}
.hyqj-con{margin-top:50px; display:flex; flex-flow: row nowrap; justify-content: space-between;}
.hyqj-con ul{}
.hyqj-con ul li{width:100%; display: flex; justify-content: space-between;}
.hyqj-con ul li:nth-child(1){flex-flow:row nowrap;}
.hyqj-con ul li:nth-child(2){flex-flow:row-reverse nowrap;}
.hyqj-img{width:596px; height:261px; overflow: hidden;}
.hyqj-img img{width:100%; height:100%;}
.hyqj-ins{width:560px; height:261px; display: flex; flex-direction: column; justify-content: center; padding-left: 40px;}
.hyqj-ins strong{font-size:25px; color: #171717;}
.hyqj-ins p{font-size:16px; line-height: 1.8; color: #181818; margin-top: 20px;}

.meijie-youshibg1{background: url("../images/meijie-youshibg1.jpg") center center no-repeat; height: 520px; margin-top: 110px;}
.meijie-youshibg2{background: url("../images/meijie-youshibg2.jpg") center center no-repeat; height:520px;}


/*****美容*****/
.banner-meirong{width:100%; height:700px; background: url(../images/banner-meirong.jpg) center center no-repeat; }

.meirong{width:1200px; margin:120px auto 0;}
.meirong-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.meirong-tit-text{ text-align: center; margin: 10px 0;}
.meirong-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.meirong-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.meirong-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.meirong-tit-desc{text-align:center; font-size:18px; color:#666;}
.meirong-all{width:100%; margin-top: 70px; position: relative;}
.meirong-bd{width:100%; display: flex; flex-flow: row nowrap; justify-content: space-between;}
.meirong-bd li{display: flex; flex-direction:column; justify-content: space-between; align-items: center; width:390px;}
.meirong-img{width:100%; height:360px; overflow: hidden;}
.meirong-img img{width:100%; height: 100%;}
.meirong-con{width:100%; height: 350px; margin-top: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center;  background: #1c1c1d;}
.meirong-con strong{font-size:24px; color: #ffbc1b;}
.meirong-ins{margin-top:15px; height: 145px; color: #fff; font-size:14px; padding: 20px;}
.meirong-ins p{line-height:2; margin-top: 10px;}
.meirong-more{margin-top:35px; display: flex; flex-flow: row nowrap; justify-content: center;}
.meirong-more a{width:140px; height: 35px; line-height: 35px; text-align: center; font-size:14px; color: #1c1c1d; margin: 0 10px; border-radius: 15px;}
.meirong-more a:nth-child(1){background:#fbe6bd;}
.meirong-more a:nth-child(2){background:#ffbc1b;}

.fzqj{width:1200px; margin:120px auto 0;}
.fzqj-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.fzqj-tit-text{ text-align: center; margin: 10px 0;}
.fzqj-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.fzqj-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.fzqj-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.fzqj-tit-desc{text-align:center; font-size:18px; color:#666;}
.fzqj-all{margin-top:50px; display:flex; flex-flow: row nowrap; justify-content: space-between;}
.fzqj-img{width:399px; height: 459px; }
.fzqj-img img{width:100%; height: 100%; }
.fzqj-con{width:780px; display: flex; flex-direction:column; justify-content: space-between;}
.fzqj-con1{display:flex; flex-flow: row nowrap; justify-content: space-between;}
.fzqj-con1 li{display:flex; flex-flow:row nowrap; justify-content: space-between; align-items: center;}
.fzqj-con1 strong{width:20px; padding: 0 20px; height: 164px; background: #ffbc1b; font-size:20px; color: #1c1c1d; display:flex; flex-direction: column; justify-content: center; align-items: center;}
.fzqj-con1 p{font-size:19px; color: #242424; line-height: 2; margin-left: 20px;}
.fzqj-con2{display:flex; flex-flow:row nowrap; justify-content: space-between; }
.fzqj-con2 li{width:167px;}
.fzqj-con2 div{width:167px; height: 167px; overflow: hidden; border-radius: 50%;}
.fzqj-con2 div img{width:100%; height: 100%;}
.fzqj-con2 span{font-size:18px; color:#242424; width: 100%; text-align: center; display: block; margin-top: 20px;}
.fzqj-con2 p{font-size:14px; color:#242424; opacity: 0.6; margin-top: 8px;}

.meirong-youshibg1{background: url("../images/meirong-youshibg1.jpg") center center no-repeat; height: 529px; margin-top: 110px;}
.meirong-youshibg2{background: url("../images/meirong-youshibg2.jpg") center center no-repeat; height:511px;}


/*****美妆*****/
.banner-meizhuang{width:100%; height:700px; background: url(../images/banner-meizhuang.jpg) center center no-repeat; }

.meizhuang{width:1200px; margin:120px auto 0;}
.meizhuang-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.meizhuang-tit-text{ text-align: center; margin: 10px 0;}
.meizhuang-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.meizhuang-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.meizhuang-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.meizhuang-tit-desc{text-align:center; font-size:18px; color:#666;}
.meizhuang-all{width:100%; margin-top: 60px; position: relative;}
.meizhuang-bd{width:100%;}
.meizhuang-bd li{padding: 15px 12px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; background: #1c1c1d; margin-top: 18px;}
.meizhuang-img{width:632px; height: 368px; overflow: hidden;}
.meizhuang-img img{width:100%; height: 100%;}
.meizhuang-con{width:530px;}
.meizhuang-line{width:90px; height: 3px; background: #ffbc1b; margin-bottom: 10px;}
.meizhuang-con strong{font-size:24px; color: #ececec; font-weight: normal;}
.meizhuang-ins{margin-top:25px; background: #3f3f3f; height: 145px; color: #fff; font-size:14px; padding: 20px;}
.meizhuang-ins p{line-height:1.8; margin-top: 15px;}
.meizhuang-more{margin-top:35px; display: flex; flex-flow: row nowrap; justify-content: center;}
.meizhuang-more a{width:140px; height: 35px; line-height: 35px; text-align: center; font-size:14px; color: #1c1c1d; margin: 0 10px; border-radius: 15px;}
.meizhuang-more a:nth-child(1){background:#fbe6bd;}
.meizhuang-more a:nth-child(2){background:#ffbc1b;}
.meizhuang-pre,.meizhuang-next{width:58px; height: 58px; line-height: 58px; text-align: center; background: #ffbc1b; position: absolute; top: 180px; z-index: 2; font-size:30px; font-family: "宋体"; cursor: pointer;}
.meizhuang-pre{left:-60px;}
.meizhuang-next{right:-60px;}


.jyxz{width:1200px; margin:120px auto 0;}
.jyxz-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.jyxz-tit-text{ text-align: center; margin: 10px 0;}
.jyxz-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.jyxz-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.jyxz-tit-text span:nth-child(3){ font-size:36px; color: #1c1c1d; font-weight:bold;}
.jyxz-tit-desc{text-align:center; font-size:18px; color:#666;}
.jyxz-con{display: flex; flex-flow: row nowrap; justify-content: space-between; margin-top: 65px;}
.jyxz-con li{width:185px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.jyxz-img{width:100%; height:116px; overflow: hidden; }
.jyxz-img img{width:100%; height:100%;}
.jyxz-con li strong{font-size:23px; color: #1c1c1d; margin-top: 20px;}
.jyxz-money{font-size:31px; color: #1c1c1d; font-weight: bold; background: url(../images/money.png) center top no-repeat; padding-top:80px; text-align: center; margin-top: 20px;}
.jyxz-line{width:25px; height:2px; background: #1c1c1d;}
.jyxz-con li p{font-size:15px; color: #1c1c1d; margin-top:6px;}

.meizhuang-youshibg1{background: url("../images/meizhuang-youshibg1.jpg") center center no-repeat; height: 550px; margin-top: 110px;}
.meizhuang-youshibg2{background: url("../images/meizhuang-youshibg2.jpg") center center no-repeat; height:490px;}


/*****作品*****/
.banner-zuopin{width:100%; height:700px; background: url(../images/banner-zuopin.jpg) center center no-repeat; }

.zuopin2{width:1200px; margin:125px auto 0;}
.zuopin2 .zuopin-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.zuopin2 .zuopin-tit-text{ text-align: center; margin: 10px 0;}
.zuopin2 .zuopin-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.zuopin2 .zuopin-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.zuopin2 .zuopin-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.zuopin2 .zuopin-tit-desc{text-align:center; font-size:18px; color:#666;}
.zuopin2 .zuopin-con{margin-top:30px;}
.zuopin2 .zuopin-con-tab{ display: flex; flex-flow: row nowrap; justify-content: center; }
.zuopin2 .zuopin-con-tab a{font-size:18px; color: #1c1c1d; width: 113px; height:47px; line-height: 47px; text-align:center; border:1px solid #333; margin: 0 10px;}
.zuopin2 .zuopin-con-tab a.on{background:#ffbc1b; color: #1c1c1d;}
.zuopin2 .zuopin-con-all {margin-top:25px; position:relative;}
.zuopin2 .zuopin-con-all ul{display:flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; width: 100%; height: 575px; overflow: hidden; position: absolute; z-index: 2;}
.zuopin2 .zuopin-con-all ul li{width:390px; height:274px; overflow: hidden;}
.zuopin2 .zuopin-con-all ul a{display:block; width: 100%; height: 100%;}
.zuopin2 .zuopin-con-all ul a img{display:block;}


/*****师资*****/
.banner-teacher{width:100%; height:700px; background: url(../images/banner-teacher.jpg) center center no-repeat; }

.teacher{width:1200px; margin:125px auto 0;}
.teacher-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.teacher-tit-text{ text-align: center; margin: 10px 0;}
.teacher-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.teacher-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.teacher-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.teacher-tit-desc{text-align:center; font-size:18px; color:#666;}

.teacher-con{display:flex; flex-flow: row wrap; justify-content: space-between; padding-top: 30px;}
.teacher-con li{width:570px; display: flex; flex-flow: row nowrap; justify-content: space-between; margin-top: 40px;}
.teacher-img{width:268px; height: 557px;}
.teacher-img img{width:100%; height: 100%;}
.teacher-ins{width:270px;}
.teacher-ins strong{font-size:28px; color: #1c1c1d; text-align: center; display: inline-block; line-height: 1.6; padding-top: 10px;}
.teacher-line{width:180px; height: 4px; background: #ffbc1b; margin-top: 5px; margin-bottom: 20px;}
.teacher-ins p{font-size:14px; color: #1c1c1d; line-height: 2;}


/*****就业*****/
.banner-jiuye{width:100%; height:700px; background: url(../images/banner-jiuye.jpg) center center no-repeat; }

.jybz{width:1200px; margin:160px auto 0; display: flex; flex-flow: row nowrap; justify-content: space-between; } 
.jybz-l{width:280px; padding-top: 50px;}
.jybz-l1{font-size:45px; font-weight: bold; color: #000; text-align: center;}
.jybz-l1 span{font-size:25px; color: #ffbc1b;}
.jybz-l2{font-size:36px; font-weight: bold; color: #000; text-align: center;}
.jybz-l3{font-size:19px; color: #000; text-align: center; margin-top: 40px; line-height: 1.8;}
.jybz-l3 span{color: #ffbc1b;}
.jybz-l4 a{width:262px; height: 52px; line-height: 52px; text-align: center; display: block; font-size:23px; color: #000; border:2px solid #000; margin: 50px auto 0;}
.jybz-l4 a:hover{background:#ffbc1b;}
.jybz-r{display: flex; flex-flow: row nowrap; justify-content: space-between; width: 915px;}
.jybz-r li{width:295px; height: 428px; color: #fff; font-weight: bold;}
.jybz-r li:nth-child(1){background:url(../images/jybz1.jpg) center center no-repeat;}
.jybz-r li:nth-child(2){background:url(../images/jybz2.jpg) center center no-repeat;}
.jybz-r li:nth-child(3){background:url(../images/jybz3.jpg) center center no-repeat;}
.jybz-r li span{font-size:24px; width: 70%; margin: auto; display: block; padding-top: 50px;}
.jybz-r li p{font-size:21px; line-height: 1.5; width: 80%; margin:130px auto 0;}

.jyzd{width:1200px; margin:160px auto 0;}
.jyzd{color: #000; text-align: center;}
.jyzd-tit strong{font-size:40px;}
.jyzd-tit p{font-size:20px;}
.jyzd-con{display:flex; flex-flow: row nowrap; justify-content:space-between; margin-top:70px;}
.jyzd-con li{width:220px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; color: #000;}
.jyzd-con li:nth-child(3),.jyzd-con li:nth-child(4){width:280px;}
.jyzd-con img{display:block;}
.jyzd-con strong{font-size:26px; margin:20px auto 10px;}
.jyzd-con p{font-size:16px; line-height: 1.8;}

.tequan{width:1200px; margin:160px auto 0;}
.tequan1{display:flex; flex-flow: row nowrap; justify-content: space-between;}
.tequan1-l{width:600px;}
.tequan1-lt{height:315px; display: flex; flex-direction:column; justify-content:center; align-items: center;}
.tequan1-lt strong{font-size:49px;}
.tequan1-lt p{font-size:42px;}
.tequan1-lb{width:100%; height: 630px; overflow: hidden;}
.tequan1-lb img{width:100%; height: 100%; }
.tequanl-r{width:600px;}
.tequanl-r li{display:flex; flex-flow:row nowrap; justify-content: space-between;}
.tequanl-r li:nth-child(2){flex-flow:row-reverse nowrap;}
.tequan1-img{width:300px; height: 315px; overflow: hidden;}
.tequan1-img img{width:100%; height: 100%;}
.tequan1-ins{width:300px; height: 315px; background: #ffbc1b; color: #090909; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.tequan1-ins strong{font-size:28px; width: 80%;}
.tequan1-ins p{font-size:24px; line-height: 1.8; width: 80%; margin-top: 10px;}
.tequan2{display:flex; flex-flow:row nowrap; justify-content: space-between;}
.tequan2-img{width:300px; height: 315px; overflow: hidden;}
.tequan2-img img{width:100%; height: 100%;}
.tequan2-ins{height:315px; background:#c1c1c1; width: 900px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;}
.tequan2-ins strong{font-size:29px; width: 80%;}
.tequan2-ins p{font-size:18px; line-height: 1.8; width: 80%; margin-top: 10px;}


/*****新闻*****/
.banner-new{width:100%; height:700px; background: url(../images/banner-new.jpg) center center no-repeat; }

.new{width:1200px; margin:125px auto 0;}
.new-tit-line{width:70px; height: 3px; background: #a7a7a7; margin: auto;}
.new-tit-text{ text-align: center; margin: 10px 0;}
.new-tit-text span:nth-child(1){ font-size:30px; color: #a7a7a7;}
.new-tit-text span:nth-child(2){ font-size:30px; color: #363636; margin: 0 16px;}
.new-tit-text span:nth-child(3){ font-size:36px; color: #ffbc1b; font-weight:bold;}
.new-tit-desc{text-align:center; font-size:18px; color:#666;}
.new-con{ margin-top: 80px;}
.new-con li{margin-top:70px; display: flex; flex-flow: row nowrap; justify-content: space-between;}
.new-img{width:550px; height: 340px;}
.new-img img{width:100%; height: 100%;}
.new-ins{width:620px;}
.new-ins strong{display: block; margin-top: 10px;}
.new-ins strong a{font-size:30px; color:#121212;}
.new-ins span{font-size:20px; margin-top: 10px; display:block; color: #121212;}
.new-ins p{ font-size:20px; color: #121212; line-height: 1.8; margin-top: 20px; text-indent: 2em;}



