* {
    padding: 0;
    margin: 0;
}
html,
body {
    color: #333;
    font-size: 16px;
      font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“";
    max-width: 1470px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img,
input ,a{
    border: 0;
    outline: none;
}
input,button {
    outline: none;
    border: none;
    background: none;
}
button {
    cursor: pointer;
}
body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.px1280 {
    max-width: 1352px;
    margin: 0 auto;
}



/* top */
.top_t{
	background: #913d6f;
	height: 255px;
}
.logo{
	float:left;
	/* padding: 9px 0; */
	padding-top: 69px;
	padding-bottom: 36px;
}
.logo a,.logo img{
	width: 546px;
	height: 150px;
	display:block;
}
.top_r{
	float:right;
	padding-top: 111px;
	padding-bottom: 26px;
}
.top_r a{
	float:left;
	display:block;
	margin: 30px 13px 0 0;
}
.top_r a img{width: 44px;	height: 44px;
}
.search {
    margin-top:32px;
    overflow: hidden;
    float:right;
}
.search>input {
    float: left;
    width: 224px;
    height: 42px;
    border-radius:25px 0 0 25px;
    background: none;
    border:1px solid #be8ba9;
    border-right:0;
    color:#fff;
    padding-left:20px;
}
.search>input::placeholder{
	color:#fff;
}
.search>button {
    float: right;
    width: 50px;
    height: 44px;
    border-radius:0 25px 25px 0;
	border:1px solid #be8ba9;
	border-left:0;
    vertical-align: top;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

/* nav */
.nav_box{
	height: 63px;
	background:#994778;
}
.nav_box.on{
   position:fixed;
   /* left:0; */
   top:0;
   width:100%;
   z-index:999999;
   max-width: 1470px;
   margin: 0 auto;
}
.top_ico { 
    margin:-35px 40px 0;
	width:158px;
	height:158px;
	    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -79px;
}
.top_ico a {
    font-size: 0;
    line-height: 80px;
}
.top_ico a img {
    display: block;
	width:145px;
    vertical-align: middle;
    transition: all 0.3s;
	margin:15px 0 0 0;
}
.nav>ul {
    float: left;
    padding: 20px 0 0 0;
}
.nav>ul:first-child+div+ul{
	float:right;
}
.nav>ul>li {
    float: left;
    margin: 0px 74px;
    position: relative;
    padding-bottom: 20px;
    transition: all 0.3s;
}
.nav>ul>li:first-child{
	/* margin-left:0; */
}
.nav>ul>li:last-child{
	/* margin-right:0; */
}
.nav>ul>li>a {
    display: block;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    font-family: é»‘ä½“;
}
.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transition: all 0.3s;
}
.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 10px;
}
.head.on .nav>ul>li ul {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 280px;
    right: 0;
    left: 50%;
    margin-left: -140px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
	z-index:3;
}
.nav>ul>li ul li {
    float: left;
    width: 120px;
    padding: 10px;
    text-align: center;
}
.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}
.nav>ul>li ul li a:hover {
    color: #fff;
    background: #994778;
}

.nav>ul>li.active>a {
    color: #fff;
}
.nav>ul>li.on>a:after {
    height: 14px;
    bottom: 0;
}
.nav>ul>li.on>a::before {
    width: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

/* banner */
.banner {
    position: relative;
    z-index: 1;
    height: 638px;
    /* overflow: hidden; */
    border-top: 10px solid #fff;
   /* background: url(../images/head_bottom.png) no-repeat bottom;*/
    background-size: 100%;
}

.line{
	 background: url(../images/head_bottom.png) no-repeat bottom;
	 background-size: cover;
	 height: 6px;
	 margin: 35px 0;
}
.banner a {
    display: block;
}
.banner img {
    display: block;
    width: 100%;
}
.banner a img {
    display: block;
    width: 100%;
    height: 602px;
}
.banner .slick {
    position: relative;
    z-index: 9;
}
.banner .slick  .slick-list .slick-slide a{
	
	display:block;
	  border-left: 5px solid #fff;
	  border-right: 5px solid #fff;
}
.banner .slick  .slick-list .slick-slide a img{
		display:block;
		width:100%;		 
}
.banner .slick-dots {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    bottom: 20px;
    left: 50%;
    margin-left: -650px;
    text-align: right;
    z-index: 9;
}
.banner .slick-dots li {
    width: 25px;
    height: 22px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
    background: #fff;
    background-size: 100% 100%;
    opacity: 1;
    margin-left: 10px;
    margin-right: 0;
}
.banner .slick-dots li button {
    width: 25px;
    height: 22px;
}
.banner .slick-dots li button{
	font-size:14px;
	display:block;
	color:#333;
}
.banner .slick-dots li.slick-active {
    opacity: 0.88;
	background:#083388;
}
.banner .slick-dots li.slick-active button{
	color:#fff;
}
.banner .slick-slide a {
    display: block;
    position: relative;
}
.banner .slick-slide a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.banner .slick-slide a div p {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin-left: -650px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}
.banner .slick a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
	background:rgba(255,255,255,0.7);
	transition: background 0.5s;
}
.banner .slick .slick-list .slick-slide.slick-center a:before{
	background: transparent;
}
.banner .slick-prev,.banner .slick-next{
	background:url(../images/b_left.png) no-repeat;
	width:48px;
	height:84px;
	margin-top:-42px;
	left:50%;
	-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0,0);
}
.banner .slick-prev{
	margin-left:-646px;
}
.banner .slick-next{
	margin-left:597px;
	background:url(../images/b_right.png) no-repeat;
	}
.pic {
    /* padding-top: 75%; */
    /* position: relative; */
    /* overflow: hidden; */
}
.pic img {
    position: absolute;
    /* left: 0; */
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.pic img:hover {
    /* transform: scale(1.05); */
}
.banner .slick-slide a div p:hover {
    color: #e78c33;
}


/* footer */
.footer {
    padding: 14px 0;
    background:#454244;
    min-width: 100%;
}
.bg{
    border-top: 1px #545255 solid;
    padding: 37px 0;
    width: 1352px;
    margin: 0 auto;
}
.links{
	/* border-bottom:1px solid #585557; */
	margin: 20px 0;
	height: 58px;
	margin-bottom: 48px;
}
.links a{
	color:#c3c2c3;
	font-size: 24px;
	padding: 0px 0px;
	line-height:60px;
	font-weight: bold;
	padding: 9px 0;
} 
.links a:hover{
	color:#fff;
}
.foot img{
	width: 388px;
	height: 90px;
	float:left;
	padding: 0px 16px;
}
.foot_c1{
	padding: 20px  30px;
}
.foot_c{
	font-size:14px;
	line-height:25px;
	color:#fff;
	text-align: left;
	padding: 20px  23px;
	border-left: 1px solid #504e51;
	float: left;
	margin: 0;
}
.foot_r{
	float:left;
	color:#fff;
	/* margin: 20px; */
	padding: 20px  55px;
	font-size:14px;
	line-height:25px;
}


.ny_banner{
	width:100%;
	height:320px;
}
.ny_banner img{
	width:100%;
	height:320px;
}