/****** 基本样式 ******/
body {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	font-family: "微软雅黑";
}

div,
input,
p,
dl,
dd,
dt,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

img {
	display: block;
	border: none;
}

a {
	display: block;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/********************* 首页 *********************/

/* 模块1 */
.container_home1 {
	margin: 0px auto;
	width: 1000px;
	height: 1641px;
	background: #d8d8d8 url(../images/landingpage_01.jpg) no-repeat center top;
	background-size: 100% auto;
}

.container_home1_lis {
	width: 822px;
	margin: 745px 89px 0;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}

.container_home1_list {
	width: 236px;
	height: 364px;
	margin: 0px 18px 56px;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}

.container_home1_list1_1 {
	width: 236px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}

.container_home1_list1_2 {
	width: 236px;
	height: 135px;
	margin: 0px 0px 0px 0px;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}

.container_home1_list2_1 {
	width: 236px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}

.container_home1_list2_2 {
	width: 236px;
	height: 86px;
	margin: 0px 0px 0px 0px;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}

.container_home1_list4_1 {
	width: 236px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}

.container_home1_list4_2 {
	width: 236px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}

.container_home1_list6_1 {
	width: 236px;
	height: 360px;
	margin: 0px 0px 0px 0px;
	float: left;
	/* background: rgba(204, 33, 33, 0.5); */
}


/* 模块2 */
.container_home2 {
	margin: 0px auto;
	width: 1000px;
	height: 1828px;
}

.container_home2 img {
	width: 1000px;
	height: 1828px;
}


/* 模块3 */
.container_home3 {
	margin: 0px auto;
	width: 1000px;
	height: 442px;
	background: #d8d8d8 url(../images/landingpage_02.jpg) no-repeat center top;
	background-size: 100% auto;
}


/* 轮播内容 */
#wrapper {
	width: 900px;
	height: 220px;
	margin: 180px 0 0 52px;
	position: absolute;
	/* left: 50%;
	top: 50%; */
}

#carousel {
	width: 900px;
	position:vrelative;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	/* background: transparent url(../images/carousel_polaroid.png) no-repeat 0 0; */
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	width: 437px;
	height: 181px;
	padding: 0;
	margin: 6px;
	float: left;
	position: relative;
}

#carousel li img {
	width: 437px;
	height: 181px;
}

#carousel li span {
	/* background: transparent url(../images/carousel_shine.png) no-repeat 0 0; */
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 201px;
	height: 127px;
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 16px;
}			

.clearfix {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	margin-left: 10px;
	position: absolute;
	top: 85px;				
}
#carousel .prev {
	background-position: 0 0;
	left: -30px;
}
#carousel .prev:hover {
	left: -31px;
}			
#carousel .next {
	background-position: -18px 0;
	right: -20px;
}
#carousel .next:hover {
	right: -21px;
}				
#carousel .pager {
	text-align: center;
	margin: 0 auto;
}
#carousel .pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel .pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;				
}

#source {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#source, #source a {
	font-size: 12px;
	color: #999;
}

#donate-spacer {
	height: 100%;
}
#donate {
	border-top: 1px solid #999;
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
}
#donate form {
	width: 100px;
}


/* 模块4 */
.container_home4 {
	margin: 0px auto;
	width: 1000px;
	height: 4512px;
	background: #d8d8d8 url(../images/landingpage_01.jpg) no-repeat center top;
	background-size: 100% auto;
}

.container_home4 .button1 {
	float: left;
	margin: 2660px 0 0 292px;
	width: 416px;
	height: 107px;
}

.container_home4 .button1 img {
	float: left;
	width: 416px;
	height: 107px;
}

/********************* 详情页 *********************/

.container_details1 {
	margin: 0px auto;
	width: 1000px;
	height: 2000px;
	background: #d8d8d8 url(../images/details_bg1.png) no-repeat center top;
	background-size: 100% auto;
}

/* 输入框 */
.container_details1 .input_nr {
	float: left;
	margin: 870px 0 0 0;
	width: 1000px;
}

.container_details1 .input_auto {
	display: flex;
	margin: 0 auto;
	width: 700px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container_details1 .input_list_1 {
	display: flex;
	box-sizing: border-box;
	margin: 10px 0;
	width: 340px;
	border: #ffa500 solid 1px;
	border-radius: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.container_details1 .input_list_1.width100 {
	width: 100%;
}

.container_details1 .input_list_1 img {
	margin: 0px 10px;
	height: 22px;
	flex: 0 0 auto;
}

.container_details1 .input_list_1 strong {
	height: 42px;
	color: #ffa600;
	font-weight: normal;
	font-size: 16px;
	line-height: 42px;
	flex: 0 0 auto;
}

.container_details1 .input_list_1 input {
	box-sizing: border-box;
	padding: 0 20px 0 15px;
	width: 100px;
	height: 40px;
	outline: none;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 40px;
	flex: 1 1 100px;
	color: #ffa600;
}

.container_details1 .input_list_1_bt {
	box-sizing: border-box;
	padding: 10px 0 0 15px;
	height: 42px;
	color: #ffa600;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	flex: 0 0 100%;
}

.container_details1 .input_list_1 textarea {
	box-sizing: border-box;
	padding: 0 20px 0 15px;
	height: 110px;
	outline: none;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 26px;
	flex: 1 1 100%;
}


/* 单选框1 */
.container_details1 .radio1_nr {
    width: 1000px;
    float: left;
    margin: 10px 0 0 0;
}
.container_details1 .radio1_auto {
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container_details1 .radio1_bt {
    height: 42px;
    flex: 0 0 100%;
    font-size: 20px;
    color: #3c7fc6;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0 0 0px;
    box-sizing: border-box;
}

.container_details1 .radio1_1 {
    width: 250px;
    height: 30px;
    line-height: 36px;
    box-sizing: border-box;
    margin: 2px 0;
    font-size: 16px;
}
.container_details1 .radio1_1 a {
    display: block;
    background: url(../images/details_07.png) no-repeat center left;
    background-size: 20px 20px;
    color: #575757;
    text-indent: 35px;
}
.container_details1 .radio1_1 a.hover {
    display: block;
    background: url(../images/details_06.png) no-repeat center left;
    background-size: 20px 20px;
}


/* 我已阅读用户用户注册协议 */

.container_details1 .radio3_nr {
	float: left;
	margin: 220px 0 0 0;
	width: 100%;
}

.container_details1 .radio3_auto {
	display: flex;
	margin: 0 auto;
	width: 212px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container_details1 .radio3_list_1 {
	box-sizing: border-box;
	margin: 2px 0 2px;
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
}

.container_details1 .radio3_list_1a {
	float: left;
	box-sizing: border-box;
	width: auto;
	height: 50px;
	line-height: 50px;
}

.container_details1 .radio3_list_1a a {
	display: block;
	overflow: hidden;
	background: url(../images/details_11.png) no-repeat center left;
	background-size: 18px 18px;
	color: #1e72c8;
	text-indent: 30px;
}

.container_details1 .radio3_list_1a a.hover {
	display: block;
	background: url(../images/details_10.png) no-repeat center left;
	background-size: 18px 18px;
}

.container_details1 .radio3_list_1b {
	float: left;
	box-sizing: border-box;
	width: auto;
	height: 50px;
	line-height: 50px;
}

.container_details1 .radio3_list_1b a {
	display: block;
	color: #ff7e00;
	text-decoration: underline;
}

.container_details1 .radio3_list_1b a.hover {
	color: #e84747;
}


/* 提交按钮 */
.container_details1 .button1 {
	float: left;
	margin: 20px 0 0 0;
	width: 1000px;
	min-width: 750px;
}

.container_details1 .button1_auto {
	display: flex;
	margin: 0 auto;
	width: 197px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container_details1 .button1_1 {
	box-sizing: border-box;
	margin: 2px 0 2px;
	width: 100%;
	height: 70px;
	font-weight: bold;
}

.container_details1 .button1_1 button {
	width: 100%;
	height: 70px;
	outline: none;
	border: none;
	background: url(../images/details_12.png) no-repeat;
	background-size: auto 70px;
	font-size: 0px;
	cursor: pointer;
}


/* 弹出层背景 */
.popup_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	width: 100%;
	height: 100vh;
	background: rgb(0, 0, 0, .6);
	justify-content: center;
	align-items: center;
}


/* 弹出层1 */
.popup1 {
	margin: 0 auto;
	width: 90%;
	height: 580px;
	max-width: 1000px;
	border-radius: 20px;
	background: #fff;
}

.popup1_t {
	position: relative;
	margin: 20px 0;
	width: 100%;
	height: 40px;
	color: #1e72c8;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
}

.popup1_tr {
	position: absolute;
	top: 3px;
	right: 20px;
	z-index: 10;
	width: 34px;
	height: 34px;
}

.popup1_tr img {
	margin: 5px;
	width: 24px;
	height: 24px;
}

.popup1_c {
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 0px 50px;
	width: 100%;
	height: 400px;
	border-radius: 20px;
	background: #fff;
	color: #323232;
	font-size: 15px;
	line-height: 28px;
}

.popup1_b {
	box-sizing: border-box;
	margin: 0 auto;
	width: 300px;
	height: 53px;
	font-weight: bold;
}

.popup1_b button {
	float: left;
	margin: 20px 0 0 0;
	width: 300px;
	height: 53px;
	outline: none;
	border: none;
	background: url(../images/details_15.png) no-repeat;
	background-size: 300px 53px;
	font-size: 0px;
	cursor: pointer;
}


/* 弹出框2 */
.popup2 {
	position: relative;
	width: 617px;
	height: 356px;
	border-radius: 10px;
	background: url(../images/details_16.png) no-repeat;
	background-size: 617px 356px;
}

.popup2_tr {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	width: 60px;
	height: 60px;
}

.popup2_tr img {
	margin: 10px;
	width: 40px;
	height: 40px;
}

.popup2_tr2 {
	position: absolute;
	top: 240px;
	left: 165px;
	z-index: 10;
	width: 110px;
	height: 42px;
}

.popup2_tr2 img {
	width: 110px;
	height: 42px;
}

.popup2_tr3 {
	position: absolute;
	top: 240px;
	left: 340px;
	z-index: 10;
	width: 110px;
	height: 42px;
}

.popup2_tr3 img {
	width: 110px;
	height: 42px;
}


/* 弹出层3 */
.popup3 {
	margin: 0 auto;
	width: 90%;
	height: 580px;
	max-width: 640px;
	border-radius: 20px;
	background: #fff;
}

.popup3_t {
	position: relative;
	margin: 20px 0;
	width: 100%;
	height: 70px;
	color: #1e72c8;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
}

.popup3_tc {
	width: auto;
}

.popup3_tc img {
	width: 225px;
	height: 60px;
	margin: 0px auto;
}

.popup3_tr {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 10;
	width: 34px;
	height: 34px;
}

.popup3_tr img {
	margin: 5px;
	width: 24px;
	height: 24px;
}

.popup3_c {
	/* overflow-y: scroll; */
	box-sizing: border-box;
	padding: 0px 40px 0px;
	width: 100%;
	height: 500px;
	border-radius: 20px;
	background: #fff;
	color: #323232;
	font-size: 15px;
	line-height: 28px;
}

.popup3_c_lis {
	width: 160px;
	height: 220px;
	float: left;
	margin: 0px 12px 24px;
}

.popup3_c_lis img {
	width: 160px;
	height: 220px;
	float: left;
	border-radius: 20px;
	-webkit-box-shadow:0 0 10px rgba(0, 204, 204, .5);  
	-moz-box-shadow:0 0 10px rgba(0, 204, 204, .5);  
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1); 
}



/* 产品详情1 */
.product1 {
	margin: 0px auto;
	width: 1000px;
	height: 4509px;
	background: #d8d8d8 url(../images/product_01.jpg) no-repeat center top;
	background-size: 100% auto;
}

.product1_button1 {
	float: left;
	margin: 3580px 0 0 354px;
	width: 291px;
	height: 101px;
}

.product1_button1 img {
	float: left;
	width: 291px;
	height: 101px;
}

.product1_button2 {
	float: left;
	margin: 200px 400px 0 65px;
	width: 291px;
	height: 101px;
}

.product1_button2 img {
	float: left;
	width: 291px;
	height: 101px;
}


/* 产品详情2 */
.product2 {
	margin: 0px auto;
	width: 1000px;
	height: 4146px;
	background: #d8d8d8 url(../images/product_02.jpg) no-repeat center top;
	background-size: 100% auto;
}

.product2_button1 {
	float: left;
	margin: 3140px 0 0 354px;
	width: 291px;
	height: 101px;
}

.product2_button1 img {
	float: left;
	width: 291px;
	height: 101px;
}

.product2_button2 {
	float: left;
	margin: 260px 400px 0 65px;
	width: 291px;
	height: 101px;
}

.product2_button2 img {
	float: left;
	width: 291px;
	height: 101px;
}


/* 产品详情3 */
.product3 {
	margin: 0px auto;
	width: 1000px;
	height: 3820px;
	background: #d8d8d8 url(../images/product_03.jpg) no-repeat center top;
	background-size: 100% auto;
}

.product3_button1 {
	float: left;
	margin: 2865px 0 0 354px;
	width: 291px;
	height: 101px;
}

.product3_button1 img {
	float: left;
	width: 291px;
	height: 101px;
}

.product3_button2 {
	float: left;
	margin: 260px 400px 0 65px;
	width: 291px;
	height: 101px;
}

.product3_button2 img {
	float: left;
	width: 291px;
	height: 101px;
}