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:#1a5dc2;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:#1a5dc2;}




/*头部*/
.header_nav{
	width: 100%;
    height: 90px;
    /*position: absolute;
    left: 0;
    top: 0;*/
    z-index: 111;
	background:#004fab
	}
.header_nav .main{
	width: 1200px;
    height: 90px;
    margin: 0 auto;
	}
.header_nav .main .logo{
	background: url(../images/logo.png) left center no-repeat;
    padding-left: 80px;
    height: 90px;
    display: block;
    float: left;
    font-size:36px;
    line-height: 90px;
    color: #ffffff;
	}


.toptel {
    height: 48px;
    display: block;
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    margin-top: 21px;
    color: #fff;
}
.toptel span {
	font-size: 17px;
	line-height: 24px;
}
.toptel p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}






.header_nav .main .frtxt{
	width:60%;
    display: block;
    float: right;
	}

/*nav*/
.nav{width:100%; height:90px; margin:0 auto;}
.nav ul {height:90px; margin:0 auto;}
.nav ul li{
	float: left;
    height: 90px;
    position: relative;
	}
.nav ul li a{
    padding: 0 17px;
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 90px;
} 
.nav ul li a:hover{color: #fff;}
.nav ul li:hover{font-size:17px;color: #fff !important; background:#e40011}
.nav ul li:hover a{color:#fff;}

.nav ul li dl{position:absolute; left:0px; top:90px; z-index:99999; display:none; width:180%;transition: 0.5s;opacity: 0;}
.nav ul li:hover dl{ position:absolute; left:0px; top:90px; z-index:99999;  display:block;transition:0.5s;opacity:1;
}


.nav ul li dl dt a{
	line-height: 24px !important;
    color: #666 !important;
    font-size: 15px !important;
    font-weight: 500;
    border-bottom: 1px solid #cfcfcf; background:#fff;
    text-align: center;
    padding: 12px 0;
	}
.nav ul li dl dt:hover a{color:#fff !important; font-weight:bold; background:#e40011}

.nav .nav_on{color: #fff; font-size:17px; background:#e40011 }
.header_nav.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; background-color:rgb(0, 79, 171);}





/*搜索*/
.link{ width:100%; height:75px; margin:0 auto; background: url(../images/bg_search.jpg) center top repeat-y}
.link ul{ width:1200px; height:75px; margin:0 auto;}
.link ul li{ float:left; height:75px}
.link ul li p{line-height:75px;width:900px; height:75px; color:#444;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; font-size:16px; font-weight:bold;}
.link ul li a{line-height:75px; color:#444; font-weight:500}

.bannerfo{ width:250px;height:40px;position:relative; margin-top:18px;}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{ position:absolute; left:0; top:0; width:200px; height:40px;}
.bannerfo dl .inputbox input{ width:185px; height:40px; padding:0 0 0 15px;color:#cccccc; line-height:40px; font-size:14px; background:#ffffff}
.bannerfo dl .menuser{ position:absolute; left:200px; top:0; width:50px; height:40px; display:block;background: url(../images/i2.jpg) no-repeat 0 0; }
.bannerfo dl .menuser input{width:50px; height:40px;background: none}




/*子页面大图*/
.nban{
	width: 100%;
    height: 450px;
    margin: 0 auto;
    background: #f1f1f1;
	}



.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: 2px;
    background: #1a5dc2;
    margin: 20px 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;
  }
  
   
  .product .prod-content{ width:1000px; margin:30px auto 0}
  .product .prod-content li {
    float: left;
    width: 20% ;
  }
  .product .prod-content li img {
    display: block;
    margin: 0 auto;
	width:138px
  }
  .product .prod-content li h2 {
    font-size: 16px;
    color: #444444;
    margin: 20px 0 5px; font-weight:500
  }
  .product .prod-content li p {
    font-size: 14px;
    color: #79797A;
    line-height: 22px;
  }


.prod-content img{
  transition: all linear .5s;
}
.prod-content img:hover{
  transform: rotateY(360deg);
}
.prod img{
  transition: all linear .5s;
}
.prod img:hover{
  transform: rotateZ(360deg);
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}




/*footer*/
.footer{background:#1a5dc2; padding-top:40px; padding-bottom:40px}
.footer .maina{ width:1200px; margin:0 auto}

.botlogo{ width:110px;display:block; text-align:center; font-size:26px; color:#fff;line-height:55px; float:left; margin-right:70px}
.botlogo img{ max-width:100%; height:auto; margin-top:35px;}
.botlogo a{ color:#fff}

.navigation{
	display: block;
    float: left;
    width: 200px;
    height: auto;
    margin-right: 70px;
	}
.navigation .title{ font-size:18px; color:#ffffff; line-height:35px}
.navigation .title span{margin-left:10px;font-size:12px; color:#b2bed9; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.navigation .content{ margin-top:20px}
.navigation .content ul li{
	width: 56px;
    height: 38px;
    display: block;
    float: left;
    margin-right: 85px;
    border-bottom: 1px solid #638fd1;
    text-align: center;
	}
.navigation .content ul li a{line-height:38px; font-size:14px; color:#fff}

.botlx{ display:block; float:left; width:450px; height:auto;}
.botlx .title{ font-size:18px; color:#ffffff; line-height:35px}
.botlx .title span{margin-left:10px;font-size:12px; color:#b2bed9; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.botlx .content{ margin-top:20px; font-size:14px; line-height:34px; color:#fff}
.botlx .content ul li{ float:left; width:50%; height:40px; line-height:40px; font-size:14px; color:#fff}
.botlx .content ul li a{line-height:40px; font-size:14px; color:#d6d6d6}



.attention{display:block; float:right}
.attention .title{ font-size:18px; color:#ffffff; line-height:35px}
.attention .title span{ margin-left:10px;font-size:12px; color:#b2bed9; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}

.attention .content{
	margin-top: 20px;
	}
.attention .content ul li{ float:left; margin-right:20px; text-align:center; line-height:30px; color:#fff}
.attention .content ul li img{
	max-width: 125px;
    height: auto;
	}
	 

 
.bottom{ width:100%; height:66px; margin:0 auto; background:#002a6b; text-align:center}
.bottom li{
	display: inline-block;
    height: 66px;
    line-height:66px;
    /*padding: 0 45px;*/
    margin: 0 45px;
    /*background: #2756cc;*/
    color: #b2bed9;
    font-size: 14px;
    /*border-radius: 25px;*/
	}
.bottom li a{line-height:66px;color: #b2bed9;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;}
 
	}














