/*滚动条样式
::-webkit-scrollbar{ width:5px; padding:3px; background:#f1f1f1;}
::-webkit-scrollbar-thumb{  background:#76d17f; }*/
/*选中后文字背景颜色*/
::selection {
  background: #76d17f;
  color: #fff;
}
::-webkit-selection {
  background: #76d17f;
  color: #fff;
}
::-moz-selection {
  background: #76d17f;
  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,
th {
  font-style: normal;
  font-weight: normal;
}
input {
  outline: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #045ab6;
}
* {
  margin: 0;
  padding: 0;
}
p {
  font-size: 12px;
}
li {
  list-style: none;
}
img {
  border: none;
}
* {
  margin: 0px;
  padding: 0px;
}
html {
  height: 100%;
}
body {
  width: 100%;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'PT Sans', 'Segoe UI', sans-serif, Simsun, Arial;
  font-size: 14px;
  color: #505050;
  background: #fff;
}
.header {
  width: 100%;
  height: 100px;
  border-top: 5px solid #505050;
}
.header .head {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}
.header .head .logo {
  width: 260px;
  height: 100px;
  float: left;
  overflow: hidden;
}
.header .head .nav {
  width: 650px;
  height: 100px;
  margin-left: 90px;
  font-size: 13px;
  float: left;
  /*.lan{
				width:90px;
				.flr;
				margin-top:15px;
				padding:4px 15px 0px 15px;
				background:url(../img/lan.png) no-repeat;
				a{
					margin:0px 6px;
					//-webkit-filter: grayscale(1);
					//opacity:0.3;
					//padding:0px 10px;
					//border-radius: 3px;
					//background:#f1f1f1;
					img{
						width:30px;
					}
				}
				.lan-on{
					//-webkit-filter: grayscale(0);
					//opacity:.8;
				}
			}*/
}
.header .head .nav ul {
  height: 25px;
  line-height: 25px;
  margin-top: 70px;
  padding-top: 3px;
  text-align: right;
}
.header .head .nav ul li {
  height: 25px;
  line-height: 25px;
  padding: 0px 19px;
  margin-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  *z-index: 9;
  border-bottom: 1px solid #cccccc;
  background: url(../img/ahover-bg.png) no-repeat -210px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* float: left; */
  display: inline-block;
}
.header .head .nav ul li a {
  line-height: 25px;
  display: block;
  _float: left;
  color: #045ab6;
}
.header .head .nav ul li .nav-child {
  width: 145px;
  padding: 7px 0px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #045ab6;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  left: 0px;
  _top: 25px;
  _left: 0px;
  font-size: 12px;
  z-index: 99;
  text-align: left;
}
.header .head .nav ul li .nav-child a {
  line-height: 30px;
  padding-left: 5px;
  color: #045ab6;
  border-bottom: 1px solid #cccccc;
  _display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.header .head .nav ul li .nav-child a:hover {
  background: #045ab6;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.header .head .nav ul li:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: url(../img/ahover-bg.png) no-repeat 0px;
}
.header .head .nav ul li:hover a {
  color: #ffffff;
}
.header .head .nav ul li:hover .nav-child a {
  color: #045ab6;
}
.header .head .nav ul li:hover .nav-child a:hover {
  color: #ffffff;
}
.header .head .nav ul li:last-child {
  margin-right: 0px;
}
.header .head .nav .lan {
  height: 25px;
  width: 166px;
  float: right;
  margin-top: 30px;
  /* background: url(../img/lan.jpg) no-repeat 16px 2px; */
}
.header .head .nav .lan a {
  width:53px;
  display: block;
  float:left;
  padding-left: 30px;
  border-radius: 3px;
}
/*---banner  幻灯---*/
.banner {
  width: 1000px;
  height: 335px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.banner .focus {
  width: 1000px;
  height: 300px;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
}
.banner .focus .focuspic {
  width: 1000px;
  height: 300px;
}
.banner .focus .focuspic li {
  width: 1000px;
  height: 300px;
}
.banner .focus .prev {
  width: 40px;
  height: 60px;
  display: none;
  background: url(../img/prev-bg.png);
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 110px;
  left: -20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.banner .focus .prev i {
  width: 40px;
  height: 60px;
  display: block;
  background: url(../img/prev.png) no-repeat center;
}
.banner .focus .prev:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: -15px;
  background: rgba(0, 0, 0, 0.5);
}
.banner .focus .next {
  width: 40px;
  height: 60px;
  display: none;
  background: url(../img/prev-bg.png);
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 110px;
  right: -20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.banner .focus .next i {
  width: 40px;
  height: 60px;
  display: block;
  background: url(../img/next.png) no-repeat center;
}
.banner .focus .next:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  right: -15px;
  background: rgba(0, 0, 0, 0.5);
}
.banner .focus .num {
  width: 1000px;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
  zoom: 1;
}
.banner .focus .num li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  text-indent: 99999px;
  font-weight: 400;
  color: #FFFFFF;
  background: #505050;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  *float: left;
}
.banner .focus .num .on {
  border: none;
  background: #045ab6;
}
.banner .focus:hover .prev {
  display: block;
}
.banner .focus:hover .next {
  display: block;
}
.ind-ab {
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
.ind-ab .ind-ab-tit {
  width: 100%;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: url(../img/ind-ab-tit.jpg);
}
.ind-ab .ind-ab-tit p {
  font-size: 14px;
  color: #ffffff;
}
.ind-ab .ind-abcont {
  width: 100%;
  height: 185px;
  margin-top: 20px;
  background: #fafafa ;
}
.ind-ab .ind-abcont .ind-ab-left {
  width: 350px;
  height: 185px;
  /* margin-right: 300px; url(../img/ind-ab2.png) no-repeat center*/
  float: left;
  position: relative;
}
.ind-ab .ind-abcont .ind-ab-left p {
  padding: 30px 0px 0px 10px;
  width: 300px;
  line-height: 30px;
}
.ind-ab .ind-abcont .ind-ab-left .abtit {
  height: 12px;
  border-bottom: 1px solid #045ab6;
}
.ind-ab .ind-abcont .ind-ab-left .abtit h3 {
  width: 75px;
  height: 25px;
  line-height: 25px;
  background: #045ab6;
  margin: 0 auto;
  padding: 0px 15px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-ab .ind-abcont .ind-ab-left .details {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.ind-ab .ind-abcont .ind-ab-left .details a {
  width: 90px;
  height: 20px;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: #ececec;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-ab .ind-abcont .ind-ab-left:hover .abtit {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #ffffff;
  background: #045ab6;
}
.ind-ab .ind-abcont .ind-ab-left:hover .details {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin-right: 150px;
}
.ind-ab .ind-abcont .ind-ab-left:hover .details a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #ccc;
  color: #045ab6;
}
.ind-ab .ind-abcont .ind-ab-right {
  width: 350px;
  height: 185px;
  float: left;
  position: relative;
}
.ind-ab .ind-abcont .ind-ab-right ul {
  margin: 30px 0px 0px 10px;
  padding: 15px 0px;
  width: 340px;
  float: right;
  overflow: auto;
}
.ind-ab .ind-abcont .ind-ab-right ul li {
  width: 150px;
  line-height: 30px;
  padding-left: 20px;
  font-size: 12px;
  background: url(../img/li.png) no-repeat;
  float: left;
}
.ind-ab .ind-abcont .ind-ab-right ul li a {
  width: 150px;
  margin: 0px;
  text-align: left;
  background: none;
}
.ind-ab .ind-abcont .ind-ab-right ul li a:hover {
  color: #045ab6;
}
.ind-ab .ind-abcont .ind-ab-right .abtit {
  height: 12px;
  border-bottom: 1px solid #045ab6;
}
.ind-ab .ind-abcont .ind-ab-right .abtit h3 {
  width: 75px;
  height: 25px;
  line-height: 25px;
  background: #045ab6;
  margin: 0 auto;
  padding: 0px 15px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-ab .ind-abcont .ind-ab-right .details {
  margin-right: 20px;
  margin-top: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  float: right;
}
.ind-ab .ind-abcont .ind-ab-right .details a {
  width: 90px;
  height: 20px;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: #ececec;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-ab .ind-abcont .ind-ab-right:hover .abtit {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #ffffff;
  background: #045ab6;
}
.ind-ab .ind-abcont .ind-ab-right:hover .details {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-ab .ind-abcont .ind-ab-right:hover .details a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #ccc;
  color: #045ab6;
}
.ind-ab .pro-show {
  width: 100%;
  height: 260px;
  margin-top: 20px;
}
.ind-ab .pro-show .pro-tit {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: right;
  border-bottom: 1px solid #045ab6;
}
.ind-ab .pro-show .pro-tit span {
  float: left;
}
.ind-ab .pro-show .pro-tit a {
  font-size: 12px;
  line-height: 34px;
  margin-right: 0px;
  padding: 0px 5px;
  background: #ececec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-ab .pro-show .bd {
  width: 100%;
  height: 212px;
  padding-top: 20px;
  margin: 0 auto;
}
.ind-ab .pro-show .bd .picList {
  width: 100%;
  height: 212px;
  _padding-left: 5px;
  overflow: hidden;
}
.ind-ab .pro-show .bd .picList li {
  width: 238px;
  height: 208px;
  margin: 0px 5px;
  border-bottom: 4px solid #cccccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  float: left;
}
.ind-ab .pro-show .bd .picList li a img {
  width: 238px;
  height: 168px;
  border: 1px solid #505050;
}
.ind-ab .pro-show .bd .picList li a p {
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-ab .pro-show .bd .picList li a:hover p {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #045ab6;
  text-indent: 10px;
}
.ind-ab .pro-show:hover .pro-tit a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #045ab6;
  color: #ffffff;
}
.ind-cont {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: auto;
}
.ind-cont .ind-new {
  width: 495px;
  float: left;
}
.ind-cont .ind-new .new-tit {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: right;
  border-bottom: 1px solid #045ab6;
}
.ind-cont .ind-new .new-tit span {
  float: left;
}
.ind-cont .ind-new .new-tit a {
  font-size: 12px;
  line-height: 34px;
  margin-right: 0px;
  padding: 0px 5px;
  background: #ececec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-cont .ind-new ul {
  margin-top: 15px;
  font-size: 12px;
}
.ind-cont .ind-new ul li {
  text-align: right;
  height: 25px;
  line-height: 25px;
  margin-top: 7px;
  border-bottom: 1px dotted #cccccc;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-cont .ind-new ul li p {
  height: 25px;
  margin: 0px 5px;
  padding-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #cccccc;
  border-bottom: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-cont .ind-new ul li p i {
  width: 20px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  float: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: url(../img/li.png) no-repeat left center;
}
.ind-cont .ind-new ul li p a {
  float: left;
}
.ind-cont .ind-new ul li:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-bottom: 1px solid #045ab6;
}
.ind-cont .ind-new ul li:hover p {
  border: 1px solid #045ab6;
  border-bottom: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-cont .ind-new ul li:hover p i {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  /* Safari 和 Chrome */
  -moz-transform: rotateX(180deg);
}
.ind-cont .ind-new:hover .new-tit a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #045ab6;
  color: #ffffff;
}
.ind-cont .ind-contact {
  width: 495px;
  float: left;
  margin-left: 10px;
}
.ind-cont .ind-contact .contact-tit {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: right;
  border-bottom: 1px solid #045ab6;
}
.ind-cont .ind-contact .contact-tit span {
  float: left;
}
.ind-cont .ind-contact .contact-tit a {
  font-size: 12px;
  line-height: 34px;
  margin-right: 0px;
  padding: 0px 5px;
  background: #ececec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ind-cont .ind-contact ul {
  height: 136px;
  margin-top: 15px;
  margin-left: 20px;
  line-height: 26px;
}
.ind-cont .ind-contact ul li {
  width: 220px;
  font-size: 12px;
}
.ind-cont .ind-contact ul li i {
  color: #505050;
  font-weight: bold;
}
.ind-cont .ind-contact ul li a {
  color: #045ab6;
}
.ind-cont .ind-contact ul .c1 {
  float: right;
}
.ind-cont .ind-contact ul .c1 i {
  display: block;
}
.ind-cont .ind-contact ul:hover div {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  /* Safari 和 Chrome */
  -moz-transform: rotateX(360deg);
}
.ind-cont .ind-contact:hover .contact-tit a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #045ab6;
  color: #ffffff;
}
.footer {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  border-top: 1px solid #505050;
}
.footer .foot {
  width: 1000px;
  line-height: 45px;
  font-size: 12px;
  margin: 0 auto;
}
.footer .foot p a {
  color: #045ab6;
  font-weight: bold;
}
.footer .foot p i {
  padding-right: 20px;
  *margin-top: -45px;
  float: right;
  display: block;
  background: url(../img/to-top.jpg) no-repeat right center;
  cursor: pointer;
}
.footer .foot p i:hover {
  color: #045ab6;
}
/*about us*/
.ab {
  width: 100%;
  margin-top: 30px;
}
.ab .about {
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
.ab .about .ab-tit {
  height: 80px;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
  background: #045ab6;
}
.ab .about .ab-tit h3 {
  font-size: 30px;
  line-height: 74px;
  padding: 0px 20px;
  color: #ffffff;
  text-align: right;
}
.ab .about .ab-tit h3 span {
  float: left;
}
.ab .about .ab-tit h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 10px;
  display: inline-block;
  text-align: right;
}
.ab .about .ab-tit h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ab .about .ab-left {
  width: 300px;
  float: left;
}
.ab .about .ab-right {
  width: 678px;
  float: left;
  margin-left: 20px;
  _float: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0px 0px 15px 0px;
}
.ab .about .ab-right h3 {
  display: block;
  height: 40px;
  margin: 15px 0px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #045ab6;
  border-left: none;
  border-right: none;
}
.ab .about .ab-right p {
  line-height: 25px;
  font-size: 13px;
  padding: 15px 0px;
  margin: 0px 15px;
  border-bottom: 1px solid #cccccc;
}
.ab .about .ab-right i {
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: right;
  font-weight: bold;
  padding: 15px 0px;
  margin: 0px 15px;
  border-bottom: 1px solid #cccccc;
}
.ab .about .ab-right img {
  margin: 15px 0px 0px 15px;
  width: 648px;
}
.production {
  width: 998px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-bottom: 15px;
}
.production .production-list .lanmu {
  width: 948px;
  height: 40px;
  margin-top: 15px;
  padding-left: 50px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  background: url(../img/pro-tit.png) no-repeat 20px 13px;
  border: 1px solid #045ab6;
  border-left: none;
  border-right: none;
}
.production .production-list ul {
  padding: 0px 1px;
  overflow: auto;
}
.production .production-list ul li {
  width: 300px;
  margin: 15px;
  _margin: 15px 10px;
  border: 1px solid #505050;
  float: left;
}
.production .production-list ul li p {
  font-weight: bold;
  line-height: 35px;
  border-top: 1px solid #045ab6;
  text-indent: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
/*product*/
.product {
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
.product .ab-tit {
  height: 80px;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
  background: #045ab6;
}
.product .ab-tit h3 {
  font-size: 30px;
  line-height: 74px;
  padding: 0px 20px;
  color: #ffffff;
  text-align: right;
}
.product .ab-tit h3 span {
  float: left;
}
.product .ab-tit h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 10px;
  display: inline-block;
  text-align: right;
  cursor: pointer;
}
.product .ab-tit h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.product .product-cont {
  width: 998px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-bottom: 15px;
  overflow: auto;
}
.product .product-cont .pro-list {
  height: auto;
  float: left;
}
.product .product-cont .lanmu {
  height: 40px;
  margin-top: 15px;
  padding-left: 50px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  background: url(../img/pro-tit.png) no-repeat 20px 13px;
  border-bottom: 1px solid #045ab6;
  border-left: none;
  border-right: none;
}
.product .product-cont .pro ul {
  overflow: auto;
}
.product .product-cont .pro ul li {
  width: 217px;
  height: 195px;
  margin: 15px;
  _margin: 15px 10px;
  border: 1px solid #505050;
  float: left;
}
.product .product-cont .pro ul li a img {
  width: 217px;
  height: 155px;
}
.product .product-cont .pro ul li a p {
  font-weight: bold;
  line-height: 35px;
  border-top: 1px solid #045ab6;
  text-indent: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.product .product-cont .pro ul li:hover {
  border: 1px solid #045ab6;
}
.product .product-cont .pro ul li:hover p {
  text-indent: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.product #right-nav {
  width: 160px;
  height: 150px;
  padding: 10px 0px;
  position: fixed;
  display: none;
  _visibility: hidden;
  top: 200px;
  border: 1px solid #045ab6;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product #right-nav a {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #045ab6;
  padding-left: 10px;
  cursor: pointer;
}
.product #right-nav a:hover {
  background: #045ab6;
  color: #ffffff;
}
/*product-list*/
.p-list ul {
  overflow: auto;
}
.p-list ul li {
  width: 467px;
  height: 380px;
  margin: 15px;
  _margin: 15px 10px;
  border: 1px solid #505050;
  float: left;
}
.p-list ul li a img {
  width: 467px;
}
.p-list ul li a p {
  font-weight: bold;
  line-height: 35px;
  border-top: 1px solid #045ab6;
  text-indent: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.p-list ul li:hover {
  border: 1px solid #045ab6;
}
.p-list ul li:hover p {
  text-indent: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
/*product-del*/
.pro-del {
  padding: 15px;
}
.pro-del .pro-top {
  overflow: auto;
}
.pro-del .pro-top img {
  width: 550px;
  margin: 0px 50px 0px 10px;
  float: left;
}
.pro-del .pro-top h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
}
.pro-del .pro-top p {
  line-height: 28px;
}
.pro-del .pro-info h3 {
  width: 968px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: url(../img/bgimg.png) no-repeat center bottom;
}
.pro-del .pro-info p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}
.tech {
  padding: 15px;
}
.tech .tech-top img {
  width: 968px;
  border-radius: 5px;
}
.tech .tech-info {
  overflow: auto;
}
.tech .tech-info div {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari 和 Chrome */
  column-count: 2;
  -moz-column-gap: 40px;
  /* Firefox */
  -webkit-column-gap: 40px;
  /* Safari 和 Chrome */
  column-gap: 40px;
  -moz-column-rule: 1px outset #cccccc;
  /* Firefox */
  -webkit-column-rule: 1px outset #cccccc;
  /* Safari and Chrome */
  column-rule: 1px outset #cccccc;
}
.tech .tech-info h3 {
  width: 968px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: url(../img/bgimg.png) no-repeat center bottom;
}
.tech .tech-info p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}
/*news*/
.news {
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
.news .ab-tit {
  height: 80px;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
  background: #045ab6;
}
.news .ab-tit h3 {
  font-size: 30px;
  line-height: 74px;
  padding: 0px 20px;
  color: #ffffff;
  text-align: right;
}
.news .ab-tit h3 span {
  float: left;
}
.news .ab-tit h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 10px;
  display: inline-block;
  text-align: right;
}
.news .ab-tit h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.news-left {
  width: 298px;
  border: 1px solid #045ab6;
  border-radius: 5px;
  float: left;
}
.news-left ul {
  padding: 10px 0px;
  overflow: auto;
}
.news-left ul h3 {
  clear: both;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: #045ab6;
}
.news-left ul li {
  width: 135px;
  margin: 10px 7px 10px 7px;
  height: 30px;
  line-height: 30px;
  background: #045ab6;
  border-radius: 3px;
  float: left;
  text-align: center;
}
.news-left ul li a {
  font-size: 12px;
  display: block;
  color: #ffffff;
}
.news-left ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.news-left ul .san {
  width: 285px;
}
.news-left div {
  clear: both;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 10px;
}
.news-left div h3 {
  clear: both;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: #045ab6;
}
.news-left div p {
  font-size: 13px;
  padding: 10px 0px;
  border-bottom: 1px solid #cccccc;
  padding-left: 10px;
  line-height: 25px;
  border-radius: 3px;
}
.news-left div p i {
  color: #505050;
  font-weight: bold;
}
.news-left div p a {
  color: #045ab6;
}
.news-left:hover div {
  background: #DAE7EB;
}
.news-right {
  width: 648px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0px 15px;
  padding-bottom: 15px;
  float: left;
  margin-left: 20px;
}
.news-right ul {
  min-height: 500px;
  margin-top: 15px;
  font-size: 12px;
}
.news-right ul li {
  text-align: right;
  line-height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news-right ul li p {
  height: 30px;
  margin: 0px 8px;
  padding-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #cccccc;
  border-bottom: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news-right ul li p i {
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  float: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: url(../img/li.png) no-repeat left center;
}
.news-right ul li p a {
  float: left;
}
.news-right ul li:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-bottom: 1px solid #045ab6;
}
.news-right ul li:hover p {
  border: 1px solid #045ab6;
  border-bottom: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.news-right ul li:hover p i {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  /* Safari 和 Chrome */
  -moz-transform: rotateX(180deg);
}
.news-right .new-tit h3 {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted #cccccc;
}
.news-right .new-del {
  min-height: 400px;
  margin-top: 30px;
}
.news-right .new-del p {
  line-height: 30px;
  margin-bottom: 20px;
}
.news-right .new-del p a {
  color: #045ab6;
}
/* 分页 */
.pages {
  margin-top: 30px;
}
.pages a {
  padding: 3px 13px;
  display: inline-block;
  margin: 0px 2px;
  font-size: 12px;
  border-bottom: 1px solid #DAE7EB;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.pages a:hover {
  padding: 3px 13px 1px 13px;
  display: inline-block;
  margin: 0px 2px;
  border-bottom: 2px solid #045ab6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.pages .current {
  padding: 3px 13px 1px 13px;
  border-bottom: 1px solid #DAE7EB;
  border-bottom: 2px solid #045ab6;
  display: inline-block;
  margin: 0px 2px;
}
/*contact us*/
.contact {
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
.contact .ab-tit {
  height: 80px;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
  background: #045ab6;
}
.contact .ab-tit h3 {
  font-size: 30px;
  line-height: 74px;
  padding: 0px 20px;
  color: #ffffff;
  text-align: right;
}
.contact .ab-tit h3 span {
  float: left;
}
.contact .ab-tit h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 10px;
  display: inline-block;
  text-align: right;
}
.contact .ab-tit h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.contact .ab-left {
  width: 300px;
  float: left;
}
.contact .contact-con {
  width: 648px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0px 15px;
  padding-bottom: 15px;
  float: left;
  margin-left: 20px;
  overflow: hidden;
}
.contact .contact-con .contact-tit {
  height: 80px;
  margin-top: 15px;
  border-bottom: 1px solid #045ab6;
  /* background: url(../img/contact-logo.png) no-repeat; */
}
.contact .contact-con h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  line-height: 80px;
  color: #045ab6;
}
.contact .contact-con img {
  width: 650px;
  border-radius: 5px;
}
.contact .contact-con ul {
  margin-bottom: 20px;
  overflow: auto;
  line-height: 26px;
}
.contact .contact-con ul li {
  font-size: 13px;
  width: 300px;
  padding-left: 20px;
  float: right;
}
.contact .contact-con ul li i {
  color: #505050;
  font-weight: bold;
}
.contact .contact-con ul li a {
  color: #045ab6;
}
.contact .contact-con ul .c1 {
  float: left;
  margin-left: 7px;
}
.contact .contact-con p {
  text-align: right;
  line-height: 30px;
}
