@charset "utf-8";
/* CSS Document */
@font-face {
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
 
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
body {
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	background:#fff;
	margin:0;
	padding:0;
	color:#686868;
}

#wrapper {
	background:rgba(255,255,255,0.6);
	position: absolute; padding-top:10px; width:100%;
    z-index:20;
}
.top{     width: 1200px;
    margin: auto;    padding-right: 10px;}
.top li {
    float: right;
    color: #3a3a3a;
    display: inline;
}
.top .li_a {
    background: url(../images/i01.gif) no-repeat left 11px;
    padding-left: 10px;
    margin-left: 15px;
}
.top .li_a a{ color:#000;}
a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}

 
.content{
    margin:auto; width:80%; z-index:1000; position:relative;  
 
}
.conlogo { width:20%; float:left; margin-top:-20px;}
 .conlogo img  { width:190px;}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.animenu__toggle { float:right; margin-right:6px;
  display: none;
  cursor: pointer;
  background-color: #111111;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__toggle:hover {
  background-color: #0186ba;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.animenu{     width: 1200px;
    margin: auto; display: block; }
.animenu__nav{ height:60px;margin:0; float:right;}
.animenu__nav li{float:left;list-style:none; font-size:15px; font-weight:bold;}
.animenu__nav li a{display:block;height:50px;/*border-left:1px solid #000;*/padding:0 10px;line-height:70px;color:gray;text-decoration:none;position:relative;overflow:hidden; color:#000;}
.animenu__nav li a:hover, .animenu__nav li a.current{color: #F60;}
.animenu__nav li .animenu__nav__child{width:100%;height:30px;position:absolute;top:92px;left:0;padding-left:52%;background:#999; opacity:0.8;display:none;}
.animenu__nav li .animenu__nav__child li a{color: #fff;}
.animenu__nav li .animenu__nav__child a{display:block;height:30px;float:left;color:#fff;line-height:30px;border:none;background:none; color:000; font-weight:normal;}
.animenu__nav li .animenu__nav__child a:hover{text-decoration:none;color:#000;}

@media screen and (max-width: 767px) {
   .top{ width:100%; text-align:right; padding-right:10px; margin-bottom:20px;}
   .conlogo {
    width: 100%; text-align:center;
     margin-top: 10px;
}
  .animenu__toggle {
    display: inline-block; margin-top:-60px;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111111;
    position: relative;
  }
  .animenu__nav a:hover {
  background:rgba(255,255,255,0.8);
    border-color: #0186ba;
    color: #000;
  }

  .animenu__nav__child {
    position: static;
  background:rgba(255,255,255,0.6);
    margin: 0;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}

.main { width:1200px;margin:auto;}
.title { width:100%; background:url(../images/abg.png)  center center; background-repeat:no-repeat; height:66px; font-size:26px; text-align:center;}
.title span{ font-size:12px; color:#999;display:block;}
.about { width:40%; float:left; margin-top:50px; }
.about .box4 { width:100%; margin:auto; padding:20px; text-align:center;}
.about .box4 .box4-1 {width:160px; height:160px; text-align:center;vertical-align: middle;
  display: table-cell;border-radius:8px; float:left; margin:20px 20px 60px 40px; padding:20px; }
  .about .box4 .box4-1 span { width:160px; text-align:center; font-size:16px; line-height:30px; color:#000; display:block;}
    .about .box4 .box4-1 p { width:160px; text-align:center; font-size:18px; line-height:30px; color:#000;}

.about .box4 .box4-1 img {display: inline-block; margin-top:40px;width:80px; height:80px;}
.about .box4 .box4-1 a { width:160px; height:160px; display: block; background-color:#dbe3ea;border-radius:8px;}
.about .box4 .box4-1 a:hover {width:160px; height:160px;display: block;background-color:#3c8ffc;border-radius:8px;}


.video { width:1200px; margin-top:10px; }
.video img  { width:100%;}
.video .caption{ height:50px; line-height:50px; text-align:left;padding:0 10px;}

.pro{ width:1200px;margin:auto; background-color:#f1f4f7; padding-top:50px; height:auto;overflow:hidden; padding-bottom:50px;}
.pro .probox { width:1100px; margin:auto; margin-top:40px;}
.pro .probox .proimg { width:20%; float:left;}  
.pro .probox a { color:#000}
.pro .probox a:hover { color:#FFF; text-decoration:none;}
.pro .probox .proimg .imgbox{width:150px; height:150px;background-color:#6CF;border-radius:50%; margin:20px auto; }
.pro .probox .proimg:hover{ color:#FFF;}
.pro .probox .proimg .imgbox img { width:80px; height:80px; margin:25% 25%; }
.pro .probox .proimg:hover { border-radius:5px; -webkit-box-shadow: #666 0px 0px 10px;
   -moz-box-shadow: #666 0px 0px 10px;
   box-shadow: #666 0px 0px 10px;
   background: #6CF;}
.pro .probox .proimg p{ line-height:50px; text-align:center;}

.pro .probox .proimg1 { width:20%; float:left;}  
.pro .probox .proimg1 .imgbox{width:150px; height:150px;background-color:#f99b5c;border-radius:50%; margin:20px auto; }
.pro .probox .proimg1:hover{ color:#FFF;}
.pro .probox .proimg1 .imgbox img { width:80px; height:80px; margin:25% 25%; }
.pro .probox .proimg1:hover { border-radius:5px; -webkit-box-shadow: #666 0px 0px 10px;
   -moz-box-shadow: #666 0px 0px 10px;
   box-shadow: #666 0px 0px 10px;
   background: #f99b5c;}
.pro .probox .proimg1 p{ line-height:50px; text-align:center;}

.pro .probox .proimg2 { width:20%; float:left;}  
.pro .probox .proimg2 .imgbox{width:150px; height:150px;background-color:#04ab82;border-radius:50%; margin:20px auto; }
.pro .probox .proimg2:hover{ color:#FFF;}
.pro .probox .proimg2 .imgbox img { width:80px; height:80px; margin:25% 25%; }
.pro .probox .proimg2:hover { border-radius:5px; -webkit-box-shadow: #666 0px 0px 10px;
   -moz-box-shadow: #666 0px 0px 10px;
   box-shadow: #666 0px 0px 10px;
   background: #04ab82;}
.pro .probox .proimg2 p{ line-height:50px; text-align:center;}


.pro .probox .proimg3 { width:20%; float:left;}  
.pro .probox .proimg3 .imgbox{width:150px; height:150px;background-color:#f698bc;border-radius:50%; margin:20px auto; }
.pro .probox .proimg3:hover{ color:#FFF;}
.pro .probox .proimg3 .imgbox img { width:80px; height:80px; margin:25% 25%; }
.pro .probox .proimg3:hover { border-radius:5px; -webkit-box-shadow: #666 0px 0px 10px;
   -moz-box-shadow: #666 0px 0px 10px;
   box-shadow: #666 0px 0px 10px;
   background: #f698bc;}
.pro .probox .proimg3 p{ line-height:50px; text-align:center;}

.pro .probox .proimg4 { width:20%; float:left;}  
.pro .probox .proimg4 .imgbox{width:150px; height:150px;background-color:#efcf5f;border-radius:50%; margin:20px auto; }
.pro .probox .proimg4:hover{ color:#FFF;}
.pro .probox .proimg4 .imgbox img { width:80px; height:80px; margin:25% 25%; }
.pro .probox .proimg4:hover { border-radius:5px; -webkit-box-shadow: #666 0px 0px 10px;
   -moz-box-shadow: #666 0px 0px 10px;
   box-shadow: #666 0px 0px 10px;
   background: #efcf5f;}
.pro .probox .proimg4 p{ line-height:50px; text-align:center;}
.pro .probox .more{ padding-top:30px;}


.news{ width:1200px;margin:auto; padding-top:50px; height:auto;overflow:hidden; padding-bottom:50px;}
.news .newsbox { width:1100px; margin:auto;}
.news .newslist {border-bottom:#c7d5e1 dotted 1px; padding:10px; margin-bottom:20px; overflow:hidden;}
.news .newsbox .newsdata{ float:left; width:100px; height:100px; border:#CCC 1px solid;border-radius:8px; margin-top:6px;}
.news .newsbox .newsdata .yy { height:30px; background-color:#7d8592;border-top-left-radius:8px;border-top-right-radius:8px; line-height:30px; font-size:18px; color:#FFF;  }
.news .newsbox .newsdata .dd { font-size:28px; line-height:45px; height:45px;}
.news .newsbox .newsdata .mm { color:#7ba7cb;}
.news .newsbox .newscontent { width:900px;  margin-left:50px;float:left;}
.news .newsbox .newscontent h4{ margin:10px; text-align:left;}
.news .newsbox .newscontent h4 a{ color:#000;}
.news .newsbox .newscontent p{ line-height:26px; text-align:left;}
.news .newsbox .newscontent .newsimgl  { width:700px; float:left;line-height:26px;  margin-right:30px; text-align:left;}
.news .newsbox .newscontent span { margin:6px;}
.news .newsbox .newscontent .newsimgr  { width:160px; height:120px; float:left; margin-top:-40px;}
.news .newsbox .newscontent .newsimgr  img { width:100%;}

.khpic{ width:1200px;margin:auto; background-color:#f1f4f7; padding-top:50px; height:auto;overflow:hidden; padding-bottom:50px;}
.khpic h5 { font-size:30px; margin:10px; color:#7d8592;}
.khpic .khpicbox { width:1100px; margin:auto;}

.foottop {width:1200px;margin:auto; text-align:center;}

.foot { width:1200px;margin:auto; overflow:hidden; background-color:#272727;}
.footbox { width:1100px; margin:auto;}
.footli { width:100px; float:left; text-align:left; margin:30px;}
.foot li { line-height:28px; list-style:none; }
.foot li a { color:#969292;}
.foot li ul { margin:0; padding:0;}
.foot .cp { margin:0px; width:100%; padding-bottom:10px; color:#FFF;}
.foot .cp li { line-height:26px; height:26px; text-align:left; text-indent:50px;}
.foot .cp li span { float:right; margin-right:30px;}

.nbanner { max-width:1920px;padding-top:23.4375%; background: url("../images/abanner.jpg") no-repeat;background-size:cover;     background-position:center;}
.abanner {  max-width:1920px;padding-top:23.4375%; background: url("../images/nbanner.jpg") no-repeat;background-size:cover;     background-position:center;}
 
.amain {width:1200px;margin:auto; padding-top:50px; overflow:hidden;}
.amain  h2{ text-align:left; text-indent:18px; font-size:16px;}
.amain .content { width:1200px; margin:auto; background:#FFF; overflow:hidden;}
.amain .content .left { width:280px; float:left;}
.amain .content .left h3{ font-family:"微软雅黑";color:#3c8ffc;}
.amain .content .left h3 span { color:#9ba3b0;}
.amain .content .left .menu {   height:600px; background-image:url(../images/aleft.jpg); background-repeat:no-repeat; padding-top:40px;}
.amain .content .left .menu ul { margin:10px 10px 20px 30px; padding:0px;}
.amain .content .left .menu ul li  { list-style:none; height:40px; line-height:40px; font-size:16px;text-align: left;
    text-indent: 24px; }
.amain .content .left .menu ul p{ height:30px;line-height:30px; text-align:left; text-indent:55px;text-decoration:none; }
.amain .content .left .menu ul p:hove{ text-decoration:none; color:#060;border-left:#ADABF8 4px solid;background-color:#e2e4e7; display:block;}
.amain .content .left .menu ul li a{ text-decoration:none; color:#000;}
amain .content .left .menu p{ margin-left:20px; text-align:center;}
.amain .content .left .menu ul li:hover {border-left:#3c8ffc 4px solid;background-color:#e2e4e7; display:block; }
.amain .content .left .menu  .visitied{border-left:#3c8ffc 4px solid;background-color:#e2e4e7; display:block;}
.amain .content .right { margin-left:30px; float:left; width:850px; text-align:left;margin:30px; line-height:26px;}
.amain .content .right h1 { font-size:20px; margin:20px;}
.amain .content .right img  { margin:20px; float:left;  }
 
.amain .content .newsright .newslist {border-bottom:#c7d5e1 dotted 1px; padding:10px; margin-bottom:20px; overflow:hidden;}
.amain .content .newsright .newsdata{ float:left; width:100px; height:100px; border:#CCC 1px solid;border-radius:8px; margin-top:6px; text-align:center;}
.amain .content .newsright .newsdata .yy { height:30px; background-color:#7d8592;border-top-left-radius:8px;border-top-right-radius:8px; line-height:30px; font-size:18px; color:#FFF;  }
.amain .content .newsright .newsdata .dd { font-size:28px; line-height:45px; height:45px;}
.amain .content .newsright .newsdata .mm { color:#7ba7cb;}
.amain .content .newsright .newscontent { width:600px;  margin-left:50px;float:left;}
.amain .content .newsright .newscontent h4{ margin:10px; text-align:left;}
.amain .content .newsright .newscontent h4 a{ color:#000;}
.amain .content .newsright .newscontent p{ line-height:26px; text-align:left;}
.amain .content .newsright .newscontent .newsimgl  { width:400px; float:left;line-height:26px;  margin-right:30px; text-align:left;}
.amain .content .newsright .newscontent span { margin:6px;}
.amain .content .newsright .newscontent .newsimgr  { width:160px; height:120px; float:left; }
.amain .content .newsright .newscontent .newsimgr  img { width:160px; height:120px;}
 
.amain .content .newsright { margin-left:30px; float:left; width:850px; text-align:left;margin:30px; line-height:26px;}
.amain .content .newsright h1 { font-size:28px;  margin:20px; text-align:center; line-height:35px;}
.amain .content .right  img  { margin:10px auto; width:85%;}
.amain .content .newsright p img  { margin:10px auto; width:85%;}
.amain .content .newsright p span img  { margin:10px auto; width:85%;}


.amain .content .videoright {margin-left:30px; float:left; width:850px; text-align:left;margin:30px; line-height:26px;} 
.amain .content .videoright ul  { margin:20px; padding:20px;}
.amain .content .videoright h1 { font-size:28px;  margin:20px;}
 .amain .content .videoright ul li  { list-style:none; float:left; margin-left:10%; width:40%;}
  .amain .content .videoright ul li img  { width:100%}
    .amain .content .videoright video { min-height:196px;}
  .amain .content .videoright ul li span {width:100%; text-align:center; display:block; height:35px; line-height:35px;}
  
  
@media only screen and (max-width: 481px) {
.main {width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;}
	
.nbanner { max-width:481px;padding-top:50%; background: url("../images/abanner.jpg") no-repeat;background-size:cover;     background-position:center; z-index:-9999;}
.abanner {  max-width:481px;padding-top:50%; background: url("../images/nbanner.jpg") no-repeat;background-size:cover;     background-position:center;z-index:-9999;}
.amain {
    width: 100%;
     padding-top:5px;
	 z-index:19; 
    padding-bottom: 50px;    position: relative;
}	
.amain .content {
    width: 95%;
    background: #FFF;
    overflow: hidden;  
	margin-left:2.5%; margin-right:2.5%;
}
 .amain h2 {
    text-align: left;
    text-indent: 18px;
    font-size: 14px;  
}
.amain .content .left { display:none;}
.amain .content .right {
    margin:auto; width:95%;  padding:8px; 
    line-height: 26px; z-index:-100;position: relative;}
.amain .content .right img { width:100%; height:auto;}
.amain .content .newsright { width:98%;line-height: 26px; margin:auto; float:none;}
.amain .content .newsright img { width:98%;margin:auto; float:none;}
.amain .content .newsright h1 { font-size:18px; height:23px;}
.amain .content .newsright .newsdata {
    float: left;
    width: 50px;
    height: 50px;
    border: #CCC 1px solid;
    border-radius: 8px;
    margin-top: 6px;
    text-align: center;
}
.amain .content .newsright .newsdata .yy {
    height: 20px;
    background-color: #7d8592;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
}
.amain .content .newsright .newsdata .dd {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
}
.amain .content .newsright .newsdata .mm {
    color: #7ba7cb; margin-top:-8px;
}
.amain .content .newsright .newscontent {
    width: 75%;
    margin-left: 10px;
    float: left;
}
.amain .content .newsright .newscontent .newsimgl {
    width: 100%;
    float: none;
    line-height: 23px;
    margin-right: 30px;
    text-align: left;
}
.amain .content .newsright .newscontent .newsimgr {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 10px;
}
.amain .content .newsright .newscontent .newsimgr img {
 width: 100%;
    height: auto; margin:6px;
}
.amain .content .newsright .newscontent h4 {
    margin: 10px; font-size:16px; line-height:23px;
    text-align: left;
}
.amain .content .newsright .newscontent p {
    line-height: 23px;
    text-align: left;
}
.foot {
    width: 100%;
    overflow: hidden;
    background-color: #272727;
}
.footbox {
    width: 95%;
    margin: auto;
}
.footli {
    width:45%;
    float: left;
    text-align: center;
    margin: 2.5%;
}
.foot .cp {
    margin: auto;
    width: 90%;
    padding-bottom: 10px;
}
.foot .cp li {
    line-height: 26px;
    height: 26px;
    text-align: center; text-indent:0;
}
.foot .cp li span {
   text-align: center; margin:0;
}
.mobileimg { width:100%; height:190px; }
.mobileimg img {width:100%;} 

.amain .content .videoright { width:100%;
    line-height: 26px; margin:0;
}
.amain .content .videoright h1 {
    font-size: 18px; width:100%; margin:0; padding:10px;
    text-align: center;
 }
 .amain .content .videoright ul { margin:0; padding:10px;}
.amain .content .videoright ul li {
    width: 100%; margin:0;
}
.pro .probox .proimg3 { width:95%; margin:auto;}  
.pro .probox .proimg4 { width:95%; margin:auto;} 
.pro .probox .proimg2 { width:95%; margin:auto;}   
.pro .probox .proimg1 { width:95%; margin:auto;}  
.pro .probox .proimg { width:95%; margin:auto;}  
}


#flip { text-align:center; margin:10px;}
@media only screen and (max-width: 769px) {
.main {width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;}
.about {
    width: 100%;
    margin-top: 10px;
}	
.about .box4 .box4-1 {
    width: 45%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-radius: 8px;
    float: left;
    margin: 2.5%;
    padding: 20px;
}
.about .box4 .box4-1 a {
    display: block; width:100%; height:auto;
    background-color: #dbe3ea;
    border-radius: 8px;
}
.about .box4 .box4-1 a:hover {    display: block; width:100%; height:auto;
    background-color: #dbe3ea;
    border-radius: 8px;}
.about .box4 .box4-1 span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block;
}	
.about .box4 .box4-1 p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}
.about .box4 .box4-1 img {
    display: inline-block;
    margin:20PX;
    width: 30px;
    height: 30px;
}
.video {
    width: 100%;
     margin-top: 30px;
}
.video .vbox4 {
    width: 100%; margin:0; padding:0;
    text-align: center;
}
.video .vbox4 .vbox4-1 {
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0; padding:0; float:left;
}
.video .vbox4 .vbox4-1 .vbtitle {
    width: 100%;
    background: #dbe3ea;
    margin: 0px auto;
    color: #000;
    text-align: center;
    height: 28px;
    line-height: 28px;
}
.video .vbox4 .vbox4-1 img {
    width: 100%;
    height: auto;
}

.pro {
    width: 100%;
    background-color: #f1f4f7;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.pro .probox {
    width: 100%;
    margin: auto;
}
.pro .probox .pleft {
    width: 90%; margin:5%; float:none;
}
.pro .ppbox {
    width: 100%;
    height: 100px;
    background-color: #FFF;
}
.pro .ppbox img {
    float: left;
    height: 100px;
}
.pro .ppbox h2 {
    padding-top: 15px; font-size:18px;
    text-align: left;
    text-indent: 24px;
}
.pro .ppbox h3 {
    color: #ccc;
    margin-top: 10px;font-size:16px;
    text-align: left;
    text-indent: 24px;
}
.pro .probox .pright {
    width: 90%; margin:5%; float:none;
}
.pro .probox .pmid { display:none;
     
}
.news {
    width: 100%;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.news .newsbox {
    width: 100%;
}
.news .newsbox .newsdata { display:none;}
.news .newsbox .newscontent { width:100%; float:none; margin-left:0;}
.news .newsbox .newscontent h4 { line-height:23px;}
.news .newsbox .newscontent .newsimgl {
    width: 100%;
    float: none;
    line-height: 26px;
    margin-right: 30px;
    text-align: left;
}
.news .newsbox .newscontent .newsimgr {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 10px;
}
.khpic {
    width: 100%;
    background-color: #f1f4f7;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.khpic h5 {
    font-size: 18px;
    margin: 10px;
    color: #7d8592;
}
.mobiledo{ display:none;}
.foottop {display:none;
}
.nbanner { max-width:769px;padding-top:50%; background: url("../images/abanner.jpg") no-repeat;background-size:cover;     background-position:center;}
.abanner {  max-width:769px;padding-top:50%; background: url("../images/nbanner.jpg") no-repeat;background-size:cover;     background-position:center;} 
.mobileimg { width:100%; height:190px; }
.mobileimg img {width:100%;} 
 
}
.mobileimg { width:100%; height:0; overflow:hidden;}
.mobileimg img {width:100%;}
.scroll {
	width:1100px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
 }
.picbox {
	width:1050px;
	height:290px;
  	overflow:hidden;
	position:relative;
	margin:15px;
}
.picbox ul {
	height:285px;
	padding-top:5px;
}
.piclist {
	position:absolute;
	left:0px;
	top:0px;
}
.piclist li.goodlist {
	width:195px;
	margin:30px 0 20px 0;
	padding:0px 5px;
	margin-right:-1px;
	float:left;
	list-style:none;
}
.piclist li.goodlist img {
	width:160px;
	height:80px; border:#CCC 1px solid;
}
.swaplist {
	position:absolute;
	left:-3000px;
	top:0px;
}
.og_prev, .og_next {
	width:30px;
	height:60px;
	background:url(../images/btn.png) no-repeat;
	position:absolute;
	top:117px;
	z-index:99;
	cursor:pointer;
}
.og_prev {
	background-position:0 0;
	left:0px;
}
.og_prev:hover {
	background-position:0 -60px;
}
.og_next {
	background-position:-30px 0;
	right:0px;
}
.og_next:hover {
	background-position:-30px -60px;
}
.goodlist img.pics {
	width:85px;
	height:135px;
	float:left;
	background:#fff url(../images/loading.gif) center center no-repeat;
}
.goodlist dl {
	float:right;
	width:130px;
	overflow:hidden;
}
.goodlist dl dt {
}
.goodlist dl dt a.title {
	width:100%;
	height:22px;
	line-height:22px;
	display:block;
	color:#363636;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.goodlist dl dt span.en {
	width:100%;
	height:22px;
	line-height:22px;
	display:block;
	color:#666;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.goodlist dl dt span.change-price {
	font-weight:bold;
	color:#D63C3C;
	padding-right:5px;
}
.goodlist dl dt span.max-price {
	color:#999;
	text-decoration:line-through;
}
.goodlist dl dt a.exchange {
	font-size:12px;
	padding:4px 10px;
	text-align:center;
#padding-top:6px;
#padding-bottom:2px;
	color:#fff;
	display:none;
	text-decoration:none;
	background:#C75151;
	float:left;
	border-radius:2px;
}
.goodlist dl dt a.exchange:hover {
	background:#973434;
}
.goodlist dl dt p {
	padding:5px 0;
}
.tab-box {
  margin: 20px 0;
  font-size: 0; position:relative; width:160px; height:180px; margin:30px 80px 30px 30px; float:right;
 } 
.tab-box input {
  display: none;
}
.tab-box-label { height:30px;}
 .tab-box label {
     text-align: center;
    width: 50%;
    background-color: #fff;
    font-size: 16px;
    line-height: 30px; height:30px;
  }
.tab-content {
    font-size: 14px;
    width: 160px;
    height: 150px;position:relative;
    display: none;
}
.tab-box input:nth-of-type(1):checked ~ .tab-contents .tab-content:nth-of-type(1),
.tab-box input:nth-of-type(2):checked ~ .tab-contents .tab-content:nth-of-type(2),
.tab-box input:nth-of-type(3):checked ~ .tab-contents .tab-content:nth-of-type(3) {
display: block;
}
.tab-box input:nth-of-type(1):checked ~ .tab-box-label label:nth-of-type(1) ,
.tab-box input:nth-of-type(2):checked ~ .tab-box-label label:nth-of-type(2),
.tab-box input:nth-of-type(3):checked ~ .tab-box-label label:nth-of-type(3) {
background-color: #88c846;
color: #fff;
}
.videobox { width:100%; margin:auto;}
.pages { width:100%; margin:20px; text-align:center;}
/*.animenu__toggle { float:right; margin-right:6px;
  display: none;
  cursor: pointer;
  background-color: #111111;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__toggle:hover {
  background-color: #0186ba;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block; 
}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;
}
.animenu a {
  color: #000;
  text-decoration: none;
}

.animenu__nav {
 }
.animenu__nav > li {
  position: relative;
 }
.animenu__nav > li > a {
  padding: 10px 30px;
  text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #2e2d2d; text-decoration:none;
}

.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background:rgba(255,255,255,0.8);
  -webkit-transition: margin .15s, opacity .15s;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #515151;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 10px;
  width: 100%;
  border-color: #373737;
}
.animenu__nav__child a:hover {
  background-color: #0186ba;
  border-color: #0186ba;
  color: #fff; text-decoration:none;
}
