body {
  font-family: "microsoft yahei" !important;
  background: url(../images/index_bg.jpg) no-repeat center top;
  background-attachment: fixed !important;
}
.index_container {
  background-color: #19245a;
  box-shadow: 0 -3px 12px 5px #343434;
  -webkit-box-shadow: 0 -3px 12px 5px #343434;
  -moz-box-shadow: 0 -3px 12px 5px #343434;
  -ms-box-shadow: 0 -3px 12px 5px #343434;
  -o-box-shadow: 0 -3px 12px 5px #343434;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
}
a:hover {
  text-decoration: none;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
header .h-top {
  display: block;
  width: 1246px;
  height: 30px;
  padding: 0 43px;
  overflow: hidden;
  line-height: 30px;
  margin: 0 0 0 -43px;
  background-color: #000;
}
header .h-top h5 {
  display: block;
  float: left;
  color: #888;
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "宋体";
}
header .h-top .form {
  display: block;
  float: right;
  font-size: 12px;
  margin: 1.5px 0 0 12px;
}
header .h-top .form input {
  display: block;
  float: left;
  height: 25px;
  background-color: #565656;
  border: 1px solid #848484;
}
header .h-top .form input[type="text"] {
  border-right: 0;
  color: #fff;
  width: 200px;
  padding: 0 0 0 12px;
}
header .h-top .form input[type="submit"] {
  border-left: 0;
  width: 25px;
  height: 25px;
  background: #565656 url(../images/fdj.jpg) no-repeat center center;
}
header .h-top .laug {
  display: block;
  float: right;
  font-size: 13px;
}
header .h-top .laug a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
}
header .h-top .laug a.en {
  font-family: arial;
}
header .h-top .laug a.en:after {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  right: -6px;
  top: 50%;
  margin-top: -2px;
  background-color: #fff;
}
header .h-top .laug a:hover {
  text-decoration: underline;
}
header nav {
  display: block;
  height: 93px;
}
header nav a.logo {
  display: block;
  float: left;
  line-height: 91px;
}
header nav .nav_menu {
  display: block;
  float: right;
}
header nav .nav_menu > li {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 0;
}
header nav .nav_menu > li.laug{
	display: none;
}
header nav .nav_menu > li > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 0 30px;
  font-size: 15px;
  line-height: 91px;
}
header nav .nav_menu > li > a:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin: -10px 0 0;
  background-color: #989898;
}
header nav .nav_menu > li .sub_menu {
  position: absolute;
  display: none;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=100);
  top: 130%;
  left: 0px;
  width: 220px;
  background: #fff;
  text-align: left;
  z-index: 99;
  overflow: hidden;
  box-shadow: 0 0 3px 0 #666666;
  -webkit-box-shadow: 0 0 3px 0 #666666;
  -moz-box-shadow: 0 0 3px 0 #666666;
  -ms-box-shadow: 0 0 3px 0 #666666;
  -o-box-shadow: 0 0 3px 0 #666666;
}
header nav .nav_menu > li .sub_menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
header nav .nav_menu > li .sub_menu li a {
  color: #999;
  display: block;
  padding: 15px 10px 15px 20px;
}
header nav .nav_menu > li .sub_menu li:hover {
  background: #19245a;
}
header nav .nav_menu > li .sub_menu li:hover a {
  color: #fff;
}
header nav .nav_menu > li:first-child > a:after {
  display: none;
}
#mob_banner{
	display: none;
}
#banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 575px;
}
#banner img {
  width: auto;
}
#banner .DB_bgSet {
  position: relative;
}
#banner .DB_bgSet li {
  position: absolute;
  width: 100%;
  min-height: 575px;
  display: none;
}
#banner .DB_imgSet {
  position: absolute;
  width: 1100px;
  left: 50%;
  margin-left: -500px;
}
#banner .DB_imgSet .DB_1_1 {
  position: absolute;
  z-index: 2;
}
#banner .DB_imgSet .DB_1_2 {
  position: absolute;
}
#banner .DB_menuWrap {
  float: left;
  position: absolute;
  width: 100%;
}
#banner .DB_prev,
#banner .DB_next {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  top: 200px;
  cursor: pointer;
  display: none;
  position: absolute;
}
#banner .DB_menuSet {
  position: absolute;
  display: block;
  top: 540px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}
#banner .DB_menuSet li {
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
}
#banner .DB_menuSet li.select {
  background-color: #767676;
}
#banner .DB_prev {
  left: 30px;
}
#banner .DB_prev:hover {
  left: 25px;
}
#banner .DB_next {
  right: 30px;
}
#banner .DB_next:hover {
  right: 25px;
}
#index-body .i-product li {
  margin: 25px 0;
}
#index-body .i-product li .pro-fl {
  float: left;
  width: 49%;
}
#index-body .i-product li .change-c{
  float: right !important;
}
#index-body .i-product li .pro-fl img{
  width: 100%;
}
#index-body .i-product li .pro-fr {
  float: right;
  width: 49%;
  padding-right: 8%;
  padding-left: 2%;
}
#index-body .i-product li .change-f {
  float: left !important;
}
#index-body .i-product li .pro-fr h2{
  font-size: 30px;
  color: #ffffff;
  margin: 40px 0 20px;
}
#index-body .i-product li .pro-fr h2 a{
  color: #ffffff;
}
#index-body .i-product li .pro-fr p{
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}

#index-body .i-product li .bdy {
  width: 568px;
  padding: 0 85px 0 30px;
}
#index-body .i-product li .bdy h5 {
  display: block;
  color: #fff;
  font-size: 27px;
  margin: 21px 0;
}
#index-body .i-product li .bdy p {
  color: #ddd;
  font-size: 13px;
  line-height: 2em;
}
#index-body .i-product li .bdy a {
  display: block;
  color: #fff;
  text-align: right;
  margin: 12px -50px 0 0;
}
#index-body .i-product li .bdy a span {
  font-size: 13px;
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #fff;
}
#index-body .i-product li:nth-child(odd) .img {
  float: left;
}
#index-body .i-product li:nth-child(odd) .bdy {
  float: right;
}
#index-body .i-product li:nth-child(even) .img {
  float: right;
}
#index-body .i-product li:nth-child(even) .bdy {
  float: left;
}
#index-body .i-newpro {
  display: block;
  margin: 100px 0 0;
}
#index-body .i-newpro .title {
  color: #fff;
  margin: 0 0 30px;
}
#index-body .i-newpro .title h3 {
  display: block;
  font-size: 30px;
}
#index-body .i-newpro .title h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0;
}
#index-body .i-newpro .title .left {
  display: block;
  float: left;
}
#index-body .i-newpro .title .right {
  display: block;
  float: right;
}
#index-body .i-newpro .title .right span {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#index-body .i-newpro .title .right span img {
  width: auto;
}
#index-body .i-newpro ul li {
  display: block;
  float: left;
  width: 379px;
  margin: 0 11px 0 0;
}
#index-body .i-newpro ul li .zoom-box {
  height: 233px;
}
#index-body .i-newpro ul li p {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 12px 0;
}
#index-body .i-about {
  display: block;
  height: 485px;
  overflow: hidden;
  margin: 60px 0 40px;
  background-color: #fff;
}
#index-body .i-about .img {
  display: block;
  float: left;
}
#index-body .i-about .bdy {
  display: block;
  float: right;
  width: 650px;
  padding: 0 30px;
}
#index-body .i-about .bdy h3 {
  display: block;
  color: #222;
  font-size: 24px;
  margin: 70px 0 20px;
}
#index-body .i-about .bdy p {
  color: #333;
  font-size: 13px;
  line-height: 1.8em;
  margin: 0 0 18px;
}
#index-body .i-about .bdy img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 35px 0 0;
}
#index-body .i-application {
  display: block;
  margin: 100px 0 30px;
}
#index-body .i-application .title {
  color: #fff;
  margin: 0 0 30px;
}
#index-body .i-application .title h3 {
  display: block;
  font-size: 30px;
}
#index-body .i-application .title h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0;
}
#index-body .i-application .title .left {
  display: block;
  float: left;
}
#index-body .i-application .title .right {
  display: block;
  float: right;
}
#index-body .i-application .title .right span {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#index-body .i-application .title .right span img {
  width: auto;
}
#index-body .i-application ul li {
  display: block;
  float: left;
  width: 379px;
  margin: 0 11px 0 0;
}
#close {
    position: fixed;
    display: none;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
    background: url(../images/side-pro-close.png) no-repeat center;
}
footer {
  padding: 25px 43px 0;
  margin: 0 0 0 -43px;
  width: 1246px;
  background-color: #19245a;
}
footer .fot_top .fot_logo {
  display: block;
  float: left;
  width: 300px;
}
footer .fot_top .fot_logo img {
  width: auto;
}
footer .fot_top .fot_logo p {
  color: #fff;
  margin: 16px 0 0 16px;
  font-size: 12px;
  line-height: 2em;
}
footer .fot_top dl {
  display: block;
  float: left;

}
footer .fot_top dl dt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0 0 20px;
  background: url(../images/fot_tit.png) no-repeat 90px center;
}
footer .fot_top dl dd a {
  display: block;
  color: #fff;
}
footer .fot_top dl dd a:hover {
  text-decoration: underline;
}
footer .fot_top .fot_link {
  width: 220px;
  margin: 0 0 0 99px;
}
footer .fot_top .fot_link dd a {
  position: relative;
  line-height: 2em;
  padding: 0 0 0 15px;
}
footer .fot_top .fot_link dd a:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin: -3px 0 0;
  background-color: #fff;
}
footer .fot_top .fot_pro dd a {
  position: relative;
  line-height: 2em;
  padding: 0 0 0 15px;
}
footer .fot_top .fot_pro dd a:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin: -3px 0 0;
  background-color: #fff;
}
footer .fot_top .fot_cont {
  float: right;
  width: 275px;
}
footer .fot_top .fot_cont h5 {
  color: #fff;
  line-height: 2em;
}
footer .fot_top .fot_cont p {
  color: #fff;
  line-height: 2em;
  padding: 0 0 0 20px;
}
footer .fot_top .fot_cont p.p1 {
  background: url(../images/fot_01.png) no-repeat left center;
}
footer .fot_top .fot_cont p.p2 {
  background: url(../images/fot_02.png) no-repeat left center;
}
footer .fot_top .fot_cont p.p3 {
  background: url(../images/fot_03.png) no-repeat left center;
}
footer .fot_top .fot_cont p.p4 {
  background: url(../images/fot_04.png) no-repeat left center;
}
footer .fot_btm {
  text-align: right;
}
footer .fot_btm p {
  display: inline-block;
  color: #fff;
  margin: 21px 10px;
}
footer .fot_btm p a {
  color: #fff;
}
footer .fot_btm p a:hover {
  text-decoration: underline;
}
.page_container {
  background: #ffffff url(../images/contact_bg.jpg) repeat-x center 30px;
}
.bdyNav {
  padding: 20px 0;
  text-align: right;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bdyNav a {
  display: inline-block;
  color: #333;
  margin: 0 5px;
}
.bdyNav a:hover {
  color: #19245a;
  text-decoration: underline;
}
.inner-page {
  padding-bottom: 72px;
}
.inner-page .sidebar {
  margin: 0 0 30px;
}
.inner-page .sidebar li {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 0.5%;
}
.inner-page .sidebar li a {
  display: block;
  color: #fff;
  line-height: 36px;
  background-color: #bbb;
}
.inner-page .sidebar li:hover a,
.inner-page .sidebar li.active a {
  background-color: #25357e;
}
.about-page img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical .right {
  display: block;
  width: 654px;
}
.about-page .about-artical h4 {
  color: #222;
  line-height: 2.45em;
  font-size: 24px;
}
.about-page .about-artical p {
  font-size: 13px;
  color: #555;
  line-height: 2em;
}
.about-page .about-artical .about_top {
  margin: 70px 0;
}
.product-page .i-pro-box li {
  display: block;
  float: left;
  width: 284px;
  margin: 0 8px 15px 0;
}
.product-page .i-pro-box li p {
  color: #333;
  margin: 7px 0;
  text-align: center;
}
.prodet-page .product-details .prodet-top-l {
  width: 50%;
  margin-right: 50px;
}
.prodet-page .product-details .prodet-top-l .b-pro {
  padding: 10px;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.prodet-page .product-details .prodet-top-l ul li {
  float: left;
  width: 20%;
  margin-right: 10px;
  padding: 2px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.prodet-page .product-details .prodet-top-l ul li:hover {
  border: 1px solid #003f75;
}
.prodet-page .product-details .prodet-top-l li.active {
  border: 1px solid #003f75;
}
.prodet-page .product-details .prodet-top-l #pic-zoom {
  position: relative;
  margin-top: 0px;
}
.prodet-page .product-details .prodet-top-l .mark {
  width: 550px;
  height: 363px;
  position: absolute;
  z-index: 2;
  background: transparent;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0.1;
  filter: alpha(opacity=100);
}
.prodet-page .product-details .prodet-top-l .layer {
  width: 50px;
  height: 50px;
  background: #E8E8E8;
  position: absolute;
  opacity: 0.4;
  filter: alpha(opacity=100);
  display: none;
}
.prodet-page .product-details .prodet-top-l .big_pic {
  padding: 20px;
  z-index: 9;
  position: absolute;
  display: none;
  overflow: hidden;
  width: 550px;
  height: 363px;
  left: 100%;
  top: 0px;
  background: #eee;
}
.prodet-page .product-details .prodet-top-l .big_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 45%;
}
.prodet-page .product-details .prodet-top-r h1 {
  margin: 24px 0;
  color: #000;
  font-size: 24px;
  padding-top: 10px;
}
.prodet-page .product-details .prodet-top-r p {
  font-size: 14px;
  line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  background-image: -moz-linear-gradient(top, #ffa904, #ff8b28);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #ffa904, #ff8b28);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa904, endColorstr=#ff8b28, GradientType='0');
  /* IE*/
  margin-top: 110px;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ff9f0c;
  border-top: 1px solid #ec8004;
  border-right: 1px solid #ec8004;
}
.prodet-page .product-details .prodet-top-r a:hover {
  background-image: -moz-linear-gradient(top, #ff8b26, #e97006);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #ff8b26, #e97006);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8b26, endColorstr=#e97006, GradientType='0');
  /* IE*/
}
.prodet-page h4.pro-title {
  font-weight: bold;
  text-transform: uppercase;
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #19245a;
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-bottom {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-bottom p {
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 2em;
}
.news-page .new-list-haspic li {
  padding: 20px 15px;
  margin-bottom: 2px;
  transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
}
.news-page .new-list-haspic li a {
  display: block;
  color: #000;
}
.news-page .new-list-haspic li a i {
  font-size: 13px;
  line-height: 2em;
  margin: 5px 0;
}
.news-page .new-list-haspic li a h3 {
  display: block;
  font-size: 18px;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-page .new-list-haspic li a p {
  color: #333;
  height: 54px;
  line-height: 2em;
  overflow: hidden;
}
.news-page .new-list-haspic li:nth-of-type(2n+1) {
  background: #f8f8f8;
}
.news-page .new-list-haspic li:nth-of-type(2n) {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.news-page .new-list-haspic li:hover {
  background: #19245a;
}
.news-page .new-list-haspic li:hover a,
.news-page .new-list-haspic li:hover h3,
.news-page .new-list-haspic li:hover p,
.news-page .new-list-haspic li:hover i {
  color: #fff;
}
.news {
  background: #fff;
  padding-top: 20px;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_date {
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 12px;
}
.news .news_contents {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 13px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.news .news_next a:hover {
  color: #19245a;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page img {
  width: auto;
}
.contact-page .contact-list {
  float: right;
  width: 385px;
}
.contact-page .contact-list li,
.contact-page .contact-list a {
  color: #000;
}
.contact-page .contact-list h5 {
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 2px;
}
.contact-page .contact-list p {
  line-height: 2em;
  font-size: 18px;
  padding: 0 0 0 20px;
}
.contact-page .contact-list .p1 {
  background: url(../images/cont_01.png) no-repeat left center;
}
.contact-page .contact-list .p2 {
  background: url(../images/cont_02.png) no-repeat left center;
}
.contact-page .contact-list .p3 {
  background: url(../images/cont_03.png) no-repeat left center;
}
.contact-page .contact-list .p4 {
  background: url(../images/cont_04.png) no-repeat left center;
}
.MicrosoftMap {
  width: 100%!important;
}
.cn-form {
  width: 100%;
  height: auto;
}
.cn-form h3 {
  display: block;
  font-size: 18px;
  line-height: 2em;
  margin: 50px 0 30px;
}
.cn-form p {
  font-size: 16px;
  padding: 10px 0;
  color: #666;
}
.cn-form .m_form li {
  width: 40%;
  height: 38px;
  float: left;
  margin-bottom: 13px;
}
.cn-form .m_form label {
  float: left;
  color: #555;
  border: 1px solid #dedede;
  line-height: 36px;
  height: 36px;
  width: 24%;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.cn-form .m_form .iptTxt {
  float: right;
  width: 76%;
  border: 1px solid #dedede;
  border-left-width: 0;
  height: 36px;
  line-height: 16px;
  outline: none;
  text-indent: 1em;
  background: #fff;
  color: #ccc;
}
.cn-form .m_form .txtAre {
  height: 100%;
  width: 100%;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m_form .btnTjly {
  transition: 0.2s eaes-in;
  -webkit-transition: 0.2s eaes-in;
  -moz-transition: 0.2s eaes-in;
  -ms-transition: 0.2s eaes-in;
  -o-transition: 0.2s eaes-in;
  width: 100%;
  height: 38px;
  background: #19245a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .m_form .btnTjly:hover {
  background: #000;
}
.cn-form .m_form .areLi {
  float: right;
  height: 245px;
  display: inline;
  text-align: right;
  width: 58%;
}
.trad-form {
  margin: 60px auto 0;
}
.trad-form fieldset {
  margin-bottom: 25px;
  position: relative;
}
.trad-form fieldset label {
  float: left;
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.trad-form fieldset input,
.trad-form fieldset textarea,
.trad-form fieldset button {
  box-shadow: inset 0 1px 1px 1px #e1e1e1;
  -webkit-box-shadow: inset 0 1px 1px 1px #e1e1e1;
  -moz-box-shadow: inset 0 1px 1px 1px #e1e1e1;
  -ms-box-shadow: inset 0 1px 1px 1px #e1e1e1;
  -o-box-shadow: inset 0 1px 1px 1px #e1e1e1;
  float: right;
  outline: none;
  border: 1px solid #e1e1e1;
  border-top: 1px solid #b3b3b3;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  color: #777;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.trad-form fieldset input {
  padding: 3px 30px 3px 35px;
}
.trad-form fieldset input:focus,
.trad-form fieldset textarea:focus {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #999;
}
.trad-form fieldset input[name="title"] {
  background: url(../images/form-name-ico.png) no-repeat 8px center;
}
.trad-form fieldset input[name="email"] {
  background: url(../images/form-email-ico.png) no-repeat 8px center;
}
.trad-form fieldset input[name="mycall"] {
  background: url(../images/form-phone-ico.png) no-repeat 8px center;
}
.trad-form fieldset input[type="submit"] {
  transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  padding: 6px 0;
  text-align: center;
  color: #a79074;
  background: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  border: 1px solid #a4a4a4;
}
.trad-form fieldset input[type="submit"]:hover {
  background: #a79074;
  color: #fbecc9;
  border: 1px solid #a4a4a4;
  box-shadow: inset 0 0px 0px 0px #e1e1e1;
  -webkit-box-shadow: inset 0 0px 0px 0px #e1e1e1;
  -moz-box-shadow: inset 0 0px 0px 0px #e1e1e1;
  -ms-box-shadow: inset 0 0px 0px 0px #e1e1e1;
  -o-box-shadow: inset 0 0px 0px 0px #e1e1e1;
}
.trad-form fieldset textarea[name="saytext"] {
  background: url(../images/form-mes-ico.png) no-repeat 8px 8px;
  padding: 8px;
  resize: none;
}
.trad-form fieldset textarea[name="saytext"]:focus {
  background: none;
}
.trad-form fieldset .form-tips {
  text-transform: capitalize;
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: #c33;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: normal;
}
.trad-form fieldset em {
  color: red;
  font-weight: bold;
  font-size: 14px;
}
.trad-form fieldset em.rf {
  position: absolute;
  right: 0;
  font-size: 11px;
  font-style: normal;
  bottom: 0;
}
.trad-form fieldset em.rf span {
  color: #333;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.recommend-product ul li p {
  color: #000;
  margin-top: 8px;
  text-align: center;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 1s linear;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.around-line li {
  float: left;
  position: relative;
  cursor: pointer;
}
.around-line li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.around-line li:before,
.around-line li:after {
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: absolute;
}
.around-line li:before {
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:after {
  right: 0;
  bottom: 0;
  top: 100%;
  left: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:hover:before {
  bottom: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li:hover:after {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li.active:before {
  bottom: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li.active:after {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.m-page {
  margin: 50px 0px 10px;
  _padding-bottom: 30px;
  *padding-bottom: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page i {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 12px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #19245a;
}
.m-page a:active {
  background: #19245a;
}
.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
  cursor: default;
  color: #fff;
  background: #19245a;
}
.m-page-sm {
  margin: 40px auto 0px auto;
  line-height: 22px;
}
.m-page-sm a,
.m-page-sm i {
  padding: 5 10px;
}
.m-page-sr a,
.m-page-sr i {
  margin: 0 3px;
  border-radius: 2px;
}
.m-page-sr i {
  border: 0;
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
#fancybox-loading {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(../images/fancybox.png);
}
#fancybox-overlay {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../images/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(../images/blank.gif);
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url(../images/fancybox.png);
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url(../images/fancybox.png);
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox-x.png);
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(../images/fancybox-y.png);
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox-x.png);
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(../images/fancybox-y.png);
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url(../images/fancy_title_over.png);
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(../images/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(../images/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(../images/fancybox.png) -55px -90px no-repeat;
}

@media screen and (max-width: 1200px) {
	body{
		zoom: 0.78;
	}
	#index-body .i-about .bdy p{
		margin-bottom: 2%;
	}
	#index-body .i-about .bdy img{
		margin: 0;
	}
}
@media screen and (max-width: 960px) {
	body{
		zoom: 1;
	}
	.container{
		width: 100%;
		padding: 0;
	}
	header .h-top{
		width: 100%;
		padding: 0 2%;
		margin: 0;
	}
	header nav a.logo{
		width: 100%;
	}
	header nav a.logo img{
		display: block;
		margin: 1% auto;
		width: auto;
	}
	header nav .nav_menu{
		width: 100%;
		text-align: center;
	}
	header nav .nav_menu > li{
		display: inline-block;
		float: none;
	}
	#banner{
		// display: none;
	}
	#mob_banner{
		display: block;
		padding: 0 2%;
	}
	#index-body{
		padding: 0 2%;
	}
	#index-body .i-product li .img{
		width: 47%;
	}
	#index-body .i-product li .bdy{
		width: 52%;
		padding: 0 7% 0 3%;
	}
	#index-body .i-product li .bdy h5{
		font-size: 18px;
		margin: 10px 0;
	}
	#index-body .i-product li .bdy p{
		font-size: 12px;
	}
	#index-body .i-newpro .title{
		margin-bottom: 2%;
	}
	#index-body .i-newpro .title h3{
		font-size: 25px;
	}
	#index-body .i-newpro .title h5{
		font-size: 14px;
		font-weight: inherit;
		text-transform: uppercase;
	}
	#index-body .i-newpro ul {
		width: 770px!important;
		margin: 0 auto;
	}
	#index-body .i-about{
		height: auto;
	}
	#index-body .i-about .img{
		width: 100%;
	}
	#index-body .i-about .img img{
		display: block;
		width: auto;
		max-width: 100%;
		margin: 2% auto 0;
	}
	#index-body .i-about .bdy{
		width: 100%;
	}
	#index-body .i-about .bdy h3{
		margin: 2% 0 3%;
	}
	#index-body .i-application .title{
		margin-bottom: 2%;
	}
	#index-body .i-application .title h3{
		font-size: 25px;
	}
	#index-body .i-application .title h5{
		font-size: 14px;
		font-weight: inherit;
		text-transform: uppercase;
	}
	#index-body .i-application ul {
		width: 770px!important;
		margin: 0 auto;
	}
	footer{
		width: 100%;
		margin: 0;
		padding: 2%;
	}
	footer .fot_top .fot_link{
		width: 20%;
		margin-left: 5%;
	}
	footer .fot_top .fot_pro{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	header .h-top .form{
		display: none;
	}
	header nav a.logo img{
		width: 80%;
	}
  #banner{
    display: none;
  }
  #mob_banner{
    display: block;
  }
  .navbar-header{
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 8;
  }
  header nav{
  	height: auto;
  	padding: 1% 0 3%;
  }
  header nav .nav_menu{
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 20% 3% 0;
    background-color: #19245a;
  }
  header nav .nav_menu > li{
    display: block;
    border-bottom: 1px solid #eee;
  }
  header nav .nav_menu > li.laug{
  	display: block;
  }
  header nav .nav_menu > li:first-child{
    border-top: 1px solid #eee;
  }
  header nav .nav_menu > li > a{
    padding: 16px 0;
    line-height: inherit;
  }
  header nav .nav_menu > li > a:after{
    display: none;
  }
  header .h-top .laug{
    display: none;
  }
	#index-body .i-product li .img{
    width: auto;
    float: none;
		max-width: 100%;
	}
	#index-body .i-product li .bdy{
		width: 100%;
		padding: 3% 0 0;
	}
	#index-body .i-product li .bdy a{
		margin-right: 0;
	}
	#index-body .i-newpro ul{
		width: 380px!important;
	}
	#index-body .i-application ul {
		width: 380px!important;
	}
	footer .fot_top .fot_logo img{
		display: block;
		margin: 0 auto;
	}
	footer .fot_top dl dt{
		margin-bottom: 2%;
	}
	footer .fot_top .fot_logo{
		width: 100%;
	}
	footer .fot_top .fot_link{
		display: none;
	}
	footer .fot_top .fot_cont{
		width: 100%;
		padding: 3% 0 0 3%;
	}
  footer .fot_btm{
    text-align: left;
  }
  footer .fot_btm p{
    margin: 2px 10px;
  }
  .inner-page{
    background: #fff;
    padding: 0 2%;
  }
  .bdyNav{
    padding: 2% 0;
  }
  .inner-page .sidebar{
    margin: 3% 0;
  }
  .inner-page .sidebar li{
  	display: block;
  	width: 100%;
  	margin: 0 0 1%;
  }
  .inner-page .sidebar li a{
    font-size: 12px;
    line-height: 2.5em;
  }
  .about-page .about-artical .about_top{
    margin: 7% 0;
  }
  .about-page .about-artical .right{
    width: 100%;
  }
  .about-page .about-artical h4{
    font-size: 21px;
    line-height: 2em;
  }
  .about-page .about-artical p{
    font-size: 12px;
  }
  .product-page .i-pro-box li{
  	width: 100%;
  	margin: 0 0 2%;
  	padding: 0 1%;
  }
  .prodet-page .product-details .prodet-top-l{
  	width: 100%;
  	margin: 0;
  }
  .prodet-page .product-details .prodet-top-r{
  	width: 100%;
  }
  .prodet-page .product-details .prodet-top-l .layer,
  .prodet-page .product-details .prodet-top-l .mark{
  	display: none;
  }
  .prodet-page .product-details .prodet-top-r h1{
  	font-size: 18px;
  	margin: 1% 0;
  }
  .prodet-page .product-details .prodet-top-r p{
  	font-size: 12px;
  }
  .prodet-page .prodet-bottom{
  	margin: 5% 0;
  }
  .prodet-page h4.pro-title{
  	width: 100%;
  }
  .prodet-page .prodet-bottom ,
  .prodet-page .prodet-bottom p{
  	font-size: 12px;
  }
  .recommend-product ul li{
  	width: 50%;
  	margin: 0;
  	padding: 1%;
  }
  .cn-form .m_form .areLi,
  .cn-form .m_form li{
  	width: 100%;
  }
  .cn-form .m_form .areLi{
  	height: 125px;
  }
  .news .news_title h1{
  	font-size: 18px;
  }
  .news-page .new-list-haspic li{
  	padding: 1%;
  }
  .news-page .new-list-haspic li a h3{
  	font-size: 16px;
  }
  .news-page .new-list-haspic li a p{
  	font-size: 12px;
  }
  #dituContent{
  	display: none;
  }
  .contact-page .contact-list{
  	width: 100%;
  }
  .cn-form h3{
  	margin: 5% 0 3%;
  }
  .trad-form{
  	margin: 3% 0 0;
  }
  #index-body .i-product li .pro-fl,
  #index-body .i-product li .pro-fr{
      width:100%;
  }
  #index-body .i-product li .pro-fr h2{
      font-size:18px;
  }
}
@media screen and (max-width: 400px) {
  #index-body .i-newpro{
    display: none;
  }
  #index-body .i-application{
    display: none;
  }
}

.prodet-information table tr:nth-of-type(1){
background: #5867b1;
}
.prodet-information table tr:nth-of-type(2){
background: #98a0c5;
}
.prodet-information table tr{
background: #ddd;
}