@charset "utf-8";
/*--全局样式--*/
body{font-size:12px;color:#000; font-family:"宋体"; margin:0;}
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0px;padding:0px;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
section, article, aside, header, footer, nav, dialog, figure {display: block;}
a{color:#000;text-decoration:none; outline: medium none;}
a:hover{color:#081f74;}
img{border:0; vertical-align:middle;}
ul,ol{list-style:none;}
.clear{clear:both;}
.w_100{width:100%;margin:0px auto;}
.w_1200{width:1200px;margin:0px auto;}
.m-r{margin-right:20px;}

.head{width:1100px; margin:0 auto; height:80px;}
.head a{display:block; float:left; padding-top:8px;}
.head ul{float:right;  background:url(../images/2.jpg) left center no-repeat; width:162px; margin-top:22px; height:45px; font-size:17px; font-family:"微软雅黑";}
.head ul li{text-align:center; padding-left:50px;}
.head ul li span{border-top:1px solid #444545; color:#fe0202; font-size:16px !important; font-family:Arial, Helvetica, sans-serif !important;}

/* 导航 */
.nav{width:100%; background:#b55a25; height:40px; background:url(../images/3.jpg) 0 0 repeat-x #081f74;}
.menu {height:40px;width:1100px; margin:0 auto;}
.menu li {
	position: relative;
	list-style: none; width:110px;
	float: left; text-align:center; margin-right:12px;
	display: block;
	height: 40px; line-height:40px;}

.menu li a {
	display: block;height:40px;
	font-size:16px; font-weight:bold;
	color:#fff; font-family:"微软雅黑";
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu li:hover > a {
	color:#fff;background:rgba(205,218,251,0.6);
}
/* 子导航 */
.menus{background:#071a60;}

.menu ul {
	top:40px; z-index:999;
	left: 0;
	opacity: 0; width:110px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;position: absolute; 
}
.menu li:hover > ul {
	opacity: 1;
}
.menu ul li {
	height: 0; margin-right:30px;
	overflow: hidden; position:relative;
	padding: 0; border:0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu li:hover > ul li {
	height:40px;
	overflow: visible; border-bottom:1px dashed #fff;

}
.menu li:hover > ul li a{  background:#071a60; 
}
.menu ul li a {
	width:110px; color:#fff;
	margin: 0;

}
.menu ul li a:hover{color:#cddafb;}

.menu ul li:last-child{border:0 !important;}

/*banner*/

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.pagination{height:24px; overflow: hidden;float: right;padding: 20px 20px 0 0;}
.pagination li{display: inline-block; float:left; height: 22px;line-height: 22px;color: #fff;text-align: center;}
.pagination a{display: inline-block;height: 22px;line-height: 22px;background: #FFFFFF;border: 1px solid #B4B4B4;color: #000;text-align: center;padding: 0 10px;margin-left: 2px;}
.current{background: #1B386D !important; display: block;  color: #fff !important;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }



/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* override flexslider default style */
.flexslider {
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	overflow:hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index:900;
}

.flex-control-paging li a {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border:2px solid #fff;	
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background-color: #fff ;
}

.flex-direction-nav {
	height:90px;
	width: 100%;
	position: absolute;
	top:50%;
	left:0;
	margin: -50px 0 0; 	
	z-index:100;
}

.flex-direction-nav li {
	overflow:visible;
}

.flex-direction-nav a  { 
	overflow:visible;
	width: 90px; 
	height: 90px; 
	margin: 0; 
	opacity: 1;  
	top:0;
	color: rgba(0,0,0,0.8); 
	text-indent:-9999em;
	text-shadow: none; 
	-webkit-transition:  all 0.3s ease-out; 
	-moz-transition:  all 0.3s ease-out; 
	transition:  all 0.3s ease-out; 
	background-color: rgba(0,0,0,0.5) ;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
}

.flex-direction-nav .arrow {
	position: absolute;
	top:0;
	left:0;
	width: 90px; 
	height: 90px; 
	background: transparent url('../images/nav.png') no-repeat 5px 5px;	
	z-index:200;
}

.flex-direction-nav a.flex-next .arrow {
	background-position: -75px 5px ;
}

.flex-direction-nav .flex-prev { left:0px; }
.flex-direction-nav .flex-next { right:0px; text-align: left;}
.flexslider:hover .flex-prev { left:0; opacity:1}
.flexslider:hover .flex-next { right:0; opacity:1}
.flexslider:hover .flex-prev:hover .arrow { left:0; background-position:5px -95px; background-color: #fff;}
.flexslider:hover .flex-next:hover .arrow { right:0; background-position: -75px -95px ;opacity:1;  background-color: #fff;}

.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
	background-color: #fff;
	opacity:1; 
}
/*banner*/
.new{width:1100px; margin:0 auto; background:#d0c6c9; height:30px; line-height:30px;}
.new h1{background:#071a60; width:120xp; text-align:center; color:#fff; display:block; float:left; font-size:14px; font-family:"微软雅黑"; padding:0 10px;}
.new h1 span{border-left:1px dashed #fff; height:26px; margin-top:2px; padding-left:5px; margin-left:5px;}
#demo { width:940px; height:30px; position: relative; overflow: hidden; float:left; margin-left:20px;}
#demo a{margin-right:35px;}
#demo3{ width: 20000px; position: absolute; top:0; left: 0;}
#demo1{ float: left; height: 30px;}
#demo2{ float: left; height: 30px;}

.product{margin:0 auto; width:1100px; overflow:hidden;}
.product h1{border-bottom:4px solid #000; padding-top:20px; text-align:center; font-size:24px; color:#071a60; font-family:"微软雅黑"; margin-bottom:10px;}
.product h1 span{display:block; color:#c2b8ba; padding:5px 0 15px 0; font-size:12px; font-family:Arial, Helvetica, sans-serif; border-bottom:5px solid #081f74; width:180px; display:block; margin:0 auto;}
.product ul li:nth-child(4n){margin:0;}
.box{
	width: 260px;
	height: 236px;
	margin-right:20px;
	float: left;
}
.box a{display:block; cursor:pointer;}
.box a:hover{color:#0067ca;}
.box a span{height:35px; line-height:35px; text-align:center; display:block; width:100%; font-size:14px; font-family:"微软雅黑"; margin-top:10px;}
.border_animation{
	width: 250;
	border: 1px solid #ddd;
	padding: 5px;
	height: 190px;
	float: left;
	position: relative;
}
.border_animation .border_top{
	position:absolute;height:1px;width:0;font-size:0;background:#0067ca;top:0;left:0;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.border_animation .border_right{
	position:absolute;height:0px;width:1px;font-size:0;background:#0067ca;bottom:0;right:0;
	
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.border_animation .border_bottom{
	position:absolute;height:1px;width:0px;font-size:0;background:#0067ca;right:0;bottom:0;
	
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.border_animation .border_left{
	position:absolute;height:0px;width:1px;font-size:0;background:#0067ca;left:0;top:0;
	
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.box .hover .border_top,.box .hover .border_bottom{width:259px}
.box .hover .border_left,.box .hover .border_right{height:199px}

.about{width:100%; height:330xp; padding:20px 0; background:#e5eaf3;}
.us{width:1100px; margin:0 auto; overflow:hidden;}
.title{border-bottom:4px solid #000; height:45px; width:100%; display:block; font-size:18px; color:#071a60; font-family:"微软雅黑"; line-height:45px; padding-bottom:6px;}
.title span{float:left; border-bottom:6px solid #071a60; width:255px;}
.title span i{background:#c2b8ba; margin-right:10px; font-style:normal; width:50px; display:block; float:left; text-align:center; font-size:30px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.title span em{font-style:normal; color:#c2b8ba !important; font-size:18px;}
.title a{float:right; color:#071a60; font-size:14px; font-family:"微软雅黑"; position:relative; top:15px;}
.us ul{padding-top:15px; overflow:hidden;}
.us ul img{float:left; border:1px solid #000; padding:5px;}
.us ul li{float:right; position:relative; margin-left:11px; display:inline;}
.us ul li span{background:#315b9f; display:block;width:670px; padding:10px; height:245px;}
.us ul li em{position:absolute; width:11px; height:42px; top:113px; left:-11px;background:url(../images/7.jpg) 0 0 no-repeat;}
.us ul li p{text-indent:2em; color:#fff; line-height:20px; font-size:14px;text-justify:inter-ideograp;text-align:justify; }

.newcenter{width:1100px; margin:0 auto; overflow:hidden; padding:10px 0 20px 0; height:340px;}
.newcenter ul{float:left; padding-top:20px; margin-right:15px; width:550px;}
.newcenter ul:nth-child(2n+1){margin:0; width:535px;}
.newcenter ul img{padding:2px; border:1px solid #000; margin:6px 0;}
.newcenter ul li{border-bottom:1px dashed #969494; height:30px !important; line-height:30px !important; font-size:14px; color:#303030; width:100%; display:block;}
.newcenter ul li a{float:left; font-size:14px; color:#303030;}
.newcenter ul li span{float:right;}
.newcenter ul li a em{font-style:normal; color:#071a60;}
.newcenter ul li a:hover{color:#315b9f;}

.procenter{width:1100px; margin:0 auto; overflow:hidden; padding-top:20px;}
.procenter ul{padding-top:15px; overflow:hidden;}
.procenter ul li:nth-child(4n){margin:0;}
.link{width:100%; height:330px; padding:20px 0 45px 0; background:#e5eaf3;}
.link ul{width:1100px; margin:0 auto; overflow:hidden;}
.link ul li{float:left;}
.abouts{background:url(../images/11.jpg) left 20px no-repeat; height:245px; width:220px; padding-top:27px;}
.abouts a{display:block; text-align:center; width:100%; height:60px; border-bottom:1px solid #8d8687; font-size:18px; font-family:"微软雅黑"; color:#333; margin-bottom:31px;}
.abouts a:hover{color:#315b9f;}


#form1{ margin-left:40px; overflow:hidden; padding-top:10px; width:200px; text-align: center;}
#form1 dl dd{ overflow:hidden;line-height:24px; font-size:14px; font-family:"微软雅黑"; position:relative;}
#form1 dl dd span{float:left;width:100%;padding:2px 0;text-align:left;}
#form1 dl dd input{display:inline; width:200px; border:1px solid #000; height:18px; padding:5px 20px; background:#FFF;}
#form1 dl dd em{ color:#f00; font-weight:normal; font-size:14px; position:absolute; top:0; padding-left:15px;}


#form2{ margin-left:40px; overflow:hidden; padding-top:10px; width:330px;}
#form2 dl dd{ overflow:hidden;line-height:24px; font-size:14px; font-family:"微软雅黑"; position:relative;}
#form2 dl dd span{float:left; width:100%; padding:2px 0;}
#form2 dl dd input{display:inline; width:288px; border:1px solid #000; height:18px; padding:5px 20px; background:#e5eaf3;}
#form2 dl dd em{ color:#f00; font-weight:normal; font-size:14px; position:absolute; top:0; padding-left:15px;}
#form2 dl dd textarea{height:60px;padding:10px; width:308px; resize:none; border:1px solid #000; background:#e5eaf3;}




#form1 dl dd textarea{height:60px;padding:10px; width:408px; resize:none; border:1px solid #000; background:#FFF;}

.submit{background:#071a60; width:120px; margin-top:5px; line-height:30px; height:30px; text-align:center; color:#fff; font-size:14px; font-family:"微软雅黑"; cursor:pointer; outline:none; border:0;}
.phone{width:360px; float:right !important; margin-top:5px;}
.phone img{padding:3px; border:1px solid #000;}
.phone span{background:url(../images/12.jpg) left center no-repeat; display:block;}
.phone span b{height:42px; line-height:42px; border-bottom:1px solid #a4a2a2; width:310px;  display:block; font-weight:normal; font-size:16px; font-family:"微软雅黑"; padding-left:50px;}

.foot{height:165px; width:100%; background:#534f4f;}
.foots{width:1100px; margin:0 auto; overflow:hidden;}
.foots ul{float:left; margin-top:10px;}
.foots ul li{width:100%; margin-bottom:10px; color:#fff; font-size:14px; line-height:24px;}
.foots ul li a{color:#fff; font-size:14px; padding:0 10px;}
.foots ul li a:nth-child(1){padding-left:0;}
.foots img{float:right; padding:10px 45px 10px 0;}
.foots ul li span{font-family:Arial, Helvetica, sans-serif;}
