@import url(reset.css);
body {
  background-color:rgba(204, 204, 204, 0.35);
  background-size: 100% auto;
  position: relative;
  overflow-x: hidden;
  font-family: "microsoft yahei";
  font: 15px/2 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
  }

.none {
  display: none; }

img {
  max-width: 100%; }

body > div.header {
  font-family: microsoft yahei;
  width: 100%;
  height: 96px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  z-index: 777; }
  body > div.header img.logo {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -220px; }
  body > div.header a.menu {
    position: fixed;
    z-index: 888;
    top: 60px;
    left: 20px; }
  body > div.header img.guide {
    position: absolute;
    right: 20px;
    bottom: 10px; }
  body > div.header ul {
    float: right;
    margin: 40px  180px 0 0; }
    body > div.header ul li {
      font-size: 12px;
      color: #313131;
      overflow: hidden; }
      body > div.header .search_btn {
        border: 1px solid #313131;
        width: 135px;
        height: 20px;
        border-radius: 10px;
        margin-bottom: 10px;
        line-height: 20px;
        text-align: left;
        text-indent: 12px;
        font-size: 12px;
        float: left; }
		body > div.header .search_btn2 {
		padding:3px;
        text-align: left;
        font-size: 12px;
        float: left; }
      body > div.header ul li a {
        margin: 0 0 0 10px;
        color: #313131;
        font-size: 12px; }
      body > div.header ul li a.search_btn {
        float: left;
        margin: 0 auto;
        margin: 2px 0 0 10px; }

body > div.index {
  font-family: microsoft yahei;
  width: 100%;
  overflow: hidden; }
  body > div.index > div.banner {
    width: 100%;
    height: 828px;
    margin-top: 96px;
    overflow: hidden;
    position: relative; }
    body > div.index > div.banner ul.img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1; }
      body > div.index > div.banner ul.img li {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: absolute; }
        body > div.index > div.banner ul.img li img.slogn {
          width: 25%;
          position: absolute;
          right: 10%;
          bottom: -100%; }
    body > div.index > div.banner ul.title {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99; }
      body > div.index > div.banner ul.title li {
        width: 100%;
        height: 24px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        color: #fff;
        text-align: center;
        line-height: 24px;
        cursor: pointer;
        font-size: 12px; }
  body > div.index div.pro_banner {
    margin-top: 100px; }
    body > div.index div.pro_banner div.title {
      margin-bottom: 70px; }
      body > div.index div.pro_banner div.title img {
        display: block; }
    body > div.index div.pro_banner div.banner {
      width: 1300px;
      height: 436px;
      overflow: hidden;
      margin-bottom: 100px;
      position: relative; }
      body > div.index div.pro_banner div.banner img.slogn {
        position: absolute;
        width: 258px;
        height:;
        z-index: 666;
        top: 5px;
        right: 10px; }
      body > div.index div.pro_banner div.banner div.more {
        position: absolute;
        top: 85px;
        right: 10px;
        display: block;
        width: 200px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        border: 1px solid #fff;
        overflow: hidden;
        z-index: 666; }
        body > div.index div.pro_banner div.banner div.more i {
          position: absolute;
          background: #3399fe;
          top: -80px;
          left: 100px;
          display: block;
          width: 0;
          height: 200px;
          z-index: 5;
          opacity: 0;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        body > div.index div.pro_banner div.banner div.more a {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 6;
          color: #fff;
          line-height: 40px; }
        body > div.index div.pro_banner div.banner div.more:hover i {
          width: 140px;
          left: 30px;
          opacity: 1; }
      body > div.index div.pro_banner div.banner > ul.dot {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 20px; }
        body > div.index div.pro_banner div.banner > ul.dot li {
          cursor: pointer;
          width: 8px;
          height: 8px;
          border-radius: 10px;
          margin: 10px auto;
          border: 2px solid #fff; }
          body > div.index div.pro_banner div.banner > ul.dot li.selected {
            background: #fff; }
      body > div.index div.pro_banner div.banner > ul.left, body > div.index div.pro_banner div.banner > ul.right {
        width: 50%;
        height: 436px;
        float: left;
        position: relative; }
        body > div.index div.pro_banner div.banner > ul.left.left li, body > div.index div.pro_banner div.banner > ul.right.left li {
          background-position: 0 0; }
        body > div.index div.pro_banner div.banner > ul.left.right li, body > div.index div.pro_banner div.banner > ul.right.right li {
          background-position: -650px 0;
          position: absolute; }
        body > div.index div.pro_banner div.banner > ul.left li, body > div.index div.pro_banner div.banner > ul.right li {
          background-size: 1300px 436px;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          position: absolute; }
  body > div.index div.fastnav {
    width: 1200px;
    margin-bottom: 100px;
    zoom: 1; }
    body > div.index div.fastnav:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    body > div.index div.fastnav div.news {
      width: 500px;
      float: left;
      zoom: 1; }
      body > div.index div.fastnav div.news:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      body > div.index div.fastnav div.news div.title {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #000;
        background: url(../img/title_news.png) no-repeat center left; }
      body > div.index div.fastnav div.news ul.list {
        zoom: 1; }
        body > div.index div.fastnav div.news ul.list:after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0; }
        body > div.index div.fastnav div.news ul.list li {
          width: 220px;
          height: 80px;
          float: left;
          margin: 10px 0;
          overflow: hidden;
          border-bottom: 1px dotted #0079c5; }
          body > div.index div.fastnav div.news ul.list li:nth-child(even) {
            margin-left: 60px; }
          body > div.index div.fastnav div.news ul.list li.last span.description a {
            font-size: 16px;
            color: #0079c5;
            text-align: center;
            line-height: 50px; }
            body > div.index div.fastnav div.news ul.list li.last span.description a img {
              margin-left: 10px; }
          body > div.index div.fastnav div.news ul.list li span {
            display: block;
            width: 100%; }
            body > div.index div.fastnav div.news ul.list li span.title {
              font-size: 14px;
              font-weight: bold;
              color: #0079c5; }
            body > div.index div.fastnav div.news ul.list li span.description {
              margin-top: 5px;
              font-size: 14px;
              color: #565656; }
              body > div.index div.fastnav div.news ul.list li span.description a {
                color: #565656; }
                body > div.index div.fastnav div.news ul.list li span.description a:hover {
                  text-decoration: underline; }
    body > div.index div.fastnav div.download {
      width: 500px;
      margin-left: 100px;
      float: left;
      zoom: 1; }
      body > div.index div.fastnav div.download:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      body > div.index div.fastnav div.download div.title {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #000;
        background: url(../img/title_download.png) no-repeat center left; }
      body > div.index div.fastnav div.download ul.list {
        zoom: 1;
        margin-top: 20px;
        width: 500px;
        overflow: hidden; }
        body > div.index div.fastnav div.download ul.list:after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0; }
        body > div.index div.fastnav div.download ul.list li {
          width: 220px;
          height: 70px;
          float: left;
          margin: 10px 0;
          overflow: hidden;
          position: relative;
          line-height: 70px;
          text-align: center;
          font-size: 18px;
          cursor: pointer; }
          body > div.index div.fastnav div.download ul.list li > span {
            position: absolute;
            border: 1px solid #000;
            width: 218px;
            height: 68px;
            left: 0;
            top: 0;
            cursor: pointer; }
          body > div.index div.fastnav div.download ul.list li a {
            background: url(../img/icon_download.jpg) no-repeat;
            background-color: #0079c5;
            background-size: auto;
            background-position: 40px 50%;
            text-indent: 40px;
            color: #fff;
            position: absolute;
            left: 0;
            top: -70px;
            width: 100%;
            height: 100%;
            line-height: 70px;
            font-size: 18px;
            display: block;
            text-align: center;
            border: none; }
          body > div.index div.fastnav div.download ul.list li:nth-child(even) {
            margin-left: 60px; }

body > div.footer_wrap {
  font-family: microsoft yahei;
  width: 100%;
  background: url(../img/bg_footer.jpg); }
  body > div.footer_wrap > span.copyright {
    display: block;
    width: 100%;
    color: #fcfcfc;
    padding: 20px 0; }
  body > div.footer_wrap > span.copyright p{    width: 1040px;}
    body > div.footer_wrap > span.copyright p a{     color: #ccc;}
  body > div.footer_wrap div.footer {
    width: 1200px;
    overflow: hidden;
    padding: 10px 0 5px;	}
    body > div.footer_wrap div.footer div.fast_link {
      margin-top: 20px;
      zoom: 1;
      padding-bottom: 20px; }
      body > div.footer_wrap div.footer div.fast_link:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      body > div.footer_wrap div.footer div.fast_link ul.list {
        margin-left: 34px;
        width: 155px;
        overflow: hidden;
        float: left; }
        body > div.footer_wrap div.footer div.fast_link ul.list li {
          background: url(../img/icon_list.gif) no-repeat center left;
          text-align: left;
          color: #b6b5b5; }
          body > div.footer_wrap div.footer div.fast_link ul.list li.title {
            height: 20px;
            overflow: hidden;
            font-weight: bold;
            color: #ff9600;
            padding: 10px 0;
            background: none; }
          body > div.footer_wrap div.footer div.fast_link ul.list li a {
            color: #b6b5b5;
            font-size: 14px;
            list-style: disc;
            text-align: left;
            padding-left: 10px; }
            body > div.footer_wrap div.footer div.fast_link ul.list li a:hover {
              text-decoration: underline; }
    body > div.footer_wrap div.footer div.hotline {
      width: 350px;
      overflow: hidden;
      margin-top: 20px; }
      body > div.footer_wrap div.footer div.hotline ul.tel {
        width: 155px;
        float: left;
        padding-right: 19px;
        border-right: 1px solid #000; }
        body > div.footer_wrap div.footer div.hotline ul.tel li {
          color: #fff;
          text-align: right;
          font-weight: bold;
          font-size: 18px;
          line-height: 28px;
          font-family: Arial; }
          body > div.footer_wrap div.footer div.hotline ul.tel li.title {
            font-weight: normal;
            font-size: 16px;
            color: #b6b5b5; }
      body > div.footer_wrap div.footer div.hotline em.logo {
        display: block;
        width: 115px;
        height: 80px;
        margin-left: 30px;
        float: left;
        background: url(../img/logo_footer.png) no-repeat center left; }
		
		
		/*footer*/
		.warp_inner,.inner {
    display: block;
    width: 1110px;
    margin: 0 auto;
    position: relative;
	
	    border-bottom: 1.5px solid #000;
}.footer-yw-logo{
	display: block;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
}.gongsijieshao{
    float: left;width: 306px;
	padding-top: 8px;

}.gongsijieshao span{
    display: block;
    font-size: 14px;
    color: #ccc;
    line-height: 20px;
}#nav_copyright {
    /*height: 48px;*/
    width: 920px;
    float: right;
}#nav_copyright ul {
	display: block;
	padding-bottom: 10px;
	/*padding-left: 28px;*/
}#nav_copyright ul li:first-child {
    padding-left: 0;
}#nav_copyright ul li {
}#nav_copyright li a {
    color: #ccc;
}#nav_copyright li a:hover{
    color: #fff;
}#nav_copyright p {
    display: block;
    font-size: 14px;
    color: #ccc;
    text-align: left;
    line-height: 20px;
}#nav_copyright p a{
    color: #ccc;
	}


body > div.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  font-family: microsoft yahei; }
  body > div.overlay div.left_menu {
    position: absolute;
    width: 15%;
    height: 100%;
    background-color: #0079c5;
    overflow: hidden;
    top: 0;
    left: -20%; }
    body > div.overlay div.left_menu a.close {
      display: block;
      height: 35px;
      color: #fff;
      padding-left: 50px;
      line-height: 35px;
      width: 50px;
      margin: 15px 0 10px 30px;
      background: url(../img/icon_close.png) no-repeat 0px center; }
    body > div.overlay div.left_menu ul.list {
    
    width: 300px;
    height: calc(100% - 60px);
    top: 60px;
    background-color: #e8eaeb;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);

}
      body > div.overlay div.left_menu ul.list li {
           width: 100%;
    padding: 0;
    border-top: 2px solid #e2e4e5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
 body > div.overlay div.left_menu ul.list li:hover {
  cursor: pointer;
  background-color: #1968b3;
}
        body > div.overlay div.left_menu ul.list li a {
          d    position: static;
    padding: 13px 25px;
    display: block;
    color: #575757;
    font-size:15px;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body > div.overlay div.left_menu ul.list li a .icon-arrow-right {
    color: #1968b3;
	width: 12px;
    height: 16px;
    background: url(../img/sj.png) no-repeat center;
	padding-top: 20px;
}

body > div.overlay div.left_menu ul.list .icon-arrow-right {
    position: absolute;
    right: 25px;
    font-size: 1.25em;
	    color: #1968b3;
    margin-top: -2px;
}

          body > div.overlay div.left_menu ul.list li a:hover {
			  color:#fff
		  }
		  body > div.overlay div.left_menu ul.list li a:hover .icon-arrow-right {
			  color:#fff;
			  width: 12px;
			  height: 16px;
			  background: url(../img/sj2.png) no-repeat center;
			  padding-top: 20px;
		  }
        body > div.overlay div.left_menu ul.list li.selected{
			background-color: #1968b3;
            color:#fff;
		  }
		body > div.overlay div.left_menu ul.list li.selected .icon-arrow-right{background: url(../img/sj2.png) no-repeat center;}
		body > div.overlay div.left_menu ul.list li.selected a{color:#fff;}
		
    body > div.overlay div.left_menu ul.foot {
      position: absolute;
      bottom: 20px;
      left: 30px; }
      body > div.overlay div.left_menu ul.foot li {
        font-size: 12px;
        color: #fff;
        overflow: hidden;
        margin-top: 15px; }
        body > div.overlay div.left_menu ul.foot li input {
          border: 1px solid #fff;
          width: 135px;
          height: 20px;
          border-radius: 10px;
          margin-bottom: 10px;
          line-height: 20px;
          text-align: left;
          text-indent: 12px;
          font-size: 12px;
          float: left; }
        body > div.overlay div.left_menu ul.foot li a {
          color: #fff;
          font-size: 12px; }
          body > div.overlay div.left_menu ul.foot li a:hover {
            text-decoration: underline; }
        body > div.overlay div.left_menu ul.foot li a.search_btn {
          float: left;
          margin: 0 auto;
          margin: 2px 0 0 10px; }
  body > div.overlay div.right_wrap {
    width: 85%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -80%; }
    body > div.overlay div.right_wrap div.con {
      position: absolute;
      width: 83%;
      height: 50%;
      top: 25%;
      left: 5%; }
      body > div.overlay div.right_wrap div.con div.title {
        float: left;
        width: 200px;
        height: 100%;
        overflow: hidden;
        text-transform: uppercase; 
		text-align:center;}
        body > div.overlay div.right_wrap div.con div.title .en {
          font-size: 18px; text-align:center;}
		body > div.overlay div.right_wrap div.con div.title .cn {
		  font-size: 18px; text-align:center;}
        body > div.overlay div.right_wrap div.con div.title span {
          display: block;
          width: 100%;
          text-align: right;
          font-weight: bold; }
      body > div.overlay div.right_wrap div.con div.pro {
        height: 100%;
        overflow-y: scroll;
        zoom: 1; }
        body > div.overlay div.right_wrap div.con div.pro:after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0; }
        body > div.overlay div.right_wrap div.con div.pro ul.list {
          zoom: 1; }
          body > div.overlay div.right_wrap div.con div.pro ul.list:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0; }
          body > div.overlay div.right_wrap div.con div.pro ul.list li {
            margin: 0 0 15px 10px;
            float: left;
            width: 164px;
            height: 164px;
            background: url(../img/bg_product.png) no-repeat center;
            overflow: hidden;
            position: relative; }
            body > div.overlay div.right_wrap div.con div.pro ul.list li span.img {
              width: 165px;
              height: 165px; }
              body > div.overlay div.right_wrap div.con div.pro ul.list li span.img img {
                width: 165px;
                display: block;
                vertical-align: center; }
            body > div.overlay div.right_wrap div.con div.pro ul.list li > a {
              display: block;
              position: absolute;
              height: 100%;
              width: 100%;
              z-index: 9;
              background: #0079c5;
              top: -164px;
              left: 0;
              color: #fff;
              text-align: center;
              font-size: 15px; }
              body > div.overlay div.right_wrap div.con div.pro ul.list li > a span {
                display: block;
                margin-top: 50px; }
      body > div.overlay div.right_wrap div.con .page {
        margin: 30px 0 0 250px; }
        body > div.overlay div.right_wrap div.con .page a {
          display: inline-block;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center; }
          body > div.overlay div.right_wrap div.con .page a img {
            vertical-align: middle;
            margin: -3px 0 0 0; }
        body > div.overlay div.right_wrap div.con .page ul {
          display: inline-block;
          margin: 0 10px 0 5px; }
          body > div.overlay div.right_wrap div.con .page ul li {
            display: inline-block; }
            body > div.overlay div.right_wrap div.con .page ul li a {
              width: 15px; }
              body > div.overlay div.right_wrap div.con .page ul li a:hover {
                color: #0079c5; }
    body > div.overlay div.right_wrap .newsbox .con {
      width: 60%; }
      body > div.overlay div.right_wrap .newsbox .con .pro ul {
        margin: 0 20px 20px 50px; }
        body > div.overlay div.right_wrap .newsbox .con .pro ul li {
          height: 36px;
          line-height: 36px;
          border-bottom: 1px dotted #0079c5; }
          body > div.overlay div.right_wrap .newsbox .con .pro ul li a {
            display: block;
            background: url(../img/tc_newslist_ico1.png) no-repeat right center; }
            body > div.overlay div.right_wrap .newsbox .con .pro ul li a:hover {
              color: #0079c5;
              background: url(../img/tc_newslist_ico2.png) no-repeat right center; }
            body > div.overlay div.right_wrap .newsbox .con .pro ul li a span {
              width: 140px;
              float: left;
              text-indent: 10px; }
            body > div.overlay div.right_wrap .newsbox .con .pro ul li a p {
              margin: 0 60px 0 140px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
      body > div.overlay div.right_wrap .downbox .con .title ul {
        margin-top: 20px;
        text-align: right; }
        body > div.overlay div.right_wrap .downbox .con .title ul li {
          height: 36px;
          line-height: 36px; }
          body > div.overlay div.right_wrap .downbox .con .title ul li.vis a {
            color: #0079c5; }
          body > div.overlay div.right_wrap .downbox .con .title ul li a {
            display: block;
            font-size: 16px;
            font-weight: bold; }
            body > div.overlay div.right_wrap .downbox .con .title ul li a:hover {
              color: #0079c5; }
      body > div.overlay div.right_wrap .downbox .con .pro ul {
        margin: 0 20px 20px 50px; }
        body > div.overlay div.right_wrap .downbox .con .pro ul li {
          height: 36px;
          line-height: 36px;
          border-bottom: 1px dotted #0079c5; }
          body > div.overlay div.right_wrap .downbox .con .pro ul li a {
            display: block;
            text-indent: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            background: url(../img/tc_downico2.png) no-repeat right center; }
            body > div.overlay div.right_wrap .downbox .con .pro ul li a:hover {
              color: #0079c5;
              background: url(../img/tc_downico1.png) no-repeat right center; }
      body > div.overlay div.right_wrap .downbox .con .down1 {
        width: 200%;
        margin-left: 250px; }
        body > div.overlay div.right_wrap .downbox .con .down1 ol {
          margin: 0 20px 20px 50px; 
			width: 850px;
			  }
          body > div.overlay div.right_wrap .downbox .con .down1 ol li {
            width: 250px;
            height: 72px;
            line-height: 72px;
            float: left;
            margin: 0 30px 30px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
            font-size: 18px;
            cursor: pointer; }
            body > div.overlay div.right_wrap .downbox .con .down1 ol li span {
              width: 248px;
              height: 70px;
              display: block;
              border: 1px solid #000; }
            body > div.overlay div.right_wrap .downbox .con .down1 ol li p {
              width: 100%;
              height: 100%;
              background: #0079c5;
              border: 1px solid #0079c5;
              left: -1px;
              top: -110%;
              position: absolute;
              color: #fff; }
              body > div.overlay div.right_wrap .downbox .con .down1 ol li p img {
                vertical-align: middle;
                margin: -3px 10px 0 0; }

/* about */
body > div.ly_header {
  position: static;
  border-bottom: 1px solid #000; }
  body > div.ly_header ul {
    margin-right: 55px; }

.about_banner {
  position: relative;
  text-align: center;
  background: #fff; }
  .about_banner > img {
    display: block; }
  .about_banner .line {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .about_banner .line .line_img {
      float: right;
      margin: 200px 50px 0 0; }
    .about_banner .line .sline {
      display: block;
      width: 3000px;
      height: 0;
      position: absolute;
      left: -100px;
      top: 250px;
      border-bottom: 1px solid #2189cc;
      -moz-animation: about_line 8s linear infinite;
      -ms-animation: about_line 8s linear infinite;
      -o-animation: about_line 8s linear infinite;
      -webkit-animation: about_line 8s linear infinite;
      animation: about_line 8s linear infinite; }

@keyframes about_line {
  0% {
    -webkit-transform: rotate(98deg); }

  10% {
    -webkit-transform: rotate(98deg); }

  20% {
    -webkit-transform: rotate(120deg); }

  30% {
    -webkit-transform: rotate(120deg); }

  40% {
    -webkit-transform: rotate(150deg); }

  50% {
    -webkit-transform: rotate(150deg); }

  60% {
    -webkit-transform: rotate(90deg); }

  70% {
    -webkit-transform: rotate(90deg); }

  80% {
    -webkit-transform: rotate(120deg); }

  90% {
    -webkit-transform: rotate(120deg); }

  100% {
    -webkit-transform: rotate(98deg); } }
@-moz-keyframes about_line {
  0% {
    -webkit-transform: rotate(98deg); }

  10% {
    -webkit-transform: rotate(98deg); }

  20% {
    -webkit-transform: rotate(120deg); }

  30% {
    -webkit-transform: rotate(120deg); }

  40% {
    -webkit-transform: rotate(150deg); }

  50% {
    -webkit-transform: rotate(150deg); }

  60% {
    -webkit-transform: rotate(90deg); }

  70% {
    -webkit-transform: rotate(90deg); }

  80% {
    -webkit-transform: rotate(120deg); }

  90% {
    -webkit-transform: rotate(120deg); }

  100% {
    -webkit-transform: rotate(98deg); } }
@-ms-keyframes about_line {
  0% {
    -webkit-transform: rotate(98deg); }

  10% {
    -webkit-transform: rotate(98deg); }

  20% {
    -webkit-transform: rotate(120deg); }

  30% {
    -webkit-transform: rotate(120deg); }

  40% {
    -webkit-transform: rotate(150deg); }

  50% {
    -webkit-transform: rotate(150deg); }

  60% {
    -webkit-transform: rotate(90deg); }

  70% {
    -webkit-transform: rotate(90deg); }

  80% {
    -webkit-transform: rotate(120deg); }

  90% {
    -webkit-transform: rotate(120deg); }

  100% {
    -webkit-transform: rotate(98deg); } }
@-o-keyframes about_line {
  0% {
    -webkit-transform: rotate(98deg); }

  10% {
    -webkit-transform: rotate(98deg); }

  20% {
    -webkit-transform: rotate(120deg); }

  30% {
    -webkit-transform: rotate(120deg); }

  40% {
    -webkit-transform: rotate(150deg); }

  50% {
    -webkit-transform: rotate(150deg); }

  60% {
    -webkit-transform: rotate(90deg); }

  70% {
    -webkit-transform: rotate(90deg); }

  80% {
    -webkit-transform: rotate(120deg); }

  90% {
    -webkit-transform: rotate(120deg); }

  100% {
    -webkit-transform: rotate(98deg); } }
@-webkit-keyframes about_line {
  0% {
    -webkit-transform: rotate(98deg); }

  10% {
    -webkit-transform: rotate(98deg); }

  20% {
    -webkit-transform: rotate(120deg); }

  30% {
    -webkit-transform: rotate(120deg); }

  40% {
    -webkit-transform: rotate(150deg); }

  50% {
    -webkit-transform: rotate(150deg); }

  60% {
    -webkit-transform: rotate(90deg); }

  70% {
    -webkit-transform: rotate(90deg); }

  80% {
    -webkit-transform: rotate(120deg); }

  90% {
    -webkit-transform: rotate(120deg); }

  100% {
    -webkit-transform: rotate(98deg); } }
.about_main {
  width: 1100px;
  margin:60px auto;
    background-color: #fff;
	}
  .about_main .rod_nav {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
	text-indent: 2.8em;
    padding-top: 20px;	}
    .about_main .rod_nav a {
      color: #666; }
  .about_main h2.tit {
    font-size: 27px;
    color: #0079c5;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase; }
    .about_main h2.tit span.cn {
      color: #000; }
    .about_main h2.tit span.en {
      font-family: Arial;
      font-weight: normal; }
  .about_main .con {
    font-size: 16px;
    margin-bottom: 50px; }
    .about_main .con.a {
      border-bottom: 1px dashed #666;
      padding-bottom: 50px; }
    .about_main .con p {
      font-size: 16px;
      line-height: 30px;
      text-indent: 32px;
      margin-bottom: 10px;
      color: #666; }
  .about_main .about_sz {
    margin-bottom: 80px; }
  .about_main .about_ft {
    margin: 80px 0;
    text-align: center; }

.contact_main {
  width: 1080px;
  margin: 0 auto; }
  .contact_main .rod_nav {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 12px; }
    .contact_main .rod_nav a {
      color: #666; }
  .contact_main h2.tit {
    font-size: 27px;
    color: #0079c5;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase; }
    .contact_main h2.tit span.cn {
      color: #000; }
    .contact_main h2.tit span.en {
      font-family: Arial;
      font-weight: normal; }
  .contact_main .addrList h1 {
    font-size: 20px; }
  .contact_main .addrList ul {
    padding-left: 20px;
    border-left: 1px solid #000;
    margin: 25px 0 25px 10px; }
    .contact_main .addrList ul li {
      line-height: 30px; }
      .contact_main .addrList ul li .left {
        color: #000;
        display: inline-block;
        width: 90px; }
      .contact_main .addrList ul li .right {
        color: #494949; }
  .contact_main .addrList a.marp {
    width: 187px;
    height: 33px;
    color: #0079c5;
    line-height: 33px;
    text-align: center;
    border: 1px solid #0079c5;
    display: block;
    margin-left: 10px; }
    .contact_main .addrList a.marp img {
      vertical-align: middle;
      margin: -3px 10px 0 0; }
.addrList h1 {
    font-size: 20px;
	padding-left:33px
}
.marp_box {
    padding: 30px 0 70px 0;
}
  .contact_main .addrList .l {
    float: left;
    margin: 0 100px 0 150px; }
  .contact_main .addrList .r {
    float: left; }
  .contact_main .marp_box {
    height: 333px;
    border: 1px solid #000;
    margin: 50px 0 100px 0;
    overflow: hidden; }

.leave_box_warp {
  height: 306px;
  background: #0079c5 url(../img/leave_bg.png) no-repeat center top; }
  .leave_box_warp .leave_box {
    width: 490px;
    margin: 0 auto;
    color: #fff; }
    .leave_box_warp .leave_box .tit {
      text-align: center;
      font-size: 20px;
      font-weight: normal;
      padding: 10px 0; }
    .leave_box_warp .leave_box ul {
      position: relative; }
      .leave_box_warp .leave_box ul li.share {
        position: absolute;
        left: 360px;
        bottom: -3px; }
        .leave_box_warp .leave_box ul li.share a {
          margin-right: 10px;
          float: left; }
          .leave_box_warp .leave_box ul li.share a img {
            display: block; }
      .leave_box_warp .leave_box ul li.go {
        position: relative;
        display: block;
        width: 200px;
        height: 36px;
        margin-top: 10px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        border: 1px solid #fff;
        overflow: hidden;
        z-index: 666; }
        .leave_box_warp .leave_box ul li.go i {
          position: absolute;
          background: #fff;
          top: -80px;
          left: 100px;
          display: block;
          width: 0;
          height: 200px;
          z-index: 5;
          opacity: 0;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        .leave_box_warp .leave_box ul li.go a {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 6;
          color: #fff; }
          .leave_box_warp .leave_box ul li.go a:hover {
            color: #0079c5; }
        .leave_box_warp .leave_box ul li.go:hover i {
          width: 140px;
          left: 30px;
          opacity: 1; }
      .leave_box_warp .leave_box ul input {
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: #fff;
        border: none;
        margin-bottom: 12px;
        font-size: 14px;
        text-indent: 10px;
        color: #626262; }
      .leave_box_warp .leave_box ul textarea {
        width: 470px;
        height: 80px;
        padding: 10px;
        color: #626262; }

/* product_xq_warp */
.product_xq_warp {
  width: 980px;
  margin: 0 auto; }
  .product_xq_warp .rod_nav {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 12px;
	width: 790px;
    float: right;
	}
    .product_xq_warp .rod_nav a {
      color: #666; }
  .product_xq_warp h1.tit {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
	width: 790px;
    float: right;
	}
	.clear {
    clear: both;
}
  .product_xq_warp .proCon_main {
    margin-bottom: 130px; }
    .product_xq_warp .proCon_main .leftNav {
      width: 280px;
      float: left;
      padding-bottom: 30px;
      padding-top: 10px;
      font-size: 14px;
    background: #0079c5;
	border: #DFDFDF 1px solid;
	}
	  .product_xq_warp .proCon_main .leftNav .txt{background: #fff;color:#000}
	  .product_xq_warp .proCon_main .leftNav .txt a{    height: 50px;
    line-height: 50px;
    display: block;
    text-indent: 15px;
    font-size: 14px;color:#000}
	  .product_xq_warp .proCon_main .leftNav .txt a:hover{color:#fff}
	  
      .product_xq_warp .proCon_main .leftNav ul li {
        position: relative;     background: #0079c5;width: 278px;}
        .product_xq_warp .proCon_main .leftNav ul.one > li.vis > a {
          background: #155fa0; }
        .product_xq_warp .proCon_main .leftNav ul.one > li > ul {
          width: 300px;
		  height:300px;
          position: absolute;
          left: 100%;
          top: -10px;
          padding: 15px;
          border: 1px solid #ebebeb;
          border-radius: 5px;
          background: rgba(246, 246, 246, 0.96);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          z-index: 90;
          overflow: hidden; }
          .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li {
            margin: 0;
            position: relative;
			width:200px;
             }
            .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li:after {
              display: block;
              content: "";
              position: absolute;
              left: 110px;
              width: 0;
              height: 100%;
              border-right: 1px solid #d9d9d9; }
            .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li.vis > ul {
              display: block; }
            .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li.vis > a {
              color: #0079c5; }
            .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li > a {
              width: 270px;
              height: 30px;
              line-height: 24px;
              color: #444;
              display: block;
              float: left;
              overflow: hidden; }
              .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li > a:hover {
                color: #0079c5; }
            .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li > ul {
              width: 700px;
			  position:absolute;
			  left:100px; }
              .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li > ul > li {
                float: left;
                margin: 15px;
                margin-top: 0; }
                .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li > ul > li.vis > a {
                  color: #0079c5; }
                .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li > ul > li > a {
                  color: #333; }
                  .product_xq_warp .proCon_main .leftNav ul.one > li > ul > li > ul > li > a:hover {
                    color: #0079c5; }
        .product_xq_warp .proCon_main .leftNav ul li a {
          height: 50px;
          line-height: 50px;
          display: block;
          text-indent: 15px;
          color: #fff;
          font-size: 14px; }
          .product_xq_warp .proCon_main .leftNav ul.one > li > a:hover {
            background: #155fa0; }
        .product_xq_warp .proCon_main .leftNav ul.one > li ul {
          display: none; }
    .product_xq_warp .proCon_main .rightCon {
      width: 790px;
      float: right; }
      .product_xq_warp .proCon_main .rightCon .r_tit {
        text-align: center;
        font-size: 20px; }
        .product_xq_warp .proCon_main .rightCon .r_tit .en {
          font-size: 38px; }
      .product_xq_warp .proCon_main .rightCon .xqimgbox {
        padding-top: 30px; }
        .product_xq_warp .proCon_main .rightCon .xqimgbox .pro_prev, .product_xq_warp .proCon_main .rightCon .xqimgbox .pro_next {
          display: block;
          width: 46px;
          height: 75px;
          cursor: pointer;
          float: left;
          margin-top: 110px; }
          .product_xq_warp .proCon_main .rightCon .xqimgbox .pro_prev.no, .product_xq_warp .proCon_main .rightCon .xqimgbox .pro_next.no {
            opacity: 0.4; }
        .product_xq_warp .proCon_main .rightCon .xqimgbox .pro_prev {
          margin-left: 110px; }
        .product_xq_warp .proCon_main .rightCon .xqimgbox ul {
          width: 340px;
          height: 320px;
          position: relative; }
          .product_xq_warp .proCon_main .rightCon .xqimgbox ul li {
            width: 100%;
            position: absolute;
            text-align: center; }
        .product_xq_warp .proCon_main .rightCon .xqimgbox .num {
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          float: left;
          margin-top: 30px; }
          .product_xq_warp .proCon_main .rightCon .xqimgbox .num li {
            width: 7px;
            height: 7px;
            border-radius: 20px;
            display: inline-block;
            cursor: pointer;
            background: #333;
            margin: 0 3px;
            border: 1px solid #fff; }
            .product_xq_warp .proCon_main .rightCon .xqimgbox .num li.vis {
              background: none;
              border-color: #333; }
      .product_xq_warp .proCon_main .rightCon .subtit {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 17px;
        font-weight: normal;
        color: #00bbff;
        background: #333;
        margin: 60px 0 25px 0; }
      .product_xq_warp .proCon_main .rightCon .cs {
        font-size: 16px;
        color: #444;
        line-height: 36px;
        margin-bottom: -30px; }
      .product_xq_warp .proCon_main .rightCon .jscs table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse; }
        .product_xq_warp .proCon_main .rightCon .jscs table td {
          height: 36px;
          border: 1px solid #333; }

.proCon_footimg_warp {
  height: 200px;
  background: url(../img/bg_body.png) repeat-y center;
  background-size: 100% auto;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05); }
  .proCon_footimg_warp .proCon_footimg {
    width: 1100px;
    margin: 0 auto; }
  .proCon_footimg_warp h2.tit {
    width: 200px;
    float: left;
    font-size: 16px;
    margin-top: 70px;
    text-align: right;
    margin-right: 30px;
    font-weight: bold; }
  .proCon_footimg_warp .proC_fprev, .proCon_footimg_warp .proC_fnext {
    width: 46px;
    height: 75px;
    display: block;
    float: left;
    margin-top: 50px;
    cursor: pointer; }
  .proCon_footimg_warp .img {
    float: left;
    width: 650px;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin: 30px;
    margin-bottom: 0; }
    .proCon_footimg_warp .img ul {
      position: absolute;
      left: 0;
      top: 0; }
      .proCon_footimg_warp .img ul li {
        width: 100px;
        height: 120px;
        float: left;
        margin: 0 15px; }
        .proCon_footimg_warp .img ul li img {
          width: 100%;
          height: 100%; }

.newsCon_warp {
  width: 980px;
  margin: 0 auto; }
  .newsCon_warp .rod_nav {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 12px; }
    .newsCon_warp .rod_nav a {
      color: #666; }
  .newsCon_warp h1.tit {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin: 50px 0 40px 0; }
  .newsCon_warp .con {
    width: 770px;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    line-height: 30px; }
    .newsCon_warp .con img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .newsCon_warp .con p {
      text-indent: 32px;
      margin-bottom: 10px; }
  .newsCon_warp .page {
    margin: 50px 0 100px 0;
    text-align: center; }
    .newsCon_warp .page a {
      color: #0079c5;
      display: inline-block;
      margin-right: 100px; }
      .newsCon_warp .page a:hover {
        text-decoration: underline; }

/* 浜у搧鍒楄〃 */
.product_list_warp {
  width: 1100px; 
      padding-top: 40px;}

.product_list {
	padding-top:40px;
  width: 790px;}
  .product_list .list {
    overflow: hidden; }
    .product_list .list li {
      float: left;
      width: 240px;
      height: 273px;
      text-align: center;
      margin: 0 8px 16px 0;
      border: 1px solid #e5e5e5;
	  }
	  .product_list .list li img{ width:240px; height:240px;}
      .product_list .list li:hover {
     }
        .product_list .list li:hover a {
          }
      .product_list .list li a {
        display: block; }
      .product_list .list li .dimg {
        width: 165px;
        height: 165px;
        display: block;
        margin: 5px auto 8px auto; }
      .product_list .list li p {
        height: 33px;
        overflow: hidden;
		line-height:33px;
		color:#fff;
		background-color:#0079c5; }
  .product_list .page {
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    text-align: center; }
    .product_list .page a {
      display: inline-block;
      padding: 2px 4px; }
      .product_list .page a.vis, .product_list .page a:hover {
        color: #0079c5; }

/* 寮圭獥鏂伴椈鍙宠竟 */
.news_right_box {
  width: 40%;
  height: 80%;
  float: right;
  padding: 5px;
  border: 1px solid #dcdcdc;
  position: absolute;
  right: -47%;
  top: 0; }
  .news_right_box .nrbox {
    height: 100%;
    background: #eee;
    overflow: hidden; }
    .news_right_box .nrbox .indtc_newscon {
      overflow: hidden; }
    .news_right_box .nrbox h2 {
      height: 30px;
      margin: 10px;
      font-weight: normal; }
      .news_right_box .nrbox h2 span {
        font-size: 16px;
        color: #0079c5;
        float: left; }
      .news_right_box .nrbox h2 i {
        font-style: normal;
        font-size: 14px;
        color: #000;
        float: right; }
    .news_right_box .nrbox p {
      margin: 0 10px;
      line-height: 20px; }
    .news_right_box .nrbox .page {
      width: 100%;
      text-align: right;
      position: absolute;
      right: 10px;
      bottom: 10px; }
      .news_right_box .nrbox .page .num {
        display: inline-block; }

/* search */
.search_main .search_header {
  height: 200px;
  background: #cacaca; }
  .search_main .search_header .main {
    width: 1070px;
    margin: 0 auto; }
    .search_main .search_header .main .lj_nav {
      font-size: 12px;
      color: #000;
      line-height: 40px; }
    .search_main .search_header .main .txt {
      width: 490px;
      height: 36px;
      line-height: 36px;
      text-indent: 10px;
      color: #a8a8a8;
      font-size: 14px;
      display: block;
      margin: 30px auto;
      border: none; }
    .search_main .search_header .main .go {
      width: 210px;
      height: 36px;
      text-align: center;
      color: #008ce4;
      border: 2px solid #008ce4;
      display: block;
      margin: 0 auto;
      font-weight: bold;
      cursor: pointer;
      background: none; }
      .search_main .search_header .main .go:hover {
        color: #fff;
        border-color: #fff; }
.search_main .search_con {
  width: 850px;
  margin: 0 auto; }
  .search_main .search_con .htit {
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px; }
    .search_main .search_con .htit span.l {
      float: left; }
    .search_main .search_con .htit p.r {
      float: right; }
      .search_main .search_con .htit p.r a:hover {
        color: #008ce4; }
  .search_main .search_con .con ul li {
    height: 130px;
    margin-bottom: 10px; }
    .search_main .search_con .con ul li .dimg {
      width: 120px;
      height: 120px;
      display: block;
      float: left;
      margin-right: 30px; }
    .search_main .search_con .con ul li span.blue {
      color: #0079c5; }
    .search_main .search_con .con ul li h2 {
      font-size: 18px;
      padding: 20px 0 10px 0; }
    .search_main .search_con .con ul li p {
      font-size: 14px; }
  .search_main .search_con .page {
    margin: 60px 0 120px 300px; }
    .search_main .search_con .page a {
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center; }
      .search_main .search_con .page a img {
        vertical-align: middle;
        margin: -3px 0 0 0; }
    .search_main .search_con .page ul {
      display: inline-block;
      margin: 0 10px 0 5px; }
      .search_main .search_con .page ul li {
        display: inline-block; }
        .search_main .search_con .page ul li a {
          width: 15px; }
          .search_main .search_con .page ul li a:hover {
            color: #0079c5; }


.clearfix{
	_zoom:1;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
.clearfix {
  display:block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
}
/* End hide from IE-mac */
/*# sourceMappingURL=layout.css.map */
/*baner*/
.index_banner{ width:1920px; margin: 0 auto; position:relative; height:660px;overflow:hidden; left: 50%; margin-left:-960px;z-index: 8;}
.index_ban_ul{ width:1920px; height:475px; overflow:hidden; z-index:0;}
.banner_ctr{ height:90px;width:1440px;position:absolute;top:45%;z-index:2;left:50%; margin-left:-720px;}
.banner_ctr a{ display:block;width:60px;height:90px; background: url(../img/ad_ctr.png) no-repeat 0 0; position:absolute; opacity:0.2;filter: alpha(opacity=20);display:block;}
.banner_ctr a.prev{left:0px;}
.banner_ctr a.next{right:0px; background-position: 0 -90px;}
.banner_ctr a:hover{ filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
.index_banner .hd{position:absolute; bottom:30px; text-align: center; z-index:1;left: 50%;font-size: 0; line-height: 0;height: 0px; margin-left:-50px; }
.index_banner .hd li{background:#fff; z-index:2; cursor:pointer; margin-right:5px; display:inline-block;width:12px; height:12px;*display:inline; zoom:1; border-radius: 100%;}
.index_banner .hd li:hover,.index_banner .hd .on{background:#0799e4;}
/*index下三角区*/
.div_dong_js12{ background-color: #fff;}
.div_dong_js11{padding-bottom:50px;margin-top:-70px}
.opacity{ position:relative; filter:alpha(opacity=0); -moz-opacity:0;}
.ssbox{ width:1032px; margin:0 auto; padding-top:75px; }
.ss1{text-align:center;padding-left:5px;} 
.ff .ss1 .div1{ color:#303030; font-size:26px; font-weight:bold; line-height:28px;}
.ff .ss1 .div2{ color:#aaaaaa; text-transform:uppercase; margin-top:4px;}
.ff1{ text-align:center; margin-top:15px; color:#666666; height:44px;}
.ff2{ text-align:center; margin-top:70px; height:500px}
.con-list {
    margin: 30px auto 0;
    overflow: hidden;
}
.con-list ul li:hover{
	border-bottom: 2px solid #FF9600;
}
.con-list ul {
    width: 1180px;
}.con-list ul li {
    float: left;
    margin-right: 35px;
    width: 257px;
    height: 350px;
    border-bottom: 2px solid #cbcaca;
    background: #fff;
    overflow: hidden;
	border-left: 1px solid #edeaea;
    border-right: 1px solid #edeaea;
}.con-list ul li .box4 {
    width: 253px;
    height: 220px;
    padding: 2px;
    border-bottom: 1px solid #edeaea;
    text-align: center;
}.con-list ul li .box4 h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}.con-list ul li .txt {
    margin: 0 auto;
    width: 260px;
    height: 90px;
    font-size: 12px;
    color: #666666;
    text-align: center;
}.con-list ul li .txt p {
	padding: 10px;
    text-align: justify;
}
/*about*/
.a-part {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}.por {
    position: relative;
}.poa {
    position: absolute;
}.a-tips h2 {
    font-weight: normal;
    font-size: 34px;
    line-height: 54px;
    color: #fff;
    text-align: center;
}.a-partfo h2 {
    color: #515151;
}.a-tips p.en {
    height: 26px;
    background: url(../img/aname01.png) no-repeat center bottom;
}.a-tips p.en2 {
    height: 26px;
    background: url(../img/aname02.png) no-repeat center bottom;
}.a-tips p.en3 {
    height: 26px;
    background: url(../img/aname03.png) no-repeat center bottom;
}.a-tips p.en4 {
    height: 26px;
    background: url(../img/aname04.png) no-repeat center bottom;
}.a-tips p.en5 {
    height: 26px;
    background: url(../img/aname05.png) no-repeat center bottom;
}.a-partfo .line {
    left: 50%;
    bottom: -30px;
    width: 30px;
    height: 4px;
    background: #1e569f;
    margin-left: -15px;
}.a-partfo .box {
    width: 1060px;
    margin: 88px auto 0;
}.a-partfo .img {
    margin-left: 18px;
}.a-partfo .detail {
    width: 1000px;
    margin-right: 32px;
	    font-size: 16px;
}.a-partfo .detail h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 38px;
    color: #0c4da2;
}.a-partfo .detail span{
	padding-left:33px
}
.fl {
    float: left;
    display: inline;
}.f-cb {
    zoom: 1;
}

/*产品分类YL*/
body > div.overlay div.right_wrap div.con div.pro ul.lists {
          zoom: 1; margin-left:30px;}
          body > div.overlay div.right_wrap div.con div.pro ul.lists:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0; }
          body > div.overlay div.right_wrap div.con div.pro ul.lists li {
            margin: 0 10px 15px 10px;
            float: left;
            width: 230px;
            height: 275px;
            background: url(../img/bg_product.png) no-repeat center;
            overflow: hidden;
            position: relative; }
			
			body > div.overlay div.right_wrap div.con div.pro ul.lists li span{
				height:45px; 
				background-color:#0079c5; 
				color:#ffffff; 
				display:block;
				margin:-9px 0 0 0;
				 line-height:45px;
				 text-align:center;}
				
			  body > div.overlay div.right_wrap div.con div.pro ul.lists li img {
              width: 230px;
              height: 230px; }
            body > div.overlay div.right_wrap div.con div.pro ul.lists li span.img {
              width: 230px;
              height: 230px; }
              body > div.overlay div.right_wrap div.con div.pro ul.lists li span.img img {
                width: 165px;
                display: block;
                vertical-align: center; }
		  .left_top{ padding::5px 0 2px 0; background-color:#FDFBFB; width:100%;}
		  .left_top img{width: 288px;color: #BDBDBD;}
				/*产品分类over*/
body > div.overlay div.right_wrap div.con div.pro ul.lists2 {
          zoom: 1; margin-left:30px; width:1000px;}
          body > div.overlay div.right_wrap div.con div.pro ul.lists2:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0; }
          body > div.overlay div.right_wrap div.con div.pro ul.lists2 li {
            margin: 0 10px 15px 10px;
            float: left;
            width: 480px;
            height: 441px;
            background: url(../img/bg_product.png) no-repeat center;
            overflow: hidden;
            position: relative; }
			
			body > div.overlay div.right_wrap div.con div.pro ul.lists2 li span{
				height:45px; 
				background-color:#0079c5; 
				color:#ffffff; 
				display:block;
				margin:-9px 0 0 0;
				 line-height:45px;
				 text-align:center;}
				
			  body > div.overlay div.right_wrap div.con div.pro ul.lists2 li img {
              width: 478px;
              height: 396px;
			      border: 1px solid #BCBCBC;}
            body > div.overlay div.right_wrap div.con div.pro ul.lists2 li span.img {
              width: 478px;
              height: 396px; }
              body > div.overlay div.right_wrap div.con div.pro ul.lists2 li span.img img {
                width: 165px;
                display: block;
                vertical-align: center; }
				
				
body > div.overlay div.right_wrap div.con div.pro ul.lists3 {
          zoom: 1; margin-left:30px; width:1000px;}
          body > div.overlay div.right_wrap div.con div.pro ul.lists3:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0; }
          body > div.overlay div.right_wrap div.con div.pro ul.lists3 li {
            margin: 0 10px 15px 10px;
            float: left;
            width: 310px;
            height: 595px;
            background: url(../img/bg_product.png) no-repeat center;
            overflow: hidden;
            position: relative; }
			
			body > div.overlay div.right_wrap div.con div.pro ul.lists3 li span{
				height:45px; 
				background-color:#0079c5; 
				color:#ffffff; 
				display:block;
				margin:-9px 0 0 0;
				 line-height:45px;
				 text-align:center;}
				
			  body > div.overlay div.right_wrap div.con div.pro ul.lists3 li img {
              width: 310px;
              height: 550px;}
            body > div.overlay div.right_wrap div.con div.pro ul.lists3 li span.img {
              width: 310px;
              height: 550px; }
              body > div.overlay div.right_wrap div.con div.pro ul.lists3 li span.img img {
                width: 165px;
                display: block;
                vertical-align: center; }
				
/*企业荣誉*/
.content {
    max-width: 1030px;
    margin: 0 auto;
	
}

.gallery img {
    height: 100%;
}
.gallery a {
    width: 200px;
    height: 285px;
    display: inline-block;
    overflow: hidden;
    margin: 4px 20px;
    box-shadow: 0 0 4px -1px #000;
}

.gallery2 img {
}
.gallery2 a {
    width: 200px;
    height: 285px;
    display: inline-block;
    overflow: hidden;
    margin: 4px 20px;
    box-shadow: 0 0 4px -1px #000;
}

.gallery3 a {
    width: 200px;
    height: 195px;
	text-align: center;
	background-color: #0079c5;
	color:#fff;
	    font-size: 12px;
    line-height: 30px;
}
.gallery3 .gc1{
	width: 200px;
    height: 195px;
    overflow: hidden;
    margin: 4px 20px;
    box-shadow: 0 0 4px -1px #000;
	float:left;
	background-color: #0079c5;
	text-align: center;
}
.baguetteBoxOne {
	width:790px; 
	margin:0 auto;
	padding-bottom: 60px;
}
/*产品详细切换*/
.wrap {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
	padding-top: 60px;
}
.i_block_1_tab { height: 38px; line-height: 38px; margin: 0 auto;    max-width: 75rem;    width: 100%;    background-color: #f6f6f6;}
.i_block_1_tab li { float: left;font-size: 14px; color: #666; }
.i_block_1_tab span { display: block; width: 246px; text-align: center; cursor: pointer; font-weight:bold;}
.i_block_1_tab .cur { height: 35px; position: relative; background-position: 0 -38px; color: #ff730f;  background: url(../img/i_block.png); }
.i_line1 {/* height: 400px; */ padding: 70px 0 0;}
.i_line1 img { width: 100%; }
.i_line1 .box1 { width: 464px; padding: 0 0 0 40px; }
.i_line1 .t { font-size: 12px; line-height: 3; }
.i_line1 .box1 img { height: 350px; }
.i_line1 .box1 ul { list-style: disc inside; }
.i_line1 .box2 { width: 205px;padding:0 0 0 15px; }
.i_line1 .box2 img { height: 154px; }
.i_line1 .box2 .p { height: 20px; overflow: hidden; }
.i_line1 .box2 .date { display: block; margin-bottom: 10px; }
.i_line1 a:hover{color:#ff730f ;}




body > div.overlay div.right_wrap div.con2 {
    position: absolute;
    width: 93%;
    height:86%;
    top: 1%;
    left: 5%;
}
body > div.overlay div.right_wrap div.con2 div.title {
    float: left;
    width: 200px;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
}body > div.overlay div.right_wrap div.con2 div.title .en {
    font-size: 18px;
    text-align: center;
}body > div.overlay div.right_wrap div.con2 div.title .cn {
    font-size: 18px;
    text-align: center;
}body > div.overlay div.right_wrap div.con2 div.title span {
    display: block;
    width: 100%;
    text-align: right;
    font-weight: bold;
}body > div.overlay div.right_wrap div.con2 div.pro {
    height: 100%;
    overflow-y: scroll;
    zoom: 1;
    float: left;
}body > div.overlay div.right_wrap div.con2 div.pro ul.lists {
    zoom: 1;
}body > div.overlay div.right_wrap div.con2 div.pro ul.lists li {
    margin: 0 10px 15px 10px;
    float: left;
    width: 180px;
    height: 225px;
    background: url(../img/bg_product.png) no-repeat center;
    overflow: hidden;
    position: relative;
}body > div.overlay div.right_wrap div.con2 div.pro ul.lists li img {
    width: 180px;
    height: 180px;
}body > div.overlay div.right_wrap div.con2 div.pro ul.lists li span {
    height: 45px;
    background-color: #0079c5;
    color: #ffffff;
    display: block;
    margin: -9px 0 0 0;
    line-height: 45px;
    text-align: center;
}


.detail {
    width: 790px;
}.detail_img {
    width: 350px;
    position: relative;
    float: left;
	    padding-right: 40px;
}.detail_img .pic_view {
    text-align: center;
    width: 350px;
    height: 350px;
    margin: 20px auto 0;
    position: relative;
}.detail_img .pic_view img {
   width: 350px;
   height: 350px;
}.item-info {
    float: left;
    width: 300px;
    color: #999;
    position: relative;
}.item-info dd {
    padding: 20px 16px 0 20px;
}.item-info p {
    padding: 5px 0;
    width: 100%;
	font-size:18px; font-weight:bold;
	    line-height: 22px;
    color: #333;
	letter-spacing: 1px;
}.item-info span{font-size: 16px;    color: #333;}








.scy_gjjjx img{float:left;}
.scy_gjjjx1{width:620px;float:right;}
.scy_gjjjx{width:790px;margin-top:20px;}
.scy_gjjjs{width: 790px;background:none;padding:0px;}
.scy_gjjjx1 p{ padding-bottom:20px; padding-top:0;}
.scymainl ul li.nav_act a{ color:#FFF; text-decoration:none; background:#0075c2 url(../img/scy_gj_dsanjiao1_03.png) no-repeat 10px;}
.scymain{width:1110px;margin:0 auto;padding-top:40px}
.scymainl{width:280px;float:left}
.scymainl h2{width:280px;height:112px;font-size:28px;color:#FFF;text-align:center;line-height:112px;margin-bottom:25px}
.scymainl ul li a{font-size:18px;font-family:"微软雅黑";color:#666;height:50px;width:245px;display:block;padding-left:25px;background:url(../img/scy_gj_dsanjiao_03.png) no-repeat 10px}
.scymainl ul li{border-bottom:1px dashed #d7d7d7;line-height:50px}
.scymainl ul li a:hover{color:#FFF;text-decoration:none;background:#0075c2 url(../img/scy_gj_dsanjiao1_03.png) no-repeat 10px}
.scymainl .nav_child li{border:0}
.scymainl ul.nav_child li a{background-image:url(../img/nav_cor_r.jpg);background-repeat:no-repeat;font-size:16px;display:block;line-height:36px;height:36px;padding:0 0 0 35px}
.scymainl ul.nav_child li.nav_act a{color:#FFF;background-image:url(../img/nav_act_bg.jpg);background-color:#0075c2;background-repeat:no-repeat;padding:0 0 0 35px}
.scymainl ul.nav_child li a:hover{color:#FFF;background-image:url(../img/nav_act_bg.jpg);background-color:#0075c2;background-repeat:no-repeat}
.scymainl ul li a.s3{color:#FFF;text-decoration:none;background:#0075c2 url(../img/scy_gj_dsanjiao1_03.png) no-repeat 10px}
.scymainr {
    width: 750px;
    float: right;
}.scymainr h1 {
    color: #333;
    font-size: 30px;
    font-family: "微软雅黑";
    height: 102px;
    line-height: 102px;
    margin-bottom: 9px;
    font-weight: bold;
}



/*产品导航*/
.insdie-wrap {
    padding-bottom: 37px;
    background: #f9fcfd;
}.w980 {
    width: 1100px;
    margin: 0 auto;
	    padding-top: 30px;
}.bread {
    width: 100%;
    padding: 0 0 5px 0;
}.bread p {
    display: inline-block;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}.side {
    width: 250px;
    border-top: 1px solid #e5e9eb;
    border-right: 1px solid #e5e9eb;
    background: #fff;
}.side li {
    width: 250px;
    border-bottom: 1px solid #e5e9eb;
}.side a.tit:hover, .side a.tit.hover {
    padding-left: 24px;
    border-left: 3px solid #00507E;
    background: url(../img/bg_sign23.png) no-repeat 208px -46px #0079C5;
    color: #fff;
}.side a.tit {
    display: inline-block;
    width: 224px;
    padding-left: 25px;
    border-left: 1px solid #e5e9eb;
    background: url(../img/bg_sign23.png) no-repeat 210px 0 #f5feff;
    font-weight: bold;
    font-size: 15px;
    line-height: 46px;
    color: #444;
}.sub-side {
    width: 185px;
    padding: 4px 33px 6px;
    border-top: 1px solid #e5e9eb;
    border-left: 1px solid #e5e9eb;
    display: none;
}.sub-side a:hover, .sub-side a.hover {
    background-position: 180px -31px;
    color: #2ea9df;
}.sub-side a {
    display: inline-block;
    width: 180px;
    padding-left: 5px;
    border-bottom: 1px dashed #e6e6e6;
    background: url(../img/bg_sign24.png) no-repeat 180px 0;
    line-height: 31px;
	font-size: 14px;
    color: #666;
    transition: all 500ms ease-in 0ms;
}.side li {
    width: 250px;
    border-bottom: 1px solid #e5e9eb;
}.content2 {
    width: 740px;
    padding: 8px 42px 42px;
    border: 1px solid #e5e9eb;
    background: #fff;
	    float: right;
}



.iban-wrap{
	height: 660px;
}.iban{
	height: 660px;
	background: url(../../img/loadings.gif) no-repeat center;
}
.iban .imglist li.active{
	animation: bannerIn 15s forwards;
}
@keyframes bannerIn{
	100%{
		transform: scale(1.1);
	}
}
.iban .w{
	height: 570px;
	padding-top: 120px;
}
.iban .list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 415px;
	display: none;
}
.iban .list .tips{
	top: 0;
	width: 500px;
	font-size: 24px;
	line-height: 42px;
	color: #fff;
}
.iban .list b{
	font-size: 48px;
	line-height: 66px;
}
.iban .list strong{
	font-size: 33px;
	line-height: 66px;
}
.iban .ban_bt{
	display: inline-block;
	width: 76px;
	padding: 0 10px;
	background: #0c4da2;
	margin-top: 50px;
	font-size: 12px;
	line-height: 30px;
	transition: all 0.5s;
}
.iban .ban_bt:hover{
	background: #fff;
}
/*.iban .list a{
	display: inline-block;
	width: 76px;
	padding: 0 10px;
	background: #0c4da2;
	margin-top: 50px;
	font-size: 12px;
	line-height: 30px;
	transition: all 0.5s;
}*/
/*.iban .list a:hover{
	background: #fff;
}*/
.iban .list span{
	display: inline-block;
	color: #fff;
}
.iban .list a:hover span{
	color: #0c4da2;	
}
.iban .list span.fr{
	display: inline-block;
	width: 5px;
	height: 30px;
	background: url(../img/bg_sign03.png) no-repeat 0 0;
}
.iban .list a:hover span.fr{
	background-position: 0 -30px;
}
.iban .list .l{
	left: -200px;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.iban .list .r{
	right: -700px;
	filter:alpha(opacity=0); 
	opacity: 0;
	text-align: right;
}
.iban .line{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
}
.iban .line-in{
	width: 0;
	background: url(../img/bg_line01.png);
	/*background: #0f37bd;*/
}
.iban li img{
	top: -82px;
}
.iban-box{
	left: 50%;
	bottom: 76px;
	width: 980px;
	height: 161px;
	margin-left: -490px;
}
.iban-box .fi{
	width: 273px;
	height: 145px;
	padding: 16px 27px 0;
}
.iban-box .se{
	width: 268px;
	height: 93px;
	padding: 68px 30px 0;
}
.iban-box .th{
	cursor: pointer;
}
.iban-box a{
	display: inline-block;
	width: 100%;
	font-size: 11px;
	line-height: 28px;
	color: #aab9d5;
	transition: color 0.5s;
}
.iban-box a.tit{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.iban-box a.more{
	position: absolute;
	left: 26px;
	bottom: 19px;
	display: inline-block;
	width: 65px;
	padding: 0 9px 0 22px;
	border: 1px solid #89a4c6;
	font-size: 11px;
	line-height: 26px;
	color: #89a4c6;
	transition: all 0.5s;
}
.iban-box .se a.more{
	border: 1px solid #888582;
	color: #888582;
}
.iban-box a.more span.fr{
	display: inline-block;
	width: 3px;
	height: 26px;
	background: url(../img/bg_sign04.png) no-repeat center;
	filter:alpha(opacity=50); 
	opacity: 0.5;
	transition: all 0.5s;
}
.iban-box a:hover{
	color: #fff;
}
.iban-box a.more:hover{
	border: 1px solid #fff;
	color: #fff;
}
.iban-box a.more:hover span.fr{
	filter:alpha(opacity=100); 
	opacity: 1;	
}
.iban .btns{
	left: 50%;
	bottom: 36px;
	height: 6px;
}
.iban .btns span{
	display: inline-block;
	float: left;
	width: 62px;
	height: 5px;
	background: #fff;
	margin: 0 3px;
	filter:alpha(opacity=30); 
	opacity: 0.3;
	transition: background 0.5s;
	cursor: pointer;
}
.iban .btns span.cur{
	filter:alpha(opacity=60); 
	opacity: 0.6;	
}
.ovh {
    overflow: hidden;
}.z1 {
    z-index: 1;
}.poa-f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.z2 {
    z-index: 2;
}.w {
    width: 980px;
    margin: 0 auto;
}
.back{
    display: block;
    width: 56px;
    height: 24px;
    padding-left: 13px;
    overflow: hidden;
    line-height: 24px;
    background: url(../img/about_img27.jpg) no-repeat;
	
}
.a-tips p.en2 {
    height: 26px;
    background: url(../img/jszden.png) no-repeat center bottom;
}
.projs {    
    height: 100%;
   
}
.projs ul {
    margin: 0 20px 20px 350px;
}
.projs ul li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #0079c5;
}
.projs ul li a {
    display: block;
    background: url(../img/tc_newslist_ico1.png) no-repeat right center;
}
.projs ul li a span {
    width: 140px;
    float: left;
    text-indent: 10px;
}
.projs ul li a p {
	    width: 575px;
    margin: 0 60px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}