/*公共*/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    font-weight: normal;
    border: 0;
    list-style: none;
    text-decoration: none;
    font-style: normal;
    outline-style: none;
    max-height: 999999px;
}

@font-face {
    /*font-family: 'SourceHanSerifCN';*/
    /*src: url('../font/SourceHanSerifCN-Regular.otf');*/
}

button {
    cursor: pointer;
}

img {
    vertical-align: middle;
}

.main {
    padding-top: 152px;
    width: 100%;
}

.paging {
    display: flex;
    justify-content: center;
    margin-top: 38px;
    padding-bottom: 108px;
}

.paging a {
    line-height: 1rem;
    background: #efefef;
    padding: 0 .3rem;
    font-size: .5rem;
    color: #222;
    margin: 0 .1rem;
    font-family: SourceHanSerifCN;
}

.paging a.on {
    background: #000;
    color: #fff;
}

.tab {
    display: flex;
    justify-content: center;
    padding: 2rem 0 1rem 0;
}

.tab a {
    text-align: center;
    /*width: 3rem;*/
}

.tab a h3 {
    font-size: .6rem;
    line-height: 1rem;
    color: #333;
    padding: 0 10px;
}

.tab a p {
    font-size: .4rem;
    line-height: .7rem;
    color: #666;
    margin-top: .2rem;
}

.tab a.on h3, .tab a:hover h3 {
    font-weight: bold;
}

/*公共*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 28px 0 20px 0;
    z-index: 99999999999999999999
	transition:all 1s ease;
}

.header .nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.header .nav ol {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 3rem;
    left: 0;
    border-top: 1px solid #B7B7B8;
    padding: 0 .5rem;
}

.header .nav ol li {
    border-bottom: 1px solid #B7B7B8;
    margin: 0 auto;
}

.header .nav ol li a {
    font-size: .6rem;
    color: #666;
    line-height: 2rem;
}

.header .nav ul {
    display: flex;
}

.header .nav ul li {
    width: 162px;
}

.header .nav ul li h3 {
    font-size: 18px;
    color: #000;
    padding-top: 26px;
    font-family: SourceHanSerifCN;
}

.header .nav ul li p {
    font-size: 12px;
    color: #666;
    padding-top: 10px;
}

.header .nav ul li:hover h3 {
    font-weight: bold;
}

.header .nav .logo {
    width: 350px;
}

.header .nav a {
    display: block;
    text-align: center;
}

.header .nav .select {
    width: 1rem;
    height: 1rem;
    margin: .6rem .4rem;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    cursor: pointer;
    font-size: 30px;
    visibility: hidden;
}
.header .nav .select::before{
    content: "\e7bc";
    display: block;
    font-size: 1rem;
    margin-top: .2rem;
}
.header .nav .search {
     width: 1rem;
    height: 1rem;
    margin: .6rem .4rem;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.header .nav .search::before{
    content: "\e778";
    display: block;
    font-size: 1rem;
    margin-top: .2rem;
}
.header .nav .search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}

.header .nav .search-box div {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #333;
}

.header .nav .search-box div p {
    overflow: hidden;
    height: 70px;
    position: relative;
}

.header .nav .search-box div p i {
    float: right;
    font-size: 30px;
    line-height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.header .nav .search-box div p input {
    width: 100%;
    height: 70px;
    font-size: 38px;
    float: left;
}

.Footer {
    background: #000;
    width: 100%;
}

.Footer .top {
    height: 354px;
    background: url("../images/7.png") no-repeat center top;
    -webkit-background-size: 1800px 354px;
    background-size: 1800px 354px;
    padding: 110px 0;
}

.Footer .top h3 {
    font-size: .7rem;
    text-align: center;
    color: #fff;
    font-family: SourceHanSerifCN;
}

.Footer .top p {
    font-size: .5rem;
    text-align: center;
    color: #fff;
}

.Footer .top a {
    display: block;
    width: 6rem;
    border: 2px solid #fff;
    color: #fff;
    line-height: 1rem;
    font-size: .5rem;
    border-radius: 55px;
    padding: 0 .4rem;
    margin: 0 auto;
    margin-top: .5rem;
	text-align: center;
}

.Footer .top a:hover {
    background: #fff;
    color: #333;
}

.Footer .bottom {
    width: 1200px;
    margin: 0 auto;
    background: #000;
    padding: 54px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.Footer .bottom dl dt {
    font-size: .5rem;
    color: #f2f2f2;
    margin-bottom: .7rem;
    font-family: SourceHanSerifCN;
}

.Footer .bottom dl:last-child dt {
    margin: 0;
}

.Footer .bottom dl dt span {
    font-size: .3rem;
    color: #666;
    vertical-align: bottom;
}

.Footer .bottom dl dd {
    margin-top: 16px;
    width: 100%;
    line-height: 48px;
}

.Footer .bottom dl dd p {
    font-size: 28px;
    color: #f2f2f2;
    width: 100%;
    float: left;
}
.Footer .bottom dl dd div {
    font-size: 36px;
    color: #f2f2f2;
    width: 100%;
    float: left;
}

.Footer .bottom dl dd p span {
    font-size: 12px;
    color: #666;
    /*vertical-align: bottom;*/
}
.Footer .bottom dl dd div span {
    font-size: 12px;
    color: #666;
    /*vertical-align: bottom;*/
}

.Footer .bottom dl dd a {
    font-size: .5rem;
    color: #f2f2f2;
	width: 50%;
	display: block;
	float: left;
	line-height: 1rem;
}

.Footer .bottom dl dd a span {
    font-size: .4rem;
    color: #666;
}

.Footer .bottom dl dd a:hover {
    font-weight: bold;
}

.Footer .bottom dl dd ul {
    display: flex;
}

.Footer .bottom dl dd ul li {
    margin-right: .4rem;
    width: 3rem;
}

.index .banner img {
    width: 100%;
}
.Footer .bottom dl dd ul li p{
    font-size: .6rem;
    line-height: 1.2rem
}
.Footer .bottom dl dd ul li p span{
    font-size: .4rem;
}

.Footer .bottom dl dd ul li img{
	width: 3rem;
}

.el-carousel__arrow{
    width: 1.2rem;
    height: 1.2rem;
}

.el-icon-arrow-left:before{
    content: "\e6de";
    font-size: .5rem;
}
.el-icon-arrow-right:before{
    content: "\e6e0";
    font-size: .5rem;
    margin-top: -.4rem;
}

.index .tip {
    width: 1200px;
    margin: 0 auto;
    padding: 48px 0 40px 0;
    position: relative;

}

.index .tip a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    border-bottom: 2px solid #707070;
    font-family: SourceHanSerifCN;
}

.index .tip a span {
    font-size: .4rem;
    color: #666;

}

.index .tip a:hover {
    font-weight: bold;
}

.index .tip h3 {
    font-size: 36px;
    line-height: 54px;
    /*font-family: SourceHanSerifCN;*/
}

.index .tip p {
    font-size: 36px;
    line-height: 54px;
    margin-top: .3rem;
    color: #666;
}

.index .scroll {
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}

.index .scroll i {
    position: absolute;
    width: .8rem;
    height: 1rem;
    line-height: 1rem;
    background: rgba(145, 145, 145, .8);
    text-align: center;
    font-size: .4rem;
    color: #fff;
    top: 50%;
    margin-top: -1rem;
    padding-bottom: .3rem;
}

.index .scroll i.prve {
    left: 0;
}

.index .scroll i.next {
    right: 0;
}

.index .scroll ul {
    overflow: hidden;
    width: 200%;
}

.index .scroll ul li {
    width: 8.333%;
    float: left;
    padding: 0 5px;
    text-align: center;
}

.index .scroll ul li h3 {
    color: #333;
    font-size: .6rem;
    margin-top: .3rem;
    line-height: 1rem;
    font-family: SourceHanSerifCN;
}

.index .scroll ul li p {
    color: #666;
    font-size: .4rem;
    line-height: .6rem;
}

.index .scroll ul li img {
    width: 100%;
    /*display: none;*/
}
/*.index .scroll ul li img:first-child{*/
    /*display: block;*/
/*}*/
/*.index .scroll ul li:hover img:first-child{*/
    /*display: none;*/
/*}*/
/*.index .scroll ul li:hover img:nth-child(2){*/
    /*display: block;*/
/*}*/

.index .list{
	padding-bottom: 100px;
}

.index .list ul {
    padding: 0 10px;
}

.index .list ul li {
    background: #f7f7f7;
/*    margin-top: 50px;*/
    overflow: hidden;
	padding-bottom: 1rem;
}

.index .list ul li img:hover {
    transform: scale(1.1);
    transition: all 1s;
}

.index .list ul li div {
    width: 50%;
    text-align: center;
    float: left;
    overflow: hidden;
	padding-bottom: 0 !important;
}

.index .list ul li div.first{
    display: none;
}

.index .list ul li img {
    width: 100%;
    float: left;
	transform: scale(1);
    transition: all 1s;
 }

.index .list ul li div h3 {
    color: #333;
    font-size: .8rem;
    padding-top: 10%;
    font-family: SourceHanSerifCN;
    font-weight: bold;
}

.index .list ul li div h4 {
    color: #666;
    font-size: .5rem;
    margin-top: .2rem;
}

.index .list ul li div p {
    color: #666;
    font-size: 32px;
    /*width: 10rem;*/
    padding: 0 80px;
    margin: 0 auto;
    line-height: 46px;
    margin-top: .4rem;
}

.index .list ul li div a {
    color: #333;
    font-size: .5rem;
    line-height: .8rem;
    border-bottom: 2px solid #707070;
    display: inline-block;
    margin-top: .5rem;
}
.index .list ul li div h3 a{font-size:0.8rem;border-bottom:none !important;}
.index .list ul li div a span {
    color: #666;
    font-size: .4rem;
}

.index .list ul li div a:hover{
    font-weight: bold;
}

.back_top {
    overflow: hidden;
    position: fixed;
    right: 40px;
    z-index: 999;
    bottom: -80px;
    opacity: 0;
}

.back_top img {
    float: right;
    height: 1.5rem;
    cursor: pointer;
}

.Gender{
    margin-bottom: 50px;
}

.Gender ol {
    overflow: hidden;
}

.Gender ol li {
    width: 50%;
    float: left;
}

.Gender ol li div {
    padding: 40px;
}

.Gender ol li:first-child div{
    text-align: right;
}

.Gender ol li div{
    position: relative;
    z-index: 999;
    background: #fff;
}

.Gender ol li div h3 {
    font-size: .6rem;
}

.Gender ol li div p {
    font-size: .4rem;
    color: #666;
    margin-top: .2rem;
}

.Gender ol li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.Gender ol li a img {
    width: 100%;
	transform: scale(1);
    transition: all 1s;
}

.Gender ol li a:hover {
    transform: scale(1.1);
    transition: all 1s;
}

.classification ul {
    overflow: hidden;
    padding: 0 50px;
}

.classification ul li {
    float: left;
    width: 25%;
    padding: 0 14px;
    padding-bottom: 38px;
    position: relative;
}

.classification ul li .img {
    width: 100%;
    position: relative;
}

.classification ul li .img img {
    width: 100%;
}

.classification ul li h3 {
    padding-top: .3rem;
    font-size: .6rem;
    color: #333;
    text-align: center;
}

.classification ul li p {
    padding-top: .2rem;
    font-size: .4rem;
    color: #666;
    text-align: center;
}

.classification ul li .img dov {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    padding: 30% 0 0 30%;
    opacity: 0;
}

.classification ul li .img dov span {
    display: block;
    color: #fff;
    line-height: .7rem;
    font-size: .4rem;
}

.classification ul li:hover dov {
    opacity: 1;
    transition: all 1s;
}

.classification .az-sidebar {
    position: fixed;
    left: 0;
    top: 250px;
    width: 32px;
}

.classification .az-sidebar a {
    display: block;
    text-align: center;
    line-height: .7rem;
    font-size: .5rem;
    color: #000;
}

.classification .az-sidebar a.no {
    color: #999;
}

.classification .az-sidebar a.on {
    color: #d6000f;
}

.classification .az-sidebar a.ok:hover {
    color: #d6000f;
}

.details {
    background: #f2f2f2;
}

.details .top {
    width: 1200px;
    margin: 0 auto;
    padding-top: 46px;
}

.details .top h3 {
    text-align: center;
    font-size: .6rem;
    color: #333;
}

.details .top h3 span {
    font-size: .4rem;
    color: #666;
}

.details .top div {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.details .top div a {
    font-size: .5rem;
    line-height: 1rem;
    color: #333333;
}

.details .top div span {
    font-size: .4rem;
    color: #666;
}

.details .swiper {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.details .swiper .text {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    padding-left: 10%;
    padding-top: 56px;
}

.details .swiper .text h3 {
    color: #333;
    font-size: .7rem;
    margin-bottom: .4rem;
}

.details .swiper .text h3 span {
    font-color: #666;
    font-size: .4rem;
}

.details .swiper .text h4 {
    color: #333;
    font-size: .5rem;
    margin-top: .2rem;
    line-height: 1rem;
}

.details .swiper .text p {
    color: #666;
    font-size: .5rem;
}

.details .swiper .text h5 {
    color: #333;
    font-size: .5rem;
    margin-top: .5rem;
}

.details .swiper .text h5 em {
    width: 3.6rem;
    float: left;
}

.details .swiper .text h5 em span {
    color: #666;
}

.details .swiper .text a {
       display: block;
    width: 6rem;
    line-height: 1.34rem;
    border: 1px solid #000;
    padding-left: .6rem;
    font-size: .6rem;
    color: #333;
    margin-top: .5rem;	
}

.details .swiper .img {
    width: 70%;
    float: right;
    cursor: none;
}

.details .swiper .img ul {
    width: 200%;
    overflow: hidden;
}

.details .swiper .img ul li {
    float: left;
    /*width: 16.666%;*/
}

.details .swiper .img ul li img {
    max-width: 100%;
    height: 1000px;
}

.details .swiper .next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}

.mado {
    background: #f2f2f2;
    overflow: hidden;
}

.mado .top {
    padding: 30px;
}

.mado .top ul {
    width: 1460px;
    margin: 0 auto;
    display: flex;
}

.mado .top ul li {
    overflow: hidden;
    width: 16.666%;
    float: left;
	transform: scale(1);
    transition: all 0.2s;
}

.mado .top ul li img {
    width: 100%;
    display: block;
	transform: scale(1);
    transition: all 0.2s;
}

.mado .top ul li.on:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px #777;
    transition: all 0.2s;
	position: relative;
	z-index: 9999;
}
.mado .top ul li.on.nnn {
    transform: scale(1.1);
    box-shadow: 0 0 10px #777;
    transition: all 0.2s;
	position: relative;
	z-index: 9999;
}

.mado .top ul li.ccc img:last-child {
    display: none;
}
.top ul li.on.nnn img:last-child {
    display: block;
    transition: all 0.2s;
}
.mado .top ul li.ccc:hover img:last-child {
    display: block;
    transition: all 0.2s;
}

.mado .top ul li.ccc:hover img:first-child {
    display: none;
    transition: all 0.2s;
}

.mado .bottom {
    width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
    margin-top: 70px;
}

.mado .bottom div {
    position: relative;
    margin-bottom: 20px;
}

.mado .bottom div h3 {
    font-size: .6rem;
    color: #333;
}

.mado .bottom div h3 span {
    font-size: .45rem;
}

.mado .bottom div p {
    font-size: .4rem;
    color: #666;
    margin-top: 10px;
}

.mado .bottom div a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    background: #000;
    line-height: 1.2rem;
    border-radius: .6rem;
    color: #fff;
    padding: 0 20px;
    font-size: .5rem;
}

.mado .bottom h4 {
    font-size: 32px;
    line-height: 46px;
    color: #333;
    margin-top: 10px;
}
.mado .bottom h4 p {
    font-size: 32px;
    line-height: 48px;
    color: #333;
    margin-top: 10px;
}

.mado .bottom h5 {
    font-size: .4rem;
    color: #666;
    margin-top: 10px;
}

.mado .swiper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 90px 0;
}

.mado .swiper ul {
    width: 600%;
    overflow: hidden;
}

.mado .swiper ul li {
    width: 16.666%;
    float: left;
    padding: 0 35px;
}

.mado .swiper ul li img {
    width: 100%;
}

.mado .swiper i {
    position: absolute;
    width: 35px;
    height: 70px;
    text-align: center;
    top: 50%;
    line-height: 70px;
    margin-top: -35px;
    font-size: 30px;
}

.mado .swiper i.prve {
    left: 0;
}

.mado .swiper i.next {
    right: 0;
}

.team {
    overflow: hidden;
    background: #f2f2f2;
    padding-bottom: 70px;
}

.team h3{
    padding: 0 .6rem;
    overflow: hidden;
}

.team h3 a{
    float: left;
    color: #333;
    font-size: .5rem;
    line-height: 2rem;
}

.team .swiper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.team .swiper ul {
    width: 6000%;
    overflow: hidden;
}

.team .swiper ul li {
    width: 1.6666%;
    float: left;
    padding: 0 35px;
}

.team .swiper ul li img {
    width: 100%;
}

.team .swiper ul li div {
    background: #1e1e1e;
    padding: 20px 10px;
    display: none;
}

.team .swiper ul li div span {
    float: left;
    color: #fff;
    font-size: .4rem;
    line-height: .7rem;
}

.team .swiper ul li div p {
    font-size: .4rem;
    line-height: .7rem;
    color: #dedede;
    padding-left: 1rem;
}

.team .swiper i {
    position: absolute;
    width: 35px;
    height: 70px;
    text-align: center;
    top: 50%;
    line-height: 70px;
    margin-top: -35px;
    font-size: 30px;
}

.team .swiper i.prve {
    left: 0;
}

.team .swiper i.next {
    right: 0;
}

.Make {
    background: #f2f2f2;
}

.Make ul {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.Make ul li {
    padding-bottom: 80px;
    overflow: hidden;
}

.Make ul li div{
    width: 50%;
    float: left;
    overflow: hidden;
}

.Make ul li div.text{
    padding-left: 44px;
}

.Make ul li div img {
    width: 100%;
	transform: scale(1);
    transition: all 1s;
}

.Make ul li div img:hover {
    transform: scale(1.1);
    transition: all 1s;
}

.Make ul li div h3 {
    font-size: .6rem;
    line-height: 1rem;
    color: #333;
    font-family: SourceHanSerifCN;
    font-weight: bold;
}

.Make ul li div p {
    font-size: .3rem;
    line-height: .6rem;
    color: #666;
}

.Make ul li div h4 {
    font-size: .5rem;
    color: #333;
    line-height: .7rem;
    margin-top: .4rem;
}

.Make ul li div a {
    font-size: .5rem;
    margin-top: .7rem;
    color: #333;
    line-height: 1rem;
    display: inline-block;
    border-bottom: 2px solid #707070;
}

.Make ul li div:hover a {
    font-weight: bold;
}

.introduce {
    background: #f3f3f3;
    overflow: hidden;
}

.introduce ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.introduce ul li {
    float: left;
    width: 25%;
    padding: 0 20px;
    padding-bottom: 50px;
}

.introduce ul li img {
    width: 100%;
}

.introduce ul li>h3 {
    font-size: .5rem;
    color: #333;
    margin-top: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.introduce ul li>h3 span {
    font-size: .3rem;
    color: #999;
}

.introduce ul li>p {
    font-size: .4rem;
    color: #333;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.introduce ul li:hover {
    background: url(../images/45.png) no-repeat bottom center;
}

.introduce .box {
    background: #e5e5e5;
    display: none;
    margin-bottom: 50px;
}

.introduce .box div {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.introduce .box div h3 {
    font-size: 48px;
    color: #333;
    font-family: SourceHanSerifCN;
    font-weight: bold;
}

.introduce .box div h3 span {
    font-size: 38px;
    font-family: SourceHanSerifCN;
}

.introduce .box div h4 {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-top: 20px;
}

.introduce .box div p {
    font-size: 36px;
    color: #333;
    line-height: 48px;
    margin-top: 20px;
}

.about_body {
    background-color: #f2f2f2;
}

.about {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 108px;
}

.about>img {
    width: 100%;
    margin-top: 12px;
}

.about_tit {
    padding: 24px 16px;
    margin-top: 80px;
    background: url(../images/51.png) no-repeat top left;
    -webkit-background-size: 30px 4px;
    background-size: 30px 4px;
}

.about_tit h3 {
    font-size: 26px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}

.about_tit h4 {
    font-size: 12px;
    line-height: 28px;
    color: #666;
    margin-bottom: 18px;
}

.about_tit h5 {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}

.about_tit h5 span {
    margin: 8px 0 0 16px;
    font-size: 12px;
    line-height: 32px;
    color: #666;
}

.about_tit p {
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.about_tit p span {
    font-size: 16px;
    font-weight: bold;
}

.brief {
    padding: 0 28px;
}

.brief_top {
    overflow: hidden;
}

.brief_top .about_tit {
    float: left;
    width: 650px;
}

.brief_top>img {
    float: right;
    width: 285px;
    margin-top: 140px;
}

.about_tit2 {
    background: none;
    margin-top: 0;
    padding-top: 0;
}

.organization {
    padding-left: 28px;
    overflow: hidden;
}

.organization .about_tit {
    float: left;
    width: 660px;
    box-sizing: border-box;
}

.organization>img {
    float: right;
    width: 477px;
    margin-top: 200px;
}

.section-focus-pic {
    margin-top: 40px;
    width: 1224px;
    height: 591px;
    /*overflow: hidden;*/
    position: relative;
}

.section-focus-pic ul li {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 591px;
}

.section-focus-pic ul li a img {
    width: 100%;
}

.section-focus-pic ul li h3 {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 400px;
    font-weight: normal;
    color: #FFF;
    margin-left: 20px;
    z-index: 111;
    font-size: 18px;
    font-family: "微软雅黑";
}

.section-focus-pic ul li div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #000;
    width: 570px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.section-focus-pic .pages {
    width: 1141px;
    height: 591px;
    overflow: hidden;
    position: relative;
}

.section-focus-pic .controler {
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    padding: 1rem .7rem 0 .7rem;
    color: #fff;
    background-color: #252525;
    position: absolute;
    top: 2.5rem;
    right: 0;
    z-index: 9;
}

.section-focus-pic .controler b {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    display: none;
}

.section-focus-pic .controler b.down {
    display: block;
}

.section-focus-pic .controler b h3 {
    font-size: .5rem;
    line-height: .8rem;
}

.section-focus-pic .controler b h4 {
    font-size: .4rem;
    line-height: .7rem;
}

.section-focus-pic .controler b p {
    font-size: .4rem;
    line-height: .7rem;
    margin-top: .4rem;
}

.section-focus-pic .controler2 a {
    display: block;
    width: 11px;
    height: 22px;
    position: absolute;
    top: 404px;
    z-index: 99;
}

.section-focus-pic .controler2 a i {
    cursor: pointer;
    display: block;
    width: .3rem;
    height: .5rem;
}

.section-focus-pic .controler2 .prev {
    right: 2rem;
}

.section-focus-pic .controler2 .prev i {
    background: url(../images/54.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.section-focus-pic .controler2 .next {
    right: .8rem;
}

.section-focus-pic .controler2 .next i {
    background: url(../images/55.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

/*  04关于我们-报名表单  */
.Registration_Form_body {
    background-color: #f2f2f2;
}

.Registration_Form {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 90px;
    border-bottom: 1px solid #8d8d8d;
}

.Registration_Form_tit {
    font-size: .75rem;
    line-height: 1rem;
    color: #333;
    font-weight: bold;
}

.Registration_Form_tit span {
    font-size: 14px;
    color: #666;
    margin-left: 14px;
}

.requirements_con {
    overflow: hidden;
}

.requirements_ul {
    float: left;
    width: 46%;
}

.requirements_ul_r {
    float: right;
}

.requirements_ul li h3 {
    font-size: .7rem;
    line-height: 1rem;
    color: #333;
    font-weight: bold;
    margin-top: .5rem;
}

.requirements_ul li p {
    font-size: .5rem;
    line-height: .7rem;
    color: #333;
}

.online {
    padding-top: 60px;
}

.online_ul li {
    overflow: hidden;
    margin-top: 30px;
}
.online_ul li h4{
    font-size: .5rem;
    line-height: 1.4rem;
}
.online_ul li>div {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-right: 5.8%;
    border-bottom: 1px solid #a29d9c;
    position: relative;
}

.online_ul li.li_three>div {
    width: 100%;
}

.online_ul li>div h3 {
    float: left;
    font-size: .55rem;
    line-height: 1.6rem;
    color: #333;
    background: #f2f2f2;
    position: relative;
    z-index: 999999999;
    padding-right: .2rem;
}

.online_ul li>div input[type='text'] {
    width: 100%;
    font-size: .5rem;
    line-height: 1.6rem;
    color: #333;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    box-sizing: border-box;
    padding: 0 .3rem;
    background: transparent;
}

.online_ul li>div label {
    float: left;
    font-size: .5rem;
    line-height: 1.4rem;
    color: #333;
    margin: 0 .4rem;
    cursor: pointer;
}

.online_ul li>div label input {
    height: .6rem;
    width: .6rem;
    float: left;
    margin: .4rem .2rem 0 0;
}

.online_ul li>div h5 {
    font-size: .5rem;
    line-height: 1rem;
    color: #333;
}

.online_ul li.li_last {
    margin-top: 0;
}

.online_ul li.li_last>div {
    border-bottom: 0;
    position: relative;
}

.online_ul li.li_last>div input {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.online_ul li.li_last>div button {
    display: block;
    font-size: .5rem;
    line-height: 1rem;
    color: #333;
    width: 4rem;
    border: 1px solid #333;
    text-align: center;
    margin-top: .4rem;
    background: transparent;
}

.online_ul li.li_last .z_photo img{
    width: 120px;
    height: 120px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.online>a {
    font-size: .5rem;
    line-height: 1.4rem;
    width: 5rem;
    text-align: center;
    display: block;
    background-color: #131313;
    color: #fff;
    margin: 1.5rem auto 0;
    border-radius: 55px
}

/*  04关于我们-联系我们  */
.contact {
    width: 1200px;
    margin: 0 auto;
}

.contact .about_tit {
    padding: 0;
}

.contact .about_tit h4 {
    font-size: .3rem;
    line-height: 1rem;
    color: #333;
    margin-bottom: 0;
}

.contact .about_tit h3 {
    font-size: .5rem;
    line-height: .8rem;
    color: #333;
}

.contact_con {
    padding: 30px 0;
    border-top: 1px solid #d2d2d2;
}

.contact_con>h2 {
    font-size: .5rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: bold;
}

.contact_con>h2 span {
    font-size: .3rem;
    line-height: 1.3rem;
    margin-top: .2rem;
    color: #666;
    margin-left: .3rem;
}

.contact_ul {
    overflow: hidden;
}

.contact_ul li {
    float: left;
    width: 25%;
    margin: .5rem 0;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.contact_ul li h3 {
    font-size: .7rem;
    line-height: 1rem;
    color: #333;
}

.contact_ul li h4 {
    font-size: .5rem;
    line-height: .7rem;
    color: #333;
    margin-bottom: .3rem;
}

.contact_ul li p {
    font-size: .5rem;
    line-height: .7rem;
    color: #333;
}

.contact_ul_3 li {
    width: 33.33%;
}

.xc {
    overflow: hidden;
}

.xc .logolist {
    padding: 70px 0;
}

.xc .logolist>h3 {
    text-align: center;
    color: #333;
    font-size: 32px;
}

.xc .logolist>p {
    text-align: center;
    color: #666;
    font-size: 12px;
}

.xc .swiper {
    width: 990px;
    margin: 0 auto;
    position: relative;
    padding: 24px 0;
}

.xc .swiper ul {
    width: 600%;
    overflow: hidden;
}

.xc .swiper ul li {
    width: 16.666%;
    float: left;
    padding: 0 12px;
}

.xc .swiper ul li img {
    width: 100%;
}

.xc .swiper i {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    top: 50%;
    line-height: 70px;
    margin-top: -25px;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}

.xc .swiper i.prve {
    left: 0;
    margin-left: -200px;
}

.xc .swiper i.next {
    right: 0;
    margin-right: -200px;
}

.xc .banner {
    background: url(../images/46.png) no-repeat center top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-bottom: 2rem;
}

.xc .banner .tab a h3, .xc .banner .tab a p {
    color: #fff;
}

.xc .banner h1 {
    text-align: center;
    color: #fff;
    margin-top: 100px;
    font-family: SourceHanSerifCN;
    font-weight: bold;
	font-size: 30px;	
}

.xc .banner img {
    width: 1rem;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
}

.xc .banner h2 {
    width: 12rem;
    text-align: center;
    color: #dedede;
    margin: 0 auto;
    font-size: .5rem;
    line-height: .7rem;
    margin-top: .4rem;
}
.organization .about_tit b{
    font-weight: bold !important;
}
.organization .about_tit b font{
    font-weight: bold !important;
}

@media screen and (max-width: 1500px) {
    .mado .top ul {
        width: auto;
    }
    .organization .about_tit b{
        font-weight: bold !important;
    }
    .organization .about_tit b font{
        font-weight: bold !important;
    }
}

@media screen and (max-width: 1400px) {
    .classification ul li {
        width: 33.33%;
    }

    .details .swiper .img ul {
        width: 300%;
    }

    .xc .swiper i.prve {
        margin-left: -100px;
    }

    .xc .swiper i.next {
        margin-right: -100px;
    }
    .organization .about_tit b{
        font-weight: bold !important;
    }
    .organization .about_tit b font{
        font-weight: bold !important;
    }
}

@media screen and (max-width: 1200px) {

    .team .swiper{
        width: 80%;
    }

    .team .swiper ul li{
        padding: 0 20px;
    }

    .team .swiper i.prve{
        left: -10px;
    }
    .team .swiper i.next{
        right: -10px;
    }
    .header .nav {
        width: auto;
    }

    .header .nav .search-box {
        padding: 0 20px;
    }

    .header .nav .search-box div {
        width: auto;
    }

    .index .tip {
        width: auto;
        margin: 0 80px;
        text-align: center;

    }

    .index .list{
        padding-bottom: 106px;
    }

    .index .list ul li div h3 {
        padding-top: 8%
    }

    .Footer .bottom {
        width: auto;
    }

    .details .top {
        width: auto;
        margin: 0 20px;
    }

    .mado .bottom {
        width: auto;
    }

    .mado .swiper {
        width: 80%;
    }

    .Make ul {
        width: auto;
    }

    .about {
        width: auto;
    }

    .organization .about_tit {
        width: auto;
        float: none;
    }

    .organization>img {
        float: none;
        display: block;
        width: 50%;
        margin: 20px auto;
    }

    .section-focus-pic {
        width: 100%;
    }

    .section-focus-pic .pages {
        width: 90%;
    }

    .Registration_Form {
        width: auto;
        padding: 70px 20px 90px;
    }

    .contact {
        width: auto;
    }

    .contact .about_tit {
        margin: 0 30px;
    }

    .contact>.contact_ul {
        padding: 30px;
    }

    .contact_con {
        padding: 30px;
    }

    .xc .swiper i.prve {
        margin-left: 20px;
    }

    .xc .swiper i.next {
        margin-right: 20px;
    }

    .xc .logolist ul {
        width: auto;
    }

    .introduce .box div{
        width: auto;
        padding: 50px 30px;
    }

    .introduce ul{
        width: auto;
    }

    .Make ul {
        padding: 0 20px;
    }
    .organization .about_tit b{
        font-weight: bold !important;
    }
    .organization .about_tit b font{
        font-weight: bold !important;
    }
}

@media screen and (max-width: 1020px) {
    .index .scroll ul{
        width: 400%;
        margin-bottom: 22px;
    } 
    
    .header .nav ul {
        display: none;
    }

    .header .nav .select {
        visibility: visible;
    }

    .index .tip a {
        position: relative;
        font-size: .5rem;
    }

    .index .list ul li img {
        width: 100%;
    }

    .index .list ul li div {
        width: 100%;
        padding-bottom: 50px;
    }

    .Footer .bottom {
        display: block;
        padding: 54px 50px 30px;
        width: 100%;
    }

    .Footer .bottom dl {
        margin-bottom: 50px;
        width: 100%;
    }

    .Footer .bottom dl dt {
        margin-bottom: .7rem;
    }

    .classification ul li {
        width: 50%;
    }

	.details .swiper .img{
		float: none;
	}
	
    .details .swiper .text {
       position: static;
		padding-bottom: 60px;
    }

    .details .swiper .img {
        width: 100%;
    }

    .details .swiper .img ul {
        width: 6000%;
    }

    .mado .bottom div a {
        position: relative;
        display: block;
        margin-top: 20px;
        width: 8rem;
    }

    .Make ul li img {
        width: 100%;
        float: none;
    }

    .brief_top .about_tit {
        width: 100%;
        float: none;
    }

    .brief_top>img {
        float: none;
        display: block;
        margin: 30px auto;
    }

    .section-focus-pic .pages ul li a img {
        /*height: 500px;*/
    }

    .section-focus-pic .controler {
        height: 300px;
        padding: 30px 20px 0 20px;
    }

    .section-focus-pic .controler2 a {
        top: 360px;
    }

    .section-focus-pic {
        height: 500px;
    }

    .contact_ul li {
        width: 50%;
    }

    .contact_ul_3 li {
        width: 50%;
    }

    .xc .swiper {
        width: 80%;
    }

    .xc .logolist ul li {
        width: 25%;
    }

    .index .list ul li div.first{
        display: block;
    }

    .index .list ul li div.last{
        display: none;
    }

    .Gender ol li{
        width: 100%;
    }

    .Gender ol li div{
        text-align: center !important;
    }
    .Make ul li div.text{
        padding-top: 30px;
    }
    .Make ul li div {
        width: 100%;
    }
    .organization .about_tit b{
        font-weight: bold !important;
    }
    .organization .about_tit b font{
        font-weight: bold !important;
    }
}

@media screen and (max-width: 768px) {

    .header .nav .search{
        font-size: 30px;
    }

    .section-focus-pic {
        height: 300px;
    }

    .section-focus-pic .controler {
        width: 200px;
        height: 200px;
        padding: 20px 20px 0 20px;
        top: 10px;
    }

    .section-focus-pic .controler b h3, .section-focus-pic .controler b h4, .section-focus-pic .controler b p {
        font-size: 12px;
    }

    .section-focus-pic .controler2 a {
        top: 170px;
    }

    .requirements_ul {
        width: 100%;
    }

    .online_ul li>div {
        width: 100%;
    }

    .online_ul li.li_three>div {
        width: 100%;
    }

    .contact_ul li {
        width: 50%;
    }

    .contact_ul_3 li {
        width: 50%;
    }

    .xc .logolist ul li {
        width: 50%;
    }

    .introduce ul li {
        padding: 0 10px;
        padding-bottom: 50px;
    }
    .organization .about_tit b{
        font-weight: bold !important;
    }
    .organization .about_tit b font{
        font-weight: bold !important;
    }

	
		
}

.bottom{
	position: relative;
}

.bottom dl:nth-child(2) dd:nth-child(3){
	position: absolute;
	padding: 0 .8rem;
	bottom:.3rem;
	left: 0;
	width: 100%;
}

.requirements_ul{
	width: 100%;
}

.requirements_ul li p{
	line-height: .8rem
}

.online_ul li{
	margin: 0;
}

.companyimg{width: 80%;margin:0 0 30px 80px;}

.header2{
	padding:5px 0 !important; 
	transition:all 1s ease;
}

.elicon-swiper .swiper-slide{
	width:360px;
}
.elicon-swiper{
	margin-bottom:20px !important;
}




.jing-prev{
		display:none !important;
	}
	.jing-next{
		display:none !important;
	}
	.jing-swiper .swiper-slide{
		width:98% !important;
		margin:0 0% !important;
	}
.jing-swiper .swiper-wrapper{
	width:100% !important;
	margin-left:0% !important;
}

.model-div{width:auto;height:auto;}
.model-swiper .swiper-slide{width:70% !important;height:350px !important;margin:30px 2% !important;}
.model-prev, .model-next{display:none !important;}
.jing-swiper .swiper-slide a{height:950px !important;width:100% !important;position:relative;display:flex;
justify-content:center;
align-items:center;}
.elicon-next, .elicon-prev{display:none;}
.jing-swiper .swiper-slide img{width:70%;height:auto;display:inline-block;margin-top:0px;}


