.fl{float: left;}
.fr{float: right;}
.container0{width:1200px;margin:0 auto;}

.out-head{background: url(../images/head.jpg) repeat-x;height: 51px;overflow: hidden;}
.headd{width: 1200px;margin: 0 auto;}
.topw{font:400 12px/51px "微软雅黑";color:#666;}
.topen{padding-top: 8px;}

.out-hh{width: 1200px;margin: 0 auto;margin-top: 15px;position: relative;}


/*跳转下一页*/
.kk{-webkit-animation: myfirst 1.5s infinite; animation: myfirst 1.5s infinite;}
@-webkit-keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(-5px, 0px); transform: translate(-5px, 0px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
@keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(-5px, 0px); transform: translate(-5px, 0px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}


.logowen{background: url(../images/shu.png) no-repeat;height: 64px;margin-left: 19px;line-height: 16px;padding-left: 18px;padding-top:8px;}
.logowen1 h3{font:400 14px/32px "微软雅黑";color:#231815;}
.kk{font:600 27px/22px "微软雅黑";color:#231815;}
.logowen1{width: 206px;text-align: right;position: absolute;right: 82px;top:6px;}




/* 导航样式 */
.menuu{background: url(../images/menu.jpg) repeat-x;height: 62px;}
.x-menu {
  width: 1200px;margin:0 auto;
}

.x-menu > li {
  float: left;
  position: relative;
  margin-right:9px;
  text-transform: uppercase;
}



.x-menu > li > a {
  display: block;
  padding: 0 1.34vw;
  font-size: 16px;
  color: #fff;
  line-height: 62px;
}

.x-menu > li > a:hover {
  background: #e60012;
  color: #fff;
}

.x-menu > li.active > a {
  background: #e60012;
  color: #fff;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.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 dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

.con1{background: #f9f9f9;height: 770px;}
.con11{width: 1200px;margin:0 auto;padding-top: 50px;}
.con11a{background: #fff;height: 168px;box-shadow: -4px 5px 20px #ececec;}
.con1-t11{background: url(../images/con1aa.png) no-repeat;text-indent: 18px;font:600 20px/24px "微软雅黑";color:#333;}
.con1-t1{padding-top: 28px;padding-left: 21px;}
.con1-t11 span{font:400 16px/24px "微软雅黑";color:#666;padding-left: 6px;}
.con1-t11 a{color:#fc180b;}

.xx-message {
margin-left: 40px;
margin-right: 40px;
margin-top: 26px;
}

.xx-message-wrap {
  
}


.xx-message-wrap .row {
  margin-left: -5px;
  font-size: 0;
  margin-right: -5px;
  float:left;
}

.xx-message-wrap div[class^='col-'] {
  padding-left: 5px;
  padding-right:26px;
  position: relative;
}

.xx-message-wrap input[type='text'],
.xx-message-wrap textarea {
  width: 220px;
  height:50px;
  border: 1px solid #999;
  padding: 0 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  background: #fafafa;
  outline: none;
}

.xx-message-wrap input[type='text']::-webkit-input-placeholder,
.xx-message-wrap textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.xx-message-wrap input[type='text']:-ms-input-placeholder,
.xx-message-wrap textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.xx-message-wrap input[type='text']::-ms-input-placeholder,
.xx-message-wrap textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.xx-message-wrap input[type='text']::placeholder,
.xx-message-wrap textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.xx-message-wrap textarea {
  height: 50px;
  resize: none;
  line-height: 50px;
}

.xx-message-wrap #checkcode {
  float: left;
  width: 105px;
  margin-bottom: 0;
}

.xx-message-wrap .checkCodeImg {
  float: left;
  display: block;
  text-align: center;
  width: 100px;
  height: 42px;
  font-size: 0;
  background: #e7e4e4;
  padding: 5px 10px;
}

.xx-message-wrap .checkCodeImg img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.xx-message-wrap .checkCodeImg:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.xx-message-wrap .checkCodeImg img {
  cursor: pointer;
}

.xx-message-wrap .x-submit {
  margin-left:6px;
  width: 160px;
  height: 50px;
  background: #e60013;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius:6px;
}

.xx-message-wrap .x-submit:hover {
  background: #ab001a;
}

.n-default .n-invalid {
  border-color: #ab001a !important;
}

.n-default .msg-wrap {
  top: 8px;
  right: 5px;
  margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
  top: 65px;
}


.con12{width: 1200px;margin: 0 auto;margin-top: 57px;}
.con12a{width: 558px;height: 430px;overflow: hidden;}
.con12b{width: 588px;}
.con13{background: url(../images/con13.jpg) no-repeat;height: 96px;height: 588px;margin-top: 18px;}
.con12-title{font:600 30px/66px "微软雅黑";color:#333;}
.con12-coo{font:400 15px/32px "微软雅黑";color:#333;}

.con13-a{padding-left:48px;}
.con13-aa{font:600 32px/30px "微软雅黑";color:#e60012;padding-top: 20px;}
.con13-aa a{font:400 20px/30px "微软雅黑";color:#333;}
.con13-bb{font:400 14px/30px "微软雅黑";color:#666;padding-left:22px;}


.con13-b{padding-left:88px;}
.con13-aa1{font:600 32px/30px "微软雅黑";color:#e60012;padding-top: 20px;padding-left:12px;}
.con13-aa1 a{font:400 20px/30px "微软雅黑";color:#333;}
.con13-bb1{font:400 14px/30px "微软雅黑";color:#666;padding-left:22px;}

.con13-c{padding-right:30px;}
.con13-aa2{font:600 32px/30px "微软雅黑";color:#e60012;padding-top: 20px;}
.con13-aa2 a{font:400 20px/30px "微软雅黑";color:#333;}
.con13-bb2{font:400 14px/30px "微软雅黑";color:#666;padding-left:22px;}


.con2{width: 1200px;margin:0 auto;}
.con3-conn{padding-top: 65px;}
.con-title{background: url(../images/pro.png) no-repeat;height: 59px;font:400 32px/30px "微软雅黑";color:#2b2b2b;}
.con-title a{font:400 16px/30px "微软雅黑";color:#b4b4b4;text-transform: uppercase;padding-left: 12px;}
.con-tt0{font:400 16px/28px "微软雅黑";color:#666;}

.con3-tab{position: relative;}

.tabli {position: absolute;right: 0;top:-46px;text-transform:uppercase;}
.tabli li.cur{color:#fff;height:40px;background-color:#e60013;line-height:40px;text-align: center;font-size:16px;}
.tabli li {display: inline-block;cursor: default;height:40px;margin-right: 14px;
line-height: 40px;text-align: center;color:#fff;font-size:17px;background:#989898;padding:0 18px;border-radius:6px;}

.tabli li a{color:#fff;}
.tabli li:hover a,.tabli li.cur a{color:#fff!important;}

.tab{margin-top:0px;display:none;}

#focus {
    position: relative;
    width: 590px;
    height: 490px;
    overflow: hidden;
    margin-top: 40px;
    background:#f0efef;
}

#focus ul {
    width: 590px;
    height: 490px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 590px;
    height: 490px;
    overflow: hidden;
    position: relative;
}

#focus li {
    width: 590px;
    height: 416px;
    float: left;
}

#focus li img {
    width: 590px;
    height: 416px;
}



#focus h3 {
    width: 680px;
    height: 38px;
    font: 400 18px/75px "微软雅黑";
    float: left;
    color: #333333;
    font-weight: normal;
    padding-left: 45px;
}

#focus h3 a {
    color: #2d2d2d;
}



#focus span {
    color: #6a6969;
    font: 400 12px/26px "微软雅黑";
    float: left;
    background: url(../images/sz.jpg) no-repeat left 50%;
    padding-left: 27px;
    margin-bottom: 5px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    height: 14px;
    right: 0;
    bottom: 0;
}

#focus .btn {
    position: absolute;
    height: 20px;
    right: 30px;
    bottom: 28px;
    text-align: center;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    height: 14px!important;
    _font-size: 0;
    cursor: pointer;
    background: url(../images/tb.png) no-repeat;
    display: block;
    overflow: hidden;
}

#focus .btn span.on {
    background: url(../images/tb2.png) no-repeat;
}

#focus .btn span.span_hover {
    background: url(../images/tb2.png) no-repeat;
}


.con3-lee1{width: 590px;position: relative;}
.con3-ree2{width: 590px;position: absolute;right: 0;top:40px;}
.list00 li{float: left;margin-bottom: 20px;}
.list00 li img{border: 1px solid #e1e1e1;     width: 286px;}
.list00 li:nth-child(2n){float: right;margin-right: 0;}
.list00 li h3{background: #fff;line-height: 40px;border: 1px solid #e1e1e1;border-top: none;text-align: center;}
.list00 li h3 a{font:400 14px/40px "微软雅黑";color:#4c4c4c;}
.list00 li h3:hover{background: #e60013;line-height: 40px;border: 1px solid #e1e1e1;border-top: none;text-align: center;}
.list00 li h3:hover a{font:400 14px/40px "微软雅黑";color:#fff;}

#focusa {
    position: relative;
    width: 590px;
    height: 490px;
    overflow: hidden;
    margin-top: 40px;
    background:#f0efef;
}

#focusa ul {
    width: 590px;
    height: 490px;
    position: absolute;
}

#focusa ul li {
    float: left;
    width: 590px;
    height: 490px;
    overflow: hidden;
    position: relative;
}

#focusa li {
    width: 590px;
    height: 416px;
    float: left;
}

#focusa li img {
    width: 590px;
    height: 416px;
}



#focusa h3 {
    width: 680px;
    height: 38px;
    font: 400 18px/75px "微软雅黑";
    float: left;
    color: #333333;
    font-weight: normal;
    padding-left: 45px;
}

#focusa h3 a {
    color: #2d2d2d;
}



#focusa span {
    color: #6a6969;
    font: 400 12px/26px "微软雅黑";
    float: left;
    background: url(../images/sz.jpg) no-repeat left 50%;
    padding-left: 27px;
    margin-bottom: 5px;
}

#focusa ul li div {
    position: absolute;
    overflow: hidden;
}

#focusa .btnBg {
    position: absolute;
    height: 14px;
    right: 0;
    bottom: 0;
}

#focusa .btn {
    position: absolute;
    height: 20px;
    right: 30px;
    bottom: 28px;
    text-align: center;
}

#focusa .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    height: 14px!important;
    _font-size: 0;
    cursor: pointer;
    background: url(../images/tb.png) no-repeat;
    display: block;
    overflow: hidden;
}

#focusa .btn span.on {
    background: url(../images/tb2.png) no-repeat;
}

#focusa .btn span.span_hover {
    background: url(../images/tb2.png) no-repeat;
}



#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:8000%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

.pin{width:1200px;margin:0 auto;}

.chan{text-align:center;padding-top:0px;position:relative;}
.l_btn,.r_btn{position:absolute;cursor:pointer;top:45%;}
.l_btn{left:-70px;}
.r_btn{right:-70px;}


.list000{float: left;}
.list000 li{float: left;margin-bottom: 20px;margin-right: 20px;}
.list000 li img{border: 1px solid #e1e1e1;     width: 286px;}
.list000 li h3{background: #fff;line-height: 40px;border: 1px solid #e1e1e1;border-top: none;text-align: center;}
.list000 li h3 a{font:400 14px/40px "微软雅黑";color:#4c4c4c;}
.list000 li h3:hover{background: #e60013;line-height: 40px;border: 1px solid #e1e1e1;border-top: none;text-align: center;}
.list000 li h3:hover a{font:400 14px/40px "微软雅黑";color:#fff;}


.l_btn{background: url(../images/left.png) no-repeat;width: 40px;height: 40px;}
.r_btn{background: url(../images/right.png) no-repeat;width: 40px;height: 40px;}
.l_btn:hover{background: url(../images/left1.png) no-repeat;width: 40px;height: 40px;}
.r_btn:hover{background: url(../images/right1.png) no-repeat;width: 40px;height: 40px;}

.con4{background: url(../images/con4.jpg) no-repeat center;height: 1507px;width: 1920px;position: relative;
  left: 50%;margin-left: -960px;margin-top: 50px;}
.con4-con{width: 1200px;margin: 0 auto;padding-top: 62px;}
.con4-title{text-align: center;background: url(../images/con4.png) no-repeat center;font:400 32px/32px "微软雅黑";color:#333333;}
.con4-title span{font-size:18px;text-transform: uppercase;padding-left: 10px;}
.con4-title span a{color:#e60012;padding-left: 8px;}
.con4-cc{font:400 16px/54px "微软雅黑";color:#444;text-align: center;}

.con4-a{padding-top: 36px;height: 252px;}
.con4-a1{width: 494px;}
.con4-aa1{width: 494px;height: 96px;background: url(../images/c4a.png) no-repeat;}
.con4-a11{font:600 24px/24px "微软雅黑";color:#000;padding-left: 92px;padding-top: 26px;}
.con4-a11 a{color:#e60013;}
.con4-a12{font:400 14px/30px "微软雅黑";color:#b2b2b2;text-transform: uppercase;padding-left: 92px;}
.con4-aa2{font:400 18px/24px "微软雅黑";color:#666;padding-left: 92px;padding-top: 12px;}

.con4-a2{width: 565px;position: relative;}
.con4-a2-t1{position: absolute;left: 0;top:0;z-index: 99;}
.con4-a2-t2{position: absolute;right: 0;top:70px;z-index: 999;}
.con4-a2-t1 img{width: 365px;height: 212px;box-shadow: -0px 9px 20px #8a8a8a;border-radius: 50px; 
 -webkit-transition: all .5s ease;
  transition: all .5s ease;}
.con4-a2-t2 img{width: 243px;height: 141px;box-shadow: -0px 5px 20px #8a8a8a;border-radius: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;}

.con4-a2-t1:hover img{
  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.con4-a2-t2:hover img{
  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;
}



.con4-b{}
.con4-b1{position: relative;width: 470px;}
.con4-b11{position: absolute;left: 0;top:18px;z-index: 99;}
.con4-b12{position: absolute;left: 290px;top:0px;z-index: 999;}
.con4-b13{position: absolute;left: 290px;top:192px;z-index: 999;}
.con4-b11 img{width: 374px;height: 341px;-webkit-transition: all .5s ease;
  transition: all .5s ease;}
.con4-b11:hover img{
  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;
}


.con4-b12 img{width: 163px;height:167px;-webkit-transition: all .5s ease;
  transition: all .5s ease;}
.con4-b12:hover img{
  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

  .con4-b13 img{width: 176px;height: 181px;-webkit-transition: all .5s ease;
  transition: all .5s ease;}
.con4-b13:hover img{
  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}


.con4-bb1{width: 609px;height:167px;background: url(../images/con4b.png) no-repeat;margin-top: 28px;}
.con4-bb11{font:600 24px/38px "微软雅黑";color:#000;padding-left: 92px;padding-top:20px;}
.con4-bb11 a{color:#e60013;}
.con4-bb12{font:400 14px/18px "微软雅黑";color:#b2b2b2;text-transform: uppercase;padding-left: 92px;}
.con4-aa2{font:400 18px/24px "微软雅黑";color:#666;padding-left: 92px;padding-top: 12px;}


.con4-c1{width: 532px;margin-top: 46px;}
.con4-cc1{width: 532px;height: 163px;background: url(../images/con4c.png) no-repeat;}
.con4-c2{width: 566px;margin-top: 42px;}
.con4-cc2{font-size: 16px;font:400 16px/24px "微软雅黑";color:#666666;padding-left: 92px;padding-top:12px;}
.con4-c2-t1 img{width: 566px;height: 322px;    -webkit-transition: all .5s ease;
  transition: all .5s ease;}
.con4-c2-t1:hover img{
  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

.con4-d{margin-top: 10px;}
.con4-d1{width: 525px;position: relative;margin-left: 0px;}
.con4d1a{position:absolute;left: 27px;top:0;z-index: 99;}
.con4d1a img{box-shadow: -0px 5px 20px #8a8a8a;width: 209px;height: 292px;
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

.con4d1b{position:absolute;left: 340px;top:0;z-index: 99px;}
.con4d1b img{box-shadow: -0px 5px 20px #8a8a8a;width: 209px;height: 292px;
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

  .con4d1c{position:absolute;left: 72px;top:40px;z-index: 999;}
.con4d1c img{box-shadow: -0px 5px 20px #8a8a8a;width: 209px;height: 292px;
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

  .con4d1d{position:absolute;left: 315px;top:40px;z-index: 999;}
.con4d1d img{box-shadow: -0px 5px 20px #8a8a8a;width: 209px;height: 292px;
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

.con4-d2{width: 532px;margin-top: 18px;}
.con4-d2-a{width: 532px;height: 165px;background: url(../images/con4d.png) no-repeat;}
.con4-d2-a1{font:600 24px/38px "微软雅黑";color:#000;padding-left: 92px;padding-top:20px;}
.con4-d2-a2{font:400 14px/18px "微软雅黑";color:#b2b2b2;text-transform: uppercase;padding-left: 92px;}
.con4-aa2{font:400 18px/24px "微软雅黑";color:#666;padding-left: 92px;padding-top: 8px;}
.con4-d22{font-size: 17px;font:400 17px/24px "微软雅黑";color:#666666;padding-left: 92px;padding-top:12px;}

.con4-d1 .con4d1a:hover img{  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

.con4-d1  .con4d1b:hover img{  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

.con4d1c:hover img{
transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}

  .con4-d1 .con4d1d:hover img{  transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}


.con5{width: 1186px;margin: 0 auto;height: 692px;margin-top: 52px;}
.con5-title{text-align: center;background: url(../images/con5.png) no-repeat center;font:400 32px/32px "微软雅黑";color:#333333;}
.con5-title span{font-size:18px;text-transform: uppercase;padding-left: 10px;}
.con5-title span a{color:#e60012;padding-left: 8px;}
.con5-cc{font:400 16px/48px "微软雅黑";color:#444;text-align: center;}
.con5-con{margin-top: 40px;}

.con5-con{}
.con55{position: relative;}
.con55 li{position: relative;}
.con55 li img{-webkit-transition: all .5s ease;transition: all .5s ease;}
.con55 li h3{position: absolute;bottom: 50px;left: 0;text-align: center;z-index: 99;width: 192px;}
.con55 li h3 a{font:400 16px/20px "微软雅黑";color:#000;}

.con55 li:nth-child(1){position: absolute;left: 0;top:0;z-index: 99;}
.con55 li:nth-child(2){position: absolute;left: 245px;top:0;z-index: 99;}
.con55 li:nth-child(3){position: absolute;left: 491px;top:0;z-index: 99;}
.con55 li:nth-child(4){position: absolute;left: 739px;top:0;z-index: 99;}
.con55 li:nth-child(5){position: absolute;right: 0;top:0;z-index: 99;}
.con55 li:nth-child(6){position: absolute;left: 122px;top: 147px;z-index: 999;}
.con55 li:nth-child(7){position: absolute;left: 368px;top:147px;z-index: 999;}
.con55 li:nth-child(8){position: absolute;left: 615px;top:147px;z-index: 999;}
.con55 li:nth-child(9){position: absolute;left: 864px;top:147px;z-index: 999;}
.con55 li:nth-child(10){position: absolute;left: 0;top:294px;z-index: 99;}
.con55 li:nth-child(11){position: absolute;left: 245px;top:294px;z-index: 99;}
.con55 li:nth-child(12){position: absolute;left: 492px;top:294px;z-index: 99;}
.con55 li:nth-child(13){position: absolute;left: 740px;top:294px;z-index: 99;}
.con55 li:nth-child(14){position: absolute;right: 0;top:294px;z-index: 99;}

.con55 li:hover img{transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;}



.con6{background: url(../images/con6.jpg) no-repeat center;height: 170px;}
.con66{width: 1200px;margin: 0 auto;}
.con666{padding-top: 50px;}
.con666 li{float: left;height: 55px;width: 74px;margin-right: 20px;text-align: center;}
.con666 li h3{font:400 16px/56px "微软雅黑";color:#666;text-align: center;}
.con666 li h3 a{font:400 16px/56px "微软雅黑";color:#666;}

.con666 li:nth-child(1){height: 55px;width:70px;margin-right:112px;}
.con666 li:nth-child(2){height: 55px;width: 70px;margin-right:98px;}
.con666 li:nth-child(3){height: 55px;width: 108px;margin-right: 98px;}
.con666 li:nth-child(4){height: 55px;width: 70px;margin-right: 130px;}
.con666 li:nth-child(5){height: 55px;width: 70px;margin-right: 110px;}
.con666 li:nth-child(6){height: 55px;width: 88px;margin-right: 100px;}
.con666 li:nth-child(7){height: 55px;width: 74px;margin-right: 0px;}


.con7{width: 1200px;margin: 0 auto;margin-top: 60px;}
.con7a{width: 559px;}
.con7b{width: 600px;margin-top: 28px;}
.c7a1{background: url(../images/news.png) no-repeat;font:600 24px/20px "微软雅黑";color:#333;height: 42px;}
.c7a2{font:400 14px/60px "微软雅黑";color:#666;}
.c7a3{padding-top: 22px;}
.xlist1{}
.xlist1 li img{
  width: 559px;height: 267px;overflow: hidden;
    -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.news-t{width: 559px;height: 267px;overflow: hidden;}
.xlist1 li:hover img{
  width: 559px;height: 267px;overflow: hidden;transform: scale(1.1);
    -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.xlist1 li .det{position: relative;}
.xlist1 li .det h3 a{font:400 16px/56px "微软雅黑";color:#333;}
.xlist1 li .det span{font:400 16px/56px "微软雅黑";color:#333;position: absolute;right: 0;top:0;}
.xlist1 li .det p{font:400 13px/27px "微软雅黑";color:#666;}
.xlist1 li .det{}
.xlist1 li .det:hover h3 a{font:400 16px/56px "微软雅黑";color:#e60013;}


.tabli0 {margin-left: 159px;}
.tabli0 li.cur{background: #e60013;}
.tabli0 li {display: inline-block;cursor: default;background: #989898;margin-left:3px;
  width: 141px;height: 42px;line-height: 42px;font-size: 14px;text-align: center;}

.tabli0 li a{color:#fff;}
.tabli0 li:hover a,.tabli li.cur a{}

.tab0{display:none;margin-top: 52px;}

#kehu{overflow:hidden;height:376px;margin:0 auto;position:relative;}
#jian {height:100%;}
#zheng {}
#xtop{}


.shijian{width:135px;height: 110px;background: #ebebeb;text-align: center;}
.neirong{width: 434px;margin-right:10px;}
.qusetion-list li{margin-bottom: 32px;}
.shijian1{font:600 34px/66px "微软雅黑";color:#333;padding-top: 8px;}
.shijian2{font:400 18px/14px "arial";color:#666;}
.neirong1 a{font:400 16px/28px "微软雅黑";color:#333;}
.neirong2{font:400 13px/20px "微软雅黑";color:#333;padding-top: 4px;}
.qusetion-list li:hover .neirong1 a{color: #e60013;}
.neirong1{padding-top:14px;}

.news-list0 li{width: 600px;height: 110px;background: #f5f5f5;margin-bottom: 20px;}

#kehua{overflow:hidden;height:376px;margin:0 auto;position:relative;}
#jiana {height:100%;}
#zhenga {}
#xtopa{}


#kehub{overflow:hidden;height:376px;margin:0 auto;position:relative;}
#jianb {height:100%;}
#zhengb {}
#xtopb{}


.out-foot{background: #000;border-bottom:1px solid #3d3d3d;padding-top: 20px;padding-bottom: 10px;margin-top:10px;}
.foot{width: 1200px;margin: 0 auto;}
.foo1{width: 146px;height: 138px;background: url(../images/shu1.png) no-repeat right 28px;}
.foo1-title{font:400 18px/60px "微软雅黑";color:#fff;}
.foo2{width: 300px;margin-left: 74px;background: url(../images/shu1.png) no-repeat right 28px;height: 138px;}
.foo3{width: 475px;margin-left: 84px;}
.foo4{width: 108px;}
.foo4 td{text-align: center;font:400 12px/26px "微软雅黑";color:#fff;}
.foo1-con{font:400 16px/24px "微软雅黑";color:#7b7b7b;}
.foo1-con a{font:400 16px/24px "微软雅黑";color:#7b7b7b;}

.foo1-con0{font:400 16px/24px "微软雅黑";color:#fff;}
.foo1-con0 a{font:400 16px/24px "微软雅黑";}


.foo1-con00{font:400 16px/32px "微软雅黑";color:#7b7b7b;}
.foo1-con00 a{font:400 16px/32px "微软雅黑";color:#7b7b7b;}


.x-linkk{width: 1200px;margin: 0 auto;line-height: 40px;}
.x-linkk a{color:#666;}

.container-fluid0{width: 1200px;margin: 0 auto;}
.x-copyright0{width: 1200px;text-align: left;font-size: 14px;color:#7f7f7f;     text-align: center;}
.x-copyright0 a{font-size: 14px;color:#7f7f7f;}


.searchh{width: 1200px;margin: 0 auto;margin-top: 10px;display:none;}
.searr{width: 206px;float: right;}


