* {
	box-sizing: border-box;
}
html,body {
	width: 100%;
	height: 100%;
}
body {
	padding-bottom: 160px;
}
.page {
  height: 100%;
  position: relative;
}
.page_wrapper {
  min-width: 1200px;
  position:relative;
  z-index: 1;
  width: 100%;
}
.home_container {
  width: 1200px;
  margin: 0 auto;
  min-height: 900px;
}
.page_wrapper .header {
  width: 100%;
  padding:21px 53px 0;
}
.header .logo {
  width: 191px;
  height: 43px;
  float: left;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: 100%;
}
.userStatus {
  float: right;
}
.userStatus .btn_login {
	display: block;
  	width: 144px;
	height: 46px;
	background: #9E0000;
	border-radius: 8px;
	opacity: 0.55;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 46px;
}
.userStatus .btn_login:hover {
  background-color: #e8772b;
}

.logo_big {
  height: 242px;
  position: absolute;
  top: 158px;
  left: 0;
  right: 0;
  background: url(../images/logo_big.png) no-repeat center center;
}
.tips_home {
  width: 1326px;
  height: 39px;
  position: absolute;
  top: 492px;
  width: 1200px;
  text-align: center;
  background-image: linear-gradient(76.09deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.443), rgba(128, 128, 128, 0));
}
.tips_home .layui-carousel,
.tips_home .layui-carousel > [carousel-item] > * {
  background-color: transparent;
}
.tips_home .layui-carousel > [carousel-item]:before {
  content: "";
  display: none;
}
.tips_home .item {
  height: 39px;
  line-height: 39px;
  color: #fff;
}
.tips_home .item a {
  display: block;
  color: #fff;
}
.container_mode {
  margin-top: 459px;
}
.container_mode .md_box {
  width: 1200px;
  margin-bottom: 50px;
}
.home_menuLs {
  padding: 0 25px;
}
.layui-tab-title {
  padding-top: 35px;
}
.layui-tab-title,
.layui-tab-title li {
  height: 49px;
}
.layui-tab-title li {
  line-height: 49px;
  font-size: 20px;
  text-align: center;
}
.layui-tab-brief > .layui-tab-title .layui-this {
  color: #0083ef;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom-color: #0083ef;
  border-bottom-width: 3px;
}
.layui-tab-title .layui-this:after {
  height: 51px;
}
.layui-tab-content {
  padding: 35px 0 15px;
}
.gz_menu_t {
  display: flex;
  justify-content: space-evenly;
}
.gz_menu_t .links {
  width: 325px;
  height: 135px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
}
.gz_menu_t .l1 {
  background-image: url(../images/bg_home_btn1.png);
}

.gz_menu_t .l2 {
  background-image: url(../images/bg_home_btn2.png);
}

.gz_menu_t .l3 {
  background-image: url(../images/bg_home_btn3.png);
}
.gz_menu_b {
  display: flex;
  justify-content: center[];
  flex-wrap: wrap;
  padding-top: 40px;
}
.gz_menu_b .links {
  background: url(../images/bg_line.png) no-repeat right center;
  height: 120px;
  width: 280px;
  text-align: center;
  margin-bottom: 15px;
}
.gz_menu_b .links:hover {
  background-color: #e6eeff;
}
.gz_menu_b .links:nth-child(4n) {
  background: none;
}
.gz_menu_b .links .ico {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 auto;
}
.gz_menu_b .links .name {
  font-size: 16px;
  color: #585858;
}
.home_article {
  position: relative;
}
.md_box .more_title {
  position: absolute;
  right: 24px;
  top: 44px;
  z-index: 10;
}
.home_article .layui-tab-title li {
  padding-left: 49px;
  width: 94px;
  text-align: left;
}
.home_article .layui-tab-title .ico {
  float: left;
  width: 49px;
  height: 49px;
  margin-left: -49px;
  background-repeat: no-repeat;
  background-position: center center;
}
.article_list {
  font-size: 16px;
  color: #333333;
  padding: 0 35px 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 300px;
}
.article_list > li {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px dashed #e5e5e5;
  width: 530px;
  margin-right: 25px;
}
.article_list > li:nth-child(2n) {
  margin-right: 0;
}
.article_list > li:nth-last-child(2),
.article_list > li:nth-last-child(1) {
  border-bottom: none;
}
.article_list > li .time {
  color: #999999;
  float: right;
}

.home_info {
  padding: 38px 15px;
  position: relative;
  display: flex;
  box-sizing: border-box;
}
.home_info .swiper {
  width: 560px;
  height: 429px;
}
.home_info .swiperMd {
  position: relative;
}
.home_info .swiperMd a {
  display: block;
}
.home_info .swiper .name {
  background-color: rgba(0, 0, 0, 0.6);
  height: 36px;
  line-height: 36px;
  color: 16px;
  color: #ffffff;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: 1.6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.home_info .layui-carousel-ind {
  text-align: right;
  top: -65px;
}
.home_info .layui-carousel-ind ul {
  background-color: transparent;
  padding-right: 15px;
}
.home_info .layui-carousel-ind li.layui-this {
  background-color: #db4040;
}
.home_info .layui-carousel-ind li {
  margin: 0 5px;
}
.home_info .info_list {
  padding-left: 30px;
  width: 600px;
}
.info_list .title {
  border-bottom: 1px solid #c4d6e5;
  display: flex;
  margin-bottom: 15px;
}
.info_list .title .name {
  font-size: 24px;
  color: #333333;
  position: relative;

  text-align: center;
}
.info_list .title .name .txt,
.info_list .title .name {
  height: 40px;
  width: 120px;
}
.info_list .title .name .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.info_list .title .name:before {
  content: "";
  height: 20px;
  width: 120px;
  background-color: #96b6ff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.info_list .title .englishName {
  font-size: 16px;
  color: #0083ef;
  height: 20px;
  margin-top: 20px;
  margin-left: 10px;
}
.info_list .list_one .name {
  font-size: 21px;
  letter-spacing: 2.1px;
  color: #333333;
  margin-bottom: 10px;
}
.info_list .list_one .brief {
  letter-spacing: 1.4px;
  color: #666666;
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}
.info_list .arl_list > li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  border-top: 1px dashed #e5e5e5;
}
.info_list .arl_list > li .time {
  float: right;
  color: #999999;
}
.info_list .arl_list > li a {
  display: block;
}

.home_end_Menu {
	width: 1140px;
	margin: 30px auto 50px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.home_end_Menu .name {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.home_end_Menu .ico {
  height: 55px;
  width: 55px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.home_end_Menu .links {
  height: 130px;
  cursor: pointer;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  transition: all 0.3s;
  background: #fff;
}
.home_end_Menu .links:hover {
	box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 20%);
	transform: scale(1.2);
}
.menu_link_s {
  margin-bottom: 20px;
}
.menu_link_s .title {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}
.menu_link_s .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border-left: 6px solid #2063ff;
  height: 16px;
}
.menu_link_s .ls {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.menu_link_s .ls .links {
  width: 188px;
  height: 94px;
  margin-bottom: 20px;
  background: url(../images/bg_line.png) no-repeat right center;
}
.menu_link_s .ls .links:hover {
  background-color: #e6eeff;
}

.menu_link_s .ls .links:nth-child(6n) {
  background: none;
}
.menu_link_s .ls .ico {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu_link_s .ls .name {
  margin-top: 5px;
  font-size: 16px;
  color: #585858;
}
.menu_link_s .txt_ls {
  background-color: #ebf3ff;
  border-radius: 5px;
  padding: 20px 0 6px 25px;
  margin-bottom: 30px;
}
.menu_link_s .txt_ls .ls_head {
  font-size: 18px;
  color: #585858;
  margin-bottom: 10px;
}
.menu_link_s .txt_ls .link_list {
  display: flex;
  flex-wrap: wrap;
}
.menu_link_s .txt_ls .links {
  background-color: #c6dcff;
  border-radius: 6px;
  width: 166px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #2063ff;
  margin-right: 22px;
  margin-bottom: 14px;
}
.menu_link_s .txt_ls .links:nth-child(6n) {
  margin-right: 0;
}
.menu_link_s .txt_ls .links:hover,
.menu_link_s .txt_ls .links.hover {
  background-color: #2063ff;
  color: #ffffff;
}
.container_mode .ctb_menu {
  padding: 29px 26px;
  width: 1148px;
}
.ctb_menu .menu_link_s {
  margin-bottom: 0;
}
.ctb_menu .txt_ls {
  margin-bottom: 0;
}
.userOnline {
  font-size: 16px;
  margin-top: 23px;
  display: flex;
}
.userOnline .loginUser,
.userOnline .loginUser a {
  color: #ffffff;
}
.userOnline .loginUser {
  margin-right: 5px;
}
.userOnline .user_nav,
.userOnline .user_nav a {
  color: #d1e3f5;
}
.userOnline .user_nav {
  display: flex;
}
.userOnline .user_nav a {
  cursor: pointer;
}
.userOnline .user_nav a:hover {
  text-decoration: underline;
}
.user_nav .pie {
  margin: 0 10px;
}
@media screen and (max-width: 1538px) {
  .page_wrapper .header {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .logo_big {
    width: 1200px;
  }
}

.icoImg1 {
  background-image: url(../images/ico_home_menu1.png);
}
.icoImg2 {
  background-image: url(../images/ico_home_menu2.png);
}
.icoImg3 {
  background-image: url(../images/ico_home_menu3.png);
}
.icoImg4 {
  background-image: url(../images/ico_home_menu4.png);
}
.icoImg5 {
  background-image: url(../images/ico_home_menu5.png);
}
.icoImg6 {
  background-image: url(../images/ico_home_menu6.png);
}
.icoImg7 {
  background-image: url(../images/ico_home_menu7.png);
}
.icoImg8 {
  background-image: url(../images/ico_home_menu8.png);
}
.icoImg9 {
  background-image: url(../images/ico_home_menu9.png);
}
.icoImg10 {
  background-image: url(../images/ico_home_menu10.png);
}
.icoImg11 {
  background-image: url(../images/ico_home_menu11.png);
}
.icoImg12 {
  background-image: url(../images/ico_home_menu12.png);
}
.icoImg13 {
  background-image: url(../images/ico_home_menu13.png);
}
.icoImg14 {
  background-image: url(../images/ico_home_menu14.png);
}
.icoImg15 {
  background-image: url(../images/ico_home_menu15.png);
}
.icoImg16 {
  background-image: url(../images/ico_home_menu16.png);
}
.icoImg17 {
  background-image: url(../images/ico_home_menu17.png);
}
.icoImg18 {
  background-image: url(../images/ico_home_menu18.png);
}
.icoImg19 {
  background-image: url(../images/ico_home_menu19.png);
}
.icoImg20 {
  background-image: url(../images/ico_home_menu20.png);
}
.icoImg21 {
  background-image: url(../images/ico_home_menu21.png);
}
.icoImg22 {
  background-image: url(../images/ico_home_menu22.png);
}
.icoImg23 {
  background-image: url(../images/ico_home_menu23.png);
}
.icoImg24 {
  background-image: url(../images/ico_home_menu24.png);
}
.icoImg25 {
  background-image: url(../images/ico_home_menu25.png);
}
.icoImg26 {
  background-image: url(../images/ico_home_menu26.png);
}
.icoImg27 {
  background-image: url(../images/ico_home_menu27.png);
}
.icoImg28 {
  background-image: url(../images/ico_home_menu28.png);
}
.icoImg29 {
  background-image: url(../images/ico_home_menu29.png);
}
.icoImg30 {
  background-image: url(../images/ico_home_menu30.png);
}
.icoImg31 {
  background-image: url(../newImg/gfwz.png);
}
.icoImg32 {
  background-image: url(../newImg/splc.png);
}
.icoImg33 {
  background-image: url(../newImg/xxgk.png);
}
.icoImg34 {
  background-image: url(../newImg/wsgk.png);
}
.icoImg35 {
  background-image: url(../newImg/tsgk.png);
}
.icoImg36 {
  background-image: url(../newImg/sxzxr.png);
}
.icoImg37 {
  background-image: url(../newImg/fxpg.png);
}
.ico_tap1 {
  background-image: url(../images/ico_home_tap1.png);
}
.ico_tap2 {
  background-image: url(../images/ico_home_tap2.png);
}
.ico_tap3 {
  background-image: url(../images/ico_home_tap3.png);
}
.ico_tap4 {
  background-image: url(../images/ico_home_tap4.png);
}
.ico_tap5 {
  background-image: url(../images/ico_home_tap5.png);
}
.ico_tap6 {
  background-image: url(../images/ico_home_tap6.png);
}

/*2021-07-04*/
.container_mode02 .md_box02 {
  width: 1140px;
  margin: 0 auto;
}
.function_box {
}
.fd-box-left {
	float: left;
	width: 454px;
}
.fd-box-right {
	float: right;
	width: 646px;
}
.function_box .box_r20 {
	margin-right: 20px;
}
.function_box .box_b20 {
	margin-bottom: 18px;
}
.function_box .box_top {
	width:100%;
	height: 97px;
	box-shadow: 3px 4px 4px 0px rgba(120, 0, 0, 0.17);
	border-radius: 10px;
	opacity: 0.9;
	border: 1px solid #CFB2B2;
	cursor: pointer;
	padding-left: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.3s;
}
.function_box .box_top:hover {
	transform:scale(1.1);
}
.function_box .box_top.dyh {
	background: #fff url(../newImg/dyh.png) no-repeat 295px center;
    background-size: 17% 47%;
}
.function_box .box_top.fxz {
	background: #fff url(../newImg/fxz.png) no-repeat 295px center;
    background-size: 17% 47%;
}
.function_box .box_top.xsz {
	background: #fff url(../newImg/xsz.png) no-repeat 295px center;
    background-size: 17% 47%;
}
.function_box .box_top .top_img {
	width:72px;
	height: 72px;
	margin: 30px;
	float: left;
}
.function_box .box_top .top_tit {
	font-weight: 500;
	color: #B91E32;
	font-size: 32px;
}
.function_box .box_top .top_sub {
	color: #B91E32;
	font-size: 18px;
	width: 225px;
}
.function_box .box_down {
	position: relative;
	height: 135px;
	margin-bottom: 18px;
	float: left;
	background: linear-gradient(180deg, #FFD285 0%, #FFB368 100%);
	box-shadow: 0px 1px 4px 0px rgba(255, 246, 204, 0.6);
	border-radius: 8px;
	opacity: 0.8;
	border: 1px solid #C38D1E;
	cursor: pointer;
}
.function_box .box_down:hover {
	z-index: 1;
	opacity: 1;
}
.function_box .box_down:hover .fd-box-tip {
	display: block;
	animation:mymove 0.8s ease-in-out forwards;
}
.function_box .box_down.fd-box-ysla {
	width: 408px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.function_box .box_down.fd-box-ssla {
	width: 221px;
	margin-left: 17px;
}
.function_box .box_down.fd-box-zsla {
	width: 300px;
}
.function_box .box_down.fd-box-zxla {
	width: 330px;
	margin-left: 16px;
}
.function_box .box_down.fd-box-bqsq {
	width: 202px;
}
.function_box .box_down.fd-box-wtjd {
	width: 198px;
	margin-left: 18px;
	margin-right: 18px;
}
.function_box .box_down.fd-box-smla {
	width: 209px;
}
.fd-box-icon {
	width: 60px;
	height: 60px;
	margin: 18px auto 8px;
}
.fd-box-icon.ysla {
	margin: 0;
	width: 63px;
	height: 65px;
	background: url(../newImg/ysla.png) no-repeat center;
}
.fd-box-icon.ssla {
	background: url(../newImg/ssla.png) no-repeat center;
}
.fd-box-icon.zsla {
	background: url(../newImg/zsla.png) no-repeat center;
}
.fd-box-icon.zxla {
	background: url(../newImg/zxla.png) no-repeat center;
}
.fd-box-icon.bqsq {
	background: url(../newImg/bqsq.png) no-repeat center;
}
.fd-box-icon.wtjd {
	background: url(../newImg/wtjd.png) no-repeat center;
}
.fd-box-icon.smla {
	background: url(../newImg/ssxf.png) no-repeat center;
}
.function_box .box_down .top_img {
	width:72px;
	height: 72px;
	margin: 20px auto 0;
}
.function_box .box_down .top_tit {
	color: #660000;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
.function_box .box_down.fd-box-ysla .top_tit {
	font-size: 26px;
	margin-left: 28px;
}
.md_box02 .more_title {
  position: absolute;
  right: 24px;
  top: 84px;
  z-index: 10;
}



.home_info02 {
  padding: 80px 20px 20px;
  position: relative;
  display: flex;
  box-sizing: border-box;
}
.notice_box {
	height: 40px;
	width: 846px;
	margin: 30px auto;
	background: none;
}
.layui-carousel {
	background: none;
}
.notice_box .box_left {
	width:846px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	float:left;
	background: none;
}
.notice_box .box_left a {
	float:left;
}
.layui-carousel>[carousel-item]:before {
	display: none;
}
.notice_box .box_left label {
	color: #333;
	float:right;
	font-size: 16px;
	margin-right: 100px;
}
.notice_box .box_more {
	display: inline-block;
	width: 82px;
	height: 31px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 16px;
	border: 1px solid #AC0000;
	font-size: 16px;
	margin-left: 5px;
	float: right;
}
.notice_box .box_more a {
	color: #AC0000;
}

.home_info02 .swiper {
  width: 560px;
  height: 429px;
}
.home_info02 .swiperMd {
  position: relative;
}
.home_info02 .swiperMd a {
  display: block;
}
.home_info02 .swiper .name {
  background-color: rgba(0, 0, 0, 0.6);
  height: 36px;
  line-height: 36px;
  color: 16px;
  color: #ffffff;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: 1.6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.home_info02 .layui-carousel-ind {
  text-align: right;
  top: -65px;
}
.home_info02 .layui-carousel-ind ul {
  background-color: transparent;
  padding-right: 15px;
}
.home_info02 .layui-carousel-ind li.layui-this {
  background-color: #db4040;
}
.home_info02 .layui-carousel-ind li {
  margin: 0 5px;
}
.home_info02 .info_list02 {
  padding-left: 30px;
  width: 600px;
}

.info_list02 .title {
  border-bottom: 1px solid #C4CFE5;
  display: flex;
  margin-bottom: 15px;
}
.info_list02 .title .name {
  font-size: 24px;
  color: #333333;
  position: relative;

  text-align: center;
}
.info_list02 .title .name .txt,
.info_list02 .title .name {
  height: 40px;
  width: 120px;
}
.info_list02 .title .name .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.info_list02 .title .name:before {
  content: "";
  height: 20px;
  width: 120px;
  background-color: #EAA97D;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.info_list02 .title .englishName {
  font-size: 16px;
  color: #DF8B51;
  height: 20px;
  margin-top: 20px;
  margin-left: 10px;
}
.info_list02 .list_one .name {
  font-size: 21px;
  letter-spacing: 2.1px;
  color: #333333;
  margin-bottom: 10px;
}
.info_list02 .list_one .brief {
  letter-spacing: 1.4px;
  color: #666666;
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}
.info_list02 .arl_list > li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  border-top: 1px dashed #e5e5e5;
}
.info_list02 .arl_list > li .time {
  float: right;
  color: #999999;
}
.info_list02 .arl_list > li a {
  display: block;
}

.home_end_Menu02 {
  width: 1200px;
  height: 180px;
  overflow: hidden;
  position: relative;
  
}
.home_end_Menu02 .name {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
}
.home_end_Menu02 .ico {
  height: 55px;
  width: 55px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.home_end_Menu02 .links {
  width: 170px;
  padding: 44px 0;
  cursor: pointer;
  float: left;
}
.home_end_Menu02 .links:hover {
  background-color: #e6eeff;
  text-decoration: none;
}
.btn_caro {
	width:21px;
	height: 66px;
	cursor: pointer;
	
}
.btn_caro_left {
	position:absolute;
	left:0;
	top: 60px;
	background: url(../images/ico_caro_l02.png) no-repeat;
}
.btn_caro_left:hover {
	background:url(../images/ico_caro_l01.png) no-repeat;
}
.btn_caro_right {
	position:absolute;
	right:0;
	top: 60px;
	background: url(../images/ico_caro_r02.png) no-repeat;
}
.btn_caro_right:hover {
	background:url(../images/ico_caro_r01.png) no-repeat;
}
.icoMid01 {
  background-image: url(../images/ico_mid_menu01.png);
}
.icoMid02 {
  background-image: url(../images/ico_mid_menu02.png);
}
.icoMid03 {
  background-image: url(../images/ico_mid_menu03.png);
}
.icoMid04 {
  background-image: url(../images/ico_mid_menu04.png);
}
.icoMid05 {
  background-image: url(../images/ico_mid_menu05.png);
}
.icoMid06 {
  background-image: url(../images/ico_mid_menu06.png);
}


.pg_nav02 {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 20px;
}
.siteLink02 {
  background: url(../images/ico_house.png) no-repeat left center;
  padding-left: 22px;
}
.siteLink02 .arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 1px;
}
.siteLink02 .arrow:after {
  content: "";
  border: 1px solid #9f9f9f;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  border-left: 0 none;
  border-bottom: 0 none;
}


.auxiliary_box {
	width:360px;
	height: 123px;
	color: #2362F6;
	float: left;
	background:url(../images/bg_line01.png) no-repeat;
	border:1px solid #2362F6;
	border-radius: 5px;
	cursor: pointer;
}
.auxiliary_box:hover {
	color: #fff;
	background:url(../images/bg_line02.png) no-repeat;
}

.auxiliary_boxB {
	width:360px;
	height: 123px;
	color: #FFF;
	float: left;
	background:url(../images/bg_line02.png) no-repeat;
	border:1px solid #2362F6;
	border-radius: 5px;
	cursor: pointer;
}

.auxiliary_box .top_img, .auxiliary_boxB .top_img{
	width:101px;
	height: 101px;
	margin: 10px;
	float: left;
}
.auxiliary_box .top_tit, .auxiliary_boxB .top_tit {
	height: 40px;
	width: 210px;
	font-size: 21px;
	line-height: 40px;
	margin-top: 18px;
	float: left;
}
.auxiliary_box .top_sub, .auxiliary_boxB .top_sub {
	height: 32px;
	width: 210px;
	font-size: 14px;
	line-height: 16px;
	float: left;
}
.fd-back {
	position:fixed;
	min-width: 1200px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../newImg/bg.png) no-repeat center bottom;
}
.fd-logo {
	width: 87px;
	height: 99px;
	background:url(../newImg/fh.png) no-repeat center;
	margin: 18px auto 0;
}
.fd-logo-text {
	width: 100%;
	text-align: center;
	font-size: 54px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #D02003;
	line-height: 75px;
	text-shadow: 2px 4px 3px rgba(28, 22, 15, 0.18);
	margin-top: 35px;
        margin-bottom:50px;

}
.fd-logo-en {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #D02003;
	line-height: 30px;
	letter-spacing: 1px;
}
.fd-search-container {
	width: 864px;
	margin: 32px auto 0;
	display: flex;
}
.fd-search-container .fd-search-input {
	flex: 1;
	height: 67px;
	background: #FFFFFF;
	border-radius: 14px;
	border: 1px solid #CFCFCF;
	border-radius: 14px 0 0 14px;
	padding: 0 15px;
	font-size: 22px;
}
.fd-search-container .fd-search-btn {
	width: 150px;
	height: 67px;
	border-radius: 0 14px 14px 0;
	cursor: pointer;
	line-height: 67px;
	text-align: center;
	padding-right: 15px;
	font-size: 22px;
	color: #fff;
	background: #C00000 url(../newImg/mirror.png) no-repeat 100px center;
}
.fd-box-tip {
	display: none;
	position: absolute;
	top: 135px;
	left: 0;
	padding: 20px 25px;
	background: linear-gradient(180deg, #FFFFFF 0%, #E8E8E8 100%);
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	min-width: 323px;
	width: 100%;
	opacity:0;
	transition: all 0.5s;
}
.fd-box-tip:before {
	content: '';
	position: absolute;
	top: -6px;
	width: 12px;
	height: 12px;
	background: #fff;
	left: 50%;
	margin-left: -6px;
	transform: rotate(45deg);
}
.fd-box-tip.right {
	left: auto;
	right: 0;
}
.fd-box-tip.center {
	left: 50%;
	margin-left: -161px;
}
.fd-box-tip .fd-tip-title {
	color: #660000;
	font-size: 20px;
}
.fd-box-tip .fd-tip-sim {
	height: 34px;
	padding-left: 40px;
	line-height: 34px;
	color: #FF8B00;
	font-size: 24px;
	margin: 6px 0;
	background: url(../newImg/warning.png) no-repeat left center;
}
.fd-box-tip .fd-tip-text {
	color: #000000;
	font-size: 18px;
	line-height: 28px;
}
.fd-box-tip.right .fd-tip-title {
	text-align: right;
}
@keyframes mymove
{
	0% {
		display: block;
	}
	1% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.fd-quick-list {
	width:1140px;
	height: 924px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fd-quick-list.slide {
	height: auto;
}
.fd-quick-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 551px;
	height: 80px;
	background: #ffcf22;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	margin-bottom: 18px;
	cursor: pointer;
}
.fd-quick-list li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.fd-quick-list .fd-quick-text {
	color: #B91E32;
	font-size: 16px;

}
.fd-quick-list .fd-quick-icon {
	width: 41px;
	height: 41px;
	background-position: center center;
}
.fd-quick-list .fd-quick-icon.smla {
	background: url(../newImg/smla.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.wsjf {
	background: url(../newImg/wsjf.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.wstf {
	background: url(../newImg/wstf.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.wsyj {
	background: url(../newImg/wsyj.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.wsjf {
	background: url(../newImg/wsjf.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.jzzz {
	background: url(../newImg/jzzz.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.clbj {
	background: url(../newImg/clbj.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.dzpj {
	background: url(../newImg/dzpj.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.dzsd {
	background: url(../newImg/dzsd.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.ssxf {
	background: url(../newImg/ssxf.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.wtbz {
	background: url(../newImg/wtbz.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.ycxbz {
	background: url(../newImg/ycxbz.png) no-repeat;
}
.fd-quick-list .fd-quick-icon.dcl {
	background: url(../newImg/dcl.png) no-repeat;
}
.fd-quick-list li:hover {
	background: #AC0000;
	border-color: #AC0000;
}
.fd-quick-list li:hover .fd-quick-text {
	color: #fff;
}
.fd-quick-list li:hover .fd-quick-icon.smla {
	background: url(../newImg/smla-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.wsjf {
	background: url(../newImg/wsjf-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.wstf {
	background: url(../newImg/wstf-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.wsyj {
	background: url(../newImg/wsyj-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.wsjf {
	background: url(../newImg/wsjf-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.jzzz {
	background: url(../newImg/jzzz-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.clbj {
	background: url(../newImg/clbj-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.dzpj {
	background: url(../newImg/dzpj-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.dzsd {
	background: url(../newImg/dzsd-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.ssxf {
	background: url(../newImg/ssxf-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.wtbz {
	background: url(../newImg/wtbz-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.ycxbz {
	background: url(../newImg/ycxbz-hover.png) no-repeat;
}
.fd-quick-list li:hover .fd-quick-icon.dcl {
	background: url(../newImg/dcl-hover.png) no-repeat;
}
.fd-quick-more {
	width: 1140px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 16px;
}
.fd-quick-more:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url(../newImg/more.png) no-repeat;
}
.fd-quick-more.cur:before {
	transform: rotate(180deg);
}
.fd-quick-more span {
	color: #AC3B4A;
	font-size: 14px;
	cursor: pointer;
}
.fd-admin-container {
	position: absolute;
	top:0;
	right: 0;
}
.fd-com-top-content li {
	color: #AC0000;
	font-size: 14px;
	width: auto;
	margin: 0 !important;
} 
.fd-com-top-content .js-xxzx {
	margin: 0
}
.fd-com-top-content li:before {
	background: #AC3B4A !important;
}
.fd-com-top-content li.fd-com-top-username {
	margin-right: 25px !important;
}
.fd-portait {
	position: fixed !important;
	bottom: 180px;
	right: 65px;
	cursor: pointer;
	width: 210px;
	height: 242px;
	background: url(../newImg/ai.gif) no-repeat;
	background-size: 100% 100%;
	z-index: 9;
}
.fd-portait:hover .fd-portait-info {
	display: block;
}
.fd-portait-info {
	display: none;
	position: absolute;
	top: -118px;
	right: -60px;
	border-radius: 15px;
	padding: 25px;
	background: #fff;
	font-size: 14px;
	color: #272727;
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.fd-portait-info:after {
	content: '';
	position: absolute;
	left: 40px;
	bottom:-8px;
	border-top: solid 8px #fff;
	border-right: solid 10px transparent;
}