/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/index.scss */
body {
  font-family: Arial,sans-serif,'Microsoft Yahei';
  background-size: 100%;
  background-color: #F8F8F8;
}

/* line 11, ../sass/index.scss */
.dis {
  display: none;
}

/* line 12, ../sass/index.scss */
.clear {
  display: both;
}

/* line 13, ../sass/index.scss */
a:hover {
  text-decoration: none;
}

/* line 14, ../sass/index.scss */
.w100 {
  width: 100%;
}

/* line 16, ../sass/index.scss */
.top {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #555555;
}

/* line 20, ../sass/index.scss */
.contain {
  width: 1170px;
  margin: 0 auto;
}

/* line 23, ../sass/index.scss */
.logo {
  float: left;
  height: 100px;
}

/* line 26, ../sass/index.scss */
.nav {
  width: 640px;
  height: 100px;
  float: right;
  /*li:hover{
  	background-color:#333;
  	background-position:0 -90px;
  	a{color:#e40000;}
  }*/
}
/* line 28, ../sass/index.scss */
.nav li {
  width: 80px;
  height: 100px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 30, ../sass/index.scss */
.nav li a {
  color: #cecece;
  bottom: 10px;
  position: absolute;
  display: block;
  margin-left: 15px;
}
/* line 37, ../sass/index.scss */
.nav li.active {
  background-color: #333;
  box-shadow: 0px 0px 8px #909090 inset;
  background-position: 0 -90px;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  height: 110px;
}
/* line 40, ../sass/index.scss */
.nav li.active a {
  color: #e40000;
  font-weight: bold;
}

/* line 44, ../sass/index.scss */
.nav1 {
  background: url("../images/icon/home.png") no-repeat;
}

/* line 45, ../sass/index.scss */
.nav2 {
  background: url("../images/icon/about.png") no-repeat;
}

/* line 46, ../sass/index.scss */
.nav3 {
  background: url("../images/icon/device.png") no-repeat;
}

/* line 47, ../sass/index.scss */
.nav4 {
  background: url("../images/icon/news.png") no-repeat;
}

/* line 48, ../sass/index.scss */
.nav5 {
  background: url("../images/icon/switch.png") no-repeat;
}

/* line 49, ../sass/index.scss */
.nav6 {
  background: url("../images/icon/certificate.png") no-repeat;
}

/* line 50, ../sass/index.scss */
.nav7 {
  background: url("../images/icon/newinfo.png") no-repeat;
}
.nav8{
  background: url("../images/icon/contact.png") no-repeat;
}

/* line 52, ../sass/index.scss */
.mg10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 52, ../sass/index.scss */
.tc {
  text-align: center;
}

/* line 53, ../sass/index.scss */
.w100 {
  width: 100%;
}

/* line 55, ../sass/index.scss */
#mains .main .right .caseMain li {
  cursor: pointer;
}
/* line 57, ../sass/index.scss */
#mains .main .right .caseMain li .proImg {
  width: 100%;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #eee;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 62, ../sass/index.scss */
#mains .main .right .caseMain li:hover .proImg {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 66, ../sass/index.scss */
.inside_con1_news {
  width: 337px;
  height: 25px;
  line-height: 20px;
  float: left;
  margin: 10px 5px 0 10px;
  padding-left: 10px;
  background: url(../images/bzj_61.jpg) no-repeat;
  background-position: left center;
}

/* line 67, ../sass/index.scss */
.fanye {
  width: 488px;
  overflow: hidden;
  float: left;
  border: solid 1px #ccc;
  height: 38px;
  line-height: 38px;
}

/* line 68, ../sass/index.scss */
.fanye a:hover {
  text-decoration: underline;
}

/* line 69, ../sass/index.scss */
.back {
  float: right;
  background: #b20000;
  color: #333;
  height: auto;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}

/* line 70, ../sass/index.scss */
.back a {
  color: #fff;
  padding: 11px 20px;
}

/* line 71, ../sass/index.scss */
.back a:hover {
  background: #DA0000;
}

/* line 72, ../sass/index.scss */
.fanye_1 {
  float: left;
  width: 233px;
  overflow: hidden;
  border-right: solid 1px #ccc;
  padding: 0 5px;
}

/* line 73, ../sass/index.scss */
.fanye_2 {
  float: right;
  width: 234px;
  overflow: hidden;
  padding: 0 5px;
}

/* line 75, ../sass/index.scss */
.proList {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 transparent, 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}
/* line 77, ../sass/index.scss */
.proList img {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 79, ../sass/index.scss */
.proList:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 80, ../sass/index.scss */
.proList:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 82, ../sass/index.scss */
.proList a {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 86, ../sass/index.scss */
.proList div {
  position: absolute;
  left: 40px;
  bottom: 15px;
  z-index: 999;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(20, 20, 20, 0.5);
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

/* line 90, ../sass/index.scss */
.product {
  height: auto;
  overflow: hidden;
  margin: 0px 0 20px 0;
}
/* line 93, ../sass/index.scss */
.product li {
  height: auto;
  width: 23%;
  margin-left: 1.6%;
  float: left;
  cursor: pointer;
  background: -webkit-radial-gradient(ellipse at top center, rgba(185, 185, 185, 0.5) 0%, rgba(234, 234, 234, 0.8) 70%);
  background: radial-gradient(ellipse at top center, rgba(185, 185, 185, 0.5) 0%, rgba(234, 234, 234, 0.8) 70%);
}
/* line 97, ../sass/index.scss */
.product li img {
  width: 258px;
  height: 238px;
  margin: 30px auto;
  display: block;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  box-shadow: -2px 12px 11px rgba(0, 0, 0, 0.2), 2px 2px 11px rgba(0, 0, 0, 0.2);
}
/* line 104, ../sass/index.scss */
.product li:hover img {
  -moz-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  box-shadow: -2px 12px 11px rgba(255, 255, 255, 0.5), 2px 2px 11px rgba(255, 255, 255, 0.5);
}
/* line 110, ../sass/index.scss */
.product .product1 {
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: #fff;
  font-size: 15px;
  background-color: rgba(201, 26, 33, 0.7);
  padding-left: 10px;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.2), 2px 2px 11px rgba(0, 0, 0, 0.2);
}
/* line 114, ../sass/index.scss */
.product .product2 {
  width: 100%;
  height: 83px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px 0  10px;
}
/* line 116, ../sass/index.scss */
.product .product2 p {
  color: #666;
  display: inline;
  line-height: 20px;
}

/* line 121, ../sass/index.scss */
.hengfu {
  background: url("../images/hengfu.jpg") no-repeat center;
  width: 100%;
  height: 300px;
  margin: 20px 0;
}

/* line 125, ../sass/index.scss */
.news {
  width: 100%;
  padding: 20px 5%;
  overflow: hidden;
  height: 380px;
  margin-top: 20px;
}

/* line 129, ../sass/index.scss */
.circle {
  width: 200px;
  height: 200px;
  border: 10px solid #909090;
  border-radius: 100%;
  margin: 0 auto;
}
/* line 131, ../sass/index.scss */
.circle img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
}

/* line 134, ../sass/index.scss */
.newsList {
  width: 1120px;
  margin: 0 auto;
  height: 310px;
  overflow: hidden;
  /*li:nth-child(1){
  	background:url('../images/newsIcon1.jpg') no-repeat center left;background-color:#ffffff;
  }
  li:nth-child(2){
  	background:url('../images/newsIcon2.jpg') no-repeat center left;background-color:#ffffff;
  }
  li:nth-child(3){
  	background:url('../images/newsIcon3.jpg') no-repeat center left;background-color:#ffffff;
  }
  li:nth-child(4){
  	background:url('../images/newsIcon4.jpg') no-repeat center left;background-color:#ffffff;
  }
  li:nth-child(5){
  	background:url('../images/newsIcon5.jpg') no-repeat center left;background-color:#ffffff;
  }*/
}
/* line 136, ../sass/index.scss */
.newsList li {
  width: 250px;
  height: 300px;
  margin-bottom: 15px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  box-shadow: 0 0 3px #fff;
  cursor: pointer;
  float: left;
  background-color: #555;
  list-style: none;
  text-align: center;
  margin: 3px 12px;
  padding: 5px;
}
/* line 140, ../sass/index.scss */
.newsList li a {
  line-height: 45px;
  color: #cccccc;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/* line 143, ../sass/index.scss */
.newsList li p {
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
/* line 145, ../sass/index.scss */
.newsList li:hover {
  box-shadow: none;
  margin-top: 2px;
  margin-right: 2px;
}

/* line 167, ../sass/index.scss */
.wdList li {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border-bottom: 1px dashed #666;
  padding: 10px 10px 0 10px;
  cursor: pointer;
}
/* line 170, ../sass/index.scss */
.wdList li .newsW {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  background: url("../images/wd_w.gif") no-repeat top left;
}
/* line 173, ../sass/index.scss */
.wdList li .newsW p {
  color: #333;
  float: left;
}
/* line 175, ../sass/index.scss */
.wdList li .newsD {
  width: 100%;
  height: 60px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  background: url("../images/wd_d.gif") no-repeat top left;
}
/* line 178, ../sass/index.scss */
.wdList li .newsD p {
  color: #666;
  float: left;
}

/* line 183, ../sass/index.scss */
.about {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 600px;
}
/* line 185, ../sass/index.scss */
.about li {
  width: 388px;
  height: 500px;
  border: 1px solid #fff;
  float: left;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  padding-top: 30px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
  background: -webkit-linear-gradient(0deg, rgba(236, 236, 236, 0.8) 20%, rgba(220, 220, 220, 0.7) 50%, rgba(200, 200, 200, 0.9) 80%);
  background: linear-gradient(0deg, rgba(236, 236, 236, 0.8) 20%, rgba(220, 220, 220, 0.7) 50%, rgba(200, 200, 200, 0.9) 80%);
}
/* line 191, ../sass/index.scss */
.about li span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  display: block;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 193, ../sass/index.scss */
.about li a {
  width: 100%;
  display: block;
  height: 30px;
  line-height: 40px;
  text-align: center;
  color: #565656;
  font-family: 'Microsoft Yahei';
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
}
/* line 195, ../sass/index.scss */
.about li a:hover {
  color: #000;
}
/* line 197, ../sass/index.scss */
.about li.active {
  -moz-transform: scale(1.15, 1.15) translateY(-30px);
  -ms-transform: scale(1.15, 1.15) translateY(-30px);
  -webkit-transform: scale(1.15, 1.15) translateY(-30px);
  transform: scale(1.15, 1.15) translateY(-30px);
  z-index: 999;
  box-shadow: 0 0 50px white;
  background: -webkit-linear-gradient(0deg, white 20%, #e6e6e6 50%, #f0f0f0 80%);
  background: linear-gradient(0deg, #ffffff 20%, #e6e6e6 50%, #f0f0f0 80%);
}

/* line 209, ../sass/index.scss */
.footer {
  height: 250px;
  background: url("../images/foot.png") no-repeat center;
  background-color: #333;
}

/* line 210, ../sass/index.scss */
.foot {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* line 213, ../sass/index.scss */
.foot1 {
  width: 700px;
  margin: 0 auto;
  padding-top: 100px;
  margin-left: 420px;
}
/* line 215, ../sass/index.scss */
.foot1 li {
  width: 100px;
  text-align: center;
  float: left;
  background-color: rgba(123, 123, 123, 0.5);
  font-size: 14px;
  font-weight: normal;
  color: #8A7B7B;
  box-shadow: 0px 0px 2px #fff;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 218, ../sass/index.scss */
.foot1 li a {
  color: #ffffff;
  height: 36px;
  line-height: 36px;
}
/* line 220, ../sass/index.scss */
.foot1 li:hover {
  background-color: rgba(0, 80, 149, 0.9);
  -moz-transform: scale(1.15, 1.15) translateY(-5px);
  -ms-transform: scale(1.15, 1.15) translateY(-5px);
  -webkit-transform: scale(1.15, 1.15) translateY(-5px);
  transform: scale(1.15, 1.15) translateY(-5px);
}
/* line 227, ../sass/index.scss */
.foot1 li:hover a {
  color: #ffffff;
}

/* line 230, ../sass/index.scss */
#triangle-up {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #e7e6e6;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}
/* line 233, ../sass/index.scss */
#triangle-up a {
  text-align: center;
  line-height: 60px;
  color: #3f3f3f;
  margin-left: -20px;
  font-size: 18px;
  font-weight: bold;
}

/* line 236, ../sass/index.scss */
.auth {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 238, ../sass/index.scss */
.auth .authTitle {
  margin: 0 auto;
  display: block;
}

/* line 240, ../sass/index.scss */
.authIn {
  width: 1200px;
  height: 390px;
  overflow: hidden;
  margin: 0 auto;
}
/* line 242, ../sass/index.scss */
.authIn img {
  height: 354px;
}
