* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
#cnzz_stat_icon_1254075172{
    display: none;
}
body {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 16px;
}
img {
    border: none;
}
#container {
    width: 100%;
	vertical-align:middle;
}
#header {
    width: 100%;
    background-color: #ffffff !important;
    box-shadow: 1px 0px 10px #555;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 1;
}
#header .wrapHeader {
    width: 1120px;
    background-color: #ffffff;
    margin: 0 auto;
    overflow: hidden;
}
#header .wrapHeader .logo {
    margin: 11px 0 13px 0;
    float: left;
}
.navigation {
    text-align: center;
    list-style-type: none;
    float: right;
}
.navigation li {
    display: inline-block;
    position: relative;
}
.navigation li ul {
    display: none;
}
.navigation li:hover  ul{

    display: block;
    position: fixed;
    top: 50px;
    left: 39%;
    height: 120px;
    width: 130px;
    border-radius: 15px;
    background: white;
    opacity: 0.8;

}


.bannerImg{
    width: 100%;height: auto;
    /*position: relative;*/
    top:0;
    left:0;
    margin-top: 80px;
}

.navigation li a {
    display: inline-block;
    text-decoration: none;
    padding-top: 25px;
    color: #555;
    border-top: 5px solid #ffffff;
    -webkit-transition: border-top 0.5s;
    transition: border-top 0.5s;
    margin: 0px 10px 0px 10px;
}

.navigation li a:hover {
    border-top: 5px solid #bf0f0f;
    color: #bf0f0f;
}
.navigation li  ul li a{
    border-top: 0px ! important;
    padding:15px 15px 0 15px;
}
.navigation .btn,
.navigation .btnReg {
    padding: 5px 20px;
    /*background-color: #eee;*/
    border-top: none;
    border: 1px solid #555;
    border-radius: 4px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.navigation .btn:hover,
.navigation .btnReg:hover {
    background-color: #bf0f0f;
    border: 1px solid #880000;
    color: #ffffff;
}
.navigation .btnHover {
    background-color: #bf0f0f;
    border-top: none;
    color: #ffffff;
}
.contactInfo {
    float: right;
}
.contactInfo li {
    display: inline-block;
}
.contactInfo .weixin {
    display: block;
    width: 37px;
    height: 30px;
    background: url("../images/weixin.png");
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    margin: 20px 20px 10px 10px;
}
.contactInfo .weixin:hover {
    background: url("../images/weixin-.png");
}
.contactInfo .telLogo {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/tel1.png");
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    margin: 20px 10px 10px 10px;
}
.contactInfo .telLogo:hover {
    background: url("../images/tel.gif");
}
.contactInfo .telNum {
    font-size: 20px;
    float: right;
    line-height: 50px;
    color:rgb(204,204,204);
}
#header .code img {
    float: left;
    margin-left: 60%;
    display: none;
}
#header .dnCode {
    width: 35%;
    position: relative;
    left: 32%;
    height: auto;
    background: #ffffff;
    font-size: 0px;
    letter-spacing: 0;
    display: none;
    opacity: 0.9;
    color: #555;
}
#header .dnCode ul {
    list-style-type: none;
    width: 31%;
    background: #ffffff;
    display: inline-block;
    padding: 1%;
    font-size: 15px;
    vertical-align: top;
}
#header .dnCode ul li {
    text-align: center;
}
#header .dnCode ul li img {
    width: 80%;
    height: 80%;
}
#header .dnCode ul li p {
    display: inline-block;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-align: center;
}
.wrap {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

/*在线咨询按钮*/
.btn-consult {
    background: url("../images/online.png");
    width: 80px;
    height: 108px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}


 #footer {
    width: 100%;
    height: 170px !important;
    background: url("../images/bottom.jpg") no-repeat 100%;
     text-align: center;
}
  #footer ul {
    list-style-type: none;
      /*display: inline-block;*/
}
  #footer ul li,
  #footer p {
    color: #fff;
    display: inline-block !important;
}
  #footer ul li {
    font-size: 18px;
    margin: 40px 20px !important;
}
  #footer ul li a {
    color: #ffffff;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
   #footer ul li a:hover {
    color: #000000;
}
  #footer p {
    font-size: 13px !important;
    width: 370px !important;
}
@media screen and (max-width: 1450px) {
.navigation li:hover ul {
        left:34% !important;
    }
}

.hoverModal{
    position: relative;

}

.hoverModal-div{
    display: none;
    opacity: 0;

}
.hoverModal:hover .hoverModal-div{
    display: block;
    opacity: 1;
}


.hoverModal-div div{
    position: absolute;

    width: 800px;
    right: -170px;
    top: 20px;
}

#footer .hoverModal-div div li{
    margin: 5px  10px !important;
    letter-spacing: 0px !important;
    padding:10px 0 !important;

}
.hoverModal-div div  a{
    color: #aaa !important;
    font-size: 13px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.hoverModal-div div  a:hover{
    color: black !important;
}


.yh-vidio{ width:700px; height:450px; border:2px solid #dedede; margin:40px auto 0 auto;}
.yh-login{ background:900px; border:1px solid #aa0000; margin:20px auto;}
.yh-lotit{ background:#aa0000; height:42px; line-height:42px; color:#FFF; font-family: "Microsoft Yahei", sans-serif; font-size: 16px;}
.yh-yans{padding:20px;}
.yh-yans td{ height:66px;}

.yh-input{width: 260px;
height: 34px;
line-height: 34px;
font-size: 16px;
font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
border: #CCC 2px solid;}

.yh-select{ height: 34px;
line-height: 34px;
font-size: 16px;
font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
border: #CCC 2px solid;}



.btnyh {
  display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}

.btnyh-primary {
color: #fff;
background: #c9302c;
border-color: #ac2925;
}
.btn-lgyh {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;}


.yh-about{}
.yh-about h3{ font-size:24px; font-weight:bold; margin:20px 0;}
.yh-about p{ text-align:left; line-height:36px; text-indent:2em;}







