﻿@charset "utf-8";
/*--------------公共部分---------------------*/
* {
	padding: 0;
	margin: 0;
	font-family: Microsoft Yahei, "", "Times New Roman";
	box-sizing: border-box;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:   #b7b7b7;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:   #b7b7b7;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:   #b7b7b7;
}
i {
	font-style: inherit;
}
.clearfix, .content_gy {
	/*兼容 IE*/
	zoom: 1;
}
/*新浪使用方式*/
.clearfix:after, .content_gy:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.content_gy {
	width: 1200px;
	margin: 0 auto;
}
.top{
    height: 110px;
    background: #fff;
}

.top .left{
    float: left;
       margin-top: 33px;
	    margin-left: 30px;
}
.top .left img { height:65px;}
.top .right{
    float: right;
    margin-top: 48px;
    padding-right: 68px;
  /*  background: url("../images/cell_pic.png") no-repeat left center;*/
}
.top .right .p1{
    font-size: 17px;
    color: #2e2e2e;
	display: none;
}
.banner1{
    margin-top: 45px;
}
.top .content{
    float: right;
    margin-right:78px;
	width: 276px;
}
.top .content p{
    width: 50%;
	 *width:80px;
    float: left;
    position: relative;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 40px;
    margin-top: 65px;
}
.top .content p:hover img{
    transition: 0.5s;
    transform: scale(5);
    transform-origin: left top;
    z-index: 10;

}
.top .content p span{
    color: #2e2e2e;
    font-size: 16px;
}
.top .content p img{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    z-index: 9;
	filter: opacity(35%);
}
.top .content p:hover img{
	filter: opacity(100%);
}

.nav {
	background: #2e2e2e;
	height: auto;
	position: relative;
}
.nav ul {
	margin: 0 auto;
	width: 1200px;
}
.nav ul li {
	float: left;
	height: 40px;
	line-height: 40px;
}
.nav1>ul>li {
	float: left;
	width: 120px;
	transition: 0.5s;
}
.nav1>ul>li>a.active {
	background: #c70065 url("../images/sanjiao.png") no-repeat center bottom;
}
.navx {
	background: #2e2e2e;
	height: auto;
	position: relative;
}
.navx ul {
	margin: 0 auto;
	width: 1200px;
}
.navx ul li {
	float: left;
	height: 40px;
	line-height: 40px;
}
.navx ul li a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 27px;
	border-right: 0px solid #fff;
	color: #fff;
	font-size: 16px;
}
.navx ul li .kchover {
	background: url(../images/nav_bg1.png) no-repeat center bottom;
	color: #FFFFFF;
}
.navx>ul>li:hover {
	background: #c70065;
}
.navx .nav_ul {
	background: #e8e8e8;
	width: 100%;
}
.navx .nav_ul li {
	background: url("../images/point_pic1.png") no-repeat right center;
}
.navx .nav_ul li a {
	padding: 0 45px;
	text-align: center;
	border: 0;
	font-size: 14px;
	width: auto;
	color: #666666;
}
.navx .nav_ul li a:hover {
	color: #c70065;
	background: none;
}
.navx .nav_ul li .thisclass {
	color: #c70065;
	background: none;
}
.navx .nav_ul li:last-child {
	background: no-repeat;
}
.navx ul li:last-child a {
	border-right: 0;
}
.nav ul li a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 27px;
	border-right: 0px solid #fff;
	color: #fff;
	font-size: 16px;
}
.nav ul li .kchover {
	background: url(../images/nav_bg1.png) no-repeat center bottom;
	color: #FFFFFF;
}
.nav1 ul li a {
	padding: 0;
	width: 100%;
	text-align: center;
}
.nav>ul>li:hover {
	background: #c70065;
}
.nav .nav_ul {
	background: #e8e8e8;
	width: 100%;
}
.nav .nav_ul li {
	background: url("../images/point_pic1.png") no-repeat right center;
}
.nav .nav_ul li a {
	padding: 0 30px;
	text-align: center;
	border: 0;
	font-size: 14px;
	font-weight: 800;
	width: auto;
	color: #666666;
}
.nav .nav_ul li a:hover {
	color: #c70065;
	background: none;
}
.nav .nav_ul li:last-child {
	background: no-repeat;
}
.nav ul li:last-child a {
	border-right: 0;
}
.footer {
	background: #2e2e2e;
	padding-top: 30px;
	padding-bottom: 75px!important;
}
.footer p {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	width: 100%;
	line-height: 1.7;
}
.footer a {
	color: #fff;
	font-size: 16px;
}
.footer ul {
	margin: 0;
	border-top: 1px solid #fff;
	margin-top: 10px;
}
.footer ul li {
	height: 100px;
	line-height: 100px;
	width: 33.3%;
	float: left;
}
.footer ul li:last-child a {
	border-right: 0;
}
.footer ul li a {
	display: inline-block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 25px;
	text-align: center;
}
.hdym img{opacity: 0.9;vertical-align: middle !important;}

