﻿
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;
    font-family:"Helvetica","arial","微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
a{color: #444;}
a:hover{color: #f60;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"Helvetica","arial","微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*布局*/
.wp{width: 100%;max-width: 1450px;margin: 0 auto;}
.wp2{margin: 0 230px;}
.warp{margin: 0 115px 0 160px;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

@font-face{
    font-family: 'Helvetica'; 
    src: url('../fonts/Helvetica.ttf');
}
@font-face{
    font-family: 'Helvetica-Bold'; 
    src: url('../fonts/Helvetica-Bold.ttf');
}
@font-face{
    font-family: 'helvetica-light'; 
    src: url('../fonts/helvetica-light.otf');
}


/*******************************
  -------[=头部]-------
********************************/


/*******************************
    -------[=导航]-------
********************************/


/*******************************
  -------[=底部]-------
********************************/


/*******************************
    -------[=正文]-------
********************************/




