@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
*:before,
*:after {
  z-index: -1;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head .head_top{
	background: #ededed;
	line-height: 35px;
	color: #454545;
}
.head .head_top a{
	padding: 0 15px;
	color: #454545;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	padding: 10px 0;
}
.head .tel p{
	font-size: 16px;
	line-height: 40px;
	color: #454545;
	background: url(../images/tel.png) no-repeat center left;
	padding-left: 50px;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #0292d9;
	line-height: 40px;
}

.head .head_nav{
	background: #ededed;
	border-bottom: 3px solid #14397c;
}
.head .head_nav ul li{
	float: left;
	width: 150px;
	text-align: center;
}
.head .head_nav ul li a{
	font-size: 16px;
	line-height: 45px;
	color: #14397c;
}

.head .head_nav .btn{
    border: none;
}
.head .head_nav .btn:before, .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 171px;
  height: 0;
  background: #14397c;
  z-index: -1;
}
.head .head_nav .btn:after {
  top: auto;
  bottom: 0;
}
.head .head_nav .btn:hover{
  color: #fff;
  z-index: 99;
}
.head .head_nav .btn:hover:before, .btn:hover:after {
  height: 45px;
}
.head .head_nav .btn:active {
  background: #325f98;
}

[class^="btn"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  max-width: 171px;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid currentColor;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #14397c;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*product start*/
.product{
	margin-top: 50px;
	padding-bottom: 50px;
}

.product .list{
	width: 340px;
	background: #ededed;
	padding-bottom: 20px;
}
.product .list .more{
	width: 100px;
	text-align: center;
	background: #14397c;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
	display: block;
	margin-left: 110px;
	margin-top: 15px;
}
.product .list .more:hover{
	background: #0292d9;
}
.product .list .tit{
	background: #14397c url(../images/titbg.png) no-repeat center bottom;
	padding: 15px 0 10px 0;
	letter-spacing: 3px;
}
.product .tit b{
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
}
.product .tit p{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-family: Arial;
}
.product .list ul li a{
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.product .list .li01 li{
	float: left;
	width: 170px;
	text-align: center;
	margin-bottom: 10px;
}
.product .list .li01 li .one{
	font-size: 16px;
	line-height: 35px;
	color: #444;
	background: rgba(20,57,124,0.2);
	display: block;
}
.product .list .li01 li:hover .one{
	background: #0292d9;
	color: #fff;
}
.product .list .li01 .two li{
	float: none;
	margin-bottom: 0;
}
.product .list .li01 .two li a{
	font-size: 14px;
	line-height: 23px;
	color: #888;
}
.product .list .li01 .two li:hover a{
	color: #14397c;
}

/*.product .list .all li{
	float: left;
	width: 160px;
	text-align: center;
	margin-bottom: 10px;
}
.product .list .all li .one{
	font-size: 16px;
	line-height: 35px;
	color: #444;
	background: rgba(20,57,124,0.2);
	display: block;
}
.product .list .all li:hover .one{
	background: #0292d9;
	color: #fff;
}
.product .list .all .two{
	display: none;
}
.product .list .all .two li{
	float: none;
	margin-bottom: 0;
}
.product .list .all .two li a{
	font-size: 14px;
	line-height: 25px;
	color: #888;
}
.product .list .all .two li:hover a{
	color: #14397c;
}*/

.product .pro_body{
	width: 820px;
}
.product .pro_body ul li{
	float: left;
	margin-left:20px;
	margin-bottom: 40px;
}
.product .pro_body ul li:nth-child(1) {
	margin-left: 0;
}
.product .pro_body ul li:nth-child(4) {
	margin-left: 0;
}
.product .pro_body ul li:nth-child(8) {
	margin-bottom: 0;
}
.product .pro_body ul li:nth-child(9) {
	margin-bottom: 0;
}
.product .pro_body ul li:nth-child(7) {
	margin-left: 0;
	margin-bottom: 0;
}
.product .pro_body ul li a .img{
	width: 260px;
	height: 195px;
	overflow: hidden;
	border: 1px solid #ededed;
	border-bottom: none;
}
.product .pro_body ul li:hover a .img{
	border: 1px solid #14397c;
	border-bottom: none;
}

.product .pro_body ul li a .img img{
	cursor: pointer;
	transition: all 1s;
}
.product .pro_body ul li a .img img:hover{
	transform: scale(1.2);
}

.product .pro_body ul li p{
	width: 260px;
	background: #ededed;
	line-height: 30px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #444;
	border-bottom: 5px solid #14397c;
}
.product .pro_body ul li:hover p{
	background: #14397c;
	color: #fff;
	border-bottom: 5px solid #0292d9;
}

ul.li01 li:nth-child(2) .two{min-height: 150px}
/*product end*/

/*company start*/
.scroll_bg{
	width: 100%;
	height: 100%;
	background-image: url(../images/scroll_bg.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.company{
	margin: 35px 0;
}

.company .com_body{
	background: rgba(255,255,255,0.7);
	padding: 20px 30px;
}
.company .com_body .con{
	width: 790px;
	margin-right: 20px;
}
.company .con b{
	font-size: 18px;
	line-height: 30px;
	color: #14397c;
}
.company .con p{
	font-size: 16px;
	line-height: 30px;
	color: #555;
	text-indent: 2em;
}
.company .con a{
	line-height: 30px;
	margin-top: 10px;
	width: 100px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #14397c;
}
.company .con a:hover{
	background: #0292d9;
}

.company .com_body ul li{
	margin: 30px 0;
}
.company .com_body ul li img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.company .com_body ul li p{
	font-size: 16px;
	color: #555;
	line-height: 20px;
	width: 275px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.company .com_body .case{
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #0292d9;
}
.company .com_body .case b{
	font-size: 18px;
	color: #14397c;
}
.company .com_body .case a{
	color: #0292d9;
	font-size: 15px;
}
.company .com_body .case a:hover{
	color: #14397c;
}

.company .com_body .gd{
	width: 1140px;
	height: 175px;
}
.picMarquee-left{
	overflow:hidden;
	position:relative;
}
.picMarquee-left .bd{
	padding: 0;
}
.picMarquee-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picMarquee-left .bd ul li{
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	position: relative;
}
.picMarquee-left .bd ul li .pic{
	text-align:center;
}
.picMarquee-left .bd ul li .pic img{
	width:200px;
	height:150px;
	display:block;
	padding:2px;
}
/*company end*/

/*advantage start*/
.advantage{
	padding-top: 50px;
	background: url(../images/advbg.png) no-repeat center #fff;
}

.advantage .tit{
	background: url(../images/gou.png) no-repeat 675px bottom;
	text-align: center;
	padding-bottom: 20px;
}
.advantage .tit b{
	font-size: 25px;
	color: #444;
	line-height: 35px;
}
.advantage .tit span{
	color: #14397c;
}
.advantage .tit p{
	text-align: center;
	font-size: 18px;
	color: #888;
	font-family: Arial;
	letter-spacing: 2px;
}

.advantage .adv_body ul li{
	margin: 10px;
	float: left;
	width: 558px;
	text-align: center;
	padding: 20px 10px;
	box-shadow: 0 0 10px #14397c;
}
.advantage .adv_body ul li b{
	font-size: 18px;
	line-height: 30px;
	color: #14397c;
	letter-spacing: 2px;
	padding-left: 30px;
	background: url(../images/gou1.png) no-repeat center left;
}
.advantage .adv_body ul li p{
	font-size: 15px;
	line-height: 30px;
	color: #666;
}
.advantage .adv_body ul li span{
	color: #14397c;
	font-size: 20px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	margin-right: 5px;
}
.advantage .adv_body ul .adv01{
	background: url(../images/adv01.png) no-repeat right bottom;
	border-radius: 20px 20px 0 20px;
}
.advantage .adv_body ul .adv02{
	background: url(../images/adv02.png) no-repeat left bottom;
	border-radius: 20px 20px 20px 0;
}
.advantage .adv_body ul .adv03{
	background: url(../images/adv03.png) no-repeat right top;
	border-radius: 20px 0 20px 20px;
}
.advantage .adv_body ul .adv04{
	background: url(../images/adv04.png) no-repeat left top;
	border-radius: 0 20px 20px 20px;
}

.advantage .adv_body ul li:hover{
	box-shadow: 0 0 10px #0292d9;
}
.advantage .adv_body ul .adv01:hover{
	background: url(../images/adv01_2.png) no-repeat right bottom;
}
.advantage .adv_body ul .adv02:hover{
	background: url(../images/adv02_2.png) no-repeat left bottom;
}
.advantage .adv_body ul .adv03:hover{
	background: url(../images/adv03_2.png) no-repeat right top;
}
.advantage .adv_body ul .adv04:hover{
	background: url(../images/adv04_2.png) no-repeat left top;
}
/*advantage end*/

/*new start*/
.new{
	margin-top: 50px;
	background: url(../images/newbg.jpg) no-repeat center bottom;
	padding-bottom: 50px;
}

.new .title{
	background: url(../images/titlebg.png) no-repeat center;
	margin-bottom: 30px;
	padding: 25px 0;
	text-align: center;
	letter-spacing: 1px;
}
.new .title b{
	font-size: 25px;
	color: #454545;
}
.new .title p{
	text-align: center;
	color: #888;
	font-size: 18px;
	font-family: Arial;
}

.new .new_top span{
	font-size: 20px;
	color: #888;
	font-weight: bold;
}
.new .new_top b{
	font-size: 17px;
	font-weight: normal;
	line-height: 40px;
	color: #454545;
	width: 650px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #14397c;
}
.new .new_top p{
	width: 650px;
	font-size: 16px;
	line-height: 30px;
	color: #555;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}
.new .new_top a{
	background: #14397c;
	font-size: 15px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	margin-top: 30px;
}
.new .new_top a:hover{
	background: #0292d9;
}

.new .new_bot{
	padding-top: 20px;
}
.new .new_bot ul li{
	float: left;
	width: 570px;
	padding: 10px;
	margin-bottom: 10px;
}
.new .new_bot ul li:nth-child(2n){
	margin-left: 60px;
}
.new .new_bot ul li .num b{
	font-size: 25px;
	color: #aaa;
}
.new .new_bot ul li .num span{
	font-size: 15px;
	line-height: 30px;
	color: #aaa;
}
.new .new_bot ul li .con b{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #454545;
	width: 450px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .new_bot ul li .con p{
	font-size: 14px;
	line-height: 30px;
	color: #888;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 450px;
}
.new .new_bot ul li:hover{
	box-shadow: 0 5px 5px #aaa;
}
.new .new_bot ul li:hover .con b{
	color: #14397c;
}
/*new end*/

/*footer start*/
.foot{
	background: #ededed url(../images/footbg.png) repeat-x center;
	padding-top: 30px;
}

.foot .nav{
	width: 400px;
	text-align: center;
}
.foot .nav b{
	font-size: 20px;
	line-height: 25px;
	color: #14397c;
}
.foot .nav p{
	text-align: center;
	color: #888;
	font-size: 16px;
	line-height: 30px;
}
.foot .nav ul{
	width: 210px;
	margin-left: 95px;
	border-top: 2px solid #14397c;
	padding-top: 5px;
	padding-right: 10px;
}
.foot .nav ul li{
	float: left;
	width: 100px;
}
.foot .nav ul li a{
	font-size: 15px;
	line-height: 30px;
	color: #454545;
}
.foot .nav ul li a:hover{
	color: #14397c;
}

.foot .lx{
	width: 440px;
}
.foot .lx b{
	font-size: 20px;
	line-height: 25px;
	color: #14397c;
	margin-left: 85px;
}
.foot .lx p{
	text-align: center;
	color: #888;
	font-size: 14px;
	line-height: 30px;
}
.foot .lx ul{
	width: 400px;
	margin-left: 20px;
	border-top: 2px solid #14397c;
	padding-top: 5px;
}
.foot .lx ul li{
	font-size: 15px;
	color: #454545;
	margin-left: 40px;
	line-height: 30px;
}

.foot .ewm{
	width: 280px;
	margin-top: 30px;
}
.foot .ewm img{
	margin-right: 20px;
	width: 150px;
	height: 150px;
}
.foot .ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #666;
	font-size: 16px;
}

.foot .foot_bot{
	margin-top: 20px;
	background: #14397c;
}
.foot .foot_bot b{
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	font-weight: normal;
}
.foot .foot_bot a{
	color: #fff;
	font-size: 15px;
	line-height: 35px;
}
/*footer end*/