/* .header{background-color:#f5f5f5;} */

.header-box{position:fixed;top:0;left:0;width:100%;z-index:999;background-color:#fff;}







.header_logo_box{width:1200px;margin:auto;padding:10px 0;overflow: hidden;}

.header_logo{float: left;overflow:hidden;}

.header_logo img{float:left;max-height:50px;max-width: 340px;object-fit: cover;}

.header_logo .header_logo_txt{float:left;padding:0 20px;border-right:1px dashed #ddd;}

.header_logo .header_logo_txt p{padding-top:10px;color:#aaa;font-size:14px;}



.header_idea{float:left;padding:0 20px;text-align:center;}

.header_idea h3{font-weight:normal;color:#4a4a4a;}

.header_idea p{padding-top:15px;color:#aaa;font-size:14px;}



.header_contact{float:right;text-align: right;}

.header_contact span{display:block;font-size:18px;color:gray;}

.header_contact p{font-size:30px;color:orange;}



.header_menu{height:68px;background:url(../images/menu.gif) center top;}

.header_menu_box{width:1200px;margin:auto;}

.header_menu_box>ul{width:100%;height:100%;}

.clear{clear: both;}

.header_menu_box>ul>li{float:left;line-height:68px;width:150px;height:100%;position: relative;}

.header_menu_box>ul>li a{width:100%;height:100%;color:#fff;text-align: center;display:block;font-size:16px;}

.header_menu_box>ul>li.bgc{background:url(../images/menu.png) no-repeat top center;}

.header_menu_box>ul>li:hover .con-menu{display: block; }

.con-menu{width: 150px !important;position: absolute;top: 68px;left: 0px;background-color: rgba(0, 0, 0, 0.5);display: none;}

.con-menu>li{width: 100%;height: 50px;}
.con-menu>li:hover{background: #d26969;}

.con-menu>li>a{display: block;height: 50;line-height: 50px;text-align: center;color: #fff !important;}



.device {width:100%;height:500px;position: relative;}

.device .arrow-left {background: url(../images/arrows.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px;z-index: 99;}

.device .arrow-right {background: url(../images/arrows.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px;z-index: 99;}

.swiper-container {height:500px;width:100%;}

.swiper-slide img{height:100%;width:100%;}

.pagination {position: absolute;left: 0;text-align: center;bottom:5px;width: 100%;z-index: 99;}

.swiper-pagination-switch {display: inline-block;width: 10px;height: 10px;border-radius: 10px;background: #999;box-shadow: 0px 1px 2px #555 inset;margin: 0 3px;cursor: pointer;}

.swiper-active-switch{background: #fff;}

.banner{margin-top:138px;}

.banner_pop{position:absolute;left: 0;top:0px;z-index:99;width:1200px;right:0;margin:auto;text-align:center;margin-top:110px}

.banner_pop h1{color:#fff;font-size:40px;letter-spacing:2px;}

.banner_pop  p{color:#fff;font-size:26px;padding:15px 0;}

.banner_pop a{padding:12px 35px;display:inline-block;margin:90px 40px 0;transition:all 0.3s;border-radius:4px;font-size:16px;}

.banner_pop_a1{border:1px solid #E25B5B;color:#E25B5B;}

.banner_pop_a2{border:1px solid #6797D0;color:#6797D0;}

.banner_pop_a1{background-color:#E25B5B;color:#fff;}

.banner_pop_a2{background-color:#6797D0;color:#fff;}

.phone_header_right{display:none}

.phone_header_menu{display:none}

img{

    object-fit: cover;

}

@media screen and ( max-width:500px ){

    .header{width:100%;background-color:#fff;position:relative;}

    .header .header_logo_box{width:90%;margin:auto;display: flex;height:50px;justify-content:space-between;align-items: center;padding:0;}

    .header .header_logo{display:flex;}

    .header_logo img{max-width: 220px;max-height:30px;}

    .header_logo_txt{border-right:none !important;display:flex;flex-direction:column;display: none;justify-content: space-between;padding-left:5px !important;}

    .header_logo_txt h2{font-size:14px;}

    .header_logo_txt p{font-size:12px !important;}

    .header_logo .header_logo_txt p{padding-top:0;}

    .header .header_idea{display:none !important;}

    .header_contact{display:none;}

    .fixcontact{

        display: none;

    }

    .phone_header_right{width:30px;height:30px;display:block !important;}

    .phone_header_menu{position:absolute;width:100%;background-color:#383B43;z-index:999;}

    .phone_header_menu ul{width:85%;margin:auto;}

    .phone_header_menu ul li a{display:flex;color:#fff;padding:10px 0;font-size:14px;justify-content:space-between;align-items:center;}

    .phone_header_menu ul li a img{width:15px;height:15px;}

    .header_menu{display:none;}

    .device{height:200px;overflow: hidden;}

    .swiper-container{height:200px;}

    .banner{margin-top:50px;}

    .banner_pop{width:80%;top:25%;margin-top:0px;}

    .banner_pop h1{font-size:16px;}

    .banner_pop p{font-size:14px;padding:5px 0;}

    .banner_pop a{padding: 6px 10px;margin: 6px 10px 0;font-size: 12px;}

}