﻿@charset "UTF-8";
img{-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; -ms-transition: all 0.5s;  transition: all 0.5s;
  border:0;display: inline-block;
}
a{color:#333;-webkit-transition: all .2s;-moz-transition: all .2s; -ms-transition: all .2s;transition: all .2s;}

body{font-size: 14px;
    background-size: cover;
    -ms-behavior: url(../images/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}



.w1650{width:1650px;margin:0 auto;}
.w1280{width:1280px;margin:0 auto;overflow: hidden}


@media only screen and (max-width:767px){
	.w1650{width:95%;}
	.w1280{width:90%;}
	
	}
	
@media only screen and (max-width:495px){
	.footer .ft_nav dl{min-width: 85px;margin:0 20px 20px 20px;}
	.footer .ft_nav dl.ml0{margin:0 20px 20px 20px!important;}
}
@media only screen and (max-width:479px){
	.header .nav>a{font-size: 20px;}
	.header .nav dt{font-size: 20px;}
	.header .nav dd>a{font-size: 16px;}
	.footer .ft_nav{width:88%;}
}	
@media only screen and (max-width:359px){
	.footer .ft_nav{width:96%;}
}
