@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei, Pingfang SC, Helvetica, Arial, "Times New Roman";
}
/*全局字体样式*/
body{ font-size:14px; font-family:"微软雅黑", Arial, Helvetica, sans-serif; color:#333333;}
/*全局链接样式*/
a{color:#333;text-decoration:none;}
a:hover{color:#ff6600;/*text-decoration:underline;*/}
/*全局表格样式*/
table{border-collapse:collapse;border-spacing:0;}
td,th{border:1px solid #dddddd;padding:8px;text-align:left;}
/*全局列表样式*/
ul,ol{list-style-type:none;margin:0;padding:0;}
h1,h2,h3{ margin:auto;}
/*全局布局样式*/
.container{max-width:1200px;margin:0 auto;padding:20px;}
/*全局按钮样式*/
button, input[type=submit]{padding:5px 10px;font-size:14px;color:#ffffff;background-color:#0066cc;border:none;border-radius:3px;}
button:hover, input[type=submit]:hover{background-color:#ff6600;cursor:pointer;}

i{font-style: normal;}


.top{display: flow-root; width: 1200px; height: auto; margin: 20px auto;}
.top .logo{ float: left; width:500px; height: 62px;}
.top .logo img{ float: left; width: 65px;}
.top .logo .logo_text{ float: left; width: 300px; height: 62px; border-left: 1px solid #333; margin-left: 20px; padding-left: 20px; font-size: 18px;}
.top .logo .logo_text span{ float: left; width: 100%; margin-top: 5px; font-weight: bold;}
.top .logo .logo_text span:nth-child(2){ font-size: 16px; margin-top: 7px;}
.top .logo .logo_text span i{ width: 0.5px; height: 24px;margin: 0 5px; border-left: 1px solid #333;}

.top .contact{ float: right; width: 230px; background: url("../images/nav-contact.png") no-repeat center left; padding-left: 40px;}
.top .contact span{ float: left; width: 100%;}
.top .contact span:nth-child(1){ font-size: 14px;}
.top .contact span:nth-child(2){ font-size: 30px; color: #f80301;}

.nav{display: flex; width: 100%; background: #222;}
.nav .ul-list{ width: 1200px; height: 50px; margin: 0 auto; line-height: 50px;}
.nav .ul-list > li{ float: left; width: 130px; text-align: center; font-size: 16px;flex: 1;position: relative;}
.nav .ul-list > li > a{display: flex;align-items: center;justify-content: center;font-size: 14px;text-decoration: none;color: #fff;}
.nav .ul-list > li:hover,.nav .ul-list .lia{ background: #067dfd;}
.nav .ol-list {display: none;position: absolute;top: 50px;left: 0;z-index: 999;background: #333;width: 100%;}
.nav .ul-list > li:last-child {border-right: none;}
.nav .ul-list > li:hover .ol-list {display: block;}
.nav .ol-list > li > a {font-size: 14px;text-decoration: none;color: #fff;height: 35px;display: flex;align-items: center;justify-content: center;}
.nav .ol-list > li > a:hover {background: #067dfd;}
.mian{display: flow-root;  width:1200px; margin: 0 auto; margin-bottom: 20px;}

.slide{ float: left; width: 100%; height: 280px; overflow: hidden; background: url("../images/b1.jpg") center no-repeat;}
.slide span{ float: left; width: 100%; text-align: center; line-height: 280px; color: #fff; font-size: 35px;letter-spacing:10px;}

.fade-up{ float: left; width: 100%; height: 50px; line-height: 50px;border-bottom: 1px solid #dedede; margin-bottom: 50px;}
.fade-up .crumb{ float: left;}
.fade-up .crumb .icon{ float: left; width: 12px; height: 12px; margin-top: 19px; margin-right: 6px; background: url("../images/icon.png") no-repeat; vertical-align:middle;}
.fade-up .crumb a{ color:#363636; padding: 0 5px;}
.fade-up .fade-nav{ float: right;}
.fade-up .fade-nav li{ float: left; height: 50px; line-height: 50px; margin-left: 30px; text-align: center;}
.fade-up .fade-nav li:hover a,.fade-up .fade-nav .li a{ float: left;color: #067dfd;height: 49px; border-bottom: 2px solid #067dfd;}




/**
分页
*/
.text-c{ float: left; width: 100%; font-size: 14px; text-align: center; margin: 80px 0 40px 0;}
.text-c a{ display: inline-block; margin: 0px 2px; background: #f5f5f5;padding: 1px 9px; color: #acacac;}
.text-c span{ display: inline-block; color: #fff; margin: 0px 2px; background: #067df9;padding: 1px 9px;}



.bnav{ float: left; width: 100%;  height: 76px; line-height: 76px; background: #067df9;}
.bnav li{ float: left; width: 133px; text-align: center; font-size: 16px; font-weight: 400;}
.bnav li a{ color: #fff;}
.bottom{ float: left; width: 100%; height: 290px; background: #6a6b7d;}
.bottom .logo{ float: left; width: 200px; margin-top: 45px;}
.bottom .logo img{ float: left; width: 100%;}
.bottom .tlx{ float: left; width: 300px; margin-top: 45px; margin-left: 60px; padding-left: 40px; border-left: 1px solid #7f8190;}
.bottom .tlx span{ float: left; width: 100%; color: #fff; font-size: 16px; line-height: 34px;}
.bottom .rwm{ float: right; margin-top: 48px; width: 465px; padding-left: 40px; border-left: 1px solid #7f8190;}
.bottom .rwm li{ float: left; margin-left: 20px; width: 135px;}
.bottom .rwm li img{ display: block; width: 100%; height: 132px;}
.bottom .rwm li span{ display: block; width: 100%; height: 46px; color: #b3b2b2; text-align: center;font-size: 16px; line-height: 46px;}
.tail{ float: left; width: 100%; height: 70px; line-height: 70px; color: #333; font-size: 16px; text-align: center;}
.tail a{ color: #333;}




