﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#333; font-size:14px; font-family:"Helvetica";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:12px;}
.nodispaly{ display:none}
.line{line-height:50px;}
.lineer{line-height:40px;}
.FK{color: #999;}
.F14{font-size: 14px;}
.Fl{float: left;}
.Fr{float: right;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#000; text-decoration:none;}
a:hover {color:#ff0000; text-decoration:underline; }
.layout{max-width: 1200px;margin:0 auto;}
html, body{position: relative;height: 100%;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}


@font-face {
	font-family: 'Conv_BebasNeue-Regular';
	src: url('../fonts/BebasNeue.eot');
	src: local('☺'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype'), url('../fonts/BebasNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.header{background: #FFF;padding:0 12%;height: 100px;position: fixed;left: 0px;top: 0px;right: 0px;z-index: 1000;box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.header h1{width: 121px;float: left;padding-top: 18px;}
.header h1 img{width: 100%;}
.header .nav{float: right;margin-right:120px;}
.header .nav ul{}
.header .nav li{float: left;position: relative;padding:0 20px;}
.header .nav li p{line-height: 100px;font-size: 18px;}
.header .nav li p a{display: block;}
.header .nav li p a:hover{color: #ff0000;display: block;text-decoration: none;}
.header .nav li p a.current{color: #ff0000;}
.header .nav li dl{position: absolute;left: 0px;top: 100px;width: 100%;background: #FFF;visibility: hidden;transition: all 0.5s ease-in-out;opacity: 0;text-align: center;}
.header .nav li:hover dl{visibility: visible;opacity: 1;}
.header .nav li dd{line-height: 40px;}
.header .nav li dd a{display: block;transition: all 0.5s ease-in-out;}
.header .nav li dd a:hover{display: block;text-decoration: none;background: #ff0000;color: #FFF;}
.yuyan{position:absolute;right:12%;top:0px;line-height:100px;}
.yuyan a:hover{text-decoration:none;}
.yuyan a.current{color:#ff0000;}


.foot{background: #333;}
.foot .foot_t{padding:50px 12%;}
.foot .left{float: left;width: 70%;}
.foot .left dl{float: left;width: 25%;}
.foot .left dt{font-size: 18px;color: #FFF;margin-bottom: 20px;}
.foot .left dd{line-height: 30px;font-size: 14px;}
.foot .left dd a{color: #FFF;transition: all 0.3s;opacity: 0.5;}
.foot .left dd a:hover{color: #FFF;text-decoration: none;opacity: 1;}
.foot .subnav_foot{display: none;}
.foot .subnav_foot li span{float: right;}
.foot .subnav_foot li .border.active{background: url(../images/pic36.png) no-repeat right center;background-size: 12px;}
.foot .subnav_foot li .border{ line-height: 40px; font-size:14px; border-bottom:1px solid #444;background: url(../images/pic35.png) no-repeat right center;background-size: 12px;color: #FFF;}
.foot .subnav_foot li .border i{float: right;font-size: 12px;transition: all 0.3s;color: #929292;}
.foot .subnav_foot li .border.active i{transform: rotate(-180deg);}
.foot .subnav_foot li .con_er{ display:none; line-height:24px; padding:0 15px; background:#444;}
.foot .subnav_foot li .con_er dd{line-height: 30px;border-bottom: 1px solid #555;font-size: 12px;}
.foot .subnav_foot li .con_er dd:last-child{border-bottom: none;}
.foot .subnav_foot li .con_er dd a{display: block;color: #FFF;opacity: 0.5;}
.foot .subnav_foot li .con_er dd a:hover{display: block;text-decoration: none;color: #FFF;opacity: 1;}

.foot .right{float: right;width: 30%;}
.foot .right .txt{margin-bottom: 20px;}
.foot .right h2{font-size: 18px;color: #FFF;}
.foot .right p{line-height: 30px;color: #FFF;opacity: 0.5;font-size: 14px;}
.foot .right ul{margin-top: 10px;}
.foot .right li{float: left;width: 50px;height: 50px;line-height: 50px;text-align: center;background: #ff0000;margin-right: 10px;}
.foot .right li a{color: #FFF;display: block;}
.foot .right li a:hover{color: #FFF;display: block;text-decoration: none;}
.foot .right li i{font-size: 20px;}
.foot .copyright{text-align: center;color: #FFF;background: #222;padding:20px 0;font-size: 14px;}