﻿/* 设置 */
body {
	font-size: 13px;
	line-height: 1.8;
	color: #555;
	background: #f5f5f5;
}
*{box-sizing: border-box;}
.wrap {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
a {
	color: inherit;
}
a:hover {
	color: #C6000E;
}
/*css组件-设置*/
.form-control, .input-group-addon, .btn {
	border-radius: 2px;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}
/*选中颜色*/
::-moz-selection {
color: #fff;
background: #39f;
}
::selection {
	color: #fff;
	background: #39f;
}
/*
* placeholder颜色
*/
::-webkit-input-placeholder {
color: #aaa;
}
.placeholder {
	color: #aaa;
}
/* 网站样式 */
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9{padding-left: 15px;padding-right: 15px;}
.imghover img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.imghover:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.imghover1 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	width: 280px;
	height: 215px;
	overflow: hidden
}
.imghover1:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	width: 280px;
	height: 215px;
	overflow: hidden
}
.imgZoom img, .imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.imgZoom {
	overflow: hidden;
}
.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.imgY180:hover img {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
/*top*/
.topBar {
	position: relative;
	z-index: 20;
}
.top-text {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top: 15px;
	position: absolute;
	z-index: 20;
	text-align: right;
}
.top-lan {
	float: right;
	line-height: 34px;
	color: #bfbfbf;
	margin-right: 20px;
	position: relative;
}
.top-lan .ion {
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
}
.top-lan .tlan-t {
	display: block;
	background: url() no-repeat right;
	padding-right: 22px;
	cursor: pointer;
}
.top-lan .tlan-v {
	display: none;
	width: 150px;
	position: absolute;
	top: 34px;
	border: 1px solid #ddd;
	padding-bottom: 20px;
	color: #555;
	background: #fff;
}
.top-lan .tlan-v a {
	display: block;
	padding: 0 30px;
	border-bottom: 1px dashed #ddd;
}
.top-lan .tlan-v img {
	vertical-align: middle;
	margin-right: 8px;
}
.top {
	background: #fff;
	position: relative;
	z-index: 15;
	height: 80px;
	margin-top: 20px;
	max-width:1200px;
	width:100%;
	margin:auto;
}
.logo {
	padding: 10px 0 10px;
	height: 50px;
	margin-top: -15px;
	 margin-left:30px;
}
.logo a {
	line-height: 0;
	font-size: 0;
}
.nav {
	float: right;
	margin-top: 35px;
}
.nav > ul > li {
	float: left;
	font-size: 16px;
	position: relative;
	line-height: 45px;
	background: url(../images/dhline.png) right center no-repeat
}
.nav > ul > li:nth-child(7) {
	background: none;
}
.nav > ul > li > a {
	display: block;
	padding: 0 33px;
	transition: none;
}
.nav > ul > li.cur > a, .nav > ul > li > a:hover, .nav > ul > li.hover > a,.mobile-nav .fix>li>.active{
	background: url() no-repeat center bottom #5C84BD;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #FFF
}
.nav_layer li a.active,.nav_layer li a:hover{color:#256EB1;}
.nav_layer {
	width: 435px;
	position: absolute;
	left:-215px;
	top: 100%;
	background: rgba(255,255,255,1);
	border: 1px solid #305BA4;
	padding: 20px;
	display: none;
}
.nav_layer ul {
	width: 135px;
	float: left;
	background: url() repeat-y right;
	height: auto !important;

}
.nav_layer li {
	text-align:left;
	width:230px; height:30px; border:1px #f1f1f1 solid; padding-left:30px; margin-bottom:5px; background:url(../images/zbg.jpg) center bottom repeat-x
}
.nav_layer li a {
	display: block;
	line-height: 30px;
	font-size: 13px;
}
.nav_layer li a:hover {
	background: url() no-repeat right;
}
.nav_layer ._img {
	width: 150px;
	float: right;
	padding-bottom: 10px;
	margin-right: 5px;
}
.nav_layer ._img img {
	width: 100%;
	height: auto;
	display: block;
}
.nav_layer ._sum {
	font-size: 13px;
	display: block;
	line-height: 22px;
	margin-top: 10px;
}
.nav li.nav6 .nav_layer {
	left: auto;
	right: -5px;
}
.nav li.nav7 .nav_layer {
	left: auto;
	right: -108px;
}
.nav li.nav8 .nav_layer {
	left: auto;
	right: 0px;
}
.mobile_key {
	display: none;
}
/*banner*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	max-width:1200px;
	width:100%;
	height: 350px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right:5%;
}

.flex-direction-nav .flex-prev {
	left: 5%;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 92%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	max-width:1200px;
	width:100%;
	height: 350px;
	display: block;
}
.banner {
	height: 582px;
	position: relative;
	overflow: hidden;
}
.banner img {
	width: 1920px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
	max-width: none;
}
.banner .slide_nav {
	width: 1100px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
	bottom: 160px;
	text-align: right;
	z-index: 5;
}
.banner .slide_nav a {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #C6000E;
	font-size: 0;
	line-height: 0;
	margin: 0 7px;
}
.banner .slide_nav a.on {
	background: none;
	border: 2px solid #C6000E;
}
.banner .arrs {
	display: none;
	width: 57px;
	height: 113px;
	background-image: url(../images/ban_btn.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -85px;
	z-index: 10;
}
.banner .arr_prev {
	background-position: left top;
	left: 20px;
}
.banner .arr_next {
	background-position: right top;
	right: 20px;
}
.banner .arr_prev:hover {
	background-position: left bottom;
}
.banner .arr_next:hover {
	background-position: right bottom;
}
.in_title .entit {
	font: 22px "AvantGarde Bk BT";
	color: #333;
	line-height: 34px;
}
.in_title .cntit {
	margin-top: 0px;
	font-size: 30px;
	line-height: 24px;
	color: #0754a3;
}
.in_title {
	padding: 40px 0 30px;
	/*height: 64px;*/
	text-align: center;
}
.in_title h3 {
	display: inline-block;
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	position: relative;
}
.in_title h3 i {
	display: inline-block;
	width: 275px;
	height: 5px;
	position: absolute;
	left: 240px;
	top: 14px;
}
.in_title h3 i:first-child {
	left: -320px;
	top: 14px;
}
.in_title p {
	font-size: 20px;
	color: #999999;
	font-family: "Arial";
	text-transform: uppercase;
	padding-top: 4px;
}
/*首页*/
.ipro {
	height: 105px;
	background: url() repeat 0 0;
	position: relative;
	z-index: 20;
	margin-top: -105px;
}
.ipro-list li {
	width: 126px;
	height: 105px;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}
.ipro-list li ._nr {
	display: block;
	height: 100%;
	float: left;
	width: 100%;
}
.ipro-list li ._img {
	height: 100%;
	width: 60%;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	overflow: hidden;
}
.ipro-list li ._img img {
	width: 100%;
	height: 100%;
}
.ipro-list li ._ipico {
	display: inline-block;
	width: 55px;
	height: 55px;
	overflow: hidden;
	margin-top: 15px;
}
.ipro-list li ._title {
	font-size: 14px;
	color: #fff;
	height: 22px;
	line-height: 22px;
	word-break: break-all;
	overflow: hidden;
}
.ipro-list li.hover {
	color: #000;
	width: 318px;
}
.ipro-list li.hover ._nr {
	display: block;
	width: 40%;
	background: #9e1f62;
}
.ipro-list li.hover ._img {
	display: block;
}
.inews-main {
	padding: 40px 0 0;
}
.ilant {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #000;
	padding-left: 5%;
	background-repeat: no-repeat;
	background-position: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}
.ilant-news {
	background-image: url();
}
.ilant-news span {
	float: right;
	font-size: 14px
}
.inews {
	width: 59%;
	float: left;
	border-top: 1px solid #eaeaea;
}
.inews li {
	width: 100%;
	float: left;
	padding: 11px 0;
	border-bottom: 1px solid #eaeaea;
}
.inews li a {
	display: block;
	background: url() no-repeat right;
	overflow: hidden;
}

.inews li ._date {
	float: left;
	width: 11%;
	text-align: center;
	border-right: 1px solid #eaeaea;
	color: #b0b0b0;
	font-family: arial;
}
.inews li ._date span {
	display: block;
}
.inews li ._date ._d1 {
	font-size: 30px;
	line-height: 40px;
}
.inews li ._date ._d2 {
	font-size: 14px;
	line-height: 20px;
}
.inews li ._nr {
	width: 80%;
	float: left;
	margin-left: 2%;
}
.inews li ._title {
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin-bottom: 2px;
	margin-top: 2px;
}
.inews li ._sum {
	color: #565656;
}
.inews li a:hover ._date ._d1 {
	color: #C6000E;
}
.inews li a:hover ._title {
	color: #C6000E;
}
.inews li a:hover {
	background: url() no-repeat right;
}
.ivideo {
	width: 37%;
	float: right;
}
.ivideo ._title {
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: url() repeat 0 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.ivideo ._iplay {
	display: none;
	width: 84px;
	height: 84px;
	background: url() no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -42px;
}
.icxin-main {
	background-color:#FFFFFF;
	max-width:1200px;
	width:100%;
	padding: 40px 0;
	margin:auto;
}
.icxin-hg{
	line-height:25px;
}
.ilant-cxin {
	background-image: url();
}
.icxin-list{
	padding:0 10px;
}
.icxin-list li{margin-bottom: 15px;}
.icxin-list li a._img {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
	border-radius: 6px;
	/*margin-left:10px;*/
}
.icxin-list li a._img img {
	/*max-height: 100%;*/
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.icxin-list li ._pd {
	padding: 15px 10px 0px;
}
.icxin-list li ._title {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.icxin-list li ._title1 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width:210px;
	text-align:center;
}
.icxin-list li ._sum {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #666;
}
.icxin-list li dd {
	line-height: 25px;
	height: 25px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px
}
.icxin-list li ._more {
	width: 110px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #C6000E;
	background: #fff;
	color: #C6000E;
	text-indent: 20px;
	position: relative;
	margin-top: 20px;
}
.icxin-list li ._more .ion {
	position: absolute;
	right: 5px;
}
.icxin-list li a:hover ._title {
	color: #C6000E;
}
.icxin-list li a:hover ._more {
	color: #fff;
	border-color: #C6000E;
	background: #C6000E;
}
.icpro-list li {
}
.jstu{

}
.icpro-list li a._img {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 70%;
	position: relative;
	border-radius: 0px;
	margin-left:10px;
}
.icpro-list li a._img img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.icpro-list li ._pd {
	padding: 15px 10px 0px;
}
.icpro-list li ._title {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	text-align: center
}
.icpro-list li ._sum {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #666;
}
.icpro-list li dd {
	line-height: 25px;
	height: 25px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px
}
.icpro-list li ._more {
	width: 110px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #C6000E;
	background: #fff;
	color: #C6000E;
	text-indent: 20px;
	position: relative;
	margin-top: 20px;
}
.icpro-list li ._more .ion {
	position: absolute;
	right: 5px;
}
.icpro-list li a:hover ._title {
	color: #C6000E;
}
.icpro-list li a:hover ._more {
	color: #fff;
	border-color: #C6000E;
	background: #C6000E;
}
.igongyi-mian {
	background: #f8f8f8;
	padding: 40px 0;
}
.ilant-gongyi {
	background-image: url();
}
.igongyi-nr {
	background: #fff;
	width: 100%;
	float: left;
}
.igongyi-nr .igy-img {
	float: left;
	width: 62%;
}
.igongyi-nr .igy-sum {
	float: left;
	width: 36%;
	margin-left: 2%;
}
.igongyi-nr .igy-sum .igysum-t1 {
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 50px;
}
.igongyi-nr .igy-sum .igysum-c1 {
	color: #4185a9;
}
.igongyi-nr .igy-sum .igysum-c2 {
	color: #51b847;
}
.igongyi-nr .igy-sum .igysum-t3 {
	font-size: 21px;
	line-height: 20px;
	color: #333;
	margin-bottom: 15px;
}
.igongyi-nr .igy-sum .igysum-t2 {
	font-family: arial;
	font-size: 16px;
	color: #a9a9a9;
	margin-bottom: 10px;
}
.igongyi-nr .igy-sum .igysum-t2 i {
	color: #51b847;
}
.igongyi-nr .igy-sum .igysum-more {
	display: block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #C6000E;
	text-indent: 20px;
	color: #C6000E;
}
.igongyi-nr .igy-sum .igysum-more:hover {
	border: 1px solid #C6000E;
	color: #fff;
	background: #C6000E;
}
.news_con3 {
	height: auto;
	overflow: hidden;
	max-width:1200px;
	width:100%;
	margin:auto;
	background-color:#FFFFFF;
	padding:35px 0 0;
}
.news_con3_u {
	/*display: inline-block;*/
	margin-top: 5px;
	padding: 10px 0 20px;
}
.newk{
	/*padding-left: 15px;
	padding-top: 15px;*/
}
.ppp_e{
	background: #eee;
}
.pppp_d{
	padding-left: 10px;
}
.news_con3_l {
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	color: #005bac;
}
.news_con3_l:nth-child(2) {
	width: 260px;
	float: left;
	margin-right: 0px;
}
.news_con3_c {
	margin-left: 15px;
}
.news_con3_l em {
	font-size: 14px;
	display: block;
	color: #030303;
	line-height: 35px;
	text-align: center
}
.news_con3_l p, .news_con3_l span {
	font-size: 12px;
	color: #6b6a6a;
	margin-top: 10px;
	line-height: 25px;
	display: block;
}
.news_con3_l .pho {
	margin-top: 15px;
}
.news_con3_l .pho img {
	width: 264px;
	height: 210px;
}
.news_con3_r {
	width: 600px;
	float: right;
}
.news_con3-con{padding:0 30px;}
.newk-item .newk-item-left{background: #eee;padding:25px 15px 15px 0;margin-left:-15px;margin-right: -15px;}
.newk-item .newk-item-left p{text-align: center;line-height: 30px;}
.slb .hd ul, .slb .hd ul li, .slb .hd ul li a, .slb .hd span {
	height: 46px;
}
.slb .hd ul {
}
.slb .hd ul li {
	float: left;
	width: 104px;
	height: 46px;
	line-height: 46px;
}
.slb .hd ul li a {
	display: block;
	font-size: 21px;
	line-height: 25px;
	width: 104px;
	text-align: center;
	color: #585858;
	font-weight: normal;
	height: 46px;
	line-height: 46px;
}
.slb .hd ul li.on a {
	color: #ff9900;
	border-bottom: 4px solid #ff9900;
	font-size: 21px;
}
.slb .hd span {
	display: block;
	float: right;
	line-height: 43px;
	background: url() no-repeat right center;
	margin-right: 15px;
	padding-right: 20px;
}
.slb .bd {
	padding: 0;
}
.slb .bd .bdlist {
	height: auto;
}
.slb .bd .bdlstl {
	float: left;
	width: 198px;
	padding-top: 5px;
}
.slb .bd .bdlstl img {
}
.slb .bd .bdlstr {
	float: left;
}
.news_con3_r_u {
	margin-top: 40px;
	line-height:28px;
}
.news_con3_r_u1 {
	/*margin-top: 5px;*/
	line-height:28px;
}
.news_con3_r_u ul li {
	line-height: 30px;
	position: relative;
	background: url() no-repeat left;
	padding-left: 20px;
}
.news_con3_r_u ul li span {
	position: absolute;
	top: 0;
	right: 10px;
	color: #797979;
	font-size: 14px;
}
.news_con3_r_u ul li a {
	color: #797979;
	font-size: 14px;
	
}
.newk-item .news_con3_r_u1 li{position: relative;}
.newk-item .news_con3_r_u1 li::before{content: '';width:5px;height:5px;border-radius:100%;top:10px;position: absolute;left:0;background: #555;}
.newk-item .news_con3_r_u1 li a{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;padding-left:15px;}
/*foot*/
.foot {
	background: #C6000E;
	padding: 50px 0;
	color: #fff;
}
.foot-nav dl {
	float: left;
	width: 120px;
	margin-right: 30px;
}
.foot-nav dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.foot-nav dd {
	line-height: 30px;
}
.foot-nav dl a:hover {
	color: #fff;
	text-decoration: underline;
}
.foot-social {
	padding-right: 35px;
	width: 210px;
	border-left: 1px solid #87D9C3;
}
.foot-social .bdsharebuttonbox {
	margin-bottom: 25px;
	float: right;
}
.foot-social .bdsharebuttonbox .bds_text {
	width: auto;
	padding: 0;
	background: none;
	font-size: 16px;
	color: #fff;
}
.foot-ewm {
	width: 100%;
	float: right;
}
.foot-ewm dl {
	float: right;
	margin-left: 25px;
	margin-top: 5px;
}
.foot-ewm dt {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}
.foot-ewm dl dd img {
	width: 103px;
	max-width: none;
}
.foot-bottom {
	background:rgba(51, 51, 51, 1);
	color: #fff;
	line-height: 45px;
}
.foot-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}
.foot-bottom .fb-left {
	margin-right: 10px; text-align:center
}
.foot-bottom .fb-left a {
	padding-right: 10px;
}
.foot-bottom .fb-center em {
	padding: 0 8px;
}
/*footer*/
.pageFooter {
	width: 100%;
	background: #e3e3e3;
	padding:20px 0px;
	color: #333;
	position: relative;
}
.paglink{
	max-width:1200px;
	width:100%;
	font-size:16px;
}
.pageFooter .footer_title {
	font-size: 18px;
	color: #ffffff;
}
.pageFooter .footer_l {
	width: 100%;
}
.pageFooter .footer_l li {
	float: left;
	width: 12%;
	margin-right: 2%;
	border-left: 1px solid #DBDBDB;
	height: 30px;
	padding-left: 2%;
	line-height:30px;
	 list-style:none; text-align:center; font-size:16px;
}
.pageFooter .footer_l li:nth-child(1) {
	float: left;
	width: 12%;
	margin-right: 2%;
	border-left: 0px solid #DBDBDB;
	height: 30px;
	padding-left: 2%;
	line-height:30px;
	 list-style:none; text-align:center
}
.pageFooter .footer_l dl.last_dl {
	border: none;
	margin-right: 0;
}
.pageFooter .footer_l dt {
	margin-bottom: 20px;
}
.pageFooter .footer_l dd {
	line-height: 28px;
}
.pageFooter .footer_l dd a:hover {
	color: #fff;
}
.pageFooter .footer_c {
	width: 22%;
}
.pageFooter .footer_c .footer_c_box {
	border-right: 1px solid #4786c1;
	padding-right: 30px;
}
.pageFooter .footer_c .footer_title {
	margin-bottom: 8px;
}
.pageFooter .footer_c .footer_number {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
}
.pageFooter .footer_c .footer_number a {
	color: #f2feff;
	cursor: default;
}
.pageFooter .footer_c .email {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 6px;
}
.pageFooter .footer_c .email a {
	color: #fff;
}
.pageFooter .footer_c .addres {
	color: #fff;
	padding-bottom: 14px;
	border-bottom: 1px solid #307cbd;
	margin-bottom: 6px;
}
.pageFooter .footer_c .foot_share a {
	width: 53px;
	height: 50px;
	background: url(../img/foot_share.png) no-repeat;
	margin: 6px 18px 6px 0;
	opacity: 1;
}
.pageFooter .footer_c .foot_share a.bds_weixin {
	background-position: -53px 0px;
}
.pageFooter .footer_c .foot_share a.bds_sqq {
	background-position: -106px 0px;
}
.pageFooter .footer_r {
	width: 12%;
}
.pageFooter .footer_r .footer_title {
	margin-bottom: 10px;
}
.pageFooter .footer_r .other_company {
	position: relative;
	margin-bottom: 34px;
}
.pageFooter .footer_r .other_company ._title ._title_l {
	width: 83%;
	height: 36px;
	border: 1px solid #7d9cb8;
	border-right: none;
	line-height: 36px;
	text-indent: 16px;
	font-size: 12px;
	color: #fff;
}
.pageFooter .footer_r .other_company ._title ._title_r {
	width: 39px;
	height: 38px;
	background: url(../img/footer_r_ico.png) no-repeat center;
}
.pageFooter .footer_r .other_company .other_company_list {
	position: absolute;
	left: 0;
	top: 38px;
	width: 100%;
	padding-bottom: 10px;
	height: 140px;
	overflow: hidden;
	display: none;
	overflow-y : auto;
	background: #f0f0f0;
	z-index: 2;
}
.pageFooter .footer_r .other_company .other_company_list a {
	display: block;
	width: 100%;
	line-height: 38px;
	text-indent: 16px;
	color: #555;
}
.pageFooter .footer_r .other_company .other_company_list a:hover {
	background: #005bac;
	color: #ffffff;
	opacity: .8;
}
.pageFooter .footer_r .foot_ewm .ewm_img {
	width: 100%;
	text-align: center
}
.pageFooter .footer_r .foot_ewm .ewm_img .img_box img {
	width: 100%;
}
.pageFooter .footer_r .foot_ewm .ewm_titl {
	width: 44%;
}
.pageFooter .footer_r .foot_ewm .ewm_titl ._title_box {
	padding: 90px 30px 0px 10px;
	font-size: 14px;
	color: #fff;
}
.footer_bar {
	background-color: #1d1d1d;
	padding: 14px 0px;
	color: #bebebe;
}
.pageFooter .go_top {
	width: 57px;
	height: 56px;
	background: url() no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	position: fixed;
	right: 0;
	bottom: 50px;
	background-position: 0 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.pageFooter .go_top:hover {
	background-position: 0 -56px;
}
.footer { max-width:1200px;
	width:100%; }
.recur_top { width: 41px; height: 32px; background-color: #000000; text-align: center; vertical-align: middle; line-height: 32px; }
.recur_top a { text-decoration: none; color: #fff; }
.footer1 { width: 100%; height: 203px; border-bottom: 1px solid #111; background: #e6e6e6; }
.footer_middle { max-width:1200px;width:100%; height: 203px; margin: 0px auto; }
.footer_middle_logo { width: 322px; height: 147px; margin-top: 30px; float: left }
.footer_middle_logo img{ height: 110px; }
.footer_middle_nav { width: 220px; margin-left: 35px; height: 147px; float: left; margin-top: 30px; }
.footer_middle_nav ul li { width: 90px; float: left; display: block; height:28px; line-height:28px; overflow:hidden;}
.footer_middle_nav ul li a { display: block; height: 28px; text-decoration: none; color: #666666; text-align: left; vertical-align: middle; line-height: 28px; }
.footer_middle_nav ul li a:hover { color: #bf3131 }
.footer_middle_nav ul .footer_middle_motorcycle_type_bt { width: 220px; text-align: left; font-size: 14px; color: #333333; }
.footer_middle_motorcycle_type { width: 132px; height: 147px; border-right: 1px solid #e6e3e4; float: left; margin-top: 30px; }
.footer_middle_motorcycle_type ul li a { display: block; width: 80px; height: 28px; text-decoration: none; color: #666666; margin: 0px 0px 0px 0px; text-align: left; vertical-align: middle; line-height: 28px; height:28px; line-height:28px; overflow:hidden;}
.footer_middle_motorcycle_type ul li a:hover { color: #bf3131 }
.footer_middle_motorcycle_type ul .footer_middle_motorcycle_type_bt { font-size: 14px; color: #333333; text-align: center }
.contact_us { width: 320px; height: 147px; border-left: 1px solid #111; float: left; margin-top: 50px; }
.contact_us ul li { display: block; width: 300px; height: 30px; text-decoration: none; color: #666666; margin: 0px 0px 0px 30px; text-align: left; vertical-align: middle; line-height: 25px; overflow:hidden;}

.contact_us ul .contact_us_bt { font-size: 16px; color: #000000; font-weight:600}
.contact_us ul li span { padding-left: 10px; }
.contact_us ul p{ width: 400px; margin-top: 3px; padding-left:30px; color:#6d6d6d}
.two_dimension_code { width: 350px; height: 147px; float: right; margin-top: 30px; border-left: 1px solid #949494; flo }
.two_dimension_code div { width: 350px; height: 30px; text-align: center; vertical-align: middle; line-height: 30px; }
.two_dimension_code img { display: block; margin: 0px auto }
.fenye{width:85%;margin:auto;}
.fenye ul{width:85%;margin:auto;}
.fenye ul li {width:600px;margin:auto;}
.STYLE2 a{color: #222;}

.navbar-toggle {
 position: relative;
 float: right;
 padding: 9px 10px;
 margin-top: 10px;
 margin-right: 15px;
 margin-bottom: 8px;
 background-color: transparent;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;
}
.navbar-toggle:focus {
 outline: 0;
}
.navbar-toggle .icon-bar {
 display: block;
 width: 22px;
 height: 2px;
 border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
 margin-top: 4px;
}

.navbar-default {
 background-color: #f8f8f8;
 height:auto;
 /*border-color: #e7e7e7;*/
 display: none;
 min-height:40px;
}
.navbar-default .navbar-brand {
	padding:5px 15px;
 color: #777;
}
.navbar-default .navbar-brand>img{max-height: 50px;}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
 color: #5e5e5e;
 background-color: transparent;
}
.navbar-default .navbar-text {
 color: #777;
}
.navbar-default .navbar-nav > li > a {
 color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: #333;
 background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 color: #555;
 background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
 color: #ccc;
 background-color: transparent;
}
.navbar-default .navbar-toggle {
 border-color: #ddd;
}
/*.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
 background-color: #ddd;
}*/
.navbar-default .navbar-toggle .icon-bar {
 background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
 border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
 color: #555;
 background-color: #e7e7e7;
}
.navbar-default .navbar-brand{height:auto;}
.navbar-collapse .nav{float:none;margin-top:0;}
.navbar-collapse .nav a{display: block;padding:10px 15px;}
.navbar-default .active{background: #5C84BD!important;color:#fff!important;}
.navbar-default .dropdown-menu{position: relative;top:0;float:none;transition: none;background: none;margin:0;}
.navbar-default .dropdown-menu a{padding-left: 25px;}

@media only screen and (max-width: 800px) and (min-width: 641px){
.jtleft_tit11{padding-left: 15px;}
.e2 li{padding:12px 15px;}
.place1{padding-left: 15px;}
.row>.span-3{width:50%;}
.nav > ul > li > a{padding:0 15px;}
}

@media only screen and (max-width: 640px){
	.icxin-main{padding:20px 0;}
	.in_title{padding: 10px 0 20px;}
	.in_title .cntit{font-size: 24px;}
	.in_title .entit{font-size: 16px;}
	.icxin-list{padding:0;}
	.icxin-list li{margin-bottom: 20px;}
	.icxin-list li ._title{font-size:16px;}
	.news_con3{padding:25px 0;}
	.news_con3_u{margin-top: 0;padding:0;margin-bottom: 15px;}
	.news_con3_l{font-size:18px;}
	.newk-item-left{margin-bottom: 10px;}
	.news_con3_r_u1{margin-left:-10px;margin-right: -15px;}
	.news_con3-con{padding:0 15px;}
	.flexslider .flex-next,.flexslider .flex-prev{opacity: 0.8;}
	.navbar-default{display: block;}
	.bgjs .topBar,.bgjs .top{display: none;}
}
@media (min-width: 992px){
	footer.icxin-main .list.col-lg-2{width:19.5%;}
	footer.icxin-main .col-lg-4.info{width:41.5%;}
}
