@charset "utf-8";
@font-face {
 font-family: "宋体";
 src: url("../fonts/宋体.ttf");
}
* {
	padding: 0px;
	margin: 0px;
}
header, section, footer, article, aside, nav, main, figure, figcaption, hgroup {
	display: block;
}
body {
	line-height: 140%;
	font-size: 12px;
	font-family: "SimSun", "宋体";
	background: #F7F7F7 url(../images/box1_16.jpg);
}
a {
	text-decoration: none;
}
img {
	border: 0px;
	vertical-align: middle;
}
ul, ol, li {
	list-style: none;
}
.clear {
	clear:both;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.ulclearfix ul:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.english {
	font-family: "SimSun";
}
.wrapper {
	position: relative;
	width: 100%;
	min-width: 1000px;
	margin: auto;
	overflow: hidden;
}
.layout {
	width: 1050px;
	margin: auto;
}
.layout:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
/*=================头部=================*/
.h-top {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e1e1e1;
	background: #f9f9f9;
}
.h-top p {
	display: inline-block;
	color: #737373;
}
.h-top ul {
	float: right;
	margin-top: 8.5px;
}
.h-top ul li {
	position: relative;
	float: left;
	height: 13px;
	line-height: 13px;
	padding: 0 8px;
	border-left: 1px solid #737373;
}
.h-top ul li a {
	color: #737373;
 transition: .3s;
}
.h-top ul li .fade {
	position: absolute;
	top: 26px;
	left: -14px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #ccc;
	transform: scale(0);
 transition: .3s;
}
.h-top ul li:hover .fade {
	transform: scale(1);
}
.h-top ul li:hover .fade img {
	width: 100%;
	height: 100%;
}
.h-top ul li a:hover {
	color: #004da2;
}
.h-middle {
	height: 132px;
	/*background: url(../images/h_middle_03.jpg);*/
	background: #fff;
}
/*.logo {
	float: left;
	height: 110px;
	margin-top: 12px;
}*/
.logo{
	width: 1100px;
	margin: 0 auto;
	height: 130px;
}
.logo a{
	float: left;
	width: 410px;
	height: 130px;
}
.logo a img{
	height: 83px;
	margin-top: 25px;
}

.logo-word {
	float: left;
	width: 400px;
	margin-left: 43px;
	margin-top: 37px;
	line-height: 28px;
	font-size: 20px;
	color: #333;
}
.logo-word span {
	font-size: 15px;
	color: #666;
	line-height: 28px;
}
.h-phone {
	float: right;
	padding-left: 46px;
	margin-top: 38px;
	line-height: 24px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0px;
	background: url(../images/hphone.png) no-repeat left;
}
.h-phone span {
	display: block;
	font-size: 24px;
	color: #f00505;
}
.meun-nav {
	background: url(../images/meunnav_06.gif);
}
.meun-nav ul {
	width: 1000px;
	margin: auto;
}
.meun-nav ul li {
	position: relative;
	float: left;
	width: 11.11%;
	background: url(../images/meunnavli.gif) no-repeat left;
}
.meun-nav ul li:nth-of-type(1) {
 background: none;
}
.meun-nav ul li a.lanmu {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.meun-nav ul li a.active, .meun-nav ul li a.lanmu:hover {
	background: url(../images/meunnava_08.gif);
}
.meun-nav .sub {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 3;
	box-sizing: border-box;
	display: none;
	width: 100%;
	border: 1px solid #ecf4f8;
	background: rgba(255, 255, 255, .7);
}
.meun-nav .sub dd {
	width: 100px;
	margin: auto;
	border-top: 1px solid #ecf4f8;
}
.meun-nav .sub dd:nth-of-type(1) {
 border-top: 0px;
}
.meun-nav .sub dd a {
	position: relative;
	display: block;
	height: 44px;
	line-height: 44px;
	padding-left: 12px;
	overflow: hidden;
	color: #5a5a5a;
 transition: .3s;
}
.meun-nav .sub dd a:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0px;
	width: 4px;
	height: 4px;
	background: #ff0a0a;
}
.meun-nav .sub dd a:hover {
	color: #ff0a0a;
}
/* flexslider */
.flexslider {
	position:relative;
	height:480px;
	overflow:hidden;
	background:url(../images/loading.gif) 50% no-repeat;
}
.flexslider2 {
	height: 350px;
}
.slides {
	position:relative;
	z-index:1;
}
.flexslider .slides li {
	height:480px;
}
.flexslider2 .slides li {
	height: 480px;
}
.flex-control-nav {
	display: none;
}
/*.flex-control-nav {
  position:absolute;
  bottom:60px;
  z-index:2;
  width:100%;
  text-align:center;
}
.flex-control-nav li {
  display:inline-block;
  width:18px;
  height:17px;
  margin:0 10px;
  *display:inline;
  zoom:1;
}
.flex-control-nav a {
  display:inline-block;
  width:18px;
  height:17px;
  line-height:50px;
  overflow:hidden;
  background:url(../images/dot.png) center no-repeat;
  cursor:pointer;
}
.flex-control-nav .flex-active {
  background:url(../images/dot2.png) center no-repeat;
}
*/
.flex-direction-nav {
	position:absolute;
	z-index:3;
	width:100%;
	top:45%;
}
.flexslider2 .flex-direction-nav {
	display: none;
}
.flex-direction-nav li a {
	display:block;
	width:43px;
	height:43px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.flex-direction-nav li a.flex-prev {
	left:100px;
	background:url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right:100px;
	background:url(../images/next.png) center center no-repeat;
}
.h-bottom {
	background: url(../images/hbottom_12.jpg);
	height: 57px;
	border-bottom: 1px solid #e1e1e1;
}
.h-bottom ul {
	float: left;
	margin-top: 21px;
}
.h-bottom ul p {
	display: inline-block;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	color: #737373;
}
.h-bottom ul li {
	float: left;
	height: 16px;
	line-height: 16px;
	margin-right: 12px;
}
.h-bottom ul li:nth-of-type(1) {
 margin-right: 0px;
}
.h-bottom ul li a {
	font-size: 14px;
	color: #737373;
 transition: .4s;
}
.h-bottom ul li a:hover {
	color: #0970bd;
}
.h-bottom form {
	position: relative;
	display: inline-block;
	float: right;
	width: 268px;
	height: 28px;
	line-height: 28px;
	margin-top: 15px;
}
.h-bottom form input {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	line-height: 26px;
	padding: 0 0 0 16px;
	border: 1px solid #ccc;
	border-radius: 14px;
	color: #737373;
	outline: none;
	background: none;
 transition: .4s;
}
.h-bottom form input:focus {
	box-shadow: 0 0 10px #999;
}
::-webkit-input-placeholder {
 color: #737373;
}
.h-bottom form button {
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center;
	outline: none;
	border: none;
	position: absolute;
	top: 0.5px;
	right: 0px;
}
/*=================/头部=================*/


/*=================box1=================*/
.box1 {
	padding: 30px 0px;
	background: #F7F7F7 url(../images/box1_16.jpg);
}
.box1-left {
	float: left;
	width: 240px;
}
.title1 {
	display: table-cell;
	width: 240px;
	height: 85px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/title1_16.jpg) no-repeat center;
}
.title1 h5 {
	line-height: 38px;
	font-size: 18px;
	color: #ffffff;
}
.title1 span {
	line-height: 26px;
	font-size: 16px;
	color: #ffffff;
	font-family: "SimSun";
}
.znav {
	padding: 5px 20px;
	border-left: 2px solid #076cba;
	border-right: 2px solid #076cba;
}
.znav ul {
}
.znav ul li {
	margin: 15px 0px;
}
.znav ul li .tit {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-radius: 15px;
	background: #e7e7e7;
	padding-left: 25px;
	color: #5a5a5a;
	cursor: pointer;
    transition: .3s;
    font-size: 14px;
}
.znav ul li .tit:hover, .znav ul li .active1, .znav ul li .on {
	color: #fff;
	background: #066cb7;
}
.znav ul li .tit i {
	position: absolute;
	top: 10.5px;
	right: 15px;
	display: block;
	width: 5px;
	height: 9px;
	background: url(../images/indexnavli.png);
 transition: .3s;
}
.znav ul li .tit:hover i, .znav ul li .active1 i, .znav ul li .on i {
	background: url(../images/indexnavlih.png);
}
.znav ul li .tit .open {
	transform: rotate(90deg);
}
.znav .sub {
}
.znav .sub:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.znav .sub dd {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.znav .sub dd a {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px 25px;
	border-radius: 15px;
	background: #e7e7e7;
	color: #5a5a5a;
 transition: .3s;
}
.znav .sub dd a:hover, .znav .sub dd a.active2 {
	background: rgba(6, 108, 183, .5);
	color: #fff;
}
.leftbot {
	box-sizing: border-box;
	height: 148px;
	padding: 20px 0px;
	text-align: center;
	background: url(../images/leftbot_03.jpg) no-repeat center;
}
.leftbot h6 {
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.leftbot p {
	position: relative;
	display: block;
	width: 120px;
	margin: auto;
	line-height: 26px;
	font-size: 14px;
	color: #fffefe;
}
.leftbot p:before {
	content: "";
	position: absolute;
	top: 13px;
	left: -32px;
	width: 20px;
	height: 1px;
	background: #fff;
}
.leftbot p:after {
	content: "";
	position: absolute;
	top: 13px;
	right: -32px;
	width: 20px;
	height: 1px;
	background: #fff;
}
.leftbot h5 {
	width: 172px;
	height: 51px;
	margin: 8px auto 0px auto;
	background: url(../images/leftphone_03.jpg) no-repeat left;
	font-size: 18px;
	color: #ffffff;
}
.leftbot h5 b {
	font-size: 21px;
}
.leftbot h5 span {
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 65px;
	font-size: 14px;
	font-weight: normal;
}
.box1-right {
	float: right;
	width: 720px;
}
.title2 {
	height: 25px;
	line-height: 25px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.title2 p {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	background: url(../images/title2.png) no-repeat left;
	font-size: 16px;
	color: #004da1;
}
.title2 p span {
	margin-left: 5px;
	font-size: 17px;
	color: #787878;
	font-family: "宋体";
}
.title2 .more {
	float: right;
	margin-top: 1px;
	color: #8a8a8a;
 transition: .3s;
}
.title2 .more:hover {
	color: #004da2;
}
.title2 ul {
	float: right;
	margin-top: 1px;
	color: #8a8a8a;
	font-size: 13px;
}
.title2 ul a {
	color: #8a8a8a;
 transition: .3s;
}
.title2 ul a:hover {
	color: #0970bd;
}
.index-product {
}
.index-product figure {
	float: left;
	width: 340px;
	margin-bottom: 30px;
	margin-left: 40px;
	background: #fff;
}
.index-product figure:nth-of-type(2n+1) {
 margin-left: 0px;
}
.index-product figure .pic {
	width: 320px;
	height: 240px;
	margin: 10px auto;
	overflow: hidden;
}
.index-product figure .pic img {
	width: 100%;
	height: 100%;
	/*height: 240px;*/
    transition: .6s;
}
.index-product figure .pic img:hover {
	transform: scale(1.02);
}
.index-product figcaption {
	margin-top: 10px;
	text-align: center;
}
.index-product figcaption h5 {
	height: 22px;
	line-height: 22px;
	font-size: 15px;
	color: #5a5a5a;
	font-weight: normal;
   display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.index-product figcaption h6 {
	height: 22px;
	padding-bottom: 10px;
	line-height: 22px;
	color: #898989;
	font-weight: normal;
	font-size: 12px;
}
.index-product figcaption .more {
	float: left;
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 37px;
	line-height: 36px;
	padding-left: 26px;
	color: #757575;
	background: url(../images/ckxq.png) no-repeat 50px center;
	border-top: 1px solid #e6e6e6;
    transition: .3s;
	font-size: 14px;
}
.index-product figcaption .zxzx {
	float: left;
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 37px;
	line-height: 36px;
	padding-left: 26px;
	color: #757575;
	background: url(../images/zxzx.png) no-repeat 50px center;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
    transition: .3s;
	font-size: 14px;
}
.index-product figcaption .more:hover, .index-product figcaption .zxzx:hover {
	color: #004da2;
}
.case figure {
	margin: 15px 0px 15px 40px;
}
.case figcaption {
	height: 36px;
	margin-top: 0px;
	line-height: 36px;
	font-size: 14px;
	color: #5a5a5a;
}
/*=================/box1=================*/


/*=================box2=================*/
.box2 {
	padding-bottom: 30px;
	background: url(../images/box2_20.jpg);
}
.advantage-box {
	width: 1000px;
	margin: auto;
}
.advantage1 {
	box-sizing: border-box;
	height: 340px;
	padding-top: 120px;
	background: url(../images/advantage1_24.jpg) no-repeat right;
}
.advantage-tit {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	height: 93px;
	padding-top: 5px;
	padding-left: 45px;
	padding-right: 60px;
	line-height: 30px;
	font-size: 22px;
	color: #f00505;
}
.advantage-tit:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 15px;
	left: 45px;
	height: 3px;
	background: url(../images/advtitbg_24.jpg);
}
.advantage-tit span {
	display: block;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}
.advantage p {
	padding-left: 12px;
	margin-left: 30px;
	background: url(../images/advp_28.jpg) no-repeat 0px 14px;
	line-height: 32px;
	font-size: 16px;
	color: #5a5a5a;
}
.advantage1 .advantage-tit {
	background: url(../images/advtit1.png) no-repeat left;
}
.advantage2 {
	box-sizing: border-box;
	height: 390px;
	padding-top: 68px;
	padding-left: 540px;
	background: url(../images/advantage2_32.jpg) no-repeat left;
}
.advantage2 .advantage-tit {
	padding-left: 68px;
	background: url(../images/advtit2.png) no-repeat left;
}
.advantage2 .advantage-tit:after {
	left: 65px;
}
.advantage3 {
	box-sizing: border-box;
	height: 392px;
	padding-top: 68px;
	background: url(../images/advantage3_32.jpg) no-repeat right;
}
.advantage3 .advantage-tit {
	padding-left: 60px;
	background: url(../images/advtit3.png) no-repeat left;
}
.advantage3 .advantage-tit:after {
	left: 58px;
}
.index-contact {
	width: 1000px;
	height: 177px;
	margin: auto;
	background: url(../images/indexcontact.png) no-repeat center;
}
.index-contact form {
	float: right;
	width: 337px;
	margin-top: 15px;
	margin-right: 30px;
}
.form-group {
	margin: 10px 0px;
}
.index-contact form label {
	float: left;
	width: 36px;
	height: 36px;
}
.index-contact form input {
	float: left;
	box-sizing: border-box;
	width: 198px;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	border: none;
	outline: none;
	background: rgba(255, 255, 255, .7);
	color: #929292;
}
.index-contact form input:focus {
	box-shadow: 0px 0px 10px #fff;
}
::-webkit-input-placeholder {
 color: #929292;
}
.index-contact form .btn2 {
	float: left;
	display: block;
	width: 103px;
	height: 36px;
	line-height: 36px;
	border: none;
	outline: none;
	background: #ff8401;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
}
.title3 {
	line-height: 28px;
	text-align: center;
}
.title3 h5 {
	position: relative;
	display: inline-block;
	padding: 0px 30px;
	font-size: 28px;
	color: #f00505;
}
.title3 h5:before {
	content: "";
	position: absolute;
	top: 16px;
	left: -132px;
	width: 132px;
	height: 1px;
	background: #c7c7c7;
}
.title3 h5:after {
	content: "";
	position: absolute;
	top: 16px;
	right: -132px;
	width: 132px;
	height: 1px;
	background: #c7c7c7;
}
.title3 span {
	display: block;
	color: #787878;
	font-family: "SimSun";
	text-transform: uppercase;
}
.title3 h6 {
	font-size: 17px;
	color: #787878;
	font-weight: normal;
}
.index-case {
	position: relative;
	width: 1000px;
	height: 388px;
}
.index-case figure {
	position: absolute;
	cursor: pointer;
}
.index-case figcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, .7);
}
.partner {
	margin-top: 40px;
}
.partner ul {
	float: left;
	width: 1000px;
}
.partner ul li {
	float: left;
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
}
.partner ul li:nth-of-type(1n+5) {
 border-bottom: 0px;
}
.partner ul li:nth-of-type(4n+1) {
 border-left: 0px;
}
.partner ul li div {
	display: table-cell;
	width: 249px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
.partner ul li div img {
	max-width: 100%;
	max-height: 100%;
}
/*=================/box2=================*/


/*=================box3=================*/
.box3 {
	padding: 30px;
	background: url(../images/box3_02.jpg);
}
.box3-list {
	margin-top: 25px;
}
.box3-list ul {
}
.box3-list ul li {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding-top: 70px;
	border-left: 1px solid #2e84c6;
	/*border-bottom: 1px solid #2e84c6;*/
	text-align: center;
}
.box3-list ul li:nth-of-type(4n+1) {
 border-left: 0px;
}
.box3-list ul li:nth-of-type(1n+5) {
 border-bottom: 0px;
}
.box3-list ul li h5 {
	height: 30px;
	margin-bottom: 8px;
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
}
.box3-list ul li p {
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
	padding: 0 10px;
	text-align: left;
}
/*=================/box3=================*/


/*=================box4=================*/
.box4 {
	box-sizing: border-box;
	height: 695px;
	padding-top: 30px;
	background: url(../images/box4_02.jpg) no-repeat 50% 0;
}
.box4-tit {
	position: relative;
	width: 1000px;
	height: 450px;
	margin: auto;
}
.box4tit1 {
	position: absolute;
	bottom: 5px;
	left: 42px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.box4tit2 {
	position: absolute;
	bottom: 154px;
	left: 128px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.box4tit3 {
	position: absolute;
	top: 156px;
	left: 277px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.box4tit4 {
	position: absolute;
	top: 130px;
	left: 469px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.box4tit5 {
	position: absolute;
	top: 150px;
	right: 285px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.box4tit6 {
	position: absolute;
	bottom: 156px;
	right: 122px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.box4tit7 {
	position: absolute;
	bottom: -5px;
	right: 48px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.box4tit8 {
	position: absolute;
	top: 335px;
	left: 466px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
/*=================/box4=================*/


/*=================box5=================*/

/*检测与检验*/
.box5 {
	display: none;
	padding-top: 30px;
	background: #f7f7f7;
}
.box5-left {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 50%;
	height: 377px;
	padding: 30px;
	margin-top: 20px;
	background: #fff;
}
.box5-left dl {
}
.box5-left dl dt {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 14px;
	color: #797979;
	text-transform: uppercase;
}
.box5-left dl dt b {
	display: block;
	font-size: 18px;
	color: #000000;
}
.box5-left dl dd {
	line-height: 30px;
	font-size: 16px;
	color: #5a5a5a;
}
.box5-left .hd {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 2;
}
.box5-left .hd ul {
}
.box5-left .hd ul li {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0px 3px;
	border-radius: 50%;
	background: #cccccc;
	cursor: pointer;
}
.box5-left .hd ul li.on {
	background: #0764b4;
}
.box5-right {
	position: relative;
	float: right;
	width: 500px;
	height: 377px;
	margin-top: 20px;
}
.box5-right img {
	width: 100%;
	height: 100%;
}
.guanggao1 {
	display: block;
	width: 1000px;
	margin: 30px auto 0px auto;
}
/*=================/box5=================*/


/*=================box6=================*/
.box6 {
	padding-top: 30px;
	background: #fff;/*background: url(../images/box2_20.jpg);*/
}
.box6-left {
	float: left;
	width: 48%;
}
.index-news1 {
}
.index-news1 ul {
}
.index-news1 ul li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.index-news1 ul li img {
	width: 100%;
	height: 220px;
}
.index-news1 ul li h6 {
	height: 30px;
	margin-top: 14px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
 transition: .3s;
}
.index-news1 ul li h6 span {
	float: right;
	font-size: 14px;
	color: #8a8a8a;
	font-weight: normal;
}
.index-news1 ul li p {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #5a5a5a;
 transition: .3s;
}
.index-news1 ul li:hover h6 {
	color: #0970bd;
}
.index-news1 ul li:hover p {
	color: #000;
}
.index-news2 {
}
.index-news2 ul {
}
.index-news2 ul li {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
}
.index-news2 ul li a {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	width: 80%;
	height: 38px;
	padding-left: 16px;
	color: #5a5a5a;
	background: url(../images/news2_35.gif) no-repeat left;
 transition: .4s;
}
.index-news2 ul li span {
	float: right;
	color: #8a8a8a;
}
.index-news2 ul li a:hover {
	color: #0970bd;
}
.box6-right {
	float: right;
	width: 48%;
}
.index-news3 {
}
.index-news3 ul {
}
.index-news3 ul li {
	height: 120px;
	overflow: hidden;
	margin-bottom: 18px;
}
.index-news3 ul li img {
	float: left;
	width: 162px;
	height: 120px;
}
.index-news3 ul li div {
	float: right;
	width: 64%;
}
.index-news3 ul li div h6 {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #000000;
 transition: .3s;
}
.index-news3 ul li div p {
	max-height: 92px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #5a5a5a;
 transition: .3s;
}
.index-news3 ul li:hover div h6 {
	color: #0970bd;
}
.index-news3 ul li:hover div p {
	color: #000;
}
.guanggao2 {
	position: relative;
	width: 100%;
	height: 192px;
	margin: auto;
}
.guanggao2 img {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
}
/*=================/box6=================*/


/*=================box7=================*/
.box7 {
	padding-top: 40px;
	background: #f7f7f7;
}
.about {
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}
.about img {
	float: left;
	padding: 5px;
	background: #fff;
	width: 330px;
	height: 210px;
	margin-right: 12px;
}
.about article {
	float: right;
	width: 665px;
	font-size: 14px;
	line-height: 30px;
	color: #5a5a5a;
	text-indent: 2em;
}
.honor {
	position: relative;
	padding: 0px 20px;
}
.honor ul {
}
.honor ul li {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 200px;
	height: 160px;
	margin: 30px 20px;
	border: 1px solid #dcdcdc;
}
.honor ul li div {
	display: table-cell;
	width: 200px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}
.honor ul li div img {
	/*max-width: 100%;
  max-height: 100%;*/
  width: 100%;
	height: 160px;
}
.honor ul li p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px 0px;
	background: rgba(0, 0, 0, .6);
	line-height: 22px;
	color: #fff;
	text-align: center;
 transition: .3s;
}
.honor ul li:hover p {
	bottom: 10px;
}
.honor .prev {
	position: absolute;
	top: 81px;
	left: 0px;
	z-index: 2;
	width: 24px;
	height: 44px;
	background: url(../images/prev1.png) no-repeat center;
	cursor: pointer;
}
.honor .next {
	position: absolute;
	top: 81px;
	right: 0px;
	z-index: 2;
	width: 24px;
	height: 44px;
	background: url(../images/next1.png) no-repeat center;
	cursor: pointer;
}
/*=================/box7=================*/


/*=================main=================*/
.main {
	width: 1050px;
	margin: auto;
	padding: 30px 0px;
}
.main-left {
	float: left;
	width: 240px;
}
.news-gd {
}
.news-gd ul {
}
.news-gd ul li {
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-left: 16px;
	background: url(../images/news2_35.gif) no-repeat left;
	line-height: 30px;
	color: #898989;
}
.news-gd ul li a {
	font-size: 14px;
	color: #898989;
 transition: .3s;
}
.news-gd ul li a:hover {
	color: #0970bd
}
.product-gd {
}
.product-gd figure {
	padding: 7px;
	background: #fff;
}
.product-gd figure .pic {
	display: table-cell;
	width: 226px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.product-gd figure .pic img {
	/*max-width: 100%;
	height: 100%;*/
	width: 226px;
	height: 170px;
    transition: .6s;
     border: 1px solid #eee;
}
.product-gd figure .pic img:hover {
	transform: scale(1.02);
}
.product-gd figcaption {
}
.product-gd figcaption h6 {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	color: #5a5a5a;
}
.product-gd figcaption p {
	max-height: 26px;
	overflow: hidden;
	line-height: 26px;
	color: #898989;
}
.main-right {
	float: right;
	width: 770px;
}
.main-right p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.main-right article {
	font-size: 14px;
	line-height: 32px;
	color: #333;/*text-indent: 2em;*/
}
.page-info {
	line-height: 28px;
	font-size: 14px;
	color: #5a5a5a;
	font-weight: normal;
}
.product {
}
.product ul {
}
.product ul li {
	position: relative;
	height: 306px;
	padding: 10px;
	margin-top: 20px;
	background: #fff;
}
.product ul li .pic {
	display: table-cell;
	width: 380px;
	height: 306px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e3e3e3;
}
.product ul li .pic img {
	width: 100%;
	height: 306px;
	/*max-width: 100%;
	max-height: 100%;*/
	transition: .6s;
}
.product ul li .pic img:hover {
	transform: scale(1.02);
}
.product ul li article {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 350px;
	height: 306px;
}
.product ul li article h6 {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #5a5a5a;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product ul li article dl {
	max-height: 216px;
	overflow: hidden;
	line-height: 28px;
	font-size: 13px;
	color: #898989;
}
.product ul li article dl dt {
	margin-top: 12px;
}
.product ul li article .more {
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 37px;
	line-height: 36px;
	padding-left: 52px;
	color: #757575;
	background: url(../images/ckxq.png) no-repeat 32px center;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
 transition: .3s;
}
.product ul li article .zxzx {
	position: absolute;
	right: 0px;
	bottom: 0px;
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 37px;
	line-height: 36px;
	padding-left: 52px;
	color: #757575;
	background: url(../images/zxzx.png) no-repeat 32px center;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
 transition: .3s;
}
.product ul li article .more:hover, .product ul li article .zxzx:hover {
	color: #004da2;
}
.guanggao3 {
	display: block;
	width: 100%;
	margin-top: 30px;
}
.video {
}
.video ul {
}
.video ul li {
	float: left;
	box-sizing: border-box;
	width: 344px;
	padding: 10px;
	margin: 0px 8px;
	background: #fff;
	cursor: pointer;
}
.video ul li .pic {
	position: relative;
	width: 324px;
	height: 242px;
	;
}
.video ul li .pic:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .4) url(../images/bofang.png) no-repeat center;
 transition: .3s;
}
.video ul li:hover .pic:before {
	background: rgba(0, 0, 0, .2) url(../images/bofang.png) no-repeat center;
}
.video ul li .pic img {
	width: 100%;
	height: 100%;
}
.video ul li iframe {
	display: none;
}
.video ul li p {
	height: 35px;
	overflow: hidden;
	line-height: 50px;
	font-size: 14px;
	color: #5a5a5a;
	text-align: center;
}
.guanggao4 {
	display: block;
	width: 1000px;
	margin: 30px auto 0px auto;
}
.pro-view {
	padding: 10px;
	background: #fff;
}
.pro-view-left {
	position: relative;
	float: left;
	width: 552px;
}
.bpic {
	position: relative;
	height: 410px;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}
.bpic ul {
	position: absolute;
	top: 0px;
	left: 0px;
}
.bpic ul li {
	float: left;
}
.bpic ul li div {
	display: table-cell;
	width: 550px;
	height: 410px;
	text-align: center;
	vertical-align: middle;
}
.bpic ul li div img {
	max-width: 100%;
	max-height: 100%;
}
.spic {
	position: relative;
	width: 482px;
	height: 108px;
	margin: 20px auto 10px auto;
	overflow: hidden;
}
.spic ul {
	position: absolute;
	top: 0px;
	left: 0px;
}
.spic ul li {
	float: left;
	box-sizing: border-box;
	width: 142px;
	height: 108px;
	margin: 0px 9.3px;
	border: 1px solid #e3e3e3;
	cursor: pointer;
 transition: .3s;
}
.spic ul li div {
	display: table-cell;
	width: 140px;
	height: 106px;
	text-align: center;
	vertical-align: middle;
}
.spic ul li div img {
	max-width: 100%;
	max-height: 100%;
}
.spic ul li.on {
	border-color: #ff8401;
}
.pro-view-left .prev {
	position: absolute;
	bottom: 42px;
	left: 0px;
	z-index: 2;
	display: block;
	width: 24px;
	height: 44px;
	background: url(../images/prev1.png) no-repeat center;
	cursor: pointer;
}
.pro-view-left .next {
	position: absolute;
	bottom: 42px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 24px;
	height: 44px;
	background: url(../images/next1.png) no-repeat center;
	cursor: pointer;
}
.pro-view-right {
	float: right;
	width: 138px;
}
.zxzx2 {
	display: block;
	height: 266px;
	margin-bottom: 10px;
	background: #ff8401 url(../images/zxzx2.png) no-repeat center 102px;
	line-height: 320px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
 transition: .3s;
}
.zxzx2:hover {
	box-shadow: 0px 0px 20px #ff8401;
}
.gmrx2 {
	display: block;
	height: 266px;
	background: #066cb7 url(../images/gmrx2.png) no-repeat center 82px;
	line-height: 340px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
 transition: .3s;
}
.gmrx2 i {
	display: inline-block;
	line-height: 26px;
	font-style: normal;
}
.gmrx2:hover {
	box-shadow: 0px 0px 20px #066cb7;
}
.pro-nav {
	height: 44px;
	padding: 0px 20px;
	margin-top: 30px;
	background: #066cb7;
	line-height: 44px;
}
.pro-nav h1 {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
}
.pro-nav ul {
	float: right;
}
.pro-nav ul li {
	display: inline-block;
	height: 44px;
	padding: 0px 10px;
	margin: 0px -2px;
	line-height: 44px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
 transition: .3s;
}
.pro-nav ul li:hover, .pro-nav ul li.active {
	background: #ff8401;
}
#cpjs {
	padding: 10px 0px;
	line-height: 26px;
	font-size: 14px;
	color: #5a5a5a;
}
#cpjs img {
	max-width: 100%;
}
.pro-tit {
	height: 42px;
	padding: 0px 20px;
	margin-bottom: 20px;
	border: 1px solid #dbdbdb;
	background: #fff;
	line-height: 42px;
	font-size: 16px;
	color: #066cb7;
}
.canshu {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	background: #fff;
}
.canshu th {
	height: 30px;
	padding: 0px 10px;
	vertical-align: middle;
	background: #f0f0f0;
	color: #000;
	text-align: left;
}
.canshu td {
	height: 54px;
	padding: 0px 10px;
	color: #222222;
	vertical-align: middle;
}
#cad {
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 14px;
	color: #5a5a5a;
	background: #fff;
}
#cad img {
	max-width: 100%;
}
#xjtp {
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 14px;
	color: #5a5a5a;
}
#xjtp img {
	max-width: 100%;
}
#zpgz {
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 14px;
	color: #5a5a5a;
}
#zpgz img {
	max-width: 100%;
}
#zxtj {
	line-height: 26px;
	font-size: 14px;
	color: #5a5a5a;
}
#zxfk {
	padding: 25px 20px;
	background: #fff;
	line-height: 26px;
	font-size: 14px;
	color: #5a5a5a;
}
#zxfk input {
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	margin: 14px 0px;
	line-height: 34px;
	padding: 0px 12px;
	border: 1px solid #cccccc;
	outline: none;
 transition: .3s;
}
#zxfk textarea {
	box-sizing: border-box;
	width: 100%;
	height: 104px;
	margin: 20px 0px;
	line-height: 26px;
	padding: 0px 12px;
	border: 1px solid #cccccc;
	outline: none;
 transition: .3s;
}
#zxfk input:focus, #zxfk textarea:focus {
	box-shadow: 0px 0px 10px #ccc;
}
#zxfk button {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #333333;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none;
 transition: .3s;
}
#zxfk button:hover {
	background: #066cb7;
}
.fudong-nav {
	position: fixed;
	right: 20px;
	top: 300px;
	z-index: 9;
	display: none;
	width: 140px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	background: url(../images/box1_16.jpg);
}
.fudong-nav ul {
}
.fudong-nav ul li {
	height: 32px;
	border-bottom: 1px solid #ccc;
	line-height: 32px;
	font-size: 14px;
	color: #5a5a5a;
	text-align: center;
	cursor: pointer;
 transition: .3s;
}
.fudong-nav ul li:hover {
	color: #066cb7
}
.news {
	margin-top: 20px;
}
.news ul {
}
.news ul li {
	position:relative;
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom:1px solid #e5e5e5;
	transition:1s;
}
.news ul li:after {
	clear:both;
	display:block;
	content:".";
	width:0px;
	height:0px;
	visibility:hidden;
}
.news ul li img {
	float:left;
	width:48%;
	height: 300px;
}
.news ul li .summary {
	width:45%;
	height:92%;
	position:absolute;
	top:0px;
	right:4%;
}
.news ul li .summary h6 {
	font-size:15px;
	color:#000000;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-bottom:6px;
    transition:.4s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news ul li .summary p {
	font-size:14px;
	color:#5a5a5a;
	line-height:28px;
	max-height:112px;
	overflow:hidden;
 transition:.4s;
}
.news ul li .summary dl {
	position:absolute;
	width:100%;
	right:0;
	bottom:10px;
}
.news ul li .summary dl dt {
	font-size:14px;
	color:#5a5a5a;
}
.news ul li .summary dl dt .click {
	float:right;
	padding-left:20px;
	background:url(../images/click_06.gif) no-repeat left;
}
.news ul li .summary:hover h6 {
	color: #066cb7;
}
.news ul li .summary:hover p {
	color:#000;
}
.news-title {
}
.news-title h1 {
	line-height: 26px;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.news-title p {
	padding: 12px 0;
	font-size: 14px;
	color: #767676;
	text-align: center;
}
.news-word {
	padding: 15px 0;
	margin: 20px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	line-height: 28px;
	font-size: 14px;
	color: #767676;
}
.news-word img {
	max-width: 100%;
}
.page {
	line-height: 28px;
	font-size: 14px;
	color: #767676;
}
.page img {
	max-width: 100%;
}
.prev_next {
	margin: 10px 0;
}
.prev_next ul {
}
.prev_next ul li {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #575757;
}
.prev_next ul li a {
	color: #575757;
 transition: .4s;
}
.prev_next ul li a:hover {
	color: #066cb7;
}
.partner-list {
}
.partner-list ul {
}
.partner-list ul li {
	float: left;
	width: 220px;
	height: 82px;
	margin: 10px;
}
.partner-list ul li .pic {
	display: table-cell;
	width: 218px;
	height: 80px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}
.partner-list ul li .pic img {
	max-width: 100%;
	max-height: 100%;
 transition: .6s;
}
.partner-list ul li .pic img:hover {
	transform: scale(1.05);
}
/*=================/main=================*/


/*============分页开始===========*/
.fenye {
	text-align: center;
	margin-top: 30px;
}
.pagination {
	display: inline-block;
	margin: 5px 0;
	vertical-align:middle
}
@font-face {
 font-family:'SimSun';
 src:url('../fonts/icomoon.eot?c5eo7w');
 src:url('../fonts/icomoon.eot?c5eo7w#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?c5eo7w') format('truetype'), url('../fonts/icomoon.woff?c5eo7w') format('woff'), url('../fonts/icomoon.svg?c5eo7w#icomoon') format('svg');
 font-weight:normal;
 font-style:normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family:'SimSun' !important;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:normal;
line-height:1;
-webkit-font-smoothing:antialiased;
}
.icon-chevron-left:before {
	content:"\e901";
}
.icon-chevron-right:before {
	content:"\e902";
}
.pagination>li {
	display: block;
	text-align: center;
	float: left;
	margin: 0 2px;
}
.pagination li.c {
	display: block;
    text-align: center;
    float: left;
    padding: 0 8px;
    line-height: 36px;
    font-size: 14px;
}
.pagination>li>a, .pagination>li>span {
	position:relative;
	display:block;
	/*width:40px;*/
	padding: 0 12px;
	height:36px;
	float:left;
	line-height:36px;
	text-decoration:none;
	color:#fff;
	background-color:#989898;
	border-radius:4px;
-webkit-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
	margin:0 3px;
	font-size: 14px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left:0;
	/*margin-right:10px;*/
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	margin-left:10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color:#fff;
	background-color:#066cb7;
	border-color:#066cb7
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index:2;
	color:#fff;
	background-color:#066cb7;
	border-color:#066cb7;
	cursor:default
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color:#c4c4c4;
	background-color:#fff;
	border-color:#c4c4c4;
	cursor:not-allowed
}
.pagination-addon {
	display:inline-block;
	margin-left:20px;
	vertical-align:middle
}
.pagination-addon input {
	display:inline-block;
	width:28px;
	vertical-align:middle;
	margin-right:5px
}
.pagination-addon #pageJumpBtn {
	border:0;
	border-radius:4px;
	background:#066cb7;
	color:#fff;
}
.form-control, output {
	display:block;
	font-size:14px;
	line-height:1.6;
	color:#979797
}
.form-control {
	width:100%;
	height:26px;
	padding:6px 10px;
	background-color:#fff;
	border:1px solid #c4c4c4;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color:#066cb7;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor:not-allowed;
	background-color:#d8d8d8;
	opacity:1
}
.btn {
	white-space:nowrap;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	border-radius:0;
	line-height:40px;
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	touch-action:manipulation;
	cursor:pointer;
	border:1px solid #666;
	padding:0 20px;
	font-size:14px;
	user-select:none;
 -webkit-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
	color:#666;
	background-color:transparent
}
 @media screen and (max-width: 780px) {
 .pagination {
width: 104px
}
 .pagination>li {
display: none
}
 .pagination>li.prev, .pagination>li.next {
display: block;
}
}
/*============分页结束===========*/


/*=================footer=================*/
/*footer {
	padding-top: 50px;
	background: #333333 url(../images/footer_18.jpg) no-repeat top;
}
.flogo {
	display: block;
	margin: auto;
}

.f-nav {
	position: relative;
	padding: 30px 0px 40px 0px;
	border-bottom: 1px solid #5c5c5c; 
}
.f-nav:after {
	content: "";
	position: absolute;
	bottom: -2.5px;
	left: 50%;
	z-index: 2;
	margin-left: -14.5px;
	width: 29px;
	height: 5px;
	background: url(../images/fnav_18.jpg) no-repeat center;
}
.f-nav ul {
	width: 1000px;
	margin: auto;
}
.f-nav ul li {
	float: left;
	margin: 0px 27px;
}
.f-nav ul li a {
	font-size: 14px;
	color: #999999;
	transition: .3s;
}
.f-nav ul li a:hover {
	color: #0764b4;
}

.f-nav2 {
	padding: 20px 0px;
	border-bottom: 1px solid #5c5c5c;
}
.f-nav2 ul {
	width: 1000px;
	margin: auto;
	text-align: center;
}
.f-nav2 ul li {
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 0px 10px 0px 15px;
	margin: 10px 0px;
	background: url(../images/fnav2.jpg) no-repeat left;
}
.f-nav2 ul li:nth-of-type(1) {
	background: none;
}
.f-nav2 ul li a {
	font-size: 14px;
	color: #999999;
	transition: .3s;
}
.f-nav2 ul li a:hover {
	color: #0764b4;
}

.link {
	padding: 30px 0px;
}
.link ul {}
.link ul p {
	float: left;
	font-size: 14px;
	color: #f00505;
}
.link ul li {
	position: relative;
	float: left;
	padding: 0px 18px 0px 12px;
}
.link ul li:after {
	content: "/";
	position: absolute;
	top: -1.5px;
	right: 0px;
	font-size: 12px;
	color: #999999;
}
.link ul li a {
	font-size: 14px;
	color: #999999;
	transition: .3s;
}
.link ul li a:hover {
	color: #0764b4;
}

.f-contact {
	padding-bottom: 25px;
}
.f-contact p {
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}
.f-contact span {
	margin-right: 30px;
}*/


.footer {
	padding-top: 30px;
	background: #333333 url(../images/footer_18.jpg) no-repeat top;
}
.f-nav {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #5c5c5c;
}
.f-nav:after {
	content: "";
	position: absolute;
	bottom: -2.5px;
	left: 50%;
	z-index: 2;
	margin-left: -14.5px;
	width: 29px;
	height: 5px;
	background: url(../images/fnav_18.jpg) no-repeat center;
}
.f-nav ul {
	float: left;
	margin-left: 53px;
}
.f-nav ul li {
	line-height: 26px;
}
.f-nav ul h5 {
	line-height: 30px;
	font-size: 14px;
	color: #b9b9b9;
	font-weight: normal;
}
.f-nav ul li a {
	font-size: 12px;
	color: #999;
 transition: .3s;
}
.f-nav ul li a:hover {
	color: #0764b4;
}
.f-left {
	float: left;
	width: 480px;
}
.link {
	padding: 30px 0px;
}
.link ul {
}
.link ul p {
	float: left;
	margin: 5px 0px;
	font-size: 12px;
	color: #f00505;
}
.link ul li {
	position: relative;
	float: left;
	margin: 5px 0px;
	padding: 0px 18px 0px 12px;
}
.link ul li:after {
	content: "/";
	position: absolute;
	top: -1.5px;
	right: 0px;
	font-size: 12px;
	color: #999999;
}
.link ul li a {
	font-size: 12px;
	color: #999999;
 transition: .3s;
}
.link ul li a:hover {
	color: #0764b4;
}
.f-nav2 {
	padding: 20px 0px;
	border-top: 1px solid #5c5c5c;
}
.f-nav2 ul {
}
.f-nav2 ul li {
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 0px 6px 0px 11px;
	margin: 10px 0px;
	background: url(../images/fnav2.jpg) no-repeat 0px -0.5px;
}
.f-nav2 ul li:nth-of-type(1) {
 background: none;
}
.f-nav2 ul li a {
	font-size: 12px;
	color: #999999;
 transition: .3s;
}
.f-nav2 ul li a:hover {
	color: #0764b4;
}
.f-contact {
	float: left;
	margin-left: 64px;
}
.f-phone {
	padding-left: 50px;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 12px;
	color: #21ace4;
	letter-spacing: 1px;
	background: url(../images/hphone.png) no-repeat left;
}
.f-phone span {
	display: block;
	font-size: 22px;
	color: #f00505;/*color: #0764b4;*/
}
.f-contact ul {
	line-height: 26px;
	font-size: 12px;
	color: #999999;
}
.zpewm {
	float: right;
	margin-top: 34px;
	text-align: center;
}
.zpewm img {
	width: 100px;
	height: 100px;
}
.zpewm dt {
	margin-top: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
}
.f-bottom {
	padding: 1% 0px;
	margin-top: 30px;
	background: #f7f7f7
}
.f-bottom p {
	width: 1000px;
	margin: auto;
	font-size: 14px;
	color: #6a6a6a;
}
.f-bottom p a {
	color: #6a6a6a;
 transition: .3s;
}
.f-bottom p a:hover {
	color: #0764b4;
}
/*=================/footer=================*/


.gotop {
	width:40px;
	height:40px;
	background: #004da1 url(../images/gotop.png) no-repeat center;
	border-radius: 50%;
	position:fixed;
	right:50px;
	bottom:100px;
	_position:absolute;
	_right:50px;
_top:expression(document.documentElement.clientHeight-this.offsetHeight-50+document.documentElement.scrollTop);
	cursor:pointer;
	display:none;
}


/* side-在线咨询 */
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}

.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #fff;}

.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;
   background: #249943;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}

.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;
  background: #249943;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}

.side ul li .sidetop:hover{background: #004DA1;opacity:1;filter:Alpha(opacity=100);}

.side ul li img{float:left;}


/*搜索页面样式*/
.columnc{
	height: 25px;
    line-height: 25px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}
.columnc h2{
	float: left;
	display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    background: url(../images/title2.png) no-repeat left;
    font-size: 16px;
    color: #004da1;
}
.columnc .position{
	float: right;
    margin-top: 1px;
    color: #8a8a8a;
    font-size: 13px;
}
.c.list{
	width: 100%;
    height: auto;
    /*overflow: hidden;*/
}
.c.list li{
	border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.c.list li a{
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
}
.c.list li a b{
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px 0 10px;
}
.c.list li span{
	font-size: 13px;
    color: #666;
}

/*搜索页面-页码*/
.c.pages {
	text-align: center;
	display: inline-block;
    margin: 10px auto;
    vertical-align: middle;
}
.c.pages>li {
    display: block;
    text-align: center;
    float: left;
    margin: 0 2px;
}
.c.pages>li>a, .c.pages>li>span {
    position: relative;
    display: block;
    /* width: 40px; */
    padding: 0 12px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
    background-color: #989898;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0 3px;
    font-size: 14px;
}
.c.pages>li:first-child>a, .c.pages>li:first-child>span {
    margin-left: 0;
    /* margin-right: 10px; */
}

.c.pages li.c {
    display: block;
    text-align: center;
    float: left;
    padding: 0 8px;
    line-height: 36px;
    font-size: 14px;
}


.preview{width:400px; height:465px; margin:50px 0px 0px 150px;}
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px; width:390px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/d_09.png) no-repeat; margin-left:375px; margin-top:-50px;}

#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:400px; height:400px; overflow:hidden;}
.bigImg #midimg{width:400px; height:400px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}




