*{font-family:"Microsoft Yahei";}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wapper {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.udceter {max-width: 100%;
  vertical-align: middle;
}
.block-head {
  text-align: center;
}
.block-head .title {
  color: #111;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.block-head .info {
  color: #bbb;
  font-size: 12px;
  line-height: 25px;
}
.eli {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  height: 90px;
  background-color: #fff;
}
.header .logo {
  line-height: 90px;
}
.header .tel {
  text-align: right;
  color: #cc333f;
  font-size: 16px;
  margin-top: 10px;
}
.header .tel .tel {
  width: 12px;
  height: 15px;
  display: inline-block;
  background: url(../images/icon.png) no-repeat;
  margin-right: 10px;
}
.header .nav {
  list-style-type: none;
  font-size: 0;
  text-align: right;
  margin-top: 14px;
}
.header .nav > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
  line-height: 26px;
  position: relative;
}
.header .nav > li > a {
  color: #333;
}
.header .nav > li > .childnav {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border-radius: 3px;
  width: 90px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  left: 5px;
  display: none;
}
.header .nav > li > .childnav a {
  color: #333;
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.header .nav > li > .childnav a:hover {
  background-color: #ccc;
}
.header .nav > li:hover .childnav {
  display: block;
}
.banner .slide-item {
  height: 600px;
  width: 100%;
  display: block;
  background-size: auto 100%;
  background: transparent center center no-repeat;
}
.detailban .slide-item {
  height: 400px;
  width: 100%;
  display: block;
  background-size: auto 100%;
  background-position: center center;
}
.type-center {
  padding: 46px 0;
  background-color: #f7f1f2;
}
.type-center .type-item {
  width: 25%;
  text-align: center;
  float: left;
}
.type-center .type-item .item-logo {
  line-height: 115px;
}
.type-center .type-item .title {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
}
.type-center .type-item .title a {
  color: #333;
}
.type-center .type-item .title a:hover {
  color: #cc333f;
}
.type-center .type-item .desc {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 25px;
  margin-top: 15px;
  padding: 0 20px;
}
.special {
  padding: 60px 0;
  background-color: #fff;
}
.special .block-head {
  margin-bottom: 35px;
}
.special .special-list .li {
  width: 250px;
  margin-bottom: 26px;
  border-bottom: 4px solid #e7d3d4;
  background-color: #f8f1f1;
}
.special .special-list .li:nth-child(4n) {
  margin-right: 0;
}
.special .special-list .special-img {
  line-height: 190px;
  height: 190px;
  overflow: hidden;
  text-align: center;
}
.special .special-list .special-img .udcenter {
  width: 100%;
}
.special .special-list .name {
  text-align: center;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0;
}
.cooperation {
  height: 340px;
  background: url(../images/friendbg.png) center center no-repeat;
}
.cooperation .block-head {
  padding-top: 50px;
  margin-bottom: 50px;
}
.cooperation .title {
  color: #fff;
}
.cooperation .coop-list {
  font-size: 0;
  text-align: center;
}
.cooperation .coop-list .coop-item {
  width: 20%;
  display: inline-block;
  line-height: 90px;
}
.cp {
  background-color: #fff;
  padding: 70px 0 80px;
}
.cp .cp-info {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 60px;
}
.cp .cp-all {
  width: 470px;
}
.cp .cp-all .name {
  font-size: 28px;
  color: #000;
  margin-bottom: 25px;
}
.cp .cp-all .info {
  font-size: 14px;
  color: #8f8e8e;
  line-height: 30px;
}
.cp .cp-all .info p {
  margin-bottom: 15px;
}
.cp .cp-all .more {
  font-size: 14px;
  color: #cc333f;
}
.cp .cp-pic > img {
  max-width: 490px;
}
.cp .cp-news {
  padding: 60px 0 0 0;
}
.cp .news-container {
  width: 480px;
  height: 290px;
  margin: 0 0 0 0;
}
.cp .news-container .swiper-slide {
  position: relative;
}
.cp .news-container .new-item {
  display: block;
  height: 290px;
  text-align: center;
}
.cp .news-container .new-item > img {
  max-width: 100%;
}
.cp .news-container .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  z-index: 10;
  text-align: left;
}
.new-row {
  width: 520px;
}
.new-row .row-item {
  border-bottom: 1px dashed #c8c8c8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.new-row .row-item .time {
  float: left;
  width: 90px;
  text-align: center;
  color: #969696;
}
.new-row .row-item .time .day {
  font-size: 52px;
}
.new-row .row-item .time .month {
  font-size: 14px;
}
.new-row .row-item .row-right {
  margin-left: 105px;
}
.new-row .row-item .row-right .title {
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 5px;
}
.new-row .row-item .row-right .desc {
  font-size: 14px;
  color: #8f8e8e;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-row .row-item:hover {
  background-color: #cc333f;
}
.new-row .row-item:hover .time,
.new-row .row-item:hover .title,
.new-row .row-item:hover .desc {
  color: #fff;
}
.footer {
  background-color: #cc333f;
  padding: 55px 0 100px;
}
.footer .foot-h {
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
}
.footer .infos {
  width: 220px;
}
.footer .links {
  font-size: 0;
  padding: 15px 0 0 0;
}
.footer .links .link-item {
  font-size: 12px;
  color: #fff;
  padding-left: 15px;
  background: url(../images/select.png) left center no-repeat;
  width: 95px;
  display: inline-block;
  line-height: 35px;
}
.footer .center-map {
  margin-left: 55px;
  width: 360px;
}
.footer .contact {
  width: 395px;
}
.footer .info-cont {
  padding-top: 15px;
  position: relative;
}
.footer .info-cont > p {
  line-height: 25px;
  color: #fff;
  font-size: 14px;
}
.footer .info-cont .row-icon {
  font-size: 0;
  margin-top: 20px;
}
.footer .info-cont .row-icon .item {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url(../images/iocn.png) no-repeat;
}
.footer .info-cont .row-icon .item + .item {
  margin-left: 13px;
}
.footer .info-cont .row-icon .wb {
  background-position: 0 0;
}
.footer .info-cont .row-icon .qq {
  background-position: -50px 0;
}
.footer .info-cont .row-icon .qqwb {
  background-position: -100px 0;
}
.footer .info-cont .row-icon .wx {
  background-position: -150px 0;
}
.footer .info-cont .showx {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 10;
}
.footer .info-cont .showx .wem {
  width: 100%;
}
.footer .info-cont .showx .name {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
.foot-power {
  background-color: #333333;
  overflow: hidden;
}
.foot-power .power,
.foot-power .js {
  font-size: 12px;
  color: #fff;
  line-height: 65px;
}
.main {
  padding: 50px 0;
}
.main .leftnav {
  width: 250px;
}
.main .leftnav .nav-name {
  text-align: center;
  line-height: 80px;
  background-color: #cc333f;
  color: #fff;
  font-size: 24px;
}
.main .leftnav .panel-navs {
  list-style-type: none;
  padding: 12px;
  border: 1px solid #e9e9e9;
}
.main .leftnav .panel-navs li {
  line-height: 36px;
  border-bottom: 1px dashed #e9e9e9;
  padding-left: 55px;
}
.main .leftnav .panel-navs a {
  color: #69696a;
  font-size: 14px;
}
.main .leftnav .panel-navs a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/select.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.main .leftnav .panel-contact {
  margin-top: 30px;
}
.main .rightdetail {
  width: 790px;
}
.main .rightdetail .de-head {
  line-height: 55px;
  border-bottom: 3px solid #ddd;
  position: relative;
}
.main .rightdetail .de-head .name {
  font-size: 20px;
  color: #cc333f;
}
.main .rightdetail .de-head .en {
  color: #2f2f2f;
  font-size: 28px;
  margin-right: 15px;
  border-bottom: 3px solid #cc333f;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -3px;
}
.main .rightdetail .de-head .pos {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.main .rightdetail .de-head .pos a,
.main .rightdetail .de-head .pos {
  color: #4a4949;
  font-size: 12px;
}
.main .rightdetail .de-content {
  padding: 20px 0;
}
.main .rightdetail .products {
  list-style-type: none;
}
.main .rightdetail .products li {
  width: 250px;
  height: 250px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f8f1f1;
}
.main .rightdetail .products li:nth-child(3n) {
  margin-right: 0;
}
.main .rightdetail .products .pro-li {
  text-align: center;
  line-height: 190px;
  height: 190px;
  overflow: hidden;
}
.main .rightdetail .products .pro-li img {
  max-width: 100%;
}
.main .rightdetail .products .name {
  text-align: center;
  line-height: 60px;
  color: #1e1e1e;
  font-size: 16px;
}
.main .rightdetail .news {
  list-style: none;
}
.main .rightdetail .news li {
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px dashed #dedede;
  padding-left: 15px;
  background: url(../images/select.png) left center no-repeat;
  position: relative;
}
.main .rightdetail .news li a {
  color: #333;
}
.main .rightdetail .news li .time {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  color: #B6B6B6;
}
.main .rightdetail .article {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.main .rightdetail .article-head .name {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.main .rightdetail .article-head .imgs {
  text-align: center;
  max-height: 350px;
}
.main .rightdetail .article-head .imgs img {
  max-width: 100%;
  max-height: 350px;
}
.main .rightdetail .article-top {
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.main .rightdetail .article-title {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.main .rightdetail .article-title .title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.main .rightdetail .article-title .time {
  font-size: 14px;
}
.main .rightdetail .article-after {
  line-height: 25px;
  margin-top: 20px;
  font-weight: bold;
}
.main .rightdetail .article-after,
.main .rightdetail .article-after a {
  font-size: 12px;
  color: #333;
}
.main .rightdetail .article-after a {
  font-weight: normal;
}
.main .rightdetail .article-join {
  width: 150px;
  text-align: center;
  line-height: 40px;
  background-color: #fa5a5a;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 40px;
}
.main .rightdetail .forms .line {
  margin-bottom: 15px;
}
.main .rightdetail .forms .name {
  line-height: 25px;
  font-size: 14px;
}
.main .rightdetail .forms .input {
  line-height: 30px;
  width: 95%;
  padding-left: 10px;
  outline: none;
}
.main .rightdetail .forms .text {
  width: 95%;
  padding-left: 10px;
  height: 100px;
  resize: none;
  padding-top: 10px;
  outline: none;
}
.main .rightdetail .forms .m {
  width: 100px;
}
.main .rightdetail .forms .code {
  display: inline-block;
}
.main .rightdetail .forms .submit {
  width: 100px;
  text-align: center;
  line-height: 25px;
  border: 0;
  cursor: pointer;
  outline: none;
}
.pages {
  padding: 20px 0;
  text-align: center;
  font-size: 0;
}
.pages a,
.pages .pg,
.pages span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  margin: 0 3px;
}
.pages a:hover,
.pages .pg:hover,
.pages span:hover {
  background-color: #cc333f;
  color: #fff;
  border: 1px solid #cc333f;
}
