@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) {
}
.clear {
  clear: both;
}
.w {
  width: 1136px;
  margin: 0 auto;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.red {
  color: #ff7791;
}
.blue {
  color: #0d3192;
}
.green {
  color: #2ab77d;
}
/*移动下拉上拉样式*/
.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;
  height: 125px;
}
.header .top {
  width: 100%;
  height: 30px;
  background: #3A3D42;
}
.header .top .tel {
  width: 1200px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: right;
  margin: 0 auto;
}
.header .cont {
  width: 100%;
  height: 95px;
  background: #f5f5f5;
}
.header .cont .menu {
  width: 1200px;
  height: 95px;
  margin: 0 auto;
}
.header .cont .menu .logo {
  float: left;
  width: 260px;
  height: 65px;
  margin-top: 15px;
}
.header .cont .menu ul {
  float: right;
  width: 860px;
  height: 65px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.header .cont .menu ul li {
  padding: 10px 16px;
  height: 60px;
}
.header .cont .menu ul li a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-size: 16px;
}
.header .cont .menu ul li a span {
  display: block;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
}
.header .cont .menu ul .active {
  background: #D21111;
}
.header .cont .menu ul .active a {
  color: #fff;
}
.header .cont .menu ul li:hover {
  background: #D21111;
}
.header .cont .menu ul li:hover a {
  color: #fff;
}
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  height: 600px;
  background: url(/images/banner.jpg) center center no-repeat;
}
.banner_text {
  width: 100%;
  height: 0;
}
.banner_text .banner_dw {
  width: 100%;
  height: 0;
  position: relative;
}
.banner_text .banner_dw .zy_text {
  width: 300px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: -490px;
  font-size: 28px;
  color: #fff;
  font-weight: bolder;
  text-shadow: 5px 5px 5px #666;
  text-align: center;
}
.banner_text .banner_dw .zy_text span {
  background: #037077;
  padding: 10px 20px;
}
.banner_text .banner_dw .dw_text {
  width: 1000px;
  height: 90px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: -390px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: -webkit-flex;
}
.banner_text .banner_dw .dw_text span {
  display: block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50px;
  height: 260px;
  font-size: 28px;
  color: #fff;
  font-weight: bolder;
  text-shadow: 5px 5px 5px #666;
  line-height: 1.3;
  width: 30px;
  background: #037077;
  padding: 10px;
  margin-right: 120px;
}
.banner_text .banner_dw .dw_text span:nth-child(6) {
  margin-right: 0;
}
.aboutus {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  height: 500px;
  text-align: center;
  background: #F5F5F5;
}
.aboutus ul {
  width: 1075px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.aboutus ul li {
  float: left;
}
.news {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .nbox {
  width: 335px;
  height: auto;
  overflow: hidden;
  display: block;
}
.news .nbox img {
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}
.news .nbox p:nth-child(2) {
  font-size: 16px;
  height: auto;
  max-height: 30px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
}
.news .nbox p:nth-child(3) {
  font-size: 12px;
  height: 60px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  color: #666;
}
.news .nbox:hover p:nth-child(2) {
  text-decoration: underline;
}
.container .w .notary {
  margin-top: 50px;
}
.container .w .notary h2 {
  margin: 0 auto;
  text-align: center;
}
.container .w .notary label {
  background: url(/images/p.png);
  width: 1136px;
  height: 64px;
  margin: 10px 0 20px 0;
  display: block;
}
.container .w .notary ul li {
  float: left;
  border: 1px solid #67686b;
  width: 168px;
  text-align: center;
  margin-right: 19px;
  height: 365px;
}
.container .w .notary ul li.li-last {
  margin: 0;
}
.container .w .notary ul li p {
  text-align: left;
  margin: 15px;
}
.container .w .notary ul li i {
  background: url(/images/icon01.png) center top no-repeat;
  text-align: center;
  display: block;
  margin: 30px auto 0px auto;
  width: 90px;
  height: 76px;
  background-size: 60px 56px;
}
.container .w .notary ul li i.li1 {
  background-position: 0 0;
  width: 79px;
}
.container .w .notary ul li i.li2 {
  background-position: -179px 0;
}
.container .w .notary ul li i.li3 {
  background-position: -343px 0;
}
.container .w .notary ul li i.li4 {
  background-position: -524px 0;
}
.container .w .notary ul li i.li5 {
  background-position: -714px 0;
  width: 60px;
}
.container .w .notary ul li.on i.li1 {
  background-position: 0 -163px;
  width: 75px;
}
.container .w .notary ul li.on i.li2 {
  background-position: -182px -167px;
}
.container .w .notary ul li.on i.li3 {
  background-position: -358px -176px;
}
.container .w .notary ul li.on i.li4 {
  background-position: -525px -172px;
}
.container .w .notary ul li.on i.li5 {
  background-position: -716px -163px;
}
.container .w .notary ul li h3 {
  color: #333;
}
.container .w .notary ul li a.botton {
  background: url(/images/icon1.png) -865px 0;
  display: block;
  width: 123px;
  height: 24px;
  text-align: center;
  margin: 0 auto 20px auto;
  line-height: 24px;
}
.container .w .notary ul li.on a.botton {
  background-position: -869px -215px;
  color: #fff;
}
.container .w .about ul li {
  float: left;
  width: 312px;
  height: 476px;
  text-align: center;
  border-bottom: 2px solid #bababa;
  margin-right: 93px;
  padding-bottom: 10px;
}
.container .w .about ul li a.more {
  display: block;
  background: url(/images/icon8.png) no-repeat;
  width: 313px;
  height: 28px;
  line-height: 28px;
  text-align: right;
  color: #fff;
  padding-right: 10px;
}
.container .w .about ul li a.more:hover {
  color: #0d3192;
}
.container .w .about ul li i {
  background: url(/images/icon2.png) no-repeat;
  display: block;
  margin: 60px auto 20px auto;
  width: 66px;
  height: 53px;
}
.container .w .about ul li.li1 i {
  background-position: 0 0;
}
.container .w .about ul li.li2 i {
  background-position: -133px 0;
}
.container .w .about ul li.li3 i {
  background-position: -242px 0;
}
.container .w .about ul li.li1 p {
  margin: 10px 0;
  text-align: left;
  text-indent: 2em;
  line-height: 24px;
}
.container .w .about ul li.li2 {
  position: relative;
  padding-bottom: 8px;
}
.container .w .about ul li.li2 p {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
}
.container .w .about ul li.li2 p span {
  text-align: left;
  display: inline-block;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .w .about ul li.li2 p label {
  float: right;
}
.container .w .about ul li.li3 {
  margin: 0;
}
.container .w .about ul li.li3 h3.title {
  font-size: 14px;
  text-align: left;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
}
.container .w .about ul li.li3 p {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
}
.container .w .about ul li.li3 p span {
  text-align: left;
  display: inline-block;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .w .about ul li.li3 p label {
  float: right;
}
/* .container .w .about ul li.li3 h3.title{font-size:14px;text-align:left}
.container .w .about ul li.li3 h3.title i{background-position:-75px -116px;width:49px;height:22px;line-height:22px;text-align:center;color:#fff;display:inline-block;margin:12px 0} */
.container .w .about ul li.li3 h3.title span {
  float: left;
  text-align: left;
  display: inline-block;
  max-width: 255px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .w .about ul li.li3 h3.title i {
  float: left;
  background-position: -75px -116px;
  width: 49px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-weight: normal;
}
.container .w .map {
  text-align: center;
  margin: 20px auto;
  overflow: hidden;
}
.container .w .map h2 {
  margin: 30px 0 10px 0;
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.container .w .map p.border {
  background: url(/images/icon2.png) no-repeat -16px -85px;
  width: 288px;
  height: 11px;
  margin: 0 auto 15px auto;
}
.container .w .map p {
  font-size: 14px;
}
.container .w .map p.addr {
  font-size: 14px;
  margin: 20px 0 10px 0;
  clear: both;
  width: 100%;
  float: left;
}
.container .w .map p.tel {
  font-size: 24px;
  margin-bottom: 20px;
}
.container .w .map img {
  margin: 0 auto;
}
.container .w a {
  color: #000;
}
#footer {
  background: #25282d;
  color: #abacae;
  overflow: hidden;
}
#footer .w {
  width: 100%;
}
#footer .footer_nav {
  border-bottom: 1px solid #35393f;
  height: 40px;
}
#footer .bottom_nav {
  margin: 20px auto;
  width: 990px;
}
#footer .bottom_nav ul li {
  float: left;
  width: 115px;
  text-align: center;
}
#footer .bottom_nav ul li a {
  color: #abacae;
}
#footer .bottom_nav ul li a:hover {
  color: #fff;
}
#footer .bottom_nav ul li.spacer {
  width: 2px;
  height: 12px;
  background: url(/images/icon2.png) no-repeat -138px -121px;
  margin-top: 4px;
  padding-right: 7px;
}
#footer .copyright {
  position: relative;
}
#footer .copyright p {
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
}
#footer .copyright p.b {
  font-size: 24px;
  margin-top: 30px;
}
#footer .copyright p.pic {
  background: url(/images/icon2.png) no-repeat -151px -112px;
  height: 26px;
  width: 150px;
  margin: 20px auto;
}
#footer .go_top {
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
#footer .go_top:hover {
  color: #2ab77d;
}
.container {
  width: 1136px;
  margin: 0 auto;
}
.wrapper-1 {
  overflow: hidden;
  margin-top: 35px;
}
.wrapper-1 .check-mark-img {
  float: left;
  height: 165px;
  width: 236px;
  background: url(/images/check-mark.png) no-repeat 0 0;
  margin-left: 100px;
}
.wrapper-1 h2.title {
  float: left;
  width: 700px;
  height: 50px;
  line-height: 50px;
  color: #00beff;
  font-size: 20px;
  font-weight: normal;
  padding-left: 30px;
  border-bottom: 4px solid #00BEFF;
}
.wrapper-1 .main {
  float: left;
  padding-top: 20px;
  padding-left: 30px;
  line-height: 28px;
  font-size: 14px;
}
.wrapper-2 {
  clear: both;
  margin-top: 100px;
  margin-bottom: 80px;
  overflow: hidden;
}
.wrapper-2 span {
  float: left;
  margin-left: 200px;
}
.wrapper-2 .onlinePayment {
  float: left;
  height: 110px;
  width: 205px;
  background: url(/images/onlinePayment.png) no-repeat center;
  border: 2px solid #E6E6E6;
  margin-left: 55px;
}
.wrapper-2 .zhifubao {
  float: left;
  height: 110px;
  width: 205px;
  background: url(/images/zhifubao.png) no-repeat center;
  border: 2px solid #E6E6E6;
  margin-left: 60px;
}
.contact-box {
  display: flex;
  position: relative;
  text-align: left;
  margin: 30px auto;
}
.contact-l {
  width: 37%;
}
.contact-info {
  line-height: 40px;
  color: #000;
  width: 100%;
}
.contact-info span {
  font-weight: bold;
}
.contact-r {
  width: 63%;
  display: flex;
  justify-content: right;
}
.contact-qrcodeBox {
  width: 660px;
  float: right;
  margin: 0px auto;
}
.contact-qrcode {
  width: 200px;
  height: 200px;
}
.contact-qrTip {
  height: 50px;
  text-align: center;
}
.contact-fixedLine {
  display: none;
  width: 2px;
  height: 250px;
  position: absolute;
  left: 70%;
  top: 10px;
  background: #eee;
}
.container .content {
  margin: 0 auto;
  width: 880px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  min-height: 600px;
}
.container .content h2 {
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  margin: 5px;
}
.container .content .word {
  margin: 20px 0;
}
.container .content .word p {
  text-indent: 2em;
  line-height: 24px;
  margin: 0 30px 20px 30px;
}
.container .content .word p.blue {
  text-indent: 0;
}
.container .content .word p.p {
  text-indent: 0;
  margin-left: 20px;
}
.container .content .word h3 {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.container .content .word .directory ul li {
  border-bottom: 1px dashed #eaeaea;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.container .content .word .directory ul li label {
  float: right;
}
/*.container .w{margin:20px auto}*/
.container {
  width: 1136px;
  margin: 0 auto;
}
/*閫氱敤褰撳墠浣嶇疆*/
.area {
  width: 1136px;
  background: #edebeb;
  height: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  margin: 0 auto;
}
.area h2 {
  font-size: 12px;
  font-weight: normal;
  margin-left: 40px;
}
.area h2 label {
  margin-right: 10px;
}
/*閫氱敤宸︿晶鑿滃崟*/
.menu-l {
  float: left;
  width: 234px;
  overflow: hidden;
  margin-right: 20px;
}
.menu-l h2 {
  background: url(/images/menuIcon.png) no-repeat 0 0;
  width: 234px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: relative;
}
.menu-l h2 i {
  background: url(/images/menuIcon1.png) no-repeat;
  width: 24px;
  height: 30px;
  display: inline-block;
  position: absolute;
  bottom: -19px;
  left: 105px;
}
.menu-l ul {
  border: 1px solid #eaeaea;
  border-bottom: 0;
  border-top: 0;
}
.menu-l li {
  border-bottom: 1px solid #eaeaea;
}
.menu-l li a {
  display: block;
  background: url(/images/menuIcon.png) -252px 0;
  color: #323232;
  width: 166px;
  height: 60px;
  line-height: 60px;
  padding-left: 66px;
}
.menu-l li a:hover,
.menu-l li.on a {
  background-position: -252px -79px;
  color: #ea281e;
}
.menu-l li.on a i,
.menu-l li a:hover i {
  background: url(/images/menuIcon.png) no-repeat 0 -120px;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-left: 15px;
}
.menu-l p {
  background: url(/images/menu-p.png);
  width: 234px;
  height: 297px;
}
/*閫氱敤鍙宠竟鍐呭*/
.container .content {
  margin: 0 auto;
  width: 880px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.container .content h2 {
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
}
.container .content .word {
  margin: 20px;
  min-height: 425px;
}
.container .content .word p {
  text-indent: 2em;
  line-height: 24px;
  margin-bottom: 20px;
}
.container .content .word p.blue {
  text-indent: 0;
}
.container .content .word p.p {
  text-indent: 0;
  margin-left: 20px;
}
.titile_ a {
  background: #0c3291;
  border: none;
  width: 150px;
  height: 35px;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
}
.abanner {
  width: 100%;
  margin: 0 auto;
  height: 340px;
  background: url(/images/01.jpg) top center no-repeat;
}
.bbanner {
  width: 100%;
  margin: 0 auto;
  height: 340px;
  background: url(/images/02.jpg) top center no-repeat;
}
.cbanner {
  width: 100%;
  margin: 0 auto;
  height: 340px;
  background: url(/images/03.jpg) top center no-repeat;
}
.dbanner {
  width: 100%;
  margin: 0 auto;
  height: 340px;
  background: url(/images/04.jpg) top center no-repeat;
}
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.order .order_cont {
  width: 1136px;
  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: #D21111;
  border-bottom: 3px solid #D21111;
  margin-bottom: 30px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  border-bottom: 5px solid #D21111;
}
.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: #D21111;
  margin-bottom: 30px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-bottom: 5px solid #D21111;
}
.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: #D21111 url(/images/icon02.png) 190px center no-repeat;
  background-size: 20px;
}
.order .order_cont .cont_left .order_ccto .action {
  color: #fff;
  background: #D21111 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;
  width: 100%;
}
.order .order_cont .cont_left li .fuMenu a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: #D21111 url(/images/xiala1.png) 210px center no-repeat;
  height: auto;
  line-height: 25px;
  text-align: left;
  float: left;
  padding: 15px 15px 15px 15px;
  width: 200px;
  border-bottom: #fff 2px solid;
}
.order .order_cont .cont_left li .fuMenu:hover {
  background: #D21111 url(/images/xiala1.png) 210px center no-repeat;
}
.order .order_cont .cont_left li .fuMenu:hover a {
  color: #fff;
}
.order .order_cont .cont_left li .current {
  background: #D21111;
  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;
  display: none;
}
.order .order_cont .cont_left li .div1 .zcd {
  color: #869fb1;
  width: 100%;
}
.order .order_cont .cont_left li .div1 .zcd a {
  display: block;
  color: #666;
  font-size: 14px;
  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:hover a {
  color: #FFF;
}
.order .order_cont .cont_left li .div1 .zcd a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #D21111;
  font-weight: bold;
}
.order .order_cont .cont_left li .removes {
  color: #0FB9EF !important;
  border-left: 3px solid #0FB9EF;
}
.order .order_cont .cont_right {
  width: 870px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-bottom: 100px;
  /*分页列表*/
}
.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: #D21111;
  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 .cont_right_cont {
  font-size: 14px;
  margin-top: 30px;
  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: #D21111;
  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 .ii_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .cont_right_cont .ii_list a {
  width: 100%;
  overflow: hidden;
  display: block;
  border-bottom: 1px dashed #eaeaea;
  height: 40px;
  line-height: 40px;
}
.order .order_cont .cont_right .cont_right_cont .ii_list a span {
  float: right;
}
.order .order_cont .cont_right .cont_right_cont .ii_list a:hover {
  color: #D21111;
}
.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: #D21111 1px solid;
}
.order .order_cont .cont_right .cont_right_cont .img_list .con_box:hover .con_title {
  color: #D21111;
}
.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: 22%;
  margin-right: 20px;
  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;
  text-align: left;
}
.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;
  text-align: right;
}
.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: #D21111;
  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: #D21111;
}
.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: 2!important;
  font-size: 16px!important;
  margin-top: 0px;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_cont h2 {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}
.order .order_cont .cont_right .cont_right_cont .news_show .news_cont img {
  max-width: 100%;
  margin: 15px auto;
  display: block;
}
.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: #D21111;
}
.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: #D21111;
  color: #fff;
}
.order .order_cont .cont_right .fpage .action {
  background: #D21111;
  color: #fff;
}
.order .order_cont .cont_right .pic_list .cbox {
  display: block;
  width: 240px;
  border: 1px solid #dbdbdb;
  padding: 8px;
  height: auto;
  overflow: hidden;
  float: left;
  padding-bottom: 15px;
  background: #f6f6f6;
  margin-right: 40px;
  margin-bottom: 30px;
  height: 500px;
}
.order .order_cont .cont_right .pic_list .cbox img {
  width: 240px;
  height: 360px;
}
.order .order_cont .cont_right .pic_list .cbox .p1 {
  font-size: 22px;
  font-weight: bold;
  color: #d49607;
  margin-bottom: 10px;
  padding: 12px 6px 0px;
}
.order .order_cont .cont_right .pic_list .cbox .p1 span {
  font-size: 16px;
  font-weight: initial;
  padding-left: 10px;
  color: #666;
  line-height: 30px;
}
.order .order_cont .cont_right .pic_list .cbox .p2 {
  font-size: 16px;
  line-height: 2.4;
  color: #333;
  padding: 0px 4px;
  font-weight: bold;
}
.order .order_cont .cont_right .pic_list .cbox .p3 {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  padding: 0px 4px;
}
.order .order_cont .cont_right .pic_list .cbox:nth-child(3n) {
  margin-right: 0;
}
.order .order_cont .cont_right .lvshow {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .order_cont .cont_right .lvshow .left {
  width: 47%;
  height: 400px;
  float: left;
  position: relative;
}
.order .order_cont .cont_right .lvshow .left .pic {
  width: 360px;
  height: 360px;
  background: #D3AD67;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.order .order_cont .cont_right .lvshow .left .img {
  width: 348px;
  height: 348px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 100;
  background-size: 100%!important;
  background-position: 0 -20px;
}
.order .order_cont .cont_right .lvshow .left .tui {
  width: 100px;
  height: 34px;
  position: absolute;
  bottom: 35px;
  left: 135px;
  z-index: 999;
}
.order .order_cont .cont_right .lvshow .right {
  width: 53%;
  height: 400px;
  float: left;
}
.order .order_cont .cont_right .lvshow .right .title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}
.order .order_cont .cont_right .lvshow .right .ftitle {
  font-size: 15px;
  color: #000;
  line-height: 2.6;
}
.order .order_cont .cont_right .lvshow .right .ftitle span {
  color: #a6a6a6;
  padding-right: 5px;
}
.order .order_cont .cont_right .lvshow .right .ftitle i {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
  background: #d2b387;
  color: #fff;
  text-align: center;
  margin-right: 13px;
}
.order .order_cont .cont_right .lvshow .right .htitle {
  display: none;
}
