﻿html,body {

	width: 100%;

	height: 100%;

	background: #3e130d;

	color: white;

}

		/*===轮播=====*/

		.lunbanner {

			position: relative;

		}

		.lunbo {

			z-index: 3;

			position: relative;

			height: 1200px;

			width: 100%;

			background: url(../images/banner1.jpg) no-repeat center;

			background-size: 100%;

		}

			.lun_list {

				z-index: 4;

				position: absolute;

				bottom: 30px;

				right: 100px;

				width: 170px;

				height: 20px;

			}

				.lun_list ul li {

					float: left;

					margin-left: 15px;

					width: 18px;

					height: 18px;

					border-radius: 50%;

					background: white;

				} 

				.lun_list ul li:hover {

					cursor: pointer;

				}

			.lun_list .foucus_list {

				background: #2E93D6;

				width: 35px;

				border-radius: 90px;

			}

		/*轮播下的Nav*/

		.lun_nav {

			position: relative;

			top: 3px;

			width: 100%;

			height: 100px;

			background: url(../../../images/lunnav.jpg) no-repeat;

			background-size: 100%; 

		}

			.lun_nav .a1,.lun_nav .a2,.lun_nav .a3,.lun_nav .a4 {

				color: white;

			}

			.lun_nav ul {

				width: 100%;

				height: 100%;

			}

				.lun_nav ul li {

					float: left;

					width: 25%;

					height: 100%;

					text-align: center;

				}

					.lun_nav_title {

						font-weight: bold;

						margin-top: 30px;

						font-size: 1.3rem;

					}

					.lun_nav_infro {

						font-size: .9rem;

						margin-top: 5px;

						line-height: 24px;

					}

					.lun_nav_bottom {

						margin-top: 10px;

						color: #062C92;

					}

					.lun_nav ul li:nth-of-type(2) {

						color: white;

					}

		

			.r_title {

				font-size: 32px;

				position: relative;

				top: 10px;

			} 

			.r_infro {

				color: #fddf76;

				position: relative;

				top: 10px;

			}

			.r_pic {

				margin-top: 30px;

				width: 100%;

				height: 460px;

			}

				.r_pic div {

					position: relative;

					float: left;

					width: 1230px;

					margin-left: 10px;

					margin-right: 7px;

				}

				

				

				

				

		/*brang_video品牌视频*/

		.brang_video {

			position: relative;

			/*top: 90px;*/

			width: 1250px;

			height: 900px;

			text-align: center;

			margin-top: -650px;

			z-index: 5;

			background: url(../images/banner2.png) no-repeat center;

			background-size: cover;

		} 

			.brang_video .r_title {

				margin-top: 30px;

			}

			.b_content {

				margin-top: 30px;

				width: 100%;

				height: 700px; 

				text-align:left;

				margin-left: 13px;

				font-size: 15px;s

			}

				.b_content_infro {

					width: 80%;

					height: 80%;

					margin:auto;

					top:0;

					left:0;

					right:0;

					text-align:center;

				}

				.b_content_infro:nth-of-type(1) {

					position: relative;

					background: url(../../../images/video1.jpg) no-repeat;

					background-size: 100%;

					-webkit-transition: .5s;

					transition: .5s;

				}

					.b_con_cover {

						position: absolute;

						width: 100%;

						height: 100%;

					}

						.video_play,.video_play2 {

							display: inline-block;

							position: inherit;

							left: 0;

							right: 0;

							top: 40%;

						}

					.play_video,.play_video2 {

						position: absolute;

						width: 100%;

						height: 100%;

						background: white;

						display: none;

					}

				.b_content_infro:nth-of-type(2) {

					position: relative;

					background: url(../../../images/video2.jpg) no-repeat;

					background-size: 100%;

					-webkit-transition: .5s;

					transition: .5s;

				}

				.b_content_infro:nth-of-type(1):hover .b_con_cover {

					display: block;

				}

				.b_content_infro:nth-of-type(2):hover .b_con_cover {

					display: block;

				}

				.b_content_infro:nth-of-type(1):hover,.b_content_infro:nth-of-type(2):hover {

					cursor: pointer;

					background-size: 100%;banner3

				}

					.b_c_infro_t {

						margin-top: 30px;

						font-size: 40px;

						color: #2E93D6;

						text-align: left;

						text-indent: 30px;

					}

					.b_c_infro_con {

						text-align: left;

						width: 90%;

						color: #666666;

						margin-top: 20px;

						font-size: 17.5px;

					}

					.b_c_btn {

						margin-top: 40px;

						text-align: left;

						text-indent: 30px;

					}

					.b_c_t2 {

						text-indent: 0;

						margin-left: 0;

					}

		/*contact_us联系我们*/

		.contact_us {

			position: relative;

			/*top: 160px;*/

			width: 100%;

			height: 210px;

			background: #F0F0F0;

		}

			.contact_con {

				position: absolute;

				top: 0;

				bottom: 0;

				left: 0;

				right: 0;

				margin: auto;

				width: 1250px;

				height: 170px;

			}

				.con_list {

					float: left;

				}

				.c_c_one {

					height: 100%;

					width: 170px;

				}

				.c_c_two {

					margin-top: 30px;

					margin-left: 160px;

					height: 80%;

					width: 450px;

				}

				.c_c_three {

					height: 100%;

					width: 360px;

					margin-left: 100px;

				}

				.con_list_title {

					font-size: 22px;

					font-weight: bold;

					color: #606060;

					padding-left: 15px;

					border-left: 3px solid #208CD4;

				}

				.c_l_wx {

					margin-top: 15px;

					height: 50px;

					width: 100%;

				}

					.wx_img {

						position: absolute;

						top: 25px;

						left: 140px;

						width: 5%;

						display: none;

					}

				.c_l_wx:hover {

					cursor: pointer;

				}

				.c_l_wx:hover .wx_img {

					display: block;

				}

					.c_l_wx img {

						float: left;

						margin-left: 20px;

						margin-top: 8px;

					}

					.wx_font {

						float: left;

						font-size: 14px;

						color: #111111;

						margin-left: 10px;

					}

				.c_l_wb {

					margin-top: 15px;

				}

					.c_l_wb .wx_font {

						margin-left: 14px;

					}

				.c_c_t_con {

					margin-top: 30px;

				}

					.c_c_t_con img {

						float: left;

						margin-right: 10px;

					}

					.c_mail {

						font-size: 14px;

						color: #111111;

						margin-left: 15px;

					}

				.c_c_address {

					margin-top: 40px;

				}

					.c_c_address img {

						margin-right: 17px;

					} 

				.c_c_three ul {

					line-height: 40px;

					height: 100%;

				}

				.c_c_three a {

					color: black;

				}

					.three_special_li {

						color: #3295D7;

						font-weight: bold;

					}

		@media screen and (max-width: 1250px){

			.lunbo,.lun_nav,.contact_us {

				width: 1250px;

			}

		}