@charset "utf-8";
article,
aside,
audio,
bdi,
canvas,
command,
datalist,
details,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
mark,
meter,
nav,
output,
progress,
rp,
rt,
ruby,
section,
source,
summary,
time,
track,
video,
title {
	display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
figure,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	color: #333;
	font-family: "微软雅黑";
	font-size: 12px;
}

input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #333;
	text-decoration: none;
}


/* 单独的清除元素*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* 当一个外部元素内部有浮动元素时，外部元素如需清除浮动，用如下的清除样式 */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.template17{
	
}
.template17 .template17_banner{
	
	position: relative;
	overflow: hidden;
}
.template17 .template17_banner .template17_banner_bg{
	/*position: absolute;
	top: 0;
	left: 0;*/
}
.template17 .template17_banner .template17_banner_bg img{display: block;}
.template17 .template17_banner  .template17_banner_position{
	position: absolute;
	padding: 5% 0 0;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.template17 .template17_banner  .template17_banner_position h1{
	font-size: 69px;
	background: linear-gradient(to top , #ffe368, #fe7903);
	background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.template17 .template17_banner  .template17_banner_position .template17_banner_list{
	padding-top: 40px;
}
.template17 .template17_banner .template17_banner_position .template17_banner_list>span{
	padding: 15px 50px;
	background: #43525e;
	font-size: 40px;
	color: #fff;
	margin: 0 15px;
}
.template17 .template17_banner .template17_banner_abt{
	width: 100%;
	position: absolute;
	bottom: 10%;
	text-align: center;
	z-index: 10;
	
}
.template17 .template17_banner .template17_banner_abt i{
	padding: 0 5px;
}
.template17 .template17_banner .template17_banner_abt a{
	padding: 24px 30px;
	border-radius: 5px;
	background: #f40d0d;
	font-size: 25px;
	color: #ffffff;
}
.template17 .template17_banner  .template17_banner_ellipse{
	width: 265px;
	height: 170px;
	border-radius: 50% / 50%;
	background: linear-gradient(to top , #f46e61, #f00200);
	position: absolute;
	top: 15%;
	left: 3%;
	color: #fff;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
}
.template17 .template17_banner  .template17_banner_ellipse .left{
	float: left;
	font-size: 37px;
}
.template17 .template17_banner  .template17_banner_ellipse .left h2{
	letter-spacing: 20px;
}
.template17 .template17_banner  .template17_banner_ellipse .right{
	width: 85px;
	height: 85px;
	background: #313131;
	border-radius: 50%;
	line-height: 85px;
	float: right;
	text-align: center;
	font-size: 36px;
}
.template17_content{
	background-image:url(/style/images/background.jpg);
	padding-top: 70px;
}
.template17_content_recommend{
	width:1230px;
	margin: auto;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 27px;
}
.template17_content_title{
	text-align: center;

}
.template17_content_title h1{
	font-size: 35px;
	color: #333333;
	background: #e9be1d;
	padding: 35px 0 20px;
}
.template17_content_title p{
	font-size: 20px;
	background: #e9be1d;
	padding-bottom: 20px;
	color: #fff;
}
.template17_content_recommend_top{
	text-align: center;
}
.template17_content_recommend_top h1{
	font-size: 34px;
	color: #2a2a2a;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.template17_content_recommend_top h1 i{
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #2a2a2a;
	margin: 0 30px;
}
.template17_content_recommend_box{
	padding: 30px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
}
.template17_content_recommend_box .list{
	display: flex;
	margin-bottom: 90px;
}
.template17_content_recommend_box .list .left{
	position: relative;
	width: 290px;
	overflow: hidden;
}
.template17_content_recommend_box .list .listvideo{
	width: 100%;
}
.template17_content_recommend_box .list .left .position{
	position: absolute;
	top: 0;
	left: 0;
}
.template17_content_RangeImg .listvideo,.template17_content_StrengthImg .listvideo,.template17_content_compare .listvideo{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.template17_content_recommend_box .list .left .position p{
	position: absolute;
	transform: rotateZ(-45deg);
	top: 35px;
    left: -6px;
	font-size: 28px;
	z-index: 10;
	color: #fff;
}
.template17_content_recommend_box .list .right h2{
	font-size: 24px;
	color: #333333;
	padding-bottom: 15px;
	padding-left: 15px;
	box-sizing: content-box;
}
.template17_content_recommend_box .list .right ul li{
	font-size: 20px;
	color: #333333;
	padding: 10px 0;
	padding-left: 15px;
}
.template17_content_recommend_box .list .right a{
	font-size: 20px;
	color: #363636;
	display: flex;
	width: 250px;
    justify-content: center;
    text-align: center;
    padding: 12px 0;
	margin-left: 14px;
	background: #e9be1d;
}
.template17_content_compare{
	width: 1230px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 27px;
    padding: 90px 0 ;
    box-sizing: border-box;
    padding-left: 100px;
    display: flex;
}
.template17_content_compare .left{
	width: 420px;
	height: 420px;
	background: url(/style/images/radius_bg.jpg);
	display: flex;
	align-items: center;
	justify-content: center;
}
.template17_content_compare .left .radius{
	width: 330px;
	height: 330px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 30px;
}
.template17_content_compare .right{
	padding-left: 45px;
	padding-top: 40px;
}
.template17_content_compare .right p{
	font-size: 35px;
	color: #252525;
	margin-bottom: 10px;
}
.template17_content_compare .right h3{
	font-size: 45px;
	color: #252525;
	max-width: 600px;
	line-height: 65px;
	padding: 15px 0;
}
.template17_content_compare_abt{
	font-size: 25px;
	color: #2c2c2c;
}
.template17_content_compare_abt a{
	display: inline-block;
	padding: 20px 30px;
	background: #f0d05c;
	border-radius: 5px;
}
.template17_content_compare_abt>span{
	color: #be0000;
	font-size: 22px;
}
.template17_content_xinghao{
	width: 1230px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 27px;
    box-sizing: border-box;
}
.template17_content_xinghaoH1{
	display: flex;
	align-items: center;
	padding: 0 35px 0 56px;
	margin-top:80px;
}
.template17_content_xinghaoH1 i{
	width: 4px;
	height: 40px;
	display: block;
	background: #e9be1d;
	margin-right: 30px;
}
.template17_content_xinghaoH1 .title{
	font-size: 34px;
	color: #333333;
}
.template17_content_xinghaoH1 ul{
	padding: 0 15px 0 18px;
	display: flex;
	align-items: center;
}
.template17_content_xinghaoH1 ul input[type="radio" i] {
    margin: 0;
}
.template17_content_xinghaoH1 ul li{
	margin: 0 15px;
	font-size: 24px;
	font-weight: normal;
	color: #626262;
}
.template17_content_xinghaoH1 a{
	display: inline-block;
	padding: 16px 17px;
	background: #f0d05c;
	border-radius: 5px;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}
.template17_content_xinghaoBox{
	display: flex;
	flex-flow: wrap;
	padding: 0 40px 0 40px;
	margin-top: 50px;
	
}
.template17_content_xinghaoBox .list{
	display: flex;
	align-items: center;
	width: 530px;
	box-sizing: border-box;
	padding: 12px;
	background: #eee;
	margin: 0 20px 40px;
}
.template17_content_xinghaoBox .list .right{
	font-size: 16px;
	color: #333333;
	padding-left: 35px;
	line-height: 25px;
}
.template17_content_xinghaoBox .list .right h2{
	font-size: 20px;
	/* padding-bottom: 8px; */
}
.template17_content_hengbanner{
	margin: 30px 0;
}
.template17_content_Range{
	width: 1230px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.template17_content_RangeImg{
	width: 924px;
	margin: auto;
	padding: 53px 0 45px;
}
.template17_content_RangeAbt{
	text-align: center;
	padding-bottom: 50px;
}
.template17_content_RangeAbt a{
	display: inline-block;
	padding: 20px 30px;
	background: #f0d05c;
	border-radius: 5px;
	font-size: 20px;
	color: #333333;
}
.template17_content_bannerBottom{
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -101px;
	margin-bottom: -61px;
}
.template17_content_Strength{
	background: #fece00;
	padding-bottom: 90px;
}
.template17_content_Strength h1{
	font-size: 35px;
	color: #333333;
	text-align: center;
	padding-bottom: 35px;
}
.template17_content_StrengthImg{
	width: 1200px;
	padding: 12px;
	background: #fff;
	margin: auto;
	box-sizing: border-box;
}
.template17_content_StrengthAbt{
	width: 1200px;
	margin:60px auto 0px;
	padding: 20px 0;
	background: #0b0d12;
	color: #FECE00;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;

}
.imgmiddle{display: none;}
.template17_banner_Mellipse{display: none;}
.template17_content_MbannerBottom{display: none;}
@media (max-width:1500px ) {
	.template17 .template17_banner .template17_banner_position h1{
		font-size: 50px;
	}
	.template17 .template17_banner .template17_banner_position .template17_banner_list>span{
		font-size: 25px;
	}
	.template17 .template17_banner .template17_banner_abt a{
		font-size: 20px;
	}
}
@media (max-width:750px ) {
	.imgpc{
		display: none;
	}
	.template17_content_recommend_box .list .right a{
		margin-left:0;
	}
	.imgmiddle{display: block;}
	.template17 .template17_banner .template17_banner_position{
		padding: 0.9rem 0 0.67rem;
	}
	.template17 .template17_banner .template17_banner_position h1{
		font-size: 0.7rem;
	}
	.template17 .template17_banner .template17_banner_position .template17_banner_list{
		padding-top: 0.4rem;
	}
	.template17 .template17_banner .template17_banner_position .template17_banner_list span{
		font-size: 0.25rem;
	}
	.template17 .template17_banner .template17_banner_position .template17_banner_list>span{
		padding: 0.15rem;
	}
	.template17 .template17_banner .template17_banner_abt a{
		font-size: 0.25rem;
		padding: 0.24rem 0.3rem;
	}
	.template17 .template17_banner .template17_banner_ellipse{display: none;}
	.template17_banner_Mellipse{
		display: block;
		position: absolute;
		width: 100%;
		text-align: center;
		z-index: 10;
		bottom: 43%;
		font-size: 0.3rem;
		color: #fff;
		font-weight: bold;
		background: url(/style/images/mtext.png);
		width: 3.9rem;
		height: 0.68rem;
		line-height: 0.68rem;
		background-size: 100%;
		margin: auto;
		left: 0;
		right: 0;
	}
	.template17_content{
		background: none;
		padding: 0;
	}
	.template17_content_recommend{
		width: 100%;
	}
	.template17_content_title h1 {
	    font-size: 0.35rem;
	    padding: 0.35rem 0 0.2rem;
	}
	.template17_content_title p {
	    font-size: 0.28rem;
	    padding-bottom: 0.2rem;
	    margin:-1px 0;
	}
	.template17_content_recommend_top h1{
		font-size: 0.34rem;
	}
	.template17_content_recommend_box{
		padding: 0.3rem 0.15rem;
    	display: block;
	}
	.template17_content_recommend_box .list .left{
		width: 50%;
	}
	.template17_content_recommend_box .list .right{
		width: 50%;
	}
	.template17_content_recommend_box .list:nth-child(odd) .right{
		padding-left: 0.25rem;
	}
	.template17_content_recommend_box .list:nth-child(even) .right{
		padding-right: 0.25rem;
	}
	.template17 {
	    padding-bottom: 60px;
	}
	.template17_content_recommend_box .list .left img{width: 100%;}
	.template17_content_recommend_box .list .right h2{
		font-size: 0.36rem;
	}
	.template17_content_recommend_box .list .right ul li {
	    font-size: 0.24rem;
	    padding: 0.1rem 0;
	    padding-left: 0.15rem;
	}
	.template17_content_recommend_box .list .right a{
		font-size: 0.24rem;
		 width: auto;
   		 padding: 0.12rem 0;
	}
	.template17_content_recommend_box .list .left .position{
		width: 1.38rem;
		height: 1.38rem;
	}
	.template17_content_recommend_box .list .left .position p{
		font-size: 0.28rem;
		top: 0.35rem;
		left: -0rem;
	}
	.template17_content_recommend_box .list{
		    margin-bottom: 0.9rem;
	}
	.template17_content_recommend_box .list:nth-child(even){
		flex-flow: row-reverse;
	}
	.template17_content_compare{display: none;}
	.template17_content_xinghao{
		width: 100%;
	}
	.template17_content_xinghaoH1{display: none;}
	.template17_content_xinghaoBox{
		padding: 0 0.2rem 0 0.2rem;
    	margin-top: 0.5rem;
    	justify-content: space-between;
	}
	.template17_content_xinghaoBox .list{
		width: 100%;
		margin: 0;
		display: block;
		padding: 0;
		margin-bottom: 0.2rem;
		overflow: hidden;
		background: #e9be1d;
	}
	.template17_content_xinghaoBox .list .right{
		font-size: 0.20rem;
		color: #333333;
		line-height: inherit;
		width: 100%;
		/* float: left; */
		padding: 5px;
		text-align: center;
	}
	.template17_content_xinghaoBox .list .left{/* float: right; */text-align: center;/* height: 100%; */background: #fff;/* width: 84%; */}
		.template17_content_xinghaoBox .list .left img{height:100%;width:100%;/* max-width: 250px; */}
	.template17_content_xinghaoBox .list .right p{display: none;}
	.template17_content_xinghaoBox .list .right h2{
		/* font-weight: normal; */
		font-size: 0.36rem;
	}
	.template17_content_hengbanner{
		display: none;
	}
	.template17_content_Range{
		width: 100%;
	}
	.template17_content_RangeImg{
		width: 100%;
		padding: 0.53rem 0.3rem 0.45rem;
		box-sizing: border-box;
	}
	.template17_content_bannerBottom{
		position: inherit;
		display: none;
	}
	.template17_content_bannerBottom img{
		width: auto;
	}
	.template17_content_Strength h1{
		    font-size: 0.35rem;
		    padding-bottom: 0.35rem;
		    padding-top: 0.35rem;
	}
	.template17_content_StrengthImg{
		width: 100%;
	}
	.template17_content_StrengthAbt {
	    width: 95%;
	    margin: 0.6rem auto;
	    padding: 0.2rem 0;
	    font-size: 0.3rem;
	    box-sizing: border-box;
	}
	.template17_content_MbannerBottom{/* display: block; */}
	.template17_content_RangeAbt{
		padding-bottom: 0.5rem;
	}
	.template17_content_recommend_top h1 i{
		width: 1rem;
	}
	.template17_content_Strength {
	    padding-bottom: 10px;
	}
}
		.template17_content_RangeImg{
			position: relative;
			overflow: hidden;
		}
		.template17_content_RangeImg>.videoBackground{
			width: 924px;
			height: 532px;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 0;
			margin-top: 53px;
			left: 0;
			text-align: center;
			line-height: 624px;
			cursor: pointer;
		}
		.template17_content_StrengthImg{
			position: relative;
			overflow: hidden;
		}
		.template17_content_StrengthImg>.videoBackground{
			width: 1200px;
			height: 690px;
			top: 0;
			left: 0;
			right: 0;
			margin: auto;
			text-align: center;
			line-height: 800px;
			cursor: pointer;
			background: rgba(0,0,0,0.5);
			position: absolute;
		}
		.template17_content_compare .left .radius{
			position: relative;
		}
		.template17_content_compare .left .radius img{
			
width: 100%;
		}
		.template17_content_compare .left .radius>.videoBackground{
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background: rgba(0,0,0,0.5);
			position: absolute;
			text-align: center;
			line-height: 400px;
		}
		.template17_content_compare .left .radius>.videoBackground>img{
			width: 90px;
			height: 90px;
		}
		@media (max-width: 750px){
			.template17_content_RangeImg>.videoBackground{
				width: 92%;
    			height: 80%;
			    line-height: 233px;
			    cursor: pointer;
			    margin: 0.53rem 0.3rem 0.45rem;
			    top: 0;
			    left: 0;
			}
			.template17_content_RangeImg>.videoBackground img{
				width: 20%;
			}
			.template17_content_StrengthImg>.videoBackground{
				width: 94%;
			    height: 89%;
			    top: 0;
			    left: 0;
			    right: 0;
			    text-align: center;
			    line-height: 241px;
			    cursor: pointer;
			    background: rgba(0,0,0,0.5);
			    position: absolute;
			    margin: 12px;
			}
			.template17_content_StrengthImg>.videoBackground img{
				width: 20%;
			}
			
		}