@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	/*border: 0;*/
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

*:not(input, textarea) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

body {
	font: 12px/140% Arial, "宋体", Helvetica, sans-serif, Verdana;
	color: #323232;
	margin: 0;
	background: #fff;
}

img {
	border: 0;
}

.mid_article p img,
.mid-content img {
	min-width: 600px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

/* html,
body {
  height: 100%;
} */

blockquote,
body,
dd,
dir,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input[type="checkbox"],
input[type="radio"],
input[type="range"],
listing,
menu,
ol,
p,
plaintext,
pre,
ul,
xmp {
	margin: 0;
}

button,
dir,
fieldset,
input,
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="password"],
input[type="radio"],
input[type="range"],
input[type="reset"],
input[type="search"],
input[type="submit"],
isindex,
legend,
menu,
ol,
textarea,
ul {
	padding: 0;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

input,
select,
textarea {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

button,
input,
select {
	color: inherit;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
}

address,
cite,
dfn,
em,
i,
var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: normal;
}

fieldset,
iframe {
	border: 0;
}

ol,
ul {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

.pointer {
	cursor: pointer;
}

/* 取消边框 */
.border_none {
	border: 0 none;
}

/* 文本对齐方式 */
.txt-l {
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.t-indent {
	text-indent: 2em;
}

.mg0 {
	margin: 0;
}

.pg0 {
	padding: 0;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt50 {
	margin-top: 50px;
}

.pt30 {
	padding-top: 30px;
}

.mt30 {
	margin-top: 30px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

/*
* 字母和单词换行设置
* @class Break 强制内容换行
* @class Nobreak 强制内容不换行
*/
.Break {
	word-break: break-all;
	word-wrap: break-word;
}

.Nobreak {
	word-break: keep-all;
	word-wrap: normal;
}

/* 浮动定义 */
.FL {
	float: left;
}

.FR {
	float: right;
}

/* 定义文本下划线 */
.UnLine {
	text-decoration: underline;
}

.DisunLine {
	text-decoration: none;
}

/* 定位关系 */
.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

/* 通用容器 */
.clear {
	clear: both;
	/*overflow: hidden;*/
}

/*IE7不支持的清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

body {
	font: 12px/140% Arial, "宋体", Helvetica, sans-serif, Verdana;
	color: #5a5a5a;
	margin: 0;
	background: #fff;
	/*
  overflow-x: hidden;
  */
}

/* 首页 */

.header_top {
	width: 1200px;
	margin: 0 auto;
	height: 125px;
	overflow: auto;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
}

.top-left {
	/*display: flex;*/
	/*align-items: center;*/
	width: 660px;
	float: left;
	padding: 25px 0;
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
}

.head-cont {
	margin-left: 40px;
	float: right;
	margin-top: 12px;
}

.head-cont p {
	font-family: Microsoft YaHei;
	font-size: 18px;
	color: #333333;
	line-height: 1.4;
}

.headNum {
	/*display: flex;*/
	/*align-items: center;*/
	/*flex-flow: column;*/
	float: right;
	width: 330px;
	margin-top: 30px;
}

.top-left .logo {
    float: left;
}

.search-t {
	position: relative;
}

.search-t form {
	/*display: flex;*/
	position: relative;
}

.search-t input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: #003366 2px solid;
	padding-left: 10px;
	box-sizing: border-box;
}

.search-t button.btn {
    position: absolute;
    right: 0;
    top: 0;
	width: 60px;
	border: 0;
	height: 39px;
	line-height: 39px;
	color: #fff;
	background-color: #003366;
	font-size: 16px;
}

.hotLine {
	padding-left: 5px;
	float: left;
	/*display: flex;*/
	/*align-items: center;*/
}

.hotLine p {
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
	display: inline-block;
	/* letter-spacing: 2px; */
}

.num-b {
	width: 100%;
	/*display: flex;*/
	margin-top: 5px;
}

.num-b img {
	width: 20px;
	height: 20px;
	float: left;
}

.header.headerFixed {
	position: fixed;
	top: 0;
	z-index: 99;
	background: #fff;
	width: 100%;
	/* margin: 0 auto; */
}

.box_banner {
	width: 100%;
	min-width: 1200px;
	height: 600px;
	position: relative;
}

.box_banner .swiper-container {
	width: 100%;
	min-width: 1200px;
	height: 600px;
	position: relative;
}

.box_banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 11;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.box_banner .swiper-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}




/* 飘窗 */

div#close {
	padding-right: 12px;
	padding-top: 8px;
}

div#pf {
	background-color: #FF0D00;
}

.po_special {
	padding: 25px 20px;
}

.po_special a:hover {
	color: #003366;
}

.po_special p {
	text-align: center;
	color: #fff;
	font-family: Microsoft YaHei;
	line-height: 1.6;
}

.po_special p.spl1 {
	font-size: 42px;
}

.po_special p.spl2 {
	font-size: 22px;
	line-height: 1.6;
}

.po_special a {
	display: block;
	text-align: center;
	line-height: 2;
	color: #fff;
	font-size: 16px;
}

.box.box1 {
	padding: 40px 0;
}

.box-items {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.bo_title h2 {
	font-family: Microsoft YaHei;
	font-size: 48px;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	color: #003366;
}

.bo_title p {
	font-family: Arial;
	font-size: 30px;
	color: #999;
	line-height: 1.4;
	text-align: center;
	text-transform: capitalize;
}

.box_news {
	margin-top: 30px;
	overflow: auto;
}

.news_left {
	width: 600px;
	float: left;
}

/*new 轮播*/
.news_left .focusBox {
  position: relative;
  width: 100%;
  height: 386px;
  overflow: hidden;
  text-align: left;
  background: white;
}

.news_left .focusBox li a img {
  width: 600px;
  height: 386px;
  object-fit: cover;
  display: block;
}

.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 20px;
}

.focusBox .num li {
  float: left;
  position: relative;
  width: 15px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.focusBox .num li a {
  font-size: 16px;
  width: 6px;
  height: 6px;
  display: block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: 2px;
  margin-left: 2px;
}


.focusBox .num li span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  font-size: 16px;
  text-decoration: none;

  filter:Alpha(opacity=30);
}

.focusBox .num li.on a {
  margin-top: 0;
  margin-left: 0;
  background-color: #C30B05;
  width: 10px;
  height: 10px;
  color: #fff;
}

.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 40px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=60);
  opacity: 0.6;
  overflow: hidden;
}

.focusBox .txt li {
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
  width: 95%;
}

.focusBox .txt li a {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 80%;  
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  padding-left: 2%;
  float: left;
}

.focusBox .txt li span {
    line-height: 40px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-align: left;
    width: 15%;
    float: left;
}

/* new 轮播 end */















.news_right {
	width: 600px;
	float: left;
}

.box_news .swiper-slide img {
	width: 100%;
	display: block;
	height: 386px;
}

.sw-cont-t {
	width: 85%;
	background: #333;
	position: absolute;
	bottom: 0;
	opacity: 0.8;
	padding: 8px 15% 8px 0;
}

.sw-cont-t p {
	line-height: 25px;
	text-align: left;
	color: #fff;
	font-size: 20px;
	padding-left: 2%;
	width: 83%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sw-cont-t span {
	line-height: 25px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	text-align: left;
	width: 15%;
	float: left;
}

.swiper-news .swiper-pagination {
	text-align: right;
}

.swiper-news .swiper-pagination span {
	margin-right: 15px !important;
	margin-left: 0 !important;
}

.swiper-news .swiper-pagination-bullet {
	opacity: 1;
	border: 1px solid #fff;
}

.swiper-news .swiper-pagination-bullet-active {
	border: 1px solid #007aff;

}


.caseInfo {
	padding-left: 15px;
	overflow: auto;
}

.newsTime {
	width: 105px;
	float: left;
}

.newDetails {
	width: 480px;
	float: left;
}

.caseInfo li {
	overflow: auto;
	margin-bottom: 40px;
}

.isDate {
	font-size: 48px;
	line-height: 1.4;
	font-weight: 600;
	color: #333;
	font-family: Microsoft YaHei;
	text-align: center;
}

.isYears {
	font-size: 14px;
	text-align: center;
	color: #666;
	line-height: 1.5;
	font-family: Regular YaHei;
}

.newDetails h3 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.5;
	font-family: Regular YaHei;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.caseInfo .page_ul li:hover .newDetails h3 {
	color: #0073c3;
}

/* .newDetails a:hover {
  color: #003366;
} */

.newDetails p {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 63px;
}

.box.box2 {
	padding-bottom: 50px;
}

.box_news2 {
	margin-top: 40px;
}

.box_news2 ul {
	overflow: auto;
}

.box_news2 ul li {
	float: left;
	width: 340px;
	margin-right: 30px;
	padding: 20px;
	text-align: center;
}

.box_news2 ul li:last-child {
	margin-right: 0;
}

.news2_img img {
	cursor: pointer;
	transition: all 0.6s;
	width: 310px;
	height: 210px;
	object-fit: cover;
}

.news2_img img:hover {
	/* transform: scale(1.01); */
}

.img_cont1 {
	padding: 15px 0 20px;
}

.img_cont1 a h3 {
	color: #333;
	font-size: 20px;
	font-family: Regular YaHei;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 1.4;
}

.img_cont1 a:hover h3 {
	/* color: #003366; */
	color: #0073c3;
}

.img_cont1 span {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	margin: 5px 0;
	display: block;
	font-family: Regular YaHei;
}

.img_cont1 p {
	font-size: 14px;
	color: #999;
	font-family: Regular YaHei;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.5;
}

.box.box_bg1 {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	background-image: url(/themes/home/images/x28.png);
	background-repeat: no-repeat;
	background-position-x: center;
}

.box.box_bg1 .bo_title {
	padding-top: 30px;
}

.box.box_bg1 .bo_title h2,
.box.box_bg1 .bo_title p {
	color: #fff;
}

.bg_slide {
	width: 100%;
	height: 351px;
	margin-top: 59px;
	margin-left: -3px;
}

.sig_img:hover .ser-cont p {
	color: #0073c3;
}



.box.box_bg1 .bg_slide .swiper-slide {
	display: flex;
	align-items: center;
}

.box.box_bg1 .bg_slide .swiper-slide a {
	position: relative;
}

.bg_slide .sw-img {
	/* width: 340px; */
	height: 351px;
}

.sw-img img,
.ser-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ser-img img {
	height: 360px;
}

.sw-cont {
	width: 100%;
	height: 35px;
	background: #333;
	position: absolute;
	bottom: 0;
	opacity: 0.8;
}

.sw-cont p {
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.btn_alter .swiper-button-next,
.btn_alter .swiper-button-prev {
	width: 45px !important;
	height: 110px !important;
	top: calc(50% - 55px) !important;
	background: rgba(0, 0, 0, 0.5);

}

.btn_alter .swiper-button-next:hover,
.btn_alter .swiper-button-prev:hover {
	opacity: 0.8;
}

.btn_alter .swiper-button-next,
.btn_alter .swiper-container-rtl .swiper-button-prev {
	right: 0 !important;
}

.btn_alter .swiper-button-prev,
.btn_alter .swiper-container-rtl .swiper-button-next {
	left: 0 !important;
	right: auto;
}

.btn_alter .swiper-button-next:after,
.btn_alter .swiper-button-prev:after {
	font-size: 30px !important;
	color: #fff;
}


.more-y {
    position: absolute;
    right: 0;
    top: 100px;
    font-size: 20px;
}

.bg_link1 {
	width: 275px;
	height: 50px;
	margin: 0 auto;
	margin-top: 55px;
}

.bg_link1 a {
	display: block;
	text-align: center;
	line-height: 50px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-family: Regular YaHei;
	background: linear-gradient(to right, #3372bb, #65dfeb);
}

.ser-cont p {
	font-size: 20px;
	font-family: Regular YaHei;
	text-align: center;
	line-height: 1.4;
	margin-top: 10px;
}

.serve_slide {
	padding: 40px 0;
}

.box.box_bg2 {
	width: 100%;
	min-width: 1200px;
	height: 680px;
	background-image: url(/themes/home/images/x33.png);
	background-repeat: no-repeat;
	background-position-x: center;
}

.box.box_bg2 .bo_title h2,
.box.box_bg2 .bo_title p {
	color: #fff;
}

.box.box_bg2 .bo_title {
	padding-top: 40px;
}

.drill_cont ul {
	overflow: auto;
}

.drill_cont ul li {
	width: 280px;
	height: 340px;
	float: left;
	margin-left: 24px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.drill_cont ul li:first-child {
	margin-left: 0;
}

.drill_cont ul li img {
	width: 280px;
	height: 150px;
	object-fit: cover;
}

.seed_cont p.tl_p {
	font-size: 18px;
	text-align: center;
	font-family: Regular YaHei;
	line-height: 2;
	color: #00aef3;
}

.seed_cont p.tl_c {
	font-size: 14px;
	height: 72px;
	line-height: 24px;
	padding: 0 15px;
	font-family: Regular YaHei;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.seed_cont a {
	width: 140px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 20px auto;
	border: 1px solid #00aef3;
	color: #00aef3;
	text-align: center;
	font-family: Regular YaHei;
}

.drill_cont {
	margin-top: 40px;
}

.bottom_slide {
	position: relative;
	

}

.bottom_slide .swiper-wrapper {
    height: 110px !important;
}

.bottom_slide .swiper-slide {
    height: 110px !important;
    box-sizing: border-box;
    padding-left: 5px;
}

.bottom_slide .swiper-button-next,
.bottom_slide .swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}

.bottom_slide .swiper-button-prev,
.bottom_slide .swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.bottom_slide .swiper-button-next:after,
.bottom_slide .swiper-button-prev:after {
	font-size: 26px !important;
	color: #666;
}

.mtd50 {
	margin: 50px 0;
}

.links_t {
	width: 120px;
	float: left;
}

.links_t p {
	font-size: 24px;
	text-align: center;
	font-family: Regular YaHei;
	line-height: 1.5;
}

.links_t span {
	font-size: 16px;
	text-align: center;
	font-family: Regular YaHei;
	color: #999;
	line-height: 1;
	display: block;
	text-transform: capitalize;
}

.bottom_fl {
	float: left;
	width: 980px;
	padding: 0 50px;
}

.bom-img {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 1px solid #999;
	position: relative;
	line-height: 62px;
	text-align: center;
	/*vertical-align: middle;*/
}

.bom-img img {
    vertical-align: middle;
    display: inline-block;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
}

.bom-cont p {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	text-align: center;
	width: 64px;
}

.bottom_links {
	overflow: auto;
}

.box.box_b1 {
	width: 100%;
	height: 60px;
	background: #373d41;
}

.box_visit {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.box_visit .visit {
	color: #fff;
	font-size: 18px;
	font-family: Regular YaHei;
	width: 300px;
	float: left;
	line-height: 60px;
}

.box_visit .visit.vst {
	font-weight: 600;
}

.box_visit .visit span {
	color: #68e8ef;
}

.box.box_b2 {
	width: 100%;
	height: 300px;
	background-color: #143858;
}

.box_send {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.send_top {
	overflow: hidden;
	height: 65px;
}

.send_title {
	width: 50%;
	float: left;
}

.send_title h3 {
	color: #fff;
	font-weight: 500;
	font-size: 36px;
	line-height: 65px;
	text-align: left;
}

.send_sum {
	width: 50%;
	float: left;
}

.send_sum p {
	text-align: right;
	font-size: 12px;
	color: #fff;
}

.send_sum span {
	font-size: 38px;
	color: #fff;
	text-align: right;
	display: block;
	line-height: 1.2;
	font-weight: 600;
	font-family: Regular YaHei;
}

.chooses {
	overflow: auto;
	width: 100%;
	font-family: Regular YaHei;
	margin-top: 30px;
}

.checkboxs {
	float: left;
	margin-right: 30px;
	font-family: Regular YaHei;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.checkboxs label {
	display: flex;
	align-items: center;
}

.checkboxs input[type="checkbox"] {
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-right: 5px;
	position: relative;
}

.checkboxs input:checked::before {
	display: block;
	content: "\2714";
	text-align: center;
	font-size: 22px;
	color: white;
	position: absolute;
	top: -5px;
	left: 2px;
}

.imports {
	width: 100%;
	overflow: auto;
	margin-top: 20px;
}

.form-group {
	float: left;
	margin-right: 10px;
}

.form-group input {
	height: 50px;
	border: 0;
	padding-left: 20px;
	width: 180px;
	font-size: 14px;
	font-family: Regular YaHei;
}

.form-group .form-text {
	width: 360px;
}

.form-group:last-child {
	margin-right: 0;
}

button.btn.btn-default {
	border: 0;
	height: 50px;
	line-height: 50px;
	width: 180px;
	background: linear-gradient(to right, #3372bb, #65dfeb);
	font-size: 16px;
	color: #fff;
	font-family: Regular YaHei;
}

#footer {
	width: 100%;
	min-width: 1200px;
	/* height: 450px; */
	background-color: #373d41;
}

.footer {
	width: 1200px;
	margin: 0 auto;
	/*display: flex;*/
	/*align-items: center;*/
	padding-top: 25px;
	padding-bottom: 15px;
}

.footer_top {
	overflow: auto;
	padding: 20px 0;
	padding-right: 30px;
	width: 225px;
	height: 160px;
	box-sizing: border-box;
	float: left;
	/* border-bottom: 2px solid #4a4a4a; */
}

.bottom_left {
	float: left;
	overflow: auto;
}

.icons_link {
	width: 100%;
	height: 40px;
	float: left;
}

.icons_link a {
	 display: inline-block; 
	color: #fff;
	font-size: 16px;
	font-family: Regular YaHei;
}

.icons_link a img {
	padding-right: 15px;
	width: 32px;
}


.bottom_list {
	float: left;
	/* width: 680px; */
	overflow: auto;
	padding: 0 30px;
	border-left: 2px solid #4a4a4a;
	border-right: 2px solid #4a4a4a;
}

.link_list {
	float: left;
	margin-right: 25px;
}

.link_list:last-child {
	margin-right: 0;
}

.link_list h4 {
	font-size: 14px;
	color: #fff;
	font-family: Regular YaHei;
	padding-bottom: 20px;
}

.link_list li {
	padding-bottom: 10px;
}

.link_list li a {
	text-decoration: none;
	color: #999;
	line-height: 1.4;
	font-family: Regular YaHei;
}

.link_list li a:hover {
	color: #fff;
}

.bottom_right {
	float: right;
	overflow: auto;
	padding-left: 30px;
	margin-top: 20px;
}

.qr_code {
	float: left;
	margin-right: 35px;
}

.qr_code:last-child {
	margin-right: 0;
}

.qr_code img {
	width: 100%;
	width: 90px;
	height: 90px;
	display: block;
}

.qr_code p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	font-family: Regular YaHei;
}

/*
.footer_center {
  padding-top: 10px;
  border-bottom: 2px solid #4a4a4a;
}
*/

ul.blogroll {
	overflow: auto;
}

ul.blogroll li {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: Regular YaHei;
	text-align: center;
	cursor: pointer;
}

ul.blogroll li.active {
	background-color: #fff;
	color: #003366;
}

.content_s {
	overflow: auto;
	padding: 15px 0;
	display: none;
}

.content_s.active {
	display: block;
}

.blog_link a {
	color: #999;
	line-height: 1.5;
	font-family: Regular YaHei;
}

.blog_link a:hover {
	color: #fff;
}

.blog_link {
	float: left;
	margin-right: 20px;
}

.footer_bottom {
	/* padding-top: 20px; */
	padding-left: 40px;
	padding-right: 40px;
	border-left: 2px solid #4a4a4a;
	width: 595px;
	height: 160px;
	box-sizing: border-box;
	float: left;
}

.footer_bottom p {
	font-size: 14px;
	line-height: 2;
	font-family: Regular YaHei;
	color: #ccc;
}

.bottom_sum {
	display: flex;
	align-items: center;
}

.bottom_sum span {
	/* margin-right: 40px; */
	font-size: 14px;
	line-height: 2;
	font-family: Regular YaHei;
	color: #ccc;
	display: flex;
	align-items: center;
}

.bottom_sum span:nth-of-type(1) {
	width: 245px;
	padding-right: 20px;
}

.bottom_sum span i {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.bottom_sum span i.fi1 {
	background-image: url(/themes/home/images/x61.png);
}

.bottom_sum span i.fi2 {
	background-image: url(/themes/home/images/x63.png);
}

.bottom_sum span i.fi3 {
	background-image: url(/themes/home/images/x62.png);
}

.bottom_sum span i.fi4 {
	background-image: url(/themes/home/images/x64.png);
}

.qr-code {
	/*display: flex;*/
	height: 160px;
	width: 380px;
	padding-left: 20px;
	border-left: 2px solid #4a4a4a;
    box-sizing: border-box;
    float: left;
    padding-top: 20px;
}

.qr_codes1 {
	margin-left: 19px;
	float: left;
}

.qr_codes1 img {
	width: 100px;
	height: 100px;
}

.qr_codes1 p {
	color: #fff;
	text-align: center;
	font-family: Regular YaHei;
}



/* 在线资讯 */

.advisory {
	width: 150px;
	background-color: #fff;
	border: 1px solid #0064b6;
	border-top-right-radius: 10px;
	border-top: 0;
	border-left: 0;
	position: fixed;
	left: 0;
	top: 220px;
	z-index: 90;
}

.advisory_t {
	width: 100%;
	height: 75px;
	background-image: url(/themes/home/images/x4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-bottom-right-radius: 10px;
}

.advisory_t h4 {
	text-align: center;
	padding-top: 10px;
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
}

.advisory_t p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	text-transform: capitalize;
}


.advisory_c {
	padding-top: 10px;
}

.advisory_c li a {
	display: block;
	height: 25px;
	width: 120px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #0064b6;
	margin-bottom: 10px;
	border-radius: 15px;
	background-color: #d8f2ff;
	position: relative;
}

.advisory_c li a:hover {
	color: #0073c3;
}

.advisory_c li a i {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-color: #0064b6;
	border-radius: 15px;
	position: absolute;
	left: -1px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
}

.advisory_c li a i.adv_1 {
	display: block !important;
	background-image: url(/themes/home/images/x5.png);
}

.advisory_c li a i.adv_2 {
	display: block !important;
	background-image: url(/themes/home/images/x6.png);
	background-size: 12px;
}

.advisory_c li a i.adv_3 {
	display: block !important;
	background-image: url(/themes/home/images/767.png);
}

.advisory_c li a i.adv_4 {
	display: block !important;
	background-image: url(/themes/home/images/x8.png);
}

.advisory_c li a i.adv_5 {
	display: block !important;
	background-image: url(/themes/home/images/x9.png);
}

.advisory_c li a i.adv_6 {
	display: block !important;
	background-image: url(/themes/home/images/x10.png);
}



/* new 新闻列表 */


.vice-banner {
	width: 100%;
	margin: 0 auto;
}

.vice-img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	position: relative;
	overflow: hidden;
}

.vice-img img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}

@media (max-width:1400px) {
	.vice-img {
		height: 400px;
	}
}



.box.box-conts {
	width: 1200px;
	/* background: #ccc; */
	margin: 0 auto;
	/* overflow: auto; */
}

.middle-cont {
	/* overflow: auto; */
	margin: 10px 0;
}

.mid-left {
	width: 260px;
	float: left;
	position: relative;
	top: -70px;
	z-index: 20;
}


.mid-left ul {
	margin: 1px 0;
}

.mid-left ul li {
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	background: #F2F3F5;
	font-size: 18px;
	border-bottom: 1px dotted #dddddd;
	font-family: "Microsoft YaHei";
}

.mid-left ul li a {
	font-size: 18px;
	color: #5a5a5a;
	text-decoration: nones;
	font-family: "Microsoft YaHei";
	display: block;
	line-height: 50px;
	position: relative;
}

.mid-left ul li a i.icon_lefts {
	width: 32px;
	height: 50px;
	display: inline-block;
	position: absolute;
	right: 10px;
	background-image: url(/themes/home/images/arr_r1.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

.mid-left ul li.active a i.icon_lefts,
.mid-left ul li:hover a i.icon_lefts {
	background-image: url(/themes/home/images/arr_r2.png);
}


.mid-left ul li:hover {
	background-color: #003366;
}

.mid-left ul li a:hover {
	color: #fff;
}

.mid-left ul li.active {
	background-color: #003366;
}

.mid-left ul li.active a {
	color: #fff;
}



.sourcesT {
	height: 40px;
	line-height: 40px;
	/* text-align: center; */
	background-color: #003366;
	color: #fff;
	font-size: 24px;
	padding: 10px 25px;
	position: relative;
}

.sourcesT::before {
	content: '';
	width: 18px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 10px;
	left: 28px;
}





.mid-right {
	font-family: '宋体';
	width: 900px;
	float: left;
	background: #fff;
	padding-left: 40px;
}

.detailsTop {
	height: 45px;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
	border-bottom: 1px solid #C0C0C0;
}

.detailsTop .breadC {
    float: right;
    display: inline-block;
    padding-top: 10px;
}

.detTitle {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #003366;
	float: left;
}

.detTitle h3 {
	line-height: 45px;
	font-size: 20px;
	font-family: "Microsoft YaHei";
	margin: 0;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.breadcrumb {
	margin: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	background-color: #fff;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>.active {
	color: #777;
}

.breadcrumb>li {
	display: inline-block;
}

ul.breadcrumb li a {
	color: #888;
	font-family: "Microsoft YaHei";
}

.breadcrumb>li+li:before {
	background-image: url(/themes/home/images/guanyiwomen_03.png);
	background-repeat: no-repeat;
	content: '';
	padding: 0 10px;
	background-position: 2px 5px;
	background-size: 10px;
}

ul.breadcrumb li a:hover {
	color: #003366;
}

.mid-content {
	width: 100%;
	margin: 25px 0;
	min-height: 500px;
}

.mid-content ul.items-ul {
	/*overflow: auto; */
}

.mid-content ul.items-ul.new-st li {
	overflow: auto;
	padding: 8px 0;
	border-bottom: 1px dotted #dddddd;
}

.news-details {
	float: left;
	width: 780px;
	font-family: "Microsoft YaHei";
}

.news-details h3 {
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: "Microsoft YaHei";
}

.news-details h3 a {
	text-decoration: none;
	max-width: 780px;
	display: block;
	color: #555;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0 7px 0;
}

.news-details h3 a:hover {
	color: #003366;
}

.news-time {
	width: 120px;
	float: left;
}

.is-date {
	line-height: 30px;
	font-size: 16px;
	text-align: right;
}

.pages {
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 40px 0 10px;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
	font-family: "Microsoft YaHei";
}

.pagination li.active a {
	color: #003366;
}


.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination>li>a,
.pagination>li>span {
	margin: 0 4px;
	padding: 3px 8px;
	color: #666;
	display: inline-block;
	overflow: auto;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 1.5;
	font-family: "Microsoft YaHei";
}


/*  news-details */

.mid-title {
	margin-bottom: 30px;
}

.mid-title h3 {
	font-size: 26px;
	line-height: 1.5;
	color: #333;
	/* margin-bottom: 10px; */
}

.mid-title span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 1.4;
}

.mid_article p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #333;
	letter-spacing: 2px;
	text-indent: 2em;
}

.mid_article p img {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

.newsLink {
	padding: 10px 0;
}

.next-link {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}

.next-link a {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
}

.next-link a:hover {
	color: #003366;
}

ul.items-ul.t-img li {
	float: left;
	width: 280px;
	padding: 0 10px;
	
	/* border: 1px solid #ccc; */
	margin-bottom: 30px;
}

/*ul.items-ul.t-img li:nth-child(3n) {*/
/*	margin-right: 0;*/
/*}*/

/*ul.items-ul.t-img li.train {*/
/*	width: 285px;*/
/*	margin-right: 22px;*/
/*}*/

/*ul.items-ul.t-img li.train:nth-child(3n) {*/
/*	margin-right: 0;*/
/*}*/

ul.items-ul.t-img li.train .steadyImg {
	height: 200px;
}

ul.items-ul.t-img li.train img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.items-ul.t-img li .steadyImg {
	height: 200px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

ul.items-ul.t-img li.teacher {
	width: 205px;
	/*margin-right: 22px;*/
}

ul.items-ul.t-img li.teacher:nth-child(4n) {
	margin-right: 0;
}

ul.items-ul.t-img li.teacher .steadyImg {
	height: 240px;
}

ul.items-ul.t-img li.teacher .steadyImg img {
    object-fit: cover;
}

ul.items-ul.t-img li .steadyImg img {
	min-width: auto;
	max-width: auto;
	width: 100%;
	height: 100%;
}


ul.items-ul.t-img li.honor img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

ul.items-ul.t-img li img {
	/* width: 100%;
  height: 240px;    object-fit: cover; */
}

.ltName {
	padding: 10px 5px 0 5px;
	height: 45px;
}

.ltName p.lt1 {
	font-size: 16px;
	color: #5a5a5a;
	line-height: 1.4;
	/* text-align: center; */
	padding-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ltName .lt2 {
	color: #999;
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.items-ul.t-img li:hover .ltName p.lt1 {
	color: #0073c3;
}

.a-sl-img a {
	display: inline-block;
	margin-right: 25px !important;
}

.a-sl-img a img {
	width: 250px;
	display: block;
}


/* 报名 */


.form-info {
	width: 600px;
	margin: 0 auto;
	overflow: auto;
}

.form-groups {
	width: 100%;
	margin-bottom: 20px;
}

.form-groups label {
	display: block;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	line-height: 1.4;
	margin-bottom: 10px;
}

.form-groups.choice {
	display: flex;
	align-items: center;
}

.form-groups.choice label {
	margin-right: 20px;
	margin-bottom: 0;
}

.form-groups input.form-control {
	width: 97%;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 6px 0;
	padding-left: calc(3% - 2px);
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.radio-bar input[type="radio"] {
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50px;
	position: relative;
	top: 3px;
}

.radio-bar input:checked::before {
	display: block;
	content: "\2714";
	text-align: center;
	font-size: 16px;
	color: #999;
	position: absolute;
	top: -5px;
	left: 0;
}

.radio-bar label {
	position: relative;
	font-size: 14px;
	padding-right: 1em;
	padding: 0 0 0 5px;
	cursor: pointer;
	margin-right: 15px;
	display: inline-block;
}

button.btn.btn-info {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background-color: #003366;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft YaHei";
}

button.btn.btn-info:hover {
	background-color: #3372bb;
}

.periphery-border {
	/* max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
  border: 1px dotted #003366;
  padding: 20px 0;
  display: flex;
  justify-content: center; */
}


#header {
	height: 185px;
	width: 100%;
	min-width: 1200px;
}

.nav {
	width: 100%;
	height: 60px;
	background-color: #003366;
	position: relative;
}


.nav_cont {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.nav_cont .navList {
	height: 60px;
	border-bottom: none;
}

.nav_cont .navList {
	width: 120px;
	float: left;
	cursor: pointer;
}

.nav_cont .navList span {
	width: 100%;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	background: 0 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-family: "Microsoft YaHei";
}

.nav_cont .navList span a {
	color: #fff;
	text-align: center;
	display: block;
	font-family: "Microsoft YaHei";
}

.nav_cont .navList.hov span,
.nav_cont .navList.hov span a {
	background: #F2F3F5;
	color: #5a5a5a;
}

.nav_cont .navSub {
	width: 280px;
	/* background: #054280; */
	background: #F2F3F5;
	position: absolute;
	top: 60px;
	z-index: 50;
	display: none;
}

.nav_cont .navList:last-child .navSub {
	right: 0;
	width: 150px;
}

.nav_cont .navList:last-child .navSub li a {
	text-align: right;
	padding-right: 30px;
}

.nav_cont .navSub li {
	line-height: 50px;
	border-bottom: #ddd 1px solid;
	text-indent: 32px;
	font-size: 14px;
}

.nav_cont .navSub li:last-child {
	border-bottom: 0;
}


.nav_cont .navSub li:hover {
	background-color: #003366;
}

.nav_cont .navSub li:hover a {
	color: #fff;
}

.nav_cont .navSub li a {
	font-weight: 400;
	background: 0 0;
	color: #5a5a5a;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	display: block;
}

.box-media {
	margin-top: 40px;
	/*display: flex;*/
	overflow: auto;
}

.new-media {
    float: left;
}

.new-media:first-child {
	border-right: 1px solid #ccc;
	padding-right: 28px;
}

.new-media .newsTime {
	width: 100px;
	float: left;
}

.new-media .newDetails {
	width: 470px;
	float: left;
}

.hotLine span {
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
}

.hotLine span:nth-of-type(2) {
	/* padding: 0 5px; */
}

.qr-code-right {
	width: 100px;
	height: 260px;
	padding: 20px;
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 220px;
	z-index: 90;
	-moz-box-shadow: 0px 0px 2px #999999;
	-webkit-box-shadow: 0px 0px 2px #999999;
	box-shadow: 0px 0px 2px #999999;
	border: 1px solid #eee\9;
}

.qr_codes {
	display: block;
	/* margin: 0 20px; */

}


.qr_codes:last-child {
	margin-top: 10px;
}

.qr_codes img {
	width: 100px;
}

.qr_codes p {
	text-align: center;
	margin: 5px 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 600;
}

.pic_img_Width {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.pic_img_Height {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%);
	/* -webkit-transform: translateX(-50%); */
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}



.object-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic_banner {
	height: 450px !important;
	width: 100%;
}

.bottom_sum:nth-of-type(2) {
	margin-bottom: 10px;
}

	    .bg_slide, .serve_slide{ overflow:hidden; position:relative; }
		.bg_slide .hd .next, .serve_slide .hd .next{
		    width: 30px;
		    height: 60px;
		    position: absolute;
		    left: 0;
		    top: 50%;
		    background-color: rgba(0, 0, 0, .6);
		    z-index: 10;
		    background-image: url('/themes/home/images/xh_l.png');
		    background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
		}
		
		.bg_slide .hd .next {
		    left: 2px;
		}
		
		.serve_slide .hd .next {
		    left: 3px;
		}
		
		.bg_slide .hd .prev, .serve_slide .hd .prev{
		    width: 30px;
		    height: 60px;
		    position: absolute;
		    right: 0;
		    top: 50%;
		    background-color: rgba(0, 0, 0, .6);
		    z-index: 10;
		    background-image: url('/themes/home/images/xh_r.png');
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
		}

		.bg_slide .bd ul, .serve_slide .bd ul{ overflow:hidden; zoom:1; }
		.bg_slide .bd ul li, .serve_slide .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width: 300px !important; height: 350px;
		    padding: 0 5px;
		    box-sizing: border-box;
		}
		.bg_slide .bd ul li .pic, .serve_slide .bd ul li .pic{ text-align:center; width: 300px; height: 350px; }
		.bg_slide .bd ul li .pic img, .serve_slide .bd ul li .pic img{ width:100%; height:100%; display:block; object-fit: cover; }
		
		/**/
		.a-slide .bd .picList li {
		    width: 250px;
		    height: 170px;
		    margin-right: 20px;
		}
		
		.a-slide .bd .picList li a img {
		    width: 100%;
		    height: 100%;
		    object-fit: cover;
		}
		
		.a-slide .bd .tempWrap {
		    width: 1200px !important;
		}


