@charset "utf-8";

/*电脑导航*/
.header{height: 120px;}
.header .logo{float: left; width: 500px; margin-top: 20px;}
.header .logo img{max-width: 100%;}		
.header .tel{float: right; margin-top: 32px;}
.header .tel i{float: left; width: 56px;}
.header .tel i img{max-width: 100%;}		
.header .tel .text{float: left; width: 275px; margin-left: 10px;}
.header .tel .text p{line-height: 28px; font-weight: bold; font-size: 15px;}

.navbg{ background: #2756cc; height: 60px;}		
.nav{}
.nav ul{margin: 0;}
.nav ul li{float: left;position: relative;font-size: 16px;text-align: center;  line-height:60px; width: 150px;}
.nav ul li a{display: block;color: #FFF;}
.nav ul li.active a{color: #FFF; background: #dc0110;}
.nav ul li:hover a{color: #FFF; background: #dc0110;}
.nav ul li .subnav{box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width:150px;z-index: 199;}
.nav ul li .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#dc0110,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav ul li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav ul li .subnav a{color: #666;display: block;font-size: 14px;line-height: 40px;height: 40px;width: 100%;background: #fff; border-radius: 0;}
.nav ul li .subnav a:hover{color: #FFF;background: #dc0110;border-radius: 0;}

/*底部版权*/
footer{overflow: hidden; background: #202124;padding: 50px 0;}
.footer-logo{width: 400px;}
.footer-logo img{max-width: 100%;}
.footer-logo .text{overflow: hidden; margin: 20px 0;}
.footer-logo .text span{ font-size: 26px;color: #ccc;}
.footer-logo .text em{ display: block; font-size: 12px; text-transform: uppercase; color: #999;}

.footer-lx{width: 400px;}
.footer-lx span{display: block; font-size: 22px; color: #ccc;line-height: 30px;margin-bottom: 10px;}
.footer-lx p{ display: block; font-size: 12px; text-transform: uppercase; color: #999;}

.footer-ewm{ width: 330px; border-left: 1px solid #444; border-right: 1px solid #444;  margin: 0 30px; padding: 0 10px 0 40px;}
.footer-ewm dd{float: left; width: 50%; text-align: center;}
.footer-ewm dd img{ width: 120px; background: #FFF; padding: 5px;}
.footer-ewm dd span{float: left; font-size: 30px;color: #ccc; text-align: left; margin-top: 20px;}
.footer-ewm dd span b{display: block; font-size: 22px; line-height: 24px; font-weight: normal; margin-top: 10px;text-align: left;}


.copy{padding: 15px 0; text-align: center; background: #202124;  color: #ccc;}
.copy a{color: #ccc;}


/*分页*/
.pagination-wrapper{ margin: 50px 0;text-align: center;} 
.pagination{} 
.pagination li{display: inline-block;vertical-align: top;}
.pagination li a,.pagination li span{ display: inline-block;height: 32px; line-height: 32px; margin-right: 8px; padding: 0 12px; font-size: 14px; border: 1px solid #dfdfdf; color: #999; border-radius: 4px;background: #f7f7f7;} 
.pagination li:last-child{margin-right: 0;}
.pagination li a:hover{ background:#ec151f; color:#fff; border-color: #ec151f;} 
.pagination li.active a,.pagination li.active span { background: #ec151f; color: #fff;border-color: #ec151f;display: block;} 
.pagination .pageinfo{display: inline-block;height: 32px; line-height: 32px; padding: 0 12px; font-size: 14px; border: 1px solid #555555; color: #555555; }
/*分页*/


