@charset "utf-8";
/*main CSS*/
.w {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.bgf5 {
  background: #f5f5f5;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}
.enlarge{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 10000;	
	display: none;
}
.enlarge .enlarge_img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    max-width: 100%!important;
}
.head {
  width: 100%;
  height: 100px;
  z-index: 100;
}
.head .menu,
.head .close_menu {
  display: none;
}
.head .w {
  height: 100%;
}
.head .fl {
  margin: 10px 0;
  margin-right: 30px;
}
.head .fl a {
  display: block;
}
.head .fl img {
  width: auto;
  height: 80px;
}
.head .head_ul {
  overflow: hidden;
  float: left;
}
.head .head_ul li {
  float: left;
  height: 20px;
  line-height: 1;
  margin: 40px 0;
  position: relative;
  border-right: 1px solid #454545;
}
.head .head_ul li.li_langulage{
	display: none;
} 
.head .head_ul li a {
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 18px;
  display: block;
  margin: 0 28px;
}
.head .head_ul li:after {
  content: '';
  position: absolute;
  top: -52px;
  right: 0;
  left: 0;
  background-color: #f39700;
  height: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.head .head_language {
  overflow: hidden;
  margin: 38px 0;
  line-height: 24px;
  float: left;
  margin-left: 42px;
}
.head .head_language a {
  font-size: 12px;
  color: #454545;
  float: left;
  padding: 0 5px;
}
.head .head_language .active {
  font-size: 16px;
  color: #f39700;
}
.head .head_language i {
  float: left;
  width: 11px;
  font-size: 16px;
  color: #f39700;
}
.head_search {
  float: left;
  position: relative;
  margin: 38px 0;
}
.head_search .search_img {
  margin: 0 0 0 30px;
  position: relative;
  z-index: 2;
}
.head_search .head_ipt {
  position: absolute;
  width: 0;
  height: 40px;
  right: -20px;
  top: -7px;
  transition: width ease 1s, padding ease 1s;
}
.banner {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 600px;
}
.banner img {
  max-width: inherit;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: absolute;
}
.footer .bgf5 {
  height: 166px;
}
.footer .w {
  padding-top: 40px;
}
.footer .w .footer_logo {
  float: left;
  margin-right: 85px;
}
.footer .w .footer_contact_wrap{
	float: left;
}
.footer .w .footer_contact {
  float: left;
  width: 260px;
}
.footer .w .footer_contact h3 {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}
.footer .w .footer_contact p {
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.footer .w .footer_contact p a {
  font-size: 12px;
  color: #666666;
}
.footer .w .footer_contact2 {
  width: auto;
  padding: 0 48px 0 68px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.footer .w .footer_ewm {
  float: left;
  margin-left: 60px;
}
.footer .w .footer_ewm div {
  float: left;
  margin-right: 20px;
}
.footer .w .footer_ewm div img {
  width: 90px;
  height: 90px;
}
.footer .w .footer_ewm div p {
  font-size: 12px;
  color: #666666;
  margin-top: 6px;
  text-align: center;
}
.footer .footer_info {
  color: #666666;
  text-align: center;
  height: 82px;
  overflow: hidden;
}
.footer .footer_info p {
  font-size: 12px;
  margin: 22px auto 8px;
}
.footer .footer_info div {
  font-size: 12px;
}
.index-yd-swiper,
.yd-bannner {
  display: none;
}
.list {
  margin: 30px 0;
  overflow: hidden;
}
.list a:last-child {
  border-right: none;
}
.list a {
  float: left;
  width: 33.3%;
  height: 120px;
  border-right: 1px solid #dddddd;
  line-height: 120px;
  text-align: center;
}
.list a img {
  display: inline-block;
}
.list a .img_active {
  display: none;
}
.list a p {
  font-size: 20px;
  color: #454545;
  display: inline-block;
  margin-left: 48px;
}
.list .active {
  background: #f39700;
  border-right-color: #f39700;
}
.list .active img {
  display: none;
}
.list .active .img_active {
  display: inline-block;
}
.list .active p {
  color: #FFFFFF;
}
.list_tit {
  height: 53px;
  line-height: 53px;
  background: #acacac;
  font-size: 18px;
  color: #FFFFFF;
  text-indent: 40px;
  position: relative;
}
.list_tit:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: none;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 6px solid #acacac;
  position: absolute;
  top: 100%;
  left: 75px;
}
.service_list {
  margin-top: 30px;
}
.service_list li {
  border-top: 1px solid #d8d8d8;
  padding: 50px 30px 50px 65px;
}
.service_list li a {
  height: 280px;
  display: block;
  overflow: hidden;
}
.service_list li img {
  float: left;
  width: 470px;
  height: 280px;
  margin-right: 70px;
}
.service_list li div {
  float: left;
  width: 555px;
}
.service_list li div .service_tit {
  font-size: 20px;
  color: #f39700;
  font-weight: bold;
  display: block;
  margin: 20px 0 15px;
}
.service_list li div .service_txt {
  font-size: 16px;
  color: #717171;
  line-height: 30px;
}
.service_list li:nth-child(2n) img {
  float: right;
  margin-left: 70px;
  margin-right: 0;
}
.more {
  height: 69px;
  text-align: center;
  background: #f39700;
  margin: 30px 0 50px;
  cursor: pointer;
}
.more img {
  margin-top: 6.5px;
}
.dl_wrap {
  margin-top: 30px;
  margin-bottom: 32px;
}
.dl_list {
  margin-bottom: 20px;
}
.dl_list dt {
  height: 110px;
  background: #f6f6f6;
  padding: 25px 30px;
  position: relative;
}
.dl_list dt .dt1 {
  display: block;
  font-size: 18px;
  color: #333333;
  width: 50%;
  margin-bottom: 15px;
}
.dl_list dt .dt2 {
  font-size: 14px;
  color: #999999;
  width: 90%;
}
.dl_list dt .switch {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/images/open.png);
  right: 30px;
  top: 40px;
  cursor: pointer;
}
.dl_list dt .switch.open {
  background: url(../../images/images/close.png);
}
.dl_list .dd_wrap {
  border-top: 1px solid #ddd;
  display: none;
}
.dl_list dd {
  border: 1px solid #dddddd;
  border-top: none;
  min-height: 70px;
  overflow: hidden;
  padding-left: 30px ;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dl_list dd a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  /*max-width: 90%;*/
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  line-height: normal;
  pointer-events: none;
  vertical-align: middle;
}
.dl_list dd a  img{
    width: 470px;
    height: 280px;
}
.dl_list dd em {
	display: none;
  font-size: 14px;
  color: #666666;
  float: right;
}
.board {
  height: 620px;
  width: 100%;
  background: url(../../images/images/message_board.jpg) no-repeat;
}
.board .board_form {
  width: 620px;
  margin: 0 auto;
}
.board .board_form h4 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 120px;
}
.board .board_form div {
  border-radius: 70px;
  background: #FFFFFF;
  margin-bottom: 20px;
  overflow: hidden;
}
.board .board_form div p {
  float: left;
  width: 60px;
  margin-left: 15px;
  line-height: 50px ;
  text-align: center;
}
.board .board_form div p img{
	height: 20px
}
.board .board_form div input {
  float: left;
  width: 490px;
  height: 26px;
  border-left: 1px solid #e7e7e7;
  text-indent: 20px;
  margin-top: 15px;
}
.board .board_form div textarea {
  display: block;
  width: 100%;
  height: 130px;
  padding: 20px 32px;
}
.board .board_form .textarea_div {
  border-radius: 30px;
}
.board .board_form .board_submit {
  display: block;
	width: 230px;
	height: 50px;
  background: #f39700;
  border-radius: 6px;
  font-size: 18px;
  color: #FFFFFF;
  margin: 32px auto 0;
}
.Crumbs {
  height: 70px;
  border-bottom: 1px solid #dddddd;
}
.Crumbs .fl {
  position: relative;
  float: left;
  height: 100%;
  padding-left: 20px;
}
.Crumbs .fl img {
  position: absolute;
  height: 15px;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.Crumbs .fl i {
  margin: 0 10px 0 6px;
}
.Crumbs .fl a {
  margin-left: 15px;
}
.Crumbs .fl a,
.Crumbs .fl i {
  line-height: 70px;
  font-size: 14px;
  color: #717171;
}
.Crumbs .fl .active {
  color: #f39700;
  margin-left: 0;
}
.Crumbs .fr {
  color: #f39700;
  font-size: 18px;
  line-height: 70px;
  display: none;
}
.content {
  overflow: hidden;
}
.con_tit {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin: 30px auto 10px;
}
.con_desc {
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-bottom: 30px;
}
.con_desc .time {
  font-size: 12px;
  color: #999999;
  margin-right: 30px;
}
.con_desc i {
  font-size: 12px;
  color: #999999;
}
.con_desc .bdsharebuttonbox {
  position: absolute;
  top: 0px;
  right: 10%;
}
.con_desc .bdsharebuttonbox a {
  width: 31px;
  height: 30px;
  padding: 0;
  margin: 0 0 0 8px!important;
  background-position: center center!important;
}
.bdshare-button-style1-16 .bds_more {
  background-image: url(../../images/images/share1.png) !important;
}
.bdshare-button-style1-16 .bds_weixin {
  background-image: url(../../images/images/share2.png);
}
.bdshare-button-style1-16 .bds_tsina {
  background-image: url(../../images/images/share3.png);
}
.bdshare-button-style1-16 .bds_tqq {
  background-image: url(../../images/images/share4.png);
}
.bdshare-button-style1-16 .bds_qzone {
  background-image: url(../../images/images/share5.png);
}
.con_con {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 100px;
}
.con_con img {
  display: block;
  margin: 40px auto;
}
.law_a {
  overflow: hidden;
  width: 1120px;
  margin: 0 auto;
}
.law_a a {
  float: left;
  width: 250px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  background: #acacac;
  color: #FFFFFF;
  font-size: 18px;
  margin: 50px 40px 50px 0px;
}
.law_a a:last-child {
  margin-right: 0;
}
.law_a .active {
  background: #f39700;
}
.law_list {
  margin-bottom: 50px;
}
.law_list li {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 28px;
}
.law_list li a {
  height: 222px;
  padding: 32px 25px;
  display: block;
  overflow: hidden;
}
.law_list li a img {
  float: left;
  height: 160px;
  width: 230px;
  margin-right: 30px;
}
.law_list li a div {
  float: left;
  width: 890px;
  padding: 5px 0;
}
.law_list li a div h4 {
  font-size: 20px;
  color: #454545;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.law_list li a div .law_list_p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.about_list {
  padding: 30px 105px;
  overflow: hidden;
}
.about_list a {
  float: left;
  width: 25%;
  height: 110px;
  text-align: center;
  background: #f9f9f9;
}
.about_list a div {
  height: 42px;
  line-height: 42px;
  margin: 20px auto 10px;
  text-align: center;
}
.about_list a .img_active {
  display: none;
}
.about_list a p {
  font-size: 20px;
  color: #333333;
}
.about_list .active {
  background: #f39700;
}
.about_list .active p {
  color: #FFFFFF;
  font-size: 16px;
}
.about_list .active div {
  margin-bottom: 15px;
}
.about_list .active img {
  display: none;
}
.about_list .active .img_active {
  display: inline-block;
}
.about {
  /*overflow: hidden;*/
}
.about img {
  float: left;
  width: 600px;
  height: 370px;
  margin-right: 40px;
}
.about .about_div {
  float: right;
  width: 560px;
  min-height: 370px;
  /*overflow: hidden;*/
}
.about .about_div h4 {
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 45px;
}
.about .about_div .con {
  font-size: 18px;
  color: #717171;
  line-height: 36px;
}
.about .about_div .about_txt{
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.about .about_div .about_txt1{
	font-size: 18px;
  color: #717171;
  line-height: 36px;
  overflow: auto;
}
.about .about_div .readmore{
	text-align: right;
	display: block;
	color: #f39700;
	font-size: 20px;
}
.work_tit {
  font-size: 30px;
  color: #454545;
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
}
.work_list {
  margin-bottom: 50px;
}
.work_list li h6 {
  color: #f39700;
  font-size: 20px;
  line-height: 36px;
  margin: 30px 0 20px 0;
}
.work_list li div {
  font-size: 18px;
  color: #717171;
  line-height: 36px;
}
.work_list li div img {
  display: block;
  margin: 20px auto 8px;
}
.work_list li div .center {
  text-align: center;
  font-size: 18px;
}
.about_join_wrap .about_join:first-child {
  padding-top: 20px;
}
.about_join {
  padding: 50px 0 ;
  border-bottom: 1px solid #dddddd;
}
.about_join img {
  width: 570px;
  height: 300px;
}
.about_join .about_div {
  padding-top: 20px;
  height: 300px;
}
.about_join .about_div h4 {
  border-bottom: none;
  margin-bottom: 30px;
}
.about_join .about_div .about_txt {
  font-size: 18px;
  -webkit-line-clamp: 5;
}
.about_join_wrap {
  margin-bottom: 50px;
}
.about_join_wrap .about_join:nth-child(2n) img {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
.contact {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
}
.contact img {
  float: left;
  width: 50%;
  height: 400px;
}
.contact .contact_box {
  width: 50%;
  float: left;
  height: 400px;
  background: #f39700;
  padding: 50px 0 50px 5%;
}
.contact .contact_box h4 {
  color: #FFFFFF;
  font-size: 30px;
  margin-bottom: 55px;
}
.contact .contact_box p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
}
.contact2 img {
  float: right;
}
.contact2 .contact_box {
  padding: 50px 0 50px 15%;
}
.school {
  text-align: center;
}
.school a {
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #acacac;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block;
  margin: 30px 35px 0;
  border-radius: 10px;
}
.school .active {
  background: #f39700;
  color: #FFFFFF;
}
.school2 {
  margin-top: 20px;
}
.teach_list {
  margin-top: 45px;
  margin-bottom: 20px;
}
.teach_list li:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #e50011;
  left: 0;
  top: -5px;
  position: absolute;
  display: none;
}
.teach_list li:nth-child(2n) {
  margin-left: 3.333333%;
}
.teach_list li {
  overflow: hidden;
  float: left;
  width: 48.333333%;
  height: 425px;
  margin-bottom: 30px;
  position: relative;
  transition: all ease-out 0.3s;
}
.teach_list li img {
  display: block;
  width: auto;
  height: 320px;
}
.teach_list li div {
  width: 480px;
  height: 170px;
  background: #f39700;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -240px;
  top: -65px;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 20;
}
.teach_list li div h3 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
.teach_list li div .desc {
  font-size: 16px;
  color: #F6F6F6;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.teach_list li div em {
  color: #e50011;
  font-size: 14px;
  float: right;
  margin-top: 10px;
  display: none;
}
.build {
  margin-top: 80px;
}
.build1,
.build2 {
  margin-bottom: 50px;
  overflow: hidden;
}
.build1 .fl,
.build2 .fl,
.build1 .fr,
.build2 .fr {
  position: relative;
  width: 49.1667%;
  overflow: hidden;
}
.build1 .fl img,
.build2 .fl img,
.build1 .fr img,
.build2 .fr img {
  width: 100%;
  height: auto;
}
.build1 .fl .img_tit,
.build2 .fl .img_tit,
.build1 .fr .img_tit,
.build2 .fr .img_tit {
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.build1 .fl .img_desc,
.build2 .fl .img_desc,
.build1 .fr .img_desc,
.build2 .fr .img_desc {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(243, 151, 0, 0.7);
  color: #FFFFFF;
  text-align: center;
}
.build1 .fl .img_desc i,
.build2 .fl .img_desc i,
.build1 .fr .img_desc i,
.build2 .fr .img_desc i {
  font-size: 16px;
  position: absolute;
  top: 15%;
  left: 6%;
  width: 88%;
}
.build1 .fl .img_desc h4,
.build2 .fl .img_desc h4,
.build1 .fr .img_desc h4,
.build2 .fr .img_desc h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  position: absolute;
  top: 27%;
  left: 6%;
  width: 88%;
}
.build1 .fl .img_desc div,
.build2 .fl .img_desc div,
.build1 .fr .img_desc div,
.build2 .fr .img_desc div {
  font-size: 16px;
  color: #F6F6F6;
  position: absolute;
  top: 40%;
  left: 6%;
  width: 88%;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.build1 .fl .img_desc em,
.build2 .fl .img_desc em,
.build1 .fr .img_desc em,
.build2 .fr .img_desc em {
  color: #e60012;
  font-size: 14px;
  position: absolute;
  bottom: 9.375%;
  left: 6%;
  width: 88%;
}
.build2 .fl {
  width: 32.084%;
  margin-right: 1.875%;
  height: 320px;
  overflow: hidden;
  min-height: 154px;
}
.build2 .fl:nth-child(3n) {
  margin-right: 0;
}
.more2 {
  margin: 0 0 50px 0;
}
.index-swiper img,
.index-yd-swiper img {
  width: 100%;
}
.index-swiper > .swiper-pagination-bullets,
.index-yd-swiper > .swiper-pagination-bullets {
  bottom: 32px;
  text-align: right;
  right: 18.75%;
  left: inherit;
}
.index-swiper > .swiper-pagination-bullets .swiper-pagination-bullet,
.index-yd-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 0;
  margin: 0 10px;
  transform: rotate(45deg);
  opacity: 1;
}
.index-swiper > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.index-yd-swiper > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #e60012;
}
.mytabs .mytab {
  display: none;
}
.mytabs .mytab:first-child {
  display: block;
}
.baoli {
  overflow: hidden;
}
.baoli .fl {
  width: 50%;
  background: #f39700;
  padding: 8.32% 7.29%  1.712%   15% ;
  color: #FFFFFF;
}
.baoli .fl a {
  font-size: 14px;
  color: #e50011;
}
.baoli .fr {
  width: 50%;
  height: auto;
}
.my_tit {
  color: #FFFFFF;
}
.my_tit em {
  width: 74px;
  height: 74px;
  border: 1px solid #e50011;
  display: inline-block;
  margin-right: 28px;
  cursor: pointer;
}
.my_tit em span {
  display: inline-block;
  width: 63px;
  height: 63px;
  text-align: center;
  line-height: 63px;
  font-size: 20px;
  border: 1px solid #FFFFFF;
  margin: 5px;
}
.my_tit i {
  font-size: 26px;
}
.my_tit2 {
  text-align: center;
}
.my_tit2 em {
  display: block;
  margin: 58px auto 20px;
}
.my_tit2 em span {
  border-color: #cccccc;
  color: #333333;
}
.my_tit2 i {
  display: block;
  font-size: 26px;
  color: #333333;
  margin-bottom: 45px;
}
.my_tit2 .col2 {
  color: #454545;
}
.baoli_txt {
  font-size: 16px;
  color: #F6F6F6;
  margin-top: 65px;
  margin-bottom: 50px;
  line-height: 1.5;
}
.falu {
  background: #dddddd;
  height: 653px;
  padding: 68px 0;
}
.falu .index-swiper2 {
  width: 57.5%;
  height: 517px;
  float: left;
}
.falu .index-swiper2 .swiper-pagination {
  font-size: 22px;
  color: #FFFFFF;
  bottom: 61px;
}
.falu .index-swiper2 .swiper-pagination span {
  font-size: 22px;
  color: #FFFFFF;
}
.falu .index-swiper2 .index-swiper2-l,
.falu .index-swiper2 .index-swiper2-r {
  width: 30px;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  left: 39.2%;
  bottom: 73px;
  z-index: 200;
  margin-top: 0;
  top: inherit;
}
.falu .index-swiper2 .index-swiper2-r {
  right: 39.2%;
  left: inherit;
}
.falu .fl {
  float: right;
  width: 42.5%;
  height: 517px;
  background: #f39700;
  padding-top: 48px;
}
.falu .fl .my_tit {
  margin-left: 12px;
}
.falu .fl h4 {
  color: #e50011;
  font-size: 22px;
  text-align: center;
  margin: 85px 0 40px;
}
.falu .fl .falu_con {
  font-size: 18px;
  color: #FFFFFF;
  width: 76%;
  margin: 0 auto;
  word-break: break-all;
}
.index-swiper2-con-wrap .index-swiper2-con:first-child {
  display: block;
}
.index-swiper2-con-wrap .index-swiper2-con {
  display: none;
}
.teach_list2 {
  margin-top: 60px;
  margin-bottom: 7px;
}
.download {
  background: #DDDDDD;
}
.about_index {
  height: 760px;
  background-size: cover;
}
.about_index img {
  max-width: 100%;
}
.about_index .about_box {
  width: 600px;
  height: 540px;
  margin-top: 110px;
  background: rgba(243, 151, 0, 0.7);
  color: #FFFFFF;
  padding: 75px 35px 0;
}
.about_index .about_box h5 {
  text-align: center;
  font-size: 26px;
}
.about_index .about_box div {
  font-size: 16px;
  line-height: 48px;
  color: #F6F6F6;
  margin: 50px auto 60px;
}
.about_index .about_box a {
  font-size: 14px;
  color: #e50011;
}
.links {
  position: absolute;
  font-size: 18px;
  color: #454545;
  left: 25px;
  top: 20px;
  z-index: 20;
}
.index-swiper3 .swiper-slide {
  width: 300px;
  height: 253px;
  text-align: center;
  line-height: 253px;
  position: relative;
}
.index-swiper3 .swiper-slide a {
  border-right: 2px solid #dddddd;
  display: block;
  width: 100%;
  height: 100%;
}
.index-swiper3 .swiper-slide img {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.notice {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 20px;
}
.notice li:nth-child(3n) {
  margin-right: 0;
}
.notice li {
  float: left;
  width: 385px;
  margin-right: 22.5px;
  margin-bottom: 30px;
}
.notice li a {
  display: block;
}
.notice li img {
  width: 100%;
  height: 320px;
  display: block;
}
.notice li .notice_con {
  border: 1px solid #dddddd;
  width: 100%;
  height: 90px;
  padding: 15px 10px 0;
}
.notice li .notice_con p {
  font-size: 18px;
  color: #454545;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.notice li .notice_con div {
  overflow: hidden;
}
.notice li .notice_con div span {
  font-size: 14px;
  color: #999999;
}
.notice li .notice_con div em {
  display: none;
  font-size: 14px;
  color: #e60012;
  float: right;
  margin-right: 10px;
}
.data {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 25px;
}
.data div {
  cursor: pointer;
  float: left;
  width: 50%;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.data div span {
  font-size: 20px;
  color: #454545;
  margin-left: 40px;
}
.data div .img_active {
  display: none;
}
.data div.active {
  background: #f39700;
  color: #FFFFFF;
  border-right-color: #f39700;
  border-left-color: #f39700;
}
.data div.active img {
  display: none;
}
.data div.active .img_active {
  display: inline;
}
.data div.active span {
  color: #FFFFFF;
}
.data-tab1 dl {
  margin-bottom: 20px;
}
.data-tab1 dt {
  height: 110px;
  background: #f6f6f6;
  padding: 25px 30px;
  position: relative;
}
.data-tab1 dt h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.data-tab1 dt p {
  font-size: 14px;
  color: #999999;
}
.data-tab1 dt i {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 40px;
  background: url(../../images/images/open.png);
}
.data-tab1 dt i.active {
  background: url(../../images/images/close.png);
}
.data-tab1 .dd_wrap {
  display: none;
  border-top: 1px solid #dddddd;
}
.data-tab1 dd {
  height: 72px;
  line-height: 72px;
  padding: 0 30px;
  border: 1px solid #dddddd;
  border-top: none;
}
.data-tab1 dd a {
  color: #f39700;
  font-size: 14px;
  text-decoration: underline;
}
.more3 {
  margin: 50px 0;
}
.data-tab2 {
  display: none;
}
.data-tab2 ul {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
}
.data-tab2 ul li:nth-child(4n) {
  margin-right: 0;
}
.data-tab2 ul li {
  float: left;
  width: 280px;
  height: 450px;
  border: 1px solid #cccccc;
  margin-right: 26.66px;
  margin-bottom: 30px;
}
.data-tab2 ul li .img {
  display: block;
  width: 100%;
}
.data-tab2 ul li div {
  height: 226px;
  text-align: center;
  padding: 28px 65px 0;
}
.data-tab2 ul li div p {
  font-size: 18px;
  color: #454545;
  line-height: 30px;
}
.data-tab2 ul li div img {
  display: block;
  margin: 18px auto 20px;
}
.data-tab2 ul li div a {
  font-size: 16px;
  color: #e50011;
}
.con_con2 {
  margin-bottom: 65px;
}
.desc_download {
  margin-bottom: 50px;
}
.desc_download a {
  font-size: 18px;
  text-decoration: underline;
}
.desc_download .a1 {
  color: #666666;
  margin: 0 12px 0 16px;
}
.desc_download .a2 {
  color: #f39700;
}
.bd_weixin_popup_foot {
  display: none!important;
}
#bdshare_weixin_qrcode_dialog {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ss-list{
	margin-bottom: 50px;
}
.ss-list h3 {
  margin: 50px 0;
}
.ss-list h3 span {
  color: #f39700;
  font-size: 24px;
  margin-right: 17px;
}
.ss-list .gy {
  display: block;
  color: #666666;
  font-size: 14px;
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 20px;
}
.ss-list .gy span {
  color: #454545;
  font-size: 14px;
}
.ss-list ul {
  padding-top: 20px;
}
.ss-list ul li {
  padding: 30px 0;
  border-bottom: 1px solid #c8c8c8;
}
.ss-list ul li a h2 {
  display: block;
  color: #666666;
  font-size: 24px;
  margin-bottom: 15px;
}
.ss-list ul li a h2:hover {
  color: #f39700;
}
.ss-list ul li p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .head .head_language a:hover {
    font-size: 16px;
    color: #f39700;
  }
  .head .head_ul li:hover:after,
  .head .head_ul li.active:after {
    top: -40px;
  }
  .head .head_ul li:hover a,
  .head .head_ul li.active a {
    color: #f39700;
  }
  .list a:hover {
    background: #f39700;
    border-right-color: #f39700;
  }
  .list a:hover img {
    display: none;
  }
  .list a:hover .img_active {
    display: inline-block;
  }
  .list a:hover p {
    color: #FFFFFF;
  }
  .dl_list dd a:hover {
    text-decoration: underline;
    color: #f39700;
  }
  .law_list li:hover {
    background: #f39700;
    border-color: #f39700;
  }
  .law_list li:hover a div p,
  .law_list li:hover a div h4 {
    color: #FFFFFF;
  }
  .about_list a:hover {
    background: #f39700;
  }
  .about_list a:hover p {
    color: #FFFFFF;
    font-size: 16px;
  }
  .about_list a:hover div {
    margin-bottom: 15px;
  }
  .about_list a:hover img {
    display: none;
  }
  .about_list a:hover .img_active {
    display: inline-block;
  }
  .school a:hover {
    background: #f39700;
    color: #FFFFFF;
  }
  .teach_list li:hover {
    transform: translate(0, -18px);
  }
  .teach_list li:hover em {
    display: block;
  }
  .teach_list li:hover:after {
    display: block;
  }
  .build1 .fl:hover .img_tit,
  .build1 .fr:hover .img_tit,
  .build2 .fl:hover .img_tit {
    display: none;
  }
  .build1 .fl:hover .img_desc,
  .build1 .fr:hover .img_desc,
  .build2 .fl:hover .img_desc {
    display: block;
  }
  .notice li:hover .notice_con div em {
    display: block;
  }
  .notice li:hover .notice_con p {
    color: #f39700;
  }
}
@media screen and (max-width: 1450px) {
  .head {
    height: 80px;
  }
  /*.banner {
    height: 400px;
  }
  .banner img {
    height: 100%;
    left: 0;
    width: auto;
    margin-left: 0;
  }*/
  .head .fl {
    width: 71px;
    height: 80px;
    margin: 0 30px 0 0;
  }
  .head .fl a {
    text-align: center;
    height: 100%;
    line-height: 80px;
  }
  .head .fl a img {
    height: 60px;
  }
  .head .head_ul li {
    margin: 30px 0;
  }
  .head .head_ul li a {
    margin: 0 22;
  }
  .head .head_ul li a li:nth-child(3n) {
    margin-right: 0px;
  }
  .head .head_ul li.active::after {
    top: -30px;
  }
  .head_search {
    margin: 28px 0;
  }
  .head .head_language {
    margin: 28px 0 28px 42px;
  }
  .baoli .fl {
    padding: 2% 6% 1% 6%;
  }
  .baoli .fl .baoli_txt {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .w3 {
    width: 80%;
  }
  .falu .w {
    width: 80%;
  }
  .falu .w .index-swiper2 .swiper-pagination {
    bottom: 5.5%;
  }
  .falu .w .index-swiper2 .index-swiper2-l {
    left: 38%;
    bottom: 8%;
  }
  .falu .w .index-swiper2 .index-swiper2-r {
    right: 38%;
    bottom: 8%;
  }
  .falu .w .fl .my_tit {
    margin-left: 10%;
  }
  .falu .w .fl h4 {
    margin: 60px 0 40px;
  }
  .teach_list li div {
    height: 130px;
    padding: 10px 20px;
  }
  .teach_list li div h3 {
    margin-bottom: 10px;
  }
  .teach_list li div a {
    margin-top: 5px;
  }
  .build1,
  .build2 {
    margin-bottom: 35px;
  }
  .build1 .fl .img_desc i,
  .build2 .fl .img_desc i,
  .build1 .fr .img_desc i,
  .build2 .fr .img_desc i {
    font-size: 14px;
  }
  .teach_list li div .desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .build1 .fl .img_desc div,
  .build2 .fl .img_desc div,
  .build1 .fr .img_desc div,
  .build2 .fr .img_desc div,
  .build1 .fl .img_desc h4,
  .build2 .fl .img_desc h4,
  .build1 .fr .img_desc h4,
  .build2 .fr .img_desc h4,
  .build1 .fl .img_tit,
  .build2 .fl .img_tit,
  .build1 .fr .img_tit,
  .build2 .fr .img_tit {
    font-size: 14px;
  }
  .build1 .fl .img_desc div,
  .build2 .fl .img_desc div,
  .build1 .fr .img_desc div,
  .build2 .fr .img_desc div {
    line-height: 1.6;
    height: 86px;
  }
  .build1 .fl .img_desc i,
  .build2 .fl .img_desc i,
  .build1 .fr .img_desc i,
  .build2 .fr .img_desc i {
    top: 18%;
  }
  .build1 .fl .img_desc h4,
  .build2 .fl .img_desc h4,
  .build1 .fr .img_desc h4,
  .build2 .fr .img_desc h4 {
    top: 30%;
    font-size: 16px;
  }
  .build1 .fl .img_desc em,
  .build2 .fl .img_desc em,
  .build1 .fr .img_desc em,
  .build2 .fr .img_desc em {
    bottom: 15%;
  }
  .Crumbs {
    height: 60px;
  }
  .Crumbs .fl a,
  .Crumbs .fl i {
    line-height: 60px;
  }
  .Crumbs .fr {
    line-height: 60px;
  }
  .about .about_div .about_txt {
    font-size: 18px;
  }
  .work_list li div {
    font-size: 16px;
  }
  .falu {
    padding: 50px 0;
    height: auto;
  }
  .index-swiper3 .swiper-slide {
    height: 180px;
    line-height: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .w {
    width: 100%;
    padding: 0 5%;
  }
  .footer .bgf5 {
    height: auto;
    overflow: hidden;
  }
  .footer .w {
    padding-top: 20px;
  }
  .footer .w .footer_logo {
    float: none;
    width: 207px;
    margin: 0 auto 20px;
  }
  .footer .w .footer_contact_wrap {
    overflow: hidden;
    float: none;
  }
  .footer .w .footer_contact {
    margin-left: 16%;
  }
  .footer .w .footer_contact2 {
    margin-left: 0%;
    margin-right: 16%;
    border: none;
    width: auto;
    padding: 0;
    float: right;
  }
  .footer .w .footer_ewm {
    float: none;
    overflow: hidden;
    width: 220px;
    margin: 20px auto 20px;
  }
  .service_list li {
    padding: 50px 30px;
  }
  .service_list li a {
    height: auto;
  }
  .service_list li img {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .service_list li div {
    float: none;
    margin: 0 auto 0;
  }
  .service_list li div .service_tit {
    text-align: center;
  }
  .service_list li:nth-child(2n) img {
    float: none;
    margin: 0 auto 20px;
  }
  .law_a {
    width: 920px;
  }
  .law_a a {
    margin: 30px 40px 30px 0px;
    width: 200px;
  }
  .law_list {
    padding: 0 5%;
  }
  .about img {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .about .about_div {
    float: left;
    width: 100%;
    padding: 0 5%;
    height: auto;
    margin-bottom: 20px;
  }
  .about .about_div .about_txt {
    display: block;
  }
  .work_tit {
    margin: 0 5%;
    padding: 20px 0;
  }
  .work_list {
    padding: 0 5%;
  }
  .work_list li div img {
    max-width: 100%;
  }
  .about_join {
    padding-bottom: 10px;
  }
  .about_join .about_div .about_txt {
    text-align: center;
  }
  .about_join .about_div h4 {
    text-align: center;
    margin-bottom: 10px;
  }
  .about_join_wrap .about_join:nth-child(2n) img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .teach_list {
    padding: 0 5%;
  }
  .teach_list li {
    width: 48%;
  }
  .teach_list li img {
    max-width: 100%;
    width: auto;
  }
  .teach_list li div {
    width: 80%;
    margin-left: -40%;
    height: 155px;
  }
  .teach_list li div h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .teach_list li div .desc {
    font-size: 15px;
  }
  .teach_list li:nth-child(2n) {
    margin-left: 4%;
  }
  .notice li {
    width: 32.0833%;
    margin-right: 1.875%;
  }
  .data-tab2 ul li:nth-child(4n) {
    margin-right: 3.5%;
  }
  .data-tab2 ul li:nth-child(3n) {
    margin-right: 0%;
  }
  .data-tab2 ul li {
    width: 31%;
    height: 400px;
    margin-right: 3.5%;
  }
  .data-tab2 ul li div {
    padding: 20px 50px 0;
    height: 120px;
  }
  .data-tab2 ul li div p {
    font-size: 18px;
  }
  .data div {
    height: 80px;
    line-height: 80px;
  }
  .data div span {
    font-size: 18px;
  }
  .data div img {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .w {
    width: 100%;
  }
  .head {
    height: auto;
  }
  .head .fl {
    float: none;
    text-align: center;
    margin: 15px 0;
  }
  .head .head_search,
  .head .head_language,
  .head .head_ul {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    height: auto;
  }
  .banner img {
    max-width: inherit;
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .board .board_form {
    width: 80%;
  }
  .board .board_form div p {
    width: 8%;
    margin-left: 3%;
    line-height: 50px;
  }
  .board .board_form div input {
    width: 87%;
    margin-top: 12px;
  }
  .con_con {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .con_con img {
    max-width: 100%;
  }
  .con_desc {
    height: 55px;
  }
  .con_desc .bdsharebuttonbox {
    position: relative;
    right: inherit;
    margin-left: -100px;
    left: 50%;
    width: 200px;
    top: 6px;
  }
  .law_a {
    width: auto;
    padding: 0 5%;
  }
  .law_a a {
    width: 22%;
    height: 45px;
    line-height: 45px;
    margin-right: 4%;
  }
  .law_list li a img {
    margin-right: 20px;
  }
  .contact {
    margin-bottom: 100px;
  }
  .teach_list {
    margin-top: 30px;
  }
  .school a {
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 20px 20px 0;
  }
  .build {
    margin-top: 40px;
  }
  .build1,
  .build2 {
    margin-bottom: 25px;
  }
  .build1 .fl .img_tit,
  .build2 .fl .img_tit,
  .build1 .fr .img_tit,
  .build2 .fr .img_tit {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0 3%;
  }
  .build1 .fl .img_desc i,
  .build2 .fl .img_desc i,
  .build1 .fr .img_desc i,
  .build2 .fr .img_desc i {
    top: 12%;
  }
  .build1 .fl .img_desc h4,
  .build2 .fl .img_desc h4,
  .build1 .fr .img_desc h4,
  .build2 .fr .img_desc h4 {
    font-size: 18px;
  }
  .build1 .fl .img_desc div,
  .build2 .fl .img_desc div,
  .build1 .fr .img_desc div,
  .build2 .fr .img_desc div {
    line-height: 22px;
    font-size: 16px;
    top: 44%;
    -webkit-line-clamp: 3;
  }
  .build1 .fl .img_desc em,
  .build2 .fl .img_desc em,
  .build1 .fr .img_desc em,
  .build2 .fr .img_desc em {
    font-size: 16px;
    bottom: 4%;
  }
  .notice {
    margin-top: 30px;
  }
  .notice li:nth-child(3n) {
    margin-right: 0;
  }
  .notice li:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
  }
  .notice li {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
	.head .head_ul li.li_langulage{
		display: block;
		text-align: center;
	}
	.head .head_ul .li_langulage a{
			display: inline-block;
			font-size: 12px;
    	color: #454545;
      padding: 0 5px;
      margin: 0;
	}
	.head .head_ul .li_langulage i{
			display: inline-block;
    	width: 11px;
    	font-size: 16px;
    	color: #f39700;
	}
	.head .head_ul .li_langulage a.active{
		color: #f39700;
	 font-size: 16px;
	}
  .head {
    position: relative;
    padding: 20px;
    height: 80px;
  }
  .head .w {
    padding: 0;
  }
  .head .fl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .head .fl img {
    width: auto;
    height: 40px;
  }
  .head .fr {
    display: none;
  }
  .head .menu {
    display: block;
    float: left;
    height: 40px;
  }
  .head .head_ul,
  .head .menu {
    display: block;
  }
  .head .close_menu {
    display: block;
    text-align: center;
  }
  .head .close_menu img {
    width: 38px;
  }
  .head .head_ul {
    display: none;
    background: #000;
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    height: 100%;
    padding: 20% 10% 0;
    width: auto;
  }
  .head .head_ul li:after {
    display: none;
  }
  .head .head_ul li {
    float: none;
    display: block;
    margin: 30px 0;
    border-right: none;
  }
  .head .head_ul li a {
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
  }
  .head .head_search {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
  .head .head_search .head_ipt {
    right: -10px;
  }
  .banner {
    display: block;
    height: 200px;
  }
  .banner img {
    width: auto;
    height: 200px;
    margin-left: -35%;
  }
  .footer .w .footer_contact_wrap {
    overflow: hidden;
    text-align: left;
  }
  .footer .w .footer_contact {
    float: none;
    margin: 0 auto;
    width: 100%;
    display: none;
  }
  .footer .w .footer_contact2{
  	display: block;
  }
  .footer .w .footer_contact h3,
  .footer .w .footer_contact p,
  .footer .w .footer_contact p a {
    font-size: 14px;
    line-height: 35px;
  }
  .footer .w .footer_contact2 {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .footer .w .footer_ewm {
    float: none;
    overflow: hidden;
    width: 220px;
    margin: 20px auto 20px;
  }
  .footer .w .footer_ewm div p {
    font-size: 12px;
    line-height: 35px;
  }
  .footer .footer_info {
    height: auto;
    padding-bottom: 10px;
  }
  .footer .footer_info p,
  .footer .footer_info div {
    font-size: 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer_info p {
    margin-top: 10px;
  }
  .list {
    width: 450px;
  }
  .list a:nth-child(2) img {
    margin-top: 2px;
  }
  .list a:nth-child(3) img {
    margin-top: 7px;
    transform: scale(0.9);
  }
  .list a {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: normal;
    position: relative;
  }
  .list a img {
    transform: scale(0.65);
    width: auto;
    display: inline-block;
  }
  .list a p {
    display: inline-block;
    font-size: 16px;
    width: auto;
    text-align: center;
    margin-left: 0;
  }
  .list_tit {
    text-indent: 20px;
  }
  .list_tit:after {
    left: 40px;
  }
  .service_list {
    margin-top: 30px;
  }
  .service_list li {
    padding: 25px;
  }
  .service_list li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .service_list li div {
    width: 100%;
  }
  .more {
    height: 50px;
    margin: 20px 0 30px;
  }
  .more img {
    height: 30px;
    margin: 10px auto;
  }
  .dl_wrap {
    margin-top: 30px;
  }
  .dl_list dt {
    height: auto;
    padding: 20px;
  }
  .dl_list dt .switch {
    top: 30px;
  }
  .dl_list dd {
    min-height: 60px;
    /*line-height: 60px;*/
    padding-left: 15px;
    padding-right: 15px;
    min-height: inherit;
  }
  .dl_list dd a {
    /*max-width: 65%;*/
  }
  .board {
    height: 460px;
  }
  .board .board_form h4 {
    font-size: 24px;
    line-height: 90px;
  }
  .board .board_form div p {
    width: 18%;
    line-height: 40px;
  }
  .board .board_form div p img {
    transform: scale(0.8);
  }
  .board .board_form div input {
    width: 74%;
    height: 40px;
    margin-top: 0;
    font-size: 14px;
    text-indent: 15px;
  }
  .board .board_form .textarea_div {
    border-radius: 10px;
  }
  .board .board_form .textarea_div textarea {
    height: 110px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .board .board_form .board_submit {
    width: 100%;
    font-size: 16px;
    height: 35px;
    margin-top: 30px;
  }
  .Crumbs {
    height: 50px;
  }
  .Crumbs .fl a,
  .Crumbs .fl i {
    line-height: 50px;
  }
  .Crumbs .fr {
    display: none;
  }
  .con_con {
    margin-bottom: 50px;
    width: 100%;
  }
  .con_con img {
    margin: 20px auto;
  }
  .con_desc {
    height: auto;
    margin-bottom: 15px;
  }
  .con_desc .time,
  .con_desc i {
    display: block;
    font-size: 14px;
  }
  .law_a a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    margin: 20px 4% 20px 0;
  }
  .law_list li a {
    height: auto;
    padding: 20px 0;
  }
  .law_list li a img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .law_list li a div {
    width: auto!important;
    float: none;
    margin: 0 auto;
    padding: 15px 0 0;
  }
  .law_list li a div h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    overflow: auto;
    white-space: inherit;
  }
  .law_list li a div .law_list_p {
    font-size: 16px;
    display: block;
  }
  .scroll {
    width: 100%;
    overflow-x: auto;
  }
  .about_list {
    width: 600px;
    padding: 0;
    margin: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
  }
  .about_list a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
  }
  .about_list a div {
    display: inline-block;
    margin-top: 0px;
  }
  .about_list a div img {
    transform: scale(0.7);
  }
  .about_list a p {
    display: inline-block;
    width: auto;
    font-size: 18px;
    margin-top: 0px;
  }
  .about_list .active div {
    margin-bottom: inherit;
  }
  .about img {
    width: 100%;
    height: auto;
  }
  .about .about_div {
    padding: 0;
    margin-bottom: 10px;
  }
  .about .about_div h4 {
    font-size: 22px;
    padding: 8px 0;
    margin-bottom: 12px;
  }
  .about .about_div .about_txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .work_tit {
    margin: 0;
    font-size: 22px;
    padding: 13px 0;
    margin-bottom: 12px;
  }
  .work_list {
    padding: 0;
  }
  .work_list li h6 {
    margin: 15px 0 6px;
    font-size: 18px;
  }
  .work_list li div,
  .work_list li div .center {
    font-size: 16px;
    line-height: 1.5;
  }
  .work_list li div img,
  .work_list li div .center img {
    margin: 15px auto 8px;
  }
  .about_join .about_div h4 {
    margin-bottom: 0px;
  }
  .contact {
    margin-bottom: 30px;
  }
  .contact img {
    float: none;
    width: 100%;
    height: auto;
  }
  .contact .contact_box {
    float: none;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  .contact .contact_box h4 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .school {
    margin-top: 10px;
  }
  .school a {
    width: auto;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    margin: 20px 10px 0 0;
    font-size: 16px;
  }
  .teach_list {
    padding: 0 ;
    margin-top: 30px;
  }
  .teach_list li:nth-child(2n) {
    margin: 0;
  }
  .teach_list li {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: -10px;
  }
  .teach_list li img {
    height: 250px;
    max-width: inherit;
  }
  .teach_list li div {
    top: -40px;
    height: auto;
    padding: 12px 18px;
  }
  .teach_list li div h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .teach_list li div .desc {
    display: block;
    line-height: 1.5;
  }
  .build {
    margin-top: 30px;
  }
  .build1,
  .build2 {
    margin-bottom: 0;
  }
  .build1 .fl,
  .build2 .fl,
  .build1 .fr,
  .build2 .fr {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .index-yd-swiper {
    display: block;
  }
  .index-yd-swiper img {
    height: 250px;
    width: auto;
  }
  .index-swiper {
    display: none;
  }
  .index-yd-swiper > .swiper-pagination-bullets {
    bottom: 12px;
  }
  .index-yd-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px;
  }
  .baoli .fl {
    float: none;
    width: 100%;
    padding: 6%;
    height: auto!important;
  }
  .baoli .fr {
    float: none;
    width: 100%;
  }
  .my_tit em {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .my_tit em span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 5px;
  }
  .my_tit i {
    font-size: 20px;
  }
  .my_tit2 em {
    margin: 30px auto 20px;
  }
  .my_tit2 i {
    margin-bottom: 30px;
  }
  .falu {
    padding: 30px 0;
    height: auto;
  }
  .falu .w {
    width: 100%;
  }
  .falu .w .index-swiper2 {
    float: none;
    width: 100%;
    height: 300px;
  }
  .falu .w .index-swiper2 img {
    height: 300px;
    width: auto;
  }
  .falu .w .index-swiper2 .index-swiper2-l {
    left: 32%;
  }
  .falu .w .index-swiper2 .index-swiper2-r {
    right: 32%;
  }
  .falu .w .fl {
    float: none;
    width: 100%;
    height: auto;
    padding: 8% 6%;
  }
  .falu .w .fl .my_tit {
    margin-left: 0;
  }
  .falu .w .fl h4 {
    font-size: 18px;
    margin: 30px 0 30px;
  }
  .falu .w .fl .falu_con {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .index-swiper3 .swiper-slide {
    height: 180px;
  }
  .index-swiper3 .swiper-slide img {
    max-width: 90%;
  }
  .w2 {
    width: 100%;
    padding: 0;
  }
  .about_index {
    height: 500px;
  }
  .about_index .about_box {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    padding: 10% 6%;
  }
  .about_index .about_box div {
    margin: 20px auto 5px;
    font-size: 14px;
    line-height: 2;
    max-height: 255px;
    overflow: hidden;
  }
  .notice {
    margin-top: 30px;
  }
  .notice li:nth-child(3n) {
    margin-right: 0;
  }
  .notice li:nth-child(2n) {
    margin-left: 0%;
    margin-right: 0;
  }
  .notice li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .data div {
    height: 50px;
    line-height: 50px;
  }
  .data div img {
    width: 30px;
  }
  .data div span {
    margin-left: 10px;
    font-size: 16px;
  }
  .data-tab1 dt {
    height: 90px;
    padding: 15px 20px;
  }
  .data-tab1 dt i {
    right: 20px;
    top: 30px;
  }
  .data-tab1 dd {
    height: 60px;
    line-height: 60px;
  }
  .data-tab2 ul {
    margin-top: 0;
  }
  .data-tab2 ul li {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    height: inherit;
    margin-right: 0!important;
  }
  .data-tab2 ul li div {
    height: inherit;
    padding: 20px ;
  }
  .data-tab2 ul li div img {
    width: 30px;
    margin: 15px auto 15px;
  }
  .desc_download {
    margin-bottom: 25px;
  }
  .desc_download img {
    width: 30px;
  }
  .desc_download .a2 {
    display: block;
    margin-top: 15px;
  }
  .falu .w .index-swiper2 .swiper-pagination {
    bottom: 4.5%;
    font-size: 18px;
  }
  .build2 .fl {
    overflow: hidden;
  }
  .baoli .fl .baoli_txt,
  .falu .w .fl .falu_con,
  .teach_list li div .desc,
  .build1 .fl .img_tit,
  .build2 .fl .img_tit,
  .build1 .fr .img_tit,
  .build2 .fr .img_tit {
    font-size: 14px;
  }
  .con_desc .bdsharebuttonbox {
    display: none;
  }
  .w-100 {
    width: 100%;
    padding: 0;
  }
  .law_list {
    padding: 0;
  }
  .law_list li {
    padding: 0 5%;
  }
  .contact .contact_box p {
    font-size: 16px;
  }
  .notice li .notice_con div span {
    font-size: 12px;
  }
  .notice li .notice_con {
    padding: 10px 15px 0;
    height: 70px;
  }
  .notice li .notice_con p {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .ss-list .Crumbs {
    display: none;
  }
  .ss-list .gy {
    text-indent: 2em;
  }
  .ss-list h3 {
    text-indent: 1em;
    margin: 20px 0;
  }
  .ss-list ul li {
    padding: 20px 10px;
  }
  .ss-list{
		margin-bottom: 30px;
	}
	.enlarge .enlarge_img{
		height: auto!important;
	}
}
@media screen and (max-width: 320px) {
  .con_desc {
    text-align: center;
  }
  .con_desc .time,
  .con_desc i {
    display: block;
    margin-right: 0;
  }
}
