﻿/*通用样式*/
*{margin:0;padding:0;word-wrap:break-word;}
body{ font-size:12px; font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;color:#444;}
body{ color:#4C4C4C;}
a{color:#4C4C4C;text-decoration:none;}
a:hover{color:#1d2e74;}
a img{border:none;} 
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {padding: 0px; margin: 0px;list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input:focus,textarea:focus,select:focus{ outline:none;}
input[type="text"],select{ height:30px; line-height:30px; color:#999; border:1px solid #ddd;}


tr {padding: 0px; margin: 0px;list-style-type: none;}
h2,h3,h4{padding:0px; font-size:14px; font-weight:normal;}
i,em{ font-style:normal;}
.w1200{ width:1200px; margin: auto;}
.clear{ height:0px; clear:both; overflow:hidden;}
.blank10{ height:10px !important; overflow:hidden;}
.blank20{ height:20px; overflow:hidden;}
.clearfloat {clear:both;height:0; overflow:hidden;}
.clear{clear:both;height:0px;overflow:hidden}
.clearfix{display:block;*zoom:1}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.mainbox{ width:1180px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}

/* head */
.hdzk{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index:999999;
	position:fixed;
	width:100%;
}
.hdzk .head{
	padding: 25px 0px;
	overflow:hidden;
}
.hdzk .head .daohang{
	margin-left:30px;
}
.hdzk .head .daohang ul li{
	float: left;
	margin:22px 40px 0px 35px;
}
.hdzk .head .daohang .currclass a{
	color:#1d2e75;
	border-bottom:#1d2e75 solid 5px;
	font-weight:bold;
}
.hdzk .head .daohang ul li a{
 	color:#4d4948;
 	font-size:17px;	
	 padding-bottom:42px;
	 transition: 0.5s;
}
.hdzk .head .daohang ul li a:hover{
	color:#1d2e75;
	border-bottom:#1d2e75 solid 5px;
	font-weight:bold;
}
.hdzk .head .yuyan{
	font-size: 16px;
	margin-top:26px;
}
.hdzk .head .yuyan i{
	color:#1d2e74;
}
/* youshi */
.youshi{
	margin-top: 65px;
}
.youshi ul li{
	float: left;
	width:220px;
	text-align:center;
	margin-right:106px;
}
.youshi ul li h1{
	font-size:18px;
	color:#4d4e4f;
	line-height:45px;
}
.youshi ul li p{
	width:220px;
	font-size:14px;
	color:#6d6e71;

}
.youshi ul li img{
    animation: starscale ease-in-out 6s infinite;
    -webkit-animation: starscale ease-in-out 6s infinite;
    -moz-animation: starscale ease-in-out 6s infinite;
    -ms-animation: starscale ease-in-out 6s infinite;
}
@keyframes starscale {
    0%{transform: scale(1)}
    50%{transform: scale(0.9)}
    100%{transform: scale(1)}
}
@-webkit-keyframes starscale {
    0%{-webkit-transform: scale(1)}
    50%{-webkit-transform: scale(0.9)}
    100%{-webkit-transform: scale(1)}
}
.youshi ul li:nth-child(4n){
	margin-right: 0px;
}

/* chanpin */
.cpbt{
	width: 665px;
	margin: auto;
	margin-top:70px;
	text-align:center;
}
.cpbt h1{
	font-size: 38px;
	color: #4b4a4a;
	font-weight: bold;
	background: url(/img/cpbj.jpg)no-repeat bottom;
	padding-bottom:20px;
}
.cpbt p{
	font-size: 15px;
	color: #7f7f7f;
	margin-top:15px;
}
.sycp{
	margin-top: 25px;
}
.sycp ul li{
	float: left;
	margin-right:42px;
	margin-bottom:45px;
}
.sycp ul li p{
	border-bottom: #dedcdf solid 1px;
	color: #848486;
	font-size: 15px;
	line-height:50px;
}
.sycp ul li p i{
	color: #515152;
}
.sycp ul li:hover p{
	border-bottom: #1d2e74 solid 1px;
	color:#1d2e74;
	transition:0.5s;
}
.sycp ul li img{
	width: 370px;
	height: 260px;
	border: #dedcdf solid 1px;
}
.sycp ul li a{
	display: block;
	overflow: hidden;
}
.sycp ul li:hover img{
	border: #1d2e74 solid 1px;
	/* -ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2); */
	transition:1s;
}
.sycp ul li:nth-child(3n){
	margin-right:0px
}
/* about */
.about{
	background-color: #f8f6f6;
	width: 100%;
	padding: 80px 0px;
	margin-top: 40px;
	overflow: hidden;
}
.about .ab_zb{
	width: 395px;
}
.about .ab_zb h3{
	color: #4b4a4a;
	font-size: 38px;
	font-weight: bold;
}
.about .ab_zb p{
	font-size: 14px;
	color: #626060;
	margin:20px 0px 90px 0px;
	line-height:28px;
}
.about .ab_zb a{
	color: #626060;
	font-size: 14px;
	border-bottom: #626060 solid 1px;
	padding-bottom:10px;
}
.about .ab_zb a:hover{
	color: #1d2e74;
	font-size: 14px;
	border-bottom: #1d2e74 solid 1px;
}
.about .ab_yb{
	width: 664px;
}
.about .ab_yb .abjies{
	font-size: 14px;
	color: #848486;
	line-height: 40px;
}
.about .ab_yb .jieshaoys{
	margin-top:30px;
}
.about .ab_yb .jieshaoys ul li{
	font-size:71px;
	color:#3c98db;
	float:left;
	text-align:center;
	margin-right:70px;
	border-right:#ccc solid 1px;
	padding-right:60px;
}
.about .ab_yb .jieshaoys ul li:nth-child(3n){
	margin-right:0px;
	padding-right:0px;
	border:none;
}
.about .ab_yb .jieshaoys ul li i{
	font-size:16px;
}
.about .ab_yb .jieshaoys ul li p{
	font-size:16px;
	color:#5d5a5a;
}

/* news */
.xwdt{
	margin-top: 45px;
}
.xwdt ul li{
	float: left;
	width:370px;
	margin-right:42px;
	border:#dedcdf solid 1px;
}
.xwdt ul li:nth-child(3n){
	margin-right:0px;
}
.xwdt ul li .news{
	width:310px;
	margin:auto;
	border-bottom:#ccc solid 1px;
	padding-bottom:20px;
}
.xwdt ul li .news h1{
	font-size:18px;
	color:#4b4a4a;
	line-height:55px;
}
.xwdt ul li img{
	width:370px;
	height:210px;
}
.xwdt ul li .news p{
	text-align:left;
	line-height:28px;
	font-size:13px;
	color:#7e7878;
}
.xwdt ul li span a{
	padding:0px 30px;
	line-height:45px;
	font-size:14px;
	background:url(/img/jt.png)no-repeat right;
	padding-right:240px;
}
.xwdt ul li:hover span a{
	padding-right:230px;
	transition:1s;
	color:#1d2e74;
}
.xwdt ul li:hover a{
	color:#1d2e74;
}
.xwdt ul li:hover{
	border:#1d2e74 solid 1px;
	transition:1s;
}
.xwdt ul li:hover .news{
	border-bottom:#1d2e74 solid 1px;
	transition:1s;
	
}

/* dibu */
.dibu{
	background-color: #292929;
	padding: 58px 0px;
	overflow: hidden;
	margin-top:75px;
}
.dibu .db_nav ul li{
	float: left;
	background: url(/img/yuanquan.png) no-repeat left;
	padding-left:20px;
	margin-right:10px;
}
.dibu .db_nav ul li a{
	color: #c3c3c3;
	font-size: 14px;
}
.dibu .db_nav ul li a:hover{
	color:#fff;
}
.dibu .db_nav p{
	color: #c3c3c3;
	font-size: 14px;
	line-height:40px;
}
.dibu .db_shouji{
	background: url(/img/dhtb.png)no-repeat right;
	font-size: 13px;
	color: #fff;
	text-align: right;
	padding:10px 80px 0px 0px;
}
.dibu .db_shouji p{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	padding-top:5px;
}
/* aboutny */
.nyab{
	width: 100%;
	background-color: #fcfafa;
	margin-top:116px;
	padding:40px 0px;
	margin-bottom:60px;
}
.nyab h1{
	font-size:16px;
	font-weight:normal;
	color:#808080;
}
.nyab h1 a{
	color:#808080;
}
.nyab h1 a:hover{
	color:#1d2d78;
}
.nyab p{
	font-size:35px;
	font-weight:bold;
	margin-top:20px;
}

.abjieshao{
	width: 590px;
	font-size:15px;
	line-height:37px;
	background:#fff;
	box-shadow:#f1eded 0px 0px 10px 0px;
	padding:15px;
}
.abtu{
	width: 580px;
}

.nyjiny{
	margin-top:70px;
	background:#fff;
	box-shadow:#f1eded 0px 0px 10px 0px;
	overflow:hidden;
}
.nyjiny ul li{
	font-size:71px;
	color:#3c98db;
	float:left;
	text-align:center;
	margin-right:70px;
	padding:60px 99px;
	font-weight:bold;
}
.nyjiny ul li i{
	font-size:16px;
}
.nyjiny ul li p{
	font-size:16px;
	color:#5d5a5a;
	font-weight:normal;
}
.nyjiny ul li:nth-child(3n){
	margin-right:0px;
	padding-right:0px;
	border:none;
}
.nyjiny ul li:nth-child(1n){
	padding-left:120px;
}

/* NEWS */
.news_nr{
	
}
.news_nr ul li{
	float:left;
	width:1200px;
	margin-bottom:45px;
}
.news_nr ul li .data{
	background:#4096de;
	padding:28px 24px;;
	text-align:center;
}
.news_nr ul li .data span{
	color:#fff;
	font-size:20px;
}
.news_nr ul li .data p{
	color:#fff;
	font-size:16px;
	margin-top:10px;
}
.news_nr ul li .txt{
	width:1099px;
	border:#ccc solid 1px;
	border-left:none;
}
.news_nr ul li .txt h3{
	margin-left:30px;
	font-size:18px;	
	margin-bottom:11px;
	margin-top:10px;
}
.news_nr ul li:hover .data{
	background:#1d2e74;
	transition:0.7s;
}
.news_nr ul li:hover .txt h3{
	transition:0.8s;
	margin-left:35px;
}
.news_nr ul li:hover .txt p{
	transition:0.8s;
	margin-left:35px;
}
.news_nr ul li:hover .txt{
	transition:0.8s;
	border-bottom:#1d2e74 solid 1px;
}
.news_nr ul li .txt p{
	margin-left:30px;
	font-size:14px;
	line-height:25px;
	margin-bottom:10px;
	color:#828282;
	width:1060px;
}
.lxwomen{
	width:812px;
}
.lxwomen h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.lxwomen p{
	font-size:16px;
	line-height:50px;
	border-bottom:#e9e7e7 dashed 1px;
}

.xxjieshao{
	font-size:18px;
	border-bottom:#ccc solid 1px;
	line-height:45px;
	margin-bottom:30px;
}
.xxjieshao p{
	font-size:14px;
	line-height:30px;
}

.sxan{
	line-height:35px;
	font-size:15px;
	border:#ccc dashed 1px;
	padding:10px 0px;
}
.intro{
	border:#ccc dashed 1px;
	background:#fcfafa;
	padding:15px;
}
.intro p{
	font-size:14px;
	text-align:left;
	line-height:30px;
}
.control{
	border:#ccc dashed 1px;
	padding:5px 15px;
	line-height:40px;
	font-size:15px;
	margin:30px 0px;
}
.sharebox{
	background:#f7f5f5;
	padding:12px;
}



#headm{ width:1100px; margin:20px auto; position:absolute; right:0px; left:0px; font-family:"Microsoft Yahei";}
#headm li{text-align: center; float:left; margin:0 10px; display:inline;}
#headm .dh{ position:relative; float:left;}
#headm .dh2 ul{ width:300px; margin-left:30px;}
#headm .dh3 ul{ width:160px; margin-left:30px;}
#headm .topa{z-index:5; position: relative; padding:0 44px; line-height:30px; display: block; height:30px; color: #656363; overflow: hidden;  border-top:none; border-bottom:none; float:left; font-size:18px;}
#headm .topa:hover{ border-bottom:none;}
#headm li ul{z-index: 1; position: absolute; border-bottom:#9a9a9a solid 1px;display: none; top:40px; font-size:15px; left: 0px}
#headm li ul li{ float: left; padding:0px; height: 50px; line-height:50px;  }
#headm li ul li a{ color: #6e6e6e;  float:left; }
#headm li ul li a:hover {text-decoration: none;  color:#000; }
#headm li.show ul{display: block}
#headm li.show .topa{ display: block; height:40px;  text-decoration: none; color:#000;}


.imagelist{margin:0 auto;} 
.imagelist .imagetop{padding-right:5px;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;/* padding-top:40px; *//* padding-bottom:40px; */}
.imagelist .defaultImagesrc img{border:1px solid #f1f1f1;padding:2px}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb {height:112px;padding:5px;}
.thumb_1 {text-align: center;float: left;height: 50px;width: 60px;padding-top: 30px;font-weight: 400;font-size: 14px;color:#000;}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;  width:100%;}
.thumb_2_1 {background:url(qh1.gif) no-repeat 0px 20px;float: left;height: 113px;width: 35px;cursor:pointer;margin-left:10px;_margin-left:0px;}
.thumb_2_2 {background:url(qh2.gif) no-repeat 0px 20px;float: right;height: 113px;width: 35px;cursor:pointer;}
#scrool_div {position:relative;height:110px;overflow:hidden;}
#scrool_wrap {height:110px;position:absolute;width:20000px;}
#scrool_wrap li {width:130px;height:100px;float:left;margin-right:10px;}
#scrool_div img{width:126px;height:95px;margin:5px}
.normalthumb img{padding:2px;border:1px solid #F9AF10}
.currthumb img{padding:2px;border:1px solid #ff6600;}


.imggrouplist{margin:0 auto;width:90%;}
.imggrouplist li{width:150px;float:left;margin:2px;border:1px #f1f1f1 solid;background:#FFFFFF;padding:5px;text-align:center}
.imggrouplist li img{width:145px;height:120px;}


.imglist{text-align:center}
.imglist img{width:810px;}
.imglist div{margin-bottom:15px}

#pageNext{text-align:right}




.imagelist{width:550px;} 
.imagelist .imagetop{ padding:10px 0;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;/* padding-top:40px; *//* padding-bottom:40px; */}
.imagelist .defaultImagesrc img{border:1px solid #f1f1f1;padding:2px}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb { height:112px;padding:5px;}
.thumb_1 {text-align: center;float: left;height: 50px;width: 60px;padding-top: 30px;font-weight: 400;font-size: 14px;color:#000;}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;}
.thumb_2_1 {background:url(qh1.gif) no-repeat 0px 20px;float: left;height: 113px;width: 35px;cursor:pointer;margin-left:10px;_margin-left:0px;}
.thumb_2_2 {background:url(qh2.gif) no-repeat 0px 20px;float: right;height: 113px;width: 35px;cursor:pointer;}
#scrool_div {position:relative;height:110px;overflow:hidden; width:1100px;}
#scrool_wrap {height:110px;position:absolute;width:20000px; }
#scrool_wrap li {width:129px;height:100px;float:left;margin-right:10px;}
#scrool_div img{width:120px;height:95px;margin:5px;}
.normalthumb img{padding:2px;border:1px solid #b7b6b0}
.currthumb img{padding:2px;border:1px solid #777272;}




.leftbox{ width:870px;}
.rightbox{ width:290px;}
.newstit{ height:40px; line-height:40px;font-size:18px; margin-bottom:5px}
.newstit i{ width:6px; height:25px; background:#338BC9; display:inline-block; vertical-align:middle; margin-right:15px;}
.newstit font{ font-size:20px; color:#338BC9;}
.navigation{width:1180px;margin:10px auto; clear:both;height:28px;line-height:28px; font-size:14px;color:#999;}
.navigation span{ float:right;}
.navigation span input[type="image"]{ border:none;height:33px;line-height:33px; /*width:90px;*/}
.navigation dt#KeyWord{ height:25px; line-height:25px;}
.navigation a{color:#999;}


#fenye{clear:both;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #0e3c88;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#0e3c88;border:1px solid #0e3c88;color:#fff;}
#fenye a:hover{background:#0e3c88;border:1px solid #0e3c88;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #0e3c88;border: 1px solid #0e3c88;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 28px;text-align: center;float: left;border: 1px solid #bfbfc7;background: #fff;height: 28px;font-size: 12px;color: #666;line-height: 28px;margin-left: 5px;border-radius: 3px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 1px solid #ff7d02;border-radius: 3px;}

.fenyetips{ display:none}
#pagelist{line-height:22px;color:#666;padding:15px 0px 0px 0px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #9e9696;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#f3f3f4;border:1px solid #9e9696;color:#333;}
#pagelist a:hover{border:1px solid #9e9696;color:#fff; text-decoration:none; color:#000; background:#f7f7f7;}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}



