 
/* 重置标签的默认样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;

	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/* line-height: 1; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
    
}

.my-Container{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.my-Top{
    width: 100%;
    min-height: 1vh;
    background: url(../images/top.png) no-repeat center;
   background-size:cover ;
   display: flex;
   justify-content: center;
   align-items: center;
    position: fixed; 
   z-index: 999;
   top:0;
}

.my-logo{
    height: 122px;
    text-align: center;
    line-height: 150px;
    float: left;
    margin-right:20px;

}
.my-logo img{
    width:420px;
}

.my-nav{
    height: 122px;
    line-height: 100px;
    display: flex;
   justify-content: center;
   align-items: center;
    
}
.my-nav .nav{
    text-align: left;
}
.my-nav .nav ul li{
    display: inline-block;
    padding:0px 10px;
    text-align: center;
    height:50px;
    line-height:50px;
}






.my-nav .nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:lighter;
}
 .my-nav .nav ul li a:visited{
    text-decoration: none;
    color: #fff;
} 

.subNav{
    display: none; 
    position: absolute;
    background-color: #fff;
    opacity: 0.8;
    padding: 0px;
    text-indent: 0px;
    margin-left:-15px;
}
ul.subNav  li{
    display: block !important;
    padding: 0px 5px !important;
	min-width: 100px;   
}

ul.subNav  li:hover{
    background-color: #ccc;
}

ul.subNav  li a{
    color: #000 !important;
    font-size: 16px;
}
ul.subNav  li a:hover{
 color: #fff;
}

.my-En{
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    
}

.my-En span a{
    color: #fff;
    font-size: 14px;
    font-weight:lighter;
}

.my-En span a:visited{
    color: #fff;
}

.my-search{
    width: 120px;
    height:30px;
    line-height: 30px;
    padding-left: 20px;
}

.my-search input{
    width: 120px !important;
    height: 30px;
    border: none;
    border-radius: 25px;
    padding: 1px;
}
.wp_search .search{
  background:url(../images/search.png) center no-repeat !important;
 width:30px !important;
height:30px !important;
}



.my-content-other{
  width: 100%;
  min-height:150vh;
    margin: 53px auto;
   position: relative;
   top:32px;
  background: url(../images/bg2.jpg) bottom no-repeat;
}

.content-other{
width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
}

.o-left{float:left;width:250px; text-align:center;background:#6880a2;}
.o-left h1{height:80px;line-height:80px;background:#045b91;color:#fff;}
.o-left h1 a{color:#fff;font-size:20px;}
.o-right{float:right;width:1000px;min-height:700px}

.c-right-top{
   width:100%;
     text-align: left;
    justify-content: left;
    height: 47px;
    line-height: 47px;

}
.c-right-topic{
     text-align: left;
    display: flex;
    justify-content: left;
    height: 47px;
    line-height: 47px;

}
.c-right-top .c-right-topic  img{    
display: inline-block;
}
.c-right-top .c-right-topic span{
font-size: 22px;
    display: inline-block;
    margin-left: 10px;
}
 .location{
    display: flex;
text-align:right;
font-size: 18px;

    margin-left: 10px;
  justify-content: right;
}
.c-right-content ul li {
  height: 50px;
    line-height: 30px;
}

.c-right-content ul li  .left a{

    color: #045b91;
    font-size: 18px;

}

.my-content-info{
   width:100%;
  min-height:100vh;
}






