@charset "utf-8";
/* CSS Document */

*{padding:0;margin:0;}
::selection{background:#202020;color:#fff;}
::-moz-selection{background:#202020;color:#fff;}

::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-track{background:rgba(0,0,0,.1);}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5);}

body{text-align:center;font-size:14px;font-family:"PingFang SC",'PingFang SC-Medium',"Microsoft YaHei",'微软雅黑',Arial,sans-serif;color:#2E3231;}
ul,ol,li{list-style-type:none;}
img{border:none;}
a{color:#2E3231;text-decoration:none;}
a:hover{color:#109995;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.line{margin-top:25%;}
.red{color:red;}
.maincolor{color:#109995;}
.kongge{white-space: pre-wrap !important;}

.iconH img{height: 100%;}
.iconW img{width: 100%;}

.content{width:100%;max-width:1400px;margin:0px auto;position:relative;}