<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "base.css";
.doc-box {
  display: flex;
  /*margin-top: 100px;*/
  padding-top:70px;
  flex-direction: column;
 
}
.zong{ width:100%;  margin:0 auto; }

.title-doc {
  display: flex;
  flex-direction: row;
}

.title-doc-ico {
  width: 70px;
  height: 70px;
}

.title-doc-ico img {
  width: 100%;
  display: block;
}

.title-doc dl {
  height: 70px;
  display: flex;
  margin-left: 27px;
  flex-direction: column;
  justify-content: center;
}

.title-doc dl dt {
  height: 35px;
  line-height: 35px;
  font-size: 28px;
  font-weight: bold;
  color: #63b7e6;
}
.title-doc dl dt span{ font-weight:normal;}

.title-doc dl dd {
  height: 35px;
  line-height: 35px;
  font-size: 28px;
  color: #595758;
  font-weight:bold;
}

.item-doc {
  width: 100%;
  margin-top:60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.item-doc dl {
  width: 23.5%;
  margin: 10px 0.6%;
  display: flex;
  flex-direction: column;
  color:#333;
  position: relative;
}

.item-doc dl dt {
  width: 100%;
}

.item-doc dl dt img {
  width: 100%;
  display: block;
}

.item-doc dl dd {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #FFF;
  padding:5%;
}

.item-doc dl dd .en {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
}

.item-doc dl dd .cn {
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  font-weight: bold;
}

.item-doc dl dd .zc {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}

.item-doc dl dd .info {
  line-height: 25px;
  font-size: 14px;
}

.item-doc dl dd .yue {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left:50%;
 /* margin: 20px 25%;*/
  background: #63b7e6;
  color: #ffffff;
  cursor: pointer;
  border-radius: 20px
}
.item-doc dl dd .yue  a{ color:#FFF;}
.zi{ height:250px;}

.hanguo{ width:1170px; height:527px; margin:0 auto; padding:0; background: url(../images/hanguo.jpg) no-repeat center;}
.hanguo p{ width:375px; height:120px; font-size:15px; line-height:36px; 
    margin-left: 60px;
    padding-top: 250px;}
	
.meiguo{ width:1170px; height:578px; margin:0 auto; padding:0; background: url(../images/mg.jpg) no-repeat center;}
.meiguo p{ width:375px; height:120px; font-size:15px; line-height:36px; 
    margin-left: 60px;
    padding-top: 250px;}
	
	
.mnwk{ width:1170px; height:529px; margin:0 auto; padding:0; background: url(../images/mnwk.jpg) no-repeat center;}
.mnwk p{ width:375px; height:120px; font-size:15px; line-height:36px; 
    margin-left: 60px;
    padding-top: 250px;}	</pre></body></html>