﻿@charset "UTF-8";

/* CSS Document */

/*author：Chong Ge*/

.transition500 { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }



.transition1000 { -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }



.scale12 { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }



/*全局变量*/

* { margin: 0; padding: 0; border: 0; }



ul, li { list-style: none; }



input, select, textarea { outline: none; font-family: "Microsoft YaHei","宋体",Arial,Helvetica,sans-serif; }



input[type=submit], input[type=reset], input[type=button], input[type=chekbox], input[type=radio], select { cursor: pointer; }



table { border-collapse: collapse; }



img { vertical-align: top; }



br { clear: both; }



a { text-decoration: none; outline: none; color: #333; }



a:hover { text-decoration: none; color: #085eb9; }



a:active { color: #009999; }



body, html { background-image: url(about:blank); background-attachment: fixed; width: 100%; color: #333; font-size: 12px; font-family: "Microsoft YaHei","宋体",Arial,Helvetica,sans-serif; }



/*通用样式*/

.left { float: left; }



.right { float: right; }



.ywdx { text-transform: uppercase; }



.slh { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }



.blue_word { color: #284a97; }



.blue1 { color: #085eb9; }



.bghong1 { background: #d00 !important; }



.img { max-width: 100%; /*(或者具体数值)*/ width: expression(this.width>200?"200px":this.width); }



/*父级元素width:具体数值;display:block且img{width:100%;}*/

/*头部*/

.header { width: 100%; }



.headerTop { width: 100%; background: #eee; }

.headerTop div { width: 1200px; height: 30px; margin: auto; overflow: hidden; line-height: 30px; }

.headerTop div .right a { color: #085eb9; padding-left: 20px; margin: 0 10px; color: #555; }

.headerTop div .right a:hover { color: #d00; }



.welcome { float: left; font-size: 12px; color: #777; }



.headerCon { width: 100%; }

.headerCon > div { width: 1200px; overflow: hidden; margin: 20px auto; }



.logo { float: left; margin-left: 20px; }

.logo h1, .logo h2 { display: none; }

.logo img { height: 70px; float: left; }



.headerAd { float: left; margin-top: 15px; }



.headerTel { float: right; padding-left: 50px; margin: 20px 20px 0 0; background: url(../images/header-tel.png) left center no-repeat; }

.headerTel span { font: bold 16px '黑体'; color: #085eb9; float: left; margin-top: 15px; }

.headerTel strong { font-size: 20px; font-family: Arial; color: #d00; display: block; float: left; }



.sethome { background: url(../images/sethome.png) left center no-repeat; }



.shoucang { background: url(../images/shoucang.png) left center no-repeat; }



/* 导航 */

.nav { width: 100%; background: url(../images/nav-bg.jpg) left center repeat-x;}

.nav ul { width: 1200px; display: table; margin: auto; }

.nav ul li { width: 12.5%; float: left; }

.nav ul li:first-child a { background-image: none; }

.nav ul a { font: 18px/50px '微软雅黑'; color: #fff; display: block; text-align: center; background: url(../images/navbdl.jpg) left center no-repeat; }

.nav ul a:hover, .nav ul a.cur { background-color: #d00; }



/* 底部 */

.footer { width: 100%; padding: 20px 0; background: #085eb9; text-align: center; }



.footerNav { margin-bottom: 10px; font-size: 16px; color: #aaa; }

.footerNav a { color: #fff; }

.footerNav a:hover { color: #d00; }



.copyright { font-size: 14px; line-height: 1.8em; color: #ddd; }

.copyright a { color: #fff; }



/* 图片列表 */

.picList,.picList11 { width: 100%; overflow: hidden; }

.picList dl,.picList11 dl { width: 31%; float: left; margin: 0 1% 10px 0; text-align: center; }

.picList dl:hover dt,.picList11 dl:hover dt { color: #085eb9; }

.picList dl dd, .picList dl dt,.picList11 dl dd, .picList11 dl dt { width: 100%; }

.picList dl dd,.picList11 dl dd { height: 150px; }

.picList dl dd span,.picList11 dl dd span { width: 100%; height: 100%; display: block; }

.picList dl dd span img { width: 100%; height: 100%; }

.picList11 dl dd span img { width: 100%; height: 100%; }

.picList dl dt,.picList11 dl dt { font-size: 14px; line-height: 2em; color: #555; }