<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  font-family: PingFang-SC-Medium, PingFang-SC, "Microsoft YaHei", Arial, "微软雅黑", "宋体";
  color: #666;
  font-size: 14px;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
input,
select,
textarea {
  font-size: 100%;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
menu,
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
ins,
a,
a:visited {
  text-decoration: none;
  outline: none;
}
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
/*input[type="checkbox"]{ background:#2460aa; color:#fff; -webkit-text-shadow:none; border-color:#2157db; margin-right:0.08rem; border-radius:2px; -webkit-box-shadow:none;}*/
/*去除ios浏览器中input button的风格*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
/*移除html5 input="number"的小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
html,
body {
  background: #fff;
}
/*动画*/
/*自定义动画类----顺时针旋转（使用这个动画的时候才设置动画执行时间）*/
@-webkit-keyframes changeright {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes changeleft {
  0% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*公众顶部*/
.header {
  width: 100%;
  height: 90px;
  border-bottom: 4px solid #00B0A6;
  background: #fff;
}
.header .head {
  width: 1180px;
  height: 90px;
  margin: 0 auto;
}
.header .head .logo {
  width: 213px;
  height: 72px;
  overflow: hidden;
  float: left;
  margin-top: 7px;
}
.header .head .head-right {
  width: 920px;
  height: auto;
  float: right;
  margin-top: 20px;
}
.header .head .head-right .head-dw {
  width: 100%;
  height: 0;
  position: relative;
}
.header .head .head-right .head-dw p {
  width: 81px;
  height: 20px;
  overflow: hidden;
  background: url(/images/guoqi.jpg);
  top: -2px;
  position: absolute;
  right: 0;
}
.header .head .head-right .head-dw p a {
  width: 33px;
  height: 20px;
  overflow: hidden;
  float: left;
}
.header .head .head-right .head-dw p a:nth-child(2) {
  float: right;
}
.header .head .head-right .search {
  width: 505px;
  height: 32px;
}
.header .head .head-right .search .search-cont {
  border: 0;
  width: 418px;
  height: 20px;
  overflow: hidden;
  float: left;
  padding: 5px 35px 5px 10px;
  border: 1px solid #e7e6e6;
}
.header .head .head-right .search .search-cont:focus {
  border-style: solid;
  border-color: #00B0A6;
}
.header .head .head-right .search .search-button {
  width: 39px;
  height: 30px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  border: 1px solid #e7e6e6;
  border-left: 0;
}
.header .head .head-right .search .search-button img {
  width: 40px;
  height: 30px;
}
.header .head .head-right .menu {
  width: 950px;
  height: 40px;
}
.header .head .head-right .menu ul {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.header .head .head-right .menu ul li {
  width: 120px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.header .head .head-right .menu ul li p {
  float: left;
  line-height: 44px;
  font-size: 16px;
  color: #484747;
  font-weight: bold;
}
.header .head .head-right .menu ul li span {
  width: 10px;
  height: 10px;
  overflow: hidden;
  display: block;
  float: left;
  background: url(/images/icon02.png) center center no-repeat;
  margin-top: 18px;
  margin-left: 10px;
}
.header .head .head-right .menu ul li ul {
  width: 120px;
  height: auto;
  overflow: hidden;
  display: none;
  background: #fff;
  position: absolute;
  top: 42px;
  left: -29px;
  z-index: 999;
  border: #e8e7e5 1px solid;
  border-top: 0;
  box-shadow: 3px 3px 6px #333;
}
.header .head .head-right .menu ul li ul li {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
}
.header .head .head-right .menu ul li ul li a {
  display: block;
  width: 80%;
  height: 39px;
  overflow: hidden;
  line-height: 39px;
  color: #333;
  border-bottom: #00B0A6 1px dashed;
  margin: 0 auto;
}
.header .head .head-right .menu ul li ul li:last-child a {
  border: 0;
  height: 40px;
  line-height: 40px;
}
.header .head .head-right .menu ul li ul li:hover {
  background: #00B0A6;
}
.header .head .head-right .menu ul li ul li:hover a {
  color: #fff;
  border-bottom: #fff 1px dashed;
}
.header .head .head-right .menu ul li .zuop {
  left: -42px;
}
.header .head .head-right .menu ul li .zuopp {
  left: -52px;
  width: 230px;
}
.header .head .head-right .menu ul li .zuopp a {
  width: 90%;
  text-align: left;
  text-indent: 10px;
}
.header .head .head-right .menu ul .action01 span {
  animation: changeright 0.5s linear 1;
  animation-fill-mode: forwards;
}
.header .head .head-right .menu ul .action02 span {
  animation: changeleft 0.5s linear 1;
  animation-fill-mode: forwards;
}
.header_fu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.banner {
  width: 100%;
  height: 350px;
  overflow: hidden;
  padding-top: 20px;
  background: #fff;
}
.banner .wrapper {
  width: 1180px;
  height: 350px;
  overflow: hidden;
  margin: 0 auto;
}
.banner .slideBox {
  position: relative;
  margin: 0 auto;
  height: 350px;
  overflow: hidden;
}
.banner .slideBox .bd {
  position: relative;
  z-index: 0;
}
.banner .slideBox .bd ul li a {
  height: 350px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .slideBox .bd ul .on {
  background-position: 0 0;
}
.banner .slideBox .prev,
.banner .slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 70px;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: #000 url(/bhu/images/icons.png) no-repeat;
  border: 1px solid #dcdfe3;
}
.banner .slideBox .prev:hover,
.banner .slideBox .next:hover {
  filter: alpha(opacity=38);
  opacity: 0.38;
}
.banner .slideBox .prev {
  left: 80px;
  background-position: -390px -353px;
}
.banner .slideBox .next {
  right: 80px;
  background-position: -440px -353px;
}
.banner .icon-map2 {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  background-position: 0 -88px;
}
.banner .com .hd {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .com .hd &gt; ul &gt; li {
  float: left;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 6px;
  text-indent: -999px;
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.banner .com .hd &gt; ul &gt; li.on {
  background-color: #00B0A6;
  cursor: default;
}
/*首页*/
.index {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 65px;
  background: #fff;
}
.index .sanbox {
  width: 1180px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.index .sanbox .sbox {
  width: 367px;
  height: 400px;
  overflow: hidden;
  background: #fff;
}
.index .sanbox .sbox .sbox_top {
  width: 367px;
  height: 160px;
  overflow: hidden;
}
.index .sanbox .sbox .sbox_top img {
  width: 367px;
  height: 160px;
}
.index .sanbox .sbox .sbox_cont {
  width: 313px;
  height: 187px;
  overflow: hidden;
  padding: 26px;
  border: #e8e7e5 1px solid;
  border-top: 0;
}
.index .sanbox .sbox .sbox_cont .sbox_title {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 16px;
  text-align: left;
  font-size: 24px;
  color: #2f373a;
  font-weight: bold;
}
.index .sanbox .sbox .sbox_cont .sbox_list {
  width: 85%;
  height: 142px;
  overflow: hidden;
}
.index .sanbox .sbox .sbox_cont .sbox_list a {
  width: auto;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  color: #666;
  font-size: 15px;
  display: block;
  background: url(/images/sbox_icon.png) left center no-repeat;
  padding-left: 17px;
}
.index .sanbox .sbox .sbox_cont .sbox_list a:hover {
  text-decoration: underline;
}
.index .sanbox .sbox .sbox_cont .sbox_text {
  width: 95%;
  height: 142px;
  overflow: hidden;
}
.index .sanbox .sbox .sbox_cont .sbox_text p {
  line-height: 28px;
  color: #666;
  font-size: 15px;
  text-align: justify;
}
.index .sanbox .sbox .sbox_cont .sbox_dw {
  width: 100%;
  height: 0;
  position: relative;
}
.index .sanbox .sbox .sbox_cont .sbox_dw .sbox_jian {
  display: block;
  width: 14px;
  height: 21px;
  overflow: hidden;
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 399;
  background: url(/images/sbox_jian.png) no-repeat;
}
.index .aboutus {
  width: 1180px;
  height: 350px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 70px;
  background: url(/images/aboutus.png) right center no-repeat;
}
.index .aboutus .about_cont {
  width: 700px;
  height: 350px;
  overflow: hidden;
  float: left;
}
.index .aboutus .about_cont .about_title {
  font-size: 28px;
  color: #00B0A6;
  text-align: left;
  font-family: '微软雅黑';
  line-height: 60px;
  margin-bottom: 17px;
}
.index .aboutus .about_cont .about_text {
  font-size: 14px;
  color: 666;
  text-align: left;
}
.index .aboutus .about_cont .about_text p {
  text-indent: 2em;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.index .aboutus .about_cont .about_more {
  float: right;
  font-size: 16px;
}
/*公众底部*/
.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #E7E5E6;
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer .foot {
  width: 1180px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.footer .foot .menu {
  width: 800px;
  height: auto;
  overflow: hidden;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  float: left;
}
.footer .foot .menu li {
  width: 160px;
  height: auto;
  overflow: hidden;
}
.footer .foot .menu li div {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #626469;
  margin-bottom: 10px;
}
.footer .foot .menu li a {
  font-size: 12px;
  text-align: left;
  color: #626469;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
}
.footer .foot .menu li a:hover {
  color: #00B0A6;
}
.footer .foot .contact {
  width: 300px;
  height: auto;
  overflow: hidden;
  float: right;
}
.footer .foot .contact div {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #626469;
  margin-bottom: 15px;
}
.footer .foot .contact div:nth-child(5) {
  margin-top: 25px;
}
.footer .foot .contact p {
  font-size: 16px;
  color: #626469;
  margin-bottom: 10px;
}
/*侧边栏*/
.contact4 {
  width: 60px;
  height: 250px;
  overflow: hidden;
  position: fixed;
  top: 500px;
  right: 5px;
}
.contact4 a {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
  background: #f00;
  margin-bottom: 9px;
  border: #ecebeb 1px solid;
  cursor: pointer;
  box-shadow: 5px 5px 3px #dfdfdf;
}
.contact4 a:nth-child(1) {
  background: url(/images/icon/icon1.png);
}
.contact4 a:nth-child(2) {
  background: url(/images/icon/icon2.png);
}
.contact4 a:nth-child(3) {
  background: url(/images/icon/icon3.png);
}
.contact4 a:nth-child(4) {
  background: url(/images/icon/icon4h.png);
  display: none;
}
.contact4 a:nth-child(1):hover {
  background: url(/images/icon/icon1h.png);
}
.contact4 a:nth-child(2):hover {
  background: url(/images/icon/icon2h.png);
}
.contact4 a:nth-child(3):hover {
  background: url(/images/icon/icon3h.png);
}
.contact4 a:nth-child(4):hover {
  background: url(/images/icon/icon4h.png);
}
.contact4 .atop {
  display: block!important;
}
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont {
  width: 1200px;
  height: auto;
  overflow: hidden;
  min-height: 600px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.order .cont .cont_left {
  width: 250px;
  height: auto;
  overflow: hidden;
  float: left;
}
.order .cont .cont_left .title {
  width: 250px;
  height: 60px;
  overflow: hidden;
  background: #00B0A6;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.order .cont .cont_left .class {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cont_left .class .nav {
  width: 230px;
  height: 50px;
  overflow: hidden;
  display: block;
  background: #f1f1f1;
  line-height: 50px;
  text-align: center;
  color: #666;
  border-bottom: #aeaeae 1px dashed;
  font-size: 16px;
  padding: 0 10px;
}
.order .cont .cont_left .class .nav:hover {
  color: #fff;
  background: #FE7E00;
}
.order .cont .cont_left .class .nav:last-child {
  border-bottom: 0;
}
.order .cont .cont_left .seg {
  width: 250px;
  height: 25px;
  overflow: hidden;
}
.order .cont .cont_left .content {
  width: 224px;
  height: auto;
  overflow: hidden;
  padding: 15px 10px 30px;
  border: #00B0A6 3px solid;
  border-top: 0;
}
.order .cont .cont_right {
  width: 930px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-bottom: 50px;
}
.order .cont .cont_right .top {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  background: url(/bhu/images/logo_03.png) left center no-repeat;
  text-align: left;
  text-indent: 40px;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
.order .cont .cont_right .top a {
  color: #666;
}
.order .cont .cont_right .contt {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0px;
  text-align: left;
  line-height: 1.6;
}
.order .cont .cont_right .contt .title {
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #000;
}
.order .cont .cont_right .contt .title h3 {
  font-size: 22px;
}
.order .cont .cont_right .contt .infos {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.order .cont .cont_right .contt .albumblock {
  width: 210px;
  height: 200px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.order .cont .cont_right .contt .albumblock .inner {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cont_right .contt .albumblock .inner img {
  width: 210px;
  height: 160px;
  overflow: hidden;
}
.order .cont .cont_right .contt .albumblock .inner .albumtitle {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  height: 40px;
}
.order .cont .cont_right .contc {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0px;
  text-align: left;
}
.order .cont .cont_right .contc a {
  color: #666;
  width: 100%;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  text-align: left;
  display: block;
  text-indent: 2em;
}
.order .cont .cont_right .contc a span {
  float: right;
}
.order .cont .cont_right .cr_title {
  width: 100%;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 10px;
}
.order .cont .cont_right .cr_title .cr_left {
  width: 250px;
  height: 30px;
  overflow: hidden;
  float: left;
  border-left: 4px solid #00B0A6;
  color: #000;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 30px;
  padding-left: 15px;
  font-weight: bold;
}
.order .cont .cont_right .cr_title .cr_right {
  width: auto;
  height: 30px;
  overflow: hidden;
  float: right;
  background: url(/images/2018816165224902.jpg) no-repeat left 9px;
  padding-left: 116px;
  text-align: right;
}
.order .cont .cont_right .cr_title .cr_right a {
  padding: 0 10px;
  line-height: 30px;
}
.order .cont .cont_right .cr_cont {
  padding: 20px 0;
  line-height: 2;
  text-align: justify;
}
.order .cont .cont_right .cr_cont .timages {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cont_right .cr_cont .timages .timgdiv {
  width: 278px;
  height: 195px;
  overflow: hidden;
  border: 1px solid #ededed;
  padding: 5px;
  display: block;
  float: left;
  margin: 10px 10px 10px 0px;
}
.order .cont .cont_right .cr_cont .timages .timgdiv img {
  width: 278px;
  height: 195px;
}
.order .cont .cont_right .cr_cont .timages .timgdiv:nth-child(3n) {
  margin-right: 0;
}
.order .cont .cont_right .cr_cont .himages {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cont_right .cr_cont .himages .timgdiv {
  width: 268px;
  height: 238px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ededed;
  padding: 10px 5px;
  display: block;
  float: left;
  margin: 10px 20px 10px 0px;
}
.order .cont .cont_right .cr_cont .himages .timgdiv img {
  width: auto;
  height: 208px;
  display: block;
  margin: 0 auto;
  max-width: 268px;
}
.order .cont .cont_right .cr_cont .himages .timgdiv p {
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.order .cont .cont_right .cr_cont .himages .timgdiv:nth-child(3n) {
  margin-right: 0;
}
.order .cont .cont_right .cr_cont .bimages {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .cont_right .cr_cont .bimages .bimgdiv {
  border: 1px solid #ededed;
  padding: 5px;
  width: 580px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.order .cont .cont_right .cr_cont .bimages .bimgdiv img {
  width: 580px;
  height: auto;
}
.order .cont .cont_right .cr_cont .bimages .bimgdiv p {
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.order .cont .cont_right .cr_cont .span {
  float: left;
  display: block;
  width: 87px;
  height: 33px;
  overflow: hidden;
  background: url("/images/back.png");
}
.order .cont .cont_right .cr_cont .span a {
  display: block;
  width: 87px;
  height: 33px;
  overflow: hidden;
}
.order .cont .cont_right .cr_cc {
  padding: 0;
  padding-top: 10px;
}
.order .cont .cont_right .cr_fpage {
  padding: 20px;
  text-align: center;
}
.order .cont .cont_right .cr_fpage a {
  padding: 0 12px;
  color: #666;
}
.order .cont .cont_right .fpage {
  padding: 20px;
  text-align: center;
}
.order .cont .cont_right .fpage a {
  padding: 0 12px;
  color: #666;
}
.order .cont .cont_right .conimg {
  line-height: 1.5;
}
.order .cont .cont_right .conimg img {
  max-width: 100%;
}
.order .cont_right .cr_cont .item-list {
  overflow: hidden;
}
.order .cont_right .cr_cont .item-list li {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 339px;
}
.order .cont_right .cr_cont .item-list li a {
  display: block;
  margin: 0 2%;
  overflow: hidden;
  position: relative;
  height: 337px;
}
.order .cont_right .cr_cont .item-list .img {
  text-align: center;
  overflow: hidden;
}
.order .cont_right .cr_cont .item-list .img img {
  max-width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 2px;
  height: 252px;
}
.order .cont_right .cr_cont .item-list li:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.order .cont_right .cr_cont .caption {
  width: 70%;
  height: 80px;
  padding: 0 80px 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border-bottom: 2px solid #f5f5f5;
}
.order .cont_right .cr_cont .caption .title {
  line-height: 80px;
  font-size: 15px;
  color: #555;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order .cont_right .cr_cont .caption .info {
  color: #b5b5b5;
}
.order .cont_right .cr_cont .insert {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.order .cont_right .cr_cont .insert::before {
  content: "＋";
  display: inline-block;
  font-size: 24px;
  color: #cdcdcd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order .cont_right .cr_cont .item-list li .caption::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #00B0A6;
  position: absolute;
  right: 0;
  bottom: -2px;
  transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
}
.order .cont_right .cr_cont .item-list li:hover .insert {
  border-color: transparent;
}
.order .cont_right .cr_cont .item-list li:hover .caption::after {
  right: auto;
  left: 0;
  width: 100%;
}
.order .cont_right .cr_cont .item-list li:hover .insert::before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  color: #00B0A6;
}
</pre></body></html>