@charset "UTF-8";
 
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body, html { line-height: 2em;
 
}

 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
a:hover, a:active { outline:none; }
select, input, textarea, button { font:99% sans-serif; }
input, select { vertical-align:middle; }
ul,ol,li{list-style:none;}

 



 a,p,ul,li{ text-decoration:none; margin:0; padding:0; list-style-type:none;}
 
.clear{ clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
 


	@media screen and (min-width:960px){ .dbt{font-size: 2rem; text-transform : uppercase } 
	.box{width: 1200px; margin: 0 auto}
		.m80{ margin-top: 80px;} 
			.mb50{margin-bottom: 50px}
		.fl{ float: left}
		.fr{float: right; } 
			.aoxc{height: 750px;}
			.w6{width: 60%} .w4{width: 35%}
			.w4a{width: 35%}
				.w4a img{width:220px;}
			.w4 img{width: 100%}
		.w3{ width:280px; padding-right:20px; border-right:1px #7D8588 solid;    }  
			.w3s{ width:680px; margin-right:20px;  }  
		.aoxcs{height: 600px} .wx{ text-align:left; width:210px;  border-left:1px #7D8588 solid; padding-left:20px; }.wx img{ width:160px}
		.foot{background: #4C575B; padding: 50px 0; margin-top: 80px; color: #ccc; font-size:14px ; line-height:1.8em ; }
		.foot a{color: #ccc}
			.owxh { width:180px}
		.owxh li{ text-align:right; line-height:35px;}
		.owxh a{text-transform : uppercase}
		.imgsj img{ width:auto}
		} /*最小960 */
		
		
@media only screen and (max-width: 959px) {   .dbt{font-size: 2rem;text-transform : uppercase} 	.aoxc{height: 550px;} 
	.box{padding: 20px}  
		.m80s{ margin-top: 50px;} 
		.mb50s{margin-bottom: 20px}
	.aoxcs{height: 400px}
	.foot{background: #4C575B; padding: 10px 0; margin-top: 40px; color: #fff; text-align: left; font-size:14px  }
		.foot a{color: #fff}
	.wx{  padding-top: 20px; text-align:left}
			.wx img{ width:auto}
		.imgsj img{ width:auto}
		.owxh{ display:none}
			.w4 img{width: 100%}
					.w4a img{width:50%; margin:0 auto; display:table}
					.w6{ padding:20px 0}
		}  /*最大是959*/




.clear{ clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.mainPage{ margin:30px auto; display:table}
.mainPage ul{ height: 32px;display:block;}
.mainPage ul li{float: left; display: inline;   border:1px solid #999;color:#293655; margin: 0 5px; padding: 0 5px;height: 28px; line-height: 28px; font-size:14px; }
.mainPage ul li a{color:#293655; padding: 0 6px;color:#000;font-size:14px;height: 28px; line-height: 28px; }
.mainPage ul li a:hover{ color:#293655; text-decoration:none}
.mainPage ul li.thisclass{background:#293655;border:1px solid #293655;color:#fff;padding: 0 10px; }
.mainPage ul li.thisclass a{color:#fff;}
.mainPage .pageinfo{padding: 0 5px; color:#293655;}


 


.container-fluid {
  width: 100%;
  padding-bottom: 10px;
}

.carect {
  position: relative;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-bottom: 2px;
  border-top: 6px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 10px;
  display: inline-block;
}

/*
    导航组件
*/

@media screen and (min-width:960px){nav {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px #ccc;
  box-shadow: 0 2px 4px #ccc;
  padding: 20px 0;
} 
.nav-list{ margin-top:10px}

nav .nav-logo img {
  max-width: 100%;
  max-height: 100%;
}

} /*最小960 */
@media only screen and (max-width: 959px) { nav {
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px #ccc;
  box-shadow: 0 2px 4px #ccc;
  padding: 10px 0;
}  

 nav .nav-logo img {
  max-width: 90%;
  max-height: 100%;
}

}  /*最大是959*/



nav li, nav a {
  text-decoration: none;
  list-style: none;
}
nav .nav-logo {
  width: auto;
  height: 100%;
  margin-left: 20px;
  float: left;
}
nav .nav-logo a, nav .nav-logo li, nav .nav-logo ol, nav .nav-logo span, nav .nav-logo p {
  font-size: 30px;
  font-weight: bold;
  list-style: none;
  color: #1f79ec;
  text-decoration: none;
}

nav ::-webkit-scrollbar {
  display: none;
}
nav .nav-list {
  /*nav-list*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  nav .nav-list {
    position: fixed;
    height: 100%;
    top: 0;
    padding-top: 10px;
    width: 60%;
    background: #fff;
    left: -60%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: 3px 0px 10px #f0eded;
    box-shadow: 3px 0px 10px #f0eded;
  }
}
nav .nav-list > li {
  position: relative;
  list-style: none;
  float: left;
  text-align: center;
}
@media (max-width: 1200px) {
  nav .nav-list > li {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  nav .nav-list > li {
    margin-bottom: 15px;
  }
}
nav .nav-list > li .active {
  color: #094fb7;
 
}
nav .nav-list > li a {
  color: #5a5c5f;
  display: inline-block;
  line-height: 32px;
  padding: 1px 8px;
  margin: 0 10px;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;text-transform : uppercase
}
@media (max-width: 1200px) {
  nav .nav-list > li a {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
}
nav .nav-list > li a:hover {
  color: #094fb7;
 
}
nav .nav-list > li .menu {
  min-width: 100px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #ccc;
  box-shadow: 0 2px 10px #ccc;
  position: absolute;
  border-radius: 5px;
  white-space: nowrap;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1200px) {
  nav .nav-list > li .menu {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: 0 -1px 7px #ccc inset;
    box-shadow: 0 -1px 7px #ccc inset;
  }
}
nav .nav-list > li .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
nav .nav-list > li:hover .menu {
  height: auto;
}
nav .nav-menu {
  display: none;
  z-index: 999;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 1200px) {
  nav .nav-menu {
    display: block;
    float: right;
    padding: 8px 5px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
  }
  nav .nav-menu span {
    height: 2px;
    width: 25px;
    display: block;
    background: #CCC;
    border-radius: 10px;
  }
  nav .nav-menu span + span {
    margin-top: 6px;
  }
}
nav .open {
  left: 0%;
  overflow: auto;
}

/*# sourceMappingURL=zd-1.0.css.map */
 @media screen and (min-width: 1190px) and (max-width: 1300px) { 
 
 nav .nav-logo {
    width: 350px;
    height: 100%;
    margin-left: 20px;
    float: left;
}

 nav .nav-logo img {
  max-width: 90%;
  max-height: 100%;
}  }
