body {
  text-align: left;
  padding: 0;
  margin: 0;
  font: 14px arial, helvetica, clean, sans-serif;
  color: #333;
  font-family: "microsoft yahei";
  height: auto;
  background: #fff;
  overflow-x: hidden;
}
div,
p,
li {
  word-break: break-all;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}
fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
a img {
  border: 0;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
li {
  list-style-type: none;
}
caption {
  text-align: left;
}
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 100%;
}
q:unknown {
  content: '';
}
html {
  min-width: 1280px;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #2a2b44;
  text-decoration: none;
}
.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.hidden {
  display: none;
}
.icon {
  background: url("../images/icon.png") no-repeat;
  display: block;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #2a2b44;
  font-size: 16px;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2a2b44;
  font-size: 16px;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #2a2b44;
  font-size: 16px;
}
/***********共用结束************/
/***首页*****/
/*******顶部*******/
.header_main {
  background: #fff;
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.1);
}
.header_main .header {
  position: relative;
  z-index: 2;
}
.header .logo {
  display: inline-block;
  margin-left: 5%;
  margin-top: 16px;
}
.header .nav {
  margin-left: 10%;
}
.header .nav li:first-child a {
  background: none;
}
.header .nav li {
  width: 140px;
  margin: 0 1px;
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  position: relative;
  float: left;
}
.header .nav li a {
  position: relative;
  color: #333;
}
.header .nav li a span {
  position: relative;
  z-index: 10;
}
.header .nav li i {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 125px;
  height: 39px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url("../images/head_on.png") no-repeat;
  z-index: 9;
  margin-left: -52px;
  display: none;
}
.header .nav li:hover i,
.header .nav li.hover i {
  display: block;
}
.header .nav li:hover a,
.header .nav li.hover a {
  color: #fff;
}
.header .nav a {
  display: inline-block;
  height: 70px;
  width: 100%;
}
.header .nav .sub-box {
  background: #2a2b44;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 80px;
  display: none;
}
.header .nav .sub-box p {
  line-height: 48px;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #40415f;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.header .nav .sub-box p .icon {
  width: 6px;
  height: 10px;
  background-position: -96px 0;
  position: absolute;
  top: 19px;
  left: 15px;
}
.header .nav .sub-box p a {
  color: #ddd;
  line-height: 48px;
  height: 48px;
  background: none;
  text-align: left;
  padding-left: 30px;
}
.header .nav .sub-box p:hover a {
  color: #fff;
}
.header .search-box {
  position: absolute;
  top: 25px;
  right: 137px;
  width: 72px;
  height: 34px;
  display: block;
  background: url("../images/head_right.jpg") left center no-repeat;
}
.header .search-box .butn {
  display: block;
  cursor: pointer;
  width: 41px;
  padding-left: 31px;
  height: 34px;
}
.header .search-box .butn i {
  width: 100%;
  height: 100%;
  background-position: 0 0;
  margin: 0 auto;
}
.header .search-box .butn.hov i {
  background-position: 0 -34px;
}
.header .share-sub {
  position: absolute;
  right: 45px;
  top: 0;
  width: 0;
  height: 34px;
  overflow: hidden;
  background: #000000;
  border-radius: 17px;
  z-index: 10;
}
.header .share-sub .sub-btn {
  border: none;
  width: 41px;
  height: 34px;
  background-position: 0 -68px;
  transition: ease-in-out 0.2s;
  outline: none;
}
.header .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 7px 10px;
  color: #fff;
  border: none;
  background: #000000;
  outline: none;
}
/*********togbtn*/
.togbtn .icon {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  width: 30px;
  height: 66px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 22;
}
.togbtn .icon.prev {
  background-position: -103px -0;
}
.togbtn .icon.prev:hover {
  margin-left: -10px;
}
.togbtn .icon.next {
  background-position: -137px 0;
}
.togbtn .icon.next:hover {
  margin-right: -10px;
}
.banner .togbtn .prev {
  left: 10%;
}
.banner .togbtn .next {
  right: 10%;
}

.in_head {
  padding-top: 38px;
  padding-bottom: 26px;
}
.in_head .right {
  line-height: 57px;
}
.in_head .right i {
  width: 57px;
  height: 57px;
  background-position: 0 -176px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  *margin-bottom: 5px;
}
.in_head .right span {
  color: #c00513;
  font-size: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.in_head .right b {
  font-size: 30px;
  color: #292929;
}
.nav_main {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.nav_main li:first-child {
  background: none;
}
.nav_main ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nav_main li {
  float: left;
  position: relative;
  display: block;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  background: url(../images/nav_li.png) left center no-repeat; margin:0 1px;
  zoom: 1;
}
.nav_main li a {
  display: block;
  *display: inline-block;
  position: relative;
  height: 100%;
  font-size: 18px;
  overflow: hidden;
  color: #000;
  padding: 0 19px;
  margin: 0 auto;
  border-radius: 10px;
}
.nav_main li a:hover,
.nav_main li a.hover,
.nav_main li #hover2 {
  cursor: pointer;
  color: #fff;
  background: #c00513;
}
.nav_main dl {
  width: 100%;
  padding-top: 8px;
  *padding-top: 0px;
  display: none;
  position: absolute;
  left: 0px;
  top: 48px;
  z-index: 1555;
  background: none;
}
.nav_main dl dd:first-child {
  border-radius: 10px 10px 0 0;
}
.nav_main dl dd:last-child {
  border-radius: 0 0 10px 10px;
}
.nav_main dl dd:first-child {
  border-radius: 10px 10px 0 0;
}
.nav_main dl dd:last-child {
  border-radius: 0 0 10px 10px;
}
.nav_main dl dd {
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 12;
  display: block;
  background: #c00513;
  width: 100%;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.nav_main dl dd a {
  color: #fff;
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  transition: ease-in-out 0.2s;
  border: none;
  padding: 0;
}
.nav_main dl dd:hover a {
  color: #fff;
  background: #e52a27;
  font-weight: 100;
  width: 100%;
  border: none;
}
.nav_main dl dd a.hover {
  border: none;
}
/****banner****/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 42.968%;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
}
.banner .list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.banner .prev,
.banner .next {
  width: 40px;
  height: 90px;
  position: absolute;
  left: 10%;
  z-index: 10;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.5;
  background: #000000;
  filter: alpha(opacity=50);display:none;
}
.banner .prev i,
.banner .next i {
  width: 14px;
  height: 26px;
  background-position: 0 0;
  margin: 0 auto;
  text-align: center;
  margin-left: 13px;
  margin-top: 32px;
}
.banner .next {
  left: auto;
  right: 10%;
}
.banner .next i {
  background-position: -15px 0;
  margin-left: 16px;
}
.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .tip {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45px;
  height: 14px;
  z-index: 3000;
  text-align: center;
}
.banner .tip li {
  margin: 0 10px;
  width: 30px;
  height: 5px;
  line-height: 10px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  *display: inline;
  *zoom: 1;
}
.banner .tip li.cur {
  background: #c00513;
  width: 40px;
}
.in_search {
     background: url(../images/in2_bg.jpg) center top no-repeat;
  line-height: 79px;
}
.in_search .left b {
  font-size: 18px;
  font-weight: 400;
  padding-right: 5px;
}
.in_search .left a {
  font-size: 16px;
  padding: 0 10px;
}
.in_search .right .search {
  width: 326px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #808080;
  position: relative;
  border-radius: 10px;
  margin-top: 17px;
  overflow: hidden;
  background: #fff;
}
.in_search .right input {
  border: 0;
  outline: none;
  display: block;
}
.in_search .right .txt {
  width: 100%;
  height: 20px;
  line-height: 20px;
  float: left;
  text-indent: 1em;
  padding: 11px 0 12px;
  background: none;
  color: #9e9e9e;
}
.in_search .right .btn {
  width: 34px;
  height: 37px;
  cursor: pointer;
  background-position: 0 -33px;
  position: absolute;
  right: 14px;
  top: 0;
  z-index: 10;
}
.in_tit {
  text-align: center;
  font-size: 40px; letter-spacing:16px;  padding-left:16px;;
  padding-top: 54px;
  padding-bottom: 49px;
}
.in_1 {
 background:url(../images/in1_bg.jpg) no-repeat center;
  height:950px;
}
.in_1  .in_tit{ padding-top:140px;padding-bottom:100px;}
.in_1 .left {
  width: 450px;
}
.in_1 .left h3 {
  font-size: 36px;
  padding-top: 21px;
  padding-bottom: 10px;
}
.in_1 .left h4 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 27px;
}
.in_1 .left p {
  line-height: 30px;
  color: #666;
}
.in_1 .left .a {
  margin-top: 35px;
}
.in_1 .left .a a {
  display: block;
  width: 153px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #666;
  float: left;
}
.in_1 .left .a a:first-child {
  background: #c00513;
  margin-right: 13px;
}
.in_1 .left .a a:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}
.in_1 .right {
  width: 684px;
  overflow: hidden;
}
.in_1 .right ul {
  width: 105%;
}
.in_1 .right li {
  float: left;
  width: 218px;
  margin-right: 14px;
  color: #fff;
  font-size: 24px;
  position: relative;
}
.in_1 .right li p {
  width: 100%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 0 0 10px 10px; letter-spacing:5px;
}
.in_1 .right li img {
  width: 218px;
  height: 290px;
  border-radius: 9px 9px 0 0;
  vertical-align: top;
}
.in_1 .right li a {
  display: block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.in_1 .right li:hover p {
  background: #c00513;
}
.in_2 {
  background: url(../images/in2_bg.jpg) center bottom no-repeat;
  
  height: 950px;
}
.in_kt{ background: url(../images/in2_kt.jpg) center bottom no-repeat;}
.in_yy{ background: url(../images/in2_yy.jpg) center bottom no-repeat;}
.in_2 .in_tit {
  padding-top: 89px;
}
.in_yy .in_tit{ padding-top:139px;}
.in_yy .body{overflow:hidden;}
.in_yy ul{width:140%; padding-top:10px}
.in_yy li{height:73px;line-height:73px;margin-bottom:44px;width:546px; padding-left:149px;font-size:21px;float:left; letter-spacing:5px;}
.in_yy li.l2,.in_yy li.l4,.in_yy li.l6,.in_yy li.l8{ letter-spacing:2px;}
.in_yy li.l3{width:506px;}
.in_kt .in_tit{padding-top: 179px;}
.in_2 .body .p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.in_2 .a {
  margin: 0 auto;
  margin-top: 35px;
  width: 319px;
}
.in_2 .a a {
  display: block;
  width: 153px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #666;
  float: left;
}
.in_2 .a a:first-child {
  background: #c00513;
  margin-right: 13px;
}
.in_2 .a a:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}
.in_3 {
  background: url(../images/in3_bg.jpg) center top no-repeat;
  height: 180px;
}
.in_3 .left {
  color: #fff;
}
.in_3 .left h3 {
  font-size: 34px;
  font-weight: 400;
  padding-top: 59px;
  padding-bottom: 11px;
}
.in_3 .left h3 span {
  font-weight: bold;
}
.in_3 .right {
  width: 423px;
  padding-top: 79px;
}
.in_3 .right .tel {
  float: left;
  border: 1px solid #d95f5e;
  width: 238px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  color: #fff;
  font-size: 23px;
}
.in_3 .right .tel i {
  width: 22px;
  height: 22px;
  background-position: 0 -74px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 23px;
}
.in_3 .right a {
  float: right;
  background: #e74631;
  color: #fff;
  display: block;
  width: 161px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
}
.in_3 .right a:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}
.in_4 {
  background: url(../images/in4_bg.jpg) center top no-repeat;
  height: 553px;text-align:center;    margin: 0 auto;
}
.in_4 .a {
  margin: 0 auto;
  margin-top: 135px;
  width: 319px;
}
.in_4 .a a {
  display: block;
  width: 153px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #666;
  float: left;
}
.in_4 .a a:first-child {
  background: #c00513;
  margin-right: 13px;
}
.in_4 .a a:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}
.in_gjzz{ background: url(../images/gjzz.jpg) center top no-repeat;height:950px;}
.in_4 .in_tit {
  padding-top: 157px;
  padding-bottom: 127px;
}
.in_4 .body {
  overflow: hidden;
  padding: 0 10px;
}
.in_4 .body .p{font-size: 16px;
    color: #666;
    line-height: 30px;}
.in_4 .body ul {
  width: 105%;
}
.in_4 .body li {
  float: left;  
  border-radius: 10px;
  
  width: 377px;
  margin-right: 31px;
  
  text-align: left;
}

.in_4 .body li h3 { padding:20px;background:#76c5f0;border-radius:10px 10px 0 0;
  font-size: 18px;border-bottom: 1px dashed #ddd;line-height: 30px;height: 60px;overflow: hidden;
}
.in_4 .body li p{font-size: 14px;line-height: 24px;overflow:hidden;height: 48px;background:#c1c1c1;border-radius:0 0 10px 10px; padding:20px;}
.in_4_add{height:950px;}
.in_4_add .in_tit{padding-top:84px; padding-bottom:80px;}
.in_4_add .body li{height:auto;width:280px; margin-right:25px;}
.in_4_add .body  li img{height:347px;width:260px;}
.in_4 .body li a:hover h3{color:#c00513;}
.more {
  width: 140px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 10px;
}
.more a {
  background: #c00513;
  color: #fff;
  text-align: center;
  width: 140px;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 5px;
}
.more a:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}
.in_5 {
  background: url(../images/in5_bg.jpg) center top no-repeat;
  height: 950px;
}
.in_5 .a {
  margin: 0 auto;
  margin-top: 35px;
  width: 319px;
}
.in_5 .a a {
  display: block;
  width: 153px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #666;
  float: left;
}
.in_5 .a a:first-child {
  background: #c00513;
  margin-right: 13px;
}
.in_5 .a a:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}
.in_5 .in_tit {
  padding-top: 127px;
}
.in_5 .in_tit h3 {
  line-height: 50px;
}
.in_5 .in_tit img {
  display: block;
  margin: 10px auto 0;
}
.in_5 .body{
  text-align: center;width:996px;
  margin: 0 auto 120px;overflow: hidden;
}
.in_5 h4{color:#fff;font-size:30px; letter-spacing:10px; padding-left:10px; padding-top:46px;padding-bottom:200px;}
.in_5 dl{width: 140%;}
.in_5 dl dd {
     margin-right:21px;float: left; margin-bottom: 46px;
}
.in_5 dl a {
  
    color: #333;
    font-size: 24px;
    width:138px;line-height:28px;text-align:center; padding:0 5px;
    display: block;
    
    
}
.in_5 dl a:hover {
  font-weight:bold;
}
.in_5 .picScroll-left {
  position: relative;
  margin-top: 40px;
}
.in_5 .picScroll-left .hd .prev,
.in_5 .picScroll-left .hd .next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 100%;
  background: #444;
  left: -70px;
  top: 50%;
  margin-top: -20px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}
.in_5 .picScroll-left .hd .next {
  left: auto;
  right: -70px;
}
.in_5 .picScroll-left .hd .next i,
.in_5 .picScroll-left .hd .prev i {
  width: 9px;
  height: 14px;
  background-position: 0 -101px;
  margin: 0 auto;
  margin-top: 13px;
}
.in_5 .picScroll-left .hd .next i {
  background-position: -11px -101px;
  margin-left: 17px;
}
.in_5 .picScroll-left .hd .next:hover,
.in_5 .picScroll-left .hd .prev:hover {
  background: #c00513;
}
.in_5 .picScroll-left .bd ul {
  zoom: 1;
}
.in_5 .picScroll-left .bd ul li {
  float: left;
  _display: inline;
  text-align: center;
  width: 284px;
  border: 1px solid #dfdfdf;
  height: 517px;
  background: url(../images/in5_li.jpg) no-repeat;
  margin-right: 18px;
  margin-bottom: 10px;
}
.in_5 .picScroll-left .bd ul li img {
  padding-top: 16px;
}
.in_5 .picScroll-left .bd ul li h3 {
  padding-top: 31px;
  font-size: 26px;
  font-weight: 400;
}
.in_5 .picScroll-left .bd ul li p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  padding: 0 20px;
  padding-top: 46px;
}
.in_5 .picScroll-left .bd ul li:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}
.in_6 {
  background:url(../images/in6_bg.jpg) no-repeat center;
  height:950px;
}
.in_6 .in_tit {
  padding-top: 84px;
  text-align: center;
}
.in_6 .in_tit h3 {
  line-height: 50px;
}
.in_6 .in_tit img {
  vertical-align: top;
  margin-top: 10px;
}
.in_6 .more {
  margin-top: 25px;
}
.in_6 .body2{overflow:hidden;}
.in_6 .body2 ul{width:140%; padding-top:20px}
.in_6 .body2 li{height:73px;line-height:73px;margin-bottom:44px;width:306px; padding-left:280px;font-size:21px;float:left; letter-spacing:8px;}
.in_6 .body2 li a:hover{color:#fff;}
.in_6 .body .left {
  width: 781px;
}
.in_6 .body .left li {
  border-top: 1px solid #e9e8e7;
  padding-top: 28px;
  margin-bottom: 28px;
}
.in_6 .body .left li img {
  float: left;
  width: 161px;
  height: 121px;
  margin-right: 28px;
}
.in_6 .body .left li h3 {
  font-size: 18px;
  padding-bottom: 17px;
  font-weight: 400;
  padding-top: 12px;
}
.in_6 .body .left li p {
  color: #666;
  line-height: 28px;
}
.in_6 .body .left li a {
  display: block;
  width: 100%;
  height: 100%;
}
.in_6 .body .left li:hover h3 {
  color: #c00513;
}
.in_6 .body .left li:first-child {
  padding-top: 0;
  border: none;
}
.in_6 .body .right {
  width: 366px;
  border: 1px solid #f0e1ca;
  border-radius: 5px;
  background: #fff;
  padding: 7px;
}
.in_6 .body .right .slideBox {
  overflow: hidden;
  position: relative;
}
.in_6 .body .right .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 24px;
  bottom: 25px;
  z-index: 1;
}
.in_6 .body .right .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.in_6 .body .right .slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 13px;
  height: 13px;
  line-height: 14px;
  text-align: center;
  background: #666;
  cursor: pointer;
  border-radius: 100%;
  text-indent: -1000px;
}
.in_6 .body .right .slideBox .hd ul li.on {
  background: #c00513;
  color: #fff;
}
.in_6 .body .right .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.in_6 .body .right .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.in_6 .body .right .slideBox .bd li h3 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding: 38px 24px 16px;
}
.in_6 .body .right .slideBox .bd li p {
  line-height: 24px;
  color: #666;
  padding: 0 24px 64px;
}
.in_6 .body .right .slideBox .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}
.in_6 .body .right .slideBox .bd li:hover h3 {
  color: #c00513;
}
.in_6 .body .right .slideBox .bd img {
  width: 100%;
  height: 275px;
  display: block;
}
.bottom_main {
  background: #252525;
  padding-top: 62px;
}
.bottom_main .box1 {
  padding-bottom: 50px;
}
.bottom_main .box1 .left dl {
  color: #fff;
  float: left;
  margin-right: 72px;
}
.bottom_main .box1 .left dl dt {
  background: url(../images/bottom_line.png) left bottom no-repeat;
  height: 51px;
  margin-bottom: 24px;
}
.bottom_main .box1 .left dl dt a {
  color: #fff;
  font-size: 18px;
}
.bottom_main .box1 .left dl dd {
  line-height: 26px;
}
.bottom_main .box1 .left dl dd p {
  color: #ccc;
}
.bottom_main .box1 .left dl dd a {
  color: #ccc;
}
.bottom_main .box1 .left dl dd:hover a {
  color: #fff;
}
.bottom_main .box1 .left dl dt:hover a {
  padding-left: 5px;
  transition: ease-in-out .2s;
}
.bottom_main .box1 .right {
  text-align: right;
  color: #fff;
}
.bottom_main .box1 .right h3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.bottom_main .box1 .right p {
  font-size: 18px;
  font-weight: bold;
}
.bottom_main .copy {
  border-top: 1px solid #434343;
  line-height: 57px;
  color: #999;
}
.bottom_main .copy a {
  color: #999;
}
.bottom_main .copy a:hover {
  color: #fff;
}
/********togbtn end****/
/*wrap*/
.wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.wrap .mouse-ico {
  position: absolute;
  width: 15px;
  height: 25px;
  left: 50%;
  margin-left: -7px;
  bottom: 58px;
  z-index: 20;
}
.wrap .mouse-ico span {
  width: 15px;
  height: 25px;
  background-position: 0 -127px;
}
.wrap .mouse-ico span.mouse {
  animation: mousemove 3s linear 1s infinite;
}
#menu {
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -46px;
  z-index: 10;
  width: 18px;
}
#menu li {
  width: 12px;
  height: 12px;
  position: relative;
  border: 1px solid #2a2b44;
  cursor: pointer;
  margin-left: 1px;
  margin-bottom: 6px;
  border-radius: 100%;
  text-indent: -1000px;
  background: #fff;
}
#menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
#menu li.active {
  background: #2a2b44;
  width: 14px;
  height: 14px;
  border: #fff solid 1px;
  margin-left: 0;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 60px;
  top: 50%;
  margin-top: -110px;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0;
  border-radius: 48px;
  border: 1px solid #2a2b44;
  margin-bottom: 5px;
  background: #2a2b44 url("../images/fix-ico.png") no-repeat center 0;
}
.rightFix .ico img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 3px;
  background: #2a2b44;
  border: 1px solid #2a2b44;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #2a2b44;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}
.rightFix .ico:hover {
  background-color: #2a2b44;
  border-color: #2a2b44;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-qq {
  background-position: 11px -40px;
}
.rightFix .fix-qq:hover {
  background-position: -33px -40px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix-ewm2 {
  background-position: 11px -192px;
}
.rightFix .fix-ewm2:hover {
  background-position: -33px -192px;
}
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.index_title {
  text-align: center;
}
.index_title h3 {
  color: #000;
  font-size: 33px;
  
  line-height: 35px;
  font-weight: bold;
}
.ny_main .index_title {
  background: url(../images/line.png) center bottom no-repeat;
  padding-bottom: 30px;
}
.section_2 {
  position: relative;
  background: #fff url("../images/section_bg2.jpg") center 80px no-repeat;
  background-size: cover;
}
.section_2 .screen-main {
  height: 490px;
  margin-top: -245px;
}
.section_2 .body {
  padding-top: 77px;
}
.section_2 .body .left {
  width: 720px;
}
.section_2 .body .left p {
  line-height: 30px;
  padding-bottom: 20px;
}
.section_2 .body .left a:hover img {
  transition: ease-in-out;
  transform: translateX(10px);
}
.section_2 .body .right {
  width: 360px;
}
.section_2 .body .right a:hover img {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}
.section_3 {
  background: url("../images/section_bg3.jpg") center top no-repeat;
  background-size: cover;
}
.section_3 .screen-main {
  height: 664px;
  margin-top: -280px;
}
.section_3 .body {
  overflow: hidden;
  height: 520px;
  margin-top: 30px;
}
.section_3 ul {
  width: 105%;
}
.section_3 li {
  width: 236px;
  height: 520px;
  position: relative;
  float: left;
  margin-right: 18px;
  transition: ease-in-out 0.2s;
  background: #fff;
  text-align: center;
  padding: 0 25px;
}
.section_3 li p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  padding-top: 26px;
}
.section_3 li .img {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 205px;
  height: 327px;
}
.section_3 li .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section_3 li .bg b {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  margin: 232px auto 0;
}
.section_3 li .bg h4 {
  font-size: 28px;
  color: #fff;
  
  padding-top: 30px;
}
.section_3 li h3 {
  color: #000;
  text-align: center;
  font-size: 28px;
   
  font-weight: bold;
  padding-top: 350px;
  padding-bottom: 10px;
}
.section_3 li .line {
  position: absolute;
  z-index: 10;
  left: 67px;
  top: 105px;
}
.section_3 li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section_3 li:hover .bg {
  background: url("../images/s3_on.jpg") no-repeat;
  opacity: 1;
  transition: ease-in-out 0.2s;
}
.section_3 li:hover .bg b {
  transition: ease-in-out 0.2s;
  margin: 212px auto 0;
}
.section_4 {
  background: #fff url("../images/section_bg4.jpg") center bottom no-repeat;
  background-size: cover;
}
.section_4 .screen-main {
  height: 538px;
  margin-top: -269px;
}
.section_4 .screen-main .more {
  display: block;
  width: 235px;
  height: 51px;
  line-height: 51px;
  background: url("../images/s4_more.png") no-repeat;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 70px;
  transition: ease-in-out 0.2s;
}
.section_4 .screen-main .more a {
  color: #fff;
  display: block;
  width: 100%;
  transition: ease-in-out .2s;
  height: 100%;
}
.section_4 .screen-main .more:hover a {
  transform: scale(1.1);
}
.section_4 .screen-main .picScroll-left {
  position: relative;
  margin-top: 30px;
}
.section_4 .screen-main .picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  text-align: center;
  margin-top: 40px;
}
.section_4 .screen-main .picScroll-left .hd ul {
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.section_4 .screen-main .picScroll-left .hd ul li {
  width: 20px;
  height: 20px;
  overflow: hidden;
  float: left;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/icon.png") no-repeat;
  background-position: -44px 0;
}
.section_4 .screen-main .picScroll-left .hd ul li.on {
  background-position: -64px 0;
}
.section_4 .screen-main .picScroll-left .bd {
  overflow: hidden;
}
.section_4 .screen-main .picScroll-left .bd ul {
  zoom: 1;
}
.section_4 .screen-main .picScroll-left .bd ul li {
  margin-right: 60px;
  float: left;
  _display: inline;
  text-align: left;
  width: 290px;
  height: 197px;
  background: url("../images/s4_li.png") no-repeat;
  padding: 35px;
  transition: ease-in-out 0.2s;
  margin-top: 30px;
}
.section_4 .screen-main .picScroll-left .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.section_4 .screen-main .picScroll-left .bd ul li h5 {
  font-size: 16px;
  color: #666;
  font-family: arial;
  font-weight: 400;
  padding-top: 10px;
}
.section_4 .screen-main .picScroll-left .bd ul li h3 {
  font-size: 20px;
  color: #363747;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.section_4 .screen-main .picScroll-left .bd ul li p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding-bottom: 25px;
}
.section_4 .screen-main .picScroll-left .bd ul li span {
  color: #2a2b44;
  font-size: 16px;
}
.section_4 .screen-main .picScroll-left .bd ul li:hover {
  background: url("../images/s4_on.png") no-repeat;
  transform: translateY(-10px);
}
.section_4 .screen-main .picScroll-left .bd ul li:hover h5 {
  color: #fff;
}
.section_4 .screen-main .picScroll-left .bd ul li:hover h3 {
  color: #fff;
}
.section_4 .screen-main .picScroll-left .bd ul li:hover p {
  color: #fff;
}
.section_4 .screen-main .picScroll-left .bd ul li:hover span {
  color: #fff;
}
.section_5 {
  background: #fff url("../images/s5_bg.jpg") center 80px no-repeat;
  background-size: cover;
}
.section_5 .screen-main {
  height: 634px;
  margin-top: -300px;
}
.section_5 .screen-main .box1 {
  padding: 20px 44px 30px;
}
.section_5 .screen-main .box1 .map {
  width: 510px;
  height: 250px;
  border: 1px solid #9293a0;
  float: left;
}
.section_5 .screen-main .box1 .right {
  width: 540px;
}
.section_5 .screen-main .box1 .right li {
  margin-top: 20px;
}
.section_5 .screen-main .box1 .right li img {
  float: left;
  margin-right: 17px;
  margin-bottom: 16px;
}
.section_5 .screen-main .box1 .right li p {
  color: #616279;
  padding-top: 15px;
}
.section_5 .screen-main .box1 .right li p.p {
  padding-top: 0;
}
.section_5 .screen-main .box1 .right li h3 {
  font-size: 20px;
  color: #2a2b44;
}
.section_5 .screen-main form {
  padding: 0px 44px;
}
.section_5 .screen-main form ul {
  width: 115%;
}
.section_5 .screen-main form li {
  float: left;
  height: 51px;
  line-height: 51px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #2a2b44;
  font-size: 16px;
}
.section_5 .screen-main form li span {
  padding-right: 10px;
  padding-left: 10px;
}
.section_5 .screen-main form li input {
  border: none;
  outline: none;
}
.section_5 .screen-main form .l1 {
  width: 240px;
  height: 51px;
  background: url(../images/s5_input_name.png) no-repeat;
}
.section_5 .screen-main form .l1 input {
  width: 168px;
}
.section_5 .screen-main form .l2 {
  width: 290px;
  height: 51px;
  background: url(../images/s5_input_tel.png) no-repeat;
}
.section_5 .screen-main form .l2 input {
  width: 210px;
}
.section_5 .screen-main form .l3 {
  width: 549px;
  height: 51px;
  background: url(../images/s5_input_add.png) no-repeat;
}
.section_5 .screen-main form .l3 input {
  width: 468px;
}
.section_5 .screen-main form textarea {
  background: url(../images/s5_input_con.png) no-repeat;
  width: 1059px;
  height: 71px;
  resize: none;
  padding: 20px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  border: none;
}
.section_5 .screen-main form .btn {
  border: none;
  background: url(../images/s5_btn.png) no-repeat;
  width: 1100px;
  height: 51px;
  line-height: 51px;
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 20px;
}
.section_5 .screen-main form .btn:hover {
  transform: translateY(-5px);
}
.section_5 .screen-main .context_top {
  width: 1200px;
  height: 21px;
  background: url("../images/context_top.png") center top no-repeat;
}
.section_5 .screen-main .context_bottom {
  width: 1200px;
  height: 23px;
  background: url("../images/context_bottom.png") center bottom no-repeat;
}
.section_5 .screen-main .context_body {
  background: url("../images/context_con.png") repeat-y;
}
/*animated*/
.onactive .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.active .animated.fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.active .opacityA {
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}
/* 浜厜 */
.hvr-light {
  overflow: hidden;
  position: relative;
}
.hvr-light:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 370px;
  top: -0px;
  left: -200px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
}
.hvr-light:hover:before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 1300px;
}
.hvr-light:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@keyframes opacityA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.active .scale {
  -webkit-animation-name: scale;
  animation-name: scale;
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes rotates {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotates {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.active .start {
  -webkit-animation-name: start;
  animation-name: start;
  animation-iteration-count: infinite;
}
@-webkit-keyframes start {
  0%,
  30% {
    opacity: 0.5;
    -webkit-transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate(0, -6px);
  }
}
@-moz-keyframes start {
  0%,
  30% {
    opacity: 0.5;
    -moz-transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translate(0, -6px);
  }
}
@keyframes start {
  0%,
  30% {
    opacity: 0.5;
    transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0.5;
    transform: translate(0, -6px);
  }
}
@keyframes mousemove {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.onactive .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .Swing1 {
  -webkit-animation-name: Swing1;
  animation-name: Swing1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes Swing1 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes Swing1 {
  0% {
    -webkit-transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
  }
}
@-moz-keyframes Swing1 {
  0% {
    -moz-transform: rotate(-5deg);
  }
  50% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}
@-o-keyframes Swing1 {
  0% {
    -oz-transform: rotate(-5deg);
  }
  50% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1500px) {
  .header .logo {
    margin-left: 2%;
  }
  .header .nav {
    margin-left: 3%;
  }
  .header .nav li {
    width: 125px;
  }
  .header .search-box {
    right: 70px;
  }
  .wrap .mouse-ico {
    bottom: 20px;
  }
  .section_2 .screen-main .index_title img {
    height: 70px;
  }
  .section_2 .screen-main {
    height: 400px;
    margin-top: -170px;
  }
  .section_2 .body {
    padding-top: 30px;
  }
  .section_3 .body {
    margin-top: 15px;
  }
  .section_3 .screen-main .index_title img {
    height: 70px;
  }
  .section_3 .screen-main {
    height: 480px;
    margin-top: -190px;
  }
  .section_3 li {
    height: 360px;
  }
  .section_3 li h3 {
    padding-top: 300px;
  }
  .section_3 li p {
    display: none;
  }
  .section_3 li img {
    display: none;
  }
  .section_3 li .bg b {
    margin: 152px auto 0;
  }
  .section_3 li:hover .bg b {
    margin: 132px auto 0;
  }
  .section_3 li:hover .bg h4 {
    font-size: 20px;
  }
  .section_4 .screen-main .index_title img {
    height: 70px;
  }
  .section_4 .screen-main .picScroll-left .bd ul li {
    margin-top: 15px;
  }
  .section_4 .screen-main {
    height: 460px;
    margin-top: -190px;
  }
  .section_4 .screen-main .picScroll-left {
    margin-top: 0;
  }
  .section_4 .screen-main .picScroll-left .hd {
    margin-top: 15px;
  }
  .section_4 .screen-main .more {
    margin-top: 10px;
  }
  .section_5 .screen-main .box1 {
    padding: 10px 44px 15px;
  }
  .section_5 .screen-main .context_top {
    display: none;
  }
  .section_5 .screen-main .context_bottom {
    display: none;
  }
  .section_5 .screen-main .context_body {
    background: none;
  }
  .section_5 .screen-main {
    height: 500px;
    margin-top: -200px;
  }
  .section_5 .screen-main .box1 .map {
    height: 200px;
  }
  .section_5 .screen-main .box1 .right li {
    margin-top: 5px;
  }
  .section_5 .screen-main .box1 .right .img {
    height: 30px;
  }
  .section_5 .screen-main form textarea {
    background: url(../images/s5_input_con2.png) no-repeat;
    height: 31px;
    padding: 10px;
    line-height: 31px;
    width: 1079px;
  }
}
.ny_body .nav_main  {
   padding-bottom:10px;
}

.ny_main {
  width: 100%;
  padding-bottom: 80px;background:#f6f6f6;
}
.ny_main .sub {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  margin-top:50px;
  margin-bottom: 35px;
}
.ny_main .sub ul {
  display:inline-block;*display:inline;*zoom:1;
}
.ny_main .sub li {
  float: left;
  height: 51px;
  line-height: 51px;
  margin-bottom: 10px;
}
.ny_main .sub a {
  float: left;
  background:#808080;
  text-align: center;
  width: auto;color:#fff;border-radius:10px;
  margin: 0 16px;    padding: 0 15px;
}
.ny_main .sub_about ul {
  padding-left: 0;
}
.ny_main .sub_about li a {
  margin: 0 0px;
}
.ny_main .sub a.hover,
.ny_main .sub a:hover {
  background:#c00513;
  color: #fff;
}
.ny_main .context .context_top {
  width: 1200px;
  height: 21px;display:none;
  background: url("../images/context_top.png") center top no-repeat;
}
.ny_main .context .context_body {
  background:#fff;;
}
.ny_main .context .context_body .line {
  padding: 35px;
  min-height: 600px;
}
.ny_main .context .context_body .line .page {
  line-height: 30px;
  overflow: hidden;
  padding:35px;
}
.ny_main .context .context_body .line .page img {
  max-width: 100%;
}
.ny_main .context .context_bottom {
  width: 1200px;
  height: 23px;display:none;
  background: url("../images/context_bottom.png") center top no-repeat;
}
.ny_main .context .context_body .line.contact {
  padding: 0;
}
.ny_main .contact.line {
  padding: 0;
}
.ny_main .sideMenu {
  margin: 0 auto;
  padding-bottom: 20px;
}
.ny_main .sideMenu .item {
  border: 1px solid #dcdcdc;
  margin-top: 22px;
}
.ny_main .sideMenu .item .left {
  line-height: 60px;
  height: 60px;
}
.ny_main .sideMenu .item:first-child {
  margin-top: 0;
}
.ny_main .sideMenu .item.on .title .left h3 {
  background: #5a0f0c;
  color: #fff;
  padding-right: 38px;
}
.ny_main .sideMenu .item.on .title .right i {
  background-position: -118px -80px;
}
.ny_main .sideMenu .item .title .left h3 {
  font-size: 20px;
  color: #000;
  font-weight: 100;
}
.ny_main .sideMenu .item .title .left h3 i {
  width: 22px;
  height: 24px;
  background-position: -307px 0;
  float: left;
  margin-right: 15px;
  margin-left: 19px;
  margin-top: 18px;
}
.ny_main .sideMenu .item .title .right i {
  width: 36px;
  height: 36px;
  background-position: -79px -80px;
  margin-top: 12px;
  margin-right: 20px;
}
.ny_main .sideMenu .item .title p {
  color: #005b9c;
  display: block;
  font-size: 18px;
}
.ny_main .sideMenu ul {
  padding: 15px;
  margin-top: 0;
  color: #190b09;
  display: none;
  line-height: 28px;
}
.ny_main .sideMenu ul table {
  border: 1px solid #dcdcdc;
}
.ny_main .news_list {
  overflow: hidden;
}
.ny_main .news_list ul {
  width: 115%;
}
.ny_main .news_list li {
  margin-right:46px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 575px;background:#fff;
  height: 163px;
  position: relative;border:1px solid #ddd;
  margin-bottom: 30px;
}
.ny_main .news_list li .bg {
  width: 575px;
  
  height: 163px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.ny_main .news_list li .img {
  width: 190px;
  height: 143px;
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 8;
}
.ny_main .news_list li .box {
  position: absolute;
  left: 220px;
  top: 10px;
  width: 325px;
  z-index: 11;
  text-align: left;
}
.ny_main .news_list li h3 {
  font-size: 18px;
  font-weight: 100;
  padding-top: 19px;
  padding-bottom: 10px;
}
.ny_main .news_list li p {
  padding-top: 10px;
  color: #666;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
.ny_main .news_list li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ny_main .news_list li a:hover p {
  color: #2a2b44;
}
.ny_main .news_list li a:hover .box img {
  transition: ease-in-out .2s;
  transform: translateX(10px);
}
/* pager */
.pager {
  padding: 30px 0 50px;
  text-align: center;
  *zoom: 1;
  *padding: 40px 0 30px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}
.pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}
.pager ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 30px;
  padding: 0 13px;
  transition: all ease 300ms;
  color: #000000;
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
}
.pager ul a.current,
.pager ul a:hover {
  color: #fff;
  border: 1px solid #c00513;
  background:#c00513;
}
.ny_3 {
  padding-top: 0;
}
.ny_3_top {
  padding-top: 78px;
  min-height: 850px;
}
.ny_3 .sub li {
  float: left;
  height: 20px;
  line-height: 20px;
}
.ny_3 .sub i {
  width: 12px;
  height: 12px;
  background-position: -40px 0;
  float: left;
  margin-top: 4px;
}
.ny_3 .sub a {
  float: left;
  padding: 0 30px;
  width: auto;
  margin: 0 auto;
  background: none;
}
.ny_3 .sub a.hover,
.ny_3 .sub a:hover {
  background: none;
  color: #5a0f0c;
  font-weight: bold;
}
.ny_4 .ny_4_top {
  padding-top: 50px;
}
.ny_5 {
  background: url("../images/ny4.jpg") right bottom no-repeat;
  padding-top: 0;
}
.ny_5 .ny_5_top {
  background: url("../images/ny4_top.jpg") left top no-repeat;
  padding-top: 78px;
}
.local {
  border-bottom: 1px dotted #e3d6d5;
  text-align: right;
  color: #999;
  padding-bottom: 15px; margin-bottom:30px; padding-top:20px;
  line-height: 16px;
}
.local a {
  color: #999;
}
.local a:hover {
  color: #5a0f0c;
}
.remm {
  padding-top: 37px;
}
.remm .tit {
  padding-bottom: 15px;
  line-height: 26px;
}
.remm .tit .left {
  font-size: 24px;
  color: #190b09;
  padding-left: 10px;
}
.remm .news_list {
  min-height: auto;
}
.remm .product_list {
  min-height: auto;
}
.remm .news_list li {
  margin-bottom: 0;
}
.erro {
  text-align: center;
}
.erro img {
  height: 380px;
}
/*showNews*/
.showNews {
  margin: 0 auto;
}
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #190b09;
  line-height: 63px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-weight: 100;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px;
  border-top: 1px dotted #e9e9e9;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
  min-height: 500px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.showNews .showContxt td {
  padding: 4px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  WORD-WRAP: break-word;
  TABLE-LAYOUT: fixed;
  word-break: break-all;
}
.shareNew {
  padding-bottom: 25px;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 10%;
  width: 86%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.map_ul .list-inline a:hover {
  background: #2a2b44;
  color: #fff;
  border: 1px solid #2a2b44;
}
/* reLink */
.reLink {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-top: 1px dotted #e3d6d5;
  overflow: hidden;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 49%;
  display: block;
  font-size: 16px;
  text-align: left;
  color: #666;
}
.reLink .nextLink a:hover,
.reLink .prevLink a:hover {
  color: #5a0f0c;
}
.reLink .nextLink {
  text-align: right;
}
.product_list {
  overflow: hidden;
  min-height: 500px;background:#fff; padding:20px;
}
.product_list ul {
  width: 115%;
}
.product_list li {
  float: left;
  width: 366px;
  height: 380px;
  margin-right: 51px;
  text-align: center;
}

.product_list li .img {
  display: block;
  width: 344px;
  height: 258px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
 
}

.product_list li .img img {
  width: 346px;
  height: 260px;
  overflow: hidden;
  transition: ease-in-out 0.2s;
}
.product_list li .img .on {
  width: 346px;
  height: 260px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url("../images/on_4.png") repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product_list li .img .on i {
  width: 22px;
  height: 22px;
  background-position: -10px -74px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 50%;
  margin-top: -0px;
  transition: ease-in-out 0.2s;
}
.product_list li .txt {
  border: 1px solid #ddd;
  border-top: none;
  width: 364px;
  height: 60px;
  line-height: 60px;
  border-radius: 0 0 5px 5px;
}
.product_list li .txt h3 {
  font-size: 20px;
  font-weight: 100;
  color: #190b09;
}
.product_list li:hover .txt h3 {
  color:#c00513;
}
.product_list li:hover .img .on i {
  margin-top: -11px;
}
.imgH ul{padding-left:19px; padding-top:15px;}
.imgH li{width:260px;  height:440px; margin-right:40px;}
.imgH li .img{ width:240px; height:320px;}
.imgH li .img img{ width:240px; height:320px;}
.imgH li .txt{width:260px;}
.hezuo_list li {
  margin-right: 26px;
  float: left;
  _display: inline;
  text-align: left;
  width: 250px;
  height: 109px;
  background: url("../images/about4_li.png") no-repeat;
  padding: 12px 15px;
  transition: ease-in-out 0.2s;
  margin-top: 30px;
}
.hezuo_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hezuo_list li:hover {
  transform: translateY(-10px);
}
.hezuo_list li a img {
  display: block;
  width: 249px;
  height: 106px;
}
.product_show .left {
  width: 500px;
}
.product_show .left .slideBox {
  width: 500px;
  height: 375px;
  overflow: hidden;
  position: relative;
}
.product_show .left .slideBox .hd {
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
.product_show .left .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.product_show .left .slideBox .hd ul li {
  float: left;
  margin-right: 14px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  background-position: -178px -88px;
}
.product_show .left .slideBox .hd ul li.on {
  background-position: -196px -88px;
}
.product_show .left .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.product_show .left .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.product_show .left .slideBox .bd img {
  width: 500px;
  height: 375px;
  display: block;
}
.product_show .right {
  width: 551px;
}
.product_show .right .local_right {
  text-align: right;
  color: #999;
}
.product_show .right .local_right a {
  color: #999;
}
.product_show .right .local_right a:hover {
  color: #5a0f0c;
}
.product_show .right h1 {
  font-size: 24px;
  color: #190b09;
  font-weight: 100;
  padding-top: 30px;
  margin-bottom: 17px;
}
.product_show .right p {
  padding-top: 45px;
  line-height: 26px;
  color: #666;
}
.product_show .right .wx {
  display: block;
  background: url("../images/ny_on.png") no-repeat;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}
.product_tit {
  background: url("../images/product_tit.png") right center no-repeat;
  font-size: 24px;
  margin-top: 43px;
  margin-bottom: 20px;
}
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url("../images/dialogClose.png") no-repeat center center;
  transition: all ease 300ms;
}
.ewmbox .close:hover {
  transform: rotate(180deg);
}
.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.map_tit {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #5a0f0c;
  text-align: center;
  font-size: 18px;
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
.map_nav li {
  float: left;
  line-height: 30px;
  width: 10%;
}
.map_nav li i {
  width: 12px;
  height: 12px;
  background-position: -40px 0;
  margin-right: 10px;
  float: left;
  margin-top: 9px;
}
.map_nav li a.hover {
  color: #5a0f0c;
  font-weight: bold;
}
.map_local {
  margin-bottom: 10px;
}
.ny_main .context .context_body .map_all {
  min-height: inherit;
}
.contact .box1 {
  padding:35px 44px 30px;
}
.contact .box1 .map {
  width: 510px;
  height: 250px;
  border: 1px solid #9293a0;
  float: left;
}
.contact .box1 .right {
  width: 540px;
}
.contact .box1 .right li {
  margin-top: 20px;
}
.contact .box1 .right li img {
  float: left;
  margin-right: 17px;
  margin-bottom: 16px;
}
.contact .box1 .right li p {
  color: #616279;
  padding-top: 15px;
}
.contact .box1 .right li p.p {
  padding-top: 0;
}
.contact .box1 .right li h3 {
  font-size: 20px;
  color: #2a2b44;
}
.contact form {
  padding: 0 44px;
}
.contact form ul {
  width: 115%;
}
.contact form li {
  float: left;
  height: 51px;
  line-height: 51px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #2a2b44;
  font-size: 16px;
}
.contact form li span {
  padding-right: 10px;
  padding-left: 10px;
}
.contact form li input {
  border: none;
  outline: none;
}
.contact form .l1 {
  width: 238px;
  height:49px;
  border:1px solid #ddd;
}
.contact form .l1 input {
  width: 168px;
}
.contact form .l2 {
  width: 288px;
  height:49px;
  border:1px solid #ddd;
}
.contact form .l2 input {
  width: 210px;
}
.contact form .l3 {
  width: 547px;
  height: 49px;
  border:1px solid #ddd;
}
.contact form .l3 input {
  width: 468px;
}
.contact form textarea {
  border:1px solid #ddd;
  width: 1057px;
  height:69px;
  resize: none;
  padding: 20px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
 
}
.contact form .btn {
  border: none;
  background:#2a2b44;
  width: 1100px;
  height: 51px;
  line-height: 51px;
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 20px;
}
.contact form .btn:hover {
  transform: translateY(-5px);
}
.news {
  padding-top:35px;
}
.news li {
  padding: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  margin-bottom: 50px;
}
.news li .img {
  width: 360px;
  float: left;
  height: 205px;
  overflow: hidden;
}
.news li .img img {
  width: 360px;
  height: 205px;
  transition: .9s;
}
.news li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.news li:hover {
  box-shadow: 4px 4px 4px #ddd;
}
.news li .p {
  width: 758px;
  float: right;
}
.search_li li .p {
  width: 1080px;
  padding-bottom: 20px;
}
.news li .p h1 {
  color: #363636;
  font-size: 24px;
  font-weight: 100;
  padding: 28px 0;
}
.news li .p p {
  color: #363636;
  line-height: 24px;
  padding-bottom: 24px;
}
.news li .p span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}
.news li .p i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}
.news li .p .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}
.sub_banner {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.sub_banner h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  padding-top: 104px;
  line-height: 42px;
  height: 42px;
  margin-bottom: 12px;
}
.sub_banner h3 b {
  float: left;
  font-weight: bold;
   
}
.sub_banner h3 span {
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  float: left;
  margin-left: 40px;
  margin-top: 22px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sub_banner p {
  color: #fff;
}
.sub_banner p a {
  color: #fff;
}
.sub_banner p i {
  width: 16px;
  height: 14px;
  background-position: -46px -26px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 2px;
}
.sub_banner p a:hover {
  color: #fff;
}
.about_1_main {
  background: #fff;
  width: 100%;
  padding-bottom:50px;
  text-align: center;
}
.about_1_main .tit {
  text-align: center;
  background: url("../images/about1_tit_bg.png") center top no-repeat;
  height: 209px;
  margin-bottom: 53px;
}
.about_1_main .tit h3 {
  padding-top: 99px;font-size:40px;
}
.about_1_main .tit p {
  font-size: 24px;
  padding-top: 10px;
}
.about_1_main .body {
  padding: 0 53px;
}
.about_1_main .body img {
  margin: 0 auto 22px;
  display: block;
  transition: ease-in-out 0.2s;
}
.about_1_main .body img:hover {
  transform: scale(1.02);
}
.about_1_main .body p {
  line-height: 26px;
  color: #252525;
}
.about_1_main .body .more {
 
  width: 183px;
  text-align: center;
  color: #fff;
  height: 41px;
  line-height: 41px;
  margin: 34px auto 0;
}
.about_1_main .body .more a {
  display: block;
  width: 100%;
  height: 100%;
  background: #c00513;
  color: #fff;
  font-size: 17px;
  transition: ease-in-out 0.2s;
}


.about_2_main {
  background: url("../images/about2_bg.jpg") repeat-x;
  height: 149px;
  width: 100%;
}
.about_2_main .w1200 {
  position: relative;
}
.about_2_main .w1200 .img {
  position: absolute;
  right: -300px;
  top: -60px;
}
.about_2_main .left {
  width: 834px;
  color: #fff;
}
.about_2_main .left img {
  padding-top: 32px;
  float: left;
  padding-right: 75px;
}
.about_2_main .left h3 {
  font-size: 30px;
  font-weight: 400;
   
  padding-top: 35px;
}
.about_2_main .left p {
  font-size: 34px;
  font-family: arial;
}
.about_2_main .right {
  width: 248px;
  height: 55px;
  border: 3px solid #888994;
  padding: 3px;
  margin-top: 40px;
}
.about_2_main .right a {
  display: block;
  border: 1px solid #888994;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.about_2_main .right a:hover {
  background: #9c282c;
  border: 1px solid #9c282c;
}
.about_2_main .right:hover {
  box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.2);
}
.about_3_main {
  background: #f8f8f8 url("../images/about3_bg.jpg") center bottom no-repeat;
  width: 100%;
  height: 679px;
}
.about_3_main .left {
  background: url("../images/about3_left.png") no-repeat;
  width: 911px;
  height: 537px;
  margin-top: 64px;
  overflow: hidden;
}
.about_3_main .left .p {
  padding-left: 65px;
  padding-top: 18px;
  line-height: 32px;
  float: left;
  overflow: hidden;
}
.about_3_main .left .p ul {
  width: 115%;
}
.about_3_main .left .p li {
  float: left;
  line-height: 24px;
  width: 286px;
}
.about_3_main .left h3 {
  font-size: 32px;
  padding-bottom: 9px;
  color: #2a2b44;
  font-weight: 400;
  padding-top: 58px;
  padding-left: 65px;
}
.about_3_main .left h3 span {
  font-size: 18px;
  padding-left: 26px;
}
.about_3_main .left .name {
  width: 130px;
  height: 130px;
  background: #2a2b44;
  padding: 4px;
  font-size: 18px;
  color: #fff;
  float: right;
  margin-top: 53px;
  margin-right: 78px;
}
.about_3_main .left .name div {
  border: 1px solid #fff;
  width: 106px;
  height: 103px;
  padding-left: 22px;
  padding-top: 25px;
  line-height: 28px;
}
.about_3_main .left_a {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.2s;
}
.about_3_main .left_a:hover {
  transform: translateY(10px);
}
.about_3_main .right {
  padding-top: 76px;
}
.about_3_main .right img {
  float: right;
  padding-top: 18px;
}
.about_3_main .right .img2 {
  margin-right: 40px;
  padding-top: 0;
  margin-left: 15px;
}
.about_3_main .right a {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.2s;
}
.about_3_main .right a:hover {
  transform: translateY(10px);
}
.about_4_main {
  background: #fff;
  width: 100%;
  height: 550px;
}
.about_4_main .tit {
  text-align: center;
  padding-top: 109px;
}
.about_4_main .tit:hover {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}
.about_4_main .picScroll-left {
  position: relative;
  margin-top: 30px;
}
.about_4_main .picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  text-align: center;
  margin-top: 40px;
}
.about_4_main .picScroll-left .hd .next,
.about_4_main .picScroll-left .hd .prev {
  width: 30px;
  height: 62px;
  background-position: -175px 0;
  position: absolute;
  left: -84px;
  top: 50%;
  margin-top: -50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.about_4_main .picScroll-left .hd .next {
  left: auto;
  right: -84px;
  background-position: -205px 0;
}
.about_4_main .picScroll-left .hd .next:hover,
.about_4_main .picScroll-left .hd .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about_4_main .picScroll-left .hd ul {
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.about_4_main .picScroll-left .hd ul li {
  width: 20px;
  height: 20px;
  overflow: hidden;
  float: left;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/icon.png") no-repeat;
  background-position: -44px 0;
}
.about_4_main .picScroll-left .hd ul li.on {
  background-position: -64px 0;
}
.about_4_main .picScroll-left .bd {
  overflow: hidden;
}
.about_4_main .picScroll-left .bd ul {
  zoom: 1;
}
.about_4_main .picScroll-left .bd ul li {
  margin-right: 26px;
  float: left;
  _display: inline;
  text-align: left;
  width: 250px;
  height: 109px;
  background: url("../images/about4_li.png") no-repeat;
  padding: 12px 15px;
  transition: ease-in-out 0.2s;
  margin-top: 30px;
}
.about_4_main .picScroll-left .bd ul li a {
  display: block;
  width: 249px;
  height: 106px;
}
.about_4_main .picScroll-left .bd ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.about_4_main .picScroll-left .bd ul li:hover {
  transform: translateY(-10px);
}
.about_5_main {
  background: url("../images/about5_bg.jpg") center top no-repeat;
  width: 100%;
  height: 690px;
}
.about_5_main img {
  float: right;
  margin-top: 75px;
  transition: ease-in-out 0.2s;
}
.about_5_main img:hover {
  transform: translateX(-10px);
}
.page_h3{font-size:40px; padding-bottom:10px}
.case_1_main {
  background: #f6f6f6;
   padding-bottom:60px;
  width: 100%;
}
.case_1_main .box1 {
  padding-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.case_1_main .box1 ul {
  width: 105%;
}
.case_1_main .box1 li {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  width: 135px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
}
.case_1_main .box1 li a {
  display: block;
  border: 1px solid #ccc;
  width: 133px;
  height: 50px;
}
.case_1_main .box1 li a:hover,
.case_1_main .box1 li a.hover {
  background: #c00513;
  color: #fff;
}
.case_1_main .box2{background:#fff; padding:20px;}
.case_1_main .box2 .left { padding-left:20px;
  width: 440px;
  padding-top: 40px;
}
.case_1_main .box2 .left h4{font-size:20px;font-weight:400;padding-bottom:15px;}
.case_1_main .box2 .left img {
  margin-bottom: 36px;
}
.case_1_main .box2 .left p {
  line-height: 30px;
}
.case_1_main .box2 .left .more {
  
  width: 183px;
  text-align: center;
  color: #fff;
  height: 41px;
  line-height: 41px;
  margin-top: 55px;
}
.case_1_main .box2 .left .more a {
  display: block;
  width: 100%;
  height: 100%;

  font-size: 17px;
  transition: ease-in-out 0.2s;
}


.case_1_main .box2 .right {
  width: 702px;
}
.case_2_main {
  background: #fff url(../images/case2_bg.jpg) center top no-repeat;
  width: 100%;
  height: 689px;
}
.case_2_main .w1200 {
  position: relative;
  height: 689px;
}
.case_2_main .w1200 .img {
  position: absolute;
  left: -39px;
  bottom: 69px;
  display: block;
}
.case_2_main .w1200 .right img {
  margin-top: 171px;
}
.case_2_main .w1200 .right img:hover {
  transform: translateX(-10px);
  transition: ease-in-out .2s;
}
.case_3_main {
  background: #fff;
  width: 100%;
  height: 553px;
}
.case_3_main .w1200 {
  padding-top: 108px;
}
.case_3_main .left {
  width: 479px;
}
.case_3_main .right {
  width: 664px;
}
.case_3_main .right img {
  padding-top: 15px;
}
.case_3_main .right p {
  padding-top: 33px;
  line-height: 30px;
}
.case_3_main .right .more {
 
  width: 183px;
  text-align: center;
  color: #fff;
  height: 41px;
  line-height: 41px;
  margin-top: 55px;
}
.case_3_main .right .more a {
  display: block;
  width: 100%;
  height: 100%;
  background: #c00603;
  color: #fff;
  font-size: 17px;
  transition: ease-in-out 0.2s;
}
.case_3_main .right .more a:hover {
  background: #743e4b;
}

.case_4_main {
  background:#fff;
  height: 364px;
  width: 100%;
  text-align: center;
  padding-top: 88px;
}
.case_4_main .box {
  background: url(../images/case4_box.jpg) center top no-repeat;
  width: 1206px;
  height: 310px;
  margin: 0 auto;
}
.case_4_main .box p {
  padding: 0 77px;
  padding-top: 152px;
  line-height: 30px;
}
.case_4_main .box a {
  color: #a44144;
}
.case_4_main .box a:hover {
  color: red;
}

