@charset "utf-8";
 /*全局样式*/
*{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "微软雅黑";
}
body{
    width:100%;
    overflow-x: hidden;
}
a{
   color: black;
   text-decoration: none;
}

/*yi_dd*/
.er_dd_style{
  background-color: gray;
  color:#ffffff;
}

.yi_ul{
	
    height: 100px;
    line-height: 100px;
}

/* main CSS*/
#main{
  width: 1200px;
  height: 658px;
  margin: 0 auto;
}
#main .main_head p:first-child{
  font-size: 30px;
  color: black;
  text-align: center;
  height:85px;
  line-height: 120px;
 	
}
#main .main_head p:last-child{
 text-align: center;
  color: #999999;
  height: 76px;
}
.main_left{
  width: 50%;
  height: 486px;
  float: left;
}
.main_left p{
  width:511px;
  margin: 0 auto;
  height: auto;
  line-height: 35px;
   text-align: justify;
}
.main_left a:first-child p{
  font-size: 30px;
  height: 80px;
  line-height:80px;
 
}
.main_left a:last-child p{
      text-align: justify;
    line-height: 35px;
 
}
.main_left .button{
  width: 80px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #DCDCDC;
  margin: 20px 0 18px 43px;
}
.dl_nav {
  margin-left: 43px;
}
.dl_nav dl{
  float: left;
  width: 115px;
  height: 110px;
  border: 1px solid #DCDCDC;
  text-align: center;
  z-index:999;
}
.dl_nav dl dt {
  margin-top: 30px;
}

.dt_2{
	display: none;
}
.dl_nav_active{
   background-color: #0191D7;
   color: #fff;}
}


.main_right{
  width: 50%;
  height: 486px;
  float: left;
	overflow: hidden;
    text-align: center;
    vertical-align: bottom;
}


/*serviceCSS*/
#service {
  width: 100%;
  background: url(../images/bg_3.png) no-repeat;
}
#service .service_content{
  width: 1200px;
  margin: 0 auto;
  height: 490px;
}
#service .service_title p:first-child{
  font-size: 30px;
  color: #fff;
  text-align: center;
  /* height: 175px; */
  /* line-height: 300px; */
  padding-top: 30px;
  
}
#service .service_title p:last-child{
  text-align: center;
  color: #fff;
  height: 40px;
  line-height: 30px;
}
.service_p {
  width: 40%;
  margin: 0 auto;
}
.service_p span{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.service_dl {
  overflow: hidden;
}
.service_dl dl {
  float: left;
       margin: 30px 64px;
}
.service_dl dd {
	 text-align: center;
    color: #fff;
  line-height: 25px;
      width: 112px;
  font-size: 14px;
}
.border_display_1{
 text-align: center;
}

/*subject CSS*/
.subject_main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.subject_main div dl {
  float: left;
  margin: 60px 350px;
  text-align: center;
}
.subject_main div a:first-child dl{
  margin: 60px 80px 40px 45px;
}
.subject_main div a:last-child dl{
  margin: 60px 0 40px 105px;
}
.subject_main div  dl dd {
  width: 90px;
  height: 90px;
  background-color:#E8EBEE;
  border-radius: 50%;
  position: relative;
}
.subject_main div dl dd img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.subject_main div dl dt {
  height: 30px;
  line-height: 30px;
}
.position_content {
  width: 330px;
  height: 220px;
  position: absolute;
  top:270px;
  left:50px;
}
.position_content span{
  display: block;
  height: 60px;
  line-height: 40px;
  font-size:30px;
  color:green;
  font-weight: bold;
}
.position_content p {
  line-height:30px;
}
.position_content p:first-child{
    text-align: justify;
  line-height:35px;
}
.position_content a:first-child p{
    display: inline-block;
    font-size: 27px;
    line-height: 50px;
    color: green;
    font-weight: bold;
  
}

.position_content a:nth-of-type(2) p{
 
  line-height: 30px;
}
.position_content a:last-child p{
 
  line-height: 50px;
}
.position_content p:last-child img {
  height: 30px;
  width:30px;
  vertical-align: middle; 
}
.position_img {
     width: 613px;
    height: 406px;
    padding: 33px 37px;
  border: #ebebee solid 1px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #dddddd;
  border-radius: 30px;
  position: absolute;
  top:180px;
  left: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.position_button {
  position: absolute;
  right: 0;
  top:330px;
  width:50px;
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 50px;
}



/*modular CSS*/
#modular{
  width: 1200px;
  margin: 0 auto;

}
#modular p:first-child{
  font-size: 30px;
  color: black;
  text-align: center;
      height: 60px;
    line-height: 90px;
}
#modular p:last-child{
  text-align: center;
  color: #999999;
     height: 50px;
   line-height: 40px;
    font-size: 14px;
}
.modular_nav ul {
  width: 417px;
  height: 80px;
  margin: 0 auto;
}
.modular_nav ul>a{
 display: inline-block;
}
.modular_nav ul >a{
  width: 117px;
  height: 40px;
  line-height: 40px;
  border:1px solid #DEDEDE;
  border-radius:20px;
  text-align: center;
  margin: 0 10px;
  float: left;
}
.modular_nav ul li a {
  display: inline-block;
   width: 117px;
  height: 40px;
  line-height: 40px;border-radius: 20px;
    text-align: center;
}
.modular_div{
  width: 1200px;
}
.modular_ul{
  width: 1200px;
  overflow:hidden;
  text-align: center;
}
.modular_ul ul li{
  width: 283px; 
  float: left;
  border: 1px solid #DEDEDE;
  margin: 5px 8px 60px 7px;
}
.modular_ul ul li p{
  padding-left:20px;
  line-height: 30px;
  color: #888888;
}
.modular_ul_1 {
  display: none;
}
 .modlar_nav_li_style {
   	 background-color: green;
 	 color:#ffffff;
 }
/*introduce*/
#introduce{
  width: 100%;
  background: url(../images/bg_1.png) no-repeat;
}
.introduce_content {
  width: 1200px;
  margin: 0 auto;
  height: 460px;
}

.introduce_content>div:first-child p:first-child{
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  /* height: 175px; */
  /* line-height: 300px; */
  padding-top:30px;
}
.introduce_content>div:first-child p:last-child{
  text-align: center;
  color: #ffffff;
  height: 40px;
  line-height: 30px;
}
.introduce_div{
  overflow: hidden;
  margin-top: 10px;
}
.introduce_div a{
    display: inline-block;

}
.introduce_div a:nth-of-type(1) .div_content {
  width: 300px;
  height: 307px;
  float: left;
  margin-right: 145px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dddddd;
}
.introduce_div a:nth-of-type(2) .div_content {
  width: 300px;
  height: 307px;
  float: left;
  margin-right: 145px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dddddd;
}
.introduce_div a:nth-of-type(3) .div_content {
  width: 300px;
  height: 307px;
  float: left;
  margin-left: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dddddd;
}
.div_content img{
  margin: 0 auto;
}
.div_content p:nth-of-type(1){
  line-height: 30px;
  padding: 0px 20px;
}
.div_content p:nth-of-type(2){
  padding: 0px 20px 5px 20px;
  font-size: 14px;
  color: #8C8C8C !important;
}
.div_content p:nth-of-type(3){
  line-height: 25px;
  padding: 0px 20px;
  font-size: 14px;
  color: #8C8C8C !important;
}
.div_content p:nth-of-type(3) span {
  float: right;
  padding-right: 10px;
}


/*contact_title*/
.contact_title {
  width: 100%;
  height: 250px;
}
.contact_title div{
  margin: 0 auto;
  padding-top: 100px;
}
.contact_title>div:first-child p:first-child{
  font-size: 30px;
  color: black;
  text-align: center;
  /* height: 175px; */
  /* line-height: 300px; */
  padding-top:30px;
}
.contact_title>div:first-child p:last-child{
  text-align: center;
  color: black;
  height: 40px;
  line-height: 30px;
}

/*contact CSS*/
#contact{
  width: 100%;
  height: 310px;
  background-color: #F0F0F0;
  border-bottom: 1px dashed #eee;
}
#contact .contact_main{
  width: 1200px;
  margin: 0 auto;
}
#contact .contact_main div{
  width: 289px;
  height: 172px;
  background-color: #FFFFFF;
  float: left;
}
#contact .contact_main p{
    text-align: center;
    vertical-align: middle;
}
.main_1{
  margin:106px 118px 0 25px;
  position: relative;
}
.main_1 p{
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_1 span{
  display: block;
  width: 76px;
  height: 76px;
  background-color: green;
  border-radius: 50%;
  position: absolute;
  left: 110px;
  top:-38px;
}
.main_2{
  margin:106px 118px 0 25px;
  position: relative;
}
.main_2 p{
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_2 span{
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: green;
  position: absolute;
  left: 110px;
  top:-38px;
}
.main_3{
  margin:106px 10px 0 25px;
  position: relative;
}
.main_3 p{
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_3 span{
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: green;
  position: absolute;
  left: 110px;
  top:-38px;
}

/*内容页*/
.main_content{
  width:100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  background: #fff;
  border-top: none;
}
.main_contit{
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
 border-bottom: 1px dashed #eee;
    

}
.main_contit h2{
  width:100%;
  text-align: center;
  line-height: 50px;
  font-size:30px;
  color: #000000;
  font-weight: normal;
  margin-top: 46px;
}

.main_conDiv{
  width: 780px;
  margin:  50px auto ;
}
.main_conDiv img{
  max-width:980px;
  height:auto;
  display:block;
  margin:5px auto;
}
.main_wz{
  width: 1130px;
  margin: 0 auto;
}
.main_wz ul li{
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.main_reporter{
  margin-top: 45px;
}
.main_reporter dl dt{
  font-size: 14px;
  color: #0B6CB8;
}
.main_reporter dl dd{
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  word-break:break-all;
  text-align:left;
  text-align:justify;
  text-justify:inter-ideograph;
}

.main_reporter dl dd.pour{
  margin-top: 48px;
}
.main_art{
  width: 1200px;
  margin: 72px auto 0;
  background: #fbfbfb;
  height: auto;
  overflow: hidden;
}
.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.main_art ul li{
  font-size:16px;
  line-height: 50px;
  margin-left:15px ;
}
.main_art ul li label{
  color: #666666;
}
.main_art ul li a{
  color: #999;
}
.main_art ul li a:hover{
  color: #0b6cb8;
}

 