﻿@charset "utf-8";
body {font-size: 14px;background:  url(../images/bg.jpg)}
li,ul { list-style: none;padding: 0; margin: 0;}
h3 {margin: 0;padding: 0;}
.tc {text-align: center;}
/*头部样式*/
.main_header{}
.main_header header .container {}
.main_header .nav_box  .container {background:none;text-align: center;}
.mobile_menu_wrapper .container {background:none!important;}
.header_parent_wrap {       width: 100%;}
.logo_sect	{padding: 22px 0; height:115px;}
header {     background: url(../images/tbg.jpg) center 0 no-repeat;   width: 100%;}
.nav_box {background:  url(../images/navbg.jpg) repeat-x; padding-top: 10px;}
.nav_box nav {float: left;width: 100%;}
.nav_box nav ul.menu {display: inline-block;width: 100%;vertical-align: middle;line-height: 1;}
.slider_container {height: 557px!important;}
.nav_box nav ul.menu > li {margin-left: 0;width: 10%;}
.nav_box nav ul.menu > li > a {font-size: 18px;height: 46px;line-height: 46px;padding: 0;position: relative;text-align: center;color: #fff;font-size: 16px;}
.nav_box nav ul.menu > li > a.now {color: #fff;background:  url(../images/navbg2.jpg) repeat-x;}
.nav_box nav ul.menu > li > a:hover {color: #fff!important;}
.nav_box nav ul.menu > li > a:before {content: ' ';width: 1px;display:inline; height: 14px;background: #59828c;position: absolute;top:50%; margin-top: -6px; left: 0; }
.nav_box nav ul.menu > li:first-child> a:before {display: none;}
.nav_box nav ul.menu > li > a.now:after {left:0;right:0;}
#search-form input[type=radio] {
    display: none;
}
.btn-danger { margin: 20px 0 0 20px;}
.fw_block {margin-bottom: 0 !important;}
.slider_container {margin-bottom: 0 !important;}
header .container:before {border: none;}

@media only screen and (max-width: 767px){
a.menu_toggler {   color: #fff!important;}
}

.input-search-btn {    position: absolute;    top: -0;    right: 0;    height: 100%;  border-top-right-radius:18px; border-bottom-right-radius:18px;   padding: 0 10px;  height: 36px;  background:#e9a452;    border: none; color: #fff;    }
.topsub form {display: inline-block;margin-left: 6px;}
.input-search {display: inline-block;margin-left: 0; position: relative;float: right;margin-top: 40px;}
.input-search i {font-size: 15px;color: #fff;}
.input-search .form-control {margin-left: 0;background: #fff;border: none;width: 334px;height: 36px; border-radius: 0;border: none; -moz-box-shadow:0px 2px 5px #C5C5C5; -webkit-box-shadow:0px 2px 5px #C5C5C5; box-shadow:0px 2px 5px #C5C5C5;   padding: 6px 15px 7px 20px;border-radius: 18px;}
.top_wb {float: right;margin-left: 17px;margin-top: 14px;}
.top_wb a {color: #d30461;text-decoration:underline}

.shortcode_accordion_item_body {color: #999;}
.shortcode_accordion_shortcode {padding: 24px;}


/* 首页区域 */
/* 首页特殊响应式 */
.input-search_box {display: none;}
@media (max-width: 1200px){
	.logo_sect img {width: 300px;}
	.input-search .form-control {height: 30px; line-height: 30px;font-size: 12px;}
	.input-search-btn {height: 30px; line-height: 30px;padding:0 10px;}
}
@media (max-width: 991px){
	.input-search .form-control {width: 250px;padding-left: 12px;}
	.featured_items .item_list li { margin-top: 15px;}
.posts-block2 { padding: 10px 24px!important;}
	.header_parent_wrap {position: inherit;text-align: center;}
	.logo_sect {width: 100%;text-align: center;float: left;display: inline-block;width: auto;}
	.logo_sect img {width: 280px;}
	.input-search {float: right; margin-right: 0;}
	.top_wb {margin-top: 15px;margin-left: 10px;}
}
@media (max-width: 767px){	
	.logo_sect {height: auto;}
	.logo_sect img {width: 220px;}
	.index_center_list li span {display: none;}
	.input-search { margin-top: 10px; margin-right: 0;margin-bottom: 10px;}
	.main_header .logo_sect {padding: 10px 0 6px!important;}
	.input-search  {width: 100%;padding: 0 5px;}
	.input-search .form-control {width: 100%;margin-bottom: 0;}
	.input-search-btn {right: 5px;top: 0px;}
.short_cut {width: 100%;margin-top: 0;padding-bottom: 0px;}
	.input-search_box {display: block;}
	a.menu_toggler {top:22px;}
}

@media (max-width: 564px){
.short_cut_icon li {width: 33.3%;}
.short_cut {width: 100%; margin-top: 0;padding-bottom: 0px;}
	
}

/* 轮播切换 */
#owl-demo {position: relative;}
.owl-theme .owl-controls { position: absolute;width: 100%;bottom: 8px;}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width:24px;
    height: 5px;
    margin: 5px 3px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff!important;
}
#owl-demo  .owl-controls { position: absolute;width: 100%;bottom: 8px;}
#owl-demo .owl-controls .owl-page span {
    display: inline-block;
    width:7px;
    height: 7px;
	margin: 0;
	position: relative; top:-5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fff!important;
}
#owl-demo .owl-controls .owl-page.active  {
    width:13px;
    height: 13px;
    line-height:  13px;
    margin: 5px 3px;text-align: center;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px; padding: 2px;
	border: 1px solid #fff;
}
#owl-demo  .owl-controls .owl-page{
	 margin: 5px 3px;
}
#owl-demo .owl-buttons {display: none!important;}

.banner {}

.fl {float: left;}
.fr {float: right;}


/* 通用标题 */
.itemt {border-bottom: 1px solid #d0e0e4; padding-bottom: 9px;display: inline-block; width: 100%;line-height: 35px;height: 35px;float: left;}
.itemt h2 {color: #fff;font-weight: bold;float: left;font-size: 14px;display: inline-block;background:  url(../images/title1.jpg) repeat-x;display: inline-block;line-height: 35px;margin: 0;padding: 0 14px;}
.itemt a {float: right;padding-right: 6px;font-size: 12px;color: #00647c;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
.itemt a:hover {}

@media (max-width: 767px){
	.banner .item {overflow: hidden;}
	.banner img {height: auto;width: 760px!important;max-width: 760px!important;position: relative; left:50%;margin-left: -380px;}
	.notice_bg {display: none;}
	#owl-demo .owl-controls .owl-page.active { padding-top: 4px;}
}




/*底部样式*/
.pre_footer {padding-top: 20px;padding-bottom: 20px;}
.pre_footer .sidepanel {margin-bottom: 0;}
.pre_footer .widget_text,.pre_footer .widget_text a {line-height: 28px}
.pre_footer ul {float: left;margin: 0;padding: 0;display: block;width: 100%;padding-bottom: 30px;}
.pre_footer ul li {float: left;list-style: none;margin-right: 16px;}
.footer  {background: #01586a;text-align: center;}
.footer .pre_footer {font-size: 14px;color: #fff; line-height: 19px; }
.footer .pre_footer a {font-size: 14px;color: #fff; }
.footer .fr {text-align: right;}
.pre_footer .widget_text, .pre_footer .widget_text a {color: #417E8E;}


@media (max-width: 767px){
	.papt_left {top:0!important}
	.module_cont {padding-left: 0;}
}
h5.shortcode_accordion_item_title .ico:before, h5.shortcode_toggles_item_title .ico:before, h5.shortcode_accordion_item_title:hover, h5.shortcode_toggles_item_title:hover, h5.shortcode_accordion_item_title.state-active, h5.shortcode_toggles_item_title.state-active {
    color: #209ec1;
}

/*超出部分出现滚动条*/
.table-container{width:100%; overflow-y:auto; _overflow:auto;margin: 0 0 10px;}
/*IOS滚动条*/
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}

input[type="text"], input[type="email"], input[type="password"], textarea,input[type="button"], input[type="reset"], input[type="submit"]{ margin: 0 0 0 5px;}



/*内页*/
.page_box {   position: relative;z-index: 999;  }
.page_box>.container>.row {  }
.page_title {margin-bottom: 10px;}
.page_box .page_title {float: left;border: none;margin-bottom: 0;padding-left: 0;}
.module_cont { }

.bg_title h2 {text-transform: uppercase;font-weight: 500; font-size: 18px;   color: #00647c;padding-top: 8px;padding-left: 8px;float: left;}
.wz {float: right;color: #999;padding-top: 15px;padding-right: 8px;}
.wz a{color: #999;}
.bg_title {border-bottom: 1px solid #d0cedc;  height: auto;overflow: hidden;  margin-bottom: 20px;    padding-bottom:8px;}
.bg_titler {float: right;padding-top: 17px;padding-right: 0;color: #949494;font-size: 12px;}
.bg_titler a {color: #949494;font-size: 12px;}
.posts-block {padding:6px 12px;}

@media (max-width: 991px){
.bg_title {  margin-bottom: 10px;    padding-bottom:8px;}
	
}

.page_box .left_news {width: 100%;height: auto;float: right;background: none; margin-bottom: 10px;}
.page_box .left_news_t {background: #453b74 url(../images/itemme.jpg) 0 0 no-repeat; background-size: cover;height: 40px; line-height: 40px;}
.left_news_t {height: 36px; line-height: 36px;}
.left_news_t h2 {color: #fff;font-size: 16px;font-weight: 500;height: 36px; line-height: 36px;padding-left: 16px;margin-bottom: 0;float: left;}
.left_news_t h2 span {color: #fff;font-size: 14px;font-weight: 500;}
.left_news_t h3 {color: #fff;font-size: 16px;font-weight: 500;height: 36px; line-height: 36px;padding-left: 16px;margin-bottom: 0;float: left;}
.left_news_t h3 span {color: #fff;font-size: 14px;font-weight: 500;}
.left_news_t a {float: right; margin-right: 25px;color: #fff;font-size: 14px;}
.left_news_t2 {}
.left_news_list2 {border: 1px solid #eaeaea;border-radius: 3px;overflow: hidden;}
.left_news_list2 ul {margin-left: 0;padding:6px 0;}
.left_news_list2 li {list-style: none; height: auto; overflow: hidden;line-height: 20px;}
.left_news_list2 li a{float: left;position: relative;display: inline-block;width: 100%;height: 40px;line-height: 40px;font-size: 14px;color: #333;text-align: center;padding-right: 55px;}
.left_news_list2 li a:hover,.left_news_list2 li a.hover {background: #E9FAFF;color: #000;}
.left_news_list2 li span{float: right;font-size: 14px;color: #b5b5b5;}

.left_news_list3 {background: #fafafa;height: 160px;border-bottom: 10px solid #fafafa;border-top: 10px solid #fafafa;}
.left_news_list3 ul {margin-left: 0;padding:0px 11px; margin-bottom: 0;}
.left_news_list3 li {word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;list-style: none; height: 24px;line-height: 24px;margin-bottom: 6px;}
.left_news_list3 li a{font-size: 14px;color: #666;padding-left: 10px;}
.left_news_list3 li span{float: left;font-size: 14px;color: #fff;background: #1ca5bf;display:inline-block;height: 20px; margin-top: 3px;line-height: 20px;padding: 0 7px;border-radius: 3px;font-size: 12px;}

.str_wrap.str_active {background: #fafafa!important;}
.left_news_list2 li dl {width: 100%;display: inline-block;float: left; margin-bottom: 0; }
.left_news_list2 li dd {padding: 3px 0;width: 100%; padding-left: 25px; line-height: 20px; display: inline-block;}
.left_news_list2 li dd a {line-height: 20px;height: 20px;background: none!important;color: #949494;}
.left_news_list2 li dd a:hover {color: #037894;}
.left_news_list2 li img {position: absolute; right:15px; width: 15px;top:0; margin-top: 13px;}
.left_news_list2 .jia {display: none;}
.left_news_list2 .jian {display: block;}
.left_news_list2 .jiabox {display: none;}

/*新闻列表*/
.pape_news1 ul {padding: 0;padding-bottom: 15px;}
.pape_news1 ul li {list-style: none;border-bottom: 1px #ededed dashed;padding-left: 14px;background:  url(../images/li2.jpg) 3px center no-repeat;line-height: 42px;height: auto;overflow: hidden;}
.pape_news1 ul li a {color: #343434;display: block;font-size: 14px;float: left;}
.pape_news1 ul li span {color: #777777;display: block;font-size: 14px;float: right;}
.pagerblock {text-align: center;}
@media (max-width: 767px){
.page_box {   padding: 0 ;}
.page_box>.container>.row {background: #fff;  padding: 0 0 5px 0;}
.pape_news1 ul li  {line-height: 22px;padding-bottom: 6px;margin-bottom: 6px;}
.pape_news1 ul li a {font-size: 14px;float: left;width: 100%;}
.pape_news1 ul li span {font-size: 12px;float: left;}
	.pb80 {padding-bottom: 20px;}
	.logo_retina, .logo_retina {    width: 235px;}
	.bg_title {margin-bottom: 0px;}
	.page_box .fl-container {padding: 0;}
	.single_post h1 {font-size: 20px;line-height: 20px;}
	.control_post_links {padding: 16px 0 0;}
	.prev_next_links a {display: block;width: 100%;line-height: 24px;}
	.prev_next_links span,.prev_next_links i{display: none;}
.pape_news1 ul li {background:  url(../images/li2.jpg) 3px 10px no-repeat;}
}
.pape_news1 ul li span a{background: #79A7B3;color: #fff;text-align: center;border-radius: 5px;padding: 0 15px;}
.pape_news1 ul li span a:hover{background: #209ec1;}


table{border-collapse:collapse; border-spacing:0; border:0;width:100%;}
table tr td, table tr th{padding-left: 3px;}
@media (max-width: 767px){
table tr td, table tr th{white-space:nowrap;}
	
}
#content {padding: 15px;}
.form-message-box input[type="text"],.form-message-box input[type="email"],.form-message-box input[type="password"],.form-message-box textarea,.form-message-box input[type="button"],.form-message-box input[type="reset"],.form-message-box input[type="submit"]{margin-bottom: 20px;}
.form-message-box {width: 800px;margin:0 auto;}
.form-message-box h3{text-align: center;}

@media (max-width: 991px){
	.form-message-box {width: 100%;margin:0 auto;}
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    display: block;
    width: 100%;
    background: #fff;
    text-shadow: none;
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
    font-weight:300;
    padding: 6px 15px 7px 15px;
    border: 1px #9e9e9e solid;
    /* border-radius:5px; */
    -webkit-border-radius:5px;
    margin: 0 0 20px 0;
    -webkit-appearance: none !important;
    outline: none;
}

textarea {
    height: 120px;
	resize:none;
	padding: 9px 15px 10px 15px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    margin: 0 0 20px 0;
    border: none;
    font-size: 14px;
    height: 35px;
    color: #ffffff;
	line-height:33px;
    padding: 0 20px;
    border-radius:5px;
	-webkit-border-radius:5px;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 400;
	cursor:pointer;
	transition: all 300ms ease;
	-webkit-transition:all 300ms ease;
	vertical-align:top;
	outline: none;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #ffffff;
	background-color:#374248;
}

.with_reset input[type="reset"] {
	margin:0;
	font-weight:300;
	text-transform:none;
	color:#666666;
	height: 17px;
	line-height:17px;
    padding: 0 0 0 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent !important;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.message1 {font-size: 16px;color: #2aa2c4;margin-bottom: 5px;}
.message2 {font-size: 14px;color: #999999; margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px dashed#ececec;}
.messagebox { padding:30px 60px;}


.item_tab span { padding-left: 10px; line-height: 22px;}



@media (max-width: 1200px){
}
@media (max-width: 991px){
	.messagebox {padding: 15px;}
}
@media (max-width: 767px){
	.page_box { top:0;}
	.papt_left { margin-top: 15px;background: #f7f7f7;padding-bottom: 15px;}
.posts-block {padding: 20px 0;}
.module_cont {    border-bottom:none;height: auto;overflow: hidden;padding: 0 10px;  margin-top: 15px;}
	.messagebox {padding: 5px;}
	.bg_titler {padding-top: 4px;float: right;}
	.shortcode_accordion_shortcode {padding: 0;}
	.input-search_box1 {display: none;}
	.single_post h1 { padding-top: 20px;}
	.single_post h2 { font-size: 14px;}
}
.item_tab img {border-radius: 50%;}
.pro_show_l img {border-radius: 4px;}

/* 新增页面 */
.pro_show { margin-bottom: 15px;}
.pro_show_l {float: left; }
.pro_show_l img { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);}
.pro_show_r { padding-top: 10px;margin-left: 20px;float: left;width: 500px;}
.pro_show_r li {float: left; display: inline-block; line-height: 30px; width: 50%; border-bottom: 1px dashed #9d9d9d;}
.pro_show_r li span { padding-left: 10px;  min-width: 80px; display: inline-block;}
@media (max-width: 1200px){
.pro_show_r { padding-top: 10px;margin-left:20px;float: left;width:370px;}
.pro_show_l img  {width: 180px;height: auto!important;}
}
@media (max-width: 991px){
.pro_show_r { padding-top: 10px;margin-left:0;float: left;width:100%;}
	
}
@media (max-width: 767px){
.pro_show_l img  {width: auto;height: auto!important;}
.pro_show_l {width: 100%;text-align: center;}
.pro_show_r {width: 100%; padding-top: 20px;}
.input-search .form-control {padding:0 0 0 15px;}
.input-search-btn { right: 5px;}
}



/* 首页 */
/*新增页面*/
.students{width:100%;height:auto;overflow:hidden;}
.students .stu1{height:auto;border-bottom:1px dashed #D8D7D7;color:#666464;overflow: hidden;padding-bottom: 15px;margin-bottom: 20px;}
.students .stu1 .stuL,.students .stu1 .stuR{margin-left: 10px;width: 48%}
.students .stu1 .stuL dt,.students .stu1 .stuR dt{font-size:16px;color: #1f7d96;line-height: 40px;}
.students .stu1 .stuL dd,.students .stu1 .stuR dd{width:136px;background:url(../images/point.png) no-repeat left center;height:30px;line-height:30px;float:left;padding-left: 13px;
margin-left: 10px;}
.students .stu1 .stuL dd a,.students .stu1 .stuR dd a{color:#909090;font-size:14px;text-decoration: none;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}
.students .stu1 .stuL dd a:hover,.students .stu1 .stuR dd a:hover{color:#1f7d96;margin-left: 5px;}
.students_t {width: 100%;height: auto;overflow: hidden;}
.students_t ul {margin: 0;padding: 0;}
.students_t li {max-width: 120px;height: 35px;width: 25%; line-height: 35px; margin-bottom: 25px;text-align: center;float: left; margin-right: 15px; list-style: none;}
.students_t li a {display: inline-block;width: 100%;background: #DBEBEF;border-radius: 3px; color: #006793;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}
.students_t li a:hover {background: #1f7d96;color: #fff;}

@media (max-width: 991px){
.students .stu1 .stuL,.students .stu1 .stuR{margin-left: 10px;width: 45%}
.students_t {margin-top: 20px;}
.students_t li { margin-bottom: 15px; margin-right: 0; }
.students_t li a{ border-radius: 0; border-right: 2px solid #fff; }
}


/* 分页代码 */
.posts-block table .this-page { height: auto!important;  background: #2f99af!important;border: none;color: #fff!important;padding: 6px 13px!important;border-radius: 2px;margin-right: 6px;}
.posts-block table a { height: auto!important;    background: #f6f5fe;border: none;padding: 6px 13px!important;border-radius: 2px; margin-right: 6px;}
.posts-block table .PrevDisabled,.posts-block table .NextDisabled { height: auto!important;    background: #f6f5fe;border: none;    padding: 6px 13px!important;border-radius: 2px;margin-right: 6px;}


.featured_items2 .item_list li  { width:20%;}
.featured_items2 .item_list li .item { margin-left: 24px;}
.featured_items2 .item_list li img {width: 148px;}
.featured_items2 .item_list li a {border-radius: 50%;display: block;width: 148px;height: 148px;overflow: hidden;}
.item_list2 {text-align: left;display: none;}
.item_list2 li {text-align: center;display: none;}
.item_list2:nth-child(1){display: block;}
.item_list2 h5 {padding-top: 15px;font-weight: bold;}
.item_list2 h5 a {font-weight: bold!important;height: auto!important;}
.students_t2 {width: 100%;height: auto;overflow: hidden;}
.students_t2 ul {margin: 0;padding: 0;height: auto;border-radius: 35px; overflow: hidden; margin-bottom: 25px;}
.students_t2 li {max-width: 120px;height: 35px;width: 25%; line-height: 35px;text-align: center;float: left; margin-right: 15px; list-style: none;}
.students_t2 li {display: inline-block;cursor: pointer;width: 100%;background: #DBEBEF;border-radius: 35px; color: #006793;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;font-size: 16px;}
.students_t2 li:hover ,.students_t2 li.cur,.students_t2 li.cur a,.students_t2 li:hover a{background: #1f7d96;color: #fff;}

@media (max-width: 991px){
.featured_items .item_list li  { width:50%;}
.students_t2 {margin-top: 20px; margin-bottom: 15px;}
.students_t2 li {width: 25%; margin-right: 0; }
.students_t2 li{ border-right: 2px solid #fff; }
}

/*顶部 */
.headtop {width: 100%;height: 35px; line-height: 35px;background: #eeeeee;}
.headtop {color: #656565;}
.headtop a {color: #656565;}
.headtop1 {float: left;}
.headtop2 {float: right;}
.headtop2 li {color: #656565;padding-left: 23px;display: block;float: left;}
.headtop2 li i {color: #656565;padding-right: 8px; position: relative; top: 1px;}

/* 首页 */
.kindex_title {width: 100%;padding-top: 30px;text-transform: uppercase; text-align: center;color: #1a1058;font-size: 30px;position: relative;}
.kindex_title:after {content:' ';background: #e1e1e1;display: block;height: 2px;width: 60px;position: absolute;left:50%; margin-left: -30px;bottom:-2px;}
.kindex_title_d {width: 100%;text-align: center;padding-bottom: 30px;color: #1a1058;font-size: 18px;padding-top: 6px;}

.kitem1 {width: 575px;margin-right: 18px;margin-bottom: 44px;float: left;padding-bottom: 6px;-moz-box-shadow:0px 2px 5px #C5C5C5; -webkit-box-shadow:0px 2px 5px #C5C5C5; box-shadow:0px 2px 5px #C5C5C5;}
.kitem1:nth-child(2) {margin-right: 0;}
.kitem1t {height: 48px;line-height: 48px;color: #fff;background:  url(../images/t1.jpg) right 0 no-repeat;}
.kitem1t h2 {font-size: 18px;margin-bottom: 0;line-height: 48px;font-weight: 500;padding-left: 16px;float: left;color: #fff;}
.kitem1t a {font-size: 12px;padding-right: 16px;float: right;text-transform: uppercase;color: #fff;}
.kitem1th {height: 38px;line-height: 38px;background: #f1f1f1;}
.kitem1th .th1{ float: left;padding-left: 17px;display: block;}
.kitem1th .th2{ float: right;padding-right: 17px;display: block;}
.kitem1ul {padding: 13px;}
.kitem1ul li{font-size: 14px; line-height: 36px; padding: 0 0;color: #666;}
.kitem1ul li a{color: #333;float: left;width: 460px;display:inline-block; padding-left: 20px; background:  url(../images/li1.jpg) left center no-repeat;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.kitem1ul li a:hover{color: #41326a;}
.kitem1ul li span {color: #999;float: right;}


/* 背景颜色区块 */
.kitem2 {background:  url(../images/b1.jpg) center 0 no-repeat;padding-top: 36px;padding-bottom: 68px;}
.kitem2box {width: 376px;float: left;margin-left: 20px;}
.kitem2box:nth-child(1) {margin: 0;}
.kitem2t {height: 27px;line-height: 27px;color: #fff;position: relative;}
.kitem2t h2 {font-size: 18px;margin-bottom: 0;line-height: 18px;font-weight: 500;padding-left: 3px;float: left;color: #fff;display: inline-block;}
.kitem2t:after {content:' ';background: #fea628;display: block;height: 3px;width: 78px;position: absolute;bottom:-1px;}
.kitem2t span {font-size: 14px;padding-left: 11px;float: left;line-height: 24px;text-transform: uppercase;color: #fff;display: inline-block;}
.kitem2ul {padding: 17px;background: #fff;min-height: 226px;color: #332d57;}
.kitem2ul:after {content: ' '; display: block;clear: both;}
.kitem2ul li{font-size: 14px;background: #f1f1f1;display: inline-block;width: 100%;line-height: 26px; padding: 0 0;}
.kitem2ul li a{color: #332d57;float: left;display:inline-block; padding-left: 12px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.kitem2ul li a:hover{color: #41326a;}
.kitem2ul li span {color: #999;float: right;}

.kitem2ul2 {text-align: center;line-height: 30px;padding-top: 19px;}
.kitem2ul3 {text-align: center;padding-top: 20px;}
.kitem2ul3 .lis1 {width: 44px;text-align: center;margin: 0 8px;height: 44px;display: inline-block;border-radius: 44px;background: #5843e4;color: #fff;position: relative;cursor: pointer;}
.kitem2ul3 i {font-size:26px;line-height: 44px;}
.kitem2ul3 .lis1 .f {background: #fff;display: inline-block;position: absolute;left:50%; margin-left: -64px;bottom:50px;border-radius: 4px;-moz-box-shadow:0px 2px 5px #C5C5C5; -webkit-box-shadow:0px 2px 5px #C5C5C5; box-shadow:0px 2px 5px #C5C5C5;padding: 3px;display: none;}
.kitem2ul3 .lis1 .f img {width: 120px; max-width: inherit;}
.kitem2ul3 .lis1:hover .f {display: block;}

/* 底部 */
.kfoot {background: #005768;border: 2px solid #fff;border-right: none;border-left: none;}
.kfootg {border: 2px solid #005768;border-right: none;border-left: none;}
.kfootb {width: 100%;text-align: center;padding: 30px 0 30px;line-height: 24px;color: #fff;}



@media (max-width: 1200px){
	.kitem1 {width: 460px;}
	.kitem1ul li a {width: 320px;}
	.kitem2box {    width: 33%; margin: 0;  padding-left: 15px;}
}
@media (max-width: 991px){
	.kitem1 {width: 100%; margin-bottom: 20px;}
	.kitem1ul li a {width: 320px;}
	.kitem2box {    width: 100%; margin: 0;  padding-left: 0;padding-bottom: 18px;}
	.kindex_title {padding-top: 18px;}
	.kindex_title_d {padding-bottom: 18px;}
	.kitem2 {	background-size:cover;padding-top: 20px;padding-bottom: 30px;}
	.kindex_title {font-size: 24px;}
	.kindex_title_d {font-size: 16px;}
}
@media (max-width: 767px){
	.kitem2box,.kitem1box {padding-left: 15px;padding-right: 15px;}
	.top_wb {display: none;}
	.kitem2 {	background-size:cover;padding-top: 18px;padding-bottom: 20px;}
.kfoot ul li {width: 20%;line-height: 40px;}
.kfoot ul li:nth-child(6) a:after {display: none;}
.kfoot ul a {font-size: 12px;}
.kfoot ul a:after { top:12px;}
	.kfootb {font-size: 12px;padding: 12px;}
	.kitem1ul li span {display: none;}
	.kitem1ul li {width: 100%;}
	.kindex_title {font-size: 18px;padding-top: 10px;}
	.kindex_title_d {font-size: 14px;padding-bottom: 10px;}
	.headtop1 {display: none;}
	.headtop {height: 30px;line-height: 30px;}
	.mobile_menu_wrapper a.mob_link {padding-top: 10px!important;padding-bottom: 10px!important;}
	.kitem2ul3 .lis1 {margin: 0 6px;}
}


/* 内页框架重构 */
.papt_left {width: 192px;float: left;}
.papt_right {width: 960px;float: left;padding-left: 36px;}
.page_box:after {content: ' '; display: block;clear: both;}

@media (max-width: 1200px){
.papt_left {width: 192px;float: left;}
.papt_right {width: 745px;float: left;padding-left: 20px;}
	
}
@media (max-width: 991px){
.papt_left {width: 192px;float: left;}
.papt_right {width: 525px;float: left;padding-left: 16px;}
	.posts-block {padding: 10px;}
.left_news_list2 li a	{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right: 0;padding-left: 20px;text-align: left;}
	
	
}
@media (max-width: 767px){
.papt_left {width: 100%;float: left;padding:0 15px;border: none;background: none;}
.papt_right {width: 100%;float: left;padding-left: 16px;}
	.left_news_list2 ul {padding: 6px 0;}
	.left_news_list2 li a {height: 34px;line-height: 34px;}
	.left_news_list2 li dl {display: none;}
	.left_news_list2 .jian {display: none;}
	.left_news_list2 .jia {display: block;}
	.posts-block {padding: 15px 5px;}
}


/*下载列表*/
.pape_download1 ul {padding: 0;padding-bottom: 15px;}
.pape_download1 ul li {list-style: none;border-bottom: 1px #ededed dashed;background:  url(../images/download.jpg) 15px 2px no-repeat;margin-top: 10px;padding-left: 15px;padding-top: 3px;line-height: 42px;height: auto;overflow: hidden;position: relative;}
.pape_download1 ul li h3 {color: #77279a;display: block;font-size: 16px;float: left;width: 100%;padding-left: 35px;line-height: 28px;}
.pape_download1 ul li span {color: #999999;display: block;font-size: 14px;float: left;line-height: 28px;padding-bottom: 10px;}
.pape_download1 ul li a {text-align: center;border: 1px solid #951bb1;height: 33px;border-radius: 33px;width: 140px;line-height: 33px;display: inline-block;position: absolute;right:5px;top:18px;}
.pape_download1 ul li a:hover {border: none;background:  url(../images/download2.jpg) 0 0 no-repeat;color: #fff;height: 35px;}
@media (max-width: 767px){
	.pape_download1 ul li {padding-bottom: 12px;}
.pape_download1 ul li h3 {font-size: 14px;width: auto;float: left;}
.pape_download1 ul li span {font-size: 12px;line-height: 24px;padding-bottom: 6px;width: 100%; padding-top: 6px;}
	.pape_download1 ul li a {position: inherit;top:0;float: right;line-height: 28px;height: 28px;border-radius: 28px;width: 100px;}
.pape_download1 ul li a:hover {height: 30px;}
}


/*新闻列表样式2*/
ul.item4ul {display: inline-block;width: 100%; padding:0 1%;}
ul.item4ul li {width: 32.6%;margin-right: 1%; line-height: 32px;  position: relative; display: inline-block;float: left;border-bottom: 1px solid #e3e3e3;padding:3px 6px; margin-top: 12px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
ul.item4ul li:nth-child(3n) {margin-right: 0;}
ul.item4ul li h3{color: #ff911b;font-size: 16px;font-weight: 500;width: 100%;display: inline-block;float: left;padding-bottom:2px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
ul.item4ul li p{color: #999999;line-height: 24px;height: 48px;overflow: hidden;font-size: 12px;width: 100%;display: inline-block;float: left;
}
ul.item4ul li:nth-child(3n) { margin-right: 0;}
@media (max-width: 1200px){
ul.item4ul li {width: 49%; line-height: 32px;}
ul.item4ul li:nth-child(3n) { margin-right: 1%;}
ul.item4ul li:nth-child(2n) { margin-right: 0;}
}
@media (max-width: 991px){
	
}
@media (max-width: 767px){
ul.item4ul li {width: 100%; line-height: 32px;margin-right: 0%; height: auto; margin-top: 14px;}
	
}


/*个人中心-左侧*/
.personal_left {}
.personal_left_t {float: left;width: 100%;}
.personal_left_t h2 {background: #f4f4f4;text-align: center;color: #000;font-size: 17px;margin-bottom: 0; padding-top: 34px;padding-bottom: 34px;}
.personal_left_t h2 i {font-size: 32px;width: 100%;display: inline-block;}
.personal_left_t h2 span {font-size: 17px;}
.personal_left ul {float: left;width: 100%;}
.personal_left li {display: inline-block;width: 100%;text-align: center;}
.personal_left li a {height: 42px;line-height: 42px;width: 100%;display: inline-block;}
.personal_left li:nth-child(2n){background: #f4f4f4;}
.personal_left li a:hover,.personal_left li a.hover {background: #9687F7;color: #fff;}

@media (max-width: 767px){
.personal_left_t h2 { padding-top: 14px;padding-bottom: 14px;}
.personal_left li a {height: 36px;line-height: 36px;}
}

/*个人中心-我的信息*/
.personal_i {padding-left: 130px;line-height: 40px;}
.personal_il {width: 114px;color: #a26f98;float: left;min-height: 20px;}
.personal_ir {width: 461px;color: #99a6af;float: left;line-height: 38px;}
.personal_irt {float: left;width: auto!important;}
.personal_i:after {content: ' '; display: block;clear: both;}
.personal_ir label {margin-right: 45px;}
.personal_ir label input {margin-right: 6px;margin-top: 0px;float: left;}
.personal_ir input {margin-right: 6px;height: 38px;line-height: 38px; border-radius: 0;border: 1px solid #e4e4e4;}
.personal_ir select {margin-right: 6px;height: 38px;line-height: 38px; border-radius: 0;border: 1px solid #e4e4e4;margin-bottom: 20px;padding-left: 10px;}
.personal_button { background: #453c75 url(../images/sub1.jpg) left 0 no-repeat;padding: 0 30px;text-align: center;color: #fff;border: none;border-radius: 3px;margin-top: 15px;}

@media (max-width: 1170px){
	.personal_i {padding-left: 60px;}
}
@media (max-width: 991px){
	.personal_i {padding-left: 0;}
	.personal_il {width: 100px;}
	.personal_ir {width: 400px;}
	
}
@media (max-width: 767px){
	.personal_il {width:90px;}
	.personal_ir {width: 100%;}
	.personal_ir input {margin-bottom: 10px;}
.personal_button { margin-top: 0;width: 100%;}
	.personal_ir label { margin-right: 15px;}
.personal_ir select {margin-bottom: 10px;padding-left: 10px;}
.personal_irt {float: left;width: auto!important;}
	
}


/* 登陆注册 */
.login_box {width: 495px;margin: 0 auto;margin-top: 8px;border-radius: 6px;background:  url(../images/lbg.jpg) center 116px repeat-x;padding-bottom: 60px;-moz-box-shadow:0px 0 8px #270e62; -webkit-box-shadow:0px 0 8px #270e62; box-shadow:0px 0 8px #270e62;margin-bottom: 20px;color: #fff;}
.login_box:after {content: ' '; display: block;clear: both;}
.login_box a {color: #fff;}
.login_bg { background:  url(../images/loginbg.jpg) center 116px no-repeat;}
.login_logo {height: 116px;line-height: 116px;width: 100%;text-align: center;float: left;}
.login_pl {margin-left: 42px;float: left;}
.login_tag {height: 69px;padding-top: 30px;float: left;width: 100%;}
.login_tag ul {display: inline-block;float: left;background: #ba01fd;padding-top:5px;border-radius: 39px; height: 39px;line-height: 39px;-moz-box-shadow:0px 0 5px #620882; -webkit-box-shadow:0px 0 5px #620882; box-shadow:0px 0 5px #620882;padding-top: 0;position: relative;}
.login_tag ul li {position: relative;z-index: 9;float: left;width: 120px;text-align: center;font-size: 18px;color: #fff;cursor: pointer;}
.login_tag ul span {display: block;width: 125px;height: 39px;border-radius: 39px;background: #fff;position: absolute;z-index: 5;left:0;top:0;}
.login_tag ul li.cur {color: #562b94;}
.login_from {padding-top: 55px;display: none;width: 100%;}
.login_f {width: 400px;font-size: 18px;margin-bottom: 15px;}
.login_f input {width: 400px;background: none;border: none;border-bottom: 1px solid #fff;font-size: 12px;border-radius: 0px;color: #fff;padding-left: 0;}
.login_f input::-webkit-input-placeholder {color:#E7E7E7;}
.login_f input:-moz-placeholder {color:#E7E7E7;}
.login_f input::-moz-placeholder {color:#E7E7E7;}
.login_f input:-ms-input-placeholder {color:#E7E7E7;}
.login_d {width: 400px;font-size: 12px;}
.login_d input {background: none;border: none;margin-right: 5px;position: relative;top: 2px;}
.login_d span {padding: 0 15px;}
.personal_button2 { background: #ffd239;padding: 0 50px;text-align: center;color: #fff;border: none;border-radius: 3px;font-size: 15px;margin-top: 15px;border-radius: 34px; height: 34px;line-height: 34px;-moz-box-shadow:0px 0 5px #620882; -webkit-box-shadow:0px 0 5px #620882; box-shadow:0px 0 5px #620882;margin-top: 35px;}
.personal_button3 { background: #d35cff;}
.login_f1 {margin-left: 18px;}
.login_f2 {margin-left: 18px;}
.login_boxl {width: 380px;margin: 30px auto;}
.login_boxl:after {content: ' '; display: block;clear: both;}
.login_boxl a {text-align: center;display: block;width: 33%;float: left;}
.login_boxl a i{border: 2px solid #000;width: 80px;height: 80px;line-height: 80px;border-radius: 80px;display: inline-block;font-size: 40px;}
.login_boxl a span{color: #7e8a86;width: 100%;display: inline-block;padding:15px 0;}
.login_boxl a:nth-child(1) i{color: #19a9f0;border-color: #19a9f0;}
.login_boxl a:nth-child(2) i{color: #03be00;border-color: #03be00;}
.login_boxl a:nth-child(3) i{color: #f42630;border-color: #f42630;}

@media (max-width: 767px){
	.login_box {width: 100%;-moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;border-radius: 0;padding: 20px;background:  url(../images/lbg.jpg) center 0 repeat-x;}
	.login_logo {display: none;}
	.login_bg {background:none;}
	.login_pl {margin: 0;}
	.login_f,.login_f input {width: 100%;}
	.login_tag {padding-top: 15px;}
.login_logo {height: 100px;line-height: 100px;}
	.login_from {padding-top: 10px;}
	.personal_button2 {margin-top: 20px;}
	.login_boxl {width: 100%;margin: 20px auto;padding: 0 40px;}
	.login_boxl a i {width: 60px;height: 60px;line-height: 60px;font-size: 36px;}
}


/*个人中心-浏览记录*/
.item5ul {}
.item5ul li {width: 100%;  height: auto;overflow: hidden;  border-bottom: 1px dashed #D8D7D7;padding-bottom: 10px;margin-bottom: 10px;}
.item5ul li a {width: 100%;display: inline-block;line-height: 26px;}
.item5ul li h3 {font-size: 14px;margin-left: 10px;margin-right: 18px;display: inline-block;float: left; }
.item5ul li span {color: #666;display: inline-block;font-size: 12px;float: left;}
.item5ul li span i {background: none;color: #333;margin-right: 6px;}
.item5ul li .i {display: inline-block;font-style: normal;float: right;font-size: 12px;margin-right: 6px;background: #CDCCCF;color: #fff;padding: 0 5px;border-radius: 3px;}


@media (max-width: 767px){
	.item5ul li h3 {width: 100%;}
}

/*个人中心-我的下载*/
.i2 {text-align: center;border: 1px solid #951bb1;height: 26px;border-radius: 26px;width: 110px;line-height: 26px;display: inline-block;float: right;}
.i2:hover {border: none;background:  url(../images/download2.jpg) 0 0 no-repeat;color: #fff;height: 26px;}
@media (max-width: 767px){
.i2 {float: right;line-height: 26px;height: 26px;border-radius: 26px;width: 100px;}
.i2:hover {height: 22px;}
}

/*首页*/
.item5_t {border-bottom: 1px solid #d0e0e4; display: inline-block; width: 100%;line-height: 35px;height: 35px;float: left;}
.item5_t li {color: #333333;position: relative; z-index: 999;cursor: pointer;margin-right: 6px;font-size: 14px; float: left; padding: 0 14px;display: inline-block;height: 35px; line-height: 35px;}
.item5_t li.cur {color: #fff;background:  url(../images/title1.jpg) repeat-x;}
.item5_t .kmore {float: right;color: #007b8b;line-height: 38px; margin-right: 8px;}
.item5_t .kmore a{float: right;color: #969696;font-size: 12px;display: none;}
.item5_t .kmore a:nth-child(1) {display: block;}
.item5_d {background: #fff;float: left;width: 100%;padding: 8px 0;}

ul.item1ul {float: left;display: inline-block;width: 100%;padding-top: 18px;}
ul.item1ul li{font-size: 14px; line-height: 32px; padding: 0 6px;width: 100%;color: #666;display: inline-block; word-break:keep-all;}
ul.item1ul li a{color: #333; display: inline-block; width:72%;padding-left: 18px; background:  url(../images/i_22.jpg) 4px 5px no-repeat; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
ul.item1ul li a:hover{color: #2f99af;}
ul.item1ul li span {color: #999;float: right;padding-right: 2px;}

.item5_d ul {display: none;}
.item5_d ul:nth-child(1) {display: block;}
.bgf {background: #fff url(../images/bgf.jpg) 0 bottom repeat-x;padding:18px 14px;padding-bottom: 40px;height: auto;overflow: hidden;margin-bottom: 26px;}


.itemlistimg {margin-top: 18px;float: left;width: 100%;}
.itemlistimg li {margin-right: 1%;width: 19.2%;float: left;text-align: center;}
.itemlistimg li:nth-child(5n) {margin-right: 0;}
.itemlistimg li a {position: relative;overflow: hidden;display: inline-block;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
.itemlistimg li a img {z-index: 3;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
.itemlistimg li:hover img {transform: scale(1.05); position: relative; z-index: 3;}
.itemlistimg li:hover a {box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);border-radius: 5px;}
.itemlistimg li a:after {content: ' ';display: block;position: absolute;left:0;bottom:0;right:0;height: 67px;background: #029b9f;opacity: 0.6;z-index: 5;}
.itemlistimg li a h3 {display: inline-block;position: absolute;width: 100%;left:0;bottom: 33px;font-weight: 500;font-size: 16px;z-index: 9;color: #fff;}
.itemlistimg li a p {display: inline-block;position: absolute;width: 100%;left:0;bottom: 0px;z-index: 9;color: #fff;}
.itemlistimg li a span {}
.itemlistimg li a span:after {content: ' ';display: block;position: absolute;left:4px;top:4px;height: 31px;width: 31px;background:  url(../images/itemlistimg1.png) 0 0 no-repeat;z-index: 5;}
.itemlistimg li a span:before {content: ' ';display: block;position: absolute;right:4px;top:4px;height: 31px;width: 31px;background:  url(../images/itemlistimg2.png) 0 0 no-repeat;z-index: 5;}
.itemlistimg li:nth-child(6) {display: none;}

.itemlistimg2 {margin-top: 0;}
.itemlistimg2 li {margin-right: 2%;width: 23.5%;float: left;text-align: center;margin-bottom: 15px;}
.itemlistimg2 li:nth-child(5n) {margin-right: 1%;}
.itemlistimg2 li:nth-child(4n) {margin-right: 0;}
.itemlistimg2 li:nth-child(6) {display: block;}

.itemx1 {width: 453px;float: left;padding-bottom: 20px;}
.itemx2 {width: 729px;float: right;padding-bottom: 20px;}
.itemx2 .item5_d li {padding: 0 18px!important;}
.itemx2 .item5_d li a{ padding-left: 0!important; background: none!important;}

.itemx2t {height: auto;overflow: hidden;padding: 10px; padding-bottom: 22px;}
.itemx2t a {}
.itemx2t img {width: 182px;height: 128px;border-radius: 3px;margin-right: 24px;float: left;}
.itemx2t h3 {font-size: 16px;color: #f59744;padding-top: 6px;}
.itemx2t span {font-size: 12px;color: #ababab;padding-top: 6px;padding-bottom: 8px;display: inline-block;}
.itemx2t p {font-size: 14px;color: #878787;}
.itemx2 .item1ul  {}
.itemx2 .item1ul li {height: 32px;/* line-height: 30px; */line-height: 32px;}



.itemme {height: 102px;background: #00647c url(../images/itemme.jpg) 0 0 no-repeat;position: relative;margin:26px 0;}
.itemme1 {position: absolute; letter-spacing: 1px; padding: 26px 0 0 20px;width: 211px; line-height: 26px;color: #fff;font-size: 18px;}
.itemme1:before {content: ' ';width: 62px;display:inline; height: 2px;background: #ffd792;position: absolute;top:45px;  left: 104px; }
.itemme1 span {color: #a3bcc5;width: 100%;letter-spacing: 0;display: inline-block;text-transform: uppercase;font-weight: 500;font-size: 16px;}
.itemme ul {margin-left: 211px;position: relative;z-index: 2;}
.itemme ul li{width: 14.2%;position: relative;text-align: center;color: #fff;float: left;z-index: 9;}
.itemme ul li span {display: inline-block;font-size: 16px;width: 100%;line-height: 36px;}
.itemme ul li a {color: #fff;display: inline-block;height: 102px;padding-top: 15px;}
.itemme ul li:before {content: ' ';width: 1px;display:inline; height: 60px;background: #3b889a;position: absolute;top:50%; margin-top: -30px; left: 0; }
.itemme ul li:nth-child(1):before {display: none;}
.itemme ul .before {content: ' ';width: 14.2%;z-index: 3;display:inline; height: 102px;background: #005063 url(../images/itemmeh.png) center bottom no-repeat;position: absolute;top:0;  left: 0; }
.itemme ul li:hover a{color: #ffeccb;}




@media (max-width: 1200px){
	.itemx1 {width: 345px;}
	.itemx2 {width:610px;}
	ul.item1ul {margin-top: 10px;}
	ul.item1ul li{ line-height: 30px; }
	.itemx2t {padding:0 10px 10px 10px;}
	.bgf {margin-bottom: 18px;}
	.itemme { margin:20px 0;}
}
@media (max-width: 991px){
	.itemx1 {width: 100%;}
	.itemx2 {width:100%;}
	.itemme ul li {width: 25%;}
	.itemme ul li a {color: #fff;display: inline-block;height: 90px;padding-top: 10px;}
	.itemme1 {position: inherit;height: 90px;float: left;width: 25%;background: #00647c url(../images/itemme.jpg) 0 0 no-repeat;font-size: 16px; padding: 20px 0 0 20px;}
	.itemme1:before {content: ' ';width: 42px;display:inline; height: 2px;background: #ffd792;position: absolute;top:38px;  left: 95px; }
	.itemme1 span {font-size: 14px;}
	.itemme ul {margin-left:0; }
	.itemme ul .before  {display: none;}
	.itemme  {height: auto;overflow: hidden;background: #00647c ;}
	
	
.itemlistimg li {margin-right: 2%;width: 48.5%;float: left;text-align: center;}
.itemlistimg li:nth-child(5n) {margin-right: 2%;}
.itemlistimg li:nth-child(2n) {margin-right: 0;}
.itemlistimg li a {position: relative;overflow: hidden;display: inline-block;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
.itemlistimg li a img {z-index: 3;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
.itemlistimg li:hover img {transform: scale(1.05); position: relative; z-index: 3;}
.itemlistimg li:hover a {box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);border-radius: 5px;}
.itemlistimg li a:after {content: ' ';display: block;position: absolute;left:0;bottom:0;right:0;height: 50px;background: #029b9f;opacity: 0.6;z-index: 5;}
.itemlistimg li a h3 {display: inline-block;position: absolute;width: 100%;left:0;bottom: 23px;font-weight: 500;font-size: 14px;z-index: 9;color: #fff;}
.itemlistimg li a p {display: inline-block;position: absolute;width: 100%;margin-bottom: 0;left:0;bottom: 5px;z-index: 9;color: #fff;}
.itemlistimg li a span {}
.itemlistimg li a span:after {content: ' ';display: block;position: absolute;left:4px;top:4px;height: 31px;width: 31px;background:  url(../images/itemlistimg1.png) 0 0 no-repeat;z-index: 5;}
.itemlistimg li a span:before {content: ' ';display: block;position: absolute;right:4px;top:4px;height: 31px;width: 31px;background:  url(../images/itemlistimg2.png) 0 0 no-repeat;z-index: 5;}
.itemlistimg li:nth-child(6) {display: block;}
	
	
	
}
@media (max-width: 767px){
	.bgf {margin:  0 0 12px;}
	.item5_d ul {padding-top: 0;margin-top: 0;}
	.input-search_box { margin-top: 10px;margin-bottom: 10px;}
	.itemme {margin-top: 0;margin-left: 15px;margin-right: 15px;}
	.headtop	 {display: none;}
	.itemx2t img {width: 100px;height: 100px;margin-right: 10px;}
	.itemx2t h3 {font-size: 14px;padding-top: 0;}
	.itemx2t span {padding:3px 0;}
	.itemx2t p {font-size: 12px;}
	
	a.menu_toggler { top: 18px;right: 18px;}
	.itemme1 {padding: 0;text-align: center;line-height: 20px;padding-top: 20px;font-size: 14px;}
	.itemme1 span {font-size: 14px;font-size: 12px;line-height: 16px;}
	.itemme1:before {display: none;}
	.itemme ul li span {font-size: 14px;line-height: 28px;}
	.itemme ul li img {width: 35px;}
	.itemme ul li a
}


/*科室*/
.box1 {margin: 20px 0;}
.caption {    font-size: 20px;    color: #474747;}
.pubc-box1 li {float:left;margin-left:15px;cursor:pointer;border:1px solid #DFDFDF;border-radius:5px;overflow:hidden;width:130px;height:38px;line-height:38px;font-size:14px;margin-top:14px;}
.pubc-box1 li a {display:block;color:#333;padding-left:26px;position:relative;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}
.pubc-box1 li a:hover {background: url(../images/itemme.jpg) 0 0 no-repeat;color: #fff!important;}
.pubc-box1 li a i {position:absolute;width:14px;left:0;top:0;height:100%;border-right:1px solid #DFDFDF;background: url(../images/ind_5.png) no-repeat center;}
.pubc-box1 li.on,.pubc-box1 li:hover {border-color:#528eb5;}
.pubc-box1 li.on a,.pubc-box1 li:hover a {color:#528eb5;border-color:#528eb5;}
.pubc-box1 li.on a i,.pubc-box1 li:hover a i {border-color:#DFDFDF;background: url(../images/ind_6.png) no-repeat center;}

@media (max-width: 767px){
.box1 {margin: 10px} 
}