.banner_gw{position: relative;}

.banner_gw{}

.banner_gw img{display: block;width: 100%;}

.banner_gw .mimg{display: none;}

.banner_gw .bax{position: absolute;width: 100%;top: 55%;transform: translateY(-50%);-webkit-transform: translateY(-50%); left: 0;z-index: 2;color: #fff;}

.banner_gw .bax .tt{font-size: 60px;}

.banner_gw .bax .tc{margin: 30px 0 60px;}

.banner_gw .bax .more{display: block;width: 150px;height: 40px;line-height: 40px ;padding: 0 15px 0 25px;border-radius: 30px;border: 1px solid rgba(255, 255, 255, .3); text-align: justify; color: #fff;position: relative; overflow: hidden;z-index: 3;}

.banner_gw .bax .more span{display: block;width: 20px;height: 20px;background: url(../images/jtt.png) center no-repeat;position: absolute;top: 10px;right: 15px;}

.banner_gw .bax .more:hover{background: #a18f68; color: #fff;border: 1px solid #a18f68;}

.banner_gw .bax .more:hover span{background: url(../images/jtl.png) center no-repeat;}



.ibox {
    max-width: 1200px;
    min-width: 100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.home-wrap .nav{position: relative;width: 100%;height: 60px;z-index: 7;}

.home-wrap .nav .nvx{position: absolute;width: 100%;height: 60px;top: 0;left: 0;z-index: 2;background: #fff;line-height: 60px;border-bottom: 1px solid #f2f2f2;}

.home-wrap .nav .nvx a{display: block;float: left;margin-right: 50px;position: relative;color: #666;line-height: 60px}

.home-wrap .nav .nvx a s{display: block;position: absolute;width: 0%;height: 2px;background: #a18f68;left: 0;bottom: 0;}

.home-wrap .nav .nvx a.act,.nav .nvx a:hover{color: #a18f68;}

.home-wrap .nav .nvx a.act s{width: 100%;}

.home-wrap .nav .nvx.act{position: fixed;}

.home-wrap .nav .nvx.act2{position: fixed;top: 100px;}
.banner_gw .bax .ibox .c_text {
    margin: 48px 0 40px 0;
}

.banner_gw .bax .ibox .movie_img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
}
.banner_gw .bax .ibox .movie_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}









.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 一起来了解 */
.yqllj{
  width: 100%;
}
.yqllj .ibox{
  padding: 100px 0;
}
.yqllj .ibox .down{
}
.yqllj .ibox .down .three_img{
  width: 100%;
}
.yqllj .ibox .down .three_img .three{
  width: 31.33333%;
  margin-right: 3%;
	margin-bottom: 5%;
	float: left;
  border-radius: 17px;
  overflow: hidden;
  -moz-box-shadow:0px 3px 10px #DDDDDD; -webkit-box-shadow:0px 3px 10px #DDDDDD; box-shadow:0px 3px 10px #DDDDDD;
}
.yqllj .ibox .down .three_img .three:nth-child(3n){
  margin-right: 0;
}
.yqllj .ibox .down .three_img .three .big_img{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.yqllj .ibox .down .three_img .three .big_img img{
  width: 100%;
  -moz-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}
.yqllj .ibox .down .three_img .three:hover .big_img img{
  transform: scale(1.1);
  -moz-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}
.yqllj .ibox .down .three_img .three .big_img::before{
  content: "";
    display: block;
    width: 0;
    height: 8px;
    background: #a18f68;
    position: absolute;
    bottom: 00px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    z-index: 5;
}
.yqllj .ibox .down .three_img .three:hover .big_img::before{
  width: 100%;
  opacity: 1;
}
.yqllj .ibox .down .three_img .three .text{
  padding: 20px 38px 28px;
  background-color: #fff;
}
.yqllj .ibox .down .three_img .three .text .name{
  color: #666;
  font-family: "numa";
	font-size: 18px;
	text-align: center;
	font-weight: normal
}
.yqllj .ibox .down .three_img .three .text .d_text{
  width: 100%;
  color: #333;
  font-weight: bold;
  margin: 10px 0 38px 0;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.yqllj .ibox .down .three_img .three .d_en{
  width: 100%;
  color: #333;
 
  margin: 10px 0 38px 0;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yqllj .ibox .down .three_img .three:hover .d_en{
  color: #a18f68;
}








.yqllj .ibox .down .three_img .three:hover .text .d_text{
  color: #a18f68;
}
.yqllj .ibox .down .three_img .three:hover .text .ckgd .ckgd_text{
  color: #a18f68;
}
.yqllj .ibox .down .three_img .three:hover .text .ckgd .img img:last-child{
    opacity: 1;
}
.yqllj .ibox .down .three_img .three:hover .text .ckgd .img img:first-child{
    opacity: 0;
}
.yqllj .ibox .down .page{
  margin-top: 80px;
}

/* 查看更多按钮 */
.ckgd {
    display: flex;
    align-items: center;
}

.ckgd .ckgd_text {
    color: #666;
    font-weight: bold;
}

.ckgd1 .ckgd_text {
    color: #fff;
    font-weight: bold;
}

.ckgd:hover .ckgd_text {
    color: #a18f68;
}

.ckgd1:hover .ckgd_text {
    color: #a18f68;
}

.ckgd .img {
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0px 0 0 11px;
}

.ckgd .img img {
    position: absolute;
    top: 0;
    left: 0;
}

.ckgd .img img:last-child {
    opacity: 0;
}

.ckgd:hover .img img:last-child {
    opacity: 1;
}

.ckgd:hover .img img:first-child {
    opacity: 0;
}









/* 新闻公告 */
.xwgg{
  width: 100%;
}
.xwgg .ibox{
  padding: 60px 0 48px 0;
}

/* 新闻 */
.wtxw{
  width: 100%;
}
.wtxw .ibox{
  padding: 0 0 100px 0;
}
.wtxw .ibox .five_new{
  width: 100%;
  background-color: #fbfbfb;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 0 40px 80px;
}
.wtxw .ibox .five_new .five{
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
	display: block;
}
.wtxw .ibox .five_new .five::before{
  content: "";
    display: block;
    width: 6px;
    height: 0;
    background: #a18f68;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity:0;
}
.wtxw .ibox .five_new .five:hover::before{
  height: 100%;
  opacity: 1;
}
.wtxw .ibox .five_new .five .d_text{
  width: 90%;
  color: #333;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.wtxw .ibox .five_new .five .d_en{
  width: 90%;
  color: #333;
	font-weight: normal;
	font-size: 14px;
  overflow: hidden;
	margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}







.wtxw .ibox .five_new .five:hover .d_text{
  color: #a18f68;
}
.wtxw .ibox .five_new .five .two_img{
  display: flex;
  align-items: center;
  margin: 27px 0 47px 0;
}
.wtxw .ibox .five_new .five .two_img .time{
  color: #999;
  font-family: "numa";
  margin-left: 10px;
}
.wtxw .ibox .five_new .five:hover .ckgd .ckgd_text{
  color: #a18f68;
}
.wtxw .ibox .five_new .five:hover .ckgd .img img:last-child{
    opacity: 1;
}
.wtxw .ibox .five_new .five:hover .ckgd .img img:first-child{
    opacity: 0;
}

.wtxw .ibox .five_new .five .right_img{
  position: absolute;
  top: 50px;
  right: 0;
  opacity: 0;
}
.wtxw .ibox .five_new .five:hover .right_img{
  opacity: 1;
}

.wtxw .ibox .five_new .page{
  margin-top: 60px;
}
@media (max-width: 1680px) {}

@media (max-width: 1440px) {
	
		.banner_gw .bax .tt{font-size: 40px}
	.banner_gw .bax{top:60%}
	
	.banner_gw .bax .ibox .c_text{margin: 28px 0 20px 0}

	
	
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
	
	
}







@media (max-width: 1030px) {
.xwgg .ibox {
    padding: 50px 0 40px 0;
}
.wtxw .ibox .five_new .five {
    padding: 35px 0;
}
.wtxw .ibox .five_new .five .two_img {
    margin: 20px 0 30px 0;
}
.wtxw .ibox .five_new .page {
    margin-top: 40px;
}
.wtxw .ibox .five_new {
    padding: 0 40px 50px;
}
.wtxw .ibox {
    padding: 0 0 50px 0;
}
}
@media (max-width: 960px) {
 .xwgg .ibox {
    padding: 30px 0 25px 0;
}
.wtxw .ibox .five_new {
    padding: 0 15px 30px;
}
.wtxw .ibox .five_new .five {
    padding: 15px 0;
}
.wtxw .ibox .five_new .five .two_img {
    margin: 10px 0 15px 0;
}
.wtxw .ibox .five_new .page {
    margin-top: 30px;
}
.wtxw .ibox {
    padding: 0 0 30px 0;
}


}


.title .line {
    width: 60px;
    height: 1px;
    background-color: #cccccc;
    margin: 30px 0 18px 0;
}













/*-----------------分页-----------------*/

.l_e1_fenye{

}

.public-yema2 {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.public-yema2 a {
    display: inline-block;
    text-align: center;
    color: #666666;
}
.public-yema2 i {
    font-size: 13px;
    font-weight: bold;
}
.public-yema2 .activepage {
    border:1px solid #a18f68;

}
.public-yema2  .icon-shuangjiaofu-zuo:before {
    content: "\e78a";
}
.public-yema2  .icon-zuo:before {
    content: "\e630";
}
.public-yema2 .icon-z043-you {
    font-size: 10px;
}
.public-yema2  .icon-z043-you:before {
    content: "\e62f";
}
.public-yema2  .icon-shuangjiaofu-you:before {
    content: "\e642";
}
.public-yema2 a span {
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 37px;
    color: rgb(102, 102, 102);
    display: inline-block;
    text-align: center;
    padding: 0px 12px;
    margin: 0px 3px;
}
.public-yema2 li:nth-child(1) {
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    color: rgb(102, 102, 102);
    display: inline-block;
    text-align: center;
    padding: 0px 12px;
    margin: 0px 6px;
}
.public-yema2 li {
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    color: #a18f68;
    display: inline-block;
    text-align: center;
    padding: 0px 12px;
    margin: 0px 6px;
}
.public-yema2  .comp-tabli:hover li {
    border:1px solid #a18f68;
	margin: 0px 5px;
}




    .f_12 {
        font-size: 12px;
    }

    .f_16 {
        font-size: 14px;
    }

    .f_18 {
        font-size: 16px;
    }

    .f_20 {
        font-size: 18px;
    }

    .f_22 {
        font-size: 20px;
    }

    .f_24 {
        font-size: 22px;
    }

    .f_26 {
        font-size: 24px;
    }

    .f_28 {
        font-size: 26px;
    }

    .f_30 {
        font-size: 28px;
    }

    .f_32 {
        font-size: 30px;
    }

    .f_34 {
        font-size: 30px;
    }

    .f_36 {
        font-size: 30px;
    }

    .f_38 {
        font-size: 30px;
    }

    .f_40 {
        font-size: 32px;
    }

    .f_48 {
        font-size: 34px;
    }

    .f_60 {
        font-size: 40px;
    }

    .f_70 {
        font-size: 50px;
    }

    .header .zbox .ul1 li .lbt a {
        font-size: 12px;
    }



/* dz */


@media (max-width: 1030px) {
    .f_14 {
        font-size: 12px;
    }

    .f_16 {
        font-size: 14px;
    }

    .f_18 {
        font-size: 16px;
    }

    .f_20 {
        font-size: 16px;
    }

    .f_22 {
        font-size: 16px;
    }

    .f_24 {
        font-size: 20px;
    }

    .f_26 {
        font-size: 22px;
    }

    .f_28 {
        font-size: 22px;
    }

    .f_30 {
        font-size: 24px;
    }

    .f_32 {
        font-size: 24px;
    }

    .f_34 {
        font-size: 28px;
    }

    .f_36 {
        font-size: 28px;
    }

    .f_38 {
        font-size: 30px;
    }

    .f_40 {
        font-size: 30px;
    }

    .f_42 {
        font-size: 34px;
    }

    .f_50 {
        font-size: 34px;
    }

}

@media(max-width:960px){

  .f_12{ font-size:12px; }

  .f_16{ font-size:14px; }

  .f_18{ font-size:16px; }

  .f_20{ font-size:18px; }

  .f_22{font-size: 18px;}

  .f_24{ font-size:18px; }

  .f_26{ font-size:20px; }

  .f_28{ font-size:24px; }

  .f_30{ font-size:24px; }

  .f_32{ font-size:24px; }

  .f_34{ font-size:24px; }

  .f_36{ font-size:24px; }

  .f_38{ font-size:26px; }

  .f_40{font-size: 26px;}

  .f_48{font-size: 26px;}

  .f_48{ font-size:26px; }

  .banner_gw .mimg{display: block;}

  .banner_gw .pimg{display: none;}

  .banner_gw .bax .tc{margin: 20px 0;line-height: 1.5;}

  .banner_gw .bax .tt{font-size: 30px;}
	
	
		.erm{width: 140px;margin: 0 auto;padding-bottom: 20px}
	.ds2-uxn-footer .ds2-metanavigation-container .ds2-cms-output{text-align: center}
	.ds2-uxn-footer .ds2-footer-col{display: none}
}

/* 有得学 */
.ydx{
  width: 100%;
  background-color: #fff;
  padding: 80px 0 100px 0;
}
.ydx .ibox{
}
.ydx .ibox .title{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ydx .swiper1{
  margin-top: 60px;
  position: relative;
}
.ydx .swiper1 .swiper-slide{
  position: relative;
  width: 52%;
  margin: 0 1.35%;
}
.ydx .swiper1 .swiper-slide .white{
  width: 101%;
  height: 100%;
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ydx .swiper1 .swiper-slide.swiper-slide-active .white{
  opacity: 0;
  transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ydx .swiper1 .s1_box{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.ydx .swiper1 .s1_box .img{
  width: 100%;
}
.ydx .swiper1 .s1_box .img::before{
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/jst_14.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.ydx .swiper1 .s1_box .img img{
  width: 100%;
}
.ydx .swiper1 .s1_box .text{
  position: absolute;
  left: 60px;
  bottom:50px;
  z-index: 5;
  color: #fff;
  font-weight: bold;
}
.ydx .swiper1 .btn{
  width: 94.8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 6;
}

.ydx .swiper1 .btn .s1btnall{
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  -moz-box-shadow:0px 0px 10px #CCCCCC; -webkit-box-shadow:0px 0px 10px #CCCCCC; box-shadow:0px 0px 10px #CCCCCC;
}
.ydx .swiper1 .btn .s1btnall:hover{
  -moz-box-shadow: 0px 2px 10px #a18f68;
    -webkit-box-shadow: 0px 2px 10px #a18f68;
    box-shadow: 0px 2px 10px #a18f68;
}
.ydx .swiper1 .btn .s1btnall img{
  position: absolute;
  top: 0;
  left: 0;
}
.ydx .swiper1 .btn .s1btnall img:last-child{
  opacity: 0;
}
.ydx .swiper1 .btn .s1btnall:hover img:last-child{
  opacity: 1;
}
.ydx .swiper1 .btn .s1btnall:hover img:first-child{
  opacity: 0;
}
@media (max-width: 1680px) {
    .ydx .swiper1 .btn {
    width: 93.9%;
}
}

@media (max-width: 1440px) {
    .ydx .swiper1 .btn {
    width: 93.2%;
}
}

@media (max-width: 1366px) {
    .ydx .swiper1 .btn {
    width: 92.5%;
}
}

@media (max-width: 1280px) {
    .ydx .swiper1 .btn {
    width: 92.3%;
}
}
@media (max-width: 1030px) {
  .ibox {
    padding: 0;
  }
  .banner{
    margin-top: 0;
  }
  .krn {
    padding: 50px 0;
}
.krn .ibox .bg_img {
    height: 300px;
}
.krn .ibox .text {
    padding: 35px 35px 0;
}
.wmzzl {
    width: 100%;
    height: 350px;
    position: relative;
}
.yqllj .ibox {
    padding: 50px 0;
}
.yqllj .ibox .down {
    margin-top: 25px;
}
.yqllj .ibox .down .page {
    margin-top: 40px;
}
.ydx {
    padding: 50px 0;
}
.ydx .swiper1 {
    margin-top: 25px;
}

}
@media (max-width: 960px) {
  .krn {
    padding: 30px 0;
}
.krn .ibox .text {
    padding: 20px 20px 0;
}
.krn .ibox .text .c_text {
    margin: 22px 0 50px 0;
}
.krn .ibox .text .c_text {
    max-width: 100%;
    margin: 10px 0 25px 0;
}
.wmzzl {
    width: 100%;
    height: 300px;
    position: relative;
}
.wmzzl .ibox .text .img_text .c_text {
  line-height: 1.5;
  text-align: center;
}
.yqllj .ibox {
    padding: 30px 0;
}
.yqllj .ibox .down .three_img {
    width: 100%;
    display: block;
}
.yqllj .ibox .down .three_img .three{
  width: 100%;
  margin-right: 0;
  margin-bottom: 6%;
}
.yqllj .ibox .down .three_img .three .text {
    padding: 15px 15px 20px;
}
.yqllj .ibox .down .three_img .three .text .d_text {
    margin: 15px 0 20px 0;
}
.yqllj .ibox .down .page {
    margin-top: 10px;
}
.ydx {
    padding: 30px 0 10px 0;
}
.ydx .swiper1{
  margin-top: 20px;
  padding-bottom: 30px;
}
.ydx .swiper1 .swiper-slide {
    margin: 0;
}
.ydx .swiper1 .s1_box .text {
    left: 27px;
    bottom: 20px;
}
.ydx .swiper1 .btn {
  display: none;
}
.ydx .swiper1 .swiper-slide .white {
  display: none;
}
.wmzzl .ibox .text .img_text .s_img1 {
  display: none;
}
.wmzzl .ibox .text .img_text .s_img2 {
  display: none;
}
}





/* 成长与发展 */
.czyfz {
  width: 100%;
  background-color: #f0f0f0;
	overflow: hidden;
}

.czyfz .ibox {
  padding: 80px 0 100px 0;
}




.czyfz .ibox h2{font-family: "exo_2.0thin", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;}

.czyfz .ibox .lxbox{margin-bottom: 50px;overflow: hidden}






.czyfz .ibox .czds {
  width: 100%;
  height: 510px;
  border-radius: 17px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 47px;
	display: block
}

.czyfz .ibox .czds .left {
  float: right;
  width: 50%;
  padding: 80px 105px 95px 60px;
}

.czyfz .ibox .czds .left .text {}

.czyfz .ibox .czds .left .text .up {
  width: 100%;
}

.czyfz .ibox .czds .left .text .up .four_text {
  color: #333;
  font-weight: bold;
}

.czyfz .ibox .czds .left .text .up .line {
  width: 60px;
  height: 1px;
  background-color: #cccccc;
  margin-top: 30px;
}

.czyfz .ibox .czds .left .text .down {
  width: 100%;
  position: relative;
  margin: 30px 0 50px;
}

.czyfz .ibox .czds .left .text .down .s_img1 {
  position: absolute;
  top: -80px;
  left: -22px;
}

.czyfz .ibox .czds .left .text .down .s_img2 {
  position: absolute;
  bottom: -50px;
  right: -43px;
}

.czyfz .ibox .czds .left .text .down .c_text {
  width: 100%;
  color: #666;
  overflow: hidden;
	font-weight: normal
}

.czyfz .ibox .czds:hover .left .text .ckgd .ckgd_text {
  color: #a18f68;
}

.czyfz .ibox .czds:hover .left .text .ckgd .img img:last-child {
  opacity: 1;
}

.czyfz .ibox .czds:hover .left .text .ckgd .img img:first-child {
  opacity: 0;
}

.czyfz .ibox .czds .right {
  float: left;
  width: 50%;
  height: 100%;
}

.czyfz .ibox .czds .right .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.czyfz .ibox .czds .right .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -moz-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}

.czyfz .ibox .czds:hover .right .img img {
  transform: scale(1.1);
  -moz-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}

.czyfz .ibox .czds1 {
  width: 100%;
  height: 510px;
  border-radius: 17px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 60px;
}

.czyfz .ibox .czds1 .left {
  float: left;
  width: 50%;
  padding: 50px 5px 95px 60px;
}

.czyfz .ibox .czds1 .right {
  float: right;
  width: 50%;
}




.service-form-box{
    padding: 3.5rem 0;
    border-top: 1px solid #e8e8e8;
	overflow: hidden
}
.service-form-box .sub-tit .en{
    color: #eee;
}
.service-form-box .icon-box{
    margin-top: 2.5rem;
}
.service-form-box .icon-box .row{
    margin: 0 -2.5rem;
}
.service-form-box .icon-box .item{
    box-sizing: border-box;
    padding: 0 2.5rem;
    position: relative;
}
.service-form-box .icon-box .item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 3.45rem;
    background-color: #999;
    opacity: .3;
    filter: alpha(opacity=30);
}
.service-form-box .icon-box .item:first-child:before{
    display: none;
}
.service-form-box .con-box{
    text-align: center;
}
.service-form-box .con-box .icon{
    width: 45px;
    margin: 0 auto;
}
.service-form-box .con-box .icon img{
    width: 100%;
}
.service-form-box .con-box .tit{
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}
.service-form-box .con-box .desc{
    font-size: 14px;
    line-height: .45rem;
    color: #999;
    margin-top: 20px;
}
.service-form-box .form-box{
    margin-top: 2.5rem;
}
.service-form-box .form-box input[type=text]{
    background-color: #f9f9f9;
    margin-bottom: 20px;

}
.service-form-box .form-box .select-box .tit{
    background-color: #f9f9f9;
}
.service-form-box .form-box .address{
}
.service-form-box .form-box .address{
    
}
.form-box textarea{
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #f9f9f9;
    color: #999;
    border: 1px solid #e8e8e8;
    height: 3.45rem;
    padding: 15px 30px 15px 65px;
    font-size: 14px;
    margin-bottom: 20px;
    background-position: 30px 20px;
    background-repeat: no-repeat;
}
.service-form-box .form-box .check-box{
    float: left;
    width: 48.83%;
    border: 1px solid #e8e8e8;
}
.service-form-box .form-box .check-box input{
    width: 70.69%;
    border: none;
    margin-bottom: 0;

}
.service-form-box .form-box .check-box img{
    float: right;
    width: 29.31%;
    height: 60px;
    box-sizing: border-box;
    border-left: 1px solid #e8e8e8;
}
.service-form-box .form-box input[type=submit]{
    float: left;
    width: 250px;
    height: 60px;
    background-color: #bca065;
    color: #fff;
    border: none;
    padding: 0;
    text-align: center;
    font-size: .4rem;
}

.col-sm-3 {
    width: 25%;float: left
}


.form-box input[type=text]{
    float: left;
    width: 30.3333%;
	margin-right: 4.5%;
    border: 1px solid #e8e8e8;
    padding: 20px 30px 20px 65px;
    box-sizing: border-box;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    color: #999;
    margin-bottom: 1rem;
    background-position: 30px center;
    background-repeat: no-repeat;
}
.form-box input:nth-child(3n){margin-right: 0
}
.form-box .select-box{
    float: left;
    width: 30.83%;
    margin-bottom: 1rem;
    position: relative;
}
.form-box .select-box.on{
    z-index: 3;
}
.form-box .select-box:nth-child(2n){
    float: right;
}
.form-box .select-box .tit{
    display: block;
    line-height: 58px;
    height: 58px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    padding: 0 30px 0 65px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    background-position: 30px center;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-repeat: no-repeat;
}
.form-box .select-box .tit:before{
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/select-arrow.png');
}
.form-box .types-box{
    width: 100%;
}
.form-box .sub{
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-top: none;
    z-index: 3;
    box-sizing: border-box;
    max-height: 244px;
    overflow: auto;
}


.form-box .sub a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 60px;
    padding: 0 30px;
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    transition: all .2s;
}
.form-box .sub a:last-child{
    border-bottom: none;
}

.form-box .name{
    background-image: url('../images/form-icon1.png');
}
.form-box .tel{
    background-image: url('../images/form-icon2.png');
}
.form-box .province-box .tit{
    background-image: url('../images/form-icon3.png');
}
.form-box .city-box .tit{
    background-image: url('../images/form-icon4.png');
}
.form-box .types-box .tit{
    background-image: url('../images/form-icon5.png');
}
.form-box .apply-box{
    
    width: 100%;
}
.form-box .apply-box .left{
    margin-top: 20px;
    float: left;
}
.form-box .apply-box .read{
    float: left;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    line-height: 24px;
    background-image: url('../images/read-btn.png');
    text-decoration: underline;
}
.form-box .apply-box .read.on{
    background-image: url('../images/read-btn2.png');
}
.form-box .apply-box .condition-btn{
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #bca065;
    padding-right: 20px;
    margin-left: 1rem;
    position: relative;

}
.form-box .apply-box .condition-btn:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 9px;
    height: 5px;
    background-image: url('../images/condition-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
}
.form-box .apply-box .condition-btn.on:before{
    transform: rotate(180deg);
}

.form-box input[type=submit]{
    float: right;
    width: 6.25rem;
    height: 1.5rem;
    background-color: #bca065;
    color: #fff;
    outline: none;
    border: none;
    padding: 0;
    font-size: 16px;
    transition: all .2s;
}
.form-box input[disabled=disabled]{
    background-color: #f8f7f6;
    color: #333;
}
.form-box .condition-text{
    font-size: 14px;
    color: #666666;
    padding: 20px 30px 50px;
    background-color: #fffaee;
    line-height: 30px;
    margin-top: 30px;
    display: none;
}
.form-box .m-btn{
    display: none;
}


.service-box{
    padding: 3.5rem 0;
}
.service-box .about-con{
    text-align: center;
    width: 55%;
    margin: .25rem auto 0;
	color:#999
}
.service-box .img{
    margin-top: 2rem;
}
.service-box .img img{
    width: 100%;
}

.sub-tit{
    text-align: center;
}
.sub-tit .en{
    font-size: 50px;
    color: #f5f5f5;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
}
.sub-tit .cn{
    font-size: 24px;
    line-height: .85rem;
    color: #333;
    margin-bottom: 30px;
}
.sub-tit .line{
    width: 1rem;
    height: .1rem;
    background-color: rgba(0,0,0,.1);
    margin: 20px auto 0;
}
.sub-tit .desc{
    font-size: 18px;
    line-height: .5rem;
    color: #666;
    margin-top: 20px;
	margin-bottom: 20px
}


#news_con{
  background-color: #e5e5e5;
}
#news_con .xwyj{
  width: 100%;
  padding: 60px 0 0px 0;
}
#news_con .xwyj .box{
  padding: 83px 12.5% 100px;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}

#news_con .xwyj .box p img{width: 900px;margin: 0 auto}

#news_con .xwyj .box .title_text{
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
#news_con .xwyj .box .two_text{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

#news_con .xwyj .box .two_text .left{
  color: #999;
  display: flex;
  align-items: center;
}
#news_con .xwyj .box .two_text .left .left_text span:last-child{
  font-family: "numa";
  margin-left: 10px;
}
#news_con .xwyj .box .two_text .left .line{
  width: 1px;
  height: 10px;
  background-color: #d9d9d9;
  margin: 0 30px;
}
#news_con .xwyj .box .two_text .right{
  display: flex;
  display: none;
}
#news_con .xwyj .box .two_text .right img{
  margin-left: 20px;
}
#news_con .xwyj .box .line{
  width: 100%;
  height: 1px ;
  background-color: #d9d9d9;
  margin: 40px 0 50px 0;
}
#news_con .xwyj .box .c_text{
  color: #666;
  line-height: 2.2;
  text-align: justify;
}
#news_con .xwyj .box .big_img{
  max-width: 100%;
  margin: 30px auto;
}
#news_con .xwyj .box .big_img img{
  width: 100%;
  border-radius: 19px;
  overflow: hidden;
}
#news_con .xwyj .box .c_line{
  width: 100%;
  height: 1px ;
  background-color: #d9d9d9;
  margin: 50px 0 39px 0;
}
#news_con .xwyj .box .two_img{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news_con .xwyj .box .two_img .left{
  width: 80%;
}
#news_con .xwyj .box .two_img .left .sxyp{
  display: block;
  width: 100%;
  color: #666;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news_con .xwyj .box .two_img .left .sxyp:hover{
  color: #a18f68;
}
#news_con .xwyj .box .two_img .left .syp{
  margin-bottom: 30px;
}
.more {
    width: 150px;
    height: 40px;
    padding: 0 15px 0 25px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more.more1 {
    border: 1px solid #a18f68;
}

.more:hover {
    background-color: #a18f68;
}

.more .more_text {
    color: #a18f68;
    font-weight: bold;
}

.more:hover .more_text {
    color: #fff;
}


#news_con .xwyj .box table{
    width: 100%;
}

@media (max-width: 1680px) {}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}
@media (max-width: 1030px) {
	#news_con .xwyj .box p img{width: 100%;margin: 0 auto}

	
	
  #news_con .xwyj {
    padding: 50px 0 50px 0;
}
#news_con .xwyj .box {
    padding: 50px 5% 50px;
}
#news_con .xwyj .box .line {
    margin: 15px 0 30px 0;
}
#news_con .xwyj .box .c_line {
    margin: 30px 0 30px 0;
}
#news_con .xwyj .box .two_img .left .syp {
    margin-bottom: 20px;
}
}
@media (max-width: 960px) {
	
	.czyfz .ibox .czds .right{float: none;width:100%;display: none}	
	
	.czyfz .ibox .czds .left{float: none;width:100%;padding: 50px 20px 20px 20px}	
	
	.service-box .about-con{width: 90%}
	
	.col-sm-3{width:50%}
	
	.service-form-box .con-box .tit{font-size: 14px;margin-bottom: 20px}
	
	.service-form-box .icon-box .row{margin: 0 auto}
	
	.service-form-box .icon-box .item{padding: 0 0 0 10px}
	
	.service-form-box .con-box .desc{margin-bottom: 20px}
	
	.czyfz .ibox h2{font-size: 26px!important}
	
	.fr{float: none}
	.fr img{width: 140px}
	.fr p{width: 140px}	
	
	.fl{float: none}
	
	
  #news_con .xwyj {
    padding: 30px 0;
}
#news_con .xwyj .box {
    padding: 30px 4.5% 30px;
}
#news_con .xwyj .box .two_text {
    display: block;
    margin-top: 15px;
}
#news_con .xwyj .box .two_text .left .line {
    margin: 0px 0px;
}
#news_con .xwyj .box .two_text .left {
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#news_con .xwyj .box .two_text .right {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
#news_con .xwyj .box .two_text .right img {
  width: 30px;
  height: 30px;
    margin-left: 20px;
}
#news_con .xwyj .box .big_img img {
    border-radius: 7px;
}
#news_con .xwyj .box .big_img {
    margin: 20px auto;
}
#news_con .xwyj .box .c_line {
    margin: 20px 0 20px 0;
}
#news_con .xwyj .box .two_img {
    display: block;
}
#news_con .xwyj .box .two_img .left {
    width: 95%;
}
#news_con .xwyj .box .two_img .right {
  margin-top: 20px;
}
#news_con .xwyj .box .two_img .right .more{
  margin: 0 auto;
}
}
