@charset "UTF-8";

html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

fieldset,img,input,button {
    border: 0 none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,ol {
    list-style: none; 
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select,input {
    vertical-align: middle;
}

select,input,textarea {
    margin: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover {color: #C81F1F;}
a:active {color: #FF0000;} /* 选定的链接 */ 

h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,i,em {
    font-style: normal;
    text-decoration: none;
}

body {
    font-family: "思源黑体 CN", "Microsoft YaHei", "微软雅黑", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.52857143;
    color: #000;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.hide {
    display: none;
}

.clickable {
    cursor: pointer;
}

.main-color {
    color: #c81f1f;
}

.second-color {
    /*color: #333;*/
}

.main-bg {
    color: #fff;
	background-color: #A80909;
}
.main-tbg {
    color: #fff;
	background-image:url(../images/tbg.png) ;
	width:195px;
    
}

.mb-20 {
    margin-bottom: 10px;
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
	padding-top: 10px;
text-align: center;

}

.w {
	
    width: 1200px;
    margin: 0 auto;
	background:#FFFFFF;
}
.w2 {
    width: 1200px;
    margin: 0 auto;
	
}
.w3 {
    width: 1200px;
    margin: 0 auto;
	background:#F8F8F8;
}
.img-wrap {
    background-color: #9a9a9a;
}

.img-wrap img {
   width: 100%;
    height: 100%;
}

.img-wrap1 img {
   width: 280px;
    height: 175px;
}
.img-wrapdai img {

    height: 100%;
}

.diamond {
    position: relative;
    padding-left: 14px;
}

.diamond::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #c81f1f;
}




.common-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #eee;
}

.common-title .title {
    height: 50px;
    line-height: 40px;
   padding: 10px 0px 0px 80px;
    font-size: 18px;
}
.common-title .title a:hover {color: #C81F1F}
.common-title .more a {color: #999}
.common-title .more a:hover {color: #C81F1F}
.common-title .more a:active {color: #FF0000}
.common-title .title .a:hover {color: #C81F1F}
.common-title .more .a {color: #999}
a:hover {color: #C81F1F}
.common-title .more .a:active {color: #FF0000}
.more .a {color: #999}

.common-title .more {
    padding: 10px 0;
   /* color: #999;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow {
  position: relative;
}

.arrow::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: #c81f1f transparent transparent transparent;
}

.arrow-hollow {
    position: relative;
}

.arrow-hollow::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-top: 1px solid #c81f1f;
    border-right: 1px solid #c81f1f;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
}

.arrow-top::after {
    bottom: auto;
    top: -5px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.circle {
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border: 1px solid #c81f1f;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c81f1f;
}