﻿/* 样式预定义 */
body{font-family: "Microsoft YaHei","微软雅黑";    font-size: 14px;background-color: #fff;}
body, dl, dd, p, h1, h2, h3, h4, h5, h6 {margin: 0}
ol, ul {margin: 0;padding: 0;list-style: none}
a {text-decoration: none;color: black;}
a:hover{ text-decoration:none;}
img{border: none;}
i{ font-style:normal;}
input { outline: none;}
/* head */
/*.head{ background:url(../images/logo.png) no-repeat left center; overflow:hidden; width:1200px; margin:0 auto; height:130px}*/

/*sansuib.com*/
* {padding: 0;margin: 0;webkit-tap-highlight-color: transparent;outline: none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.ov {overflow: hidden;}
.pr {position: relative;}
.di {display: inline-block;}
.href {cursor: pointer;}
.left {float: left;}
.right {float: right;}
.sn1 {overflow: hidden;text-overflow: ellipsis;white-space: nowrap; /*border:1px solid #ddd;*/}
.sn2 {word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sn3 {word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
ol, ul {margin: 0;padding: 0;list-style: none}
.sn4 {word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
ol, ul {margin: 0;padding: 0;list-style: none}
.bw{background-color:white!important;box-shadow: 0 0 10px #e9e9e9;}


.button{font-size: 14px;font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;text-decoration: none;text-align: center;padding: 0 40px;margin: 0;display: inline-block;appearance: none;cursor: pointer;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition-property: all;transition-property: all;-webkit-transition-duration: .3s;transition-duration: .3s;font-weight: 500;line-height: 40px;height: 40px;border-radius: 4px;background-color: #f28532;border-color: #f28532;color: white;text-transform: uppercase;}