body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, img {
	margin:0;
	padding:0;
}

img {
	border:0
}
ol, ul {
	list-style:none
}
input {
	outline: none;
	border:none;
}
html {
	_overflow-y:scroll;
}
/*****！！页面通用css样式定义开始******/
html, body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
	font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
* {
	word-break: break-all;
	word-wrap:break-word
}
/* 网站超链接css通用设置 */
a {
	text-decoration: none;
} /* 链接无下划线,有为underline */
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover {
	color: #008100;
	text-decoration: none;
} /* 鼠标在链接上 */
a:active {
} /* 点击激活链接 */
.fl {
	float:left;
}
.fr {
	float:right;
}
.hide {
	display: none
}
.left {
	float:left
}
.right {
	float:right
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}/*清除浮动*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow: hidden;
}/*清除浮动*/
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	display:block
}
.textover {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
.dib {
	display: inline-block;
*display: inline;
	zoom:1;
}
/*表格样式定义 */ 
checkbox {
	border: 0px;
}/*选择框样式定义 */
/*.input{ border:1px solid #ccc; height:20px;line-height:20px} */
ul, li {
	list-style:none
}
.backcolor {
	background:#004fab;
}
.toparea {
	background:#ebebeb
}
.toparea ul {
	width:1200px;
	margin:0 auto
}
.toparea ul li {
	float:left;
	line-height:40px;
	color:#666666
}
.toparea ul li a {
	line-height:40px;
	color:#666666
}
.heading {
	width:1200px;
	margin:0 auto
}
.heading .logo {
	display:block;
	height:115px;
	background:url(../images/top_logo.png) left center no-repeat;
	float:left;
	padding-left:85px;
}
.heading .logo p {
	font-size: 32px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
	padding-top: 23px;
}
.heading .logo span {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.heading .tel {
	height: 115px;
	background: url(../images/top_ewm.png) left center no-repeat;
	padding-left: 60px;
}
.heading .tel p {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin-top: 30px;
}
.heading .tel h1 {
	font-size:28px;
	font-family:impact;
	color:#ec000d;
	line-height:35px;
	font-weight:500
}
.navbg {
	height:60px;
	background:#032f8a
}
.navbar-nav {
	height: 60px;
	width: 1200px;
	margin: 0 auto;
}
.navbar-nav .nav-list>li {
	position: relative;
	z-index: 999;
	display: inline-block;
	width:14%;
}
.navbar-nav .nav-list>li>a {
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    transition: all 0.4s;
    display: block;
    /*padding: 0 42px;*/
	text-align:center;
}
.navbar-nav li.active>a, .navbar-nav .nav-list>li:hover>a, .navbar-nav .nav-list>li>a.reds {
	background:#ec000d;
	color:#fff;
}
.navbar-nav .nav-list>li>a.nav_on {
	font-size:16px;
	position:relative;
	color:#fff;
	background:#ec000d;
	display:block;
}
.dropdown-menu {
	display:block;
	display: none\9;
	display: block\9\0;
	-webkit-transform:scale(1.2, 0);
	transform:scale(1.2, 0);
	opacity:0;
	-webkit-transform-origin:top;
	transform-origin:top;
-webkit-transition:all .2s ease-out;
-webkit-transition:-webkit-all .2s ease-out;
transition:-webkit-all .2s ease-out;
transition:all .2s ease-out;
transition:all .2s ease-out, -webkit-all .2s ease-out;
	z-index:9999;
	position: absolute;
	background:#fff;
	top:60px;
	width:100%;
	text-align:center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	border-top:none;
	margin-left:0
}
.dropdown-menu > li {
	border-top:1px solid #e5e5e5;
}
.dropdown-menu > li:last-child {
	border-bottom:1px solid #e5e5e5;
}
.dropdown-menu > li>a {
	font-size:13px;
	line-height:24px;
	display:block;
	width:100%;
transition:all .1s ease;
	padding:9px 0;
	color:#333
}
.dropdown-menu > li>a:hover {
	color:#d00031
}
.dropdown-active {
	display: block\9;
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1);
	opacity:1;
}
/*子页面大图*/
.nban {
	width:100%;
	height:350px;
	margin:0 auto;
	background:#dfdfdf;
}
.product {
	text-align: center;
	padding-top: 60px;
}
.product .prod-title {
	text-align: center;
}
.product .prod-title .entxti {
	font-size:70px;
	line-height:80px;
	font-family:impact;
	color:#e7f0f4;
	text-align:center;
	text-transform:uppercase
}
.product .prod-title h1 {
	font-size: 30px;
	color: #1a5dc2;
	font-weight:bold;
	line-height:40px;
}
.product .prod-title .inline {
	width: 45px;
	height: 3px;
	background: #1a5dc2;
	margin: 10px auto 0;
}
.product .prod-title h3 {
	margin:20px auto 0;
	width:92%;
}
.product .prod-title h3, .product .prod-title h3 * {
	font-size:16px;
	color: #333;
	line-height:30px;
	font-weight:500;
}
.product .prod-title > a > img {
	display: inline-block;
	margin: 10px auto;
}
.prod img {
 transition: all linear .5s;
}
.prod img:hover {
	transform: rotateZ(360deg);
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/*搜索*/
.link {
	height:65px;
	border-bottom:1px solid #e5e5e5
}
.link ul {
	width:1200px;
	height:65px;
	margin:0 auto;
}
.link ul li {
	float:left;
	height:65px
}
.link ul li p {
	line-height:65px;
	width:840px;
	height:65px;
	color:#333;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	font-size:15px;
	font-weight:bold
}
.link ul li a {
	line-height:65px;
	color:#333;
	font-weight:500
}
.bannerfo {
	width:278px;
	height:36px;
	border:1px solid #b4b4b4;
	position:relative;
	margin-top:14px;
	border-radius:20px;
}
.bannerfo dl dt {
	display:inline
}
.bannerfo dl .inputbox {
	position:absolute;
	left:0;
	top:0;
	width:230px;
	height:36px;
}
.bannerfo dl .inputbox input {
	width:200px;
	height:36px;
	padding:0 15px;
	color:#aaaaaa;
	line-height:36px;
	font-size:14px;
	background:none
}
.bannerfo dl .menuser {
	position:absolute;
	left:230px;
	top:0;
	width:48px;
	height:38px;
	display:block;
	background: url(../images/search2.png) no-repeat 0 0;
}
.bannerfo dl .menuser input {
	width:48px;
	height:36px;
	background: none
}
/*footer*/
/*.footer {
	background:#222222;
	padding-top:45px;
	padding-bottom:45px
}
.footer .maina {
	width:1200px;
	margin:0 auto
}
.navigation {
	display: block;
	float: left;
	width:180px;
	margin-right:100px;
}
.navigation .title {
	font-size:18px;
	color:#ffffff;
	line-height:35px
}
.navigation .title .dec {
	width:24px;
	height:2px;
	background:#999999;
	display:block;
	margin-top:12px
}
.navigation .content {
	margin-top:20px
}
.navigation .content ul li {
	display: block;
	float: left;
	width: 45%;
	margin: 0 10% 0 0;
}
.navigation .content ul li a {
	line-height:35px;
	font-size:14px;
	color:#999999
}
.bot_cp {
	width:570px;
	display:block;
	float:left;
}
.bot_cp .title {
	font-size:18px;
	color:#ffffff;
	line-height:35px
}
.bot_cp .title .dec {
	width:24px;
	height:2px;
	background:#999999;
	margin-top:12px
}
.bot_cp .content {
	margin-top:20px;
}
.bot_cp .content ul li {
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
.bot_cp .content ul li a {
	line-height:35px;
	font-size:14px;
	color:#999999
}
.attention {
	display:block;
	float:right
}
.attention .bot_tel {
	text-align: right;
	font-size: 28px;
	color: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 35px;
	background: url(../images/bot_tel.png) 35px top no-repeat;
	padding-left:75px;
}
.attention .bot_tel p {
	font-size: 14px;
	line-height: 25px;
	color: #989898;
	font-weight: 500;
	margin: 10px 0 10px 0;
}
.attention .content {
}
.attention .content ul li {
	float: right;
	text-align: center;
	display: block;
	width: 106px;
	font-size: 14px;
	line-height: 30px;
	color: #989898;
	margin-left: 25px;
}
.attention .content ul li img {
	width:100%;
	height:auto
}
.bottom {
	background:#222222;
	border-top:1px solid #3e3e3e
}
.bottom ul {
	width:1200px;
	margin:0 auto
}
.bottom ul li {
	line-height:60px;
	color: #989898;
	font-size: 14px;
	float:left;
}
.bottom ul li a {
	line-height:60px;
	color: #989898;
	font-size: 14px;
}*/
 @media screen and (max-width:1360px) {
 .navbar-nav {
height:80px;
float:right;
width:60%
}
.navbar-nav .nav-list>li {
height:80px;
text-align:center;
position:relative;
z-index:999;
width:14.3%;
display: inline-block;
float:left
}
.navbar-nav .nav-list>li>a {
display:block;
line-height:80px;
color: #fff;
height:80px;
font-size: 14px;
transition:all 0.4s
}
.navbar-nav li.active>a, .navbar-nav .nav-list>li:hover>a, .navbar-nav .nav-list>li>a.reds {
text-decoration:underline;
background:none
}
.navbar-nav .nav-list>li>a.nav_on {
font-size:14px;
position:relative;
color:#fff;
text-decoration:underline;
background:none
}
.navbar-nav .header-contact {
margin-top:28px;
no-repeat left center;
padding-left:32px;
}
.navbar-nav .header-contact>p {
color:#444;
font-size:14px;
margin-bottom:0;
line-height:18px;
}
.navbar-nav .header-contact>.fr p {
font-size:25px;
color:#a10000;
line-height:30px;
font-family:impact
}
.navbar-nav .header-contact>.fr p:first-child {
font-size:12px;
color:#999 !important;
line-height: 14px;
font-family:微软雅黑
}
.top-icon {
width:12px;
height:12px;
position:absolute;
margin-left:-18px;
vertical-align:middle;
margin-top:13px;
}
.icon-follow {
background:url("../images/top_icons2.png") no-repeat left center;
}
.icon-global {
background:url("../images/top_icons3.png") no-repeat left center;
}
.dropdown-menu {
display:block;
display: none\9;
display: block\9\0;
-webkit-transform:scale(1.2, 0);
transform:scale(1.2, 0);
opacity:0;
-webkit-transform-origin:top;
transform-origin:top;
-webkit-transition:all .2s ease-out;
-webkit-transition:-webkit-all .2s ease-out;
transition:-webkit-all .2s ease-out;
transition:all .2s ease-out;
transition:all .2s ease-out, -webkit-all .2s ease-out;
z-index:9999;
position: absolute;
background:#fff;
top:80px;
width:130%;
text-align:center;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
border-top:none;
margin-left:-15%
}
.dropdown-menu > li {
border-top:1px solid #e5e5e5;
}
.dropdown-menu > li:last-child {
border-bottom:1px solid #e5e5e5;
}
.dropdown-menu > li>a {
font-size:13px;
line-height:24px;
display:block;
width:100%;
transition:all .1s ease;
padding:9px 0;
color:#333
}
.dropdown-menu > li>a:hover {
color:#d00031
}
.dropdown-active {
display: block\9;
-webkit-transform:scale(1, 1);
transform:scale(1, 1);
opacity:1;
}
}


/*网站底部*/
.foot{ width:100%; height: auto; margin:0 auto; background:#222222; padding-top:30px;}
.foot .maina{ width:1200px; height:125px; display:block; overflow:hidden; margin:0 auto; border-bottom:1px solid #b7b6b6;}
.foot .maina .botlogo{ width:600px; height:85px; background:url(../images/bot_logo.png) 15px 0 no-repeat;display:block;float:left;}

.foot .maina .botlink{ display:block; float:left; height:56px; line-height:56px; font-size:14px; color:#fff; margin-top:29px;}
.foot .maina .botlink a{line-height:56px; font-size:14px; color:#fff; margin:0 10px}
.foot .mainb{ width:1200px; height:225px; margin:32px auto 0;}

.botdh{ display:block; float:left; width:265px; height: auto; margin-right:165px}
.botdh ul li{
	float: left;
    width: 38%;
    margin: 0 6%;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
	}
.botdh ul li a{line-height:50px; color:#fff; font-size:14px}

.botlx{
	width: 410px;
    height: auto;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    padding-top: 3px;
	}
.botlx *{font-size:14px; line-height:34px; color:#fff}

.botewm{ width:273px; height: auto; display:block; float:right; background:url(../images/ewm.jpg) no-repeat right  0; margin-top:10px}
.botewm ul{ width:123px; height:auto; display:block; float:right; margin-top:6px}
.botewm ul li{ width:122px; height:auto; display:block; float:left; margin-right:28px; display:block; text-align:center}
.botewm ul li img{ width:112px; height:112px}
.botewm ul li p{ margin-top:6px; font-size:14px; line-height:45px; color:#d4d5d7}


.footer{ width:100%; height:60px; margin:0 auto; background:#191919}
.footer ul{ width:1200px; height:60px; margin:0 auto}
.footer ul li{ float:left; line-height:60px; font-size:14px; color:#fff}
.footer ul li a{line-height:60px; font-size:14px; color:#fff}

.foot .maina .dbtel{padding-bottom:40px; width:310px;background:url(../images/dbtel.png) no-repeat 0 0px; padding-left:72px; float:right;margin-top: 20px;}
.foot .maina .dbtel span{ font-size:16px; font-family:Arial, Helvetica, sans-serif; line-height:25px; color:#fff}
.foot .maina .dbtel p{ font-size:39px; font-family:Arial, Helvetica, sans-serif; line-height:43px; color:#fff; font-weight:500}

