﻿* {
 	/*margin: 0;*/
 	padding: 0;
 	list-style: none;
 	text-decoration: none;
 	box-sizing: border-box;
 }

 .swiper {
 	width: 950px;
 	height: 300px;
 	position: relative;
 	overflow: hidden;
 	margin: 0 auto;
 }

 .swiper ul {
 	width: 9999px;
 	overflow: hidden;
 	/*清除浮动*/
 	/*transition: 1s;*/
 }

 .swiper li {
 	float: left;
 	/*width: 520px;*/
 }

 /*按钮*/
 .btn {
 	position: absolute;
 	top: 50%;
 	left: 5px;
 	width: 30px;
 	height: 30px;

 	margin-top: -15px;
 	text-align: center;
 	line-height: 27px;
 	border-radius: 50%;
 	font-size: 26px;
 	color: #fff;
 	background: #666;
 	opacity: .5;
 	cursor: pointer;
 	-webkit-user-select: none;
 	-ms-user-select: none;
 }

 .next {
 	left: 910px;
 }

 .transi {
 	transition: 500ms;
 }

 /*小圆点*/
 ul.item {
 	width: 48px;
 	position: absolute;
 	bottom: 20px;
 	left: 50%;
 	transform: translateX(-50%);
 	/*清除浮动*/
 	overflow: hidden;
 	z-index: 1000;
 }

 .item li {
 	float: left;
 	width: 10px;
 	height: 10px;
 	border: 1px solid #fff;
 	background: #fff;
 	border-radius: 50%;
 	margin: 0 3px;
 }

 li.active {
 	background: gray;
 }

 .selectwarp {
 	position: absolute;
 	top: 36px;
 	left: 44px;
 	width: 250px;
 	height: 120px;
 	background-color: white;
 	border-radius: 8px;
 }

 .serch-warp {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	position: relative;
 }

 .serch {
 	background-color: white;
 	width: 208px;
 	height: 32px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	border-radius: 5px;
 	font-size: 12px;
 	padding-left: 10px;
 	padding-right: 45px;
 	margin-top: 22px;
	 	border: 1px solid #E1E1E1;
 }

 .serchimg {
 	width: 18px;
 	height: 18px;
 	position: absolute;
 	right: 30px;
 	top: 30px;

 }
 .sub{cursor: pointer;
	 color: white;
	 background-color: #13547A;
	 width: 208px;
	 height: 32px;
	 margin-top: 15px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-left: 21px;
	 border-radius: 5px;
     font-size:16px;
 }
.comptitle {
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    letter-spacing: 2px;
    line-height: normal;
    color: #000;
}
 .coent{
	 color: #505050;
	 font-size: 14px;
	 text-align: center;
	 margin-top: 10px;
	 font-weight: 600;
 }
.kailong{
	width:0;
        height:0;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	border-bottom:6px solid #13547A;
	margin: 0 auto;
	margin-top: 20px;
}
.hui{
	width: 355px;
	background-color: #EEEEEE;
	height: 2px;
}
.blue{
	width: 140px;
	height: 2px;
	background-color: #13547A;
}
.mid{
	margin-top: 43px;
	width: 920px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.mid-left{
	width: 438px;
	color: #707070;
	font-size: 12px;
	line-height: 18px;
}
.midtext{

}
.midimg{
	width: 361px;
	height: 188px;
	margin-left: 45px;
	border-radius: 8px;
}
.bomleft{
	width: 50%;
	display: flex;
	
}
.foot{
	width: 955px;
	margin: 0 auto;
	background-color: #555555;
	height: 115px;
	margin-top: 45px;
	display: flex;
	color: #FFFFFF;
	font-size: 12px;
}

 input {
 	background: none;
 	outline: none;
 	border: none;
 }
 
