/*
**************************
(C)2010-2014 phpMyWind.com
update: 2013-4-27 16:57:34
person: Adu
**************************
*/

/*通用样式*/
html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: '微软雅黑';
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

ul,
li {
  list-style-type: none;
}

a {
  color: #333;
  outline: none;
}

a,
a:visited {
  text-decoration: none;
  color: #333;
}

.cl {
  clear: both;
}

section,
nav,
header,
footer {
  display: block;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
select {
  vertical-align: middle;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #0093ff;
  text-decoration: none;
}

a:active {
  color: #0093ff;
  text-decoration: none;
}

.h {
  display: none;
  visibility: visible;
}

.c {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  visibility: visible;
}

.fix {
  *zoom: 1;
}

.fix:after {
  clear: both;
  content: '';
  display: table;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.width100 {
  width: 100%;
}

.f72 {
  font-size: 4.5rem;
}

.f60 {
  font-size: 3.75rem;
}

.f48 {
  font-size: 3rem;
}

.f36 {
  font-size: 2.25rem;
}

.f30 {
  font-size: 20px;
}

.f28 {
  font-size: 1.75rem;
}

.f26 {
  font-size: 1.625rem;
}

.f24 {
  font-size: 1.5rem;
}

.f22 {
  font-size: 1.375rem;
}

.f20 {
  font-size: 1.25rem;
}

p {
  margin-top: 10px;
  text-align: justify;
  font-size: 14px;
}

/*头部区域*/
.header {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.header .logo {
  width: 50%;
  margin: 10px 5px;
}

.header .logo img {
  width: 100%;
}

/*导航区域*/
.navside {
  width: 100%;
  height: 100%;
  background-color: #035ab7;
  display: flex;
  background-image: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1nJIEJI0NoJ1ORHIAdKOkMESV.jpg);
  background-repeat: repeat-x;
}

.navside ul {
  width: 100%;
  margin: 0px;
  float: left;
}

.navside li {
  width: 33%;
  line-height: 40px;
  font-size: 1em;
  text-align: center;
}

.navside li span {
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: block;
  float: left;
  border-right: 1px solid #1577da;
}

.navside li span a {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  display: block;
}

.navside li span .on {
  font-weight: normal;
  color: #fff;
  display: block;
}

/* banner */
.banner {}

.focus {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.focus .hd {
  width: 100%;
  height: 11px;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  text-align: center;
}

.focus .hd ul {
  display: inline-block;
  height: 5px;
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
}

.focus .hd ul .on {
  background: #a0c179;
}

.focus .bd {
  position: relative;
  z-index: 0;
}

.focus .bd li img {
  width: 100%;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1nJIEJI0NoJI5GI11oIukHKIZ.jpg) center center no-repeat;
}

.focus .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 取消链接高亮 */
}

/*about*/
.about {
  margin: 0px;
  padding: 3% 0;
  height: auto;
  width: 100%;
  background-color: #fff;
}

.about_title1 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
}

.about p {
  margin: 0px;
  padding: 0 5%;
  width: 90%;
  text-align: center;
  font-size: 14px;
  color: #000000;
}

.about p.more a {
  color: #161616;
  text-align: center;
  height: 30px;
  width: 50%;
  border: 1px solid #161616;
  font-size: 1.4rem;
  line-height: 30px;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 25%;
  margin-left: 25%;
  text-decoration: none;
}

.about_content p.more a:hover {
  text-decoration: none;
  transition: all 1s;
  color: #fff;
  text-decoration: none;
  background-color: #b5854d;
  border: 1px solid #b5854d;
}

p.brown {
  color: #b98c63;
  text-align: center;
}



.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_list dl {
  width: 46%;
  padding-right: 2.6333%;
  text-align: center;
  padding: 1% 2%;
}
.service_list dl dt{
  width: 100%;
}
.service_list dl dt{
  width: 100%;
}
.service_list dl dt a img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: solid 1px #dfdfdf;
}


.service_list dl.f {
  /* padding-left: 2.6333%; */
}

.service_list .t {
  line-height: 2.2;
  margin-top: 4%;
}

.service_list .t a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  align-content: center;
}

.f28 {
  font-size: 1.5rem;
}

.service_list .t a em {
  color: #ff6600;
  display: inline-block;
  padding-right: 2%;
  font-style: normal;
}

.service_list .spec a {
  color: #999999;
  line-height: 1.2;
}

.service_list .btn {
  width: 40.7609%;
  margin-top: 9%;
  margin: 6% auto 12% auto;
}

/* cases begin */
.case_list dl {
  float: left;
  width: 46%;
  position: relative;
  padding: 2%;
}

.case_list dd {
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1nJIEJI0NoIyOOIxqdIIMfIyVsDy1G.jpg) repeat;
  width: 100%;
  text-align: center;
  line-height: 2.5;
}

.case_list dd a {
  color: #333;
  font-size: 15px;
}

.case_info {
  width: 92%;
  margin: 5% auto;
}

.case_info h1 {
  color: #ff6600;
  line-height: 2;
}

.case_info .spec {
  color: #777777;
  line-height: 2;
}

.case_info .desc {
  color: #777777;
  line-height: 1.5;
  margin-top: 2%;
  margin-bottom: 2%;
}

.case_info .spec span {
  color: #000000;
}

.case_info .desc span {
  color: #000000;
}

/* cases end */

.news_f {
  width: 91.25%;
  margin: 0px auto;
}

.news_list {
  width: 91.25%;
  margin: 0px auto;
}

.news_list dl {
  margin-bottom: 5%;
  margin-top: 5%;
}

.news_list dl dt a {
  color: #333333;
  line-height: 2;
  display: block;
  background-color: #ede9e9;
  font-size: 14px;
}

.news_list dl dt a span {
  display: inline-block;
  background-color: #ca171d;
  color: #fff;
  width: 10%;
  text-align: center;
  margin-right: 2%;
}

.news_list dl dt.t {}

.news_list dl dt.t a {
  color: #191818;
}

.news_list dl dd {
  border-top: 1px solid #e0d5d5;

}

.news_list dl dd a {
  color: #8d7f7f;
  line-height: 1.6;
}

.news_list dl dd.spec {
  background-color: #efe7e7;
  color: #8d7f7f;
  padding: 3% 10%;
  font-size: 14px;
}

.btn_more {
  width: 28%;
  border: 1px solid #cedadb;
  margin: 5% auto;
  text-align: center;
}

.btn_more a {
  color: #ca171d;
  line-height: 2.2;
}

footer {
  background-color: #333;
  color: #fff;
  width: 100%;
  float: left;
  padding-bottom: 5%;
}

.foot_service {
  width: 86%;
  margin: 0px auto;
  padding-top: 3%;
}

.foot_contact {
  width: 86%;
  margin: 0px auto;
  padding-top: 3%;
  padding-bottom: 5%;
}

.foot_service li {
  float: left;
  width: 31%;
  margin-right: 2.8%;
  margin-bottom: 3%;
}

.foot_service li.last {
  margin-right: 0;
}

.foot_service li a {
  display: block;
  border: 1px solid #cccccc;
  color: #eee;
  line-height: 2.2;
  padding: 0px 4%;
  text-align: center;
}

.foot_service_t,
.foot_contact_t {
  line-height: 2.4;
}

.foot_service_t a,
.foot_contact_t a {
  color: #fff;
}

.foot_contact_list li {
  line-height: 1;
  color: #ffffff;
  padding: 2% 0px;
  font-size: 12px;

}

.foot_contact_list li a {
  color: #ffffff;
}

.foot_contact_list li div {
  width: 3.8%;
  max-width: 17px;
  display: inline-block;
  padding-right: 2%;
  margin-top: 0.5%;
}

nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  float: left;
  z-index: 9999;
}

nav li {
  width: 25%;
  float: left;
  max-width: 160px;
  position: relative;
  background-color: #035abb;
}

nav li img {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.langli dl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #035abb;
  display: none;
}

.langli dl a {
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  display: block;
  border-bottom: 1px #fff solid;
}

/*主题区域*/
.pubBox {
  border-top: solid 2px #5d99e2;
}

.pubBox .hd {
  height: 35px;
  line-height: 35px;
  background: #e9e9e9;
  border-bottom: solid 1px #dcdcdc;
}

.pubBox .hd h2 {
  width: 95%;
  padding-left: 10px;
  font-size: 1.125em;
  position: relative;
  text-align: left;
  font-weight: bold;
  color: #2d70c3;
}

.pubBox .ft {
  padding: 10px;
}

.pubBox .ft .info {
  line-height: 1.6em;
  color: #333;
  font-size: 1em;
}

.pubBox .ft .info img {
  width: 100%;
}

.pubBox .ft .list li {
  line-height: 2em;
  border-bottom: solid 1px #eceef0;
  box-shadow: 0 1px 1px #fbfbfb;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  white-space: normal;
  overflow: hidden;
  color: #333;
}

.pubBox .ft .img li {
  float: left;
  width: 33.3%;
}

.pubBox .ft .img li a {
  border: 1px solid #f5f5f5;
}

.pubBox .ft .img li img {}

.pubBox .ft .img2 li {
  display: flex;
  width: 42%;
  padding: 1%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.pubBox .ft .img2 li a.imgarea {
  display: block;
  border: 1px solid #f5f5f5;
}

.pubBox .ft .img2 li p {
  height: 40px;
  overflow: hidden;
  font-size: 14px;
}

.pubBox .ft .img2 li p a {
  color: #333;
}

.goChannel {
  height: 52px;
  line-height: 52px;
  text-align: center;
}

.goChannel span {
  height: 22px;
  line-height: 22px;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnJSSpJugOKSD.jpg) right 0px no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  color: #b3b5b9;
  padding-right: 27px;
  margin: 15px 0;
}

.goChannel span {
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnJSSpJzcrKO1RJ1L.jpg) right 0px no-repeat;
  background-size: 22px 22px;
}

/*页脚区域*/
.footer {
  background: #d3d7db;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.footer .copyRight {
  padding: 10px 15px;
  line-height: 24px;
  text-align: left;
  color: #a6aeb6;
}

.footer .topBtn a {
  width: 20px;
  height: 19px;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnEI1QTxIsID.jpg) no-repeat;
  background-size: 20px 19px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/*详细内容*/
.subCont {
  margin-top: 10px;
}

.subCont .title {
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
}

.subCont .continfo {
  width: 100%;
  text-align: center;
  margin: 15px auto;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  color: #666;
}

.subCont .continfo span {
  color: #999;
}

.subCont .contimg {
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
  display: table;
}

.subCont .contimg a img {
  border: 1px solid #ccc;
  padding: 1px;
}

.subCont .contimg a:hover img {
  border: 1px solid #999;
  padding: 1px;
  background: #b1d8f3;
}

.subCont .conttxt {
  color: #333;
}

/*内容分页*/
.contPage {
  height: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  font-family: 'Arial Black';
  font-size: 10px;
  margin: 20px 0 10px;
}

.contPage a {
  display: inline-block;
  color: #898989;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  text-align: center;
  padding: 0 8px;
  margin: 0 1px;
}

.contPage a.on {
  color: #fff;
  border: 1px solid #898989;
  background: #898989;
}

/*列表分页*/
.page_info {
  text-align: center;
  margin: 10px 0;
  font-weight: normal;
  font-size: 13px;
  color: #666;
}

.page_info span {
  padding: 0 2px;
  font-weight: normal;
  font-size: 13px;
  color: #666;
}

.page_list {
  height: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  font-family: 'Arial Black';
  font-size: 10px;
  margin: 20px 0 10px;
}

.page_list a {
  display: inline-block;
  color: #898989;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  text-align: center;
  padding: 0 8px;
  margin: 0 1px;
}

.page_list a.on {
  color: #fff;
  border: 1px solid #898989;
  background: #898989;
}

.in-wrap {
  float: left;
  width: 100%;
}

.in-top h1 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 25px 0 0 0;
}

.in-top h1 a {
  color: #ffffff;
}

.in-top h2 {
  width: 6%;
  height: 1px;
  margin: 10px auto 0 auto;
  background: #fff;
}

.in-menu {
  text-align: center;
  overflow: hidden;
  padding: 8px 0 15px 0;
  /*float: left;*/
  margin: 0 auto;
}

.in-menu a {
  display: block;
  width: 23%;
  height: 30px;
  line-height: 30px;
  max-width: 120px;
  margin: 0 1%;
  color: #000;
  float: left;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHtRQUHEoIt.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 10px;
  font-size: 14px;
}

.in-menu a:on,
.in-menu a:hover {
  color: #e6c16a;
  background-image: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHtRNUHEoIt.jpg);
}

.in-menu1 {
  text-align: center;
  overflow: hidden;
  padding: 8px 0 15px 0;
  /*float: left;*/
  margin: 0 auto;
}

.in-menu1 a {
  display: block;
  width: 40%;
  height: 30px;
  line-height: 30px;
  margin: 0 5%;
  color: #000;
  float: left;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHtRQUHEoIt.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 10px;
  font-size: 14px;
}

.in-menu1 a:on,
.in-menu1 a:hover {
  color: #e6c16a;
  background-image: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHtRNUHEoIt.jpg);
}

.in-menu2 {
  text-align: center;
  overflow: hidden;
  padding: 8px 0 15px 0;
  /*float: left;*/
  margin: 0 auto;
}

.in-menu2 a {
  display: block;
  width: 27%;
  height: 30px;
  line-height: 30px;
  margin: 0 3%;
  color: #000;
  float: left;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHtRQUHEoIt.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
}

.in-menu2 a:on,
.in-menu2 a:hover {
  color: #e6c16a;
  background-image: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHtRNUHEoIt.jpg);
}

.pro-top {
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHu9LD1Z.jpg) no-repeat center top;
  background-size: 100% auto;
}

.pro-con {
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
}

.pro-con a {
  display: block;
  width: 44%;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHtROUHEoIt.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 10px 0;
  box-shadow: 0px 1px 2px #c9c5be;
}

.pro-con a:hover {
  background-image: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnDHOpKyOFEu5JHtRTUHEoIt.jpg);
}

.pro-con a.fl {
  margin: 10px 1% 0 4%;
}

.pro-con a.fr {
  margin: 10px 4% 0 1%;
}

.pro-con a .img {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.pro-con a .img img {
  max-width: 100%;
}

.pro-con a p {
  margin-top: 6px;
  color: #8e001f;
}

.btn {
  font-size: 14px;
  width: 93%;
  height: 34px;
  line-height: 34px;
  color: #e6c16a;
  background: #97001d;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

p.brown {
  color: #b98c63;
  text-align: center;
}

/*新闻列表*/
.pubBox {
  border-top: solid 2px #b61f0d;
  background-color: #fff;
  margin: 0px 15px;
}

.pubBox .hd {
  height: 35px;
  line-height: 35px;
  background: #e9e9e9;
  border-bottom: solid 1px #dcdcdc;
}

.pubBox .hd h2 {
  width: 95%;
  padding-left: 10px;
  font-size: 1.125em;
  position: relative;
  text-align: left;
  font-weight: bold;
  color: #2d70c3;
}

.pro-info {
  margin: 0 4%;
}

.pro-info .img {
  background: #fff;
  margin-top: 10px;
  box-shadow: 0px 1px 2px #c9c5be;
}

.pro-info .tit {
  font-size: 16px;
  color: #8e001f;
  border-bottom: 2px solid #999999;
  padding: 6px 0;
}

.pro-info .con {
  padding: 20px 0;
}

.btnbox {
  clear: both;
  overflow: hidden;
  margin: 20px 5px;
}

.btnbox a {
  width: 45%;
  height: 34px;
  line-height: 1em;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.btnbox a i {
  line-height: 34px;
  font-style: normal;
}

.btnbox a img {
  height: 14px;
  margin-top: 6px !important;
}

.btnbox a.btn1 {
  float: left;
  background: #ddb149;
  /*background-size: auto 50%;*/
}

.btnbox a.btn2 {
  float: right;
  background: #97001d;
}

.con-top {
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnHy1qDSEFEu5JHu9LD1Z.jpg) no-repeat center top;
  background-size: 100% auto;
}

.con-con {
  margin: 0 4%;
}

.con-con .img,
.con-con .img img {
  display: block;
  width: 100%;
}

.con-con .img {
  margin-top: 20px;
}

.con-con .txt {
  padding: 20px 0;
}

.con-con .tmall,
.con-con .tmall img {
  clear: both;
  display: block;
  width: 120px;
  height: 25px;
}

.con-con .tmall {
  padding-bottom: 20px;
}

.bra-top {
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnH0OFJyRpHSDnK0SI.jpg) no-repeat center top;
  background-size: 100% auto;
}

.bra-con {
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
}

.bra-con a {
  display: block;
  width: 44%;
}

.bra-con a.fl {
  margin: 10px 1% 0 4%;
}

.bra-con a.fr {
  margin: 10px 4% 0 1%;
}

.bra-con a i {
  display: block;
  border: 4px solid #97001d;
}

.bra-con a img {
  display: block;
  width: 100%;
  height: 100%;
}

.bra-con a p {
  margin-top: 6px;
  color: #8e001f;
  height: 42px;
}

.pho-con {
  overflow: hidden;
  min-height: 200px;
  margin-top: 0;
  margin-right: 0%;
  margin-bottom: 0;
  margin-left: 0%;
}

.pho-con .list a {
  display: block;
  background: #fff;
  padding: 2%;
  box-shadow: 0px 1px 2px #c9c5be;
  float: left;
  height: auto;
  width: 96%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.pho-con .tit {
  font-size: 16px;
  color: #97001d;
  width: 100%;
}

.pho-con .time {
  color: #888;
  margin: 0px;
  padding: 0px 0 0px 0;
  float: left;
  width: 100%;
  font-size: 12px;
}

.pho-con .con {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.pubBox .con table {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.pho-con .con img {
  width: 100%;
  object-fit: cover;
}

.pho-con .con p {
  padding: 0;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.pho-con .con td p{
  text-align: center !important;
}
.pho-con .con h3 {
  padding: 2% 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
}

.pho-con .more {
  font-size: 1.2rem;
  color: #666;
}

.pho-info {
  margin: 0 4%;
}

.pho-info .tit {
  font-size: 16px;
  color: #97001d;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}

.pho-info .time {
  color: #888888;
}

.pho-info .con {
  padding: 20px 0 0 0;
}

.pho-info .con img {
  max-width: 100%;
  padding: 20px 0 0 0;
}

.prevbox {
  background: #fff;
  padding: 20px 4%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.prevbox a {
  color: #666666;
  display: block;
}

.video-con a i {
  position: relative;
}

.video-con a i b {
  width: 100%;
  height: 100%;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnE1gKHIbsDy1G.jpg) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cul-con {
  padding: 20px 4%;
  background: #fff;
}

.cul-con img {
  max-width: 100%;
}

.into-top {
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnJSkUJkgoDyD.jpg) no-repeat center top;
  background-size: 100% auto;
}

.com-con {
  background: #f3efe6;
}

.tcbg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  display: none;
}

.bigimg {
  width: 90%;
  position: fixed;
  left: 5%;
  top: 8%;
  z-index: 32;
  display: none;
  text-align: center;
  padding-bottom: 35px;
}

.bigimg img {
  max-width: 100%;
  max-height: 100%;
}

.close {
  width: 20px;
  height: 20px;
  background: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1rJ1qLKyLoKSkGISRnHy5pE1NsDy1G.jpg) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 34;
}

/* 关于品牌口号区 */
.brand {
  background: #f5f7fa url('../images/brand_bg.jpg') repeat center center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.brandinfo {
  max-width: 96%;
  margin: 20px auto 0px;
  padding: 2%;
}

.brandt {
  width: 100%;
  margin: 0 auto;
}

.brandinfo h2 {
  margin: 0 5px;
  color: #ca171d;
  font: 2em '微软雅黑';
}

.brandinfo h3 {
  margin: 0 5px;
  color: #7a8799;
  font: normal 1.3em '微软雅黑';
}

.brandteg {
  margin: 5px 5px 0;
  color: #b0b6bf;
  font: normal 0.6em '微软雅黑';
  text-transform: uppercase;
}

.brandlist {
  margin: 30px 0 0;
  overflow: hidden;
}

.brandlist ul {
  width: 100%;
  margin: 0 auto;
}

.brandlist ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.brandinfo ul li h3 {
  color: #fff;
  font: 1.6em '微软雅黑';
  text-align: left;
}

.brandlist ul li p {
  margin: 10px 0 0;
  font-size: 14px;
  font: 1em/150% '微软雅黑';
}

.brandlistinfo {
  display: block;
  margin: 0 5px 0;
  min-height: 150px;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  transition: background 0.5s;
}

.brandon {
  border-left: 2px solid #5fbf5f;
}

.brandbg1 {
  background: #5fbf5f;
}

.brandbg2 {
  background: #52cca3;
}

.brandbg3 {
  background: #6c90d9;
}

.brandbg4 {
  background: #d96c6c;
}

.culture {
  background: url('/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1nJIEJI0NoINRTUI5SIt.jpg') no-repeat center;
}

.culture .about_cont:first-child {
  border: 0;
}

.about_title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 32px;
}

.about_cont {
  width: 96%;
  position: relative;
  padding: 2%;
}

.about_cont h2 {
  font-size: 26px;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}

.about_cont h4 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  background: url('/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1nJIEJI0NoINROUI5SIt.jpg') no-repeat left bottom;
  padding-bottom: 8px;
  margin-bottom: 30px;
  white-space: nowrap;
}

.about_cont .text {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.about_cont li {
  margin-bottom: 14px;
  width: 300px;
  float: left;
}

.about_cont li span {
  background: #4bcdd9;
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
  margin-right: 8px;
  line-height: 12px;
  *padding: 2px 4px;
}

.about_cont .text .p1,
.about_cont .text .p2,
.about_cont .text .p3,
.about_cont .text .p4 {
  font-size: 15px;
  font-weight: bold;
}

.about_cont .text .p1 {
  color: #e08181;
}

.about_cont .text .p2 {
  color: #4bcdd9;
}

.about_cont .text .p3 {
  color: #eab055;
}

.about_cont .text .p4 {
  color: #a6d250;
}

.about_cont .text .p5 {
  color: #6c90d9;
}

.qualification .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qualification .content .item {
  width: 49%;
}

.qualification .content .item img {
  width: 100%;
}

.contact-container .info-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: .3rem;
}

.contact-container .icon {
  width: 20px;
  height: 20px;
}

.contact-container .icon svg {
  width: 100%;
  height: 100%;
}

.contact-container .wechat-qrcode {
  margin-bottom: 0;
}

.contact-container .wechat-qrcode img {
  width: 30% !important;
}

.index_pro {
  width: 96%;
  margin: auto;
  height: auto;
  overflow: visible;
  padding: 2%;
}

.index_pro h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  color: #f17b00;
  background-image: url(/EIcJJIOPUI5EKRWoE1SdKS1EKIyHUHAOI11oHOgOIS9QJSESI0NoHIEHHxSMEE1nJIEJI0NoDIuTK1SdH1HqESgJ.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.index_pro ul li {
  width: 46%;
  float: left;
  padding: 1%;
}

.index_pro ul li dl {
  width: 100%;
  padding: 2%;
  margin: 0;
}

.index_pro ul li dl dt {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index_pro ul li dl dt img {
  width: 100%;
  height: 100%;
}

.index_pro ul li dl dd {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.index_pro ul li dl dd h3 {
  line-height: 40px;
  height: 40px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}

.index_pro ul li dl dd a {
  color: #333;
}

.index_pro ul li dl dd a:hover {
  color: #ca171d;
}

.kehu_img {
  width: 94%;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
}

.kehu_img dl {
  width: 45%;
  float: left;
  margin: 1%;
  text-align: center;
}

.kehu_img dl dt {
  text-align: center;
}

.kehu_img dl dt img {
  width: 90%;
  padding: 1px;
}

/* index classtitle */
.titleinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 15px 0;
  position: relative;
}

.titleinfo .classtitle {
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: 6px;
}

.titleinfo .classtitle i {
  font-style: normal;
  margin: 0 10px;
}

.titleinfo .classtitle .classtitle_f {
  color: #004a9d;
}

.titleinfo .classtitle .classtitle_s {
  color: #ca171d;
}

.titleinfo .engtitle {
  text-transform: uppercase;
  color: #999999;
}

.titleinfo .chititle {
  font-size: 14px;
  letter-spacing: 1.4px;
}

.titleinfo::before {
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background: #000;
  position: absolute;
  bottom: 0;

}

.img2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* onlinemes */
.postmes {
  width: 90%;
  height: 330px;
  margin: 15px auto;
  background: #fff;
  position: relative;
  display: flex;
  justify-self: center;
  align-items: center;
  justify-content: space-around;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(204 204 204);
}

.postmes img {
  width: 100%;
}

.postmes form {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}

.form_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 35px;
}

.form_layout h3 {
  display: block;
  font-size: 25px;
  color: #333;
  margin-bottom: 20px
}

.form_layout .tinlayout {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.form_layout .textinput {
  width: 100%;
  height: 30px;
  padding: 20px;
  margin: 10px 0;
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  outline: medium;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form_layout textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  resize: none;
  margin: 10px auto;
  font-size: 14px;
  font-family: inherit;
  line-height: 50px;
}

.form_layout #mess-btn {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #004a9d;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  margin-top: 15px
}
.space{
  margin: 30px auto;
}
/* 分页器 */
.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px 0;
}
.page-item{
  padding: 0 10px;
}
.page-item span{
  color: #666;
}
.page-item a{
  color: #000;
}

.con table{
  border-collapse: collapse;
  max-width: 100%;
  white-space: initial !important;
}
.con table tbody{
  width: 100% !important;
}
.con table,tr,td{
  border:1px solid #333;
}
.con p span {
  white-space: initial !important;
}
.con img {
  width: 100% !important;
  height: auto !important;
}
.info .info-item:nth-child(1){
  font-size: 14px;
  font-weight: 700;
}
.contact-box{
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  border-bottom:1px solid #f5f5f5 ;
}
.contact-box-img{
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-container{
  width: 65%;
}
.contact-box-img img{
  width: 50%;
}
<!--耗时0.00054192543029785秒-->