﻿@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;}
	
	.body_on{overflow:hidden; }
	.header{display: none;}
	
	/*头部*/
	.phone_nav .top{ background: #fff; height: 50px; position:relative; left: 0; top: 0; width: 100%; box-sizing: border-box; padding: 0 10px; z-index:9999;}
	.phone_nav .top .a{float: left; width: 120px; margin-top: 5px;}
	.phone_nav .top .a img{width:100%;}
	.phone_nav .top .but{ float:right; width: 25px; height: 25px; margin:10px 0; display: block;}	
	.phone_nav .top .but i{width:100%; height: 2px; margin-top: 15px; background: #1660a2; 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: #1660a2; transition: 0.4s;}
	.phone_nav .top .but i:before{ margin-top: -7px;}
	.phone_nav .top .but i:after{ margin-top: 7px;}
	.phone_nav .top b{float: right; width: 34px; height: 34px; background: url(../images/ico_10.png) center no-repeat; margin: 8px 8px 0 0; background-size: 16px; }
	.phone_nav .top b.on{ background: url(../images/ico_11.png) center no-repeat;}
	
	
	.phone_nav .sous{position: absolute; display: none; left: 0; top: 50px; background: rgba(225,225,225,0.8); z-index: 9; width: 100%}
	.phone_nav .sous .p1{padding:10px 10px 12px 10px ; display: block; margin-right: 25px;}
	.phone_nav .sous .p1 input{font-size: 14px;}
	.phone_nav .sous .p2{position: absolute; right: 0; top: 0; display: block; height: 100%}
	.phone_nav .sous .p2 input{width: 34px; height: 100%; background: url(../images/ico_10.png) center no-repeat; }
	
	
	/*背景*/
	.phone_nav .box{ width:100%; height: 100%; background:rgba(22,96,162,0.9); position: fixed; left: 0; top: 0; z-index: 9998; transform: translateX(100%); transition: 0.7s; }
	.phone_nav .box_con{ margin:50px 10px 0px 10px; overflow-x: hidden;}
	
	/*列表*/
	.phone_nav .box_con ul{ border-bottom: 1px solid rgba(225,225,225,0.7);}
	.phone_nav .box_con li{ border-bottom: 1px solid rgba(225,225,225,0.7); padding: 15px 10px; position: relative;}
	.phone_nav .box_con li a{color:#fff; font-size: 16px;}
	.phone_nav .box_con li:last-child{border-bottom: 0; }
	.phone_nav .box_con ol{display: none; padding-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);}
	
	.phone_nav .box_con .yuy {padding: 0}
	.phone_nav .box_con .yuy a{float: left; width: 50%; text-align: center; padding: 10px 0; box-sizing: border-box;}
	.phone_nav .box_con .yuy a.one{ font-weight: bold;}
	.phone_nav .box_con .yuy .a1{border-right: 1px solid rgba(225,225,225,0.7)}
	
	
	/*打开样式*/
	.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%); }
}
