@charset "utf-8";
/*header*/
.header{background:url(images/top.jpg) no-repeat;height: 131px;position: relative;}
.header div{text-align:right;width:58%;line-height: 131px;font-size: 14px;}
.header div,.header div a{color:#e4a914;}
/*nav*/
.nav{background:url(images/nav.jpg) no-repeat;height: 60px;line-height: 60px;text-align: center;font-size: 18px;}
.nav a{margin:0 20px;}
.d2tit a{font-size:14px;}
.d2tu li{height:265px;overflow:hidden}
.d2list ul li a{height:auto;line-height:28px;}
.text_content h2{text-align:center;font:normal 22px/30px \5FAE\8F6F\96C5\9ED1;color:#024576}
#copyright{clear:both;margin:75px auto 0 auto;padding-top:50px;text-align:center;font-family: Georgia;background:url(images/bbg.jpg) no-repeat;height:100px;font-size: 18px;color: #fff;}
/*---------MEDIA QUERIES Mobile phone--------------*/
@media (min-device-width:1650px) and (max-width:1900px),
       screen and (max-device-width:1900px) {
    .header div{width: 1200px;}
	.header{background:url(images/top.jpg) no-repeat 30% 0;}
}
@media (min-device-width:1380px) and (max-width:1649px),
       screen and (max-device-width:1649px) {
    
}
@media (min-device-width:1280px) and (max-width:1379px),
       screen and (max-device-width:1379px) {
    .header{background:url(images/top.jpg) no-repeat 30% 0;}
}
@media (min-device-width:1000px) and (max-width:1279px),
       screen and (max-device-width:1279px) {
   	.header{background:url(images/top.jpg) no-repeat 35% 0;}
	.header div{width:980px;}
}
@media (min-device-width:320px) and (max-width:689px),(max-device-width:480px){
	.w1200,.header,.nav,.d2list,.d2tit,.d2tu{width:1000px}
	.nav{min-width:1000px;}
	.header div{width:980px;}
	.nav{font-size: 20px;}
	.nav a{padding:0 5px;margin:0 5px;}
	.text_content{min-width:1000px;}
	#copyright{width: 1000px;}
	.d2list .fr{display:none;}
	.d2tit{min-width:95%;padding-left:5%;width:990px;padding-left:10px;}
}