ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p { list-style-type:none; margin:0; padding:0; display:block; }
		/* 全局背景、字体、字号、颜色、行高、页边距等 */ html { -webkit-text-size-adjust: none; } * {    margin:0px;  padding:0px;   } body { margin:0px; padding:0px; font-family:tahoma, arial, 微软雅黑, 宋体, sans-serif; } /* CSS3盒子模型 */ ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p { list-style-type:none; margin:0; padding:0; display:block; } em, i { font-style:normal; } em { display:inline-block; vertical-align:middle; } fieldset { border:none; margin:0; padding:0; } input, select, textarea { font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; } /* 公共匹配样式 */ * { outline:none; } a, img { border:none; } img { border:none; vertical-align:middle; } a:hover{   text-decoration: none; }
		body{font-family: "微软雅黑";}
.wrap-header {
    height: 41px;
    background: #f0f0f0;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.wrap-header p {
    height: 41px;
    line-height: 41px;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
ol, ul {
    list-style: none;
}
.wrap-header ul li {
    float: left;
    height: 41px;
    padding: 0 18px;
    border-left: 1px solid #e5e5e5;
}
.wrap-header ul li a {
    display: block;
    line-height: 41px;
    height: 41px;
}
a {
    color: #666;
    text-decoration: none;
}
.logo .container {
    position: relative;
    height: 120px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	
}
.logo .logoImg {
    position: absolute;
    left: 0;
    top: 25px;
}
.logo .logoImg img {
    display: block;
    width: 484px;
    height: 80px;
}
.logo .lTit {
    position: absolute;
    left: 215px;
    top: 44px;
    padding-left: 30%;
    height: 65px;
    
}
.logo .lTit .p1 {
    font-size: 26px;
    color: #0067b8;
    margin-bottom: 2px;
    padding-top: 5px;
    font-weight: bold;
    font-family: "宋体";
}
p {
    word-spacing: -1.5px;
}
.logo .lTit .p1 {
    font-size: 26px;
    color: #0067b8;
    margin-bottom: 2px;
    padding-top: 5px;
    font-weight: bold;
    font-family: "宋体";
}
.logo .lTit .p2 {
    font-size: 18px;
    color: #4b4b4c;
}
.logo .ltel {
    padding-left: 55px;
    position: absolute;
    right: 0;
    top: 18px;
    color: #e1083b;
    background: url(../images/ltel.png) no-repeat left center;
}
.logo .ltel i {
    display: block;
    font-size: 14px;
    color: #333333;
}
.logo .ltel span {
    display: block;
    font-size: 24px;
    color: #0168b7;
}




.Nav { height:60px;position: relative;background: #0168b7;z-index: 99999;}
.Nav .container {position: relative;}
.Nav .navUl{ width:102%;}
.Nav .navUl li.navli { font-size:15px; float:left;position: relative;height: 60px;margin-left: 1px;width:141px;text-align:center;}
.Nav .navUl li.navli a.lia {display: block;height: 56px;line-height: 60px;color: #fff;text-decoration: none;border-bottom: 4px solid #1f8ee7;}
.Nav .navUl li.navli:hover ,.Nav .navUl li.navli.cur {background: #fd9b01;}
.Nav .navUl li.navli:hover a ,.Nav .navUl li.navli.cur a {border-bottom-color: #f8b350;}
.container{width: 1200px;margin: auto;}
.submenu{position: absolute;left: 0;
			top: 100%;
			z-index: 0;
			overflow: hidden;
			overflow: hidden\0/ !important;
			max-height: 0;
			pointer-events: none;
		}
		.navUl>li:hover .submenu{
			pointer-events: auto;
			z-index: 10;
			max-height: 2000px;
			-webkit-transition: none;
		}
		.fly {
			-webkit-perspective: 400px;
			-moz-perspective: 400px;
			-ms-perspective: 400px;
			-o-perspective: 400px;
			perspective: 400px;
		}
		.meL8 {
			-webkit-transition: max-height 1ms linear 1062ms;
		}
		.navUl>li:hover .submenu li,
		.navUl>li:focus .submenu li{
			opacity: 1;
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}
		.fly li {
			-webkit-transform-origin: 50% 50% -50px;
			-moz-transform-origin: 50% 50% -50px;
			-ms-transform-origin: 50% 50% -50px;
			-o-transform-origin: 50% 50% -50px;
			transform-origin: 50% 50% -50px;
			-webkit-transform: rotateX( -180deg );
			-moz-transform: rotateX( -180deg );
			-ms-transform: rotateX( -180deg );
			-o-transform: rotateX( -180deg );
			transform: rotateX( -180deg );
		}
		.submenu li {
			opacity: 0;
			-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
			-moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
			-ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
			-o-transition: opacity .4s, -o-transform .6s, max-height .6s;
			transition: opacity .4s, transform .6s, max-height .6s;
			background-color: #0067b8;
			font-size: 15px;
			height: 60px;
			width:141px;
			    overflow: hidden;
		}
		.submenu li a{
			padding-left: 8px;
			padding-right: 8px;
			display: block;
			line-height: 60px;
			text-decoration: none;
			color: #fff;
			text-align: center;
		}
		.navUl>li:hover .meF0,.navUl>li:focus .meF0{
			-webkit-transition-delay: 0ms;
		}
		.navUl>li:hover .meF1,.navUl>li:focus .meF1{
			-webkit-transition-delay: 66ms;
		}
		.navUl>li:hover .meF2,.navUl>li:focus .meF2{
			-webkit-transition-delay: 132ms;
		}
		.navUl>li:hover .meF3,.navUl>li:focus .meF3{
			-webkit-transition-delay: 198ms;
		}
		.navUl>li:hover .meF4,.navUl>li:focus .meF4{
			-webkit-transition-delay: 264ms;
		}
		.navUl>li:hover .meF5,.navUl>li:focus .meF5{
			-webkit-transition-delay: 330ms;
		}
		.navUl>li:hover .meF6,.navUl>li:focus .meF6{
			-webkit-transition-delay: 396ms;
		}
		.navUl>li:hover .meF7,.navUl>li:focus .meF7{
			-webkit-transition-delay: 462ms;
		}
		/* li.meB7 {
			-webkit-transition-delay: 462ms;
		}
		li.meB6 {
			-webkit-transition-delay: 396ms;
		}
		li.meB5 {
			-webkit-transition-delay: 330ms;
		}
		li.meB4 {
			-webkit-transition-delay: 264ms;
		}
		li.meB3 {
			-webkit-transition-delay: 198ms;
		}
		li.meB2 {
			-webkit-transition-delay: 132ms;
		}
		li.meB1 {
			-webkit-transition-delay: 66ms;
		}
		li.meB0 {
			-webkit-transition-delay: 0ms;
		} */
		.submenu li a{color:#fff;}
		.submenu > li:nth-child(2n+1) {}
		.submenu li:hover{background: #fd9b01;}




#wrapper {
    background: #fff;
    z-index: -1;
}
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 600px !important;
    overflow: hidden;
}
.tp-simpleresponsive ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive >ul >li{
	list-style: none;
	position: absolute;
	visibility: hidden;
}
.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
    background: url(../images/slider-right-arrow.png) 0px 0px no-repeat rgb(57, 57, 57);
    transition: color 0s ease 0s, background 0.1s linear 0s;}
.product {
    padding: 60px 0;
}
.cpo{margin-bottom: 40px;}
.row:before {
    display: table;
    content: " ";
}
.col-md-3 {
    width: 25%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.contact {
    line-height: 26px;
    color: #333;
	background-color: #fff;
	padding: 10px;
	font-size: 14px;
}
.contact p {
    margin: 0;
}
.product-box {
    background-color: #0067b8;
    color: #fff;
    padding: 5px;
}
.product-title {
    padding: 20px 0;
}
.text-center {
    text-align: center;
}
.product-title h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.product-title span {
    display: block;
    font-size: 16px;
    color: #0166b4;
    padding-top: 5px;
}
.menu_list {
    background: #fff;
    padding: 5px;
}
.menu_list .current {
    background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}
.menu_head {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
    margin-top: 10px;
}
.menu_head a {
    display: block;
    text-overflow: ellipsis;
    width: 91%;
    height: 40px;
    overflow: hidden;
}
.menu_body {
    height: auto;
    overflow: hidden;
    line-height: 38px;
    border-left: 1px solid #e1e1e1;
    backguound: #fff;
    border-right: 1px solid #e1e1e1;
}
.menu_body a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;
    color: #777777;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
}
.col-md-9 {
    width: 70%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 .row:after,.container:after {
    clear: both;
	display: table;
    content: " ";
	box-sizing: border-box;
}
.clearfix:before{
	display: table;
	content: "";
}
.hot-title {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.clearfix:before{
	display: table;
	content: " ";
}
.hot-title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #0067b8;
}
.pull-left {
    float: left!important;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hot-title a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #0166b4;
    color: #fff!important;
    text-align: center;
    border-radius: 15px;
}
.pull-right {
    float: right!important;
}
.clearfix:after{
		display: table;
		content: " ";
}
.container:before,.row:before {
    display: table;
    content: " ";
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after {
    clear: both;
}
.hot-product {
    margin-top: 30px;
	width: 30%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 15px;
}
.hot-product a {
    display: block;
    border: 1px solid #ededed;
	overflow: hidden;
}
.hot-product a:hover {
    border: 1px solid #0166b4;
}
.hot-product a:hover span {
    background-color: #0166b4;
    color: #fff;
}
.hot-product img {
    width: 100%;
    height: 220px;
	transition: all 1s;
	overflow: hidden;
}
.hot-product a:hover img{
   transform: scale(1.1);
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.hot-product span {
    height: 50px;
    line-height: 50px;
    background-color: #e5e5e5;
    font-size: 16px;
}
.row:after {
    clear: both;
}
.poster {
    text-align: center;
    padding: 65px 0;
}
.poster h2, .poster h3 {
    font-size: 32px;
}
.poster h2 span {
    color: #014fa2;
}
.poster h3 {
    font-weight: normal;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.poster h4 {
    font-family: 'Arial';
    font-size: 12px;
    color: #ccc;
    letter-spacing: 6px;
    font-weight: normal;
}
.poster .row {
    padding-top: 60px;
}
.clear, .clear:after, .clear:before {
    clear: both;
}
.clear {
    overflow: hidden;
}
.clear:after, .clear:before {
    display: table;
    content: " ";
}
.poster-left {
    position: relative;
}
.poster-left, .poster-right {
    width: 600px;
    float: left;
}
.poster-left span {
    position: absolute;
    left: 20px;
    top: -30px;
    width: 70px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 52px;
    background-color: #014fa2;
}
.poster-right {
    /* padding: 70px 65px; */
    text-align: left;
    background-color: #f6f6f6;
    height: 362px;
}
.poster-right h2 {
    font-weight: normal;
    font-size: 28px;
	padding: 0 60px;
	padding-top: 75px;
}
.poster-right h5 {
    font-size: 14px;
    color: #ccc;
	padding: 0 60px;
}
.poster-right p {
    line-height: 36px;
    margin-top: 10px;
    text-align: justify;
    color: #2b2b2b;
	padding: 0 60px;
}
.connt1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    height: 130px;
}
 .connt1 .icon {
    overflow: hidden;
	margin-left: 20px;
}
 .connt1 .icon .iconfont {
    float: left;
    overflow: hidden;
    padding: 20px;
    margin-left: 30px;
}
.connt1 .icon .iconfont .icony {
    float: left;
}
.connt1 .icon .iconfont .icony img{
	display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: all 0.5s;
}
.connt1 .icon .iconfont .icony:hover  img{
	transform: rotateY(360deg);
    top: -20px;
}
.connt1 .icon .iconfont .iconz {
    float: right;
    line-height: 25px;
    margin: 5px;
    margin-left: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.mt40 {
    margin-top: 40px;
}
.adv-title h3 {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: bold;
}
.adv-title h3 span {
    color: #0166b4;
}
.adv-title i {
    display: block;
    font-style: normal;
    color: #444;
    font-size: 14px;
}
.picMarquee-left {
    overflow: hidden;
    position: relative;
}
.picMarquee-left p{
	position: absolute;
	top: 120px;
	z-index: 20;
}
.picMarquee-left .cp_botl a {
	background: url(../images/cp_lico01.png) no-repeat;
}
.picMarquee-left .cp_botr a{
	background: url(../images/cp_rico01.png) no-repeat;
}
.picMarquee-left p a{
	display: block;
	width: 77px;
	height: 77px;
}
.cp_botl {
    left: -39px;
}
.cp_botr {
    right: -39px;
}
.picMarquee-left .bd {
}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ margin:30px 10px 0; width: 240px; float:left; _display:inline; overflow:hidden;}
.picMarquee-left .bd ul li a{display: block; border: 1px solid #ececec;}
.picMarquee-left .bd ul li img{width:100%; height:180px; }
.picMarquee-left .bd ul li a span{ height: 50px; line-height: 50px; background-color: #e5e5e5; font-size: 16px;}
.picMarquee-left .bd ul li a:hover {border: 1px solid #0166b4;}
.picMarquee-left .bd ul li a:hover span{background-color: #0166b4; color: #fff;}



.about_box {
    width: 100%;
    height: 493px;
    background: url(../images/about_bg.jpg) no-repeat center center;
}
.about {
    width: 1140px;
    height: 359px;
    padding: 67px 30px;
    margin: 0 auto;
	overflow: hidden;
}
.about_font {
    width: 470px;
    height: 359px;
    float: left;
}
.about_font_title {
    width: 330px;
    height: 29px;
}
a:link, a:visited {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}
.about_img {
    width: 594px;
    height: 359px;
    float: right;
}
.about_img img {
    width: 594px;
    height: 359px;
}
.about_font_content {
    padding-top: 30px;
    width: 470px;
    height: 220px;
    overflow: hidden;
}
.about_font_title {
    width: 330px;
    height: 29px;
}
.about_font_content p, .about_font_content a {
    font-size: 14px;
    color: #FFF;
    line-height: 25px;
    letter-spacing: 1px;
}
.about_font_more {
    width: 160px;
    height: 35px;
    padding-top: 45px;
}
.about_font_more a {
    display: block;
    color: #FFF;
    width: 160px;
    height: 35px;
    background: #0166b4;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: 2px;
}


.news {padding: 50px 0;}
.news .conleft {position: relative;}
.news .conleft .l_more {position: absolute;right: 5px;top: 8px;font-size: 14px;color: #333;}
.news .news_type {font-size: 18px;padding-bottom: 25px;border-bottom: 1px solid #e7e7e7;margin-bottom: 30px;}
.news .news_type a {float: left;padding: 0 15px;color:#222;height: 26px;line-height: 26px;position: relative;font-size: 18px;}
.news .news_type a:first-child {border-right: 1px solid #e5e5e5;}
.news .news_type i {display: none;width: 85%;height: 3px;position: absolute;left: 10px;bottom:-26px;background: #0166b4;}

.news .news_type a.cur {color: #0166b4;font-weight: bold;}
.news .news_type a.cur i {display: block;}

.news .news_con {}
.news .news_con .conleft {width: 800px;}
.news .news_con .conleft .concase {display: none;}
.news .news_con .conleft .concase.cur {display: block;}
.news .news_con .conleft dl {padding: 0 0 20px 325px;position: relative;height: 200px;border-bottom: 1px solid #;}
.news .news_con .conleft dl dt {width: 305px;height: 196px;position: absolute;left: 0;top: 0;}
.news .news_con .conleft dl dd.dd1 {height: 30px;line-height: 30px;font-weight: bold;}
.news .news_con .conleft dl dd.dd1 a {color: #000;font-size: 16px;float: left;width: 380px;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.news .news_con .conleft dl dd.dd1 span {float: right;font-size: 13px;color: #555;}
.news .news_con .conleft dl dd.dd2 {margin-top: 5px;line-height: 24px;font-size: 13px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;height: 96px;}
.news .news_con .conleft dl dd.dd3 {margin-top: 25px;}
.news .news_con .conleft dl dd.dd3 a {display: block;width: 99px;height: 33px;line-height: 33px;text-align: center;background: #0166b4;color: #fff;font-size: 14px;border-radius: 5px;}

.news .news_con .conleft ul {margin-top: 20px;}
.news .news_con .conleft ul {margin-top: 20px;}
.news .news_con .conleft ul li {height: 40px;width: 360px;border-bottom: 1px dashed #d0d0d0;line-height: 40px;padding-left: 20px;font-size: 13px;background: url(../images/newsicon.png) no-repeat left center;}
.news .news_con .conleft ul li:nth-child(2), .news .news_con .conleft ul li:nth-child(4),.news .news_con .conleft ul li:nth-child(6),.news .news_con .conleft ul li:nth-child(8){float: right;}
.news .news_con .conleft ul li a {float: left;width: 265px;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;color: #000;}
.news .news_con .conleft ul li span {float: right;color: #000;width: 80px;}
.news .news_con .conleft ul li:hover a {color: #0166b4;}
.news .news_con .conright {width: 340px;}
.news .news_con .conright .r_top {height: 52px;background: url(../images/cjwtline.png) no-repeat 80px 5px;border-bottom: 1px solid #e7e7e7;}
.news .news_con .conright .r_top .r_a1 {float: left;font-size: 18px;font-weight: bold;color: #000;padding-top: 5px;}
.news .news_con .conright .r_top .r_a2 {float: right;font-size: 14px;color: #333;margin-top: 10px;}
.news .news_con .right_con {position: relative;overflow: hidden;}
.news .news_con .wtcont{ height:420px; padding-top:10px;overflow:hidden;}
.news .news_con .conright dl{padding:15px 0;font-size: 14px;width: 320px;border-bottom: 1px dashed #e7e7e7;}
.news .news_con .conright dt{padding:2px 0; padding-left:30px; font-weight: bold;height: 22px;line-height: 22px;background: url(../images/news_q.png) no-repeat left center;}
.news .news_con .conright dt a{ color:#333;font-size: 16px;}
.news .news_con .conright dd {height:60px;margin-top:13px; overflow: auto;background: url(../images/news_a.png) no-repeat left top;}
.news .news_con .conright dd a {display: block; color:#868686; line-height:20px; height:60px;margin-left:30px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;	-webkit-box-orient: vertical;font-size: 14px;text-indent: 2em;}
.link_bj {
    background: url(../images/link_bj.gif) repeat-x center top;
    height: 106px;
    overflow: hidden;
}
.content{width: 1200px;;margin: auto;}
.body{width: 100%;margin: auto;}
.link h2{ padding-top:16px; display:block; width:118px; height:75px; overflow:hidden; text-align:center; font:18px/24px "Microsoft Yahei"; background:url(../images/link_t.gif) no-repeat left top;}
.link h2 a{ color:#f0f0f0;}
.link h2 i{ display:block; color:#f0f0f0; font:30px/35px "Microsoft Yahei"; text-transform:uppercase;}
.link span{ margin-top:7px; text-align:center; padding-top:44px; width:156px; height:40px; overflow:hidden; display:block;font:12px/40px "microsoft Yahei"; background:#f0f0f0 url(../images/link_icon.gif) no-repeat center 17px; }
.link span a{ display:inline-block; color:#666;}

.link p{ margin-top:26px; height:74px; width:725px; overflow:hidden;font:12px/30px "microsoft Yahei";}
.link p a{ color:#666; padding:0 21px; display:inline-block;}

.foot {
    height: 420px;
    background: url(../images/dbb.jpg) no-repeat center 0;
    overflow: hidden;
}
.footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    font-family: "Microsoft YaHei", serif;
}
.foot .toa {
    line-height: 180px;
}
.foot .toa a {
    font-size: 14px;
    color: #ffffff;
    padding-right: 40px;
    margin-right: 40px;
    background: url(../img/dbx.png) no-repeat right 6px;
}
.foot .f-k h1 {
    float: left;
    width: 225px;
    height: 170px;
    border-right: 1px solid #303030;
    font-size: 14px;
    color: #a9a9a9;
    font-weight: normal;
}
.foot .f-k ul {
    float: left;
    width: 714px;
}
.foot .f-k ul li:nth-child(1) {
    background: url(../images/db_03.png) no-repeat left 2px;
}
.foot .f-k ul li {
    float: left;
    padding-left: 55px;
    margin-left: 55px;
    width: 235px;
    height: 90px;
    font-size: 16px;
    color: #888888;
}
.foot .f-k ul li p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}
.foot .f-k ul li:nth-child(2) {
    background: url(../images/db_05.png) no-repeat left 2px;
}
.foot .f-k ul li:nth-child(3) {
    background: url(../images/db_03.png) no-repeat left 2px;
}
.foot .f-k ul li:nth-child(4) {
    background: url(../images/db_14.png) no-repeat left 2px;
}
.foot .f-k .f-w {
    float: right;
}
.foot .f-k .f-w em:first-child {
    margin-right: 20px;
}
.foot .f-k .f-w em {
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #888888;
}
.foot .f-k .f-w em img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
.foot em, .foot i {
    font-style: normal;
}
.foot img {
    display: block;
}
/* 列表页 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 40px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
	position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.42857143;
    color: #0168b7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0168b7;
}
.pagination>li:first-child{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a {
    color: #0168b7;
    text-decoration: none;
}
.pagination > .thisclass > a,.pagination > .thisclass,.pagination > li:hover{
    color: #fff;
    cursor: default;
    background-color: #0168b7;
    border-color: #0168b7;
}
.pagination > li:hover a{color: #fff;}
/*列表内页*/
.position {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}
.position h3 {
    margin: 0;
    line-height: 50px;
    font-size: 24px;
	font-weight: 500;
}
.clearfix:before{
	display: table;
    content: " ";
}
.product-info {
    margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
}

.product-info .col-md-6 img{max-width: 95%;margin-left: 0;}
.col-md-6{width: 50%;float: left;}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{max-width: 100%;height: auto;}
.product-info h1 {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.content-title {
    font-size: 24px;
    margin: 30px 0;
}
.product-info p {
    font-size: 15px;
    line-height: 30px;
	margin: 0 0 10px;
}
.product-details {
    height: 45px;
    line-height: 45px;
    margin: 20px 0;
    background-color: #f2f2f2;
    font-size: 16px;
}
.product-details span {
    display: block;
    width: 130px;
    height: 45px;
    background-color: #0168b7;
    color: #fff;
    text-align: center;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.reLink {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
    margin-top: 0;
}
.reLink .prevLink,.reLink .nextLink{
	width: 50%;
}
.reLink .prevLink{float: left;}
.reLink .nextLink{float: right;text-align: right;}
.news_detail_l6 {
    border-top: 1px solid #DFDFDF;
    margin: 32px 0 0;
    text-align: center;
    line-height: 35px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
	margin-bottom: 10px;
}
.news-list li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    background: url(../images/icon05.gif) no-repeat left center;
    padding-left: 10px;
	font-size: 14px;
}

/* 新闻列表页 */
/* #allmap {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}
*/