.banner-com{position: relative;width: 100%;}
.banner-com img{width: 100%;}
.jigou-bg{background: url(../images/bj1-1.png)no-repeat center -565px;    background-size: cover;}
.rccontent {padding-top: 6vh;}
.wycontent-ul li {margin-bottom: 20px;position: relative;}
.wycontent-ul li a {text-decoration:none; display: block;background: #FFFFFF; width: 200px; height: 40px; line-height: 40px;text-align: center; border-radius: 20px; position: relative;}
.wycontent-ul li a.selt {    background: #0070C0;    color: #FFFFFF;}
.wycontent-ul li a.selt:before{content: "";}
.wycontent-ul li a.selt:after{content: "";}
.wycontent-ul li:hover a{background: #ca030a;color: #FFFFFF;}
.wycontent-ul li:hover a::before{content: "";}
.wycontent-ul li:hover a::after{content: "";}














.bhsjba{
	width:95%;
	margin:20px auto;
}


.content {
    padding: 15px;
    padding-top: 6vh;
}
.nav-xu small {
    font-size: 15px;
    color: #0070C0;
}
.com-title h1 {
    color: #2e4152;
    font-size: 2.0rem;
    letter-spacing: 0.15em;
    margin-bottom: 0;
	display: inline-block;
    vertical-align: middle;
}
.com-title p {
    color: #2e4152;
    font-size: 1.0rem;
    letter-spacing: 0.15em;
    padding-top:15px;
	margin-bottom: 0;
	display: inline-block;
    vertical-align: middle;
}
.com-title .sp-line {
    display: block;
    width: 290px;
    height: 5px;
    background: #0070C0;
}
.nav-xu1{position: relative;text-align:center;}
.nav-xu1 small {
    font-size: 15px;
    color: #0070C0;
	
}

.nav-xu1 h1 {
    color: #2e4152;
    font-size: 2.0rem;
    letter-spacing: 0.15em;
    margin-bottom: 0;
	display: inline-block;
    vertical-align: middle;
	text-align:center;
}
.nav-xu1 p {
    color: #2e4152;
    font-size: 1.0rem;
    letter-spacing: 0.15em;
    padding-top:15px;
	margin-bottom: 0;
	display: inline-block;
    vertical-align: middle;
}
.about-com {
    padding: 50px 0;
}
.about-com p {
    text-align: justify;
    line-height: 30px;
    text-indent: 2em;
    text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px){
  
  .wycontent{display: none;}
  .zr{display:none;}
  .fzr{display:none;}
  .wy{display:none;}
  .zbdw{display: none;}
  .cbdw{display:none;}
  .xbdw{display:none;}
  .qkml{display:none;}
  .zzrymd{display:none;}
  .xsrymd{display:none;}
  .more{display:none;}
}

@media only screen and (min-width: 769px){
  .nav-menu>li>a{text-align:center;}
  #new_box1{display:none;}
  .zrphone{display:none;}
  .fzrphone{display:none;}
  .wyphone{display:none;}
  .zbdwphone{display:none;}
  .cbdwphone{display:none;}
  .xbdwphone{display:none;}
  .qkmlphone{display:none;}
  .xsrymdphone{display:none;}
  .zzrymdphone{display:none;}
  .more1{display:none;}
}
.nav-xu{position: relative;}
.nav-xu small{ font-size: 15px;color: #0070C0; }
.com-title{padding-top: 10px;}
.about-com .zr a {
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #0070C0;
    padding: 10px 30px;
    font-weight: 600;
}
.about-com .zrphone a {
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #0070C0;
    padding: 10px 30px;
    font-weight: 600;
}
.about-com .fzr a {
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #0070C0;
    padding: 10px 30px;
    font-weight: 600;
}
.about-com .fzrphone a {
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #0070C0;
    padding: 10px 30px;
    font-weight: 600;
}
.about-com .wy a {
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #0070C0;
    padding: 10px 30px;
    font-weight: 600;
}
.about-com .wyphone a {
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #0070C0;
    padding: 10px 30px;
    font-weight: 600;
}
.zr{
	margin:20px auto;
}
.fzr{
	margin:20px auto;
}
.wy{
	margin:20px auto;
}
.zrphone{
	margin:20px auto;
}
.fzrphone{
	margin:20px auto;
}
.wyphone{
	margin:20px auto;
}
.tit {  
  width:1200px;
  
  padding: 20px;  
  font-size: 18px; 
  text-align: center; /* 内容居中 */  
   display: flex;  
    flex-wrap: wrap;  
	justify-content: center; /* 水平居中 */  
    align-items: flex-start; /* 垂直顶部对齐 */  
    text-align: center; /* 对齐文本内容 */  
   
}

.rccontent .tit li {
    height: 40px;
    width: 590px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 40px;
}

.rccontent .tit li p {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    text-indent: 0px;
    width: 540px;
    height: 40px;
    background-color: #25A5E2;
    border-radius: 20px;
}
.tit .cc {  
    box-sizing: border-box; /* 确保padding和border不会增加元素的总宽度 */  
    padding: 5px; /* 可以根据需要调整间距 */  
    flex: 1 1 calc(50% - 10px); /* 每行两个，减去间距 */  
    margin-right: 10px; /* 右边距，最后一个元素可以通过:not(:last-child)来移除 */  
} 
.rccontent .tit .on p {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    text-indent: 0px;
    background-color: #FF0004;
}
.rccontent .con {
    position: relative;
    width: 1200px;
    
    margin-top: 60px;
    
}
.rccontent .con .c1 {
    width: 1200px;
    
}
.rccontent .about-com {
    
    padding-right: 20px;
}
li {
    list-style-type: none;
    list-style-image: none;
   
}
