.fw_box { margin-top: 10px; overflow: hidden; }
.left_nav { float: left; width: 200px; background: #076A8A; padding: 28px 0; }
.bzzx_nav_list {  }
.bzzx_nav_list li a { display: block; line-height: 54px; color: #f5f5f5; font-size: 16px; height: 54px; text-align:center; }
.bzzx_nav_list li a:hover {color:#000;background:#fff;}
.bzzx_nav_list .on a {color:#666;background:#fff;}
/****************************************/ 
 
/*右边*/
.fw_conent { float: right; padding: 30px 35px; width: 100%;  font-size: 14px; color: #666; background: #FFF; min-height: 600px; 
             display:none;
}
@media screen and (min-width: 768px){
    .fw_conent { 
        width: 71%;
    }
}
@media screen and (min-width: 992px){
    .fw_conent { 
        width: 78%;
    }
}
@media screen and (min-width: 1200px) {
    .fw_conent { 
        width: 82%;
    }
}
.fw_conent .c999 { color: #999; }
.bzzx_bt { font-size: 12px; color: #999; margin-bottom: 20px; border-bottom: 2px solid #169ed8; }
.bzzx_bt strong { color: #666; font-size: 20px; font-weight: 400; padding-bottom: 15px; display: inline-block; margin-right: 20px; }
.bzzx_bt span { color: #169ed8; }
@media screen and (max-width: 767px){
    .left_nav{
        width:100%;
        padding:10px 10px 0px 10px;
    }
    .bzzx_nav_list{margin:0px;padding:0px;}
    .bzzx_nav_list li {
        width: auto;
        float: left;
        margin-right: 2px;
        margin-bottom: 10px;
        border-radius:10px;
    }
    .bzzx_nav_list li a{
        padding:0px 4px;
        border-radius:5px;
    }
    .fw_conent { 
        width: 100%;
        padding:30px 3px;
    }
    .downloadbody .dltable, .pxzldiv{ 
        margin-left:0px;
    }
}
/******************表单**********************/ 
.submitform {
}

.formcontact {
	padding:25px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

.formcontact input, .formcontact textarea {
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

.formcontact input {
	width:50%;
}

.formcontact input:hover, .formcontact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

.formcontact textarea {
    height: 200px;
    max-width: 100%;
    width:70%;
    /*resize: none;*/
}

.formcontact button[type="submit"] {
	cursor:pointer;
	width:50%;
	border:none;
	background:#09C;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

@media (max-width: 860px) {
    .formcontact button[type="submit"] {
        width: 100%;
    }
    .formcontact input, .formcontact textarea {
        width: 100%;
    }
}

.formcontact button[type="submit"]:hover {
	background:#0CF;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

.formcontact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

.formcontact input:focus, .formcontact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}