@charset "utf-8";

html,
body {
	font: 12px/1.66 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
	color: #333;
	-webkit-text-size-adjust: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #2e71c3;
	text-decoration: none;
}

/*头部*/
.inner {
	width: 980px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
}

header {
	background: #013d97;
	zoom: 1
}

#web_logo {
	margin-left: 10px;
	font-size: 0px;
	position: relative;
	z-index: 999;
}

.top-nav {
	color: #fff;
	position: absolute;
	right: 5px;
	top: 8px;
	height: 77px;
	z-index: 1;
	text-align: right;
	width: 100%;
}

.top-nav a {
	color: #fff;
}

.top-nav a:hover {
	color: #fff;
}

.top-nav li.b {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.top-nav li.t span {
	padding: 0px 5px;
	font-size: 10px;
	color: #bbb;
}

.top-logo {
	min-height: 90px;
	_height: 90px;
}

nav {
	height: 45px;	
	width: 1200px;
	margin: 0 auto;
}

nav ul li {
	float: left;
	text-align: center;		
	margin-left: 10px;position: relative;
	width:11%;
}

nav ul li a {
	
	line-height: 45px;
	color: #fff;
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
}

nav ul li a:hover {
	background: url(../images/nav_button.jpg) no-repeat;
	background-repeat: no-repeat;	
	color: #fff;
	font-size: 14px;
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 45px;
}

nav ul li.line {
	width: 3px;
	overflow: hidden;
	height: 45px;
	background: url(../images/nav_line.jpg) no-repeat;
}

nav ul li.hover {
	background: url(../images/nav_button.jpg) no-repeat;
	
	background-repeat: no-repeat;
}

/*nav ul li.navdown{  background:url(../images/nav_bg.gif); background-repeat:no-repeat;}*/
nav ul li.hover a,
nav ul li.navdown a {}

nav ul li.hover a:hover,
nav ul li.navdown a:hover {
	color: #fff;
}

nav ul li dl {
    position: absolute;
    top: 45px;

    left: 0;

    z-index: 99;

    display: none;

    background: rgba(1, 117, 217, 0.8);

}



nav ul li dl dd {

    /* float: left; */

    padding: 10px 0 20px 10px;

    min-width: 180px;

    display: block;

    overflow: hidden;

}



nav ul li dl dd a {

    margin: 0 10px;

    padding: 0 5px;

    text-align: left;

    line-height: 30px;

    color: #fff;

    font-size: 14px;

    height: 30px;

}



nav ul li dl dd a:hover {

  color: #fff !important;
    border-bottom: none;
    height: 30px;
    background: #134e98;
    line-height: 30px;
    font-size: 14px;

}


nav ul li:hover>dl {

    display: block;

}



nav ul li dl dt {

    float: right;

    overflow: hidden;

    padding: 20px 20px 20px 0;

    width: 380px;

    height: 200px;

    font-size: 0;

}



nav ul li dl dt img {

    width: 380px;

    height: 200px;

}



nav ul li dl dd i {

    position: absolute;

    top: -15px;

    left: 50px;

    z-index: 100;

    width: 100%;

    color: #f3f4f5;

    font-size: 22px;

}



nav ul li dl.tem_pronoaw {

    width: auto;

}



nav ul li dl.tem_pronoaw dd {

    width: auto;

}



nav ul li dl.tem_pronoaw dd div {

    float: left;

    padding: 0 20px;

    min-width: 100px;

}



nav ul li dl.tem_pronoaw dd div h3 {

    margin-bottom: 5px;

    border-bottom: 1px solid #888;

    font-weight: normal;

}



nav ul li dl.tem_pronoaw dd div p a {

    margin: 0;

}




.met_flash {
	margin-top: 10px;
	font-size: 0px;
	overflow: hidden;
}

.met_flash ul {
	margin: 0px;
	padding: 0px;
}

/*首页*/
.aboutus {
	float: left;
	width: 675px;
	margin-top: 10px;
}

.case {
	float: right;
	width: 290px;
	margin-top: 10px;
	overflow: hidden;
}

.style-1 h3.title span {
	float: left;
	background: url(../images/dt-5.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	padding: 0px 25px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.style-1 h3.title a.more {
	float: right;
	width: 39px;
	height: 11px;
	line-height: 1000px;
	overflow: hidden;
	background: url(../images/more.gif);
	margin: 10px 10px 0px 0px;
}

.style-1 .active {
	background: #fff;
	padding: 10px;
}

.style-2 h3.title {
	background: url(../images/dt-6.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

.style-2 h3.title a.more {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #fff;
	font-size: 12px;
}

.style-2 .active {
	background: #fff;
	padding: 10px;
}

.style-2 dl.ind {
	clear: both;
	zoom: 1
}

.style-2 dl.ind dt {
	float: left;
	display: inline;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 10px 0px;
	zoom: 1
}

.style-2 dl.ind dt a {
	margin-left: 5px;
}

.style-2 dl.ind dd {
	float: right;
	display: inline;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

.style-2 dl.ind dd h4 {
	margin-left: 10px;
}

.style-2 dl.ind dd p.desc {
	margin-left: 10px;
	font-style: italic;
	color: #666;
}

.index-news {
	float: left;
	width: 330px;
	margin-right: 15px;
	margin-top: 15px;
}

.listel li {
	margin: 0px 5px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 13px;
	background: url(../images/dt-1.gif) no-repeat left 12px;
}

.listel li a {
	margin-right: 5px;
	zoom: 1;
}

.listel li span {
	float: right;
	color: #666;
}

.index-conts {
	float: right;
	width: 290px;
	margin-top: 15px;
}

.index-product {
	padding-top: 15px;
	*margin-top: 15px;
	*padding-top: 0px;
}

.index-product .profld {
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.index-product h3 span {
	float: left;
}

.index-product ol {
	position: absolute;
	width: 2012em;
}

.index-product ol li {
	float: left;
	text-align: center;
}

.index-product ol li a.img {
	display: block;
	text-align: center;
	font-size: 0px;
}

.index-product ol li a.img img {
	margin: auto;
	border: 1px solid #d6d6d6;
}

.index-product ol li h3 {
	font-weight: normal;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.index-product .flip {
	height: 20px;
	overflow: hidden;
	margin: 8px 15px 0px;
	float: left;
}

* html .index-product .flip {
	width: 300px;
}

*+html .index-product .flip {
	width: 300px;
}

.index-product .next,
.index-product .prev {
	width: 18px;
	height: 18px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../images/neu.gif) no-repeat;
}

.index-product .next {
	background-position: -17px 0px;
}

.index-product .next:hover {
	background-position: -57px 0px;
}

.index-product .prev {
	background-position: -40px 0px;
}

.index-product .prev:hover {
	background-position: 0px 0px;
}

#trigger {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	position: relative;
	bottom: 8px;
	*bottom: 0px;
	*top: 5px;
	zoom: 1;
}

#trigger a {
	background: url(../images/neu.gif) no-repeat -78px -10px;
	width: 8px;
	height: 8px;
	font-size: 0px;
	display: inline-block;
	overflow: hidden;
	margin-right: 5px;
}

#trigger a.current {
	background-position: -78px 0px;
}

#tabs-nav {
	float: left;
	text-align: center;
	margin-left: 15px;
}

#tabs-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	*top: 12px;
}

#tabs-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	overflow: hidden;
	background: #9df0f5;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

#tabs-nav li a:hover {
	background: #fff;
}

#tabs-nav li a.flex-active {
	background: #fff;
	cursor: default;
}

.index-links {
	background: #fff;
	padding: 5px 15px 10px;
	margin-top: 15px;
	position: relative;
}

.index-links h3 {
	height: 32px;
	line-height: 32px;
	padding-left: 20px;
	background: url(../images/dt-2.gif) no-repeat left center;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.index-links h3 a.more {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #666;
	font-size: 12px;
}

.index-links ul {
	margin: 0px;
	padding: 0px;
}

.index-links .img {
	margin-bottom: 3px;
}

.index-links .img li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}

.index-links .img img {
	width: 88px;
	height: 31px;
}

.index-links .txt {
	zoom: 1;
}

.index-links .txt li {
	list-style: none;
	float: left;
	width: 88px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	overflow: hidden;
}

/*内页栏目*/
.sidebar {
	padding-top: 45px;
	width: 1200px;
}

.sidebar .sb_nav {
	float: left;
	width: 250px;
}

.sidebar .sb_nav h3.title {
	text-align: left;
	background: url(../images/idx_18.jpg) no-repeat;
	width: 214px;
	height: 45px;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	font-family: "Microsoft YaHei";
}

.sidebar .sb_nav h3.line {
	margin-top: 15px;
}

.sidebar .sb_nav .active {
	width: 212px;
	border: 1px solid #ccc;
	padding-bottom: 10px;
}

#sidebar dl {}

#sidebar dl dt {
	padding-left: 14px;
}

#sidebar dl dt a {
	background: url(../images/idx_22.jpg) no-repeat;
	width: 184px;
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
	display: block;
	color: #fff;
	text-align: center;
}

#sidebar dl dt a:hover {
	color: #fff;
	background-color: #368bda;
	background-image: none;
}

#sidebar dl dd {}

#sidebar dl dd h4 {
	padding: 5px 0px 5px 10px;
	background: url(../images/dt-0.gif) no-repeat left center;
}

#sidebar dl dt.on a {
	color: #fff;
	background-color: #b50000;
}

#sidebar dl h4.on a {
	color: #fff;
	background-color: #b50000;
	font-family: "Microsoft YaHei";
}

.sidebar .sb_box {
	float: right;
	width: 920px;
	background: #fff;
	overflow: hidden;
}

.sidebar .sb_box h3.title {
	height: 38px;
	line-height: 38px;
	background-color: #eeeeee;
	font-size: 12px;
}

.sidebar .sb_box h3.title span {
	height: 38px;
	line-height: 38px;
	background-color: #2e71c3;
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-size: 16px
}

.sidebar .sb_box h3.title div.position {
	float: right;
	font-weight: normal;
	position: relative;
	top: 3px;
	padding-right: 20px;
}

.sidebar .sb_box h3.title div.position a {
	color: #666;
}

.sidebar .sb_box h3.title div.position a:hover {
	color: #2e71c3;
}

/*内页二级
.leftsidebar_box{width:160px;height:auto !important;overflow:visible !important;}
.leftsidebar_box dt{background-repeat:no-repeat;background-position:10px center;color:#f5f5f5;font-size:14px;position:relative;line-height:48px;cursor:pointer;}
.leftsidebar_box dd{ height:30px; border-bottom:1px dashed #ccc; width:184px; margin-left:14px;}
.leftsidebar_box dd a{color:#333; font:normal 14px/30px "Microsoft YaHei"; display:block; text-align:center;}
.leftsidebar_box dd a:hover{ display:block;  color:#1d78cc;}
.leftsidebar_box dt img{position:absolute;right:10px;top:20px;}
*/



* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666666;
	background: #ffffff;
	overflow-y: visible;
	overflow-x: hidden;
}

a:active,
a:hover {
	color: #2e71c3;
	text-decoration: none;
}

a img {
	border-style: none;
}

ul,
li,
dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
	font-weight: normal;
}

dl,
dt,
dd {
	display: block;
	margin: 0;
}

* {
	list-style: none;
}

.clear {
	clear: both;
}

/*网页头部*/
.heads {
	width: 1200px;
	height: 141px;
	margin: 0 auto;
}

.logo {
	width: 542px;
	height: 71px;
	margin-top: 35px;
	float: left;
}

.head_right {
	width: 245px;
	float: right;
	margin-top: 45px;
}

.head_right img {
	display: block;
	float: left;
	margin-top: 5px;
}

.head_right span {
	float: right;
	color: #666;
	font: normal 14px "Microsoft YaHei";
	display: block;
	margin-right: 90px;
}

.head_right p {
	float: right;
	color: #2e71c3;
	font: normal 28px "Microsoft YaHei";
}

/*导航*/
.nav_bg {	
	width: 100%;
	background: #2e71c3;
	background-position: center center;
	margin: 0 auto;
}

/*banner*/
.flash {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
	position: relative;
	*zoom: 1;
}

.flash1 {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}

.flash2 {
	width: 1920px;
	height: 300px;
	position: absolute;
	left: -460px;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 1920px;
	height: 300px;
	overflow: hidden;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	line-height: 99em;
	overflow: hidden;
	margin: -60px 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;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	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: 3px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active {
	background-position: 0 0;
}

/*产品分类*/
.index01 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.pro_left {
	width: 250px;
	float: left;
}

.pro01_big {
	width: 250px;
}

.pro01_big:nth-child(2){
	display:none;
}

.pro01_big .big_title {
	width: 228px;
	height: 40px;
	background: #2e71c3;
	color: #fff;
	font: normal 16px/40px "Microsoft YaHei";
	float: left;
	padding-left: 22px;
}

.pro01_middle01 {
	width: 248px;
	border: 1px solid #2e71c3;
	border-top: none;
}

.pro01_middle01 li {
	width: 220px;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
	min-height: 30px;
}

.pro01_middle01 li a {
	display: block;
	color: #2e71c3;
	font: normal 14px/30px "Microsoft YaHei";
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pro01_middle01 li dl a{
	padding-left:12px
}

.pro01_middle01 li a:hover {
	display: block;
	color: #eda706;
	font: normal 14px/30px "Microsoft YaHei";
}

.pro_left .pro01_big .pro01_middle01 ul li a {
	display: block;
	color: #666;
	font: normal 12px/40px "Microsoft YaHei";
	margin-left: 15px;
}

.pro_left .pro01_big .pro01_middle01 ul li a:hover {
	display: block;
	color: #eda706;
	font: normal 12px/40px "Microsoft YaHei";
	margin-left: 15px;
}

.pro02_big {
	width: 250px;
}

.pro02_big .big_title {
	width: 228px;
	height: 40px;
	background: #2e71c3;
	color: #fff;
	font: normal 16px/40px "Microsoft YaHei";
	float: left;
	padding-left: 22px;
}

.pro02_middle {
	width: 248px;
	height: 133px;
	border: 1px solid #2e71c3;
	border-bottom: none;
	border-top: none;
}

.pro02_middle li {
	width: 220px;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
	height: 30px;
}

.pro02_middle li a {
	display: block;
	color: #2e71c3;
	font: normal 14px/30px "Microsoft YaHei";
}

.pro02_middle li a:hover {
	display: block;
	color: #eda706;
	font: normal 14px/30px "Microsoft YaHei";
}

.pro03_big {
	width: 250px;
}

.pro03_big .big_title {
	width: 228px;
	height: 40px;
	background: #2e71c3;
	color: #fff;
	font: normal 16px/40px "Microsoft YaHei";
	float: left;
	padding-left: 22px;
}

.pro03_middle {
	width: 248px;
	height: 103px;
	border: 1px solid #2e71c3;
	border-bottom: none;
	border-top: none;
}

.pro03_middle li {
	width: 220px;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
	height: 30px;
}

.pro03_middle li a {
	display: block;
	color: #2e71c3;
	font: normal 14px/30px "Microsoft YaHei";
}

.pro03_middle li a:hover {
	display: block;
	color: #eda706;
	font: normal 14px/30px "Microsoft YaHei";
}

.pro04_big {
	width: 250px;
}

.pro04_big .big_title {
	width: 228px;
	height: 40px;
	background: #2e71c3;
	color: #fff;
	font: normal 16px/40px "Microsoft YaHei";
	float: left;
	padding-left: 22px;
}

.pro04_middle {
	width: 248px;
	height: 103px;
	border: 1px solid #2e71c3;
	border-bottom: none;
	border-top: none;
}

.pro04_middle li {
	width: 220px;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
	height: 30px;
}

.pro04_middle li a {
	display: block;
	color: #2e71c3;
	font: normal 14px/30px "Microsoft YaHei";
}

.pro04_middle li a:hover {
	display: block;
	color: #eda706;
	font: normal 14px/30px "Microsoft YaHei";
}

.sers {
	width: 250px;
	height: 66px;
}

.sers a {
	display: block;
	width: 228px;
	height: 66px;
	background: #2e71c3;
	color: #fff;
	font: normal 16px/66px "Microsoft YaHei";
	padding-left: 22px;
	float: left;
}

.sers a:hover {
	display: block;
	width: 228px;
	height: 66px;
	background: #eda706;
	color: #fff;
	font: normal 16px/66px "Microsoft YaHei";
	padding-left: 22px;
	float: left;
}

.pro01_middle02 {
	width: 248px;
	padding-bottom: 10px;
	border: 1px solid #2e71c3;
	border-top: none;
}

.pro01_middle02 dt {
	width: 240px;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
	height: 36px;
	padding-left: 5px;
	line-height: 36px;
}

/*新闻资讯*/
.pro_right {
	width: 920px;
	float: right;
}

.news01 {
	width: 444px;
	float: left;
}

.title01 {
	width: 444px;
	height: 30px;
	background: url(../images/title01.jpg) no-repeat;
}

.title01 a {
	display: block;
	color: #999;
	font: normal 12px/30px "Microsoft YaHei";
	float: right;
}

.title01 a:hover {
	display: block;
	color: #eda706;
	font: normal 12px/30px "Microsoft YaHei";
	float: right;
}

.news01_text {
	width: 444px;
}

.news01_text li {
	float: left;
	width: 444px;
	height: 32px;
	border-bottom: 1px dashed #ccc;
}

.news01_text li h1 {
	width: 3px;
	height: 3px;
	background: url(../images/coin.jpg) no-repeat;
	float: left;
	margin-top: 14px;
}

.news01_text li a {
	display: block;
	color: #333;
	font: normal 14px/32px "Microsoft YaHei";
	float: left;
	margin-left: 10px;
}

.news01_text li a:hover {
	display: block;
	color: #2e71c3;
	font: normal 14px/32px "Microsoft YaHei";
	float: left;
	margin-left: 10px;
}

.news01_text li p {
	color: #666;
	font: normal 12px/32px "Microsoft YaHei";
	float: right;
}

.news02 {
	width: 444px;
	float: right;
}

.title02 {
	width: 444px;
	height: 30px;
	background: url(../images/title02.jpg) no-repeat;
}

.title02 a {
	display: block;
	color: #999;
	font: normal 12px/30px "Microsoft YaHei";
	float: right;
}

.title02 a:hover {
	display: block;
	color: #eda706;
	font: normal 12px/30px "Microsoft YaHei";
	float: right;
}

.news02_text {
	width: 444px;
}

.news02_text li {
	float: left;
	width: 444px;
	height: 32px;
	border-bottom: 1px dashed #ccc;
}

.news02_text li h1 {
	width: 3px;
	height: 3px;
	background: url(../images/coin.jpg) no-repeat;
	float: left;
	margin-top: 14px;
}

.news02_text li a {
	display: block;
	color: #333;
	font: normal 14px/32px "Microsoft YaHei";
	float: left;
	margin-left: 10px;
}

.news02_text li a:hover {
	display: block;
	color: #2e71c3;
	font: normal 14px/32px "Microsoft YaHei";
	float: left;
	margin-left: 10px;
}

.news02_text li p {
	color: #666;
	font: normal 12px/32px "Microsoft YaHei";
	float: right;
}

/*产品展示*/
.prods {
	width: 920px;
	float: right;
	margin-top: 30px;
}

.title03 {
	width: 920px;
	height: 30px;
	background: url(../images/title03.jpg) no-repeat;
}

.title03 a {
	display: block;
	color: #999;
	font: normal 12px/30px "Microsoft YaHei";
	float: right;
}

.title03 a:hover {
	display: block;
	color: #eda706;
	font: normal 12px/30px "Microsoft YaHei";
	float: right;
}

.prod_text {
	width: 950px;
	overflow: hidden;
}

.prod_text li {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.prod_text li a img {
	display: block;
	border: 1px solid #ccc;
	padding: 4px;
}

.prod_text li a:hover img {
	display: block;
	border: 1px solid #2e71c3;
	padding: 4px;
}

.prod_text li h5 a {
	display: block;
	color: #333;
	font: normal 14px "Microsoft YaHei";
	text-align: center;
	margin-top: 10px;
}

.prod_text li h5 a:hover {
	display: block;
	color: #2e71c3;
	font: normal 14px "Microsoft YaHei";
	text-align: center;
	margin-top: 10px;
}

.ad {
	width: 100%;
	height: 110px;
	background: url(../images/ad.jpg) no-repeat center;
	margin-top: 50px;
}

/*公司简介*/
.about_bg {
	width: 100%;
	height: 551px;
	background: url(../images/about_bg.jpg) no-repeat center;
	margin-top: 50px;
}

.abouts {
	width: 1200px;
	margin: 0 auto;
}

.abouts p {
	color: #333;
	font: normal 14px/24px "Microsoft YaHei";
	margin: 0 auto;
	width: 840px;
	word-break: break-all;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-top: 250px;
}

.abouts p span {
	color: #2e71c3;
	font-weight: bold;
}

.abouts a {
	display: block;
	width: 110px;
	height: 40px;
	margin: 0 auto;
	background: #2e71c3;
	color: #fff;
	font: normal 14px/40px "Microsoft YaHei";
	text-align: center;
	margin-top: 20px;
}

.abouts a:hover {
	display: block;
	width: 110px;
	height: 40px;
	margin: 0 auto;
	background: #eda706;
	color: #fff;
	font: normal 14px/40px "Microsoft YaHei";
	text-align: center;
	margin-top: 20px;
}

/*常见问题*/
.matter {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.title04 img {
	display: block;
	width: 287px;
	height: 42px;
	margin: 0 auto;
}

.demo {
	width: 1300px;
	overflow: hidden;
	margin-top: 30px;
}

.demo li {
	float: left;
	margin-right: 40px;
}

.box {
	float: left;
	width: 360px;
	height: 180px
}

.he_slideCaptionDown {
	background: #2e71c3;
	width: 360px;
	height: 240px;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.he_slideCaptionDown .he_slideCaptionDown_img {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	opacity: 1;
	overflow: hidden
}

.he_slideCaptionDown .he_slideCaptionDown_caption {
	color: #fff;
	background: rgba(254, 114, 83, 0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption {
	background: rgba(46, 113, 195, .8);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.he_slideCaptionDown .he_slideCaptionDown_caption,
.he_slideCaptionDown .he_slideCaptionDown_caption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.he_slideCaptionDown .he_slideCaptionDown_caption_h {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
	color: #fff;
	top: 25%;
	opacity: 1
}

.he_slideCaptionDown .he_slideCaptionDown_caption_p {
	font-size: 1em;
	width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
	color: #fff;
	top: 45%;
	opacity: 1
}

/*网页底部*/
.foots_bg {
	width: 100%;
	height: 225px;
	background: #2e71c3;
	background-position: center center;
	margin: 0 auto;
	margin-top: 50px;
}

.foots {
	width: 1200px;
	margin: 0 auto;
}

.foot_logo img {
	display: block;
	width: 204px;
	height: 73px;
	float: left;
	padding-top: 76px;
}

.foots_text {
	float: left;
	color: #fff;
	font: normal 14px/30px "Microsoft YaHei";
	margin-left: 50px;
	margin-top: 45px;
}

.qr img {
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	padding-top: 57px;
	margin-left: 70px;
}

.heads_right {
	width: 245px;
	float: right;
	margin-top: 95px;
}

.heads_right img {
	display: block;
	float: left;
	margin-top: 5px;
}

.heads_right span {
	float: right;
	color: #fff;
	font: normal 14px "Microsoft YaHei";
	display: block;
	margin-right: 90px;
}

.heads_right p {
	float: right;
	color: #fff;
	font: normal 28px "Microsoft YaHei";
}

.he_mr {
	color: #fff;
	text-align: center;
	background-color: #2e71c3;
	padding: 30px 10px;
	;
}

.he_mr h3 {
	font-size: 16px;
}

.he_mr p {
	line-height: 24px;
}

.he_mr a {
	color: #fff;
}

.page {
	clear: both;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.page a {
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	border: #dbdbdb 1px solid;
	padding: 4px 9px;
	margin: 2px;
	margin-bottom: 5px;
	color: #31363c;
	text-decoration: none
}

.page a:hover,
.page a:focus {
	font-family: Arial;
	font-size: 13px;
	border: #000 1px solid;
	padding: 4px 9px;
	color: #fff;
	background-color: #31363c;
}

.page .current {
	font-family: Arial;
	border: #000 1px solid;
	font-size: 13px;
	padding: 5px 9px;
	color: #fff;
	margin: 2px;
	background-color: #31363c
}

.subsite{ display: block; overflow: hidden;width: 1200px;
    margin: 0 auto;
    margin-top: 50px;  }
.subsite ul{ list-style: none; display: block; overflow: hidden; }
.subsite ul li{ float: left;display: block; overflow: hidden; font-size: 14px; color: #333; }
.subsite ul li a{ display: block; padding: 0 10px;color: #333; }
