.nav .nav-menu li:hover .erzi{ opacity:1 !important; z-index:9999999}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 5px;
  padding: 3px;
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #4a4a4a;
  border-radius: 10px;
}
/*选中后文字背景颜色*/
::selection {
  background: #96c042;
  color: #fff;
}
::-webkit-selection {
  background: #96c042;
  color: #fff;
}
::-moz-selection {
  background: #96c042;
  color: #fff;
}
/*网页样式变量*/
/*基调色彩*/
/*宽高布局*/
/*字体*/
/*俄语*/
/*html引用的布局样式*/
.ofa {
  overflow: auto;
  zoom: 1;
}
.ofh {
  overflow: hidden;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.hide {
  display: none;
}
.fw {
  font-weight: bold;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.fix {
  position: fixed;
}
/*直引样式*/
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.ofhy {
  overflow-y: hidden;
}
.ofhx {
  overflow-x: hidden;
}
.mar {
  margin: 0 auto;
}
.usn {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.usnp {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.ust {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.db {
  display: block;
}
.cp {
  cursor: pointer;
}
/*效率简写*/
/*元素基础样式*/
i,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
}
input {
  outline: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #0f6480;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  border: none;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  color: #4f4f4f;
  width: 100%;
  margin: 0px auto;
  font-size: 16px;
  font-family: 'Microsoft Yahei';
  background: #ffffff;
}
/*--------------------------头部----------------------*/
.header {
  position: relative;
  z-index: 1;
  background: #0f6480;
}
.header .head {
  width: 100%;
  height: 120px;
}
.header .head .logo {
  width: 1000px;
  height: 120px;
  background: url(../images/hotline.png) no-repeat right bottom;
  margin: 0 auto;
}
.header .head .logo a img {
  margin: 35px 0px 0px 0px;
}
/*--------------------------导航----------------------*/
.nav {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background: url(../images/nav-bg.png) no-repeat top center;
}
.nav .nav-menu {
  width: 994px;
  height: 50px;
  padding: 0px 3px;
  margin: 0 auto;
  text-align: right;
}
.nav .nav-menu li {
  float: left;
  width: 141px;
  position: relative;
  text-align: center;
  background: url(../images/nav-a-bg.jpg) no-repeat top right;
  z-index: 999999;
}
.nav .nav-menu li a {
  line-height: 50px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #7e7e7e;
  font-size: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.nav .nav-menu li a:hover {
  color: #0f6480;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.nav .nav-menu li .erzi {
  position: absolute;
  z-index: 999999;
  width: 141px;
  line-height: 40px;
  margin-left: -1px;
  background: #fff;
  left: 0px;
  border: 1px solid #e6e6e6;
}
.nav .nav-menu li .erzi a {
  line-height: 40px;
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
.nav .nav-menu li .erzi a:hover {
  background: #0f6480;
  color: #fff;
}
.nav .ind-nese {
  width: 800px;
  height: 30px;
  margin: 0 auto;
  padding: 10px 100px;
  overflow: auto;
  _overflow: hidden;
}
.nav .ind-nese .txtScroll-top {
  width: 550px;
  height: 30px;
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #acacac;
  overflow: hidden;
  position: relative;
  background: url(../images/voice.jpg) no-repeat left center;
}
.nav .ind-nese .txtScroll-top span {
  width: 70px;
  height: 30px;
  margin-left: 30px;
  _margin-left: 10px;
  display: block;
  float: left;
}
.nav .ind-nese .txtScroll-top ul {
  width: 450px;
  height: 30px;
  position: relative;
  z-index: 1;
  padding: 0;
  float: left;
}
.nav .ind-nese .txtScroll-top ul li {
  width: 450px;
  background: none;
}
.nav .ind-nese .txtScroll-top ul li a {
  line-height: 30px;
  text-align: left;
  font-size: 12px;
  color: #acacac;
  font-weight: normal;
}
.nav .ind-nese .txtScroll-top ul li a:hover {
  color: #0f6480;
}
.nav .ind-nese .search {
  width: 250px;
  height: 30px;
  float: left;
  background: url(../images/search.png) no-repeat;
}
.nav .ind-nese .search input {
  width: 205px;
  height: 28px;
  line-height: 30px;
  text-indent: 10px;
  color: #acacac;
  border: none;
  background: none;
}
.nav .ind-nese .search button {
  width: 40px;
  height: 30px;
  margin-left: -5px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: none;
}
/***********************幻灯*****************************/
/*.banner {
  width: 1000px;
  height: 360px;
  padding: 0px 100px 50px 100px;
  margin: 0 auto;
  background: url(../images/banner-bg.png) no-repeat bottom center;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  overflow: hidden;
}*/
.banner .slideBox {
  text-align: center;
  position: relative;
}
.banner .slideBox .bd {
  width: 1000px;
  height: 360px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 0;
}
.banner .slideBox .bd ul {
  width: 1000px;
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
}
.banner .slideBox .bd ul li {
  zoom: 1;
  vertical-align: middle;
}
.banner .slideBox .bd ul li img {
  width: 1000px;
  height: 360px;
  border-radius: 10px;
  display: block;
}
.banner .slideBox .hd {
  overflow: hidden;
  height: 25px;
  position: absolute;
  bottom: -50px;
  left: 47%;
  zoom: 1;
  z-index: 3;
}
.banner .slideBox .hd li {
  width: 12px;
  height: 12px;
  border-radius: 8px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  background: #0f6480;
  text-indent: -9999px;
  margin-right: 10px;
  cursor: pointer;
  float: left;
}
.banner .slideBox .hd .on {
  background: #ff9933;
  /*当前项*/
}
/***********************首页内容*****************************/
.ind-contact {
  width: 100%;
  height: 550px;
  padding-top: 30px;
  background: #f1f1f1 url(../images/bg1.png) top;
}
.ind-contact ul {
  width: 1000px;
  margin: 0 auto;
}
.ind-contact ul li {
  width: 320px;
  height: 230px;
  padding: 15px 15px 25px;
  float: left;
  color: #888;
  background: url(../images/cont-li-bg.png) no-repeat top;
}
.ind-contact ul li h4 {
  line-height: 40px;
  text-align:center
}
.ind-contact ul li p {
  font-size: 12px;
  line-height: 25px;
  width:290px;
  height:50px;
  overflow:hidden;
}
.ind-contact ul li a {
  clear: both;
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #666;
  display: block;
  background: #ddd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius:10px;
  margin:20px auto; 
}
.ind-contact ul li div {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  float: left;
  background: url(../images/biao.png) no-repeat;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-contact ul li .biao2 {
  background-position: 0px -75px;
}
.ind-contact ul li .biao3 {
  background-position: 0px -150px;
}
.ind-contact ul li .biao4 {
  background-position: 0px -225px;
}
.ind-contact ul li .biao5 {
  background-position: 0px -300px;
}
.ind-contact ul li .biao6 {
  background-position: 0px -375px;
}
.ind-contact ul li:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-contact ul li:hover .biao1 {
  background-position: -75px 0px;
}
.ind-contact ul li:hover .biao2 {
  background-position: -75px -75px;
}
.ind-contact ul li:hover .biao3 {
  background-position: -75px -150px;
}
.ind-contact ul li:hover .biao4 {
  background-position: -75px -225px;
}
.ind-contact ul li:hover .biao5 {
  background-position: -75px -300px;
}
.ind-contact ul li:hover .biao6 {
  background-position: -75px -375px;
}
.ind-contact ul li a:hover{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #fff;
  background: #0f6480;
}
.ind-contact ul li.mar {
  margin-left: 20px;
  margin-right: 20px;
}
/********************友情链接**************************/
.link {
  width: 100%;
  clear: both;
  border-top: 1px solid #f1f1f1;
}
.link .friend-link {
  width: 1000px;
  margin: 0 auto;
  color: #888;
  line-height: 46px;
}
.link .friend-link .friend-tit {
  width: 80px;
  text-align: center;
  float: left;
  font-size: 14px;
}
.link .friend-link a {
  float: left;
  font-size: 14px;
  color: #888;
  display: block;
  padding: 0px 5px;
}
.link .friend-link a:hover {
  color: #0f6480;
}
/***********************页脚*****************************/
.footer {
  width: 100%;
  float: left;
  height: 230px;
  background: #0f6480 url(../images/foot.gif) no-repeat center bottom;
  position: relative;
  z-index: -1;
}
.footer .foot {
  width: 1000px;
  height: 190px;
  margin: 0 auto;
  overflow: auto;
}
.footer .foot .foot-nav {
  width: 600px;
  height: 170px;
  float: left;
  background: url(../images/foot.png) no-repeat 0px 80px;
}
.footer .foot .foot-nav ul {
  margin-top: 20px;
}
.footer .foot .foot-nav ul li {
  margin: 0px 5px;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.footer .foot .foot-nav ul li a {
  color: #fff;
}
.footer .foot .foot-nav ul li a:hover {
  color: #07303d;
}
.footer .foot .foot-contact {
  width: 350px;
  height: 170px;
  float: left;
  margin-top: 20px;
  margin-left: 50px;
  background: url(../images/foot-contact.png) no-repeat top left;
}
.footer .foot .foot-contact p {
  text-indent: 40px;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.footer .banquan {
  width: 1000px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
/***********************内页关于我们*****************************/
.nei {
  width: 1000px;
  padding: 10px 0px;
  margin: 0 auto;
}
/*左导航*/
.left {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.left h4 {
  line-height: 51px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: url(../images/left-tit.png) no-repeat top center;
}
.left ul {
  margin-top: 10px;
  font-size: 14px;
}
.left ul li {
  line-height: 40px;
  position: relative;
  text-align: left;
  padding-left: 50px;
  background: url(../images/li-bg1.png) no-repeat bottom center;
}
.left ul li a {
  display: block;
}
.left ul li a:hover {
  color: #fff;
}
.left ul li .pro-child {
  margin-top: 0px;
  width: 195px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  right: -195px;
  top: 0px;
}
.left ul li .pro-child li {
  background: none;
  padding-left: 0px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0px;
  text-align: left;
}
.left ul li .pro-child li a {
  display: block;
  padding: 0px 10px;
}
.left ul li .pro-child li a:hover {
  background: #0f6480;
}
.left ul li:hover {
  background: #0f6480;
}
/*右内容*/
.right {
  width: 770px;
  min-height: 300px;
  float: left;
}
.right img {
  max-width: 770px;
}
.crumbs {
  width: 710px;
  height: 60px;
  line-height: 60px;
  padding: 0px 30px;
  text-align: right;
  font-size: 12px;
  color: #acacac;
  background: url(../images/pro_title.png) no-repeat bottom left;
}
.crumbs a {
  color: #acacac;
}
.crumbs a:hover {
  color: #0f6480;
}
.crumbs span {
  font-size: 18px;
  float: left;
}
/*关于我们*/
.ab-cont {
  font-size: 12px;
}
.ab-cont p {
  line-height: 25px;
  margin-bottom: 10px;
}
.ab-cont h4 {
  margin: 20px 0px;
  font-size: 16px;
  font-weight: bold;
}
.ab-cont ul li {
  width: 30%;
  line-height: 25px;
  float: left;
}
.ab-cont img {
  max-width: 770px;
}
/*新闻中心*/
.new-cont {
  width: 770px;
  margin-top: 20px;
}
.new-cont ul {
  padding-left: 15px;
}
.new-cont ul li {
  width: 650px;
  text-align: right;
  background: #F2F7F8;
  border: 1px solid #DAE7EB;
  padding: 10px;
  margin: 5px 0px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.new-cont ul li a {
  display: block;
  color: #6e6e6e;
}
.new-cont ul li a i {
  font-weight: bold;
  float: left;
}
.new-cont ul li a p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  text-align: left;
}
.new-cont ul li:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #0f6480;
}
.new-cont ul li:hover a {
  color: #fff;
}
/* 分页 */
.pages {
  margin-top: 30px;
  clear: both;
}
.pages a {
  padding: 0px 13px;
  display: inline-block;
  margin: 0px 2px;
  font-size: 14px;
  border: 1px solid #DAE7EB;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.pages a:hover {
  padding: 5px 13px 0px;
  display: inline-block;
  margin: 0px 2px;
  font-size: 14px;
  color: #fff;
  background: #0f6480;
  border: 1px solid #DAE7EB;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.pages .current {
  padding: 5px 13px 0px;
  display: inline-block;
  margin: 0px 2px;
  font-size: 14px;
  color: #fff;
  background: #0f6480;
}
/*新闻中心--详页 */
.new-cont-del {
  width: 770px;
  margin-top: 20px;
  *overflow: hidden;
}
.new-cont-del h3 {
  line-height: 40px;
  text-align: center;
}
.new-cont-del h5 {
  line-height: 30px;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.new-cont-del p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
}
.new-cont-del img {
  margin-top: 20px;
  max-width: 770px;
}
.new-cont-del .next {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #0f6480;
}
.new-cont-del .next a {
  color: #0f6480;
}
/*下载*/
.download {
  width: 770px;
  margin-top: 20px;
}
.download ul li {
  _height: 85px;
  background: #F2F7F8;
  border: 1px solid #DAE7EB;
  padding: 10px 20px;
  margin: 5px 0px;
  font-size: 14px;
  overflow: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.download ul li div {
  width: 210px;
  float: left;
}
.download ul li div p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
.download ul li .d-info {
  width: 300px;
}
.download ul li .d-tu {
  width: 208px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.download ul li .d-tu img {
  height: 73px;
}
.download ul li .d-d {
  margin-top: 15px;
  text-align: center;
}
.download ul li .d-d a {
  padding: 3px 20px;
  background: #ddd;
}
.download ul li .d-d a:hover {
  color: #fff;
  background: #ff9933;
}
/*联系我们*/
.contact {
  overflow: auto;
}
.contact h3 {
  margin-top: 30px;
}
.contact ul {
  width: 400px;
  float: left;
}
.contact ul li {
  font-size: 14px;
  line-height: 40px;
}
.contact .weixin {
  width: 360px;
  text-align: center;
  float: left;
}
.contact .weixin img {
  width: 200px;
}
.contact .map {
  clear: both;
  padding: 30px 0px;
}
.contact .map img {
  max-width: 770px;
  _width: 770px;
}
.contact .message {
  margin-top: 30px;
}
.contact .message ul {
  width: 100%;
}
.contact .message ul li {
  width: 50%;
  margin: 5px 0px;
  font-size: 16px;
  float: left;
}
.contact .message ul li label {
  width: 100px;
  display: inline-block;
}
.contact .message ul li input {
  width: 230px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.contact .message ul li textarea {
  width: 615px;
  height: 240px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ddd;
  vertical-align: top;
  outline: none;
}
.contact .message ul button {
  clear: both;
  width: 200px;
  line-height: 51px;
  margin-top: 5px;
  margin-right: 33px;
  font-size: 16px;
  font-weight: bold;
  color: #4f4f4f;
  border: none;
  text-align: center;
  background: url(../images/left-tit.png) no-repeat top center;
  float: right;
  cursor: pointer;
}
.contact .message ul button:hover {
  color: #0f6480;
}
.contact .message ul .li-last {
  width: 100%;
}
/*产品中心*/
.product {
  width: 770px;
}
.product ul {
  padding-left: 15px;
  _padding-left: 0px;
  overflow: auto;
  *overflow: hidden;
}
.product ul li {
  width: 228px;
  height: 240px;
  float: left;
  border: 1px solid #0f6480;
  margin: 10px 20px 10px 0px;
  *margin: 10px 20px 5px 0px;
  _margin: 10px 20px 5px 0px;
}
.product ul li img {
  width: 228px;
  height: 210px;
}
.product ul li p {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px #333 solid;
}
/*产品中心详页*/
.product-del {
  width: 770px;
}
.product-del .pro-del-top {
  margin-top: 20px;
  border: 1px solid #e6e6e6;
  overflow: auto;
}
.product-del .pro-del-top img {
  width: 400px;
  padding: 10px;
  border-right: 1px solid #e6e6e6;
  float: left;
}
.product-del .pro-del-top .shuoming {
  float: left;
  width: 347px;
  height: 100%;
}
.product-del .pro-del-top .shuoming h4 {
  padding-left: 30px;
  padding-top: 30px;
  font-size: 24px;
}
.product-del .pro-del-top .shuoming p {
  font-size: 14px;
  padding: 10px 10px 0px 30px;
}
.product-del .guige {
  margin-top: 30px;
}
.product-del .guige h4 {
  font-size: 30px;
  padding: 10px 0px;
  text-align: center;
  background: url(../images/bgimghr.png) no-repeat bottom center;
}
.product-del .guige table {
  margin-top: 30px;
  border-collapse: collapse;
  line-height: 30px;
}
.product-del .guige table tr th {
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 14px;
}
.product-del .guige table tr td {
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 12px;
}
/*合作单位*/
.concur {
  width: 770px;
}
.concur ul {
  padding-left: 15px;
  _padding-left: 7px;
  overflow: auto;
  *overflow: hidden;
}
.concur ul li {
  width: 348px;
  height: 300px;
  float: left;
  border: 1px solid #0f6480;
  margin: 10px 20px 10px 0px;
}
.concur ul li img {
  width: 348px;
  height: 270px;
}
.concur ul li p {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px #333 solid;
}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }