@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;
}
.header {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 3px 3px 3px #999;
}
.header .top {
  width: 100%;
  height: 12px;
  background: #2248B3;
}
.header .cont {
  width: 1300px;
  height: 70px;
  margin: 0 auto;
  background: #f2f2f2;
  border-left: 1px solid #e0dddb;
  border-right: 1px solid #e0dddb;
}
.header .cont .logo {
  width: 204px;
  height: 60px;
  float: left;
}
.header .cont .cont_right {
  width: 1050px;
  height: 50px;
  float: right;
}
.header .cont .cont_right .guoqi {
  width: 81px;
  height: 20px;
  background: url(/images/guoqi.jpg);
  float: right;
  margin-top: 8px;
}
.header .cont .cont_right .guoqi a {
  width: 32px;
  height: 20px;
  float: left;
  display: block;
  margin-left: 16px;
}
.header .cont .cont_right .guoqi a:nth-child(1) {
  margin-left: 0px;
}
.header .cont .cont_right .menu {
  width: 1050px;
  height: 60px;
  float: right;
  margin-top: 10px;
  padding-left: 100px;
  z-index: 1999;
}
.header .cont .cont_right .menu li {
  width: 150px;
  height: 60px;
  float: left;
  position: relative;
  z-index: 1999;
}
.header .cont .cont_right .menu li a {
  margin: 0 20px;
  width: 80px;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #666;
  display: block;
  border-bottom: 4px solid #f2f2f2;
  float: left;
}
.header .cont .cont_right .menu li a:hover {
  border-bottom: 0px solid #2248B3;
  color: #2248B3;
}
.header .cont .cont_right .menu li .action {
  border-bottom: 4px solid #2248B3;
  color: #2248B3;
}
.header .cont .cont_right .menu li .subnav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 165px;
  height: auto;
  overflow: hidden;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  z-index: 1999;
}
.header .cont .cont_right .menu li .subnav li {
  width: 165px;
  height: 40px;
  overflow: hidden;
}
.header .cont .cont_right .menu li .subnav li a {
  width: 100px;
  font-size: 12px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  height: 40px;
  text-align: center;
  color: #666;
  border-bottom: 1px solid #ffffff;
}
.header .cont .cont_right .menu li .subnav li:hover a {
  padding: 0 15px 0 25px;
  display: block;
  color: #2248B3;
  background: none;
}
.header .cont .cont_right .menu li:hover .subnav {
  display: block;
}
.header .cont .cont_right .menu li:hover a {
  border-bottom: 4px solid #2248B3;
  color: #2248B3;
}
.qheader {
  width: 100%;
  height: 75px;
}
.banner {
  width: 100%;
  height: auto;
}
.abanner {
  width: 100%;
  height: 320px;
  background: url(/images/001.jpg) center center no-repeat;
}
.cbanner {
  width: 100%;
  height: 320px;
  background: url(/images/003.jpg) center center no-repeat;
}
.pbanner {
  width: 100%;
  height: 320px;
  background: url(/images/002.jpg) center center no-repeat;
}
.nbanner {
  width: 100%;
  height: 320px;
  background: url(/images/004.jpg) center center no-repeat;
}
.index {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 8px;
  max-width: 1920px;
  margin: 0 auto;
}
.index .sanbox {
  width: 1280px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.index .sanbox .sbox {
  width: 367px;
  height: 375px;
  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: 16px 26px 10px 26px;
  border: #e0dddb 1px solid;
  border-top: 0;
}
.index .sanbox .sbox .sbox_cont .sbox_title {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 6px;
  text-align: left;
  font-size: 20px;
  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/icon01.jpg) 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: 100%;
  background: url(/images/pic6.jpg) no-repeat center top;
  height: 357px;
  padding-top: 140px;
}
.index .aboutus .about_cont {
  width: 900px;
  height: 300px;
  margin: 0 auto;
  text-align: center;
}
.index .aboutus .about_cont .about_title {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
}
.index .aboutus .about_cont .about_txt {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.index .aboutus .about_cont .about_link {
  display: block;
  width: 122px;
  height: 40px;
  line-height: 40px;
  border: solid 1px white;
  text-align: center;
  font-size: 16px;
  color: white;
  margin: auto;
}
.footer {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 0 10px;
  background: #e0e0e0;
}
.footer .foot {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.footer .foot .foot_left {
  width: 1200px;
  height: auto;
}
.footer .foot .foot_left .foot_link {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-top: 24px;
}
.footer .foot .foot_left .foot_link a {
  padding-right: 20px;
  color: #666;
}
.footer .foot .foot_left .foot_code {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.footer .foot .foot_left .foot_code a {
  color: #666;
}
.footer .foot .foot_right {
  float: right;
  width: 140px;
  height: auto;
  text-align: center;
}
.footer .foot .foot_right img {
  width: 100px;
  height: 100px;
}
.footer .foot .foot_right p {
  text-align: center;
  line-height: 40px;
}
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(/images/about_bgs.jpg) top center repeat-x;
  margin: 0 auto;
  max-width: 1920px;
  min-height: 600px;
  padding-top: 20px;
  padding-bottom: 80px;
}
.order .order_cont {
  width: 1300px;
  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: 120px;
  text-align: left;
  text-indent: 0px;
  font-size: 22px;
  color: #2248B3;
  border-bottom: 3px solid #2248B3;
  margin-bottom: 10px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  border-bottom: 5px solid #2248B3;
}
.order .order_cont .cont_left .order_left_title:nth-child(8) {
  margin-top: 30px;
}
.order .order_cont .cont_left .order_left_title {
  width: 170px;
  font-size: 24px;
  color: #2248B3;
  margin-bottom: 10px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  border-bottom: 5px solid #2248B3;
}
.order .order_cont .cont_left .order_ccto 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 .order_ccto a:hover {
  color: #fff;
  background: #2248B3 url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
}
.order .order_cont .cont_left .order_ccto .action {
  color: #fff;
  background: #2248B3 url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
}
.order .order_cont .cont_left .order_ccto .order_left_contact {
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #f1f1f1;
}
.order .order_cont .cont_left .order_ccto .order_left_contact p {
  height: auto;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.order .order_cont .cont_left .order_ccto .order_left_contact p:nth-child(1) {
  font-weight: bold;
}
.order .order_cont .cont_left li {
  list-style: none;
  height: auto;
}
.order .order_cont .cont_left li .fuMenu {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  background: #2248B3;
  height: auto;
  line-height: 25px;
  text-align: left;
  float: left;
  padding: 5px 15px 5px 15px;
  width: 200px;
}
.order .order_cont .cont_left li .fuMenu a {
  color: #fff;
}
.order .order_cont .cont_left li .fuMenu:hover {
  background: #2248B3;
}
.order .order_cont .cont_left li .fuMenu:hover a {
  color: #fff;
}
.order .order_cont .cont_left li .current {
  background: #2248B3;
  width: 100%;
}
.order .order_cont .cont_left li .current a {
  color: #fff;
}
.order .order_cont .cont_left li .xiala {
  display: none;
}
.order .order_cont .cont_left li .div1 {
  width: 100%;
  height: auto;
  float: left;
}
.order .order_cont .cont_left li .div1 .zcd {
  color: #869fb1;
  font-size: 16px;
  background: #f5f5f5 url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
  margin-bottom: 1px;
  cursor: pointer;
  line-height: 25px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0 10px 30px;
}
.order .order_cont .cont_left li .div1 .zcd a {
  color: #666;
}
.order .order_cont .cont_left li .div1 .zcd:hover a {
  color: #FFF;
}
.order .order_cont .cont_left li .div1 .zcd a:hover {
  color: #FFF;
  text-decoration: none;
}
.order .order_cont .cont_left li .div1 .zcd:hover {
  color: #FFF;
  background-color: #c5c3c3;
  font-weight: bold;
}
.order .order_cont .cont_left li .removes {
  color: #0FB9EF !important;
  border-left: 3px solid #0FB9EF;
}
.order .order_cont .cont_right {
  width: 1000px;
  height: auto;
  overflow: hidden;
  float: right;
  /*分页列表*/
}
.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: #2248B3;
  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_cont {
  font-size: 14px;
  padding-top: 0px;
  min-height: 400px;
  /*文章列表*/
  /*图文列表*/
  /*单图列表*/
  /*文章详情*/
  /*图文详情*/
}
.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: #6699ff;
  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: #c4d713;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.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: 975px;
  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: 660px;
  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: #2248B3 1px solid;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover .con_title {
  color: #2248B3;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover a {
  color: #2248B3 !important;
}
.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: 32%;
  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);
  width: 100%;
  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: #2248B3;
  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: #2248B3;
}
.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 .pc-slide {
  width: 1000px;
  margin: 0px auto;
}
.order .order_cont .cont_right .cont_right_cont .btitle {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 20px;
  color: #2248B3;
}
.order .order_cont .cont_right .cont_right_cont .view {
  position: relative;
  height: 640px;
}
.order .order_cont .cont_right .cont_right_cont .swb {
  height: 640px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.order .order_cont .cont_right .cont_right_cont .swb img {
  height: 640px;
  width: 840px;
}
.order .order_cont .cont_right .cont_right_cont .sms {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.order .order_cont .cont_right .cont_right_cont .sms img {
  height: 149px;
}
.order .order_cont .cont_right .cont_right_cont .view .swiper-container {
  width: 840px;
  height: 640px;
  position: relative;
}
.order .order_cont .cont_right .cont_right_cont .view .video {
  display: none;
  width: 670px;
  height: 640px;
  position: absolute;
  top: 0;
  left: 65.2px;
  z-index: 999;
}
.order .order_cont .cont_right .cont_right_cont .view .cha {
  display: none;
  width: 670px;
  height: 640px;
  position: absolute;
  top: -20px;
  left: 715px;
  z-index: 1999;
  cursor: pointer;
}
.order .order_cont .cont_right .cont_right_cont .view .arrow-left {
  background: url(/images/index_tab_l.png) no-repeat left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.order .order_cont .cont_right .cont_right_cont .view .arrow-right {
  background: url(/images/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.order .order_cont .cont_right .cont_right_cont .preview {
  width: 924px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}
.order .order_cont .cont_right .cont_right_cont .preview .swiper-container {
  width: 940px;
  height: 152px;
  margin-left: 35px;
  padding-top: 2px;
}
.order .order_cont .cont_right .cont_right_cont .preview .swiper-slide {
  width: auto;
  height: 149px;
  cursor: pointer;
}
.order .order_cont .cont_right .cont_right_cont .preview .slide6 {
  width: 82px;
}
.order .order_cont .cont_right .cont_right_cont .preview .arrow-left {
  background: url(/images/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.order .order_cont .cont_right .cont_right_cont .preview .arrow-right {
  background: url(/images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.order .order_cont .cont_right .cont_right_cont .preview img {
  padding: 1px;
}
.order .order_cont .cont_right .cont_right_cont .preview .active-nav img {
  padding: 0;
  border: 2px solid #F00;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px 0;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt p {
  font-size: 14px;
  line-height: 25px;
  background: url(/images/icon01.jpg) left center no-repeat;
  text-indent: 20px;
  color: #333 !important;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt table {
  border: #e0dddb 1px solid;
  width: 100%;
  margin: 0px 0;
  font-family: "微软雅黑", Arial, "Microsoft heiti", "黑体", "宋体";
}
.order .order_cont .cont_right .cont_right_cont .cont_txt table tr td {
  border-bottom: #e0dddb 1px solid;
  border-right: #e0dddb 1px solid;
  text-align: center;
  height: 35px!important;
  line-height: 35px!important;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt table tr td p {
  text-align: center!important;
  text-indent: 0;
  font-weight: initial!important;
  font-size: 16px!important;
  color: #333 !important;
  background: none;
  line-height: 35px!important;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt table tr:first-child td p {
  text-align: center!important;
  text-indent: 0!important;
  font-weight: initial;
  background: #f1f1f1;
  color: #000;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt table tr td:first-child p {
  text-align: center!important;
  text-indent: 0!important;
  font-weight: initial;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt table tr:first-child td:first-child p {
  font-weight: bold!important;
  color: #000;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt table tr:first-child td p:nth-child(3) {
  color: #0093DD !important;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt .ab01 tr:first-child td p {
  text-align: center!important;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt .ab01 tr td p {
  text-align: center!important;
  text-indent: 0!important;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt .ab02 tr td p {
  text-align: left!important;
  text-indent: 0!important;
  padding-left: 15px;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt .ab02 tr:last-child td p {
  text-align: left!important;
  text-indent: 0!important;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt .ab02 tr:last-child td:first-child p {
  text-align: center!important;
  text-indent: 0!important;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt .ab02 tr:first-child td p,
.order .order_cont .cont_right .cont_right_cont .cont_txt .ab02 tr td:first-child p {
  padding: 0;
}
.order .order_cont .cont_right .cont_right_cont .cont_txt .ab02 tr:last-child td:first-child p {
  padding-top: 13px;
}
.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: #2248B3;
  color: #fff;
}
.order .order_cont .cont_right .fpage .action {
  background: #2248B3;
  color: #fff;
}
#contact-p {
  position: fixed;
  right: 0;
  top: 500px;
  z-index: 9999;
}
#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}
#contact-p div a {
  color: #fff;
  display: block;
  background: #2248B3;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 180px;
  height: 44px;
  line-height: 44px;
}
#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}
#contact-p div a span {
  display: block;
  float: left;
  margin-left: 5px;
}
#contact-p div a:hover {
  left: -130px;
}
#contact-p div img {
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-top: 6px;
}
#contact-p div .ac {
  display: none;
  position: absolute;
  left: -184px;
  bottom: 44px;
}
#contact-p div:hover .ac {
  display: block;
  width: 180px;
  height: 180px;
}
#contact-p .gototop {
  display: none;
}
