/*
	Version：2020.07.06
	Author：王富贵
*/
@charset "UTF-8";
*{padding: 0;margin: 0;box-sizing: border-box;}
h1,h2,h3,h4,h5,h6{font-weight: 100;}
li{list-style: none;}
dl,dt,dd{margin-block-start: 0;margin-block-end: 0;margin-inline-start: 0;margin-inline-end: 0;}
html{font-size: 16px;font-family: arial, helvetica, sans-serif ,"microsoft yahei";}
a{color: #333333;text-decoration: none;transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;}
input{outline:none;}
i{font-style: normal;}
/* 板块布局 */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.container{width: 1200px;margin: 0 auto;}
.container-fluid{width: 100%;}
.min-width{min-width: 1200px;}
.fixed-top{position: fixed;left: 0;right: 0;top: 0;z-index: 9999;}
.fixed-bottom{position: fixed;left: 0;right: 0;bottom: 0;z-index: 9999;}
.fixed-left{position: fixed;left: 0;top: 0;bottom: 0;z-index: 9999;}
.fixed-right{position: fixed;right: 0;top: 0;bottom: 0;z-index: 9999;}

/* 文字排版 */
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-justify-left{text-align:justify;text-justify:inter-ideograph;}
.text-vertical-table{display: table;height: 100%;width: 100%;}
.text-vertical-td{display: table-cell;vertical-align: middle;height: 100%;width: 100%;}
.vertical-middle{display: flex;align-items: center;justify-content: center;}

/* 动画特效 */
.living{transition: all 0.5s;}

/* 块 */
.row{margin-left: -10px;margin-right: -10px;}
.row .col{float: left;box-sizing:border-box;overflow: hidden;padding-left: 10px;padding-right: 10px;}
.row .col-1{width:4.1667%}
.row .col-2{width:8.3333%}
.row .col-3{width:12.5%}
.row .col-4{width:16.6667%}
.row .col-5{width:20%}
.row .col-6{width:25%}
.row .col-7{width:29.1667%}
.row .col-8{width:33.3333%}
.row .col-9{width:37.5%}
.row .col-10{width:41.6667%}
.row .col-11{width:45.8333%}
.row .col-12{width:50%}
.row .col-13{width:54.1667%}
.row .col-14{width:58.3333%}
.row .col-15{width:62.5%}
.row .col-16{width:66.6667%}
.row .col-17{width:70.8333%}
.row .col-18{width:75%}
.row .col-19{width:79.1667%}
.row .col-20{width:83.3333%}
.row .col-21{width:87.5%}
.row .col-22{width:91.6667%}
.row .col-23{width:95.8333%}
.row .col-24{width:100%}