@charset "utf-8";

/* public css */
@font-face {
    font-family: STYuanti;
    /*src: url("../font/STYuanti-SC-Light.ttf");*/
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.115rem;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.13rem;
    height: 0.13rem;
    display: inline-block;
    border-radius: 0.15rem;
    background: rgb(191, 191, 191);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(152, 152, 152);
    width: 0.28rem;
    height: 0.13rem;
    opacity: 1;
}

/* public css */

/* content */

.header-swiper .swiper-container {
    width: 100%;
    height: 6.7rem;
}

.header-swiper .swiper-pic {
    width: 100%;
    height: 6.7rem;
}

/* sy_module1 */
.sy_module1 {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.sy_nav {
    width: 8.7rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    border-radius: 0.15rem;
    overflow: hidden;
    position: relative;
    top: 0.1rem;
    z-index: 2;
    background-color: #ffbbc8;
}


/*首页轮播图*/
.a3{width:100%; max-width:750px; min-width:320px;margin:10px auto;}
.a3_1{width:100%; max-width:750px; min-width:320px; }
.a3_1 ul li{width:750px; float:left;}
.a3_2{width:320px; height:2px; overflow:hidden; position:absolute; left:50%; bottom:0; z-index:2; margin-left:-160px; }
.a3_2 ul li{width:25%; height:3px; background-color:#8e8e8e; float:left;}
.a3_2 ul li.active{background-color:#cc193a;}

/*视频*/
.video{width:100%; }
.video video{width:100%; }
.tc{ width:90%; margin:0 auto; overflow:hidden; margin-top:2%;}
.tc .tc_l{ width:49%; float:left;text-align:center; }
.tc .tc_l img{ width:100%; margin: 2% 0;}
.tc .tc_r{ width:49%; float:right;text-align:center; }
.tc .tc_r img{ width:100%;margin: 2% 0}

.sy_nav .sy_item {
    width: calc(2.9rem - 0.46rem);
    padding: 0 0.23rem;
}
.sy-item-box{
    height: 2.23rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 0;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.sy_item:nth-child(n+4) .sy-item-box{
	border: none;
}
.sy_nav .sy_item_icon {
    width: 0.51rem;
    height: 0.41rem;
    margin-top: 0.3rem;
}

.sy_nav .sy_item_name {
    font-size: 0.42rem;
    font-family: STYuanti;
    font-weight: bold;
    color: #ffffff;
    /*line-height: 0.42rem;*/
	margin-top: 0.15rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.sy_nav .sy_item_enname {
    width: 2rem;
	margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}

.sy_nav .sy_nav_line {
    width: 8.22rem;
    height: 0.02rem;
    position: absolute;
    top: 50%;
    left: 0.23rem;
}

.sy_expert {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sy_expert .sy_title {
    width: 8.65rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sy_expert .sy_tit_left .expert_tit_bg {
    width: 2.98rem;
    height: 0.39rem;
}

.sy_expert .sy_tit_right .more-icon {
    width: 0.91rem;
    height: 0.24rem;
}

#expertSwiper {
    width: 100%;
    height: auto;
}

.expert-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.5rem;
}

.expert-item .expert-item-li {
    position: relative;
	display: inherit;
    margin: 1rem 0;
}
.expert-item .expert-item-li:nth-child(n+2){
    margin-top: 0.5rem;
}
.expert-item-avatar {
    width: 2.9rem;
    height: 2.9rem;
    position: absolute;
    top: -0.37rem;
    left: 0.32rem;
    box-shadow: 0 0 0.2rem 0 rgba(17, 50, 68, 0.12);
	border-radius: 0.1rem;
}

.expert-item-info {
    width: calc(8.4rem - 4rem);
    height: 2.16rem;
    background-color: #ffffff;
    border-radius: 0.15rem;
    overflow: hidden;
    padding-left: 4rem;
    box-shadow: 0 0 0.2rem 0 rgba(17, 50, 68, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.expert-item-more {
    width: 1.98rem;
    height: 0.37rem;
    position: absolute;
    bottom: -0.13rem;
    right: -0.28rem;
}

.expert-item-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.expert-item-name {
    font-size: 0.44rem;
    font-family: STYuanti;
    font-weight: bold;
    color: #ff8f9f;
    line-height: 0.43rem;
}

.expert-item-position {
    font-size: 0.26rem;
    height: 0.35rem;
    line-height: 0.35rem;
    font-family: STYuanti;
    font-weight: 400;
    
    padding: 0 0.1rem;
    border-radius: 0.1rem;
   
    margin-left: 0.26rem;
    box-sizing: border-box;
}

.expert-item-intro {
    width: 100%;
    font-size: 0.32rem;
    font-weight: 300;

    margin-top: 0.2rem;
    line-height: 0.48rem;
}
.sy_expert>.swiper-container>.swiper-pagination{
	bottom: 0.6rem;
}

.sy_expert>.more_icon{
	margin-top: -0.5rem;
	z-index: 3;
}
.more_icon img{
    margin: 0 auto;
}
.sy_featured_unit>.swiper-container>.swiper-pagination{
	bottom: 0.1rem;
}
/* sy_featured_unit */
.sy_featured_unit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
	padding: 0.24rem 0 0.32rem;
}

.sy_featured_unit .sy_title {
    width: 8.65rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.68rem;
}

.sy_featured_unit .sy_tit_left .tit_bg {
    width: 3.1rem;
    height: 0.4rem;
}

.sy_featured_unit .sy_tit_right .more-icon {
    width: 0.91rem;
    height: 0.24rem;
}

#featuredtSwiper {
    width: calc(100% - 1.9rem);
    height: auto;
    margin: 0 auto;
}
.featured_unit-ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0.32rem 0.2rem 0.88rem;
}

.featured_unit-ul .featured_unit-li {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.1rem;
	justify-content: space-around;
	box-sizing: border-box;
}

.featured_unit-ul .featured_unit-li:nth-child(1) {
    background-color: #ff8f9f;
}

.featured_unit-ul .featured_unit-li:nth-child(2) {
    background-color: #ff8f9f;
}

.featured_unit-ul .featured_unit-li:nth-child(3) {
    background-color: #ff8f9f;
}

.featured_unit-ul .featured_unit-enname {
    font-size: 0.26rem;
    font-family: STYuanti;
    font-weight: 300;
    color: #fff;
    line-height: 0.28rem;
    text-align: center;
}

.featured_unit-ul .featured_unit-icon {
    width: 0.92rem;
    height: 0.75rem;
}

.featured_unit-ul .featured_unit-name {
    font-size: 0.44rem;
    font-family: STYuanti;
    font-weight: bold;
    color: #ffffff;
}

/* sy_module2 */
.sy_module2 {
    background-color: #F1F9FC;
}

.sy_women {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding-top: 0.8rem;
}
.sy_women .sy-nav-et{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#womenSwiper {
    width: 100%;
    height: 4.21rem;
    padding: 0.46rem 0 1.8rem;
}

#womenSwiper .swiper-pic {
    border-radius: 0.15rem;
}
.sy_women>.more_icon{
	margin-top: 0rem;
	z-index: 3;
}

.sy_west_china {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 0.75rem 0 0.6rem;
}

#westSwiper {
    width: 8.77rem;
    height: 6.2rem;
    margin: 0.5rem 0 0;
}

#westSwiper .swiper-pic {
    width: 8.77rem;
    height: 4.97rem;
}

/* sy_news */
.sy_news {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    height: 4.6rem;
    padding: 0 1.06rem;
}

.sy_news .sy_title {
    display: flex;
    flex-direction: column;
}

.sy_news .tit_bg {
    width: 1.96rem;
    height: 1.38rem;
}

.sy_news .more_icon {
    margin-top: 0.3rem;
}

.sy_news_ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 1.5rem;
}

.sy_news_li {
    width: 2.16rem;
    margin-right: 0.5rem;
}

.sy_news_li:first-child {
    margin-right: 0.5rem;
}

.sy_news_icon {
    width: 0.46rem;
    height: 0.46rem;
}

.sy_news_title {
    font-size: 0.31rem;
    font-family: STYuanti;
    font-weight: 400;
    color: #979797;
    line-height: 0.43rem;
    margin-top: 0.35rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_news_more_icon {
    width: 0.91rem;
    height: 0.1rem;
    margin-top: 0.46rem;
}
b{color:#f00}
.conter_con1 { max-width: 750px;min-width:320px; margin:0 auto}
.conter_con1 ul { width:100%; float:left;}
.conter_con1 ul li { width:25%; float:left; text-align:center; padding:5px 0px;}
.conter_con1 ul li span { width:100%; float:left;}
.conter_con1 ul li p { width:100%; float:left; font-size:14px; font-family:"微软雅黑"; line-height:20px;  color:#555;}
.conter_con1 ul li a { color:#ffffff;}
.conter_con0 {max-width: 750px;min-width:320px; margin:0 auto; text-align:center; margin-top:10px;}
.conter_con0_left { width:25%; float:left; text-align:center; padding:7px 0px;}
.conter_con0_left span { width:100%; float:left; font-family:"微软雅黑"; font-size:20px; color:#333; line-height:20px; margin-top:15px}
.conter_con0_left p { width:100%; float:left; color:#C5C5BB; font-family:"微软雅黑"; font-size:12px; line-height:16px;}
.conter_con0_con { width:60%; float:left; height:50px; overflow:hidden;}
.conter_con0_con img { height:100%; float:right;}
.conter_con0_right { width:15%; float:left; background:url(../images/1-24.png) no-repeat center left; height:50px;}
.conter_con0_right p { background:#4a4a4a; height:20px; float:right; -moz-border-radius: 10px; border-radius: 10px; width:40px; margin-top:15px; line-height:20px; }
.conter_con0_right p a { color:#ffffff;}
.conter_con2 { max-width: 750px;min-width:320px; margin:0 auto; }
.conter_con2 ul { width:100%; float:left;}
.conter_con2 ul li { width:23%; margin:0.5%; background:#fef5f7; line-height:30px; padding:5px 0px; float:left; text-align:center; -moz-border-radius: 10px; border-radius: 10px; font-size:14px; font-family:"微软雅黑";  border:1px solid #eee}
.conter_con2 ul li a { color:#555;}
.conter_con3 { width:96%; margin:0px 2%; float:left;}
.conter_con3_title{width:100%; float:left; margin:10px 0px; color:#848686; font-family:"微软雅黑"; font-size:14px; background:url(../images/1-26.png) no-repeat center left; text-indent:40px; line-height:40px;}
.conter_con3_title span {color:#c70024; font-size:18px;}
.conter_con2_top { width:100%; float:left;}
.conter_con2_left { width:31%; float:left;}
.conter_con2_left img { width:100%; float:left;}
.conter_con2_right { width:68%; margin-left:1%; float:left; font-family:"微软雅黑";}
.conter_con2_right span { width:100%; float:left; color:#2B2A2A; font-size:16px; line-height:30px; height:30px; overflow:hidden;}
.conter_con2_right p { width:100%; float:left; color:#555555; font-size:14px; line-height:20px; }
.conter_con2_right a { color:#c70024;}
.conter_con2_con { width:100%; float:left;}
.conter_con2_con ul { width:100%; float:left;}
.conter_con2_con ul li { width:100%; float:left; border-bottom:1px solid #d8d8d8; line-height:35px; font-size:14px; font-family:"微软雅黑";}
.conter_con2_con ul li p { width:80%; float:left; height:35px; overflow:hidden; color:#3D3C3C;}
.conter_con2_con ul li span { width:20%; float:left; height:35px; overflow:hidden; text-align:right; color:#807F7F;}

.conter_zj { width:100%; margin: 0 auto; overflow:hidden}
.slide_container {
  position: relative;
  float: left;
  width: 100%;
  margin:15px 0px 0px 0px;
  }
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  float:left; 
  height:auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li .zj_left { width:47%; float:left;}
.rslides li .zj_left img { width:100%; float:left;}
.rslides li .zj_right { width:50%; float:left; margin-left:3%;}
.rslides li .zj_right span { width:100%; float:left; border-bottom:1px dashed #CCC; line-height:30px; color:#B38A61; font-family:"寰蒋闆呴粦"; font-size:14px;}
.rslides li .zj_right span b { padding-right:10px; color:#019BAD; font-size:20px; font-weight:normal;}
.rslides li .zj_right p { width:100%; float:left; margin-top:10px; line-height:20px; color:#383737; font-family:"寰蒋闆呴粦"; font-size:14px; height:100px; overflow:hidden;}
.rslides li .zj_right p strong { width:15%; float:left; font-weight:normal; color:#999999;}
.rslides li .zj_right p b { width:95%; float:left; color:#383737; font-weight:normal;}
.rslides li .zj_right p a { color:#c70025;}
.rslides li .zj_zxzx { width:90%; margin:10px 0 0 10%; float:left;}
.rslides li .zj_zxzx a { width:40%; float:left; margin:0px 5px;}
.rslides li .zj_zxzx img { width:100%;}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 80%;
  padding: 0;
  margin:0px 10% 10px 10%;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50px;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 34px;
  width: 34px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  background:url(/templets/new/ckzx/images/sy_right.png) no-repeat center center;
  }
.slide1_nav.prev { background:url(/templets/new/ckzx/images/sy_left.png) no-repeat center center;}