﻿@charset "UTF-8";

/*
公共样式
*/
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,p,input,span,header,b,section,i,header,li,nav,article,aside,figure,code,dialog,footer,iframe,html{
    margin: 0px;
    padding: 0px;
    list-style: none;
    outline: none;
    border:none;
}
img{
    border: none;
}
a{
    text-decoration: none;
}
*{
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
}
a,button{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    font-family: "Microsoft Yahei";
    color: #333;
    background: #fff;
    font-size: 16px;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input[type="text"] {
    -webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"]{
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
button{ border-radius: 0; }
input:focus, textarea:focus {
    outline: none;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
body{
	background-color:#fff;
	overflow-x:hidden;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
}


.hjinnoxcell{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.hjinnoxcell > div img{
	width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.hj-ul li img{
	width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.hj-ul li{
	cursor: pointer;
}
.index-zhe{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.index-bj{
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.8)
}
.index-show {
    width: 760px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border: 5px solid #44a6ea;
    padding: 0;
}
.index-show p{
    width: 100%;
    height: 100%;
    overflow-x: auto;
}
.index-show p img{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.index-guanbi{
    width: 30px;
    height: 30px;
    background: url(guan.png) no-repeat center;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}


.footer{
	background: #f5f5f5;
	padding: 28px 0px;
}
.footer p{
    width: 1200px;
    margin: auto;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}
.foot{
	width: 100%;
	height: 100px;
	line-height: 50px;
	text-align: center;
	font-style: 16px;
	color: #FFF;
	background: #313332;
}
.foot a{
	color: #ff6a00;
}