/* CSS Document   Version: 1.0.0
   Date: 2017/07/06
   Author: Tian Guang
   Copyright: www.east.net
*/
/* ******** 手机Common begin ******** */
/* ** 手机header头部 ** */
.top{
    height: 70px;
    position: relative;
}
.nav{
    display: none;
}
.topMain{
    width:100%;
}
.topMain h1{
    left: 5px;
}
.topMain>a{
    display: none;
}
.logo img{
    width: 62%;
}
.topMain h2{
    margin: 20px 0 0 100px;
}
.topMain h2 img{
    width: 75%;
}
/* ** 手机导航 ** */
.topMain .mobileNav{
    display: block;
    width: 29px;
    height: 22px;
    background: url("../image/mobileNavIcon.png") no-repeat center;
    position: absolute;
    top: 24px;
    right: 14px;
}
.mobileNavList{
    /*display: block;*/
    width: 100%;
    /*display:none;*/
    position: absolute;
    background: #fff;
    z-index: 9999999999;
}
.mobileNavList>ul>li{
    line-height: 48px;
    text-align: center;
    
}
.mobileNavList>ul>li>a{
    font-size: 14px;
    color: #649002;
    display: block;
    border-bottom: 1px solid #DBDBDB;
}
.mobileNavList>ul>li>a.activeDrop{
    color: #649002;
}
.child_nav{
    overflow: hidden;
    border-bottom: 1px solid #DBDBDB;
    display: none;
}
.child_nav>li{
    /*float: left;*/
    display: inline-block;
    line-height: 80px;
    text-align: center;
}
.child_nav>li>a{
    display: block;
    /*border-bottom: 1px solid #DBDBDB;*/
    font-size: 14px;
    color:#5e5f5c;
    margin-right:10px;
    text-align: center;
}
.child_nav>li.activeColor>a{
    color:#719a14;
}
/* ** container ** */
.container{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.footer {
  background: #5d7e13;
  border-top: 6px solid #df8f1f;
  color: #fff;
  height: 100%;
  margin-top: 60px;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin: 0 auto;
}
.footer .footLeft,.footer .footRight {
  width: 45%;
  float: left;
  margin-left: 5%;
}
.footer .footRight {
  float: right;
}
.footer .footLeft ul {
  margin-left: -7px;
}
.footer .footLeft ul li {
  float: left;
  padding: 0 6px;
  margin-top: 24px;
  background: url("https://www.shuren.org/Site/default/theme/images/icon2.png") center left no-repeat;
}
.footer .footLeft ul li:first-child {
  background: none;
  padding-left: 6px;
}
.footer .footLeft ul li a {
  display: block;
  color: #fff;
  padding:0px;
  border-radius: 3px;
  font-size:14px;
  font-weight: bold;
}
.footer .footLeft ul li a:hover {
  background-color: #df8f1f;
  color: #fff;
}
.footer .footLeft .copyright ,.footer .footLeft .copyright a {
  font-size: 14px;
  color: #fff;
}
.footer .footLeft .copyright {
  line-height: 26px;
  margin-top: 20px;
}
.footer .footRight .code {
  text-align: center;
  float: right;
  margin-top: 24px;
  line-height: 30px;
}
.footer .footRight .code .img {
  width: 110px;
  height: 110px;
}
.footer .footRight .code .img img {
  width: 100%;
  height: 100%;
}

/* ** footer ** */
/*.footer{
    display: none;
}
.mobileFooter{
    display: block;
}
.map{
    height: 550px;
}
.contact{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.contact .msg{
    width: 100%;
    background: transparent;
    padding:0;
    box-sizing: border-box;
    overflow: hidden;
}
.contact .msg h2{
    color: #92bc45;
    font-size:18px;
    margin-bottom:8px;
    margin-top: 55px;
}
.contact .msg b{
    color: #ffffff;
    font-size: 14px;
}
.contact .msg ul{
    margin:12px 0 20px;
}
.contact .msg ul li{
    font-size:12px;
    color: #cdcdcd;
    line-height: 24px;
}
.contact .msg p{
    color: #92bc45;
    font-size:14px;
    margin-bottom: 8px;
    font-weight: bold;
}
.contact .msg img{
    margin-right: 18px;
    width: 106px;
    height: 106px;
}
.copyRight{
    line-height: 30px;
    background: #434343;
    color: rgba(255,255,255,.2);
    text-align: center;
    font-size: 12px;
}*/
/*
.footer {
  height: auto;
  overflow: hidden;
}
.main+.footer {
  margin-top: 0;
}
.footer .footLeft, .footer .footRight {
  float: none;
  width: 100%;
  text-align: center;
}
.footer .footLeft {
  margin-bottom: 20px;
}
.footer .footRight .code {
  margin: 8.6vw auto 0 auto;
  float: none;
}
.footer .footRight .code .img {
  width: 24.25%;
  height: 22.8vw;
  margin: 0 auto;
}
.footer .footLeft ul {
  margin: 0;
  display: inline-block;
}
.footer .footLeft ul li {
  margin-top: 7vw;
  padding: 0;
}
.footer .footLeft .copyright {
  margin-top: 0;
  color: #454d83;
}
.footer .footLeft .copyright a {
  color: #454d83;
}

*/
.information ul li a .tit{width: calc(100% - 90px);overflow: hidden;height: 24px;display: inline-block;}

