


/*end*/


/*关于我们*/

.v {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
}
/*简介*/
.sdwabout {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	min-height: 100px;
}

.sdwabout .sdwaboutleft {
	width: 45%;
	float: left;
	min-height: 100px;
}

.sdwabout .sdwaboutleft h3 {
	font-size: 36px;
	color: #000;
}

.sdwabout .sdwaboutleft .sdwjies {
	font-size: 14px;
	line-height: 24px;
}

.sdwabout .sdwaboutleft a {
	display: block;
	width: 126px;
	height: 45px;
	background: #008a79;
	line-height: 45px;
	text-align: center;
	color: #fff;
	margin-top: 4%;
}

.sdwabout .sdwaboutright {
	width: 50%;
	float: right;
	min-height: 100px;
}

.sdwabout .sdwaboutright img {
	width: 100%;
	height: auto;
}
/*由来*/
.sdwyoulai {
	width: 100%;
	min-height: 300px;
	background: #30383e;
	margin-top: 5em;
	overflow: hidden;
}

.sdwyoulai ul {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.lsb-background {
	width: 25%;
	height: 400px;
	float: left
}

.lsb-background:nth-child(1) {
	background: url(../image/img1.jpg) center center no-repeat rgb(244, 245, 250);
	background-size: 100% 100%;
}

.lsb-background:nth-child(2) {
	background: url(../image/img2.jpg) center center no-repeat rgb(244, 245, 250);
	background-size: 100% 100%;
}

.lsb-background:nth-child(3) {
	background: url(../image/img3.jpg) center center no-repeat rgb(244, 245, 250);
	background-size: 100% 100%;
}

.lsb-background:nth-child(4) {
	background: url(../image/img4.jpg) center center no-repeat rgb(244, 245, 250);
	background-size: 100% 100%;
}

.lsb {
	width: 100%;
	height: 100%;
	padding: 0 60px;
	background: rgba(0, 0, 0, .4);
	text-align: center;
	position: relative;
	transition: all .7s;
	display: block;
	overflow: hidden
}

.lsb:hover {
	cursor: pointer;
	background: rgba(0,138,121, 0.85)
}

.lsb:hover .lsb-icon {
	margin-top: -84px
}

.lsb:hover .lsb-name {
	margin-top: 106px
}

.lsb:hover .lsb-span {
	margin-top: 28px
}

.lsb:hover .lsb-introduce {
	margin-top: 16px;

}

.lsb-icon {
	width: 65px;
	height: auto;
	margin: auto;
	margin-top: 135px;
	transition: all .5s
}

.lsb-icon img {
	width: 100%;
	height: 100%
}

.lsb-name {
	font-size: 24px;
	color: #fff;
	margin-top: 24px;
	line-height: 33px;
	transition: all .5s
}

.lsb-span {
	width: 40px;
	height: 3px;
	background: #fff;
	transition: all .5s;
	margin: auto;
	margin-top: 24px
}

.lsb-introduce {
	font-size: 14px;
	color: #fff;
	/*display: -webkit-box;*/
	transition: all .5s;
	margin-top: 136px;
	line-height: 25px;	
}
.lsb-introduce  span{
	text-align:center;
	}
/*流程*/

.map #container {
    width: 100%;
    height: 470px;
}
.sdwliuc {
	width: 100%;
	max-width: 1200px;
	margin: 5em auto 4em auto;
	text-align: right;
}

.sdwliuc h3 {
	font-size: 36px;
	color: #111;
}

.sdwliuc span {
	font-size: 16px;
	color: #777;
}

.sdwliucsd {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	border: #eee solid 1px;
}

.sdwliucsd ul {
	width: 100%;
}
.sdwliucsd ul li{
	width: 20%;
	max-height: 260px;
}

.sdwliucsd ul li div {
	transition: 1s;
}

.sdwliucsd ul li:nth-child(odd) {
	float: left;
	background: #f5f5f5;
}

.sdwliucsd ul li:nth-child(odd) div {
	width: 90px;
	height: 90px;
	background: #fff;
	margin: 20px auto;
	border-radius: 50%;
	overflow: hidden;
}

.sdwliucsd ul li:nth-child(odd) div img {
	width: 60px;
	height: 60px;
	margin: 15px auto;
	display: block;
}

.sdwliucsd ul li:nth-child(odd) h3 {
	font-size: 48px;
	text-align: center;
	font-weight: 600;
	color: #e2e2e2;
}

.sdwliucsd ul li:nth-child(odd) span {
	font-size: 18px;
	display: block;
	background: #f5f5f5;
	text-align: center;
	line-height: 80px;
	position: relative;
	top: -20px;
	left: 0;
	z-index: 222;
}

.sdwliucsd ul li:hover div {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	/* IE 9 */
	-moz-transform: rotate(360deg);
	/* Firefox */
	-webkit-transform: rotate(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(360deg);
	/* Opera */
}

.sdwliucsd ul li:nth-child(even) {
	float: left;
	background: #fff;
}

.sdwliucsd ul li:nth-child(even) div {
	width: 90px;
	height: 90px;
	background: #f5f5f5;
	margin: 20px auto;
	border-radius: 50%;
	overflow: hidden;
}

.sdwliucsd ul li:nth-child(even) div img {
	width: 60px;
	height: 60px;
	margin: 15px auto;
	display: block;
}

.sdwliucsd ul li:nth-child(even) h3 {
	font-size: 48px;
	text-align: center;
	font-weight: 600;
	color: #e2e2e2;
}

.sdwliucsd ul li:nth-child(even) span {
	font-size: 18px;
	display: block;
	background: #fff;
	text-align: center;
	line-height: 80px;
	position: relative;
	top: -20px;
	left: 0;
	z-index: 222;
}
.sdwhezr{
	width: 100%;
	min-height: 300px;
	background: #f5f5f5;
	padding: 2em 0 4em 0;
	overflow: hidden;
}
.sdwhezr.lc_w{
	margin:5em auto 0;}
.odspofd{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.odspofd h3{
	font-size: 36px;
	color: #000;
	margin-top: 40px;
}


/*留言*/
.odspofd form{
	width: 100%;
}











input[type=text], select, textarea {
  width: 100%;
  padding:0 10px;
  height: 70px;
  border: 1px solid #ccc;
  border-radius: 0px;
  resize: vertical;
  font-size: 16px;
  margin-bottom: 16px;
  background:#fff;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #008a79;
  color: white;
  height: 70px;
  width: 100%;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  float: right;
  font-size: 16px;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 48%;
  margin-top: 6px;
}
.slodsi{
	float: right;
}
#subject{
	margin-bottom: 12px;
	padding-top:10px;
}
/* 清除浮动 */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/*简介详细*/
.sdwaboutshow{
	width: 100%;
	max-width: 1200px;
	min-height: 300px;
	
	margin: 4em auto;
}
.sdwaboutshow .sdwaboutshowleft{
	width: 16%;
	float: left;
	min-height: 300px;
	border-right: #ccc solid 1px;
}
.sdwaboutshow .sdwaboutshowleft h4{
	font-size: 24px;
}
.sdwaboutshow .sdwaboutshowleft p{
	width: 60px;
	height: 1px;
	background: #0053FC;
}
.sdwaboutshow .sdwaboutshowleft a{
	display: block;
	color: #555;
	font-size: 15px;
	line-height: 27px;
}









.sdwaboutshow .sdwaboutshowright{
	width: 77%;
	float: right;
	min-height: 300px;
	line-height: 25px;
	font-size: 15px;
}
/*联系方式*/
.sdwmap{
	border-top: #aaa solid 1px;
}
.sdwcongtads{
	width: 100%;
	max-width: 1200px;
	border: 1px solid #ccc;
	margin: 4em auto;
	overflow: hidden;
}
.sdwcongtads ul{
	width: 100%;
}
.sdwcongtads ul li{
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 45px;
	border-left: #ccc solid 1px;
}
.sdwcongtads ul li:hover img{
	animation: shake 1s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.sdwcongtads ul li img{
	margin: 45px 0 36px 0;
	transition: 0.5s;
}
.sdwcongtads ul li p{
	font-size: 18px;
}
.sdwcongtads ul li span{
	font-size: 18px;
}
.sdwcongtads ul li:nth-child(1){
	border-left: #aaa solid 0px;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}
/*招聘信息*/
.sdwjop{
	width: 100%;
	max-width: 1200px;
	min-height: 200px;
	margin: 4em auto;
	border: 1px solid #eee;
	overflow: hidden;
}
.sdwjop ul{
	width: 100%;
}
.sdwjop ul li{
	width: 20%;
	text-align: center;
	background: #fff;
	float: left;
	padding-bottom: 40px;
}
.sdwjop ul li:nth-child(odd){
	background: #f5f5f5;

}
.sdwjop ul li:nth-child(odd) div{
	width: 95px;
	height: 95px;
	background: #fff;
}
.sdwjop ul li div{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	margin: 35px auto;
	background: #f5f5f5;
	transition: 0.5s;
}
.sdwjop ul li div img{
	width: 57px;
	height: 57px;
	margin: 19px 0;
}
.sdwjop ul li:hover div{
	animation: shake 1s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.sdwidisuds{
	width: 100%;
	max-width: 1200px;
	min-height: 300px;
	background: #2e6da4;
	margin: 4em auto;
}

/*推广页*/
.sdwtuig{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	margin: 0em 0 5em;
	background: #f1f1f1;
	padding-bottom: 5em;
}
.baidusy{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	min-height: 300px;
}
.baidusy h3{
	font-size: 36px;
	font-weight: bold;
	margin-top: 60px;
	text-align: center;
}
.baidusy span{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #8c8c8c;
}
.baidusy ul{
	width: 100%;
	margin-top: 30px;
}
.baidusy ul li{
	width: 30%;
	float: left;
	background: #fff;
	border: 1px solid #eee;
}
.baidusy ul li h4{
	width: 100%;
	height: 125px;
	line-height: 95px;
	background: #00bcea;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 28px;
	text-align: center;
	background: linear-gradient(to right,#00bcea,#009cff);
}
.baidusy ul li div{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #009dfe;
	line-height: 80px;
	text-align: center;
	margin: -35px auto 15px auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 222;
	background: #fff;
	transition: 0.5s;

}
.baidusy ul li div p{
	font-size: 48px;
	font-weight: bold;
	color: #009dfe;
}
.baidusy ul li span{
	display: block;
	text-align: center;
	margin: 0 20px;
	line-height: 30px;
	font-size: 16px;
}
.baidusy ul li a{
	display: block;
	text-align: center;
	width: 100px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 20px auto 40px auto;
	color: #333;
}
.baidusy ul li:nth-child(3){
	float: right;
}
.baidusy ul li:nth-child(2){
	margin-left: 5%;
}
.baidusy ul li:hover div{
	animation: shake 1s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.baidusy ul li:hover a{
	border: 1px solid #009dfe;
	background: #009dfe;
	color: #fff;
}
.sdwjieja{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	min-height: 300px;
}
.sdwjieja .sdwjieleft{
	width: 46%;
	float: left;
	min-height: 300px;
}
.sdwjieja .sdwjieleft img{
	width: 100%;
	height: auto;
}




.sdwjieja .sdwjieright{
	width: 35%;
	float: right;
	margin-right: 5%;
	min-height: 300px;
}
.sdwjieja .sdwjieright h3{
	font-size: 36px;
	font-weight: bold;
	color: #111;
	margin-top: 90px;
	margin-bottom: 20px;
}
.sdwjieja .sdwjieright p{
	font-size: 18px;
	line-height: 36px;
	padding-left: 28px;
	font-weight: 600;
	color: #666;
	background: url("../image/gh.png") 0 10px no-repeat;
}
.sdwjieja .sdwjieright p span{
	color: #3ca7d3;
}
.sdwshil{
	width: 100%;
	max-width: 1200px;
	margin:4em auto;
	min-height: 300px;
}
.sdwshil ul{
	width: 100%;

}
.sdwshil ul li{
	 width: 30%;
	 float: left;
	 text-align: center;
	 background: #f7f7f7;
	 border: 1px solid #eee;
	 padding-bottom: 35px;
 }
.sdwshil ul li:nth-child(3){
	float: right;
}
.sdwshil ul li:nth-child(2){
	margin-left: 5%;
}
.sdwshil ul li img{
	margin: 40px 0 20px 0;
}
.sdwshil ul li h4{
	color: #111;
	font-size: 24px;
	font-weight: bold;
}
.sdwshil ul li span{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}












.shanghuz{

	 width: 100%;
	 max-width: 1200px;
	 margin:0em auto 4em auto;
	 min-height: 100px;
	 border: 1px solid #ddd;
	 overflow: hidden;
 }
.shanghuz .shanghuzleft{
	width: 52%;
	float: left;
}
.shanghuz .shanghuzleft img{
	width: 100%;
}
.shanghuz .shanghuzright{
	 width: 40%;
	 float: right;
	 min-height: 200px;
	 background: url("../image/s1.png") right 0 no-repeat;
	 overflow: hidden;
 }
.shanghuz .shanghuzright h4{
	font-size: 24px;
	font-weight: bold;
	clear: #111;
	margin-top: 75px;
	margin-bottom: 20px;
}
.shanghuz .shanghuzright p{
	 line-height: 45px;
	font-size: 16px;
	background: url("../image/xx.png") 0 center no-repeat;
	padding-left: 30px;
 }










.ruanwen{

	width: 100%;
	max-width: 1200px;
	margin:0em auto 4em auto;
	min-height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.ruanwen .ruanwenleft{
	width: 52%;
	float: right;
}
.ruanwen .ruanwenleft img{
	width: 100%;
}
.ruanwen .ruanwenright{
	width: 45%;
	float: left;
	min-height: 200px;
	background: url("../image/s2.png") left 0 no-repeat;
	overflow: hidden;
}
.ruanwen .ruanwenright h4{
	font-size: 24px;
	font-weight: bold;
	clear: #111;
	margin-top: 55px;
	margin-bottom: 10px;
	margin-left: 100px;
}
.ruanwen .ruanwenright img{
	margin-left: 50px;
	width: 100%;
	max-width: 460px;
}







.yuqingl{

	width: 100%;
	max-width: 1200px;
	margin:0em auto 4em auto;
	min-height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.yuqingl .yuqinglleft{
	width: 52%;
	float: left;
}
.yuqingl .yuqinglleft img{
	width: 100%;
}
.yuqingl .yuqinglright{
	width: 40%;
	float: right;
	min-height: 200px;
	background: url("../image/s3.png") right 0 no-repeat;
	overflow: hidden;
}
.yuqingl .yuqinglright h4{
	font-size: 24px;
	font-weight: bold;
	clear: #111;
	margin-top: 55px;
	margin-bottom: 8px;
}
.yuqingl .yuqinglright p{
	line-height: 25px;
	font-size: 16px;
	background: url("../image/y1.png") 0 center no-repeat;
	padding-left: 30px;
}

.yuqingl .yuqinglright .opdso{
	margin-top: 20px;
}

.yuqingl .yuqinglright .sisu{
	color: #666;
	display: block;
	margin-bottom: 15px;
}
.yuqingl .yuqinglright .sisuoo{
	line-height: 25px;
	display: block;
	background: url("../image/y2.png") 0 0 no-repeat;
	padding-left: 30px;
	margin-right: 50px;
}

.kihz{
	max-width: 1220px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	margin-top: 74px;
	margin-bottom: 35px;
}
.kihz span{
	display: block;
	font-size: 36px;
	color: #010101;
}
.kihz div{
	font-size: 16px;
	color: #666666;
}


/*contact*/
.contactbanner{
    background: -moz-linear-gradient(top, #008070 0%, #00ae99 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008070), color-stop(100%,#00ae99));
    background: -webkit-linear-gradient(top, #008070 0%,#00ae99 100%);
    background: -o-linear-gradient(top, #008070 0%,#00ae99 100%);
    background: -ms-linear-gradient(top, #008070 0%,#00ae99 100%);
    background: linear-gradient(to bottom, #008070 0%,#00ae99 100%);
    width: 100%;
    overflow: hidden;
    min-height: 500px;
}

.contactbannercenter{
    max-width: 1220px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
}

.contactbannerLeft{
    float: left;
    color: #fff;
    margin-top: 194px;
}
.contactbannerLeft label{
    font-size: 53px;
}
.contactbannerLeft div{
    font-size: 18px;
    line-height: 26px;
}





/*caishui*/
.jobbanner{
    background: -moz-linear-gradient(top, #007d6a 0%, #00a994 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007d6a), color-stop(100%,#00a994));
    background: -webkit-linear-gradient(top, #007d6a 0%,#00a994 100%);
    background: -o-linear-gradient(top, #007d6a 0%,#00a994 100%);
    background: -ms-linear-gradient(top, #007d6a 0%,#00a994 100%);
    background: linear-gradient(to bottom, #007d6a 0%,#00a994 100%);
    width: 100%;
    overflow: hidden;
    min-height: 500px;
}

.jobbannercenter{
    max-width: 1220px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
}

.jobbannerLeft{
    float: left;
    color: #fff;
    margin-top: 194px;
}
.jobbannerLeft label{
    font-size: 53px;
}
.jobbannerLeft div{
    font-size: 18px;
}

.jobbannerRight{
    float: right;
    margin-top: 165px;
    margin-right: 5%;
}



.zhaoxins{
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

.zhaoxins li {
    position: relative;
    margin-bottom: 2rem;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}
.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}
.zhaoxins li.liNow .topDiv a {
    background: #007d6a;
    color: #fff;
}
.zhaoxins li.liNow .msgDiv {
    color: #fff;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv {
    color: #999;
}
.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}
.zhaoxins li .msgDiv dl{
    display: flex;
    overflow: hidden;
    text-decoration:none;
}
.zhaoxins li .msgDiv dd {
	height: 48px;
    float: left;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    flex: 1;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.zhaoxins li .msgDiv .dd02 {
    width: 256px;
}
.zhaoxins li .msgDiv .dd03 {
    width: 210px;
}
.zhaoxins li .msgDiv .dd04 {
    width: 192px;
}
.zhaoxins li .msgDiv .dd05 {
    width: 165px;
}*/
dl{
    margin-bottom: 0;
}
.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    display: inherit;
}
.zhaoxins li .zhaoxinsbox {
    color: #5d5d5d;
    padding: 30px 43px 32px;
    overflow: hidden;
    width: 100%;
    line-height: 27px;
    display: none;
}

.zhaoxins li .zhaoxinsbox span{
	color: #007d6a;
	display: block;
}
.zhaoxins li:nth-child(1) .zhaoxinsbox{
	display: block;
}


.zhaoxins li h2 {
    position: relative;
    height: 30px;
    color: #2F318B;
    font-size: 14px;
}
.zhaoxins li .zhaoxinscontent {
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #999;
}
.zhaoxins li .btnDiv a:hover {
    border: #2F318B solid 1px;
    background: #2F318B;
    color: #fff;
    transition: 0.2s linear;
}
.zhaoxins li .btnDiv a {
    display: block;
    width: 118px;
    height: 33px;
    color: #8b8b8c;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    border: #e0e0e0 solid 1px;
}









@media (max-width:1670px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1140px) {


.shanghuz{
	width: 98%;
	margin: 1%;
}

	.shanghuz .shanghuzleft{
		width: 100%;
	}
	.shanghuz .shanghuzright{
		width: 96%;
		margin: 0% 2%;
	}
	.ruanwen{
		width: 98%;
		margin: 1%;
	}

	.ruanwen .ruanwenleft{
		width: 100%;
	}
	.ruanwen .ruanwenright{
		width: 96%;
		margin: 0% 2%;
		text-align: center;
	}
	.yuqingl{
		width: 98%;
		margin: 1%;
	}

	.yuqingl .yuqinglleft{
		width: 100%;
	}
	.yuqingl .yuqinglright{
		width: 96%;
		margin: 0% 2%;

	}












}













@media (max-width: 1080px) {
	.sdwabout .sdwaboutleft {
		width: 100%;
		min-height: 100px;
		margin-bottom: 40px;
	}
	.sdwabout .sdwaboutright {
		width: 100%;
		min-height: 100px;
	}





}

@media (max-width: 992px) {
	.lsb-background {
		width: 50%;
		height: 400px;
		float: left
	}
	.sdwliucsd ul li {
		width: 20%;
	}
}


@media (max-width: 850px) {
	.sdwjieja{
		width: 98%;
		margin: 1%;
	}
	.sdwjieja .sdwjieleft{
		width: 100%;
		min-height: 100px;
	}
	.sdwjieja .sdwjieleft{
		width: 100%;
		min-height: 100px;
	}
	.sdwjieja .sdwjieright{
		width: 100%;
		margin-right: 0%;
	}






	.sdwshil{
		width: 98%;
		margin: 1%;
	}
	.sdwshil ul li{
		width: 100%;

	}
	.sdwshil ul li:nth-child(2){
		margin-left: 0%;
	}
}



@media (max-width: 768px) {
	.sdwtuig{
		width: 98%;
		margin: 1%;
	}
	.baidusy ul li{
		width: 100%;

	}
	.baidusy ul li:nth-child(2){
		margin-left: 0%;
	}

.sdwjop ul li h4{
	font-size: 14px;
}





	.sdwjop{
		width: 98%;
		margin: 1%;
	}
	.sdwjop ul li{
		width: 33.333%;
	}
	.sdwjop ul li:nth-child(4){
		width: 50%;
		border-top: 1px solid #eee;
	}
	.sdwjop ul li:nth-child(5){
		width: 50%;
		border-top: 1px solid #eee;
	}
	.sdwmap{
		width: 98%;
		margin: 1%;
	}
	.sdwhezr{
		width: 98%;
		margin: 1%;
	}
	.sdwcongtads{
		width: 98%;
		margin: 1% 1%;
	}
	.sdwcongtads ul li{
		width: 50%;
		float: left;
		text-align: center;
		padding-bottom: 45px;
		border-left: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
	}
	.sdwcongtads ul li:nth-child(3){

		border-bottom: #ccc solid 0px;
	}
	.sdwcongtads ul li:nth-child(4){

		border-bottom: #ccc solid 0px;
	}
	.sdwaboutshow .sdwaboutshowleft{
		width: 98%;
		margin:1%;
		border:none;
		min-height: 100px;
	}
	.sdwaboutshow .sdwaboutshowleft a{
		float: left;
		padding: 0 2%;
	}
	
	.sdwaboutshow .sdwaboutshowright {
		width: 98%;
		margin:1%;
	}
	.sdwliucsd ul li {
		width: 50%;
	}
	.sdwliucsd ul li:nth-child(3) {
		background: #fff;
	}
	.sdwliucsd ul li:nth-child(3) span {
		background: #fff;
	}
	.sdwliucsd ul li:nth-child(4) {
		background: #f5f5f5;
	}
	.sdwliucsd ul li:nth-child(4) span {
		background: #f5f5f5;
	}
	.sdwliucsd ul li:nth-child(7) {
		background: #fff;
	}
	.sdwliucsd ul li:nth-child(7) span {
		background: #fff;
	}
	.sdwliucsd ul li:nth-child(8) {
		background: #f5f5f5;
	}
	.sdwliucsd ul li:nth-child(8) span {
		background: #f5f5f5;
	}
	.col-75 {
		float: left;
		width: 100%;
		margin-top: 6px;
	}

}

@media (max-width: 414px) {}