@charset "utf-8";
/* CSS Document */

/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }  /*让这些的标签内外边距都是0*/
fieldset, img {  border:none;  }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: '微软雅黑',"SimSun","宋体";}
select, input { vertical-align:middle;  /*  */ }
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
body { color:#3C3C3C;  font:12px/1.5 '微软雅黑', tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;  font-family: '微软雅黑',"SimSun","宋体";/* 设置全局的文字 颜色 字号  字体  */    /* 测试用的高度 */ }
a{color:#3C3C3C; text-decoration:none; }
img{vertical-align: middle;width: 100%;height:auto;}
/* 常用代码  */
.clearfix:after { content:""; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom:1; }

.wrap{ width:1190px; margin:0 auto; }
.fl{ float:left;}
.fr{ float:right;}
h1,h2,h3,h4,h5,h6{ color:#3C3C3C; font-weight:normal; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ color:#3C3C3C; }

.h{ color:#f40 !important; }
.bd{border: 1px solid #e8e8e8;}
em{font-style: normal;}
/*1. 自定义字体 */
@font-face {font-family: 'taobao';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/*2.调用*/
.tb-icon{ font-family:"taobao"; font-style:normal;}

/*版心*/
.container{position:relative;margin:0 auto;width:800px;padding:0 0px;}
.container0{position:relative;width:870px;margin:0 auto;}
.container00{position:relative;margin:0 auto;width:900px;padding:0 0px;}
.container01{position:relative;margin:0 auto;width:870px;padding:0 0px;}
.wrap{width: 1042px;height:auto;margin:0 auto;overflow: hidden;}
/*导航开始*/
.head{width:100%;height:60px;position:fixed;left:0; top:0;}
.header{width: 100%;height:60px;background: #005d97;border-bottom: 3px solid #f08200;position:relative;left:0; top:0;}
.logo{width: 88px;height:38px;overflow: hidden;padding-top: 12px;float: left;}
.nav{float: left;padding-left: 46px;padding-right: 56px;}
.nav ul li{padding:0 55px;line-height: 63px;color:#fff;font-size: 14px;float: left;}
.header-nav{width:100%;height:60px;}

/*页脚开始*/
.footer{width: 100%;height:392px;background: #f2f2f2;overflow: hidden;}
.footer-logo{overflow: hidden;text-align: center;}
.footer h2{display: inline-block;padding-top: 32px;}
.footerContent{height:auto;float: left;}
.footerChil{float: left;width: 146px;height:auto;}
.footerChil dt{font-size: 14px;color:#5a5a5a;padding-bottom: 10px;font-weight: bold;}
.footerChil dd{text-align: left;font-size: 12px;color:#b3b3b3;line-height: 20px;}
.area{float: right;}
.area{overflow: hidden;padding-top: 40px;    padding-right: 6%;}
.footerContent{overflow: hidden;padding-top: 40px;padding-left: 6%;}
.area_img{width: 230px;height: 115px;overflow: hidden;margin-top: 10px;}
.ppp{text-align: right;font-size: 12px;color:#5a5a5a;padding-top: 250px; padding-right: 43px;}
.isw{font-size:14px;margin-bottom:10px;}

/*hover*/
.footerChil dd:hover,.footerChil dt:hover{color:#135c95;}


/*导航条*/
.head{width: 100%;height:63px;z-index: 50000000;}
.head .header .nav ul li a{color:#fff;}
.head .header .nav ul .on a{color:#aaadb0;}
.head .Navigation{width: 100%;height:57px;display:none;position: absolute;left:0;top:63px;}
.Navigation{width: 100%;height:57px;background: #f6f6f6;text-align: center;/*display: none;*/z-index: 66;}
.Navigation ul li{display: inline-block;text-align: center;line-height: 57px;padding:0 27px;font-size: 14px;color:#5a5a5a;}
.Navigation ul .current a{color:#005d97;}
.Navigation ul li:hover{color:#005d97;}
.navigation_chil{width:100%;height:30px;text-align: center;position: relative;overflow: hidden;position: absolute;left:0; top:57px;}
.navigation_chil .chil{overflow: hidden;text-align: center;height:30px;font-size: 0;display: none;}

.navigation_chil .chil li{display: inline-block;background: #e9e9e9;text-align: center;line-height: 30px;color:#5a5a5a;font-size: 14px;vertical-align:middle;padding-left: 20px;padding-right: 20px;}
.navigation_chil .chil .current01{background: #919191;color:#fff;}
/*last*/
.last{padding:65px 0 70px 0;text-align: center;}
.last h4{font-size: 30px;color:#ababab;font-family: 'dincondensedcdincondensed', truetype;line-height: 28px;}
.last p{color:#5b5b5b;font-size: 14px;font-weight: bold;padding-top: 6px;}

/**/
.childAnLeft{
    animation:childAnLeft 0.8s  ease-out 0s  both;
    -moz-animation:childAnLeft 0.8s ease-out 0s  both;
    -webkit-animation:childAnLeft 0.8s  ease-out 0s  both;
    -o-animation:childAnLeft 0.8s  ease-out 0s  both;
}
@keyframes childAnLeft{
0%{opacity:0;transform: translateX(-220px);}
100%{opacity:1;transform:translateX(0px);}
}
@-moz-keyframes childAnLeft{
0%{opacity:0;-moz-transform: translateX(-220px);}
100%{opacity:1;-moz-transform:translateX(0px);}
}
@-webkit-keyframes childAnLeft {
0%{opacity:0;-webkit-transform: translateX(-220px);}
100%{opacity:1;-webkit-transform:translateX(0px);}
}
@-o-keyframes childAnLeft{
0%{opacity:0;-o-transform: translateX(-220px);}
100%{opacity:1;-o-transform:translateX(0px);}
}

.childAnRight{
    animation:childAnRight 0.8s  ease-out 0s  both;
    -moz-animation:childAnRight 0.8s ease-out 0s  both;
    -webkit-animation:childAnRight 0.8s  ease-out 0s  both;
    -o-animation:childAnRight 0.8s  ease-out 0s  both;
}
@keyframes childAnRight{
0%{opacity:0;transform: translateX(220px);}
100%{opacity:1;transform:translateX(0px);}
}
@-moz-keyframes childAnRight{
0%{opacity:0;-moz-transform: translateX(220px);}
100%{opacity:1;-moz-transform:translateX(0px);}
}
@-webkit-keyframes childAnRight {
0%{opacity:0;-webkit-transform: translateX(220px);}
100%{opacity:1;-webkit-transform:translateX(0px);}
}
@-o-keyframes childAnRight{
0%{opacity:0;-o-transform: translateX(220px);}
100%{opacity:1;-o-transform:translateX(0px);}
}




/*引入字体*/

@font-face {
    font-family: 'dincondensedcdincondensed';
    src: url('../dincondc-webfont.woff2') format('woff2'),
         url('../dincondc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}