﻿@charset "UTF-8";
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;position:relative;color:#333;font:14px/2 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#333;}
a:visited{color:#333;}
a:hover,a:active,a:focus{color:#0453bc;text-decoration:none;outline:none;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
h1,h2,h3,h4{font-size:14px;font-weight: normal;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

.wrap {
  width:1200px;
  margin:0 auto;
}
.fl {
  float:left;
}
.fr {
  float:right;
}
.jianju {
  margin-top:60px;
}
.top {
  height: 32px;
	line-height: 32px;
	background:#2a2a2a;
  color:#fff;
}
.top a {
	color:#fff;
}
.top_l {
  width:1000px;
}
.top_r {
  width:180px;
  text-align: right;
}
.header {
  height:100px;
}
.logo {  
  padding: 25px 0;
  margin-right: 60px;
}
.logo img {
  max-height:50px;
}
.nav ul li {
  float:left;
}
.nav ul li a { 
  display: block;
  font-size: 16px;
  margin: 0px 20px;
  padding: 32px 0;   
}
.nav ul li a:hover,.nav ul li a.cur{
  color:#0453bc;
  border-bottom: 3px solid #0453bc;
}
.search{position: relative;width: 232px;height: 32px;border: 1px solid #0453bc;margin: 30px 0;border-radius: 15px;}
.search_text{width: 132px;height: 32px;color: #000;border: 0px;padding-left: 5px;outline: none;background: none;}
.search_select{width:51px;height:32px;}
.search_select select{display:none;}

.banner { position:relative; height:600px;}
.banner .btn1 { bottom: 5px;margin-right: -450px; padding: 5px 6px; position: absolute; right: 50%;z-index: 7;}
.banner .btn1 span { background: none repeat scroll 0 0 #009e4e; border: 1px solid #009e4e; color: #FFFFFF; cursor: pointer;display: inline-block; margin-left: 5px;padding: 2px 5px;}
.banner .btn1 span.cur { font-weight: bold; padding: 4px 8px;}
.banner .bgitem{height: 600px; cursor:pointer; width: 100%;margin: 0 auto;position:absolute; background-position:center top; background-repeat:no-repeat;}


.tit {
  font-size: 30px;
  color: #333;
}
.tit span {
  color:#0453bc;
}
.tit p {
  font-size:12px;
  text-transform: uppercase;
}
.sort {
  width:1050px;
  float:right;
}
.sort ul li {
  float:left;
  padding: 0px 63px;
  background:#0453bc;
  cursor: pointer;
  color:#fff;
  margin-bottom:1px;
  margin-right:1px;
  display: block;
  line-height:50px;
  text-align:center;
  width:134px;
  
}
.sort ul li:hover {
  color:#fff;
  background:#ea0001;
}
.ipro_con {
  margin-top:35px;
}
.ipro_con ul li {
  float: left;
  padding: 15px;
  padding-bottom: 0px;
  margin-right:26px;
  background: #f7f7f7;
  text-align: center;
}

.ipro_con ul li:nth-child(4n){
	margin-right:0px;
}
.ipro_con ul li:first-child{
	margin-left:0px;
}


.ipro_con ul li:last-child{
	margin-right:0px;
}
.ipro_con ul li h3 {
  overflow: hidden;
}
.ipro_con ul li img {
  width:250px;
  height:200px; 
  cursor: pointer;  
  transition: all .35s ease; 
}
.ipro_con ul li img:hover{
  transform: scale(1.1);
}
.ipro_con ul li p {
  margin:10px 0;
}
.ipro_con ul li:hover p a{
  text-decoration: underline;
}
.iprohov{background:#0453bc;color:#fff;}
.ipro_con{display:none;}
.ipro_con0{display:block;}

.iabout {
  width:100%;
  background: url(../images/abo_bg.jpg) no-repeat center top;
  padding-top:60px;
  padding-bottom:120px;
}
.iabo_txt {
  width:700px;
}
.iabo_txt p{
	text-indent:2rem;
	color:#fff;
	font-size:15px;
	padding-top:20px;
	line-height:36px;
}
.iabo_txt a.abo_more {
  display: inline-block;
  color:#fff;
  border:2px solid #fff;
  padding:9px 53px;
  margin-top:40px;
}
.iabo_txt a.abo_more:hover {
  color:#fff;
  background:#0453bc; 
  transition: all .35s linear;
}
.more {
  padding-top:25px;
}
.more a{
  color:#0453bc;
  font-size: 16px;
}
.hot_list ul li {
  float: left;
  padding: 15px;
  margin: 10px 26px 10px 0;
  background: #f7f7f7;
  text-align: center;
}
.hot_list ul li:nth-child(4n+4){
	margin-right:0px;
}
.hot_list ul li h3 {
  overflow: hidden;
}
.hot_list ul li img {
  width:250px;
  height:200px; 
  cursor: pointer;  
  transition: all .35s ease; 
}
.hot_list ul li img:hover{
  transform: scale(1.1);
}
.hot_list ul li p {
  margin:10px 0;
}
.hot_list ul li:hover p a{
  text-decoration: underline;
}
.hot_list ul li h4 a{
  display: inline-block;
  padding:2px 18px;
  color: #0453bc;
  font-size:12px;
  border:1px solid #0453bc;
  border-radius: 5px;
  font-weight: normal;
}
.hot_list ul li:hover h4 a{
  color:#fff;
  background: #0453bc;
}

.youshi {
  background: url(../images/ysbg.jpg) no-repeat center;
  padding:90px 0 90px 0;
  overflow: hidden;
  position:relative;
}
.ys_tit {
  width:80px;
  margin-top: 120px;
}
.ys_tit em {
  display:inline-block;
  width:2px;
  height:400px;
  background: #fff;
}
.ys_tit span {
  color:#fff;
  margin-left: 15px;
  font-size: 16px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}
.ys_con {
  width:1030px;
  margin-top: 110px;
}
.ys_con ul li {
  position: relative;
  float:left;
  width:280px;
  height:210px;
  background:#fff;
  padding:0 20px;  
  margin: 20px 11px;
  box-shadow:1px 2px 5px #ddd;
}
.ys_con ul li span {
  position: absolute;
  z-index: 9999;
  top:-45px;
  font-size: 48px;
  color: #333;
  font-weight: bold;
}
.ys_con ul li h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 80px;
  color:#333;
  font-size: 18px;
  border-bottom: 3px solid #0453bc;
}
.ys_con ul li p {
  font-size: 14px;
  line-height: 25px;
  color: #888;
}
.ys_con ul li:hover {
  background: #0453bc;
}
.ys_con ul li:hover span {
  color:#aaa;
}
.ys_con ul li:hover h3 {
  color:#fff;
  border-bottom: 3px solid #fff;
}
.ys_con ul li:hover p {
  color:#fff;
}

.inews_l {
  width:300px;
}
.inews_l p.des{
  margin-top: 30px;
  line-height: 25px;
}
.inews_list {
  margin-left: 40px;
}
.inews_img {
  overflow: hidden;
}
.inews_img img {
  width: 410px;
  height: 170px;
  cursor: pointer;  
  transition: all .35s ease;
}
.inews_img img:hover {
  transform: scale(1.1);
}
.inews_list h3 {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  background: #0453bc;
}
.inews_list h3 a {
  color:#fff;
}
.inews_list ul {
  margin-top: 10px;
}
.inews_list ul li {
  height:30px;
  line-height: 30px;
} 
.inews_list ul li em {
  float: left;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-top: 13px;
  margin-right: 10px;
  background: #333;
}
.inews_list ul li a {
  float:left;
  width:70%;
}
.inews_list ul li span {
  float: right;
  width:26%;
  text-align: right;
}
.shangm {
  margin-bottom: 30px;
}
.shangm span {
  color: #0453bc;
  font-weight: bold;
}
.shangm a {
  margin-right: 10px;
  display: inline-block;
}
.footer {
  background: #282828;
  overflow: hidden;
  border-top:7px #ea0001 solid;
}
.foot {
  padding:30px 0;
  color:#fff;
  overflow: hidden;
}
.footer a {
  color:#999;
}
.footer a:hover {
  color:#3f43eb;
}
.foot_l {
  width:1100px;
}
.foot_nav a{
  padding-right: 40px;
}
.foot_cont {
  margin-top:20px;
}
.foot_cont p{
	color:#999;
	line-height:38px;
}
.weix {
  text-align: center;
}
.copy {
  text-align: center;
  color:#999;
  border-top: 1px solid #333;
  padding:30px 0;
  overflow: hidden;
}
.banc {
  width:1920px;
  margin-left:-960px;
  left:50%;
  position:relative;
  height:400px;
  overflow: hidden;
}
.banc img {
  width:1920px;
  height:400px;
}
.crumb {
  position: absolute;
  z-index: 9999;
  margin-top:-112px;
  color:#fff;
}
.crumb span {
  font-size:22px;
}
.crumb a {
  color:#fff;
}
.crumb em {
  display: block;
  width:25px;
  height: 40px;
  background: #fff;
}
.mian {
  padding:40px 0;
  overflow: hidden;
}
.con_left {
  width:200px;
}
.cate ul li{
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 5px;
}
.cate ul li a {
  display: block;
}
.cate ul li a:hover{
  color: #fff;
  background: #0453bc;
  transition: all .35s linear;
}
.con_right {
  width:940px;
}
.con_tit {
  font-size:24px;
  font-weight: 400;
  color:#0453bc;
  margin-bottom: 20px;
  border-bottom: 2px solid #f7f7f7;
}
.con_tit em {
  display: block;
  width:150px;
  height: 2px;
  background: #0453bc;
}
.abo_box {
  text-align: justify;
}
.news_list li {
  height: 62px;
  line-height: 62px;
  border-bottom: 1px dotted #ccc;
}
.news_list li em {
  float: left;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 29px;
  margin-right: 10px;
  background: #0453bc;
}
.news_list li a {
  float:left;
  width:75%;
}
.news_list li span {
  float: right;
  width:20%;
  text-align: right;
  color: #aaa;
}
.pages {
  padding: 30px 0 0px;
  text-align: center;
}
.pages li {
  display: inline;
  margin:0 5px;
}
.pages li a {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  border-radius: 5px;
}
.pages li a:hover {
  padding: 10px 15px;
  border: 1px solid #0453bc;
  background: #0453bc;
  color: #fff;
}
.pro_cate ul li {
  float: left;
  margin:0 10px 10px 0;
}
.pro_cate ul li a{
  display: block;
  padding:8px 64px;
  border:1px solid #ccc;
}
.pro_cate ul li a:hover {
  color:#fff;
  background: #0453bc;
  transition: all .35s linear;
}
.protext {
  margin:25px 0 35px 0;
}
.pro_list ul li {
  float: left;
  padding: 15px;
  padding-bottom: 0px;
  margin: 10px 26px 10px 0;
  background: #f7f7f7;
  text-align: center;
}
.pro_list ul li:nth-child(4n+4){
	margin-right:0px;
}
.pro_list ul li h3 {
  overflow: hidden;
}
.pro_list ul li img {
  width:250px;
  height:200px; 
  cursor: pointer;  
  transition: all .35s ease; 
}
.pro_list ul li img:hover{
  transform: scale(1.1);
}
.pro_list ul li p {
  margin:10px 0;
}
.pro_list ul li:hover p a{
  text-decoration: underline;
}

.detail {
	margin-top:40px;
}
.detail p {
	line-height:30px;
}
.para {
	padding-bottom: 10px;
    overflow: hidden;
}
.para_l {
    padding: 10px;
	text-align: center;
    border: 1px solid #0453bc;      
}
.para_l img {
    width: 280px;
    height: 225px;
}
.para_r {
	width: 400px;
    margin-left: 30px;
    display: inline;
    padding-top: 8px;
}
.para_r h1 {
    color: #0453bc;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #0453bc;
}
.para_r p {
    height: 30px;
    font-size: 12px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}
.biaot h1 {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #0453bc;
    margin-bottom: 15px;
    padding-bottom: 5px;
	text-align:center;
	line-height:50px;
}
.pro_detail {
    margin:15px 0;
}
.tt{
	font-size:18px;
	border-bottom:2px solid #0453bc;
}
.pro_detail h4{
    line-height: 28px;
    height: 28px;
    color: #0453bc;
    margin: 15px 0;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #0453bc;
}
.tag {
    line-height: 30px;
    border-bottom: 1px dashed #ddd;
    color: #999;
}
.news_related {
    margin: 10px 0;
}
.xg_tit {
    line-height: 28px;
    height: 28px;
    color: #0453bc;
    margin: 15px 0;
    display: block;
	font-weight:bold;
    border-bottom: 1px solid #0453bc;
}
.news_related li {
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    line-height: 30px;
    position: relative;
}
.news_related li span {
    position: absolute;
    z-index: 0;
    top:0px;
    right:0px;
}
.news_detail p {
	line-height:30px;
}
.seo {
	text-align:center;
	border-bottom:1px dashed #ddd;
	line-height:50px;
}
.sitemap {
    margin:10px 0;
}
.sitemap h3 {
    margin:20px 0;
    font-size:16px;
}
.sitemap dl a {
    margin-right:10px;
}

.lanx{
	width:65px;
	height:120px;
	border:3px #0453bc solid;
	position:absolute;
	left:-10px;
	top:-10px;
}
.shengm{
	position:fixed;
	top:25%;
	left:0px;
	z-index:99999;
	width:240px;
	height:480px;
}

.form-group {
	width: 650px;
	margin: 0 auto;
	clear: both;
	padding: 12px 0;
}
.form-group label {
	float: left;
	font-size: 16px;
}
.form-control {
	float: left;
	width: 500px;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
.form-control-c {
	float: left;
	width: 490px;
	border: 1px #ddd solid;
	height: 100px;
	line-height: 30px;
}
button.form-sub {
	width: 570px;
	margin: 0 auto;
	clear: both;
	font-size: 16px;
	line-height: 40px;
}
.form-sub {
	height: 40px;
	color: #fff;
	background: #ea0001;
	border: none;
}
.form-control-y {
	float: left;
	width: 100px;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
