@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th, td{margin: 0; padding: 0;}*/
html {
	color: #666;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #3a3a3a;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
.w1300{
	width:1300px;
	margin:0 auto;
}

.header{}
.top{
	margin-top:6px;
	border-bottom:1px solid #e7e7e7;
	line-height:36px;
	font-family:"宋体";
	font-size:14px;
	color:#3c3b3b;	
}
.top .fr{
	letter-spacing:0.1em;
}

.head{
	height:125px;
	position:relative;
}
.logo{
	float:left;
	margin-top:35px;
}

.nav {
	width:1020px;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 0;
}
.nav a {
	color: #000;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline; /*margin:0 9px;*/
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	width: 84px;
	height: 60px;
	line-height: 60px;
	margin: 0 20px;
	text-align: center;
	font-size: 16px;
	color: #333;  /*border-bottom:#fff 3px solid;*/
	position: relative;
}
.nav .nLi h3 a .nav-e {
	font-size: 13px;
	color: #cbb7b7;
}
.nav .sub {
	display: none;
	width: 160px;
	left: 0px;
	top: 50px;
	position: absolute;
	line-height: 26px;
}
.nav .sub li {
	zoom: 1;
	background: #1f61af;
}
.nav .sub a {
	display: block;
	width: 138px;
	height: 38px;
	line-height: 38px;
	border-bottom: #d5d5d5 1px solid;
	padding-left: 22px;
	
	font-size: 16px;
	color: #fff;
	position: relative;
}
.nav .sub a:hover {
	background: #f78c00;
}
.nav .on h3 a, .nav .on h3 a .nav-e { /*border-bottom:#1f61af 3px solid;*/
}
.nav .line {
	float: left;
	background: url(../images/nav_line.png) center no-repeat;
	width: 4px;
	height: 50px;
}
.nav .nLi h3 a:after {
	content: "";
	width: 00%;
	height: 3px;
	background: #1f61af;
	position: absolute;
	left: 50%;
	bottom: 0%;
	transition: all 0.3s
}
.nav .nLi.on h3 a:after {
	width: 100%;
	left: 0
}

.banner{}
.fullSlide {
	width: 100%;
	position: relative;
	height: 660px;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 660px;
	overflow: hidden;
	text-align: center;
	background-position:center center;
	background-repeat:no-repeat;
}
.fullSlide .bd li a {
	display: block;
	height: 660px;
	position: relative;
}
.fullSlide .bd li a .f_txt {
	background: url(../images/touming.png) repeat;
	height: 58px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	padding-left: 15px;
}
.fullSlide .bd li a .f_txt span {
	font-size: 12px;
	line-height: 20px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 42px;
	line-height: 30px;
	text-align: center;
	/*background: url(../images/tm.png) repeat;*/
	_filter: alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align: right;
	padding-top: 16px;
	text-align: center;
}
/*	.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; overflow:hidden; margin-right:3px;  width:20px; height:20px; line-height:20px; text-align:center; background:#3a3645; color:#FFFFFF;
 filter:alpha(opacity=80);  
      -moz-opacity:0.8;  
      -khtml-opacity: 0.8;  
      opacity: 0.8;  
	}*/
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 50px;
	height: 10px;
	margin: 0 10px;
	overflow: hidden;
	line-height: 9999px;
	background: #fff;
}
.fullSlide .hd ul .on {
	background: #1f60ad;
}
.fullSlide .prev,  .fullSlide .next {
	position: absolute;
	left: 5%;
	top: 256px;
	display: block;
	width: 76px;
	height: 148px;
	line-height: 148px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.fullSlide .prev img,  .fullSlide .next img {
	margin-left: 0px;
	margin-top: 0px;
}
.fullSlide .next {
	left: auto;
	right: 5%;
}

.footer{
	margin-top:52px;
	padding:45px 0 16px;
	background-color:#535353;
}
.footer .footlogo{
	float:left;
	width:290px;
	
}
.footer .footlogo img{
	margin-top:16px;
}
.footer .footlogo .footfwrx{
	padding-left:75px;
	margin:50px 0 0 5px;
	background:url(../images/footfwrx.png) no-repeat left center;
	color:#fff;
}
.footer .footlogo .footfwrx span{
	display:block;
	margin-bottom:10px;
	font-family:"新宋体";
	font-size:30px;
	letter-spacing:0.1em;
}
.footer .footlogo .footfwrx p{
	font-size:16px;
}

.footer .footinfo{
	float:left;
	/* width:486px; */
	height:194px;
	padding:16px 28px 0;
	border-left:1px solid #757575;
	border-right:1px solid #757575;
	font-size:18px;
	color:#fff;
	line-height:36px;
	/* letter-spacing:0.1em; */
	white-space:pre-wrap;
}
.footer .qrcode{
	float:left;
	margin:2px 0 0 28px;
}
.footer .qrcode img{width:160px;}
.footer .qrcode p{
	font-size:16px;
	color:#fff;
	text-align:center;
}

.footer .copy{
	margin-top:32px ;
	font-size:16px;
	color:#fcf9f9;
	letter-spacing:0.1em;
	text-align:center;
}
.footer .copy a{color:#fff;}
.footer .copy a:hover{ color:#03a3e6;}

.chanpin{
	margin-top:80px;
	background-color:#f3f3f4;
	overflow:hidden;
}
.ttit{
	padding:22px 0;
	background:url(../images/ttit.png) no-repeat center bottom;
	font-family:"黑体";
	font-size:48px;
	color:#1359ab;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:center;
}

.chanpin .hd{ margin:40px auto ;  }
.chanpin .hd ul{ font-size:0;text-align:center;  }
.chanpin .hd ul li{ display: inline-block;
    vertical-align: top;
    margin: 0 0 1px; }
.chanpin .hd ul li a{display: block;
    background: #fff;
    padding: 0 30px;
    color: #6e7c89;
    transition: .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    line-height: 47px;
    font-size: 16px;
	font-weight:bold;
    
    transition-duration: .3s;
    border-radius: 0 4px 0 4px;}
.chanpin .hd ul li a:hover {
    background: #02328d;
    color: #fff;}
.chanpin .hd ul li.on a{ background: #e41e34;
    color: #fff; }

.chanpin .bd{ height:872px;}
.chanpin .bd ul{ clear:both; zoom:1;  }
.chanpin .bd li{ float: left;
    width: 400px;
    margin: 0 16.5px 30px;}
.chanpin .bd ul li>div {
    
    box-sizing: border-box;
    
    border-radius: 0 0 2px 2px;
    background: #fff;
    padding-bottom: 20px;
    position: relative;
}
.chanpin .bd ul li>div a {
    display: block;
}
.chanpin .bd ul li>div .pro_img {
    text-align: center;
    
    height: 300px;
    
    box-sizing: border-box;
    
    overflow: hidden;
}
.chanpin .bd ul li>div .pro_img img {
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
	transition: transform 0.3s;
}
.chanpin .bd ul li:hover>div .pro_img img {
	transform: scale(1.1);
}
.chanpin .bd ul li>div .pro_img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.chanpin .bd ul li>div p a {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chanpin .bd ul li>div span {
    margin: 0 auto;
    display: block;
    width: 118px;
    height: 34px;
    border: 1px solid #dadada;
    
    text-align: center;
    line-height: 34px;
    background: none;
    position: relative;
}
.chanpin .bd ul li>div span:before {
    content: "";
    position: absolute;
    background: #e41e34;
    width: 0;
    height: 34px;
    left: 0;
    z-index: 0;
    transition: 0.3s;
    
}
.chanpin .bd ul li>div span i {
    position: relative;
    z-index: 1;
    background: url(../images/pro_jt.png) center center no-repeat;
    display: block;
    width: 100%;
    height: 34px;
}
.chanpin .bd ul li .l1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #515671;
    
    transition: all .25s;
}
.chanpin .bd ul li .l2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #515671;
    
    transition: all .25s;
}
.chanpin .bd ul li .l3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #515671;
    
    transition: all .25s;
}
.chanpin .bd ul li .l4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #515671;
    
    transition: all .25s;
}
.chanpin .bd ul li>div:hover .l1 {
	width: 100%;
}
.chanpin .bd ul li>div:hover .l2 {
	height: 100%;
}
.chanpin .bd ul li>div:hover .l3 {
	width: 100%;
}
.chanpin .bd ul li>div:hover .l4 {
	height: 100%;
}
.chanpin .bd ul li>div:hover span {
	border: 1px solid #ffffff;
}
.chanpin .bd ul li>div:hover span i {
	background: url(../images/pro_jt2.png) center center no-repeat;
}
.chanpin .bd ul li>div:hover span:before {
	width: 100%;
}

.zoujin{
	padding:40px 0;
	height:694px;
	position:relative;
}
.zoujin .hd {
    position: absolute;
    width: 530px;
    right: 0;
    top: 179px;
}
.zoujin .hd ul li {
    display: block;
    width: 48%;
    margin: 0 1% 1%;
    float: left;
    text-align: center;
    padding: 94px 10px;
    background: #787878;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.zoujin .hd ul li .ico {
    line-height: 60px;
}
.zoujin .hd ul li .cn {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zoujin .hd ul li.on, .zoujin .hd ul li:hover{
  background: #1359ab;
}

.zoujin .bd{ width:750px;margin-top:40px;}

.fwzx{
	height:680px;
	background:url(../images/fuwuzx.jpg) no-repeat;
}
.fwzx .title1{
	padding-top:75px;
	font-family:"幼圆","Microsoft YaHei";
	font-size:48px;
	color:#f1f1f1;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
}
.fwzx .intro{
	padding-top:55px;
	font-size:24px;
	color:#f1f1f1;
	line-height:60px;
	letter-spacing:0.1em;
	text-align:center;
	white-space:pre-wrap;
}
.fwzx .intro a{
	color:#000;
	
	background-color:#fff;
	padding:5px 8px;
}
.fwzx .intro a:hover{
	background-color:#1359ab;
	color:#fff;
}
.fwzx .fwlist{
	width: 684px;
    margin: 80px auto 0;
}
.fwzx .fwlist li{
	float: left;
    width: 228px;
}
.fwzx .fwlist li .ico_c{
	width: 74px;
    height: 74px;
    border: #ffffff 1px solid;
    padding: 12px;
    border-radius: 50%;
    margin: 0 auto;
}
.fwzx .fwlist li .ico_c .ico {
	width: 74px;
	height: 74px;
	border-radius: 50%;
}
.fwzx .fwlist li .ico_c .ico1 {
	background: url(../images/i_fw_ico1.png) #ffffff center no-repeat;
}
.fwzx .fwlist li .ico_c .ico2 {
	background: url(../images/i_fw_ico2.png) #ffffff center no-repeat;
}
.fwzx .fwlist li .ico_c .ico3 {
	background: url(../images/i_fw_ico3.png) #ffffff center no-repeat;
}
.fwzx .fwlist li .txt {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	padding-top: 10px;
	text-align: center;
}
.fwzx .fwlist li:hover .ico_c {
	border: #2061b0 1px solid;
}
.fwzx .fwlist li:hover .ico_c .ico1 {
	background: url(../images/i_fw_ico1_on.png) #2061b0 center no-repeat;
}
.fwzx .fwlist li:hover .ico_c .ico2 {
	background: url(../images/i_fw_ico2_on.png) #2061b0 center no-repeat;
}
.fwzx .fwlist li:hover .ico_c .ico3 {
	background: url(../images/i_fw_ico3_on.png) #2061b0 center no-repeat;
}

.youshi{
	margin-top:70px;
}
.youshi .cnt{
	text-align:center;
	position:relative;
}
.youshi .ystit{
	margin-top:30px;
	font-size:24px;
	color:#0a6d8a;
	line-height:36px;
	letter-spacing:0.2em;
}
.youshi img{
	margin:34px auto;
	padding:38px;
	border:1px solid #ccc;
	border-radius:50%;
}
.youshi ul{}
.youshi ul li{
	position:absolute;
	top:0;
	width:170px;
	margin-bottom:110px;
	font-size:30px;
	color:#0a6d8a;
	line-height:50px;
	letter-spacing:0.2em;
	border-bottom:1px dashed #959595;
}
.youshi ul li.fl{right:50%}
.youshi ul li.fr{left:50%;}
.youshi ul li.ys1{
	top:120px;
	margin-right:249px;
}
.youshi ul li.ys2{
	top:120px;
	margin-left:249px;
}
.youshi ul li.ys3{
	top:280px;
	margin-right:298px;
}
.youshi ul li.ys4{
	top:280px;
	margin-left:298px;
}
.youshi ul li.ys5{
	top:440px;
	margin-right:262px;
}
.youshi ul li.ys6{
	top:440px;
	margin-left:262px;
}

.xinwen{}
.i_news_c {
    padding: 26px;
	height:377px;
    position: relative;
}
.i_news_list {
	padding: 20px 0;
}
.i_news_list li {
	float: left;
	width: 380px;
	margin: 10px 8px;
	padding: 10px;
}
.i_news_list li .fd{overflow:hidden;}
.i_news_list li img{transition: transform 0.3s;}
.i_news_list li:hover img{transform: scale(1.1);}
.i_news_list li .txt1 {
	font-size: 16px;
	color: #434343;
	line-height: 30px;
	padding-top: 10px;
}
.i_news_list li .txt1 a {
	font-size:16px;
	color: #504e4e;
	font-weight:bold;
}
.i_news_list li .txt1 a:hover {
	color: #1e60ac;
}
.i_news_list li .txt2 {
	font-size: 16px;
	color: #949393;
	line-height: 25px;
}
.i_news_list li .txt3 {
	font-size: 14px;
	color: #504e4e;
	line-height: 1.4;
	height: 3em;
	overflow: hidden;
}
.i_news_c a.prev {
	position: absolute;
	left: 0;
	top: 150px;
	width: 30px;
	height: 50px;
	font-size: 36px;
	color: #8a8a8a;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.i_news_c a.next {
	position: absolute;
	right: 0;
	top: 150px;
	width: 30px;
	height: 50px;
	font-size: 36px;
	color: #8a8a8a;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.i_news_c a:hover {
	color: #1e60ac
}
.i_news_list li:hover {
	box-shadow: 0px 0px 10px #aaa;
}
a.i_news_more {
	display: block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #8a8a8a;
	border: #dcdcdc 1px solid;
	margin: 0 auto;
}
a.i_news_more:hover {
	background: #1e60ac;
	border: ##1e60ac 1px solid;
	color: #fff;
}

.i_nav2_list {
	border: #f5f5f5 1px solid;
	padding: 30px 0;
}
.i_nav2_list li {
	float: left;
	width: 16.66%;
	
}

.i_nav2_list li .ico {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	transition: transform 0.6s;
}
.i_nav2_list li .ico1 {
	background: url(../images/i_nav2_list_ico1.png) center no-repeat;
}
.i_nav2_list li .ico2 {
	background: url(../images/i_nav2_list_ico2.png) center no-repeat;
}
.i_nav2_list li .ico3 {
	background: url(../images/i_nav2_list_ico3.png) center no-repeat;
}
.i_nav2_list li .ico4 {
	background: url(../images/i_nav2_list_ico4.png) center no-repeat;
}
.i_nav2_list li .ico5 {
	background: url(../images/i_nav2_list_ico5.png) center no-repeat;
}
.i_nav2_list li .ico6 {
	background: url(../images/i_nav2_list_ico6.png) center no-repeat;
}
.i_nav2_list li .txt1 {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: center;
}
.i_nav2_list li .txt2 {
	font-size: 16px;
	color: #827e7e;
	line-height: 36px;
	text-align: center;
}
.i_nav2_list li:hover .ico {
	transform: rotateY(360deg)
}

.indexmore{
	margin-top:32px;
}

.onlineqq{ position:absolute; right:0; top:150px;}
.onlineqq .slide_min{ width:28px; height:112px; background:url(../images/slide_min.jpg) no-repeat; cursor:pointer;}
.onlineqq .slide_box{ width:154px; height:auto; overflow:hidden; background:url(../images/slide_box_bg.jpg) repeat-y; font-size:12px; text-align:center; line-height:130%; color:#666; border-bottom:2px solid #76A20D;}

.onlineqq .slide_box p{ text-align:center; padding:5px; margin:5px;border-bottom:1px solid #ddd;}
.onlineqq .slide_box span{ padding:5px 10px; display:block;}
.onlineqq .slide_box span a{ color:#76A20C;}


