.banner {
  width:100%;
  height: 455px;
  overflow: hidden;
}
.swiepr_banner {
  width: 100%;
  height: 100%;
}
.swiepr_banner a {
	display:block;
	width:100%;
	height:100%;
}
.swiper_prev_custom,
.swiper_next_custom {
  width: 50px;
  height: 62px;
}
.swiper_prev_custom:after,
.swiper_next_custom:after {
  content: '';
}
.swiper_prev_custom {
  background: url(../images/icon_prev.png) no-repeat;
  left: 0px;
}
.swiper_next_custom {
  background: url(../images/icon_next.png) no-repeat;
  right: 0px;
}
.swiper_pageation_custom span {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.8;
}
.swiper_pageation_custom .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 1;
}
.product_box {
  width: 100%;
  height: auto;
  padding: 30px 0px 0;
  /* background: url(../images/product_bg.png) no-repeat center center; */
  background-size: cover;
}
.tip_btn_box {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.tip_idx_item {
  width: calc(100% / 5 - 16px);
  height: 100%;
  margin: 0 10px;
  background-color: #ffffff;
  box-shadow: 4px 7px 10px 0px rgba(0,37,102,0.1);
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  border-radius: 6px;
  position: relative;
}

.tip_idx_item i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 15px 30px;
  float: left;
}

.tip_idx_item span{

font-size: 20px;

font-family: Source Han Sans CN;

font-weight: bold;


line-height: 54px;
}

.tip_idx_item h2 {
  display: block;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 111px;
  top: 38px;
  line-height: 30px;
}
.tip_icon_first {
  background: url(../images/icon.png) no-repeat center center;
  background-size: contain;
}
.tip_icon_sec {
  background: url(../images/icon2.png) no-repeat center center;
  background-size: contain;
}
.tip_icon_thi {
  background: url(../images/icon3.png) no-repeat center center;
  background-size: contain;
}
.tip_icon_rz {
  background: url(../images/icon4.png) no-repeat center center;
  background-size: contain;
}
.tip_icon_four {
  background: url(../images/icon5.png) no-repeat center center;
  background-size: contain;
}

.tip_idx_item:first-child {
  margin-left: 0;
  background: #f3f8ff;
}

.tip_idx_item:nth-child(2){
   background: #ecf9f8;
}

.tip_idx_item:nth-child(3){
   
background: #fef5ee;
}

.tip_idx_item:nth-child(4){
   
background: #fceeee;
}

.tip_idx_item:nth-child(5){
   
background: #f6eefc;
}

.tip_idx_item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 0;
}

.science_project_box {
  width: 100%;
}
.commonTitle {
  width: 100%;
  margin: auto;
  margin-bottom: 26px;
  position: relative;
}

#expert_talents .commonTitle{
  margin-bottom: 34px;
}

.link_box .commonTitle {
   margin-bottom: 40px;
}

.commonTitle>h2 {
  display: block;
  font-size: 28px;
  color: #333333;
  line-height: 32px;
}
.science_project_box .commonTitle>h2,.technology_trading_box .commonTitle>h2{
  margin-bottom: 72px;
}
.event_promotion_box .commonTitle>h2{
  margin-bottom: 26px;
}
.commonTitle>h2 img{
  text-align: center;
  display: block;
  margin: auto;
}
.commonTitle>h2>span {
  color: #1569FF;
}
.commonTitle>a,.commonTitle>h2>a {
  /* display: block; */
  width: 32px;
  height: 32px;
  background: url(../images/icon_common_more.png) no-repeat center center;
  /* float: right; */
  position: absolute;
  right: 0;
  bottom: -60px;
}

.commonTitle>h2>a{
  bottom: 0px;
}

.science_more {
	width:32px;
	height:32px;
	position: absolute;
    right: 0px;
    top: -53px;
	z-index:5;
}
.science_more>a {
	display:block;
	width:100%;
	height:100%;
	background: url(../images/icon_common_more.png) no-repeat center center;
}
.science_project_tab_box,
.technology_trading_tab_box,
.event_promotion_tab_box,
.policy_information_tab_box {
  width: 100%;
  margin-top: 82px;
  position: relative;
}
.science_project_menu,
.technology_trading_menu,
.event_promotion_menu,
.policy_information_menu {
  width: 60%;
  text-align: left;
  position: absolute;
  top: -56px;
  left: 0;
  z-index: 10;
}
.science_project_menu>a,
.technology_trading_menu>a,
.event_promotion_menu>a,
.policy_information_menu>a {
  display: inline-block;
  font-size: 16px;
  color: #5C6066;
  border-radius: 8px;
  line-height: 22px;
}

.technology_trading_menu>a.tab_act{
   color: #022db0;
}

.science_project_cont {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 20px 20px;
  box-shadow: 4px 7px 10px 0px rgba(0,37,102,0.1);
  border-radius: 8px;
  margin-top: 20px;
}
.science_project_detail_table {
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
}
.science_project_detail_table th,.science_project_detail_table  td { 
  font-size: 16px;
}
.science_project_detail_table th { 
  height:30px; 
  line-height:30px; 
  font-weight:bold;
  color:#1A1A1A;
  text-align: center;
  padding: 10px 0px;
}
.science_project_detail_table td {
  color:#000000;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none !important;
  display: block;
  line-height: 18px;
  margin-top: 10px;
} 
.science_project_detail_table td:last-child{
	text-align: left;
	background: url(../images/dizhi.png) no-repeat -5px 5px !important;
	display: block;
	height: 34px;
	float: left;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #F2F2F2;
	padding-top: 8px;
}
.science_project_detail_table td a {
  color:#000;
  font-size: 16px;
  cursor:pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: bold;
}
.science_project_detail_table td a:hover {
	color:#1569FF;
}
.science_project_detail_table tbody tr {
	border-top:1px solid #f2f5fa;
}
.science_project_detail_table tbody tr:nth-child(2n+1) {
  /* background-color: #F2F5FA; */
}

.science_project_detail_table .expert_talents_trz tr{
   background-color: #ffff!important;
}

.science_project_detail_table td img {
  margin-right: 15px;
}
.technology_trading_box {
  width: 100%;
  margin-bottom: 40px;
}

#shuju{
  margin-top:70px;
}

.publicity table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
.publicity table th {
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #242c4e;
  background-color: #cce3ff;
  border: 0px;
}
.publicity table tr td {
  font-size: 14px;
  color: #333333;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: revert;
}
.publicity table tr td p,
.publicity table tr td span,
.publicity table tr td a {
  font-size: 14px;
  color: #333333;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.rules_item {
  width: 100%;
}
.rules_item>li {
  width: 47%;
  float: left;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 2px solid #eaeaea;
}
.rules_item>li:nth-child(2n) {
  float: right;
}
.rules_item>li>a {
  display: block;
  width: 80%;
  font-size: 16px;
  color: #333333;
  float: left;
}
.rules_item>li>span {
  display: block;
  width: 20%;
  float: right;
  font-size: 16px;
  color: #999999;
  text-align: right;
}
.rules_item>li>a:hover,
.rules_item>ul>a:hover {
  color: #1569FF;
}
.technology_trading_cont {
  width: 100%;
}
.tachnology_trading_item {
  width: 285px;
  height: 340px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 4px 7px 10px 0px rgba(0,37,102,0.1);
  border-radius: 8px;
}
.tachnology_trading_item_img {
  width: 100%;
  height: 136px;
  overflow: hidden;
  position: relative;
}
.tachnology_trading_item_img>img {
  display: block;
  width: 100%;
}
.tachnology_trading_item_img>span {
  display: block;
  width: 90px;
  height: 30px;
  background: #FFA200;
  box-shadow: 1px 2px 2px 0px rgba(0,58,39,0.14);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 5;
}
.tachnology_trading_item_img>h2 {
  display: block; 
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  text-shadow: 1px 2px 4px rgba(0,50,98,0.2);
  position: absolute;
  bottom: 20px;
  z-index: 5;
  padding: 0px 20px;
  height: 52px;
  overflow: hidden;
}
.tachnology_trading_item_text {
  width: 100%;
  padding: 10px 20px;
}
.tachnology_trading_item_text>p>span {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  width: 36%;
  height: 28px;
  overflow: hidden;
}
.tachnology_trading_item_text>p>span+span {
  width: 64%;
}
.tachnology_trading_item_text>h3 {
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #E92626;
  line-height: 46px;
}
.tachnology_trading_item + .tachnology_trading_item {
  margin-left: 20px;
}
.supporting_services_box {
  width: 100%;
  background-color: #ffffff;
}
.supporting_services_box .commonWidth {
	padding:60px 0px;
}
.supporting_services_banner {
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.swiepr_supporting_services {
  width: 100%;
  height: 100%;
}
.swiepr_slide_supporting_services {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.swiepr_slide_supporting_services>i {
  display: block;
  width: 90px;
  height: 90px;
  margin: 74px auto 49px;
  background-size: contain !important;
}
.swiepr_slide_supporting_services>h3 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 35px;
  margin-top: 15px;
  text-align: center;
}
.swiepr_slide_supporting_services>span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  line-height: 22px;
  height: 64px;
  overflow: hidden;
  margin: 14px 20px 66px;
  text-align: justify;
}
.supporting_services_icon_first {
  background: url(../images/supporting_services_icon_first.png) no-repeat center center;
}
.supporting_services_icon_sec {
  background: url(../images/supporting_services_icon_sec.png) no-repeat center center;
}
.supporting_services_icon_thi {
  background: url(../images/supporting_services_icon_thi.png) no-repeat center center;
}
.supporting_services_icon_four {
  background: url(../images/supporting_services_icon_four.png) no-repeat center center;
}
.supporting_services_icon_five {
  background: url(../images/supporting_services_icon_five.png) no-repeat center center;
}
.swiepr_supporting_services .swiper-slide>a:hover h3,
.swiepr_supporting_services .swiper-slide>a:hover span {
  color: #1569FF;
}
.swiepr_supporting_services .swiper-slide>a:hover .supporting_services_icon_first,.fuwu_list a:hover .supporting_services_icon_first {
  background: url(../images/supporting_services_icon_first_act.png) no-repeat center center;
}
.swiepr_supporting_services .swiper-slide>a:hover .supporting_services_icon_sec,.fuwu_list a:hover .supporting_services_icon_sec {
  background: url(../images/supporting_services_icon_sec_act.png) no-repeat center center;
}
.swiepr_supporting_services .swiper-slide>a:hover .supporting_services_icon_thi,.fuwu_list a:hover .supporting_services_icon_thi{
  background: url(../images/supporting_services_icon_thi_act.png) no-repeat center center;
}
.swiepr_supporting_services .swiper-slide>a:hover .supporting_services_icon_four,.fuwu_list a:hover .supporting_services_icon_four{
  background: url(../images/supporting_services_icon_four_act.png) no-repeat center center;
}
.swiepr_supporting_services .swiper-slide>a:hover .supporting_services_icon_five,.fuwu_list a:hover .supporting_services_icon_five{
  background: url(../images/supporting_services_icon_five_act.png) no-repeat center center;
}
.swiper_prev_supporting_custom,
.swiper_next_supporting_custom {
  width: 36px;
  height: 36px;
}
.swiper_prev_supporting_custom:after,
.swiper_next_supporting_custom:after {
  content: '';
}
.swiper_prev_supporting_custom {
  background: url(../images/swiper_prev_supporting_custom.png) no-repeat;
  left: -90px;
}
.swiper_next_supporting_custom {
  background: url(../images/swiper_next_supporting_custom.png) no-repeat;
  right: -90px;
}
.expert_talents_box {
  width: 100%;
  height: 1290px;
  background: #E9EDF5;
  background-size: cover;
  margin-top: 70px;
  padding: 70px 0px;
}
.expert_talents_box>a {
  padding: 60px 0px;
}
.expert_talents_box .commonTitle h2>span {
  color: #ffffff;
}
.expert_talents_box .commonTitle a {
  /* background: url(../images/icon_common_more_writh.png) no-repeat center center; */
  bottom: 20px;
}
.expert_talents_cont {
  width: 100%;
  margin-top: 20px;
}
.expert_talents_item {
  width: 224px;
  height: 190px;
  background-color: #ffffff;
  box-shadow: 1px 2px 10px 0px rgb(0 0 0 / 15%);
  border-radius: 8px;
  margin-bottom: 20px;
}
.expert_talents_item>a {
  padding: 24px 20px;
}
.expert_talents_img {
  width: 83px;
  height: 83px;
  overflow: hidden;
  margin:0 auto;
  border: 2px solid #1569ff;
  border-radius: 50%;
}


.expert_talents_text {
  width: 100%;
  margin-top: 14px;
}
.expert_talents_text>h3,
.expert_talents_text>h4,
.expert_talents_text>h5 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 28px;
}
.expert_talents_text>h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.expert_talents_text>h5 {
  font-size: 14px;
  font-weight: 500;
  color: #1569FF;
}
.expert_talents_item + .expert_talents_item,.qcontainer + .qcontainer {
  margin-left: 20px;
}

.expert_talents_item:nth-child(5n+1),.qcontainer:nth-child(5n+1){
  margin-left: 0;
}

.event_promotion_box {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 0px;
}
.event_promotion_cont {
  width: 100%;
  margin-top: 20px;
}
.event_promotion_detail {
  width: 100%;
}
.event_promotion_lf {
  width: 700px;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.event_promotion_lf_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.event_promotion_lf_img>img {
  display: block;
  width: 100%;
  object-fit: cover !important;
}
.event_promotion_lf_text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 6;
  background: url(../images/event_promotion_lf_text.png) repeat;
  overflow: hidden;
}
.event_promotion_lf_text>h2 {
  display: inline-block;
  width: 82%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.event_promotion_lf_text>span {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 25px;
  background: url(../images/icon_time_white.png) no-repeat 0px;
}
.event_promotion_lf_video {
  width: 60px;
  height: 60px;
  background: url(../images/event_promotion_lf_video.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  margin-top: -30px;
  margin-left: -30px;
}
.event_promotion_fr {
  width: calc(100% - 720px);
}
.event_promotion_fr_item {
  width: 100%;
}
.event_promotion_fr_item:first-child {
	/* display:none; */
	margin-top: 0;
}
.event_promotion_fr_img {
  width: 147px;
  height: 82px;
  overflow: hidden;
  position: relative;
}
.event_promotion_fr_img>img {
  display: block;
  width: 100%;
}
.event_promotion_fr_text {
  width: calc(100% - 164px);
}
.event_promotion_fr_text>h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  font-weight: bold;
}
.event_promotion_fr_text>p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin: 5px 0px;
}
.event_promotion_fr_text>span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  padding-left: 25px;
  background: url(../images/icon_time_grey.png) no-repeat 0px;
}
.event_promotion_fr_item {
  margin-top: 20px;
}
.event_promotion_fr_video {
  width: 38px;
  height: 38px;
  background: url(../images/event_promotion_fr_video.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -19px;
  margin-left: -19px;
}
.event_promotion_fr_item>a:hover h2 {
  color: #1569FF;
}
.policy_information_box {
  width: 100%;
  height: auto;
  padding: 70px 0px;
  background-color: #EDF2FA;
}
.policy_information_cont {
  width: 100%;
  margin-top: 20px;
}
.policy_information_detail {
  width: 100%;
}
.policy_information_cont_item {
  width: 387px;
  height: 370px;
  background-color: #ffffff;
  border-radius: 8px;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
}
.policy_information_cont_item>a {
  padding: 30px 20px;
}
.policy_information_cont_item>a>i {
  display: block;
  width: 16px;
  height: 3px;
  background-color: #1569FF;
}
.policy_information_cont_item>a>h2 {
  display: block;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 25px;
  margin-top: 20px;
  height:25px;
  overflow:hidden;
  font-weight: bold;
}
.policy_information_cont_item>a>p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin: 5px 0px;
}
.policy_information_cont_item>a>span {
  font-size: 14px;
  color: #757575;
  line-height: 22px;
}
.policy_information_cont_item_img {
  width: 343px;
  height: 165px;
  overflow: hidden;
  margin: 20px auto 0;
}
.policy_information_cont_item_img>img {
  display: block;
  width: 100%;
}
.policy_information_cont_item + .policy_information_cont_item {
  margin-left: 19px;
}
.policy_information_cont_item:hover {
  background: linear-gradient(90deg, rgba(2,82,217,0.66),rgba(60,249,251,0.66));
  box-shadow: 4px 7px 10px 0px rgba(0,37,102,0.14);
  background-color: #0252D9;
  border-radius: 8px;
}
.policy_information_cont_item:hover i {
  background-color: #ffffff;
}
.policy_information_cont_item:hover h2,
.policy_information_cont_item:hover p,
.policy_information_cont_item:hover span {
  color: #ffffff;
}
.policy_information_cont_item_img>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.policy_information_cont_item:hover .policy_information_cont_item_img>img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.link_box {
  width: 100%;
  height: auto;
  padding: 0  0px  60px;
  background-color: #ffffff;
}
.link_cont {
  width: 100%;
  margin-top: 30px;
}
.link_item {
  width: 224px;
  height: 54px;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.link_item>a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.link_item + .link_item {
  margin-left: 20px;
}
.link_item:nth-child(5n+1) {
  margin-left: 0px;
}
.link_item + .link_item + .link_item + .link_item + .link_item + .link_item {
  margin-top: 10px;
}
.link_item:hover {
  background: url(../images/icon_link.png) no-repeat 22px #022db0;
  box-shadow: 2px 3px 8px 0px rgba(0,37,102,0.18);
}
.link_item:hover a {
  color: #ffffff;
}

.DistributionOfPatents{
	margin-top:70px;
}

.map {
  margin:auto;
  text-align: center;
}

.map img{
	width:74%
}

.floor_one_box {
    width: 100%;
    /* height: 672px; */
    background: #ffffff;
    box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.15);
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 70px;
}

.floor_one_menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.floor_one_menu>a {
    display: block;
    float: left;
    font-size: 15px;
    color: #ffffff;
    background-color: #438EFF;
    width: 20%;
}

.floor_one_menu>a:hover{
  color: #ffffff;
}

.floor_one_menu .tab_act {
    background-color: #0058DD !important;
}

.floor_one_cont {
    width: 100%;
    background-color: #ffffff;
    padding: 21px 28px;
    border-radius: 0px 0px 8px 8px;
}

.table_tbody {
    max-height: 672px;
    overflow: hidden;
    
}

.lianhe_list .table_tbody{
	/* height: 426px; */
}

.floor_one_detail {
    width: 100%;
}

.table_thead {
    background: #CCE3FF;
}



.table_thead div {
    text-align: center;
    color: #294466;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
}
.table_detail>div, .table_thead>div {
    float: left;
    width: 26%;
}

.pub_lhfb>div>div, .table_lhfb>div {
    width: 18%;
}


.table_thead>div:nth-child(3), .table_detail>div:nth-child(3) {
    max-width: 18%;
    width: 18%;
}
.table_thead>div:nth-child(2), .table_detail>div:nth-child(2) {
    max-width: 32%;
    width: 32%;
}


.gjkjjhxm>div>div:nth-child(2), .gjkjjhxm>div>div:nth-child(3), .gjkjjhxm_title>div:nth-child(2), .gjkjjhxm_title>div:nth-child(3) {
    width: 20%;
    max-width: 20%;
}

.gjkjjhxm>div>div:nth-child(1), .gjkjjhxm_title>div:nth-child(1) {
    width: 30%;
    max-width: 30%;
}

.gjkjjhxm>div>div:nth-child(4), .gjkjjhxm_title>div:nth-child(4) {
    max-width: 9%;
    width: 9%;
}

.table_thead>div:nth-child(4), .table_thead>div:nth-child(6), .table_detail>div:nth-child(4), .table_detail>div:nth-child(6), .table_kfxk>div:nth-child(7) {
    max-width: 24%;
    width: 24%;
}

.gjkjjhxm>div>div:nth-child(5), .gjkjjhxm_title>div:nth-child(5) {
    max-width: 11%;
    width: 11%;
}

.table_thead>div:nth-child(5), .table_detail>div:nth-child(5) {
    max-width: 11%;
    width: 11%;
}



.table_thead>div:nth-child(5), .table_detail>div:nth-child(5) {
    max-width: 11%;
    width: 11%;
}

.table_lhfb>div:nth-child(5) {
    max-width: 10%;
    width: 10%;
}
.table_detail:nth-child(2n) div a {
    /* color: #438EFF !important; */
}
.table_detail:nth-child(2n) {
    
background: #F4F6FB;
}
.table_detail div a {
    display: block;
    font-size: 16px;
    color: #3D4E66;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 10px;
}
.table_kfxk>div, .pub_kfxg>div>div {
    width: 15%;
}
.table_kfxk>div:nth-child(2), .pub_kfxg>div>div:nth-child(2) {
    max-width: 33%;
    width: 33%;
}

.table_kfxk>div:nth-child(3), .pub_kfxg>div>div:nth-child(3) {
    max-width: 13% !important;
    width: 13% !important;
}

.table_kfxk>div:nth-child(6), .pub_kfxg>div>div:nth-child(6) {
    max-width: 10% !important;
    width: 10% !important;
}

.table_lhfb>div:nth-child(2), .pub_lhfb>div>div:nth-child(2) {
    max-width: 30%;
    width: 30%;
}

.table_lhfb>div:nth-child(4), .pub_lhfb>div>div:nth-child(4) {
    max-width: 20%;
    width: 20%;
}

.table_lhfb>div:nth-child(5) {
	max-width: 10%;
	width: 10%;
}
.pub_lhfb>div>div:nth-child(5) {
	max-width: 10%;
	width: 10%;
}

.pub_kjcggs tr td{
	text-align: center;
	color: #438EFF;
	font-size: 15px;
	margin-top: 10px;
	/* width: 100%; */
	display: block;
}

.pub_kjcggs tr{
	/* display:block; */
	/* width:100%; */
}

.ckfs {
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url(../images/icon_more.png) no-repeat center center/cover;
    margin: 12px auto 0px;
    transition: all .3s ease-out .1s;
    -webkit-transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -ms-transition: all .3s ease-out .1s;
    -o-transition: all .3s ease-out .1s;
}

.table_detail>div:last-child:hover .ckfs {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
}

.table_detail:nth-child(2n) div .ckfs {
    background: url(../images/icon_more_t.png) no-repeat center center;
}
.ckfs_jiaoyi{
	 display: block;
  width: 18px;
  height: 19px;
  background: url(../images/icon_jiaoyi_t.png) no-repeat center center/cover;
  margin: 12px auto 0px;
	transition: all .3s ease-out .1s;
	-webkit-transition: all .3s ease-out .1s;
	-moz-transition: all .3s ease-out .1s;
	-ms-transition: all .3s ease-out .1s;
	-o-transition: all .3s ease-out .1s;
}
.table_detail:nth-child(2n) div .ckfs_jiaoyi {
 
  background: url(../images/icon_jiaoyi.png) no-repeat center center/cover;
}
.table_kfxk>div:nth-child(7), .pub_kfxg>div>div:nth-child(7) {
    max-width: 8% !important;
    width: 8% !important;
}
.fuwu_list {
    width: calc(100% / 5 - 16px);
    height: 100%;
    margin: 0 10px;
    background-color: #ffffff;
    box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.15);
    border-radius: 8px;
}

.fuwu_list:first-child{
	margin-left:0px;
}

.fuwu_list:last-child{
	margin-right:0px;
}

.qcontainer {
    -webkit-perspective: 400;
    -moz-perspective: 400;
    width: 224px;
    height: 190px;
    margin-bottom: 20px;
}

.qcontainer:hover .film {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.qcontainer .film{
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 1.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 1.5s;
	display: block;
	width: 100%;
	height: 100%;
}

.fenx_text h3{
	font-size:16px;
	font-weight: bold;
    line-height: 30px;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    
}
.face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
}

.fenx_text h5{
	font-size:14px;
	color: #000000;
	opacity: 0.6;
}

.back h3{
	font-weight: bold;
    color: #FFAB0A;
    line-height: 70px;
    font-size: 16px;
    margin-top: 34px;
}

.back a{
	display: block;
    width: 110px;
    height: 32px;
    background: rgba(21,105,255,0.08);
    border: 1px solid #1569FF;
    border-radius: 6px;
    margin: auto;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1569FF;
    line-height: 28px;
}

.fenxi_img {
    margin: 20px 0 0;
}

.table_detail>div:last-child:hover .ckfs_jiaoyi {
    transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
}

.commonWidth .title {
    color: #191a24;
    font-size: 24px;
    padding: 20px 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eeeff2;
    font-weight: bold;
}
.commonWidth .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 3px;
    background: #002EB2;
}
.tabNav {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.tabNav {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.tabNav ul li.aim {
    color: #002EB2;
}
.tabNav ul li {
    float: left;
    color: #191a24;
    font-size: 16px;
    cursor: pointer;
}
.tabNav ul li i,.tab-menu i {
    color: #a8b0bf;
    margin: 0 20px;
    font-style: inherit;
}
.tabNav .tabA {
    float: right;
}
.tabNav .tabA a {
    color: #0071b7;
    padding: 4px 12px;
    background: #f3f8ff;
    font-size: 12px;
    border-radius: 15px;
    display: none;
}
.tabNav .tabA a i {
    height: 16px;
    width: 16px;
    margin: 0;
}
.tabCont {
    display: none;
    width: 100%;
    overflow: hidden;
}
.cgdt .tabCont {
    height: 308px;
}
.cgdtList ul li,.cgdtList tr {
    float: left;
    background: #fafafa;
    border-radius: 5px;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    width: 380px;
    height: 142px;
    border: 1px solid #fafafa;
    transition: all 0.3s ease-in-out;
}
.cgdtList tr:nth-child(2n+1) {
    margin-right: 30px;
}

.cgdtList tr:hover{
    border-color: #0071b7;
}

.cgdtList tr:nth-child(3n) {
    margin-right: 0px;
}

.cgdtList ul li h6,.science_project_detail_table tbody tr h6 {
    padding-left: 20px;
    background: url(../images/icon7.png) no-repeat left center;
    color: #191a24;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cgdtList ul li>p, .cgdtList tr p {
    padding: 4px 0;
    overflow: hidden;
}
.cgdtList ul li>p span, .cgdtList tr td span {
    color: #596178;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cgdtList ul li>p span {
    color: #596178;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cgdtList ul li .adress p {
    float: left;
    color: #596178;
    font-size: 14px;
}

.cgdtList ul li .adress p i{
  background: url('../images/dizhi.png') no-repeat center;
  width: 16px;
  display: block;
  height: 18px;
  float: left;
}

.cgdtList ul li .adress a, .fwdtItem .itemB a {
    color: #0071b7;
    font-size: 14px;
    float: right;
}

.cgdtList ul li .adress a i,.tabA a i {background: url('../images/right.png') no-repeat center;width: 18px;display: block;height: 20px;line-height: 10px;float: right;}

.cgdtList ul li:hover, .topList .fwdtItem:hover {
    border-color: #0071b7;
}

.login {
    display: block;
    padding: 0 20px;
    border: 1px solid #0068DD;
    border-radius: 20px;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    font-size: 14px;
    margin-top: 16px;
    background: #0068DD;
}

.login a{
	color: #fff;
}

.zhuce{
	width: 99px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #005EE3;
	border-radius: 18px;
	margin-top: 16px;
	margin-left: 10px;
}

.zhuce a{
	height: 12px;
	font-size: 14px;
	color: #0068DD;
	text-align: center;
	display: block;
	line-height: 32px;
}

.lianhe{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	
}
.lianhe_list{
	padding: 20px;
}

.yanchuang ul{
	display: flex;
}

.yanchuang {
	margin: 30px 0;
}

.yanchuang ul li{
	flex: 1;
	width: 386px;
	height: 238px;
	position: relative;
	margin-right: 20px;
	
}

.yanchuang ul li h4{
	position: absolute;
	font-weight: 800;
	color: #FFFDE1;
	line-height: 70px;
	background: aliceblue;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 26px;
	left: 40px;
}

.yanchuang ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.zixun_img{
	height: 320px;
	overflow: hidden;
	position: relative;
}

.zixun_img li{
  display:block
}

.zixun_img p{
  position: absolute;
  bottom: 0;
  
  background: #000000b8;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 14px;
}

.zixun_img a{
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.zixun_img img{
	width: 100%;
}
.flexslider{
	width: 580px;
}
.newsList {
	width: 600px;
}


.xwdtFris li {
  cursor: pointer;
}


.xwdt ul li {
    padding-left: 20px;
    background: url(../images/icon-pre.png)  no-repeat;
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.xwdt ul li a{
      width: 70%;
      font-size: 16px;
      line-height: 30px;
      float: left;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer;
}

.xwdt ul li span {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    float: right;
    font-style: normal;
}

.xwdt ul li a p {
    float: left;
    width: 80%;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 36px;
}
.newsList .tabNav{
	margin: 0 20px 20px 0;
	border-bottom: 1px solid #E0E0E0;
}
.newsList .tabNav li{
	background: #F3F8FF;
	padding: 14px 24px;
	color: #666666;
	font-weight: 400;
	margin-right: 6px;
}

.newsList .tabNav li.aim{
  background: #005EE3;
  color: #fff;
}


@media screen and (max-width: 600px){
	.swiper_prev_supporting_custom, .swiper_next_supporting_custom {
		display:none;
	}
}