﻿/*头部*/
html,body{overflow-x: hidden;background: #f0f0f0;}
.nav_wrap{position: fixed;top: 0;left: 0;z-index: 6666; width: 100%;height: 70px;background: #fff;box-shadow: 5px 0px 30px #e5ecf6;-ms-box-shadow: 5px 0px 30px #e5ecf6;}
.nav_wrap .nav_content{width: 1200px;height: 70px;font-size: 14px;}
.nav_content .left_menu{height: 70px;}
.nav_content .left_menu .nav_logo{padding-top: 15px;}
.nav_content .left_menu .munu1_wrap{padding-left: 17px;}
.nav_content .left_menu .munu1_wrap > li{float: left;margin-left: 40px;padding:0 3px; height: 70px;line-height: 70px;color: #666666;box-sizing: border-box;-ms-box-sizing: border-box;}
.nav_content .left_menu .munu1_wrap > li > a{display: block;width: 100%;height: 100%;color: #666666;}
.nav_content .left_menu .munu1_wrap > li:hover,.nav_content .left_menu .munu1_wrap > li.active{border-bottom: 3px solid #f55053;}
.nav_content .left_menu .munu1_wrap > li.active a,.nav_content .left_menu .munu1_wrap > li:hover a{color: #f55053;}
.nav_content .right_menu{padding-top: 20px; font-size: 0;}
.nav_content .right_menu .right_menu_btn{margin-left: 10px; display: inline-block;padding: 0 10px;height: 28px;line-height: 28px; border:1px solid #f55053;text-align: center;border-radius: 5px; font-size: 14px;color: #f55053;transition: .3s;-ms-transition: .3s;}
.nav_content .right_menu .right_menu_btn:hover{background: #f55053;color: #fff;}
.nav_content .right_menu .right_menu_btn_blue{border:1px solid #33b3ee;color: #33b3ee}
.nav_content .right_menu .right_menu_btn_blue:hover{background: #33b3ee;color: #fff;}
/*二级菜单*/
.menu2_wrap{position: fixed;top: 70px;left: 0; z-index: 6622; width: 100%;height: 0px;transition: .4s;-ms-transition: .4s;overflow:hidden;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0); background: rgba(255,255,255,.8);background: -ms-rgba(255,255,255,.8);background: -webkit-rgba(255,255,255,.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);}
.menu2_wrap_content{width: 1200px;height: 360px;}
.menu2_wrap_content .menu2_link{position: relative; float: left;margin:40px 40px 0 0; width: 270px;height: 120px;padding-top: 20px;text-align: center; box-sizing: border-box;-ms-box-sizing: border-box;}
.menu2_wrap_content .menu2_link1{background: url(../images/menu2_link1.png) no-repeat;padding-top: 23px;}
.menu2_wrap_content .menu2_link2{background: url(../images/menu2_link2.png) no-repeat;}
.menu2_wrap_content .menu2_link3{background: url(../images/menu2_link3.png) no-repeat;padding-top: 22px;}
.menu2_wrap_content .menu2_link4{background: url(../images/menu2_link4.png) no-repeat;padding-top: 21px;}
.menu2_wrap_content .menu2_link5{background: url(../images/menu2_link5.png) no-repeat;}
.menu2_wrap_content .menu2_link6{background: url(../images/menu2_link6.png) no-repeat;}
.menu2_wrap_content .menu2_link7{background: url(../images/menu2_link7.png) no-repeat;}
.menu2_wrap_content .menu2_link8{background: url(../images/menu2_link8.png) no-repeat;padding-top: 26px;}
.menu2_wrap_content .menu2_link .menu2_scale{position: relative;z-index: 15;opacity: 0;-ms-opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0); transform: scale(2);-ms-transform: scale(2);-webkit-transform: scale(2);-moz-transform: scale(2);transition: .2s;-ms-transition: .2s;-webkit-transition: .2s;transition-delay: .1s;-ms-transition-delay: .1s;-webkit-transition-delay: .1s;}
.menu2_wrap_content .menu2_link .menu2_text{position: absolute;bottom: 0; width: 100%;height: 32px;line-height: 32px;color: #fff; background: rgba(0,0,0,.5);background: -ms-rgba(0,0,0,.5);text-align: center;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000,endColorstr=#7F000);}
.menu2_wrap_content .menu2_link .menu2_icon{position: absolute;left: 0;right: 0;bottom: 32px;width: 100%;z-index: 5; text-align: center; height: 0px; margin-left: auto;margin-right: auto;transition: .2s;-ms-transition: .2s;-webkit-transition: .2s;-webkit-box-sizing: border-box;box-sizing: border-box;-ms-box-sizing: border-box;background: -ms-rgba(0,0,0,.5);background: -webkit-rgba(0,0,0,.5);background: rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000,endColorstr=#7F000);}
.menu2_wrap_content .menu2_link:hover .menu2_scale{opacity: 1;-ms-opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;filter: alpha(opacity=100);transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1);}
.menu2_wrap_content .menu2_link:hover .menu2_icon{height: 88px;}
.twoMenu:hover .menu2_wrap{height: 360px;opacity: 1;-moz-opacity: 1;-webkit-opacity: 1;filter: alpha(opacity=100);}
/*底部*/
 #footer{background:#fff; padding:50px 0; clear:both;}
 .footerdimension{width:1200px; margin:0 auto; clear:both;}
.footertopLeft{float:left;}
.footertopLeft ul{float:left; text-align:left; margin-right:60px;}
.footerUser{font-size:20px; color:#999999; margin-bottom:22px;}
.footerMenu{line-height:25px;}
.footerMenu a{font-size:14px; color:#666;}
.footertopRight{float:right;}
.footertopRight ul{float:left; margin-left:12px; text-align:right;}
.footerPhone{font-size:16px; color:#333; border:#f9450a solid 1px; border-radius:50px; width:180px; height:40px; line-height:40px; text-align:center;}
.footerPhone img{vertical-align:middle; margin-right:10px;}
.footerConnection{font-size:16px; color:#666; margin-right:20px; margin-top:10px;}
.footerbottom{clear:both; border-top:#e0e0e0 solid 1px; margin-top:30px; padding-top:20px;}
.footerbottomLeft{float:left;}
.footerbottomLeft li{font-size:12px; color:#999999; line-height:18px;margin-bottom: 8px;}
.footerbottomRight{float:right;position: relative;}
.footerbottomRight a{display: inline-block;width: 90px;height: 32px;background: #000;opacity: 0;position: absolute;left:0;top:0}
.footerbottomRight .footer-logo-one{left:0;top:0}
.footerbottomRight .footer-logo-two{left:97px;top:0}
.footerbottomRight .footer-logo-three{left:194px;top:0}
.footerMenu a:hover{color: #f55053;}