* {
    padding: 0;
    margin: 0;
}

div.mycontainer{
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin: 0 auto;
    overflow: hidden;
}

div.mycontainer .titile{
    margin-top: 1.6rem;
    width: 100%;
    text-align: center;
}
div.mycontainer .titile .h4{
    font-size: 1.3rem;
    font-family: "方正兰亭";
    color: #222;
    font-weight: normal;
}

/*************隐私声明中导航条的设置**************/
div.mycontainer .container_nav{
  width: 100%;
  background-color: #fff;
  border-bottom:1px solid #F4F4F4;
}
div.mycontainer .container_nav .cn_top{
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction:row;
  justify-content:space-around;
}
div.mycontainer .container_nav .cn_top li{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
div.mycontainer .container_nav .cn_top div.nav a{
  display: block;
  width: 100%;
  height: 3.56rem;
  text-align: center;
  line-height: 3.56rem;
  font-size: 1rem;
  color: #222;
}

div.mycontainer .container_nav .cn_top div.nav a.current{
    color: #3E8DDD;
}



/*************左侧没有导航条的情况下 声明内容主要内容页的样式设置**************/
div.mycontainer .container_nonav{
    margin-top: 1.5rem;
    width: 100%;
    margin: 0 auto;
}


div.container_nonav p{
    line-height: 1.8rem;
    margin-top: 0.9rem;
    font-size: 1.0rem;
    text-align: justify;
}
div.container_nonav b{
    line-height: 1.8rem;
    margin-top: 0.9rem;
    text-align: justify;
    font-size: 1.0rem;
}

div.container_nonav h4.con_title{
    font-size: 1.1rem;
}

div.container_nonav h5.con_time{
    display: block;
    margin-top: 0.6rem;
    font-weight: normal;
    color: #888;
    font-size: 1.0rem;
}



/*************联系我们页面的样式设置*****************/
div.cooperation_container{
    width: 100%;

}
div.cooperation_container .titile{
    margin-top: 2.1rem;
    width: 100%;
    text-align: center;
}

div.cooperation_container .titile .h4{
    font-size: 1.3rem;
    font-family: "方正兰亭";
    color: #222;
    font-weight: normal;
}

div.cooperation_container .img{
    margin-top: 1.5rem;
}

div.cooperation_container .img img{
    width: 100%;
    height: 12.49rem;
}



div.cooperation_container .container h3{
    display: block;
    width: 100%;
    margin-top: 3rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
   font-family: "方正兰亭";
   color: #222;
}


div.cooperation_container .container .xian{
    width: 12rem;
    height: 0.15rem;
    background: url("../images/con_xian.png") no-repeat;
    background-position: center; 
    position: absolute;
    left: 50%;
    margin-top: 0.8rem;
    margin-left: -6rem;
}


div.cooperation_container .container .text_content{
    margin-top: 2.2rem;
    width: 100%;
    font-weight: normal;
    font-family: "方正兰亭";
    text-align: center;
    font-weight: bold;
    color: #222;
    padding-bottom: 0.53rem;
}
div.cooperation_container .container .text_content div{
  font-size: 1rem;
  line-height: 1.8rem;
}


.footer {
    margin-top: 1.5rem;
    width: 100%;
    height: 7.5rem;
}
