
html,body{
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

.clearfix::before,
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

/*尾部导航友情链接*/
/*尾部版权*/
.copyright {
    /* width: 100%; */
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2em;
    background-color: #C7161E;
    min-height: 150px;
    /* height: 150px; */
}
.copyright p {
    font-size: 16px;
    color: #333333;
}
.copyright p a {
    color: #000000;
}

.indexFooterSelect li select{
    /* width: 200px;
    height: 30px;
    line-height: 30px; */
    width: 170px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    /* color: #565656; */
    color: #333333;
    outline: none;
    border: none;
    cursor: pointer;
    border:1px solid #cccccc;
    background-color: #ffffff;
}

/* 底部增加 */
.indexFooterSelect li {
    float: left;
    margin-right: 15px;
}
.indexFooterSelect li:last-child {
    margin-right: 0;
}

.footerEmail {
    padding-left: 50px;
}
.footerEmail p {
    margin: 0;
    color: #ffffff !important;
    display: block;
    margin-top: -5px;
    font-size: 14px;
}
.footerEmail p a {
    color: #ffffff !important;
    font-size: 14px;
}
.footerERcode  {
    text-align: center;
    margin-top: 18px;
}
.footerERcode > div {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.footerERcode img{
    /* width: 100px; */
    width: 80px;
    height: 80px;
    display: block;
}

.footerERcode .mouseenterImg {
    width: 160px;
    height: 160px;
    position: absolute;
    top: -165px;
    right: 0;
    box-shadow:0 2px 12px 0 rgba(0, 0, 0, 0.4)
}

.footerERcode span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    width: 70px;
    margin: 0 auto;
    /* margin-top: -8px; */
}

.indexFooterSelect p{
    color: #ffffff;
    display: inline-block;
}


.footerEmailDivimg {
     float: left;
}

/* 底部样式 */
.footerStyle {
    width: 100%;
    margin-top: 15px;
    min-height: 150px;
    /* height: 150px; */
    background-color: #c7161e;
}

.contentpadding .content img {
    display: block !important;
    width: auto;
    margin: 10px auto !important;
    max-width: 1140px !important;
}
.contentpadding .content .iframeClass {
    width: 800px !important;
    border: none !important;
}
.contentpadding .content .iframeClass video {
    display: block !important;
    margin: 10px auto !important;
    width: 100% !important;
    height: 500px !important;
}
