﻿@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 {clear:both;}

/*top*/
.top { background-color: #f5f5f5; height: 40px; line-height: 40px; }
.top .word a { color: #771357; }
.top .word a:hover { color: #851561; }
.top .word span { color: #d9d9d9; padding: 0 10px; }

/*header*/
.header .logo a { display: block; width: 486px; height:78px; margin: 20px 0; }
.header .logo a img { width: 100%; height:100%; }
.header .search { margin:40px 0;}
.header .search input.text{ width:272px; height:36px; color: #999; padding-left: 10px; border: 1px solid #d9d9d9; float: left;}
.header .search input.submit { background:url("../images/search.png") no-repeat center #ff7e00; cursor: pointer; width: 38px; height: 38px; float: left;}

/*nav*/
.nav{ background-color: #771357; width:100%; height: 50px; margin-bottom: 30px;}
.nav ul{ position:relative; }
.nav ul li{ float:left; width:150px; text-align:center; line-height: 50px;}
.nav ul li a { display:block; color:#fff; font-size:17px; width: 100%; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.nav ul li:hover{ background-color: #70084f; }
.nav ul .sub{ display:none; background:rgba(0,0,0,0.3); position:absolute; z-index: 1;}
.nav ul .sub a{font-size:16px;}
.nav ul li:hover .sub{ display:block;}
.nav ul li:hover .sub .list{ float:left; width:150px;}
.nav ul li:hover .sub .list a { font-size: 14px; line-height: 40px;}
.nav ul li:hover .sub .list a:hover{ background-color:#851561; color: #fff;}

/*foot*/
.foot { background-color: #851561; width: 100%;  padding: 30px 0; margin-top: 30px; }
.foot p { color: #fff; line-height: 26px; text-align: center; }


/*ny*/
/*position*/
.ny_main .ny_position { color: #8f8f8f; }
.ny_main .ny_position a { color: #8f8f8f; padding-right: 5px;}
.ny_main .ny_position a:hover { color: #851561; }


