﻿/******
*other样式表 2015.9.7 by Leo Cai
******/
/*移动端的样式*/
@media (max-width: 520px) {
  .navbarM {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    box-shadow: 2px 2px 3px #999;
  }
  .navbarM .navbar-header > a.navbar-brand {
    margin-top: -3px;
    width: 250px;
  }
}
@keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
@-moz-keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
@-ms-keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
@-o-keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
/*最小宽度位521的屏幕尺寸样式*/
@media (min-width: 521px) {
  /*导航 bg*/
  .navbarM {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    box-shadow: 2px 2px 3px #999;
  }
  .navbarM .navbar-header > a.navbar-brand {
    margin-top: -10px;
  }
  .navbarM .headerLogo {
    width: 275px;
    height: 42px;
    background: url("../image/iconList.png") 275px 42px no-repeat;
    background-position: 0 0;
    margin-top: -10px;
  }
  .navbarM .headerTel {
    color: #fff;
    font-family: "microsoft yahei";
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    margin-right: 20px;
    letter-spacing: 3px;
    font-style: italic;
    animation: headerTel 5s infinite;
    -webkit-animation: headerTel 3s infinite;
    -o-animation: headerTel 5s infinite;
    -ms-animation: headerTel 5s infinite;
    -moz-animation: headerTel 5s infinite;
  }
  .navbarM .headerTel > span {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: -2px;
    float: left;
  }
  /*导航 over*/
}
@media (min-width: 521px) {
  /*导航 bg*/
  .headerLiCurrent {
    float: left;
    text-align: center;
    width: 80px;
    position: relative;
    background: #7dc700;
  }
  .headerLiCurrent a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
  }
  .headerLiCurrent a > span {
    display: none;
    color: red;
  }
  .headerLiCurrent a > i {
    display: block;
    background: #7dc700;
    font-size: 12px;
  }
  .headerLiCurrent > ul {
    width: 200px;
    background: #7dc700;
    position: absolute;
    top: 50px;
    z-index: 10002;
    padding: 0 10px 10px 10px;
    display: none;
  }
  .headerLiCurrent > ul > li {
    border-bottom: 1px solid #fff;
    height: 45px;
  }
  .headerLiCurrent > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 45px;
  }
  .headerLiCurrent > ul > li:hover {
    background: #fff;
    transition: 700ms;
  }
  .headerLiCurrent > ul > li:hover > a {
    color: #7dc700;
    transition: 700ms;
  }
  .unHeaderLiCurrent {
    float: left;
    text-align: center;
    width: 80px;
    position: relative;
  }
  .unHeaderLiCurrent > a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
  }
  .unHeaderLiCurrent > a > span {
    display: block;
  }
  .unHeaderLiCurrent > a > i {
    display: none;
    font-size: 12px;
  }
  .unHeaderLiCurrent > a:hover > span {
    opacity: 0;
    display: none;
  }
  .unHeaderLiCurrent > a:hover > i {
    display: block;
    opacity: 1;
    background: #7dc700;
  }
  .unHeaderLiCurrent > ul {
    width: 200px;
    background: #7dc700;
    position: absolute;
    top: 50px;
    z-index: 10002;
    padding: 0 10px 10px 10px;
    display: none;
  }
  .unHeaderLiCurrent > ul > li {
    border-bottom: 1px solid #fff;
    height: 45px;
  }
  .unHeaderLiCurrent > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 45px;
  }
  .unHeaderLiCurrent > ul > li:hover {
    background: #fff;
    transition: 700ms;
  }
  .unHeaderLiCurrent > ul > li:hover > a {
    color: #7dc700;
    transition: 700ms;
  }
}
.headerNav {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 3px #999;
  position: fixed;
  top: 0;
  z-index: 10000;
  color: #fff;
  /*导航 over*/
}
.headerNav > a.headerLogo {
  display: block;
  margin-top: 3px;
  float: left;
}
.headerNav > ul.navItem {
  float: left;
  line-height: 50px;
  margin-left: 30px;
}
.headerNav > div.headerTel1 {
  line-height: 50px;
  float: right;
  margin-right: 30px;
  color: #fff;
  font-family: "microsoft yahei";
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  font-style: italic;
  animation: headerTel 5s infinite;
  -webkit-animation: headerTel 3s infinite;
  -o-animation: headerTel 5s infinite;
  -ms-animation: headerTel 5s infinite;
  -moz-animation: headerTel 5s infinite;
}
.headerNav > div.headerTel1 > span {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: -2px;
  float: left;
}
@font-face {
  font-family: "Cambria";
  src: url("");
}
li,
a,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
* {
  font-family: "microsoft yahei";
}
a:hover {
  text-decoration: none;
}
.navZhanwei {
  width: 100%;
  height: 50px;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
/*footer*/
#index_footer {
  font-family: "microsoft yahei";
  width: 100%;
  height: 200px;
  background-color: #292929;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}
#index_footer_main {
  width: 1210px;
  height: 200px;
  margin: 0px auto;
  margin-bottom: 0;
}
#index_footer_bottom {
  width: 1210px;
  height: 182px;
  float: left;
}
#index_footer_bottom_logo {
  width: 159px;
  height: 111px;
  float: left;
  margin-top: 34px;
}
#index_footer_bottom_text {
  width: 616px;
  height: 105px;
  float: left;
  margin: 49px 0 0 50px;
}
#index_footer_bottom_text > span {
  line-height: 25px;
}
#index_footer_bottom_erweima {
  width: 135px;
  height: 162px;
  float: right;
  margin: 18px 167px 0 0;
}
/*移动端的样式*/
@keyframes abc {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes abc {
  0% {
    opacity: 0.6;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes abc {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
/*最小宽度位521的屏幕尺寸样式*/
@media (min-width: 521px) {
  /*********联系我们页面样式 BG*/
  .coContainer {
    width: 100%;
    height: 835px;
    background: url("../image/contactUsBg.jpg") center center no-repeat;
    position: relative;
  }
  .coContainer .maskBg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #7dc700;
    opacity: 0.76;
    z-index: 0;
  }
  .coContainer > .container .row {
    margin-top: 0px;
    position: relative;
    z-index: 30;
    color: #fff;
  }
  .coContainer > .container .row > p {
    text-align: center;
    display: block;
    font-size: 25px;
    font-family: "microsoft yahei";
    text-transform: uppercase;
    font-weight: 100;
    margin: 0 auto;
    margin-top: 60px;
    letter-spacing: 3px;
  }
  .coContainer > .container .row > .coBigTitle {
    font-size: 140px;
    text-transform: uppercase;
    font-family: "microsoft yahei";
    text-align: center;
    letter-spacing: 6px;
    position: relative;
    margin-top: 40px;
  }
  .coContainer > .container .row > .coBigTitle img {
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .coContainer > .container .row > .coBigTitle .coIconH {
    position: absolute;
    top: -15px;
    left: 550px;
    z-index: 100;
    animation: abc 4.5s  infinite;
    -webkit-animation: abc 4.5s infinite;
    -o-animation: abc 4.5s  infinite;
    -moz-animation: abc 4.5s  infinite;
    -ms-animation: abc 4.5s  infinite;
  }
  .coContainer > .container .row > .coBigTitle .coIconH > span:nth-child(1) {
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    background: #fff;
    padding: 10px 40px;
    color: #7dc700;
    border-radius: 5px;
  }
  .coContainer > .container .row > .coBigTitle .coIconH > span:nth-child(1) > div {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent ;
    /* 红 透明 透明 */
    left: 60px;
    top: 40px;
  }
  .coContainer > .container > .coInfoContainer {
    border-top: 1px dashed #fff ;
    border-bottom: 1px dashed #fff ;
    width: 100%;
    padding: 80px 90px;
    padding-bottom: 90px;
    z-index: 100;
    position: relative;
    margin-top: 20px;
  }
  .coContainer > .container > .coInfoContainer > .row .coInfo {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  .coContainer > .container > .coInfoContainer > .row .coInfo > span {
    display: inline-block;
    margin: 0 0 10px 10px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .coContainer > .container > .coInfoContainer > .row > .adress span {
    margin-left: 20px;
  }
  .coContainer > .container > .coInfoContainer > .row > .adress > i {
    width: 23px;
    height: 32px;
    margin-left: 5px;
    display: inline-block;
    background: url("../image/otherIconList.png") 0 0;
    margin-bottom: -10px;
  }
  .coContainer > .container > .coInfoContainer > .row > .weixin > i {
    width: 37px;
    height: 32px;
    display: inline-block;
    background: url("../image/otherIconList.png") -30px 0;
    margin-bottom: -10px;
  }
  .coContainer > .container > .coInfoContainer > .row > .tel > i {
    width: 37px;
    height: 32px;
    display: inline-block;
    background: url("../image/otherIconList.png") -75px 0;
    margin-top: 30px;
    margin-bottom: -10px;
  }
  .coContainer > .container > .coInfoContainer > .row > .qq > i {
    width: 30px;
    height: 32px;
    display: inline-block;
    background: url("../image/otherIconList.png") -120px 0;
    margin-bottom: -10px;
    margin-top: 30px;
    margin-left: 5px;
  }
  /*联系我们页面样式 OVER*/
  /*********案例页面样式 BG*/
  .caseContainer > .container > .row > h1,
  .aboutUsContainer > .container > .row > h1 {
    border-bottom: 1px dashed #ddd;
    padding: 40px;
  }
  .caseContainer > .container > .row > h1 img,
  .aboutUsContainer > .container > .row > h1 img {
    margin: 0 auto;
  }
  .caseContainer > .container > .row > .caseItemContainer,
  .aboutUsContainer > .container > .row > .caseItemContainer {
    margin-top: 300px;
  }
  .caseContainer > .container > .row > .caseItemContainer .caOrangeBg,
  .aboutUsContainer > .container > .row > .caseItemContainer .caOrangeBg {
    background: orange;
  }
  .caseContainer > .container > .row > .caseItemContainer .caGreenBg,
  .aboutUsContainer > .container > .row > .caseItemContainer .caGreenBg {
    background: #7dc700;
  }
  .caseContainer > .container > .row > .caseItemContainer > li,
  .aboutUsContainer > .container > .row > .caseItemContainer > li {
    padding: 20px 15px;
    margin-top: 30px;
    border: 1px solid transparent;
  }
  .caseContainer > .container > .row > .caseItemContainer > li:hover,
  .aboutUsContainer > .container > .row > .caseItemContainer > li:hover {
    box-shadow: 2px 2px 2px #999;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #f7f7f7;
    transition: 1s ease;
  }
  .caseContainer > .container > .row > .caseItemContainer > li a > div.caseTitleContainer,
  .aboutUsContainer > .container > .row > .caseItemContainer > li a > div.caseTitleContainer {
    width: 100%;
    height: 80px;
    margin-top: -11px;
  }
  .caseContainer > .container > .row > .caseItemContainer > li a > div.caseTitleContainer h5,
  .aboutUsContainer > .container > .row > .caseItemContainer > li a > div.caseTitleContainer h5 {
    font-weight: normal;
    font-family: "microsoft yahei";
    font-size: 13px;
    color: #fff;
    line-height: 45px;
    margin-left: 15px;
    letter-spacing: 1px;
  }
  .caseContainer > .container > .row > .caseItemContainer > li a > div.caseTitleContainer h3,
  .aboutUsContainer > .container > .row > .caseItemContainer > li a > div.caseTitleContainer h3 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    margin-left: 15px;
    margin-top: -14px;
  }
  /*案例页面样式 OVER*/
  /*********关于我们页面样式 BG*/
  .aboutUsContainer > .container > .row > p {
    margin-top: 300px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #ddd;
  }
  .aboutUsContainer > .container > .row > img {
    margin: 80px auto;
    padding-bottom: 80px;
    border-bottom: 1px dashed #ddd;
  }
  .aboutUsContainer > .container > .row .soAdvantage {
    background: transparent;
    margin-top: -200px;
    margin-bottom: 200px;
  }
  /*关于我们页面样式 OVER*/
}
