@charset "utf-8";

/*通用*/
* { padding: 0; margin: 0; font-family: "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; }
body { font: 14px/1.231 "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; color: #333; margin: 0; line-height: 1.5; }
li, ul { list-style-type: none; }
input, textarea {  outline: 0;  border: 0;  }
img { border: none; }
h1, h2, h3, h4, h5, h6, dl, dd, dt, em, i {  font-weight: normal;  font-style: normal; }
a { text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; color: #333; }
.container { width:1200px; margin:0 auto;}
.lf {float:left;}
.rt {float:right;}
.clear:after { clear:both; content: ""; display: block; height:0; visibility:hidden;}

body { background: url("../images/bg.jpg") repeat-y top center;}

/*header*/
.header { width: 100%; }
.header .logo a { display: block; margin: 15px 0; }
.header .logo a img { display: block;}
.header .search { width: 348px; height: 36px; border: 1px solid #ccc; border-radius: 20px; margin-top: 30px; }
.header .search input.text { width: 296px; height: 36px; color: #8f8f8f; padding-left: 15px; float: left; background: none;}
.header .search input.submit { background:url("../images/search.png") no-repeat center; cursor: pointer; width: 20px; height: 36px; float: left;}

/*nav*/
.nav{ border-top: 2px solid #ce0a18; width:100%; height: 50px;}
.nav ul{ position:relative; }
.nav ul li{ float:left; width: 109px; text-align:center; line-height: 50px; position: relative;}
.nav ul li a { display:block; }
.nav > ul > li > a { font-size:18px; font-weight: bold;}
.nav ul li i { display: block; width: 100%; height: 0; background-color: #ce0a18;  transition: all .3s; position: absolute; top:0; left:0; z-index: -1;}
.nav ul li:hover i { height: 50px;}
.nav ul li:hover a { color: #fff; }
.nav ul li.on i { height: 50px;}
.nav ul li.on a { color: #fff; }
.nav ul li .sub { background: url("../images/hei.png"); position:absolute; z-index: 1; left: -9999px;}
.nav ul li .sub a { color: #fff;}
.nav ul li:hover .sub{ left: auto;}
.nav ul li .sub .list{ width:92px; }
.nav ul li .sub .list span { height: 0; transition: height .3s ease-out; display: block;}
.nav ul li:hover .sub .list span { height: 46px; line-height: 46px;}
.nav ul li .sub .list span a { font-size: 14px; }
.nav ul li .sub .list span a:hover{ background-color:#ce0a18; color: #fff; }

/*foot*/
.foot { background-color: #ce0a18; width: 100%;  padding: 30px 0; }
.foot .message { margin-top: 25px;}
.foot .message p { color: #fff; line-height: 28px; }
.foot .qr_code ul { overflow: hidden; }
.foot .qr_code ul li { float: left; text-align: center; margin-left: 20px; }
.foot .qr_code ul li img {  width: 100px; height: 100px; display: block; margin-bottom: 8px; }
.foot .qr_code ul li h6 { color: #fff; font-size: 14px; }




/**============= 内页通用 =============**/
/*ny*/
.ny_banner { width: 100%; height: 320px;}
.ny_banner img { width: 100%; height: 100%; display: block;}
.m_box { padding: 35px 0; }
/*left*/
.m_box .m_left { width:220px;}
.m_box .m_left .m_line .head { text-align:center; background-color:#ce0a18; height: 60px;}
.m_box .m_left .m_line .head h2 { color:#fff; font-size: 20px; font-weight: bold; line-height: 60px;}
.m_box .m_left .m_line ul { background-color:#fff; padding: 20px 0; }
.m_box .m_left .m_line ul li { line-height: 50px; margin: 0 60px; margin-bottom: 10px;}
.m_box .m_left .m_line ul li a { font-size: 16px; margin-left: 15px; display: block; color: #666; font-weight: bold; border-bottom: 2px solid transparent;}
.m_box .m_left .m_line ul li:hover { background: url("../images/icon9.png") no-repeat left center; }
.m_box .m_left .m_line ul li:hover a { border-bottom: 2px solid #be3f4d; }
.m_box .m_left .m_line ul li.on { background: url("../images/icon9.png") no-repeat left center; }
.m_box .m_left .m_line ul li.on a { border-bottom: 2px solid #be3f4d; }
/*right*/
.m_box .m_right { width: 900px; padding: 15px 25px 40px 25px; background-color: #fff;}
.m_box .m_right .head2 { border-bottom:1px solid #ccc; height: 50px; line-height: 50px;}
.m_box .m_right .head2 h4 { float:left; font-size:18px; padding-left: 27px; font-weight: bold; background:url("../images/icon10.png") no-repeat left center }
.m_box .m_right .head2 .position { float:right; }
.m_box .m_right .head2 .position span,.m_box .m_right .position a { float:left;color:#999;padding: 0 3px;}
.m_box .m_right .head2 .position a:hover { color: #be3f4d; }


