.minwidth {
  min-width: 1200px;
}
.clearfix {
  display: block;
}
* + html .clearfix {
  min-height: 1%;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
/*=================================================================
  top
==================================================================*/
.top {
  padding: 0 100px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px #f1f2f3 solid;
  background: #fff;
}
.top .top_l {
  width: 48%;
  float: left;
}
.top .top_l a {
  font-weight: bold;
  color: #f08300;
  margin: 0 60px 0 10px;
}
.top .top_l strong {
  color: #3e2d7d;
  padding-left: 25px;
  background-image: url(../fonts/top_tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.top .top_r {
  width: 52%;
  text-align: right;
  float: right;
}
.top .top_r div {
  display: inline-block;
}
.top .top_r .top_r_nav a {
  margin: 0 10px;
}

/*=================================================================
  head
==================================================================*/
.head {
  background-color: #fff;
}
.head_logo {
  width: 410px;
  height: 100px;
  float: left;
  background: url(../images/head_logo.png) no-repeat left center;
  position: relative;
}
.head_light {
  cursor: pointer;
  position: absolute;
  left: -180px;
  top: 10px;
  width: 80px;
  height: 60px;
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  background-image: -o-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  -ms-transform: skewx(-25deg);
  animation: light_move 2.5s 1s infinite linear;
  -webkit-animation: light_move 2.5s 1s infinite linear;
  -moz-animation: light_move 2.5s 1s infinite linear;
  -o-animation: light_move 2.5s 1s infinite linear;
  -ms-animation: light_move 2.5s 1s infinite linear;
}
@keyframes light_move {
  0% {
    left: -180px;
  }
  30% {
    left: 420px;
  }
  75% {
    left: 50px;
  }

  100% {
    left: 320px;
  }
}


.head_search {
  display: flex;          /* 使用 Flexbox 布局 */
  align-items: center;    /* 垂直居中对齐子元素 */
  white-space: nowrap;    /* 防止换行 */
  width: 320px;
  float: left;
  padding-top: 32px;
}

.head_s_key {
  flex: 1;                /* 让输入框占据可用空间 */
  min-width: 0;           /* 防止内容溢出 */
  width: 210px;
  height: 35px;
  border: 1px #dbdbdb solid;
  border-right: none;
  display: inline-block;
}

.head_s_key input {
  width: 100%;            /* 输入框宽度充满容器 */
  box-sizing: border-box; /* 宽度包含内边距和边框 */
  font-size: 14px;
  height: 32px;
  width: 202px;
  float: left;
  margin: 2px 0 0 10px;
  border: none;
  outline: none;
  color: #999999;
}

.head_s_btn {
  flex-shrink: 0;         /* 防止按钮缩小 */
  width: 74px;
  height: 37px;
  display: inline-block;
}


.head_s_btn .submit {
  width: 74px;
  height: 37px;
  background: url(../images/head_submit.jpg) no-repeat center;
  border: none;
  cursor: pointer;
}

.head_phone {
  width: 461px;
  height: 100px;
  float: left;
  background: url(../images/head_phone.jpg) no-repeat right center;
}
.head_nav{
  background:#3e2d7d;
}
.head_nav_left {
  width: 204px;
  height: 50px;
  background: #f8f8f8;
  float: left;
  font-size: 18px;
  color: #1c1c1c;
  text-align: center;
  line-height: 50px;
}
.head_nav_right {
  width: 996px;
  height: 40px;
  float: right;
  text-align: center;
  padding-top: 10px;
}
.head_nav_right .thisclass {
  border-radius: 5px;
  background: #9a33cc;
  
}
.head_nav_right .thisclass a {
  color: #fff;
}
.head_nav_right li {
  width: 112px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  border-radius: 5px;
  transition: all ease 0.2s;
}
.head_nav_right li a {
  font-size: 16px;
  color: #fff;
  transition: all ease 0.2s;
}
.bannimg{height:736px;}
.bannimg a{width:100%;height:465px;display:block;}
/*=================================================================
  s1
==================================================================*/
.rdgzzzz .rdgggz{font-weight:blod !important; margin-bottom:10px;}
.rdgzzzz ul li{float:left; margin-left:32px; font-size:14px; line-height:30px;}
.rdgzzzz ul li.scgll{margin-left:0;}
.s1 {
  width: 1120px;
  padding: 36px 40px 28px;
  background: #fff;
  margin: 20px auto;
  overflow: hidden;
}
.s1_intro {
  width: 352px;
  float: left;
}
.s1 h2 {
  font-weight: bold;
  font-size: 20px;
}
.s1 h3 {
  font-weight: normal;
  font-size: 18px;
  padding: 18px 0 6px;
}
.s1_intro p {
  font-size: 14px;
  color: #c4c4c4;
}
.s1_intro_spe{
  padding-top: 18px;
  overflow: hidden;
}
.s1_intro_spe li{
  width: 58px;
  float: left;
  margin-right: 30px;
  transition: all ease 0.2s;
  background-repeat: no-repeat;
  background-position: left top;
}
.s1_intro_spe li a{
  font-size: 14px;
    padding-top: 60px;
    display: inline-block;
}
.s1_i_s_1 {
  background-image: url(../images/s1_1.jpg);
}
.s1_i_s_2 {
  background-image: url(../images/s1_2.jpg);
}
.s1_i_s_3 {
  background-image: url(../images/s1_3.jpg);
}
.s1_i_s_4 {
  background-image: url(../images/s1_4.jpg);
}
.s1_news{
  width: 362px;
  margin: 0 20px;
  float: left;
  position: relative;
}
.s1_news .fa{
  width: 16px;
  height: 16px;
  font-size: 18px;
  color: #f08301;
  position: absolute;
  top: 3px;
  right: 0;
}
.s1_n_c{
  padding-top: 10px;
}
.s1_n_c li{
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.s1_n_c li a{
  font-size: 14px;
}
.s1_zone{
  width: 366px;
    float: left;
    position: relative;
}
.s1_zone h2{
  position: relative;
    padding-bottom: 21px;
}
.s1_zone h2 img{
  position: absolute;
    top: 0;
    left: 80px;
}
.s1_zone  .swiper-button-next2{
	right: 0; top: 3px; width: 16px; height: 16px; position: absolute; cursor: pointer;
}
.s1_zone  .swiper-button-prev2{
	right: 21px; top: 3px; width: 16px; height: 16px; position: absolute; cursor: pointer;
}
.s1_zone  .swiper-wrapper img{
	width: 366px; height: 183px;
}
.tit{
	position: relative; text-align: center;
}
.tit .line{
	width: 100%; height: 1px; background: #f1f2f3; position: absolute; top: 16px;
}
.tit h2{
	font-size: 24px; font-weight: normal; padding: 0 20px; background: #fff; display: inline-block; z-index: 1; position: relative;
}
/*=================================================================
  s2
==================================================================*/
.s2{
	width: 1200px; padding: 40px 0; margin: 0 auto; background: #fff; position: relative;
}
.s2_expert_c{
	padding: 30px 40px 0;
}
.expert_c1{
	height: 80px; width: 278px; background: rgba(62,45,125,0.9);  color: #FFFFFF; text-align: center; opacity: 1; transition:all .7s ease-in-out;
}
.expert_c1 dl{
	padding-top: 10px;
}
.expert_c1 dt{
	font-size: 24px;
}
.expert_c1 dd{
	font-size: 14px;
}
.expert_c .swiper-slide:hover .expert_c1{
	opacity: 0;
}
.expert_c .swiper-slide:hover .expert_c2{
	top: 0; background: rgba(0,0,0,0.7);
}
.s2_doc_img{
  display: block;
  margin: 0 auto;
  max-width: 173px;
}
.s2 .swiper-button-next4,.s2 .swiper-button-prev4{
	opacity: 0; transition: all ease 0.2s;
}
.s2:hover .swiper-button-next4,.s2:hover .swiper-button-prev4{
	opacity: 1;
}
.s2 .swiper-button-next4{
	right: 0; top: 50%; width: 25px; height: 40px; margin-top: -20px; background-color: #c4c4c4; background-size: 20px 30px; position: absolute; cursor: pointer; background-repeat: no-repeat; background-position: center;
}
.s2 .swiper-button-prev4{
	left: 0; top: 50%; width: 25px; height: 40px; margin-top: -20px; background-color: #c4c4c4; background-size: 20px 30px; position: absolute; cursor: pointer; background-repeat: no-repeat; background-position: center;
}
.swiper-button-next4.swiper-button-white, .swiper-container-rtl .swiper-button-prev4.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev4.swiper-button-white, .swiper-container-rtl .swiper-button-next4.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
/*=================================================================
  beauty
==================================================================*/
.beauty{
	width: 1200px; margin: 20px auto; background: #fff;
}
.tab_menu{
	padding: 0 20px 0 40px; height: 60px; line-height: 60px; border-bottom: 1px #f1f2f3 solid; text-align: right;
}
.tab_menu h1{
	font-size: 20px; font-weight: bold; float: left;
}
.tab_menu li{
	display: inline-block; font-size: 14px; margin: 0 20px; cursor: pointer;
}
.tab_menu .selected{
	color: #9933cc; border-bottom: 2px #9933cc solid; height: 59px;
}
.tab_menu .selected a{
	color: #9933cc; 
}
.tab_box .hide{
	display: none;
}
.tab_box{
	padding: 40px; overflow: hidden;
}
.tab_box_l{
	width: 316px; float: left;
}
.tab_box_l img{
	width: 316px; height: 286px;
}
.tab_box_r{
	width: 764px; padding-left: 40px; float: right;
}
.tab_box_r1{
	height: 296px;
}
.tab_box_r1_l{
	width: 750px; padding-right: 40px; float: left;
}
.tab_box_r1_l h2{
	font-size: 20px; padding: 20px 0 10px;overflow:hidden;text-overflow: ellipsis; white-space: nowrap;
}
.tab_box_r1_l p{
	font-size: 14px; line-height: 20px; color: #c4c4c4; padding-bottom: 20px;
}
.tab_box_r1_l p a{
	color: #c4c4c4;
}
.tab_box_r1_l li{
	font-size: 16px; line-height: 36px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;width: 320px;
}
.tab_box_r1_r{
	width: 378px; float: right;
}
.tab_box_r1_r h4{
	font-size: 18px; padding-bottom: 20px;
}
.tab_box_r1_r img{
	width: 378px; height: 188px; padding-bottom: 20px;
}
.tab_box_r1_r p{
	font-size: 16px; height: 36px; line-height: 36px;
}
.tab_box_r1_r p a:hover{
	color:#9933cc;
}
.tab_box_r1_r span{
	width: 87px; height: 36px; display: inline-block; background: #484848; color: #fff; text-align: center; margin-right: 10px;
}
.tab_box_r2{
	height: 148px; position: relative;
}
.tab_box_r2 h3{
	font-size: 16px; color: #1c1c1c; height: 31px; padding-bottom: 10px;
}
.tab_box_r2 h3 span{
	color: #c4c4c4; font-size: 14px; margin-left: 10px;
}
.tab_box_r2 h5{
	width: 576px; height: 1px; background: #f1f2f3; position: absolute; right: 0; top: 12px;
}
.tab_box_r2 li{
	width: 185px; margin-right: 8px; float: left;
}
.tab_box_r2 li:last-child{
	margin: 0;
}
.tab_box_r2 img{
	width: 185px; height: 107px;
}
/*=================================================================
  other
==================================================================*/
.other{
  width: 1200px;
  margin: 0 auto 20px;
  background: #fff;
}
.other .tab_menu
{
  text-align: center;
}
/*=================================================================
  footer
==================================================================*/
.footer{
	background: #fff; margin-top:40px; 
}
.footer .footer_c{
	width: 1200px; margin: 0 auto; overflow: hidden; padding: 40px 0;
}
.footer .ft2,.footer .ft1,.footer .ft3,.footer .ft4{
	height:120px;
}
.footer .ft1{
	width: 200px; padding-right: 30px; float: left; line-height: 36px;
}
.footer .footer_c h3{
	font-weight: bold;
}
.footer .footer_c a{
	color: #484848; display: inline-block; font-size: 14px; margin-right: 15px;
}
.footer .footer_c h3 a{
	font-size: 16px;
}
.footer .ft2{
	width: 180px; padding-right: 20px; float: left; line-height: 36px;
}
.footer .ft3{
	width: 200px; padding-right: 30px; float: left; line-height: 36px;
}
.footer .ft4{
	width: 80px; float: left; line-height: 36px;
}
.footer .ft5{
	width: 190px; float: left; text-align: center;
}
.footer .ft5 p{
	font-size: 16px; color: #1c1c1c; margin-top: 5px;
}
.footer_copyright{
	border-top: 1px #f1f2f3 solid; padding: 40px 0; height: 120px;overflow:hidden;
}
.footer_copyright_c{
	width: 1200px; margin: 0 auto; padding-bottom:30px;
}
.newct_c1{
	float: right; width: 400px; text-align: center;
}
.footer_copyright a{
	font-size: 14px; margin-right: 20px;
}
.footer_copyright p{
	line-height: 24px; margin-top: 20px; color: #484848;
}
.footer_copyright p a{
	color: #c4c4c4;
}
/*=================================================================
  main
==================================================================*/

.main{
	width: 1200px; margin: 0 auto; overflow: hidden;
}
.bread{
	font-size: 14px; height: 50px; line-height: 50px; margin-left: 20px; padding-left: 20px; background: url(../images/main_bread.jpg) no-repeat center left;
}
/*详情列表左侧开始*/
.main_l{
	width: 866px; float: left; background: #fff; margin-right: 20px;
}
/*详情开始*/
.subject{
	padding-bottom: 20px
}
.xgtitle{
	padding: 20px 40px 30px;
}
.xgtitle h3{
	font-size: 24px; font-weight: normal; padding-left: 40px; background: url(../images/reading.jpg) no-repeat left center;
}

.title{
	padding: 30px 0 20px; text-align: center; border-bottom: 1px #f1f2f3 dashed;
}
.title h1{
	font-size: 30px; font-weight: normal; padding-bottom: 10px;
}
.title p{
	font-size: 12px; color: #c4c4c4;
}
.title p a{
	font-size: 12px; color: #c4c4c4;
}
.content{
	padding: 10px 50px; font-size: 16px;
}
.content img{
	max-width:500px;height:auto!important;
}
.content p{
	line-height: 30px; margin: 20px 0;
}
.content .aligncenter{
	text-align: center;
}
.updown{
	padding: 0 50px 50px; font-size: 16px; line-height: 30px;
}
.online{
	height: 146px; background: url(../images/main_online.jpg) no-repeat center; position: relative;
}
.online p{
	position: absolute; font-size: 14px; line-height: 24px; top: 38px; left: 200px; width: 448px;
}
.online span{
	color: #9933cc;
}
.online1{
	width: 137px; position: absolute; top: 30px; right: 70px;
}
.online1 a{
	height: 38px; line-height: 38px; display: block; font-size: 18px; color: #fff; padding-left: 45px; border-radius: 5px; margin-bottom: 10px;
}
.online1_1{
	background: url(../images/main_yyzz.jpg) no-repeat 10px center #f08300; 
}
.online1_2{
	background: url(../images/main_zxzx.jpg) no-repeat 10px center #9933cc; 
}
.arcticle .reading{
	padding: 50px 40px 40px;
}
.arcticle .reading h3{
	font-size: 24px; font-weight: normal; padding-left: 40px; background: url(../images/main_reading.jpg) no-repeat left center;
}
.arcticle .reading ul{
	overflow: hidden; padding-top: 25px;
}
.arcticle .reading li{
	width: 50%; float: left; line-height: 30px; overflow:hidden;text-overflow: ellipsis; white-space: nowrap;
}
.arcticle .reading a{
	font-size: 14px;
}
.arcticle .zttj{
	border-top: 20px #f8f8f8 solid;
}
.arcticle .zttj .titt{
	height: 58px; line-height: 58px; border-bottom: 1px #f1f2f3 solid; padding: 0 40px;
}
.arcticle .zttj h3{
	font-weight: bold; font-size: 18px;
}
.arcticle .zttj .titt a{
	font-size: 14px; color: #9933cc; float: right;
}
.arcticle .zttj ul{
	padding: 20px 24px 40px; overflow: hidden;
}
.arcticle .zttj li{
	width: 242px; height: 140px; margin: 0 15px; float: left;
}

/*详情列表右侧开始*/
.main_r{
	width: 312px; float: right;
}
.main_r .visit{float:none;}
.visit{
	width: 272px; height: 385px; padding: 20px; background: #fff; overflow: hidden; position: relative;
}
.visit h2{
	font-weight: bold; font-size: 18px; height: 37px;
}
.visit .swiper-button-next1{
	right: 20px; top: 20px; width: 16px; height: 16px; position: absolute; cursor: pointer;
}
.visit .swiper-button-prev1{
	right: 41px; top: 20px; width: 16px; height: 16px; position: absolute; cursor: pointer;
}
.visit .swiper-wrapper img{
	width: 272px; height: 348px;
}
.yydt{
	margin: 10px 0; background: #fff; height: 352px; 
}
.yydt .titt{
	height: 58px; line-height: 58px; border-bottom: 1px #f1f2f3 solid; padding: 0 20px; overflow: hidden;
}
.yydt .titt a{
	float: right;
}
.yydt .titt h2{
	font-weight: bold; font-size: 18px;
}
.yydtt ul{
	padding: 15px 40px 30px 20px;
}
.yydtt li{
	line-height: 30px; padding-left: 12px; background: url(../images/main_lid.jpg) no-repeat left center; overflow:hidden;text-overflow: ellipsis; white-space: nowrap;
}

.yydtt li a{
	font-size: 14px;
}
.esdh{
	background: #fff; margin-top: 10px; height: 228px;
}
.esdh1{
	height: 94px; border-bottom: 1px #f1f2f3 solid; float:left;
}
.esdh ul{
	padding: 30px 20px; overflow: hidden;
}
.esdh li{
	width: 68px; text-align: center; float: left;
}
.esdh p{
	font-size: 14px; color: #c4c4c4; margin-top: 5px;
}
.xmzs{
	background: #fff;
}
.mlwd{
	background: #fff;
}
.mlwd .titt{
	height: 58px; line-height: 58px; border-bottom: 1px #f1f2f3 solid; padding: 0 20px; overflow: hidden;
}
.mlwd .titt a{
	float: right; font-size: 14px; color: #9933cc;;
}
.mlwd .titt h2{
	font-weight: bold; font-size: 18px;
}
.mlwd ul{
	padding: 15px 40px 30px 20px;
}
.mlwd li{
	line-height: 30px; padding-left: 12px; background: url(../images/main_lid.jpg) no-repeat left center; overflow:hidden;text-overflow: ellipsis; white-space: nowrap;
}
.mlwd li a{
	font-size: 14px;
}
/*列表开始*/

.keyword{
	padding: 20px 40px 20px 40px;
  font-size: 18px;
}
.keyword i{
	color:red;
}
.listconten{
	border-bottom: 1px #f1f2f3 dashed; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.listconten:hover{
	background:#f1f2f3;
}
.listconten a{
	height: 82px; padding: 38px 40px; display: block; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position: relative;
}
.listconten:hover a{
	transform: translate3d(-10px, 0, 0);
  text-decoration: none;
}
.listconten a img{
	display: none; position: absolute; top: 77px; right: 72px;
}
.listconten:hover a img{
	display: block;
}
.listconten h3{
	font-weight: normal; font-size: 18px; margin-bottom: 10px;
}
.listconten h3 span{
	font-size: 14px; color: #c4c4c4; float: right;
}
.listconten p{
	width: 640px; font-size: 14px; color: #a4a4a4; line-height: 24px;
}
.page{
	text-align: center; padding: 53px 0 52px;
}
/*列表结束*/
/* 新加列表分页 */
.pagemanu {
	PADDING: 3px; MARGIN: 3px; 
}
.pagemanu A {
	font-size:14px;BORDER: #EEE 1px solid; MARGIN: 1px; color: #a4a4a4; PADDING: 10px 15px; TEXT-DECORATION: none;
}
.pagemanu .current {
	font-size:14px; BORDER: #9933cc 1px solid; MARGIN: 1px; PADDING: 10px 15px; TEXT-DECORATION: none; background: #9933cc; color: #fff; 
}
.pagemanu .disabled {
	font-size:14px;BORDER: #E3E3E3 1px solid; MARGIN: 1px; COLOR: #a4a4a4; PADDING: 10px 15px; TEXT-DECORATION: none;
}
/*=================================================================
  pagecontent
==================================================================*/
.pagecontent{
	width: 1200px; margin: 0 auto; background: #fff; margin-top: 40px;
}
.pagecontent .titt{
	padding: 60px 0 40px; text-align: center;
}
.pagecontent .titt h1{
	font-weight: normal; font-size: 24px;
}
.pagecontent .titt p{
	font-size: 16px; color: #c4c4c4;
}
.about{
	padding: 0 80px 80px;
}
.team{
	width: 265px; margin: 40px 10px 0; float: left;
}
.team1{
	padding: 30px 20px; background: #f8f8f8;
}
.team1 h2{
	font-weight: normal; font-size: 18px;
}
.team1 h2 span{
	font-size: 14px; color: #a4a4a4; margin-left: 5px;
}
.team1 p{
	font-size: 12px; color: #a4a4a4; margin-top: 10px; line-height: 20px;
}
.team .more{
	width: 243px; padding-left: 20px; height: 42px; line-height: 42px; display: block; border: 1px #f1f2f3 solid;
}
.tab_menuu{
	text-align: center;
}
.tab_menuu li{
	display: inline-block; height: 28px; line-height: 28px; padding: 0 10px; background: #f8f8f8; font-size: 16px; margin: 0 10px; cursor: pointer;
}
.tab_menuu .selected{
	color: #fff; height: 33px; background: url(../images/pagecontent_team.jpg) no-repeat center;
}
.tab_boxx{
	padding-bottom: 40px;
}
.tab_boxx li{
	overflow: hidden; padding: 0 30px;
}

.center{
	width: 1200px; margin: 0 auto; background: #fff; margin-top: 40px;
}
.center .titt{
	padding: 20px 0; text-align: center;
}
.center .titt h1{
	font-weight: normal; font-size: 24px;
}
.center .titt p{
	font-size: 16px; color: #c4c4c4;
}
.tab_boxx .hide{
	display: none;
}
.tab_boxxx{
	padding-bottom: 40px;
}
.tab_boxxx li{
	overflow: hidden; padding: 20px 30px 0;
}
.xmzx{
	padding: 20px; border-bottom: 1px #f1f2f3 dashed; overflow: hidden;
}
.xmzx_l{
	width: 110px; float: left;
}
.xmzx_l h3{
	width: 87px; height: 28px; line-height: 28px; font-weight: normal; font-size: 16px; color: #fff; background: url(../images/xmzx.jpg) no-repeat left center; text-align: center; margin-top: 10px;
}
.xmzx_r{
	width: 990px; float: right;
}
.xmzx_r a{
	margin-right: 15px; display: inline-block; font-size: 14px; line-height: 36px;
}
.s3{
	    width: 1200px;
    padding: 40px 0;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.s3c{padding-top:20px;height:456px}
.s3c_l{width:444px;height:456px;position:relative;transition:all 1s ease 0s}
.s3hd{position:absolute;width:100%;bottom:20px;text-align:center}
.s3hd li{width:10px;height:10px;background:#ad7e47;z-index:999;border-radius:100%;margin-left:5px;margin-right:5px;display:inline-block}
.s3hd li.on{background:#a0a0a0}
.s3c_l:hover{-moz-box-shadow:0 0 8px rgba(8,1,3,.2);-webkit-box-shadow:0 0 8px rgba(8,1,3,.2);box-shadow:0 0 8px rgba(8,1,3,.2);-moz-transform:translate3d(0,-2px,0);-ms-transform:translate3d(0,-2px,0);-o-transform:translate3d(0,-2px,0);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}
.s3c_l .s3title{position:absolute;left:45px;top:33px}
.s3c_l .s3title .ch{color:#4c4c4c;font-size:26px;font-weight:lighter}
.s3c_l .s3title .en{font-size:14px;color:#4c4c4c;font-weight:lighter;padding-top:5px}
.s3cul{position:absolute;left:45px;top:93px}
.s3cul li{float:left;margin-right:18px}
.s3cul li a{color:#9d9897;font-size:16px}
.s3cul li a:hover{color:#ad7e47}
.jrzt{width:256px;height:32px;background:#ff6d6d;border-radius:2px;margin:0 auto;padding:1px;position:absolute;bottom:50px;left:50%;margin-left:-128px}
.jrzt .input{float:left;height:30px;width:154px}
.jrzt .input input{height:30px;border:0;background:#fff;width:154px;text-indent:1em;line-height:30px}
.lt-ie9 .jrzt .input input{height:42px;text-indent:5px}
.jrzt .btn a{float:left;height:30px;width:80px;display:block;text-align:center;line-height:30px;color:#fff;font-size:14px;padding-left:10px}
.jrzt .btn a:hover{color:#fff}
.s3c_r{width:754px}
.s3c_r li{width:250px;height:228px;float:left;position:relative;transition:all 1s ease 0s}
.s3c_r li:hover{-moz-box-shadow:0 0 8px rgba(8,1,3,.2);-webkit-box-shadow:0 0 8px rgba(8,1,3,.2);box-shadow:0 0 8px rgba(8,1,3,.2);-moz-transform:translate3d(0,-2px,0);-ms-transform:translate3d(0,-2px,0);-o-transform:translate3d(0,-2px,0);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}
.s3c .go{width:60px;height:60px;display:block;position:absolute;right:0;bottom:0;background-repeat:no-repeat;background: url(../images/go.png);}
.s3c .go:hover{width:60px;height:60px;display:block;background-repeat:no-repeat}
.s3c_r .s3title{position:absolute;left:40px;top:16px}
.s3c_r .s3title .ch{color:#4c4c4c;font-size:26px;font-weight:lighter}
.s3c_r .s3title .en{font-size:14px;color:#4c4c4c;font-weight:lighter;padding-top:5px}
.yqlj{padding:20px 0;}
.yqlj h6{margin: 0 0 0 20px; font-size:16px;}
.yqlj ul{display:inline-block;}
.yqlj ul li{float:left; margin-left:20px; margin-top:20px;}
.has-text-align-center{
	text-align:center;
}

.mlapages{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;text-align: center;}
.mlapages a.current{background:rgb(62, 45, 125);color:#FFFFFF;}
.mlapages a{height:35px;line-height:35px;background:#F2F2F2;color:#003366;margin:5px;padding:10px 15px;}
