@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: '微软雅黑', Arial, "Microsoft heiti", "黑体", "宋体", sans-serif;
  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;
}
/*四大按钮色*/
.bb {
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
}
/*移动下拉上拉样式*/
.mheader {
  width: 100%;
  height: 20vw;
  line-height: 20vw;
  font-size: 4vw;
  text-align: center;
  background: #008EDD;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
}
.mcont {
  width: 100%;
  height: calc(100% - 36vw);
  position: fixed;
  top: 20vw;
}
.mcont .mescroll {
  width: 100%;
  height: 100%;
  padding: 4vw;
  box-sizing: border-box;
}
.mcont .mescroll .mescroll_cont .list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px #e0dddb dashed;
  margin: 2.66666667vw 0 3.33333333vw;
}
.mcont .mescroll .mescroll_cont .list div {
  width: 15%;
  height: 8vw;
  line-height: 8vw;
  text-align: center;
}
.mcont .mescroll .mescroll_cont .list div:nth-child(2) {
  width: 60%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcont .mescroll .mescroll_cont .list div:nth-child(3) {
  width: 25%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcont .mescroll .mescroll_end {
  text-align: center;
}
.mfooter {
  width: 100%;
  height: 16vw;
  line-height: 16vw;
  font-size: 4vw;
  text-align: center;
  background: #008EDD;
  color: #fff;
  position: fixed;
  z-index: 999;
  bottom: 0;
}
.header {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.header .top {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #333;
}
.header .head {
  width: 100%;
  height: 80px;
  background: url(/images/head_bj.jpg);
}
.header .head .cont {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.header .head .cont .logo {
  width: 232px;
  height: 80px;
  float: left;
}
.header .head .cont .logo img {
  margin-left: 40px;
  margin-top: 10px;
}
.header .head .cont .search {
  width: 900px;
  height: 80px;
  float: left;
}
.header .head .cont .search .kuang {
  width: 860px;
  height: 40px;
  margin-left: 22px;
  margin-top: 20px;
}
.header .head .cont .search .kuang .kuang_txt {
  width: 852px;
  height: 38px;
  border: #626469 1px solid;
  border-right: 0;
}
.header .head .cont .search .kuang .kuang_txt input {
  padding-left: 20px;
  width: 790px;
  height: 36px;
  background: #fff;
  display: block;
  float: left;
  border: 0;
}
.header .head .cont .search .kuang .kuang_txt span {
  display: block;
  float: left;
  width: 42px;
  height: 40px;
  background: url(/images/search.jpg);
  cursor: pointer;
}
.menu {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px #e7e6e6 solid;
  background: #f3f2f2;
}
.menu .cont {
  width: 1200px;
  height: 55px;
  margin: 0 auto;
}
.menu .cont a {
  line-height: 55px;
  margin-right: 45px;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 18px;
}
.menu .cont a:hover {
  text-decoration: underline;
}
.banner {
  width: 100%;
  height: 600px;
  background: url(/images/banner.jpg) center center no-repeat;
}
.abanner {
  width: 100%;
  height: 320px;
  background: url(/images/01.jpg) center center no-repeat;
}
.bbanner {
  width: 100%;
  height: 320px;
  background: url(/images/02.jpg) center center no-repeat;
}
.cbanner {
  width: 100%;
  height: 320px;
  background: url(/images/03.jpg) center center no-repeat;
}
.dbanner {
  width: 100%;
  height: 320px;
  background: url(/images/04.jpg) center center no-repeat;
}
.index {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 40px;
  background: #f6f6f6;
}
.index .pro {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index .pro .top {
  width: 1250px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index .pro .top a {
  line-height: 96px;
  margin-right: 35px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 6px solid #f6f6f6;
  padding-bottom: 20px;
}
.index .pro .top a:hover {
  border-bottom: 6px solid #F47F30;
}
.index .pro .top span a {
  color: #F47F30;
  font-size: 18px;
  border-bottom: 6px solid #f6f6f6 !important;
}
.index .pro .top .action {
  border-bottom: 6px solid #F47F30;
}
.index .pro .cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  /*总宽度减去最后一个滑动项的右边距*/
  /*滑动总宽度*/
  /*控制滑动项的大小，因为总宽度是1200，单项是300，再减去右边距10，最后是290*/
}
.index .pro .cont .cindex {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 80px;
}
.index .pro .cont .cindex .index_cont {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.index .pro .cont .cindex .index_cont .goodness .swiper-wrapper {
  width: 1200px;
  overflow: hidden;
  height: 275px!important;
  padding-left: 0;
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.index .pro .cont .cindex .index_cont .goodness {
  width: 1200px;
  height: auto;
  margin: 0;
  position: relative;
  padding: 0;
}
.index .pro .cont .cindex .index_cont .goodness .swiper-slide {
  width: 380px!important;
  height: 275px!important;
  float: left;
  margin-right: 20px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 8px 8px 8px #a8a6a8;
  margin-bottom: 20px;
}
.index .pro .cont .cindex .index_cont .goodness .swiper-slide img {
  width: 340px;
  height: 235px;
}
.index .pro .cont .cindex .nav-arrow {
  position: relative;
  z-index: 999;
  width: 1200px;
  margin: 0 auto;
  height: 0;
}
.index .pro .cont .cindex .nav-arrow .arrow {
  position: absolute;
  opacity: 0.9;
}
.index .pro .cont .cindex .nav-arrow .arrow:hover {
  position: absolute;
  opacity: 1;
}
.index .pro .cont .cindex .nav-arrow .arrow i {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.index .pro .cont .cindex .nav-arrow .prev {
  right: 80px;
  top: -70px;
}
.index .pro .cont .cindex .nav-arrow .prev i {
  background: url(/images/icon02.png) left center no-repeat;
  background-size: 100%;
}
.index .pro .cont .cindex .nav-arrow .next {
  right: 30px;
  top: -70px;
}
.index .pro .cont .cindex .nav-arrow .next i {
  background: url(/images/icon03.png) right center no-repeat;
  background-size: 100%;
}
.index .pro .cont .cindex .nav-arrow .prev:hover,
.index .pro .cont .nav-arrow .next:hover {
  opacity: 1;
}
.index .help {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 60px;
}
.index .help .se {
  width: 60px;
  height: 6px;
  background: #F47F30;
  margin-bottom: 20px;
}
.index .help .title {
  font-size: 42px;
  color: #000;
  font-weight: bold;
}
.index .help .qukuai {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}
.index .help .qukuai a {
  display: block;
  width: 20%;
  height: 160px;
  float: left;
  text-align: center;
  line-height: 100px;
  font-size: 22px;
  color: #000;
  background: url(/images/jiantou.jpg) center 90px no-repeat;
}
.index .news {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.index .news .se {
  width: 60px;
  height: 6px;
  background: #F47F30;
  margin-bottom: 20px;
}
.index .news .title {
  font-size: 42px;
  color: #000;
  font-weight: bold;
}
.index .news .cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .news .cont .nbox {
  width: 250px;
  height: auto;
  overflow: hidden;
  display: block;
  color: #333;
}
.index .news .cont .nbox img {
  width: 100%;
  height: 125px;
}
.index .news .cont .nbox .news_title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.index .news .cont .nbox .news_cont {
  width: 100%;
  height: auto;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.index .wir {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
}
.index .wir .wir_title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.index .wir .wir_cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 15px;
}
.index .wir .wir_cont .wbox {
  width: 380px;
  height: 152px;
  border: #e7e6e6 1px solid;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
  float: left;
  margin-right: 22px;
}
.index .wir .wir_cont .wbox .title {
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.index .wir .wir_cont .wbox:nth-child(1) {
  background: #fff url(/images/icon_01.jpg) 330px 5px no-repeat;
}
.index .wir .wir_cont .wbox:nth-child(2) {
  background: #fff url(/images/icon_03.jpg) 330px 5px no-repeat;
}
.index .wir .wir_cont .wbox:nth-child(3) {
  background: #fff url(/images/icon_05.jpg) 330px 5px no-repeat;
  margin-right: 0;
}
.foot {
  width: 100%;
  border-top: #F47F30 6px solid;
  background: #2b2b2b;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
  color: #a1a2a1;
}
.foot .foot_top {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}
.foot .foot_top .foot_left {
  width: 480px;
  height: auto;
  overflow: hidden;
  background: url(/images/foot-logo.jpg) top left no-repeat;
  padding-top: 130px;
  float: left;
}
.foot .foot_top .foot_left p {
  line-height: 25px;
  font-size: 15px;
}
.foot .foot_top .foot_right {
  float: right;
  width: 700px;
  height: auto;
  overflow: hidden;
}
.foot .foot_top .foot_right .foot_right_title {
  color: #fff;
  font-size: 16px;
  line-height: 70px;
}
.foot .foot_top .foot_right .foot_right_center {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.foot .foot_top .foot_right .foot_right_center input {
  width: 270px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 3px;
  border: 0;
  box-sizing: border-box;
  padding-left: 15px;
}
.foot .foot_top .foot_right .foot_right_center span {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #3b3b3b;
  cursor: pointer;
}
.foot .foot_top .foot_right .foot_right_bottom {
  font-size: 15px;
  line-height: 1.6;
}
.foot .foot_top .foot_right .foot_right_bottom span {
  color: #fff;
}
.foot .foot_bottom {
  width: 1200px;
  height: 45px;
  margin: 0 auto;
  border-top: 1px solid #535353;
  text-align: left;
  line-height: 45px;
}
.foot .foot_bottom span {
  float: right;
}
.foot .foot_bottom span a {
  color: #a1a2a1;
  margin-right: 15px;
  margin-left: 15px;
}
.foot .foot_bottom span a:first-child {
  color: #F47F30;
}
.foot .foot_bottom span a:nth-child(6) {
  margin-right: 0;
}
/*内页主体*/
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.order .order_cont {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.order .order_cont .cont_left {
  width: 230px;
  height: auto;
  overflow: hidden;
  float: left;
}
.order .order_cont .cont_left .order_left_title {
  width: 130px;
  font-size: 24px;
  color: #F47F30;
  margin-bottom: 30px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-bottom: 5px solid #F47F30;
}
.order .order_cont .cont_left a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-indent: 20px;
  background: #fff url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
  font-size: 16px;
  border-bottom: 1px #e0dddb solid;
  color: #000;
  display: block;
}
.order .order_cont .cont_left a:hover {
  color: #fff;
  background: #F47F30 url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
}
.order .order_cont .cont_left .action {
  color: #fff;
  background: #F47F30 url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
}
.order .order_cont .cont_right {
  width: 900px;
  height: auto;
  overflow: hidden;
  margin-bottom: 100px;
  margin: 0 auto;
  /*分页列表*/
}
.order .order_cont .cont_right .cont_right_title {
  font-size: 24px;
  color: #000;
  border-bottom: 1px #e0dddb solid;
  padding-bottom: 20px;
}
.order .order_cont .cont_right .cont_right_title i {
  width: 5px;
  height: 25px;
  margin-right: 15px;
  float: left;
  background: #F47F30;
  margin-top: 5px;
  display: block;
}
.order .order_cont .cont_right .cont_right_title span {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.order .order_cont .cont_right .cont_right_title span i {
  display: block;
  float: left;
  width: 20px;
  margin: 0;
  height: 20px;
  background: none;
}
.order .order_cont .cont_right .cont_right_title span a {
  font-size: 14px;
  color: #666;
}
.order .order_cont .cont_right .cont_right_title span a:nth-child(2) {
  margin-right: 10px;
}
.order .order_cont .cont_right .cont_right_title span a:nth-child(3) {
  margin-left: 10px;
}
.order .order_cont .cont_right .cont_right_cont01 {
  width: 100%;
  margin: 20px 0;
}
.order .order_cont .cont_right .contt img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.order .order_cont .cont_right .cont_right_cont {
  font-size: 14px;
  margin-top: 30px;
  min-height: 400px;
  padding-bottom: 60px;
  /*文章列表*/
  /*图文列表*/
  /*单图列表*/
  /*文章详情*/
  /*图文详情*/
}
.order .order_cont .cont_right .cont_right_cont img {
  max-width: 100%;
}
.order .order_cont .cont_right .cont_right_cont .news_list {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_left {
  width: 80px;
  height: 80px;
  background: #F47F30;
  float: left;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_left p {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_left p:nth-child(1) {
  font-size: 32px;
  line-height: 44px;
  width: 40px;
  margin: 0 auto;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right {
  width: 900px;
  height: 80px;
  float: right;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right p {
  font-size: 14px;
  text-align: left;
  line-height: 30px;
  color: #b0b0b0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right p:nth-child(1) {
  font-size: 20px;
  text-align: left;
  color: #333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right p:nth-child(2) {
  height: 45px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .news_list .list_right:hover p:nth-child(1) {
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .img_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box {
  width: 875px;
  height: 210px;
  padding: 10px;
  margin: 0 0 30px;
  border: #e0dddb 1px solid;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_left {
  width: 280px;
  height: 210px;
  float: left;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_left img {
  width: 280px;
  height: 210px;
  transition: all 0.5s;
  transform: scale(1);
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_right {
  width: 560px;
  height: 210px;
  float: right;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_right .con_title {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_right .con_dreation {
  font-size: 14px;
  color: #666;
  height: 120px;
  line-height: 1.6;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box .con_right a {
  float: right;
  color: #333;
  font-size: 16px;
  margin-right: 20px;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover {
  border: #F47F30 1px solid;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover .con_title {
  color: #F47F30;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover img {
  transition: all 0.5s;
  transform: scale(1.25);
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:last-child {
  margin-bottom: 0;
}
.order .order_cont .cont_right .cont_right_cont .pic_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list {
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 299px;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li a {
  display: block;
  margin: 0 2%;
  overflow: hidden;
  position: relative;
  height: 297px;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list .img {
  text-align: center;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .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: 212px;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.order .order_cont .cont_right .cont_right_cont .pic_list .caption {
  width: calc(100% - 90px);
  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 .order_cont .cont_right .cont_right_cont .pic_list .caption .title {
  line-height: 80px;
  font-size: 15px;
  color: #555;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .caption .info {
  color: #b5b5b5;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .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 .order_cont .cont_right .cont_right_cont .pic_list .insert::before {
  content: "＋";
  display: inline-block;
  font-size: 24px;
  color: #cdcdcd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li .caption::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #F47F30;
  position: absolute;
  right: 0;
  bottom: -2px;
  transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li:hover .insert {
  border-color: transparent;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li:hover .caption::after {
  right: auto;
  left: 0;
  width: 100%;
}
.order .order_cont .cont_right .cont_right_cont .pic_list .item-list li:hover .insert::before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  color: #F47F30;
}
.order .order_cont .cont_right .cont_right_cont .news_show {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_title {
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #000;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_title h3 {
  font-size: 22px;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_info {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_cont {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 30px;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_cont img {
  max-width: 100%;
}
.order .order_cont .cont_right .cont_right_cont .img_show {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_pic img {
  width: 500px;
  height: 340px;
  margin: 0 auto;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_cont {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 30px;
}
.order .order_cont .cont_right .cont_right_cont .img_show .img_cont img {
  max-width: 100%;
}
.order .order_cont .cont_right .cont_right_cont .wy_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: #e0dddb 1px solid;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox div {
  float: left;
  height: 80px;
  line-height: 80px;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .name {
  width: 300px;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .img {
  width: 280px;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .img img {
  width: auto;
  height: 80px;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .fen {
  width: 300px;
  text-align: center;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .cao {
  width: 100px;
  text-align: center;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .cao a {
  display: block;
  color: #666;
  margin: 0 auto;
  margin-top: 20px;
  width: 80px;
  height: 35px;
  line-height: 35px;
  background: #E1EDFB;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox .cao a:hover {
  color: #F47F30;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox:nth-child(1) {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox:nth-child(1) div {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.order .order_cont .cont_right .cont_right_cont .wy_list .wybox:nth-child(1) .name {
  text-align: left;
}
.order .order_cont .cont_right .fpage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.order .order_cont .cont_right .fpage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.order .order_cont .cont_right .fpage a:hover {
  background: #F47F30;
  color: #fff;
}
.order .order_cont .cont_right .fpage .action {
  background: #F47F30;
  color: #fff;
}
.cooke {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 30px 50px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  border-top: 1px solid #cccccc;
}
.cooke .cooke_left {
  float: left;
  width: calc(100% - 380px);
  height: auto;
  overflow: hidden;
  color: #000;
  line-height: 1.8;
}
.cooke .cooke_right {
  float: left;
  width: 380px;
  height: auto;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
}
.cooke .cooke_right div {
  height: 50px;
  line-height: 50px;
  background: #004A99;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  float: left;
  font-size: 12px;
}
.cooke .cooke_right .div01 {
  width: 110px;
  margin-right: 20px;
}
.cooke .cooke_right .div02 {
  width: 190px;
}
