@charset "utf-8";

/*通用*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th {
  margin: 0;
  padding: 0;
}
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:1300px; margin:0 auto;}
.lf {float:left;}
.rt {float:right;}
.clear:after {clear:both; content: "";display: block; height:0; visibility:hidden;}

/*header*/
.header { padding: 17px 0; }
.header .logo a { display: block;}
.header .logo a img { display: block; }
.header .message .tel { margin: 3px 10px 6px 0; color: #c02b30; text-align: right; }
.header .message .search { width:330px; height:38px; color: #999; padding-left: 10px; border: 1px solid #d9d9d9; border-radius: 20px; }
.header .message .search input.text{ height:38px; width:270px; line-height: 38px; color: #adadad; padding-left: 10px;background: none; }
.header .message .search input.submit { background:url("../images/search.png") no-repeat center; cursor: pointer; width: 38px; height:38px; }

/*nav*/
.nav{ background-color: #006060; width:100%; height: 50px;}
.nav ul{ position:relative; }
.nav ul li{ float:left; width:118px; text-align:center; line-height: 50px;}
.nav ul li a { display:block; color:#fff; font-size:16px;}
.nav ul li:hover{ background-color: #057575; }
.nav ul li .sub{ background:url("../images/hei.png"); position:absolute; z-index: 1; left: -9999px;width:144px;}
.nav ul li:hover .sub{ left: auto;}
.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:#006060; color: #fff; }

/*foot*/
.foot { background-color: #006060; width: 100%; padding: 20px 0; text-align: center; }
.foot p { color: #fff; line-height: 28px; }
.foot a { color: #fff; }


/**============= inside page =============**/
/*ny*/
.ny_banner { width: 100%; height: 360px;}
.ny_banner img { width: 100%; height: 100%; display: block;}
.ny_main .ny_head { height: 70px; line-height: 70px;}
.ny_main .ny_head h3 { font-size: 24px; font-weight: bold; }
.ny_main .ny_head .ny_position { background: url("../images/icon9.png") no-repeat left center; padding-left: 26px;}
.ny_main .ny_head .ny_position span,
.ny_main .ny_head .ny_position a { color:#999;padding: 0 1px;}
.ny_main .ny_head .ny_position a:hover { color: #3eacad; }
.ny_main .ny-erji { border-bottom: 1px solid #ebeded; }
.ny_main .ny-erji ul li { float: left; width: 160px; height: 36px; background-color: #ebeded; text-align: center; line-height: 36px; margin-right: 10px; }
.ny_main .ny-erji ul li:hover { background-color: #006060; }
.ny_main .ny-erji ul li:hover a { color: #fff; }