/* 公共样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "微软雅黑";
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
p {
  margin: 0;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 头部1 */
.top1 {
  height: 31px;
  background-color: #efefef;
  color: #777777;
  line-height: 31px;
  overflow: hidden;
}
.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}
.topLink .k1 a {
  color: #777777;
}
.k1 a {
  color: #777777;
}
/* 导航 */
.x-header {
  background: #fff;
  width: 100%;
}
.mycontainer-fluid {
  width: 1200px;
  margin: 0 auto;
  height: 105px;
}
.logo {
  float: left;
  height: 130px;
  overflow: hidden;
  line-height: 130px;
  margin: 0;
}
.x-menu > li {
  float: left;
  position: relative;
  width: 171px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 52px;
  background: url(../images/shu.jpg) no-repeat right center;
}
.x-menu li:hover {
  background: #b32519;
}
.x-menu li:hover .x-sub-menu a {
  color: #fff;
}
.x-menu > li:hover .x-sub-menu {
  transform: translateY(15px);
  opacity: 1;
  visibility: initial;
}
.x-menu > li > a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}
.x-sub-menu {
  background: #1d1d1d!important;
  position: absolute;
  z-index: 99;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.x-sub-menu li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #1d1d1d;
}
.x-sub-menu li a {
  height: 30px;
  width: 100%;
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid;
  border-color: transparent transparent #1d1d1d;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.x-sub-menu li:hover {
  background: #b32519;
}
.x-header-right {
  margin-top: 40px;
  background: url(../images/tel.png) no-repeat 0 center;
  padding-left: 50px;
}
.x-header-right p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 8px;
}
.x-header-right p:nth-child(2) {
  font-family: SourceHanSansCN-Heavy;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #b32519;
}
.my-nav {
  height: 52px;
  background-color: #1d1d1d;
}
.sou {
  height: 51px;
  line-height: 51px;
  background-color: #f1f1f1;
}
#formsearch {
  float: right;
  position: relative;
  margin-top: 12px;
}
.hotSearch {
  float: left;
  height: 51px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #646464;
}
#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}
.hotSearch a {
  display: inline-block;
  padding-right: 14px;
  color: #646464;
}
.hotSearch a::after {
  content: "|";
  color: #e5e5e5;
  margin-left: 5px;
}
.hotSearch a:last-child::after {
  content: "";
}
#formsearch input {
  height: 40px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 22px;
}
#formsearch input#keyword {
  width: 217px;
  height: 37px;
  background: #fff;
  border: solid 1px #e5e5e5;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  outline: none;
  padding-left: 13px;
  border-right: none;
}
#formsearch input#s_btn {
  width: 43px;
  height: 37px;
  background-color: #b32519;
  border: none;
  cursor: pointer;
  background-image: url("../images/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#keyword::-webkit-input-placeholder {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
}
#keyword:-moz-placeholder {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
}
#keyword:-ms-input-placeholder {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
}
#keyword::-webkit-input-placeholder {
  color: #adadad;
  font-size: 14px;
}
#keyword:-moz-placeholder {
  color: #adadad;
  font-size: 14px;
}
#keyword:-ms-input-placeholder {
  color: #adadad;
  font-size: 14px;
}
.wd1200 {
  width: 1200px;
  margin: 0 auto;
}
.pro_index {
  position: relative;
  background-color: #f1f1f1;
  overflow: hidden;
  padding-bottom: 84px;
    height: 1400px;  
}
.pro_index .pro_left {
  margin-top: 24px;
  float: left;
  width: 267px;
  height: 1071px;
  position: relative;
  background: #ffffff url(../images/ren.png) no-repeat 10px 753px;
}
.pro_left .tt1 {
  height: 146px;
  line-height: 146px;
  background: url(../images/pro_left_tit_bg.png) no-repeat center center;
  color: #fff;
  text-align: center;
  font-size: 37px;
  font-family: "Microsoft Yahei";
  font-weight: bold;
}
.pro_left .sort1 {
  padding: 0 10px;
  margin-top: 12px;
  position: relative;
}
.sort1 li a {
  width: 248px;
  height: 62px;
  text-align: center;
  background-image: linear-gradient(180deg, #fbfafa 0%, #f3f2f2 100%);
  display: block;
  line-height: 62px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #555454;
}
.sort1 li a:hover,
.sort1 li a.on {
  color: #8e0c00;
}
.sort1 .ss1 .ss2 {
  z-index: 9999;
}
.sort1 .ss1 .ss2 dd {
  overflow: hidden;
  border-bottom: #d6d6d6 1px dashed;
  margin-bottom: 0px;
}
.sort1 .ss1 .ss2 dd a {
  background: url(../images/tu3.png) no-repeat 10px center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  padding-left: 30px;
}
.sort1 .ss1 .ss2 dd a:hover {
  text-decoration: none;
  color: #e11020;
}
.ss2 .cc {
  font-size: 15px;
  color: #024683;
  display: block;
  text-align: left;
  background: none;
  line-height: 20px;
  height: 20px;
  padding-left: 20px;
  padding-top: 5px;
}
.ss2 .cc:hover {
  background: none;
  color: #e11020;
}
.pro_index .pro_right {
  margin-top: 42px;
  float: right;
  width: 902px;
}
.pro_right .pro_rr_tit {
  position: relative;
  background: url(../images/pro_rr_tit_bg.png) no-repeat center bottom;
  padding-bottom: 15px;
}
.pro_rr_tit h3 {
  color: #024683;
  font-size: 20px;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  line-height: 1;
}
.pro_rr_tit a {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #8d8e8e;
}
.pro_one li {
  width: 862px;
  position: relative;
  height: 409px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px 
            #ececec;
}
.pro_one li a.img {
  display: block;
  float: left;
  position: relative;
}
.pro_one li a.img::before {
  position: absolute;
  right: -6px;
  top: -8px;
  background: url(../images/rxdp.png) no-repeat center center;
  content: "";
  width: 120px;
  height: 120px;
}
.pro_one li a.img {
  width: 330px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 5px 1px 17px 1px rgba(183, 183, 183, 0.36);
  border: solid 6px #d4d4d4;
  overflow: hidden;
  position: absolute;
  top: 42px;
  left: -35px;
}
.pro_one li a.img img {
  width: 330px;
  height: 260px;
}
.pro_one li .one_rr h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #b32519;
  padding-top: 53px;
  padding-left: 362px;
  padding-bottom: 41px;
}
.pro_one li .one_rr span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #484848;
  padding-left: 361px;
}
.pro_one li .one_rr .summary {
  width: 440px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #888888;
  margin-left: 363px;
  margin-top: 18px;
  text-indent: 2em;
}
.pro_one li .one_rr .check {
  width: 121px;
  height: 36px;
  border: solid 1px #dcdbdc;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  margin-left: 682px;
  text-align: center;
  margin-top: 38px;
}
.pro_one li .one_rr .check a {
  color: #787878;
}
.pro_index .line {
  width: 862px;
  height: 1px;
  background-color: #cfcfcf;
  margin-top: 35px;
}
.one_rr > h3 {
  font-size: 22px;
  color: #024683;
  font-family: "Microsoft Yahei";
}
.one_rr dd {
  display: block;
  font-size: 15px;
  color: #333333;
  font-family: "Microsoft Yahei";
  line-height: 25px;
}
.pro_index span {
  color: #b32519;
  font-weight: bold;
}
.pro_index .pro-title {
  margin-top: 81px;
  height: 82px;
  background: url(../images/product_bg.png) no-repeat center 0;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #575757;
  padding-top: 46px;
}
.pro_left {
  position: relative;
}
.name_wrap {
  width: 248px;
  height: 88px;
  margin-top: 11px;
  margin-left: 10px;
  background-image: linear-gradient(180deg, #8d0b00 0%, #b82300 100%);
}
.name_wrap .cname {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  padding-top: 23px;
  line-height: 26px;
  letter-spacing: 0px;
  padding-left: 49px;
  color: #ffffff;
}
.name_wrap .ename {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.68;
  text-transform: uppercase;
  text-align: center;
}
.cp_nr_list li {
  width: 280px;
  height: 272px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  margin-right: 31px;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
.cp_nr_list li .img1 {
  display: block;
  width: 100%;
  height: 231px;
  overflow: hidden;
}
.cp_nr_list li img {
  height: 210px;
  width: 280px;
}
.cp_nr_list li h3 {
  width: 280px;
  height: 41px;
  background-color: #7d7d7d;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  line-height: 41px;
  letter-spacing: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.cp_nr_list li h3 a {
  color: #ffffff;
}
.cp_nr_list li:nth-child(3n) {
  margin-right: 0;
}
.cp_nr {
  margin-top: 37px;
}
.contact_us {
  width: 1920px;
  height: 990px;
  margin-top: -233px;
  background: url(../images/contact_bg.png) no-repeat 0 center;
}
.contact_us .wh {
  position: relative;
}
.contact_us .wh .check_more {
  width: 248px;
  height: 63px;
  background-color: #b32519;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  text-align: center;
  line-height: 63px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.contact_us .wh .check_more a {
  color: #ffffff;
}
.contact_us .contact {
  position: relative;
}
.contact_us .contact p:nth-child(1) {
  font-family: MicrosoftYaHei-Bold;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fdfdfd;
  position: absolute;
  top: 310px;
  left: 0;
}
.contact_us .contact p:nth-child(2) {
  font-family: Impact;
  font-size: 47px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fdfdfd;
  top: 350px;
  left: 0;
  position: absolute;
  transform: skew(-5deg);
}
.contact_us .but {
  width: 140px;
  height: 36px;
  background-color: #b32519;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  top: 405px;
  left: 0;
  position: absolute;
}
.contact_us .but a {
  display: block;
  width: 100%;
  color: #ffffff;
}
.contact_us .xuan {
  position: absolute;
  left: 0;
  top: 488px;
}
.contact_us .font {
  margin-left: 13px;
  margin-top: 10px;
}
.contact_us .font .top {
  font-family: MicrosoftYaHei-Bold;
  font-size: 37px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 1px;
  color: #ededed;
  margin-bottom: 13px;
}
.contact_us .font .bottom {
  font-family: MicrosoftYaHei-Bold;
  font-size: 37px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 1px;
  color: #a1a1a1;
}
.us {
  margin-top: -229px;
  z-index: -1;
  overflow: hidden;
  height: 768px;
  background: url(../images/about_img.jpg) no-repeat center center;
}
.us .title {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #b32519;
  margin-top: 90px;
  background: url(../images/about_us.png) no-repeat center 0;
  padding-top: 41px;
}
.us .title span {
  color: #434343;
}
.us .zuo_img {
  margin-top: 49px;
}
.us .main {
  width: 536px;
}
.us .main .title1 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #494949;
  margin-top: 67px;
}
.us .main .line2 {
  width: 43px;
  height: 2px;
  background-color: #666666;
  margin-top: 19px;
}
.us .main .summary {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 44px;
  text-indent: 2em;
}
.zizhi {
  margin-top: -122px;
}
.zizhi .wh {
  position: relative;
}
.zizhi .wh .check {
  position: absolute;
  top: -118px;
  left: 659px;
  width: 140px;
  height: 36px;
  background-color: #b32519;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
}
.zizhi .wh .check a {
  display: block;
  width: 100%;
  color: #ffffff;
}
.zizhi .lun {
  position: relative;
  width: 905px;
  height: 288px;
  padding-top: 30px;
  background-color: #f4f4f4;
  padding-left: 50px;
  box-shadow: 7px 5px 28px 1px rgba(66, 66, 66, 0.14);
}
.zizhi .img {
  width: 288px;
}
.zizhi .bd {
  width: 805px;
  overflow: hidden;
}
.zizhi .bd li {
  width: 253px;
  margin-right: 24px;
}
.zizhi .bd li .pic {
  width: 253px;
  height: 195px;
}
.zizhi .bd li .pic img {
  width: 253px;
  height: 195px;
}
.zizhi .bd li .title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  padding-top: 20px;
  text-align: center;
}
.zizhi .bd li .title a {
  color: #696969;
}
.zizhi .hd a {
  display: block;
  width: 28px;
  height: 80px;
  background-color: #8d8d8d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  line-height: 80px;
  cursor: pointer;
}
.zizhi .hd .next {
  left: 10px;
}
.zizhi .hd .prev {
  right: 10px;
}
.zizhi .img-zi {
  width: 294px;
  height: 422px;
  background: #4c4c4c;
  position: absolute;
  top: -89px;
  right: 0;
  padding-top: 25px;
  padding-left: 60px;
  position: relative;
}
.zizhi .img-zi .font-title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
.zizhi .img-zi .zhizhao {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
}
.zizhi .img-zi .zhizhao img {
  width: 227px;
  height: 314px;
}
.t_wrap {
  margin: 0 auto;
}
.yu-tit {
  text-align: center;
}
.yu-tit .yu-tit1 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #404040;
  padding-top: 13px;
}
.yu-tit .yu-tit1 span {
  color: #b32519;
  margin-right: 13px;
}
.yu-tit .line {
  width: 47px;
  height: 2px;
  background-color: #b5b5b5;
  margin: 19px auto;
}
.tese .t_wrap {
  width: 338px;
  background: url(../images/01.png) no-repeat 0 top;
}
.tese ul {
  margin-top: 47px;
}
.tese li {
  width: 300px;
  height: 228px;
  background-color: #ffffff;
  position: relative;
  cursor: default;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
.tese li:hover .img {
  display: none;
}
.tese li:hover .fimg {
  display: block;
}
.tese li .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.tese li .fimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.tese li .name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #404040;
  padding-top: 129px;
}
.tese li .fname {
  font-family: ArialMT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #cccccc;
}
.tese li .line {
  width: 70px;
  height: 2px;
  background-color: #c2bfbf;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
}
.tese li .summary {
  width: 154px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #7c7c7c;
  margin: 0 auto;
  margin-top: 15px;
}
.why {
  margin-bottom: 118px;
  margin-top: 77px;
}
.why .t_wrap {
  width: 384px;
  background: url(../images/02.png) no-repeat 0 top;
}
.why .us-main {
  margin-top: 30px;
}
.why .us-main .item {
  height: 452px;
  background-color: #f6f6f6;
}
.why .us-main .item .content {
  width: 400px;
  height: 226px;
  background-color: #f9f9f9;
  text-align: center;
}
.why .us-main .item .content .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #b32519;
  text-align: center;
  padding-top: 58px;
}
.why .us-main .item .content .summary {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #7c7c7c;
  width: 326px;
  margin: 23px auto;
}
.why .us-main .item .img {
  width: 400px;
  height: 226px;
}
.why .us-main .item .img img {
  width: 400px;
  height: 226px;
}
#news .top {
  width: 821px;
  background: url(../images/line4.jpg) no-repeat 0 31px;
}
#news .category {
  font-size: 18px;
  font-weight: bold;
  font-family: "MicrosoftYaHei";
  padding-right: 27px;
  color: #202020;
  cursor: pointer;
}
#news .logo {
  width: 24px;
  height: 33px;
  display: inline;
  background: url(../images/logo.png) no-repeat center 0;
  padding-left: 35px;
  padding-bottom: 6px;
}
#news .category:hover .logo {
  border-bottom: 3px solid #b32519;
}
#news .logo .active {
  border-bottom: 3px solid #b32519;
}
#news .top_parent {
  width: 440px;
}
#news .more {
  font-size: 12px;
  font-family: "MicrosoftYaHei";
}
#news .more a {
  color: #999999;
}
#news .pro_img {
  width: 389px;
  height: 435px;
  background: #f3f3f3;
  position: relative;
  margin-top: 28px;
}
#news .news_list .img_content {
  height: 109px;
}
#news .pro_img .img img {
  width: 385px;
  height: 219px;
}
#news .pro_img .title {
  color: #000000;
  font-size: 16px;
  font-family: "MicrosoftYaHei";
  padding-right: 29px;
  padding-left: 21px;
  padding-top: 25px;
}
#news .pro_img .summary {
  color: #959595;
  font: 14px/25px "MicrosoftYaHei";
  padding-right: 29px;
  padding-left: 21px;
  padding-top: 11px;
}
#news .pro_img .button {
  width: 140px;
  height: 36px;
  color: #ffffff;
  line-height: 36px;
  font-size: 14px;
  background: #b32519;
  position: absolute;
  bottom: 19px;
  right: 27px;
}
#news .pro_img .button a {
  display: block;
  width: 140px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
}
#news .news_list {
  width: 403px;
}
#news .bd {
  height: 440px;
}
#news .news_list .main_content {
  color: #676767;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  width: 403px;
  padding-top: 35px;
  padding-bottom: 37px;
  position: relative;
}
#news .date {
  font-size: 24px;
  font-family: "MicrosoftYaHei";
  padding-right: 18px;
}
#news .main_content a.new_title {
  display: block;
  position: absolute;
  top: 45%;
  left: 54px;
  transform: translateY(-26%);
  color: #676767;
  font-family: MicrosoftYaHei;
  font-size: 14px;
}
.news_list .tab_parent .img_content {
  margin-top: 28px;
}
#news .img_content ul li {
  float: left;
}
#news .img_content .img {
  padding-left: 14px;
  padding-right: 24px;
}
#news .img_content .img img {
  width: 130px;
  height: 95px;
}
#news .img_content .summary {
  width: 200px;
}
#news .img_content .summary h4 {
  color: #010101;
  font-weight: bold;
  font-size: 15px;
  font-family: "MicrosoftYaHei";
  padding-bottom: 12px;
}
#news .img_content .summary p {
  color: #676767;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  line-height: 25px;
  padding-bottom: 32px;
}
#news .img_content {
  border-bottom: 1px solid #e5e5e5;
}
#news .news_list .img_content:last-child {
  border-bottom: 0;
}
#news .img_content .summary a {
  display: block;
}
#news .img_content .img a {
  display: block;
}
.news_list ul .tab_parent .img_content {
  display: none;
}
.news_list ul .tab_parent:hover .main_content {
  display: block;
}
.news_list ul .tab_parent:hover .img_content {
  display: block;
}
.news_list ul .tab_parent:hover .main_content {
  display: none;
}
.news_list .tab_parent {
  border-bottom: 1px solid #e5e5e5;
}
.news_list ul .tab_parent:last-child {
  border-bottom: 0;
}
.tab_parent ul .img_content .data {
  font-size: 24px!important;
}
#news .cur .logo {
  border-bottom: 3px solid #b32519;
}
#news .common_ques {
  width: 315px;
  padding-bottom: 10px;
}
#news .common_ques .top {
  width: 315px;
  height: 33px;
  background: url(../images/line5.jpg) no-repeat 0 32px;
}
#news .common_ques .top h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: "MicrosoftYaHei";
  padding-right: 27px;
  color: #202020;
}
#news .common_ques .top h4 > span {
  display: inline-block;
  height: 33px;
  border-bottom: 3px solid #b32519;
}
#news .common_ques .img {
  padding-top: 28px;
}
#news .common_ques .img img {
  width: 315px;
  height: 180px;
}
#news .common_ques .icon > div {
  width: 24px;
  height: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
#news .common_ques .icon > div:first-child {
  background-color: #b32519;
}
#news .common_ques .icon > div:last-child {
  background: #474747;
}
#news .common_main .news_content {
  width: 252px;
}
#news .common_main .news_content .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
}
#news .common_main .news_content .title a {
  color: #010101;
}
#news .common_main .news_content .summary {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #676767;
}
#news .common_main .news_content .summary a {
  color: #676767;
}
#news .common_main li:nth-child(1) {
  padding-top: 20px;
  padding-right: 16px;
}
#news .common_main li:nth-child(2) {
  padding-top: 24px;
}
#news .common_main .summary {
  margin-bottom: 14px;
}
#news .pro_img .title .time {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #686767;
}
#footer {
  background-color: #232323;
  margin-top: 97px;
}
#footer .wh {
  position: relative;
}
#footer .company_name {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 34px;
}
#footer .layout-menu dl {
  float: left;
  width: 73px;
  margin-right: 154px;
}
#footer .layout-menu dl dt {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #adadad;
  margin-top: 70px;
  margin-bottom: 26px;
}
#footer .layout-menu dl:last-child {
  margin-right: 0;
}
#footer .layout-menu dd a {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #adadad;
}
#footer .line {
  width: 1197px;
  height: 1px;
  background-color: #737373;
  opacity: 0.45;
}
#footer .er {
  position: absolute;
  right: 37px;
  top: 126px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #adadad;
}
.er_contact {
  color: #ffffff;
}
.bei {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  padding-top: 22px;
  letter-spacing: 0px;
  color: #a3a3a3;
  text-align: center;
}
.bei a {
  color: #a3a3a3;
}
#footer1 {
  width: 1920px;
  /*height: 57px;*/
  background-color: #212121;
  line-height: 28px;
  color: #a1a1a1;
}
#footer1 a {
  color: #a1a1a1;
}
.flink {
  line-height: 15px;
  margin-top: 60px;
}

.flink a{color:#333;}

#news .name_parent {
  text-align: center;
  margin-bottom: 96px;
  background: url(../images/news_bg.png) no-repeat center 0;
}
#news .name_parent .c_name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #575757;
  font-weight: bold;
  padding-top: 29px;
}
#news .name_parent .c_name span {
  color: #b32519;
}
