﻿/*共用*/
.clear{clear: both;}
.border_bg {
	width: auto;
	height: auto;
	margin: 0 auto;
}
.cp1 img {
	border: 1px solid #bbb;
	padding: 5px;
	background: #fff;
}
.cp1 img:hover {
	border: 1px solid #0067d0;
	padding: 5px;
	background: #f7f1eb;
}
.cp img {
	border: 1px solid #bbb;
	padding: 1px;
}
.cp img:hover {
	border: 1px solid #0067d0;
	padding: 1px;
}

.font_1 {
	font-size: 16px;
	color: #333;
}
#copy {
	display: none;
}
.totalwidth {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.totalwidthpercent {
	width: 100%;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#top_cp, #top_jj, #jz_qaun, #xinwen {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.top60 {
	margin-top: 60px;
}
.top70 {
	margin-top: 70px;
}
.box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	min-width: 1200px;
}
/*共同结束*/

/*欢迎进入*/
/* .hyjr_dkkd {
	width: 100%;
	height: 38px;
	background: #0067d0;
}
.hyjr_kz {
	width: 1200px;
	margin: 0 auto;
	height: 38px;
}
.hyjr_zt1 {
	font-size: 12px;
	color: #e3f1ff;
	line-height: 38px;
	float: left;
}
.hyjr_zt {
	font-size: 12px;
	color: #e3f1ff;
	height: 38px;
	line-height: 38px;
	float: right;
}
.hyjr_zt a {
	font-size: 12px;
	color: #cbe5ff;
	line-height: 38px;
}
.hyjr_zt a:hover {
	font-size: 12px;
	color: #ff0;
	line-height: 38px;
} */
/*导航*/
/* .top {
	background: #fff;
	width: 100%;
}
.top_in {
	position: relative;
	min-width: 100%;
	margin: 0 auto;
}
.top_in > .totalwidth {
	position: relative;
}
.top .fr {
	height: 117px;
}
.top .logo {
	margin-top: 28px;
}
.top .kds2 {
	width: 220px;
	padding-top: 33px;
	padding-left: 15px;
}
.top .totalwidth .fl {
	display: block;
}
.top .totalwidth .fl a, .top .page .fl a img {
	display: block;
}
.NavCeshi > li {
	float: left;
	width: 108px;
	text-align: center;
	transition: 0.6s all ease-in-out;
	padding-right: 0px;
	height: 117px;
	line-height: 117px;
	display: block
}
.NavCeshi > li > a {
	font-size: 15px;
	color: #454545;
	transition: 0.2s all ease-in-out;
	position: relative;
	z-index: 1113;
}
.NavCeshi > li.navcurrent, .NavCeshi > li:hover {
	transition: 0.8s all ease-in-out;
	background: url(../images/navbg.png) center no-repeat;
	color: #0067d0;
}
.NavCeshi > li.navcurrent a, .NavCeshi > li:hover a {
	color: #0067d0;
} */
/*幻灯片*/
/* .banner {
	overflow: hidden;
	background: #666;
}
.banner-box {
	min-width: 1200px;
	height: 560px;
	position: relative;
}
.banner-box .bd {
	width: 100% !important;
}
.banner-box .bd li {
	width: 100% !important;
	height: 560px;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-box .bd li a {
	display: block;
	background-size: auto;
}
.banner-btn {
	width: 100%;
	position: absolute;
	top: 230px;
	left: 0;
	margin-left: 0;
	height: 330px;
	overflow: hidden;
}
.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out
}
.banner-btn a.prev {
	left: -50px;
	background: url(../images/zy.png) no-repeat 0 0;
}
.banner-btn a.next {
	right: -50px;
	background: url(../images/zy.png) no-repeat -49px 0;
}
.banner-box .hd {
	position: absolute;
	top: 275px;
	width: 100%;
	display: block;
}
.banner-box .hd ul {
	text-align: center
}
.banner-box .hd ul li {
	width: 20px;
	height: 20px;
	border-radius : 20px;
	text-indent: -9999px;
	background: #ccc;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out
}
.banner-box .hd ul li.on {
	background: #0067d0;
	width: 32px;
}
.banner-box:hover .banner-btn a.prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}
.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}
.banner-box .banner-btn a.prev:hover, .banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}
.mbanner {
	width: 100%;
	height: 300px;
	margin-top: 0px;
} */
/*搜索*/
/* #search_bg {
	width: 100%;
	margin: 0 auto;
	background: #f4f4f4;
	height: 140px;
	margin-bottom: 50px;
}
#search_c {
	width: 1200px;
	margin: 0 auto;
	height: 140px;
}
#search_c_l {
	width: 680px;
	float: left;
}
#search_c_r {
	width: 450px;
	float: right;
}
#search_cc {
	width: 460px;
	padding-top: 34px;
}
#search_cc_l {
	width: 390px;
	float: left;
	background: #fff;
	line-height: 44px;
	height: 44px;
}
#search_cc_r {
	width: 69px;
	overflow: hidden;
}
#search_b {
	width: 460px;
	height: 42px;
	line-height: 42px;
}
.head_adv {
	width: 350px;
	margin-top: 40px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
}
.head_adv span {
	font-size: 27px;
	color: #0067d0;
	font-weight: bold;
}
.h_tel {
	width: 300px;
	border-left: 1px #ebebeb solid;
	border-right: 1px #ebebeb solid;
	height: 140px;
}
.hgtbhmk {
	width: 195px;
	margin: 0 auto;
	margin-top: 35px;
}
.dianhtb {
	width: 30px;
	height: 30px;
	float: left;
}
.kehftrx {
	font-size: 17px;
	color: #666;
	float: left;
	padding-top: 5px;
	padding-left: 12px;
}
.dianhsj {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d7030c;
	text-align: center;
	padding-top: 6px;
} */
/*产品*/
/* .ghdgcpb {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #0067d0;
}
.ghdgcpb span {
	font-size: 38px;
	font-weight: bold;
	color: #d7030c;
}
.yzswnz {
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-top: 2px;
	height: 40px;
}*/
.xigtnjd {
	width: 26px;
	height: 25px;
	margin: 0 auto;
	animation: myfirst 2s infinite;
} 
 @keyframes myfirst {
0% {
 transform: translate(0px, 0px);
}
 50% {
 transform: translate(0px, -10px);
}
 100% {
 transform: translate(0px, 0px);
}
}
/*展示*/
/* #tabs {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
#tabs li {
	float: left;
	background: #0067d0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	margin-left: 15px;
	text-align: center;
	width: 150px;
	color: #fff;
	margin-bottom: 12px;
	border-radius: 10px;
}
#tabs li a {
	float: left;
	background: #0067d0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	text-align: center;
	width: 150px;
	color: #fff;
	border-radius: 5px;
}
#tabs li.currents {
	background: #d7030c;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	margin-left: 15px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
#tabs li.currents a {
	background: #d7030c;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
}
#contents {
	width: 1200px;
	margin: 0 auto;
}
#contents ul {
	display: none;
}
.prod_row2 {
	padding: 30px 0 0;
	padding-top: 10px;
}
.prod_row2 .divproduct_new_div:after {
	content: '';
	display: block;
	clear: both;
}
.prod_row2 .divproduct_new_div_item {
	float: left;
	width: 285px;
	position: relative;
	height: 282px;
	transition: 0.3s all ease-in-out;
	overflow: hidden;
	margin: 20px 20px 0px 0;
}
.prod_row2 .divproduct_new_div_item:nth-child(4n) {
	margin-right: 0;
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic a, .prod_row2 .divproduct_new_div_item .product_div_item_pic a img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.3s all ease-in-out
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic {
	position: absolute;
	width: 275px;
	border: 1px solid #d0d0d0;
	padding: 4px;
	height: 206px;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: auto;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content {
	height: 36px;
	padding: 15px;
	position: absolute;
	width: 255px;
	top: auto;
	left: 0;
	bottom: 0;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:before {
	content: '';
	background: url(../images/y.png) no-repeat center;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 23px;
	right: 18px;
	display: block;
	z-index: 2;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #d0d0d0;
	display: block;
	left: 0;
	top: auto;
	transition: 0.3s all ease-in-out;
	bottom: -65px;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content:after {
	bottom: 0;
	background: #0067d0;
}
.prod_row2 .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a {
	display: block;
	line-height: 26px;
	font-size: 18px;
	padding: 5px 0 5px;
	color: #222;
	position: relative;
	z-index: 3;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_a {
	color: #fff;
	transition: 0.3s all ease-in-out;
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic a {
	width: auto;
	height: auto;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
	line-height: 24px;
	font-size: 13px;
	color: #999;
	position: relative;
	z-index: 3;
	text-align: justify;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
	color: #aeffc6
}
.prod_row2 .divproduct_new_div_item:hover .product_div_item_pic a img {
	transform: scale(1.1);
} */
/*优势*/
#youshi_bg {
	width: 100%;
	height: 900px;
	background: url(../images/ls.jpg) center no-repeat;
	margin: auto;
}
#youshi_t {
	width: 550px;
	text-align: center;
	margin: auto;
	padding-top: 40px;
	color: #fff;
	padding-bottom: 15px;
}
.youshi_t1 {
	line-height: 45px;
	font-size: 41px;
	font-weight: bold;
	padding-top: 20px;
}
.youshi_t2 {
	font-size: 16px;
	line-height: 40px;
	color: #c8e8f9;
}
.youshi_t3 {
	padding-top: 10px;
	margin: auto;
	animation: myfirst 2s infinite;
	display: inherit-block;
}
#youshi_fl {
	width: 513px;
	height: 630px;
	background: url(../images/bs.png) left no-repeat;
	float: left;
	color: #fff;
}
.youshi_c {
	width: 380px;
	padding-top: 90px;
	padding-left: 35px;
	float: left;
}
.youshi_h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 42px;
}
.youshi_h2 {
	font-size: 28px;
	line-height: 42px;
	font-family: Century Gothic;
}
.youshi_h3 {
	width: 320px;
	height: 44px;
	border: 1px solid #c8e8f9;
	line-height: 44px;
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
}
.youshi_h4 {
	width: 84px;
	margin-right: 28px;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	margin-top: 55px;
	animation: myfirst 2s infinite;
	display: inherit-block;
}
.youshi_h4 .v1 {
	width: 82px;
	height: 82px;
	padding: 22px 0;
	border: 1px solid #fff;
	border-radius: 5px;
}
.youshi_ted {
	/* width: 290px; */
	height: 22px;
	line-height: 22px;
	background: url(../images/tel.png) left no-repeat;
	float: left;
	font-size: 16px;
	padding-left: 35px;
	margin-top: 55px;
}
.youshi_ted span {
	float: left;
}
.youshi_ted strong {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #facb67; font-weight:100;
}
#youshi_r {
	width: 810px;
	height: 525px;
	float: right;
	background: rgba(23,91,192,1);
	margin-top: -595px;padding-top: 10px;
}
.youshi_p {
	width: 380px;
	float: left;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 45px;
}
.youshi_p:hover {
	-webkit-animation: test 0.4s ease-in 2;
	cursor: pointer;
}
@-webkit-keyframes test {
0% {
transform:translate(0, 0)
}
50% {
transform:translate(0, 5px)
}
100% {
transform:translate(0, 0)
}
}
.youshi_v1 {
	font-size: 46px;
	line-height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e9e9ea;
}
.youshi_v2 {
	line-height: 50px;
	font-size: 24px;
	padding-bottom: 5px;
	color: #facb67;
}
.youshi_v3 {
	width: 55px;
	height: 2px;
	background: #e9e9ea;
}
.youshi_v4 {
	padding-top: 25px;
	font-size: 14px;
	line-height: 28px;
	color: #dadada;
}
/*简介*/
.aygnwydj {
	/* width: 347px; */
	height: 56px;
	background: url(../images/ab.png) center no-repeat;
	margin: 0 auto;
}
.aygnwydjn {
	/* width: 347px; */
	height: 56px;
	background: url(../images/ab1.png) center no-repeat;
	margin: 0 auto;
}
.gyxtjhw {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	color: #f7f7f7;
}
.gyxtjhw font {
	font-size: 36px;
	font-weight: bold;
	color: #facb67;
}
.shgbbtl {
	width: 10px;
	height: 412px;
	background: #0067d0;
	float: left;
}
.hsgbjtzb {
	width: 630px;
	height: 412px;
	background: rgba(0,0,0,0.82);
	padding: 0px 45px 0px 45px;
	float: left;
}
.ngjlswbz {    margin-top: 40px;
	font-size: 22px;
	color: #facb67;
	height: 56px;
}
.gjgnjsld {
	font-size: 14px;
	line-height: 36px;
	color: #cfcdcd;
	height: 218px;
}
.srhlsnkd {
	width: 130px;
	height: 51px;
	background: #0067d0;
	margin-right: 1px;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 51px;
	text-align: center;
}
.srhlsnkd a {
	width: 130px;
	height: 51px;
	background: #175bc0;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 51px;
	text-align: center;
	display: block;
}
.srhlsnkd a:hover {
	width: 130px;
	height: 51px;
	background: #d45d05;
	float: left;
	font-size: 16px;
	color: #FFF;
	line-height: 51px;
	text-align: center;
	display: block;
}
.jjbtyz {
	width: 560px;
	float: left;
	overflow: hidden;
	cursor: pointer
}
.jjbtyz img {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	width: 560px;
}
.jjbtyz img:hover {
	-webkit-transform: scale(1.12, 1.12);
	transform: scale(1.12, 1.12);
	-moz-transform: scale(1.12, 1.12);
}
.logo img:hover {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}

img:hover {
	-webkit-transform: scale(1.12, 1.12);
	transform: scale(1.12, 1.12);
	-moz-transform: scale(1.12, 1.12);
}
/*新闻中心*/
.news {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	margin-top: 45px;
}
.news_tline {
	width: 502px;
	margin: 0 auto;
}
.news_tline_i {
	width: 500px;
	position: absolute;
	z-index: -1;
	height: 1px;
	padding-top: 50px;
	margin-top: -20px;
}
.news_tline_il {
	width: 280px;
	margin: 0 auto;
	height: 1px;
	background: #fff;
	margin-top: 1px;
}
.news_m, .news_s {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	min-width: 1200px;
}
.news_m {
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	color: #0067d0;
}
.news_s {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #484848;
}
.news_line {
	height: 1px;
	background: #ccc;
	width: 100%;
	margin: 0 auto;
}
.news_line_t {
	width: 100px;
	margin: 0 auto;
	height: 3px;
	background: #0067d0;
}
.news_line_d {
	width: 0px;
	height: 0;
	margin: 0 auto;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0067d0;
}
.lanrenzhijia {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}
.news_dt {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.lanrenzhijia .news_dt a {
	display: block;
	float: left;
	text-decoration: none;
	width: 280px;
	font-size: 16px;
	margin: 0px 10px;
	padding: 15px 30px;
	box-shadow: 0 0 5px #ddd inset;
	transition: all 0.8s linear;
}
.lanrenzhijia .news_dt a.on {
	text-decoration: none;
	width: 400px;
	font-weight: bold;
	background: #f8f8f8;
	transition: all 0.8s linear;
}
.lanrenzhijia .news_dt a.on .news_dt_rm {
	transition: all 0.8s linear;
	color: #d7030c;
}
.news_dt_rm {
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	line-height: 40px;
	font-size: 20px;
	padding-left: 10px;
	transition: all 0.8s linear;
	font-weight: bold;
	color: #0067d0;
}
.news_dt_ren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	line-height: 26px;
	font-weight: normal;
	padding-left: 10px;
}
.lanrenzhijia .content {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 405px;
	position: relative;
	min-width: 1200px;
	margin-top: 20px;
}
.lanrenzhijia .content .ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 1200px;
	min-width: 1200px;
}
.lanrenzhijia .content .li {
	width: 1200px;
	float: left;
	min-width: 1200px;
}
.news_div_item, .divdgweb_new_div_item {
	width: 578px;
	height: 182px; padding: 1px;
	float: left;
	position: relative;
	margin: 12px 11px;
	transition: all 0.8s linear;
	box-shadow: 0 0 3px #FFF inset;/*background: url(../images/20181227162817_594763620.png) no-repeat 8px center;*/
}

.news_div_item:hover {
	-webkit-animation: test 0.4s ease-in 1;
	cursor: pointer;
}

.news_div_item_pic {
	float: left;
	width: 282px;
	height: 180px;
	overflow: hidden;
	/* box-shadow: 0 0 1px #ddd; */
}
.news_div_item_pic img {
	width: 282px;
	height: 180px;
	transition: all 0.5s linear;
}
.news_div_item_content, .divdgweb_new_div_item_content {
	float: right;
	width: 270px;
	margin-right: 10px;
}
.news_div_item_title, .divdgweb_new_div_item_title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 270px;
	padding-top: 10px;
}
.news_div_item_title a, .divdgweb_new_div_item_title a {
	font-size: 17px;
	transition: all 0.8s linear; color: #f7f7f7;
}
.news_div_item_body, .divdgweb_new_div_item_body {
	overflow: hidden;
	line-height: 23px;
	padding-top: 16px;
	height: 91px;
	font-size: 14px;
	color: #a0a09f;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 28px;
}
.news_dt_rgo {
	overflow: hidden;
	transition: all 0.8s linear;
}
.news_dt_rgo a {
	font-size: 0px;
	line-height: 0px;
}
.news_dt_rgo span {
	display: block;
	width: 90px;
	height: 1px;
	background: #999;
	transition: all 0.8s linear;
}
.news_dt_rgo p {
	font-size: 14px;
	line-height: 48px;
	text-align: right;
	position: relative;
	z-index: 2;
	color: #0067d0;
	transition: all 0.8s linear;
	margin-left: 200px;
	width: 270px;
}
.news_div_item_date, .divdgweb_new_div_item_date {
	position: absolute;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 295px;
	margin-top: 142px;
	color: #999;
}
.news_div_item_year, .divdgweb_new_div_item_year {
	float: left;
}
.news_div_item_month, .divdgweb_new_div_item_month {
	float: left;
}
.news_div_item_day, .divdgweb_new_div_item_day {
	float: left;
}
.news .news_div_item:hover .news_dt_rgo span, .news .divdgweb_new_div_item:hover .news_dt_rgo span {
	transition: all 0.8s linear;
	width: 100%;
}
.news .news_div_item:hover .news_div_item_title a, .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a {
	transition: all 0.8s linear;
	color: #0067d0;
}
.news .news_div_item:hover .news_dt_rgo p, .news .divdgweb_new_div_item:hover .news_dt_rgo p {
	transition: all 0.8s linear;
	width: 100%;
	margin-left: 0px;
}
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img {
	transition: all 0.5s linear;
	transform: scale(1.15);
}
