/*body {
    min-width: 1200px;
}*/
a {
    color: #484848;
    outline:none;
}
input::-webkit-input-placeholder {
    color:    #c7c7c7;
}
input:-moz-placeholder {
    color:    #c7c7c7;
}
.container {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}
.red {
    color: #df063e;
}

/*����*/
.search {
    margin-bottom: 22px;
    overflow: hidden;
}
.search_box {
    width: 310px;
    height: 30px;
    border: 1px solid #C3C3C3;
    margin-top: 7px;
    border-radius: 5px;
    background: #fff;
}
.search_box input[type="text"] {
    width: 266px;
    height: 30px;
    line-height: 30px;
    border: 0;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 5px;
    border-right: 1px solid #c3c3c3;
}
.search_box input[type="submit"] {
    width: 38px;
    display: inline-block;
    height: 30px;
    border: 0;
    background: url(/en/img/search.png) no-repeat center;
}

/*导航*/
.nav {
    /*float: right;*/
   margin-top: 10px;
}
.nav_list {
    /*height: 31px;*/
}
.nav_list > li {
    float: left;
    margin: 0 15px;
    position: relative;
}
.nav_list > li > a {
    font-size: 18px;
    font-family: "SimHei";
    font-weight: 700;
    display: inline-block;
    padding-bottom: 6px;
}
.nav_list > li > a:hover {
    color: #DE083E;
    text-decoration: none;
}
.nav_list > li > .active {
    color: #DE083E;
}
.nav2_list {
    position: absolute;
    display: none;
    left: 0px;
    +top: 30px;
}
.nav2_list > li {
    text-align: center;
    width: 156px;
    background: #dd0013;
    border-top: 2px solid #910004;
    opacity: 0.8;
    margin: 0;
}
.nav2_list > li > a {
    width: 146px;
    color: #FFF;
    padding: 10px 5px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    opacity: 1;
}
.nav2_list > li > a:hover {
    background: #910004;
}

/*�ֲ�ͼ*/
.banner {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.banner_list {
    height: 600px;
    overflow: hidden;
    width: 100%;
}
.banner_list li {
    height: 600px;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
}
.banner_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.slide_list {
    overflow: hidden;
    position: absolute;
    z-index: 3;
    left:50% ;
    bottom: 32px;
    margin-left: -50px;
}
.slide_list li {
    width: 16px;
    height: 16px;
    background: url(/en/img/slide.png) no-repeat -16px 0px;
    margin-left: 17px;
    margin-right: 17px;
    float: left;
    cursor: pointer;
}
.slide_list li.active {
    background: url(/en/img/slide.png);
}

.top {
    height: 44px;
    background: #F8F8F8;
    border-bottom: 1px solid #d6d6d6;
    min-width: 1120px;
    position: relative;
    z-index: 299;
}
.top .del {
    height: 44px;
    background: url(/en/img/del.png) no-repeat;
    padding-left: 30px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    color: #484848;
}
.top .del span {
    color: #df063e;
    font-size: 16px;
    font-weight: 700;
}
.top .right span {
    color: #c3c3c3;
    padding:0 5px;
}
.top .right a,
.top .right span {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-family: '����';
    margin-top: 7px;
}
.top .right a.wechat_icon{
    background: url(/en/img/wechat.png) no-repeat 0 center;
    padding-left: 28px;
}
.top .right a.sina_icon{
    background: url(/en/img/sina.png) no-repeat 0 center;
    padding-left: 28px;
}
.top .right {
    height: 44px;
}
.top a:hover {
    color: #888;
}

.wechat {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(/en/img/winxin.png);
    margin-left: 10px;
    cursor: pointer;
}
.wechat_box{
    width: 120px;
    height: 120px;
    background: url(/en/img/winxin_big.png);
    background-size: 120px 120px;
    position: absolute;
    z-index: 199;
    top: -250px;
    right: 0px;
}
.header {
    padding-top: 5px;
    border-bottom: 5px solid #C7100A;
    min-width: 1120px;
    position: relative;
    z-index: 99;
}
.main {
    background: #e4e2e3;
    overflow: hidden;
    min-width: 1120px;
    z-index: 0;
}
/*footer*/
/*.footer {
    padding: 30px 0;
    background: #434343;
    padding-bottom: 76px;
    min-width: 1120px;
}
.foot_logo,
.foot_contact,
.foot_other {
    padding: 15px 30px;
    float: left;
    height: 120px;
}
.foot_logo .logo {
    width: 70px;
    height: 70px;
    background: url(/en/img/logo1.png);
    margin-left: 45px;
    margin-top:30px ;
    margin-right: 45px;
}
.foot_contact {
    border-left: 1px solid #A4A2A3;
    border-right: 1px solid #A4A2A3;
}
.foot_contact div {
    color: #FFF;
    line-height: 40px;
    padding-left: 40px;
}
.foot_contact .address {
    background: url(/en/img/foot_icon.png) no-repeat;
}
.foot_contact .tel {
    background: url(/en/img/foot_icon.png) no-repeat 0 -40px;
}
.foot_contact .email {
    background: url(/en/img/foot_icon.png) no-repeat 0 -80px;
}
.foot_contact span a{
    color: #FFF;
    line-height: 18px;
}
.foot_other .link {
    height: 65px;
    line-height: 40px;
}
.foot_other .link a {
    color: #FFF;
    margin-right: 10px;
}
.foot_other p {
    color: #FFF;
    line-height: 24px;
}
.foot_other p a{
    color: #FFF;
    line-height: 24px;
}
.footer .del {
    margin-right: 40px;
}
.footer a:hover {
    color: #ccc;
}*/
/*底部*/
.footer {
    /*padding: 30px 0;*/
    /*background: #434343;*/
    background: #a40000;
    /*padding-bottom: 76px;*/
    min-width: 1120px;
}
.foot_logo{
	padding: 0 22px;
	float: left;
	padding-bottom: 14px;
}
.foot_contact{
	/*padding: 0 22px;*/
	padding: 0 22px 0 21px;
	float: left;
	padding-bottom: 14px;
}
.foot_other {
	padding-left: 10px;
	float: left;
	padding-bottom: 14px;
}
.foot_logo .logo {
    width: 72px;
    height: 70px;
    background: url(/en/img/logo3.png);
    margin-left: 55px;
    margin-top:25px ;
    margin-right: 40px;
}
.foot_contact {
    
    /*padding-top: 18px;*/
padding-top: 30px;
}
.footpadd{
	height: 86px;
	border-left: 1px solid #A4A2A3;
    border-right: 1px solid #A4A2A3;
}
.foot_contact div {
    color: #FFF;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 60px;
display: inline-block;
}
.foot_contact .address {
    background: url(/en/img/foot_icon.png) no-repeat -4px -5px;
}
.foot_contact .tel {
    background: url(/en/img/foot_icon.png) no-repeat -4px -45px;
}
.foot_contact .email {
    background: url(/en/img/foot_icon.png) no-repeat -4px -85px;
}
.foot_contact span a{
    color: #FFF;
    line-height: 18px;
}
.foot_other .link {
	padding-top: 20px;
    line-height: 30px;
}
.foot_other .link a {
    color: #FFF;
    margin-right: 10px;
}
.foot_other p {
    color: #FFF;
    line-height: 29px;
}
.foot_other p a{
    color: #FFF;
    line-height: 24px;
}
.footer .del {
    margin-right: 25px;
}
.footer a:hover {
    color: #ccc;
}

/*二级通用样式*/
.current-location{
	float: right;
    font-size: 12px;
    line-height: 36px;
}
.content-top{
	margin-top: 22px;
}
.sidebar{
	float: left;
	width: 250px;
	
}
.about{
	background: url(/en/img/topbg.png) no-repeat;
	width: 250px;
	height: 88px;
	line-height: 88px;
	font-size: 25px;
	color: #fff;
	font-family: "microsoft yahei";
	font-weight: bold;
	text-align: center;
	padding-bottom: 22px;
}
.about-side{
	background: #cc3333;
	width: 250px;
	height: auto;
	padding-top: 22px;
	padding-bottom: 2px;
}
.about-side li{
	box-sizing: border-box;
	padding: 0 12px;
    height: 52px;
    position: relative;
}
.about-side li a{
	display: block;
	line-height: 50px;
	/*height: 50px;*/
	position: relative;
	color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
}
.page input {
    width: 15px;
    height: 18px;
    text-align: center;
}

.aboutlast a{
	border: none !important;
}
.about-side li a span{
	font-size: 16px;
	vertical-align: middle;
}
.about-side li a:hover{
	color: #000;
}
.curren span{
	color: #000;
}

.curren-choice{
	background: #ff6666;
}
.curren-choice a{
	border-top: none !important;
}
.curren-choice a{
	color: #000;
}
.curren-choice a{
	color: #fff;
	border: none !important;
}
.curren-list{
	background: #ff6666;
	position: relative;
}
.curren-list li a{
	position: absolute;
	font-size: 15px;
	border: none;
}
/*。。。。*/
.about-side1{
	background: #cc3333;
	width: 250px;
	height: auto;
	padding-top: 36px;
}
.about-side1 li{
	box-sizing: border-box;
	padding: 0 12px;
    height: 68px;
    position: relative;
}
.about-side1 li a{
	display: block;
	/*line-height: 50px;*/
	height: 55px;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
}
.about-side1 li a span{
	font-size: 16px;
	vertical-align: middle;
}
.about-side1 li a:hover{
	color: #000;
}


/*侧边栏二级*/
.about-ment{
	width: 188px;
	height: 162px;
	background: #DDE3E6;
	display: block;
	margin-top: -4px;
	margin-bottom: 5px;
}
.about-ment ul{
	padding-top: 5px;
}
.about-ment li{
	background: #DDE3E6;
	line-height: 55px;
}
.about-ment li a{
	font-size: 14px;
}
.about-ment li a:hover{
	color: #FF0000;
}


/*右侧*/
.principal{
	float: right;
	width: 848px;
	background: #fff;
	margin-bottom: 35px;
}
.major{
	width: 804px;
	margin: 0 auto;
	padding-top: 20px;
}
.toptitle{
	border-bottom: 1px solid #CC3333;
	height: 27px;
}
.toptitle span{
	padding-bottom: 2px;
	font-size: 18px;
	border-bottom: 3px solid #CC3333;
}

/*二级完整区域*/
.principal-all{
	background: #fff;
	width: 1120px;
	margin-bottom: 35px;
}
.major-all{
	width: 1076px;
	margin: 0 auto;
	padding-top: 20px;
}
/*换页通用代码*/
.page {
    height: 20px;
    text-align: center;
    padding: 65px 0 85px 0;
}
.page a {
    padding: 3px 6px;
    border: 1px solid #ccc;
    margin-left: 7px;
}
.page a:hover{
	color: #fff;
	background: #cc0000;
	border-color: #cc0000;
}
.page span {
    margin-left: 7px;
}
.pageactive {
    color: #fff;
    background: #cc0000;
    border-color: #cc0000;
    width: 25px !important;
    height: 25px !important;
}
.pagecurr {
    color: #fff;
    background: #cc0000;
    border-color: #cc0000;
}
