@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset
	{
	margin: 0;
	padding: 0
}

ul,ol,dl {
	list-style-type: none
}

address,caption,cite,code,dfn,em,th,var,i,b {
	font-style: normal;
	font-weight: normal
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input,button {
	overflow: visible;
	vertical-align: middle;
	outline: none;
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a,area {
	outline: none;
	blr: expression(this.onFocus = "this.blur" () );
}

a:focus,a:hover,a:active {
	outline: none;
	blr: expression(this.onFocus = "this.blur" () )
}

sub,sup {
	vertical-align: baseline
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea {
	resize: none
}

input[type="submit"],input[type="button"] {
	cursor: pointer;
}

img {
	border: 0;
	vertical-align: middle
}

a img,img {
	-ms-interpolation-mode: bicubic;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:hover {
	text-decoration: none
}

body,th,td,button,input,select,textarea {
	font-family: Arial, "Î¢ÈíÑÅºÚ";
	font-size: 12px;
	color: #000;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.layout {
	width: 1200px;
	margin: 0 auto;
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}

.clearfix {
	*zoom: 1
}

html {
	overflow-x: hidden;
}

.clear {
	clear: both;
}

body {
	position: relative;
	font-family: '微软雅黑', Arial;
	background: #f7f7f7;
}

.slick1 .slick-slide {
	height: auto !important;
}

@font-face {
	font-family: 'times';
	src: url("../font/times.ttf");
	font-family: 'lthj';
	src: url("../font/fzgbk.TTF");
}

.back-code {
	width: 1440px;
	margin: 25px auto;
	background: #fff;
	padding: 4% 0%;
}

.code_box {
	width: 1000px;
	margin: 0 auto;
}

.code_box .text span {
	display: block;
	float: left;
	color: #666666;
	font-size: 14px;
	margin-right: 12px;
}

.code_box .text .sp1 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.code_box .text a {
	font-size: 14px;
	color: #00a1e9;
}

.code_box .code {
	width: 1000px;
	margin: 1% auto 1% auto;
}

.code_box .code .mb {
	overflow: hidden;
	clear: both;
}

.code_box .code .mb input {
	width: 66%;
	height: 70px;
	padding: 0px 1%;
	float: left;
	background: #f7f7f7;
}

.code_box .code .mb .submit {
	width: 30%;
	padding: 0;
	float: right;
	background: #00a1e9;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-family: '微软雅黑';
}

.code_box .code .mt {
	clear: both;
	overflow: hidden;
	margin-top: 6%;
}

.code_box .code .mt li {
	margin-right: 3%;
	font-size: 14px;
	color: #333333;
	width: 20%;
	padding: 2.5% 0%;
	list-style-type: none;
	float: left;
	background: #f7f7f7;
	text-align: center;
	cursor: pointer;
}

.code_box .code .mt li input {
	display: none;
}

.code_box .code .mt li.on {
	background: #00a1e9;
	color: #fff;
}

.code_box .code .pic {
	margin-top: 4%;
}

.code_box .code .pic img {
	margin: 0 auto;
	display: block;
}

.code_box .code .pic span {
	display: block;
	text-align: center;
	margin-top: 2%;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

@media screen and (max-width: 1440px) {
	.back-code {
		width: 1200px;
		margin: 25px auto;
		background: #fff;
		padding: 4% 0%;
	}
}

@media screen and (max-width: 1200px) {
	.back-code {
		width: 100%;
		margin: 25px auto;
		background: #fff;
		padding: 4% 0%;
	}
	.code_box {
		width: 90%;
		margin: 0 auto;
	}
	.code_box .code {
		width: 100%;
	}
	.code_box .code .mb input {
		height: 40px;
		line-height: 40px;
	}
	.code_box .code .mt {
		margin-top: 3%;
	}
	.code_box .code .mt li {
		padding: 1.5% 0;
	}
}

@media screen and (max-width: 768px) {
	.code_box .code {
		margin: 3% auto 1% auto;
	}
	.code_box .code .mb .submit {
		font-size: .3rem;
	}
	.code_box .code .mt li {
		padding: 1.5% 0;
		width: 2.5rem;
	}
	.code_box .code .pic img {
		margin: 0 auto;
		display: block;
		width: 36%;
	}
}

.iti {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.watch {
	width: 103%; /*height: 1000px;*/ /*background-repeat: no-repeat; */
	/*background-position: center center;overflow: hidden;*/
	position: relative;
}
.watch img {
	width: 100%;
}

.watch .txt {
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.watch .txt .text {
	float: left;
	width: 60%;
	padding-top:10%;
}

.watch .txt .text h5 {
	font-family: 'times';
	font-size: 55px;
	color: #fff;
}

.watch .txt .text i {
	width: 56%;
	height: 4px;
	background: #fff;
	display: block;
}

.watch .txt .text span {
	display: block;
	color: #fff;
	font-size: 25px;
	margin-top: 3%;
	font-family: 'lthj';
}
.watch .txt .text .detail {
	margin-top:20px;
	width: 80%;
}

.watch .txt .text a {
	font-weight: bold;
	margin-top: 6%;
	width: 30%;
	padding: 2% 0;
	background: #e12c33;
	text-align: center;
	color: #fff;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.watch .txt .pic {
	float: right;
	width: 35%;
}

.watch .txt .pic img {
	width: 100%;
}

.holter1 {
	width: 103%;
	position: relative;
}
.holter1 img {
	width: 100%;
}
.holter1 .txt {
	width: 35%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.holter1 .txt .pic {
	float: right;
	height: 50%;
}

.holter1 .txt .pic img {
	width: 60%;
	margin-top: 25%;
    margin-left: 20%;
}
.holter1 .txt .text {
	float: left;
	width: 100%;
	height: 50%;
}

.holter1 .txt .text a {
	font-weight: bold;
	margin-top: 60%;
    margin-left: 35%;
	width: 30%;
	padding: 2% 0;
	background: #e12c33;
	text-align: center;
	color: #fff;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.watch1 {
	width: 103%; /*height: 1000px;*/ /*background-repeat: no-repeat; */
	/*background-position: center center;overflow: hidden;*/
	position: relative;
}

.watch1 img {
	width: 100%;
}

.watch1 .txt {
	width: 65%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.watch1 .txt .text {
	float: left;
	width: 65%;
	margin-top:1%;
}

.watch1 .txt .text h5 {
	font-family: 'times';
	font-size: 55px;
	color: #fff;
}

.watch1 .txt .text i {
	width: 56%;
	height: 4px;
	background: #fff;
	display: block;
}

.watch1 .txt .text span {
	display: block;
	color: #fff;
	font-size: 25px;
	margin-top: 3%;
	font-family: 'lthj';
}
.watch1 .txt .text .detail {
	margin-top:20px;
	width: 80%;
}

.watch1 .txt .text a {
	font-weight: bold;
	margin-top: 6%;
	width: 30%;
	padding: 2% 0;
	background: #e12c33;
	text-align: center;
	color: #fff;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.watch1 .txt .pic {
	float: right;
	margin-top:20px;
}

.watch1 .txt .pic img {
	width: 100%;
}

.watch2 {
	background-image: url(../images/watch/Watch03.png);
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.watch2 .txt {
	overflow: hidden;
	width: 73%;
	margin: 0 auto;
	overflow: hidden;
}

.watch2 .txt .text {
	margin-top: 14%;
	width: 30%;
	float: left;
	padding-left: 20%;
}

.watch2 .txt .text span {
	font-size: 85px;
	color: #201e1f;
	font-family: 'times';
}

.watch2 .txt .text span em {
	color: #e59d0e;
	margin-right: 2%;
	font-family: 'lthj';
}

.watch2 .txt .text h5 {
	font-size: 36px;
	color: #000;
}

.watch2 .txt .text i {
	display: block;
	width: 35%;
	height: 4px;
	background: #000;
	margin: 1% 0;
}

.watch2 .txt .text p {
	width: 70%;
	line-height: 35px;
	font-size: 17px;
	color: #000;
}

.watch2 .txt .text ul {
	overflow: hidden;
	width: 100%;
	margin-top: 3%;
}

.watch2 .txt .text ul li {
	width: 20%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}

.watch2 .txt .text ul li img {
	width: 100%;
}

.watch2 .txt .text ul li>span {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-top: 10%;
	font-family: '微软雅黑';
}

.watch2 .txt .pic {
	float: right;
	width: 44%;
}

.watch2 .txt .pic img {
	width: 84%;
	float: right;
}

.watch3 {
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	background-size: cover;
}

.watch3 .pic {
	float: right;
	margin-top: 2%;
	width: 44%;
}

.watch3 .pic  img {
	width: 100%;
}

.watch3 .text {
	float: left;
	width: 27%;
	margin-top: 13%;
	margin-left: 29%;
}

.watch3 .text span {
	color: #201e1f;
	font-size: 85px;
	width: 100%;
	display: block;
	font-family: 'times';
}

.watch3 .text span em {
	color: #d73673;
	font-size: 85px;
	margin-right: 1%;
	font-family: 'lthj';
}

.watch3 .text h5 {
	color: #453c46;
	font-size: 36px;
	margin: 2% 0;
}

.watch3 .text p {
	font-size: 17px;
	color: #453c46;
}

.watch3 .text .xx-xx {
	overflow: hidden;
}

.watch3 .text .xx-xx h4 {
	float: left;
	color: #d73673;
	font-size: 70px;
	font-family: 'lthj';
}

.watch3 .text .xx-xx h4 sub {
	font-size: 40px;
	letter-spacing: 11px;
}

.watch3 .text .xx-xx h3 {
	font-size: 45px;
	color: #000000;
	float: left;
	line-height: 92px;
	font-family: 'lthj';
	letter-spacing: 11px;
}

.watch4 {
	background: #f6feff;
	height: 990px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-size: auto 100%
}

.watch4 .pic {
	width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.watch4 .pic img {
	width: 100%;
}

.watch4 .text {
	position: absolute;
	top: 14%;
	width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.watch4 .text span {
	font-size: 85px;
	color: #ea3694;
	font-family: 'lthj';
}

.watch4 .text span em {
	color: #201e1f;
	margin-right: 2%;
	font-family: 'times';
}

.watch4 .text h5 {
	font-size: 36px;
	color: #000000;
	display: block;
	margin: 2% 0;
}

.watch4 .text p {
	font-size: 17px;
	color: #453c46;
	display: block;
	margin-bottom: 2%;
}

.watch5 {
	background: #ffded5;
	height: 968px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: relative;
}

.watch5 .pic {
	width: 1138px;
	margin: 0 auto;
	padding-top: 10%;
}

.watch5 .text {
	text-align: center;
	color: #201e1f;
}

.watch5 .text span {
	display: block;
	font-size: 86px;
	font-family: 'times';
}

.watch5 .text p {
	font-size: 36px;
	margin-top: 1%;
	display: block;
}

.watch5 .text em {
	font-size: 17px;
	margin-top: 1%;
	display: block;
}

.watch6 {
	width: 100%;
	padding: 4% 0;
	background: #f0e6eb;
}

.watch6 h5 {
	font-size: 36px;
	color: #821698;
	text-align: center;
	display: block;
}

.watch6 span {
	font-size: 36px;
	color: #000000;
	display: block;
	text-align: center;
	margin-top: 1%;
}

.watch6 p {
	font-size: 17px;
	color: #000;
	text-align: center;
	display: block;
	text-align: center;
	margin-top: 1%;
}

.watch11 {
	width: 100%;
	height: 1920px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.watch11 .text01 {
	width: 36%;
	float: right;
	margin-top: 15%;
	margin-right: 21%;
}

.watch11 .text01 h5 {
	font-size: 85px;
	color: #201e1f;
	font-family: times;
	text-align: right;
}

.watch11 .text01 span {
	font-size: 36px;
	color: #333;
	display: block;
	text-align: right;
	margin-top: 2%;
}

.watch11 .text01 p {
	font-size: 17px;
	color: #333;
	text-align: right;
	margin-top: 2%;
}

.watch11 .text02 {
	position: absolute;
	bottom: 24%;
	left: 21%;
	width: 25%;
}

.watch11 .text02 span {
	color: #333;
	font-size: 40px;
	font-family: 'times';
	display: block;
	margin-top: 2%;
}

.watch11 .text02 span em {
	color: #d73673;
	font-size: 50px;
	margin-right: 1%;;
	margin-left: 1%;
	font-family: 'lthj';
}

.watch12 {
	overflow: hidden;
	width: 100%;
	height: 1069px;
	background: url(../images/12.png) center center no-repeat;
	background-size: cover;
}

.watch12 .b12-12 {
	width: 1200px;
	margin: 0 auto;
}

.watch12 .text {
	width: 570px;
	margin: 10% auto 5% auto;
	overflow: hidden;
}

.watch12 .text span {
	display: block;
	float: left;
	color: #201e1f;
	font-family: 'times';
	font-size: 85px;
}

.watch12 .text .txt {
	float: left;
	margin-top: 2%;
	margin-left: 2%;
}

.watch12 .text .txt p {
	font-size: 36px;
	color: #000000;
}

.watch12 .text .txt em {
	font-size: 17px;
	color: #000000;
	margin-top: 1%;
	display: block;
}

.watch12 .pic {
	width: 1200px;
	margin: 0 auto;
}

.watch12 .pic img {
	width: 100%;
}

.watch13 {
	position: relative;
	overflow: hidden;
	height: 860px;
	background: -webkit-linear-gradient(#f5f5f5, #f5f5f5, #eeeeee, #f5f5f5);
	background: -o-linear-gradient(#f5f5f5, #f5f5f5, #eeeeee, #f5f5f5);
	background: -moz-linear-gradient(#f5f5f5, #f5f5f5, #eeeeee, #f5f5f5);
	background: linear-gradient(#f5f5f5, #f5f5f5, #eeeeee, #f5f5f5);
}

.watch13 .text {
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 7%;
}

.watch13 .text span {
	text-align: center;
	font-size: 36px;
	color: #453c46;
	width: 100%;
	display: block;
}

.watch13 .text span em {
	font-family: 'times';
	font-size: 85px;
	color: #28a1e8;
	margin-right: 1%;
}

.watch13 .text p {
	color: #453c46;
	font-size: 17px;
	display: block;
	text-align: center;
	margin-top: 1%;
}

.watch13 .pic {
	width: 1307px;
	margin: 4% auto 0 auto;
}

.watch13 .pic img {
	width: 100%;
}

.watch7 {
	height: 990px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	background-size: auto 100%;
}

.watch7 .text {
	margin-top: 4%;
}

.watch7 .text span {
	display: block;
	font-size: 36px;
	color: #333;
	text-align: center;
	margin: .5% 0;
}

.watch7 .text p {
	text-align: center;
	font-size: 17px;
	display: block;
	margin-top: 1%;
}

.watch7 ul {
	width: 41%;
	margin: 4% auto 0 auto;
	overflow: hidden;
}

.watch7 ul li {
	width: 50%
}

.watch7 ul .w01 {
	float: left;
	position: relative;
}

.watch7 ul .w01 div {
	width: 100%;
	margin: 0 auto;
	height: 363px;
	background: url(../images/wacth01.png) center center no-repeat;
	display: block;
}

.watch7 ul .w01 .i01 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 52%;
	left: 29%;
}

.watch7 ul .w01 .i02 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 19%;
	left: 48%;
	animation: speed .5s;
	animation-iteration-count: infinite;
	-webkit-animation: speed .5s;
	-webkit-animation-iteration-count: infinite;
}

.watch7 ul .w01 span {
	font-size: 30px;
	color: #4c7fd3;
	display: block;
	text-align: center;
	font-weight: bold;
}

.watch7 ul .w01 em {
	font-size: 20px;
	color: #4c7fd3;
	display: block;
	text-align: center;
	font-weight: bold;
}

.watch7 ul .w02 {
	float: right;
}

.watch7 ul .w02 div {
	width: 100%;
	margin: 0 auto;
	height: 363px;
	background: url(../images/wacth02.png) center center no-repeat;
	position: relative;
}

.watch7 ul .w02 i {
	filter: alpha(opacity = 0);
	opacity: 0;
}

.watch7 ul .w02>div>i {
	-webkit-animation: myseed 2.4s infinite;
	animation: myseed 2.4s infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.watch7 ul .w02 .i01 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 28%;
	left: 62%;
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
}

.watch7 ul .w02 .i02 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 36%;
	left: 69%;
	-webkit-animation-delay: -2.2s;
	animation-delay: -2.2s;
}

.watch7 ul .w02 .i03 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 47%;
	left: 71%;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.watch7 ul .w02 .i04 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 58%;
	left: 68%;
	-webkit-animation-delay: -1.8s;
	animation-delay: -1.8s;
}

.watch7 ul .w02 .i05 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 67%;
	left: 61%;
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
}

.watch7 ul .w02 .i06 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 72%;
	left: 48%;
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
}

.watch7 ul .w02 .i07 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 68%;
	left: 35%;
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.watch7 ul .w02 .i08 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 59%;
	left: 27%;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.watch7 ul .w02 .i09 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 48%;
	left: 24%;
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

.watch7 ul .w02 .i010 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 37%;
	left: 26%;
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s;
}

.watch7 ul .w02 .i011 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 28%;
	left: 34%;
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
}

.watch7 ul .w02 .i012 {
	width: 17px;
	height: 18px;
	position: absolute;
	top: 22%;
	left: 48%;
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
}

.watch7 ul .w02 span {
	font-size: 30px;
	color: #ba6525;
	display: block;
	text-align: center;
	font-weight: bold;
}

.watch7 ul .w02 em {
	font-size: 20px;
	color: #ba6525;
	display: block;
	text-align: center;
	font-weight: bold;
}

@
-webkit-keyframes speed { 0%{
	filter: alpha(opacity = 0);
	opacity: 0;
}

100%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
}
@
-moz-keyframes speed { 0%{
	filter: alpha(opacity = 0);
	opacity: 0;
}

100%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
}
@
keyframes speed { 0%{
	filter: alpha(opacity = 0);
	opacity: 0;
}

100%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
}
@
-webkit-keyframes myseed { 0%{
	filter: alpha(opacity = 0);
	opacity: 0;
}

50%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
100%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
}
@
-moz-keyframes myseed { 0%{
	filter: alpha(opacity = 0);
	opacity: 0;
}

50%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
100%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
}
@
keyframes myseed { 0%{
	filter: alpha(opacity = 0);
	opacity: 0;
}

50%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
100%{
filter
:alpha
(opacity=100);opacity
:
 
1;
}
}
@media screen and (max-width: 1600px) {
	.watch7 ul {
		width: 50%;
	}
	.watch7 ul .w01 .i01 {
		left: 25%;
	}
	.watch7 ul .w02 .i02 {
		left: 67%;
	}
	.watch7 ul .w02 .i03 {
		left: 70%;
	}
	.watch7 ul .w02 .i04 {
		left: 67%;
	}
	.watch7 ul .w02 .i05 {
		left: 61%;
	}
	.watch7 ul .w02 .i07 {
		left: 36%;
	}
	.watch7 ul .w02 .i08 {
		left: 28%;
	}
	.watch7 ul .w02 .i09 {
		left: 25%;
	}
	.watch7 ul .w02 .i010 {
		left: 28%;
	}
	.watch7 ul .w02 .i011 {
		left: 34%;
	}
}

@media screen and (max-width: 1440px) {
	.watch1 {
		height: 100%;
		overflow: hidden;
	}
	.watch1 .txt {
		overflow: hidden;
	}
	.watch1 .txt .text {
		margin-top: 20%;
		width: 50%;
	}
	.watch1 .txt .pic {
		float: right;
		width: 50%;
	}
	.watch1 .txt .pic img {
		margin-top:-50px;
		margin-left:50px;
		width: 80%;
	}
	.watch2 {
		height: auto;
		overflow: hidden;
	}
	.watch2 .txt .text {
		margin-top: 5%;
	}
	.watch2 .txt .text {
		padding-left: 6%;
		width: 36%;
	}
	.watch2 .txt .text p {
		width: 100%;
	}
	.watch11 {
		height: 1440px;
	}
	.watch7 ul .w01 .i01 {
		left: 30%;
	}
	.watch11 .text01 {
		margin-right: 11%;
		margin-top: 11%;
	}
	.watch7 ul {
		width: 60%;
	}
	.watch3 .text {
		margin-left: 17%;
		width: 33%;
	}
	.watch4 {
		height: 800px;
	}
	.watch4 .text {
		left: 18%;
		top: 7%;
	}
	.watch4 .pic {
		width: 65%;
	}
	.watch5 {
		height: 745px;
	}
	.watch5 .pic {
		width: 65%;
	}
	.watch5 .pic img {
		width: 100%;
	}
	.watch7 {
		height: 860px;
	}
	.watch7 .text {
		margin-top: 8%;
	}
	.watch12 {
		height: 800px;
	}
	.watch12 .text {
		margin: 2% auto 0 auto;
	}
	.watch12 .pic {
		width: 90%
	}
}

@media screen and (max-width: 1200px) {
	.watch1 {
		height: 100%;
		overflow: hidden;
	}
	.watch1 .txt {
		overflow: hidden;
	}
	.watch1 .txt .text {
		margin-top: 18%;
		width: 50%;
	}
	.watch1 .txt .pic {
		float: right;
		width: 50%;
	}
	.watch1 .txt .pic img {
		margin-top:-50px;
		margin-left:50px;
		width: 90%;
	}
	.watch2 {
		height: auto;
		overflow: hidden;
	}
	.watch12 .b12-12 {
		width: 100%;
		margin: 0 auto;
	}
	.watch2 .txt {
		width: 80%;
	}
	.watch2 .txt .pic {
		width: 55%;
	}
	.watch2 .txt .text {
		padding-left: 0;
	}
	.watch2 .txt .text span {
		font-size: 65px;
	}
	.watch2 .txt .text h5 {
		font-size: 27px;
	}
	.watch3 {
		height: auto;
		overflow: hidden;
	}
	.watch3 .text {
		margin-left: 23%;
		width: 33%;
	}
	.watch3 .text span {
		font-size: 60px;
	}
	.watch3 .text span em {
		font-size: 55px;
	}
	.watch3 .text h5 {
		font-size: 29px;
	}
	.watch4 {
		height: auto;
		overflow: hidden;
	}
	.watch4 .pic {
		width: 85%;
	}
	.watch4 .text {
		position: static;
		width: 100%;
	}
	.watch4 .text span {
		text-align: center;
		display: block;
		width: 100%;
	}
	.watch4 .text h5 {
		text-align: center;
	}
	.watch4 .text p {
		text-align: center;
	}
	.watch3 .text .xx-xx h4 {
		font-size: 35px;
	}
	.watch3 .text .xx-xx h3 {
		line-height: 51px;
		font-size: 23px;
	}
	.watch5 {
		height: 690px;
	}
	.watch5 .pic {
		width: 70%;
	}
	.watch5 .pic img {
		width: 100%;
	}
	.watch5 .text p {
		font-size: 35px;
	}
	.watch5 .text em {
		font-size: 18px;
	}
	.watch6 h5 {
		font-size: 50px;
	}
	.watch6 span {
		font-size: 28px;
	}
	.watch6 p {
		font-size: 16px;
	}
	.watch11 {
		height: 1000px;
	}
	.watch11 .text01 {
		margin-right: 9%;
		margin-top: 10%;
	}
	.watch11 .text01 h5 {
		font-size: 70px;
	}
	.watch11 .text01 span {
		font-size: 22px;
	}
	.watch11 .text01 p {
		font-size: 14px;
	}
	.watch11 .text02 {
		bottom: 22%;
	}
	.watch11 .text02 span {
		font-size: 33px;
	}
	.watch11 .text02 span em {
		font-size: 33px;
	}
	.watch12 {
		height: auto;
	}
	.watch12 .text {
		width: 570px;
	}
	.watch12 .pic {
		width: 80%;
	}
	.watch13 {
		height: 516px;
	}
	.watch13 .pic {
		width: 75%;
	}
	.watch7 {
		height: 780px;
	}
	.watch7 ul {
		width: 65%;
	}
}

@media screen and (max-width: 1024px) {
	.watch7 ul {
		width: 100%;
	}
	.watch7 ul .w01 .i01 {
		left: 34%;
	}
	.watch7 ul .w02 .i01 {
		left: 58%;
	}
	.watch7 ul .w02 .i02,.watch7 ul .w02 .i04 {
		left: 63%;
	}
	.watch7 ul .w02 .i03 {
		left: 65%;
	}
	.watch7 ul .w02 .i05 {
		left: 58%;
	}
	.watch7 ul .w02 .i09 {
		left: 30%;
	}
	.watch7 ul .w02 .i08 {
		left: 33%;
	}
	.watch7 ul .w02 .i07 {
		left: 39%;
	}
	.watch7 ul .w02 .i010 {
		left: 33%;
	}
	.watch7 ul .w02 .i011 {
		left: 37%;
	}
}

@media screen and (max-width: 768px) {

.watch .txt {
	width: 85%;
}
.watch .txt .text {
	width: 60%;
	padding-top:10%;
}
.watch .txt .text h5 {
	font-size: 20px;
}
.watch .txt .text span {
	font-size: 10px;
}
.watch .txt .text .detail {
	margin-top:20px;
	width: 80%;
}
.watch .txt .pic {
	float: right;
}

.holter1 .txt .text a {
	margin-top: 56%;
    margin-left: 30%;
	width: 40%;
}

	.watch1 {
		width: 100%;
	}
	.watch1 .txt .text {
		float: none;
	}
	.watch1 .txt .pic {
		float: none;
	}
	.watch1 .txt .pic img {
		display: block;
		width: 50%;
		margin-left:5px;
		margin-top:-20px;
	}
	.watch1 .txt .text {
		margin: 10% auto 0 auto;
		width: 100%;
	}
	.watch1 .txt .text h5 {
		font-size: .40rem;
		display: block;
		text-align: center;
	}
	.watch1 .txt .text i {
		margin: 0 auto;
	}
	.watch1 .txt .text span {
		text-align: center;
		font-size: .20rem;
	}
	.watch1 .txt .text a {
		margin: 2% auto;
		width: 35%;
	}
	.watch1 .txt .text .detail {
		display: none;
	}
	.watch1 .txt .pic {
		width: 32%;
		text-align: center;
		margin: 10% auto 5% auto;
	}
	.watch2 {
		height: auto;
	}
	.watch2 .txt .text span em {
		margin-right: 1%;
	}
	.watch2 .txt .text {
		float: none;
		width: 100%;
	}
	.watch2 .txt .pic {
		float: none;
	}
	.watch2 .txt .text {
		text-align: center;
	}
	.watch2 .txt .text span {
		font-size: .75rem;
	}
	.watch2 .txt .text h5 {
		font-size: .2rem;
		text-align: center;
	}
	.watch2 .txt .text i {
		margin: 2% auto;
	}
	.watch2 .txt .text p {
		font-size: .25rem;
		text-align: center;
		line-height: .55rem;
	}
	.watch2 .txt .text ul {
		width: 80%;
		margin: 2% auto;
	}
	.watch2 .txt .text ul li>span {
		font-size: .2rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.watch2 .txt .pic {
		width: 100%;
	}
	.watch2 .txt .pic img {
		width: 41%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.watch3 {
		height: 7rem;
		overflow: hidden;
	}
	.watch3 .pic {
		margin-top: 28%;
	}
	.watch3 .text {
		width: 40%;
		margin-top: 25%;
		margin-left: 12%;
	}
	.watch3 .text span {
		font-size: .75rem;
	}
	.watch3 .text span em {
		font-size: .75rem;
	}
	.watch3 .text h5 {
		font-size: .35rem;
	}
	.watch3 .text p {
		font-size: .25rem;
	}
	.watch3 .text .xx-xx h4 {
		float: none;
		font-size: .4rem;
	}
	.watch3 .text .xx-xx h4 sub {
		font-size: .3rem;
	}
	.watch3 .text .xx-xx h3 {
		line-height: .5rem;
		font-size: .4rem;
	}
	.watch4 {
		height: auto;
		overflow: hidden;
		padding-bottom: .2rem;
	}
	.watch4 .text span {
		font-size: .75rem;
	}
	.watch4 .text h5 {
		font-size: .35rem;
	}
	.watch4 .text p {
		font-size: .25rem;
	}
	.watch5 {
		height: auto;
		padding-bottom: .3rem;
	}
	.watch5 .text span {
		font-size: .6rem;
	}
	.watch5 .text p {
		font-size: .25rem;
	}
	.watch5 .text em {
		font-size: .25rem;
	}
	.watch6 {
		padding: 3% 0;
	}
	.watch6 h5 {
		font-size: .35rem;
	}
	.watch6 span {
		font-size: .35rem;
	}
	.watch6 p {
		font-size: .18rem;
	}
	.watch11 {
		height: 10rem;
	}
	.watch11 .text02 {
		left: 14%;
		width: 30%
	}
	.watch11 .text01 {
		width: 51%;
	}
	.watch11 .text01 h5 {
		font-size: .75rem;
	}
	.watch11 .text01 span {
		font-size: .25rem;
	}
	.watch11 .text01 p {
		font-size: .22rem;
		line-height: .4rem
	}
	.watch11 .text02 span {
		font-size: .35rem;
	}
	.watch11 .text02 span em {
		font-size: .35rem;
	}
	.watch12 {
		height: 7rem;
	}
	.watch12 .text {
		width: 95%;
		margin: 4% auto 0 auto;
	}
	.watch12 .pic {
		width: 80%;
	}
	.watch12 .text span {
		font-size: .75rem;
		float: none;
		width: 100%;
		text-align: center;
	}
	.watch12 .text .txt p {
		font-size: .35rem;
	}
	.watch12 .text .txt {
		margin-top: 0%;
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 2%;
	}
	.watch12 .text .txt em {
		font-size: .25rem;
	}
	.watch13 {
		height: 6rem;
	}
	.watch13 .text {
		top: 7%;
	}
	.watch13 .text span {
		font-size: .32rem;
	}
	.watch13 .text span em {
		font-size: .65rem
	}
	.watch13 .text p {
		font-size: .25rem;
	}
	.watch13 .pic {
		width: 95%;
	}
	.watch7 {
		height: 8rem;
	}
	.watch7 .text span {
		font-size: .35rem;
	}
	.watch7 .text p {
		font-size: .25rem;
	}
	.watch7 ul {
		width: 80%;
	}
	.watch7 ul li {
		width: 40%;
	}
	.watch7 ul .w01 div {
		width: 100%;
		height: 3.43rem;
		background-size: 100% 100%;
	}
	.watch7 ul .w01 .i02 {
		width: 7%;
		height: auto;
		top: 18%;
	}
	.watch7 ul .w01 .i01 {
		width: 7%;
		height: auto;
		top: 48%;
		left: 18%;
	}
	.watch7 ul .w01 .i02 img {
		width: 100%;
	}
	.watch7 ul .w01 .i01 img {
		width: 100%;
	}
	.watch7 ul .w01 span {
		font-size: .3rem;
	}
	.watch7 ul .w01 em {
		font-size: .2rem;
	}
	.watch7 ul .w02 div {
		width: 100%;
		height: 3.43rem;
		background-size: 100% 100%;
	}
	.watch7 ul .w02 .i01,.watch7 ul .w02 .i02,.watch7 ul .w02 .i03,.watch7 ul .w02 .i04,.watch7 ul .w02 .i05,.watch7 ul .w02 .i06,.watch7 ul .w02 .i07,.watch7 ul .w02 .i08,.watch7 ul .w02 .i09,.watch7 ul .w02 .i010,.watch7 ul .w02 .i011,.watch7 ul .w02 .i012
		{
		width: 7%;
		height: auto;
	}
	.watch7 ul .w02 i img {
		width: 100%;
	}
	.watch7 ul .w02 .i012 {
		top: 22%;
		left: 45%;
	}
	.watch7 ul .w02 .i011 {
		top: 26%;
		left: 26%;
	}
	.watch7 ul .w02 .i01 {
		top: 25%;
		left: 64%;
	}
	.watch7 ul .w02 .i02 {
		top: 35%;
		left: 73%;
	}
	.watch7 ul .w02 .i03 {
		left: 76%
	}
	.watch7 ul .w02 .i04 {
		left: 73%
	}
	.watch7 ul .w02 .i05 {
		left: 63%;
		top: 66%;
	}
	.watch7 ul .w02 .i06 {
		top: 70%;
		left: 45%;
	}
	.watch7 ul .w02 .i07 {
		top: 67%;
		left: 29%;
	}
	.watch7 ul .w02 .i010 {
		top: 36%;
		left: 18%;
	}
	.watch7 ul .w02 span {
		font-size: .3rem;
	}
	.watch7 ul .w02 em {
		font-size: .2rem;
	}
	.watch7 ul .w02 .i09 {
		left: 14%;
	}
	.watch7 ul .w02 .i08 {
		left: 20%;
	}
}