﻿@charset "utf-8";
.main {  max-width:100%; margin: 0 auto; }
.box{position: relative; max-width:1200px; margin:0 auto;}
.boxs{ max-width:1200px; margin:0 auto;}
.fr{float:right}
.fl{float:left}
.tr{text-align:right}
.tl{text-align:left}
.te{text-align:center}
.mt40{ margin-top:40px; }
.mb20{ margin-bottom:20px; }
.mr10{ margin-right:10px; }
ul{list-style:none;}
html{font-size:12px;}
html,body {width: 100%;overflow-x:hidden;}
body, div, a ,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td ,table {margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
h1,h2,h3,h4,h5{font-weight:normal;}
body{*overflow-x:hidden;background:#fff;color:#666;font-family:"opensans",sans-serif;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance:none;}
:focus{outline:0;} 
input , textarea ,select{font-family:"opensans";outline:none}
::-webkit-input-placeholder{ /* WebKit browsers */color:#aaa;}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */color:#aaa;opacity:1;}
::-moz-placeholder{/* Mozilla Firefox 19+ */color:#aaa;opacity:1;}
:-ms-input-placeholder{/* Internet Explorer 10+ */color:#aaa;}
/*清除浮动*/
.clear{clear:both;height:0px;font-size:0px;line-height:0px;overflow:hidden;}
.clear2{clear:both;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
img{border:0 none;vertical-align:middle;}
a{text-decoration:none;color:#666;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
a:hover{color:#e60012;}
.org{color:#e60012!important}

/*字体图标*/
.font-icon{font-family:FontAwesome;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;}

@font-face {
  font-family: 'opensans';
  src: url('fonts/opensans.eot');
  src:
    url('fonts/opensans.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans.woff') format('woff'),
    url('fonts/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.btn-primary {
    color: #fff;
    background-color: #3ba0ee;
    border-color: #2495ec;
	font-size: 14px;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
	line-height: 1.42857143;
    border-radius: 4px;
	padding: 6px 18px;
}