header .banner {
	/* position: relative; */
	text-align: center;
	width: 1200px;
	height: 450px;
	margin: 0px auto;
	/*margin: 40px 150px 40px 150px;*/
}

/* header .banner .slide-carousel {
	/*padding-bottom: 5px;
} */

header .banner .slide-3d .desc {
	display: none;
}

header .banner .slide-3d .item-list li {
	/* width: 750px;
	height: 410px; */
	transition: all 0.5s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* header .banner .slide-3d .item-list li .item-content a{
  position: absolute;
}

header .banner .slide-3d .item-list li .item-content span {
  position: absolute;
} */

header .banner .slide-3d .item-list li.item0 {
	transform: translate3d(-225px, 0, 0) scale(0.8);
}

header .banner .slide-3d .item-list li.item1 {
	transform: translate3d(0, 0, 0) scale(0.8);
	transform-origin: 0 50%;
	opacity: 1;
	z-index: 2;
}

header .banner .slide-3d .item-list li.item2 {
	transform: translate3d(225px, 0, 0) scale(1);
	transform-origin: 0 50%;
	opacity: 1;
	z-index: 3;
}

header .banner .slide-3d .item-list li.item2 img {
  border: 6px solid #fff;
  box-shadow: 0 0 1px #999;
  transition: all .3s;
}

header .banner .slide-3d .item-list li.item3 {
	transform: translate3d(450px, 0, 0) scale(0.8);
	transform-origin: 100% 50%;
	opacity: 1;
	z-index: 2;
}

header .banner .slide-3d .item-list li.item4 {
	transform: translate3d(675px, 0, 0) scale(0.8);
}

header .banner .slide-3d .item-list li.item5 {
	transform: translate3d(900px, 0, 0) scale(0.8);
}

header .banner .slide-3d .item-list li.item6 {
	transform: translate3d(1125px, 0, 0) scale(0.8);
}

header .banner .slide-3d .item-list li.item7 {
	transform: translate3d(1350px, 0, 0) scale(0.8);
}

header .banner .slide-3d .item-list li.item8 {
	transform: translate3d(1575px, 0, 0) scale(0.8);
}

header .banner .slide-3d .item-list li.item9 {
	transform: translate3d(1800px, 0, 0) scale(0.8);
}

header .banner .slide-2d .item-list li {
	width: 1200px;
	height: 300px;
	transition: all 0.5s ease-out;
	position: absolute;
	top: 0;
	left: 0;
}

header .banner .slide-2d .item-list li.item0 {
	transform: translateX(-1200px);
}

header .banner .slide-2d .item-list li.item1 {
	transform: translateX(0px);
}

header .banner .slide-2d .item-list li.item2 {
	transform: translateX(1200px);
}

header .banner .slide-2d .item-list li.item3 {
	transform: translateX(2400px);
}

header .banner .slide-2d .item-list li.item4 {
	transform: translateX(3600px);
}

header .banner .slide-2d .item-list li.item5 {
	transform: translateX(4800px);
}

header .banner .slide-2d .item-list li.item6 {
	transform: translateX(6000px);
}

header .banner .slide-2d .item-list li.item7 {
	transform: translateX(7200px);
}

header .banner .slide-2d .item-list li.item8 {
	transform: translateX(8400px);
}

header .banner .slide-2d .item-list li.item9 {
	transform: translateX(9600px);
}


/*首页*/

.content {
	margin-top: 100px;
}

.content_image {
	width: 100%;
	height: 800px;
	position: relative;
}

.content_image img {
	max-width: 100%;
	height: auto;
}

.content_center {
	/*position: absolute;*/
	width: 1200px;
	height: auto;
	margin: 40px auto;
	overflow: hidden;
	/*添加overflow属性，可以设置为auto或者hidden*/
}

.news_banner,
.news_tips {
	width: 50%;
	height: 100%;
	opacity: 0;
	/*min-width: 500px;*/
	min-height: auto;
}

.content_center .news_banner {
  padding-right: 24px;
}

.content_center .news_tips {
  padding-left: 24px;
}
.col-xsm-1 {
	min-width: 100px;
}

.col-xsm-2 {
	min-width: 200px;
}

.col-xsm-3 {
	min-width: 300px;
}

.col-xsm-4 {
	min-width: 400px;
}

.col-xsm-5 {
	min-width: 500px;
}

.col-xsm-6 {
	min-width: 600px;
}

.col-xsm-7 {
	min-width: 700px;
}

.col-xsm-8 {
	min-width: 800px;
}

.col-xsm-9 {
	min-width: 900px;
}

.col-xsm-10 {
	min-width: 1000px;
}

.col-xsm-11 {
	min-width: 1100px;
}

.col-xsm-12 {
	min-width: 1200px;
}

/*.news_banner .carousel-inner {
	width: auto;
}*/

.news_banner .carousel-inner img {
	width: 100%;
}

.news_banner .carousel-inner p {
	background-color: transparent;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}
/*
.news_banner .carousel-inner .p1 {
	float: left;
	font-size: 12px;
}

.news_banner .carousel-inner .p2 {
	float: right;
	font-size: 12px;
}*/


/*.news_banner .carousel-control {
			cursor: pointer;
			text-decoration: none;
			position: relative;
			z-index: 2;
		}*/

.news_banner .carousel-inner{
	background-color: transparent;
	position: relative;
	color: #000000;
}

.left-1 {
	position: relative;
	float: right;
	z-index: 100;
	/*padding: 20px 10px 20px 10px;*/
	background: #333 !important;
	width: 30px;
	margin-top: -52px;
}

.right-1 {
	position: relative;
	float: right;
	/*padding: 20px 10px 20px 10px;*/
	background: #333 !important;
	width: 30px;
	margin-top: -52px;
	margin-right: 30px;
}

.carousel-control span {
	font-size: 40px !important;
  background: #333 !important;
  color: rgba(255, 255, 255, 0.7);
}

.news_tips {
	position: relative;
}

.news_tips span {
	font-size: 25px;
	color: #1874CD;
}

.news_btn li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}

.news_btn a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	margin-right: 15px;
	padding: 0px 15px;
}
.content_center .news_btn a:hover {
	cursor: pointer;
}
.news_btn a.jp-current {
	color: #1874CD;
	border: 1px solid #1874CD;
	border-radius: 5px;
}

.news_btn a.jp-current:hover {
	/* cursor: default; */
	background: none;
}

.news_tips .news_image {
	position: absolute;
	width: 120px;
	height: 55px;
	padding-top: 2px;
	background: url(../img/news.png) no-repeat;
	right: 0px;
	top: 0px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.news_tips .news_image a {
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	font-size: 14px;
}
.news_btn {
	border-bottom: 2px #DCDCDC solid;
  padding-bottom: 15px;
  margin-top: 15px;
}

.news_list {
	margin-top: 12px;
}

.news_list li {
	list-style: none;
	width: 100%;
}

.news_list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list li .news_content {
	text-decoration: none;
	float: left;
	font-size: 14px;
	color: #000;
  width: 80%;
  line-height: 32px;
	white-space: nowrap;
	/*文本不换行，这样超出一行的部分被截取，显示...*/
}

.news_list li .news_time {
	float: right;
	text-decoration: none;
	font-size: 3px;
	color: #1874CD;
	font-size: 12px;
  line-height: 32px;
}

.content_footer {
  position: relative;
	text-align: center;
	height: 455px;
	width: 1200px;
	/* background-color: #EEEEEE; */
  padding-bottom: 50px;
  margin: 0 auto;
}

.content_footer::before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 280px;
  left: 0;
  background: linear-gradient(to bottom, #0186d1, #c9ebfe);
}
.content_footer .title,
.slide_banner {
	opacity: 0;
}
.content_footer .title h3 {
	font-weight: 700;
}
.content_footer .title,
.title>h3,
.title>span {
	margin: auto;
	/* background-color: #EEEEEE; */
  /* color: #1874CD; */
  color: #fff;
}

.content_footer .item-content span {
	position: absolute;
  display: block;
	bottom: -10%;
	left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
	/* background-color: #EEEEEE; */
}

.content_footer .item-list a {
	text-decoration: none;
}

.content_footer .item-list a:hover {
	color: #000;
}

.content_footer .title {
	padding: 60px 0 30px 0;
}


/*slide*/

.content_footer header {
	margin: 10px 0;
	/* background-color: #EEEEEE; */
}

/* .content_footer header .slide-carousel ul {
	background-color: #EEEEEE;
} */

.contact {
	margin: 40px 0px;
	padding: 0px 150px;
	height: 250px;
	width: 100%;
}

.contact img {
	padding: 20px 10px 20px 10px;
	display: inline;
	float: left;
}

.contact .msg {
	position: absolute;
	display: inline;
	float: left;
	padding: 20px 10px 20px 10px;
	/*margin-left: 500px;*/
}

.contact .msg .communication {
	margin-top: 20px;
}

.friendly_link dt {
	font-size: 22px;
	color: #B0B0B0;
}

.friendly_link dd a {
	margin-top: 20px;
	font-size: 10px;
}

.friendly_link .link {
	text-align: center;
	margin-bottom: 10px;
}

.friendly_link .link span {
	background-color: #eee;
	font-size: 20px;
	color: #1874CD;
}

.weixin {
	position: fixed;
	z-index: 999;
	right: 5px;
	top: 200px;
	background-color: transparent;
}

.weixin .icon {
	position: fixed;
	z-index: 999;
	right: 5px;
	top: 200px;
	background-color: transparent;
}

.erwiema {
	position: fixed;
	z-index: 999;
	right: 55px;
	top: 200px;
	border: 5px solid #1874CD;
	padding: 10px;
	text-align: center;
	opacity: 0;
}

.weixin .icon .wei2 {
	display: none;
}

/* .hander_content {
	background-color: rgba(50, 205, 50, 0.333);
	text-align: center;
	vertical-align: middle;
	margin: 0px 30%;
	position: absolute;
	top: 30%;
	/*padding: 200px 100px;*
} */
.hander_content {
	position: absolute;
	width: 600px;
	background-color: rgba(50, 205, 50, 0.333);
	text-align: center;
	vertical-align: middle;
	/* margin: 0px 30%; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*padding: 200px 100px;*/
}
.hander_content p,
.hander_content button,
.hander_content>button>span {
	background-color: rgba(50, 205, 50, 0.333);
	/*background-color: transparent;*/
	color: #fff;
}

.hander_content .en {
	font-size: 20px;
	margin: 20px auto;
	width: auto;
	background-color: transparent;
}

.hander_content .ch {
	font-size: 30px;
	margin: 10px;
	width: auto;
	background-color: transparent;
}

.hander_content .sm {
	margin: 10px 25%;
	width: 50%;
	background-color: transparent;
}

.hander_content button {
	border: 2px solid #fff;
	background-color: transparent;
	margin: 10px 10px;
}

.hander_content button span {
	background-color: transparent;
	color: #fff;
}

.hander_content button .ent {
	position: relative;
	margin: 0px 30px 0px 5px;
}

.hander_content button .gly {
	position: relative;
	margin: 0px 5px 0px 5px;
}

.hander_content hr {
	color: #fff;
	width: 80px;
	height: 0.5px;
	margin: 20px auto;
}

.hander_content .in {
	border: 2px solid #fff;
}
.glyphicon {
	top: 0;
}

.item-list .item0 .item-content span,
.item-list .item1 .item-content span,
.item-list .item3 .item-content span{
  display: none;
}

.input-group {
  width: 200px;
  margin-top: -10px;
  margin-left: -120px;
}

.input-group input,
button {
  height: 30px;
}

.input-group span {
  color: grey;
}

.content_center .news_nav {
  overflow: hidden;
  /* max-height: 280px; */
}

.carousel-indicators.item {
  width: 30%;
  height: 45px;
  right: 0;
  bottom: 0;
  margin-left: auto;
  line-height: 45px;
}

.service:before {
  display: none;
}

/*2018-6-9*/
div.slide1,
.inner1 {
  /* width: 1200px !important;
  height: 600px; */
  margin: 0 auto;
}

/* .inner1 {
  height: 500px;
  width: 1100px;
} */

.active1 {
  width: 100%;
  height: 100%;
}

.firstcontrol,.secondcontrol{
  display: none;
}

.firstcontrol span {
  position: absolute;
  background: none !important;
  font-size: 65px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secondcontrol span{
  background: none !important;
  font-size: 20px;
}
.oneleft{
  padding-left: 0 !important;
}
.oneright{
  padding-right: 0 !important;
}
.p1{color:#ffffff !important;}
.content_footer{padding-bottom: 0 !important;}
.controls {
  top: -195px !important;
  z-index: 10 !important;
  background: none !important;
}
.controls a{
  background: none !important;
}
.item-prev{right: 17% !important;}
.item-next{left: 17% !important;}
.controls{display: none;}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  text-shadow: none;
}

.carousel-control span.icomoon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.news_content:hover {
  color: red;
}
.carousel-caption {
  width: 70%;
  height: 45px;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 9;
}

.carousel-caption span.p1 {
  display: block;
  line-height: 45px;
  padding-left: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-caption span.p1:hover {
  text-decoration: underline;
}
.slide2 .carousel-indicators li {
  width: 23px;
  height: 6px;
  margin: 0;
  border: 0;
  border-radius: 2px;
  margin-left: 5px;
  background-color: #fff;
}
.slide2 .carousel-indicators li.active {
  background-color: #fe0100;
}

.carousel-caption {
  padding-bottom: 0;
}
.carousel-inner2 .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 0;
}

#slide3d .clearfix li {
  display: none;
}

#slide3d .clearfix li.item0,
#slide3d .clearfix li.item1,
#slide3d .clearfix li.item2,
#slide3d .clearfix li.item3,
#slide3d .clearfix li.item4 {
  display: block;
}
