@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-family:"微软雅黑";}
a{ color:#333;}
a:visited{ color:#333;}
a:hover{ color:#4178be;}
body{background-color: #fff;}
 
/*主体*/
.bs_nav{width: 100%; background: #e5e8ed; height: auto;}
.bs_nav1{width: 1200px; height: 60px; margin: 0 auto;}
.bs_nav1 a{width: 12.5%; height: 60px; float: left; display: block; line-height: 60px; text-align: center; font-size: 18px;}
.bs_nav1 a.on{color: #ca2e1d;}
a.sybz{float: right; height: 30px; line-height: 30px; border: 1px solid #4d739a; margin-top: 15px;}
.dqzw{width: 1200px; height: 45px;  line-height: 45px; margin: 0 auto; font-size: 14px;}
.bsfl{width: 1200px; min-height: 100px; margin: 0 auto; background: #eff1f6; overflow: hidden;}
.fwdx{width: 100%; min-height: 75px; border-bottom: 1px solid #d7dadf; overflow: hidden;}
.fwdx .one{width: 12%; height: 30px; float: left; display: block; margin-top: 30px; margin-left: 70px; font-size: 17px; font-weight: bold; color: #4f719c; text-indent: 25%; line-height: 26px;}
.fwdx .two{width: 10%; height: 30px; float: left; display: block; margin-top: 30px; margin-left: 20px; font-size: 15px; color: #ee7151; line-height: 26px;}
.fwdx .three{width: 13.35%; height: 30px; float: left; display: block; margin-top: 30px; font-size: 15px; line-height: 26px;}
.bmfl{width: 100%; min-height: 150px; overflow: hidden; padding-top: 10px;}
.bmfl .one{width: 12%; height: 30px; float: left; display: block; margin-top: 20px; margin-left: 70px; font-size: 17px; font-weight: bold; color: #4f719c; text-indent: 25%; line-height: 26px;}
.bmfl .two{width: 10%; height: 30px; float: left; display: block; margin-top: 20px; margin-left: 20px; font-size: 15px; color: #ee7151; line-height: 26px;}
.bmfl .three{width: 20%; height: 30px; float: left; display: block; margin-top: 20px; font-size: 15px; line-height: 26px;}
.bmlb{width: 69%; height: 105px; overflow: hidden; float: left;}
a.all{width: 7%; float: right; display: block; margin-top: 10px; margin-right: 8.2%; font-size: 15px; line-height: 26px; margin-bottom: 20px; cursor: pointer;}

@media only screen and (max-width: 767px){
	.bs_nav1{width: 100%; height: 80px; padding: 0 10px;}
	.bs_nav1 a{ height: 40px; line-height: 40px; width: 25%;}
	a.sybz{ height: 30px; line-height: 30px; border: 1px solid #4d739a; margin-top: 5px;}
	.dqzw{width: 100%; padding-left:6%;}
	.bsfl{width: 100%; padding: 0 10px;}
	.fwdx .one{ width: 100%; margin: 10px 0px 0 0; text-indent: 11%; line-height: 30px}
	.fwdx .two,.fwdx .three{width: auto; margin: 8px 10px 0 8px;}
	.bmfl .one{ width: 100%; margin: 10px 0px 0 0; text-indent: 11%; line-height: 30px}
	.bmfl .two,.bmfl .three{width: auto; margin: 8px 10px 0 8px;}
	a.all{width: 22%; float: left; margin-left: 14%; margin-right: 0;}
}