﻿/* Increase mobile logo size */
.phone_nav .top .a img{
    height:54px !important;
    width:auto;
    margin-left:18px;
    margin-top:-20px;
}
@charset "utf-8";
/* CSS Document */
.phone_nav{display:none;}

@media screen and (max-width:1200px){
	body{ -webkit-tap-highlight-color:rgba(0,0,0,0);}
	.phone_nav{display: block;}
	.header{display: none;}	.body_on{overflow:hidden; }
	
	/*头部*/
	.phone_nav .top{ background: #fff; height: 70px; position:relative; left: 0; top: 0; width: 100%; box-sizing: border-box; padding: 0 10px; z-index:9999;}
	.phone_nav .top .a{float: left; height: 30px; margin: 20px 0 0;}
	.phone_nav .top .a img{height:100%;}
	.phone_nav .top .but{ float:right; width: 25px; height: 25px; margin:20px 0 0; display: block;}	
	.phone_nav .top .but i{width:100%; height: 2px; margin-top: 15px; background: #cc0000; display: block; position: relative; transition: 0.4s;}
	.phone_nav .top .but i:before,
	.phone_nav .top .but i:after{content:""; position:absolute; left:0; top:0; display:block; width:100%; height:2px; background: #cc0000; transition: 0.4s;}
	.phone_nav .top .but i:before{ margin-top: -7px;}
	.phone_nav .top .but i:after{ margin-top: 7px;}
	
	/*背景*/
	.phone_nav .box{ width:100%; height: 100%; background:rgba(0,0,0,0.9); position: fixed; left: 0; top: 0; z-index: 9998; transform: translateX(100%); transition: 0.7s; }
	.phone_nav .box_con{ margin:70px 0px 0px 20px; overflow-x: hidden;}
	
	/*列表*/
	.phone_nav .box_con ul{ padding-bottom:20px;}
	.phone_nav .box_con li{ border-bottom: 1px solid rgba(225,225,225,0.3); padding: 15px 0px; position: relative;}
	.phone_nav .box_con li a{color:#fff; font-size: 14px;}
	.phone_nav .box_con li:last-child{border-bottom: 0; }
	.phone_nav .box_con ol{display: none; margin-top: 10px;}
	.phone_nav .box_con .a_zk{position:absolute; right:10px; top:14px; width: 20px; height: 20px; transition:0.4s;  transform: rotate(-90deg);
	background: url(../images/ico_nav.png) right no-repeat;}
	.phone_nav .box_con .a_zk_on{transform: rotate(0deg); background: url(../images/ico_nav2.png) right no-repeat;}
	
	.phone_nav .box_con .li_on > a{ color:#c90915;}
	.phone_nav .box_con .li_on ol{ border-top:1px solid #c90915; padding-left:20px;}
	.phone_nav .box_con .li_on ol li{ border-bottom:1px solid rgba(255,255,255,0.1);}
	.phone_nav .box_con .li_on ol li:last-child{border-bottom: 0; }
	
	/*打开样式*/
	.phone_on .top .but i:before{ transform: rotate(45deg); margin: 0;}
	.phone_on .top .but i:after{ transform: rotate(-45deg); margin: 0;}
	.phone_on .top .but i{ background:none;}
	.phone_on .box{transform: translateX(0%); }
	
	/*语言*/
	.phone_nav .yuy{ padding-right:20px; clear:both; overflow:hidden; margin:30px 0 20px;}
	.phone_nav .yuy a{ color:#fff; display:block; float:left; width:33.3%; text-align:center; border:1px solid #c90915; box-sizing:border-box; padding:8px 10px;line-height: 20px;}
	.phone_nav .yuy a.one{ background:#c90915;}
	
	
	
	
	
	
	
	
}
