@charset "utf-8";
/* CSS Document */
body,td,th {
    margin-top: 0px;
    margin-bottom: 0px;
	font-family: '微软雅黑';
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.clear{
    clear: both;
}
.main{
	margin: auto;
	max-width: 1920px;
    min-width: 1200px;
}
.box{
	margin: auto;
	width: 1200px;
}
.index_img{
	margin: auto;
    width: 100%;
	background-color: #f1f1f1;
    text-align: center;
}
.box .gsjs_left{
	float: left;
	width: 230px;
}
.box .gsjs_left .img{
	height: 110px;
}
.box .gsjs_left .navj{
	width: 210px;
    padding-left: 20px;
	line-height: 70px;
	font-size: 18px;
    text-align: left;
    border:solid 1px #f1f1f1; 
    cursor:pointer
}
.box .gsjs_left .navj .dian{
    float: left;
    margin-top: 32px;
    margin-right:15px;
    width: 5px;
    height: 5px;
    border-radius:5px;
    background-color: #000;
}
.box .gsjs_left .navj_hove{
	background-color: #b60101;
    color: #FFF;
}
.box .gsjs_left .navj_hove .dian{
    border-radius:0px;
    background-color: #FFF;
}
.box .gsjs_right{
	float: right;
	width: 900px;
    padding: 10px;
}
.product_top{
	margin: auto;
    width: 100%;
    background-color: #f2f2f2;
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.product_top .l{
    display:-moz-inline-box; /* css注释：for ff2 */ 
    display:inline-block; 
    width: 90px;
    text-align: center;
}
.product_top .navp{
    display:-moz-inline-box; /* css注释：for ff2 */ 
    display:inline-block; 
	height: 60px;
    line-height: 60px;
    cursor:pointer
}
.product_top .navp_hove{
	margin: auto;
    color: #b60101;
    border-bottom:solid 5px #b60101; 
}

.box .contact_left{
    margin: 85px 0 65px 0;
	float: left;
	width: 780px;
    font-size: 16px;
    line-height: 30px;
}
.box .contact_left .input{
    margin: 15px 0 15px 0;
    width: 45%;
    padding: 0 15px 0 15px;
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    line-height: 70px;
}
.box .contact_left .textarea{
    margin: 15px 0 15px 0;
    width: 100%-15px;
    height: 150px;
    padding: 0 0px 0 15px;
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    line-height: 70px;
}
.box .contact_left .input_left{
    float: left;
}
.box .contact_left .input_right{
    float: right;
}
.box .contact_left input{
    height: 60px;
    border:solid 0px #666666; 
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    outline:none;
}
.box .contact_left textarea{
    margin-top: 25px;
    width: 680px;
    height: 116px;
    border:solid 0px #666666; 
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    outline:none;
}

.box .contact_right{
    margin: 85px 0 65px 0;
	float:right;
	width: 355px;
}
.box .contact_but input{
	width: 230px;
    height: 55px;
    background-color: #b60101;
    color: #FFF;
}
