<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*■■■■■■■■　共同设定 ■■■■■■■■*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#6e6e6e;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; color:#6e6e6e;}
.clear{clear:both;}

/*■■■■■■■■　基本设定　■■■■■■■■*/
body{ font-family:'微软雅黑'; font-size:12px; color:#6e6e6e; }


/******header*******/
/*********nav*********/
.top_layer{ width:100%; height:60px; background:url(../images/tbj.jpg) top center repeat-y;}
.topkuai{ height:105px; width:1300px; padding-top:3px; margin:auto; background:#FFF;}
.nav{ width:1300px; margin:auto;}
.tlogo{ width:430px; float:left; padding-top:10px; padding-left:15px;}
.nav1{ width:805px; padding-top:20px; float:right;}
.nav2 a{ margin-left:5px; display:block; width:28px; line-height:28px; font-size:14px; height:28px; color:#FFF; background:#cf1112; border-radius:50px;}
.nav2 a:hover{color:#FFF; background:#ff6600;}



.cen{ width:1260px; margin:auto; height:auto;}
.cen01{ width:1260px; margin:auto; height:auto;}

.dbdhk{width:100%; background:#fff; padding-top:75px; padding-bottom:75px;}
.dbdhk1{width:360px; height:319px; position:relative;}
.dbdh a{border-radius:5px; width:165px; height:122px; display:block; margin-top:25px; color:#fff; background:#cf1112; line-height:32px; position:absolute; z-index:99; left:0px; margin-top:20%; padding-left:30px; padding-top:50px; font-size:24px;font-family: "微软雅黑";}
.dbdh a span{font-size:13px; color:rgba(255,255,255,0.5); text-transform:uppercase; font-family:Verdana, Geneva, sans-serif; font-weight:normal;}
.dbdh a:hover{background:#cf1112; color:#ffffff;}

.dbdha a{ background:#1454bd;}
.dbdhb a{ background:#EB5612;}
.dbdhc a{ background:#6D6D6D;}


/******底部区域*******/
.wrapper{ width:1300px; margin:0 auto; overflow:hidden;}



@charset "utf-8";

.wrapper{ width:1004px; margin:0 auto;}

/*-------------------------------  ■ index 首页---------------------------------*/


.banner{ height:260px; width:100%;}


.canpin{ width:238px; float:left; }
.canpinbt{padding-left:75px; height:60px; padding-top:31px; background:url(../images/nycpb.jpg) left center no-repeat;border-radius:10px;}
.canpinbt1{height:24px; padding-left:10px; line-height:24px; font-size:20px; font-family:"微软雅黑"; color:#ffffff; font-weight:bold; }
.canpinbt1 span{height:24px; padding-left:10px; font-weight:normal; line-height:24px; font-size:16px; font-family:"微软雅黑"; color:#51B3DF;}

.cplb a{ height:45px; font-size:13px; width:194px; line-height:45px; padding-left:44px; font-family:"微软雅黑"; color:#333333; display:block; text-decoration:none; float:left; background:url(../images/jt01.png)#F2F2F2 200px 20px no-repeat; border-bottom:1px solid #E4E4E4;}
.cplb a:visited{color:#414141;}
.cplb a:hover{background:#FAA200; color:#ffffff;}
.cplb a:active{color:#ffffff;}

.jiance01{ font-size:14px; color:#212121;}
.jiance01 a{ padding-top:15px; padding-bottom:15px;  padding-left:80px; color:#212121; display:block; margin-top:10px; background:#f3f3f2 url(../images/xx.png) 38px center no-repeat; display:block;border-radius:20px;}
.jiance01 a:hover{color:#fff; background:#ff6600 url(../images/xx1.png) 38px center no-repeat;}



.right{ width:905px; height:auto; float:left; margin-left:35px;}
.aboutb{ height:40px; line-height:29px; color:#414141; border-bottom:1px solid #DDDDDD; font-family:"微软雅黑"; font-size:18px; font-weight:bold;}
.aboutnr{line-height:28px; padding-left:2px; padding-top:25px; color:#212121; height:auto!important;_height:405px;min-height:405px; font-size:14px;}

.righta_cp1{width:266px;height: 260px;margin-bottom: 38px; float: left; margin-left: 15px; margin-right: 15px;border: 1px solid #dcdcdc;overflow: hidden; background:#FFF;}
.righta_cp2{position: relative; width:266px;height: 218px;}
.righta_cp2 a img{ display:block; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }

.righta_cp3 a{ width:266px; height:42px; line-height:42px; text-align:center; display:block; color:#000000; font-size:13px;} 
.righta_cp3 a:hover{ background:#ff6600; color:#FFFFFF;}






/*-----111111111111111-----*/
.slide01{
	-webkit-animation: slide01 1s; -moz-animation: slide01 1s; -ms-animation: slide01 1s; -o-animation: slide01 1s; animation: slide01 1s;
    visibility: visible; 
}
@keyframes slide01 {
    0% {opacity: 0;-webkit-transform: translateX(50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);} 
}
@-webkit-keyframes slide01 {
    0% {opacity: 0;-webkit-transform: translateX(50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);}
}


/*-----222222222-----*/
.slide02{
   -webkit-animation: slide02 1s; -moz-animation: slide02 1s; -ms-animation: slide02 1s; -o-animation: slide02 1s; animation: slide02 1s;
    visibility: visible; 
}
@keyframes slide02 {
    0% {opacity: 0;-webkit-transform: translateX(-50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);} 
}
@-webkit-keyframes slide02 {
    0% {opacity: 0;-webkit-transform: translateX(-50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);}
}



/*-----33333333333-----*/
.slide03{
   -webkit-animation: slide03 1s; -moz-animation: slide03 1s; -ms-animation: slide03 1s; -o-animation: slide03 1s; animation: slide03 1s;
    visibility: visible; 
}
@keyframes slide03 {
    0% {opacity: 0;-webkit-transform: translateY(50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);} 
}
@-webkit-keyframes slide03 {
    0% {opacity: 0;-webkit-transform: translateY(50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);}
}



/*-----33333333333-----*/
.slide04{
   -webkit-animation: slide04 1s; -moz-animation: slide04 1s; -ms-animation: slide04 1s; -o-animation: slide04 1s; animation: slide04 1s;
    visibility: visible; 
}
@keyframes slide04 {
    0% {opacity: 0;-webkit-transform: translateY(-50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);} 
}
@-webkit-keyframes slide04 {
    0% {opacity: 0;-webkit-transform: translateY(-50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);}
}





/*-------------------------------  ■ 内页区域---------------------------------*/





/*--------连接---------------------------------------------------------------------------------*/
a.zzb07link{
	line-height:22px;
	text-decoration:none;
	color: #5B5B5B;
}

a.zzb07link:hover {
	text-decoration: underline;
	color: #FF6500;
}
.zzb07tail
{
color:#5B5B5B;
}
.style10:link {
	font-family: "微软雅黑";
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.style10:visited {
	font-family: "微软雅黑";
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.style10:hover {
	font-family:"微软雅黑";
	color: #FF6500;
	text-decoration: underline;
	font-weight: bold;
}
.style10:active {
	font-family:"微软雅黑";
	color: #FF6500;
	text-decoration: none;
	font-weight: bold;
}

a.s1 {
	font-family:"微软雅黑";
	font-size: 12px;
	line-height:36px;
	font-style: normal;
	float:left;
	color: #ffffff;
	display:block;
	width:123px;
	height:36px;
	text-align:center;
}
a.s1:visited {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
a.s1:hover {
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	display:block;
	width:123px;
	height:36px;
	background:#D27D00;
	position: relative;
}
a.s1:active {
	font-size: 12px;
	color: #ffffff;
	height:36px;

}
a.s2:link {
	font-size: 14px;
	line-width: 2px;
	font-style: normal;
	color: #212121;
	text-decoration: none;
}
a.s2:visited {
	font-size: 14px;
	font-style: normal;
	color: #212121;
	text-decoration: none;
}
a.s2:hover {
	font-size: 14px;
	color: #E00025;
	text-decoration: none;
	position: relative;
	height: auto;
	top: 3px;
}
a.s2:active {
	font-size: 14px;
	color: #E00025;
}



a.s3:link {
	font-size: 12px;
	font-style: normal;
	color: #00458C;
	text-decoration: none;
}
a.s3:visited {
	font-size: 12px;
	font-style: normal;
	color: #00458C;
	text-decoration: none;
}
a.s3:hover {
	font-size: 14px;
	color: #E40500;
	text-decoration: none;
	position: relative;
	height: auto;
	font-weight:bold;
}
a.s3:active {
	font-size: 12px;
	color: #E40500;
}


a.s4 {
	font-family:"微软雅黑";
	font-size: 12px;
	line-height:20px;
	font-style: normal;
	float:left;
	color: #B4B4B4;
	display:block;
	width:211px;
	height:20px;
}
a.s4:visited {
	font-size: 12px;
	font-style: normal;
	color: #B4B4B4;
	text-decoration: none;
}
a.s4:hover {
	font-size: 12px;
	color:#DD352C;
	text-decoration: none;
	display:block;
	width:231px;
	height:20px;
	background-color:#EEEEEE;
	position: relative;
}
a.s4:active {
	font-size: 12px;
	color: #DD352C;
	height:20px;

}

a.s5:link {
	font-size: 12px;
	line-width: 2px;
	font-style: normal;
	color: #BBBBBB;
	text-decoration: none;
	line-height:22px;
}
a.s5:visited {
	font-size: 12px;
	font-style: normal;
	color: #BBBBBB;
	text-decoration: none;
	line-height:22px;
	}
a.s5:hover {
	font-size: 12px;
	color: #E00025;
	text-decoration: none;
	position: relative;
	height: auto;
	top: 3px;
}
a.s5:active {
	font-size: 12px;
	color: #E00025;
}

#Address {
    width:400px;
	height:18px;
	border:1px #999999 solid;
	margin:0px;
}
#Address1 {
    width:400px;
	height:48px;
	border:1px #999999 solid;
	margin:0px;
}
#Address2 {
    width:180px;
	height:18px;
	border:1px #999999 solid;
	margin:0px;
}
.STYLE1 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 28px;
	font-weight: normal;
	color: #0193CC;
	text-decoration:none;
}

.STYLE2 {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 28px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

.STYLE12 {
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 36px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

.STYLE3 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 26px;
	font-weight: normal;
	color: #15908B;
	text-decoration:none;
}

.STYLE4 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 28px;
	color: #A50701;
	font-weight:bold;
}

.STYLE5 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.STYLE6 {
	font-size: 12px;




	font-family: "微软雅黑";
	line-height: 28px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}
/*---------------*/

ul.menu {list-style:none; margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none; line-height: 58px;}
ul.menu li {position:relative; float:left; margin-right:0px; z-index:1;}
ul.menu ul {position:absolute; top:70px; left:0;background:#cf1112;  display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:0px solid #000; border-top:none; width:100%; margin:0}
ul.menu ul li a {display:block; padding:3px 0px 5px 0px; height:36px; line-height:36px; color:#fff; font-size:14px; text-align: center;}
ul.menu ul li a:hover {background-color:#ff6600; color:#fff; font-size:14px;}
ul.menu ul ul {left:114px; top:0px}
ul.menu .menulink { padding:5px 25px 7px 25px; color:#000;  font-family:"微软雅黑"; font-size:15px; font-weight:bold;}
ul.menu .menulink:hover, ul.menu .menuhover {color: #fff; background:#cf1112;}
ul.menu .topline {border-top:1px solid #aaa}






/*-----------翻页样式-----------*/
.contentPage{text-align: center; margin:0px 3px; padding:0px; padding-top:15px; width: 100%; color: #666; line-height: 30px; text-decoration: none;}
.contentPage a:link {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #eeeeee; font-weight: normal;}
.contentPage a:visited {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #eeeeee; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0d499f; font-weight:normal;}
.contentPage .current{color:#f00; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #f00; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}
/*-----------content pages end-----------*/

/*---------------*/

.product01{ position:relative; cursor:pointer; float:left; width:325px; border:#CFEBF3 5px solid; height:240px; font-size:12px; overflow:hidden; display:block; line-height:28px;}
.pro04{ position:absolute; text-align:center; padding-top:140px; z-index:99999; display:none; top:0; left:0; width:325px; height:240px; background:url(../images/imgtt.png) no-repeat top center; cursor:auto;}
.pro04 span{margin:auto; font-size:16px; color:#ffffff; font-family:"微软雅黑"; text-align:center;}
.pro04 span a{color:#ffffff;}


/*------tab---------*/
.gsjjnr{background: url(../images/bj.jpg) center center no-repeat fixed;}

.sycpbtk{width:100%; text-align:center; padding-bottom:10px; padding-top:60px;}
.sycpbtkbt{width:100%; font-size:40px; color:#000;}
.sycpbtkxbt{width:100%; background:url(images/xx.jpg) bottom center no-repeat; padding-bottom:20px; margin-bottom:20px; font-size:20px; color:#555;}



.index_cp02{ width:1260px; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between;}
.index_cp02 dl{ width:395px; height:480px; margin-bottom:70px; overflow:hidden;box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.index_cp02 dl:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.index_cp02 dl dt{ height:246px; overflow:hidden; background:#fff;}
.index_cp02 dl dt:hover img{ height:266px; width:405px; margin-left:-8px; margin-top:-4px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.index_cp02 dl dd{ width:337px; height:216px; padding:19px 29px 0; border-top:none; background:#fff;}
.index_cp02 dl dd h2 a{ text-transform:uppercase; display:block; font-size:16px; line-height:30px; height:30px; color:#2c353c; font-weight:bold;}
.index_cp02 dl dd h2 a:hover{ color:#F00;}
.index_cp02 dl dd span{ margin:5px 0 13px; display:block; line-height:28px; font-size:14px; color:#616e77;  height:100px; overflow:hidden;}
.index_cp03{ font-size:16px; color:#2c353c; width:120px; height:32px; border:1px solid #CCC; display:block; text-align:center; line-height:32px;}
.index_cp03:hover{ color:#ffffff; text-decoration:underline; background:#F00;}




.footer_nav{ height:285px; background:#cf1112; padding-top: 55px; margin-top:75px;} 
.footer_nav01{ float: left; width: 800px; }
.footer_nav01 ul{float: left; padding: 0px 110px 0px 0px;}
.footer_nav01 ul span{font-size: 15px; color: #fff; margin-bottom: 10px; display: block; font-weight:bold;}
.footer_nav01 ul li{ line-height: 30px; }
.footer_nav01 ul li a{ color: #fff; font-size: 13px;}
.footer_nav01 ul li a:hover{ color: #fff;}


.footer_nav02{ float: right; }
.footer_nav02 dl{ float: left; text-align: center; font-size: 14px; color: #fff; width: 180px; margin-left: 20px; }
.footer_nav02 dl dd{ line-height: 40px; }

.footer_nav03{ padding-left: 16px; color: #b5b5b5; height: 35px; line-height: 35px; width:240px; margin-left:20px; border:#b5b5b5 solid 1px; color: #b5b5b5; margin-top: 15px; }
.footer_nav02 em{ font-size: 30px; line-height: 58px; color: #fff; font-family:arial; margin-left:35px; }


.footerbq{ background: #333; line-height: 28px; padding-top:20px; padding-bottom:20px; font-size: 13px; color: #fff; }




.mbfor{display:none;}
.mbdh{ display:none;}
#banner{display:none;}




.kuang{ width:80%; height:28px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang1{ width:80%; height:28px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang2{ width:80%; height:58px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang3{ width:100px; height:38px; border:1px solid #CFCFCF;}

.nyimg{border-radius:30px 0px 30px 0px; width:600px; margin-top:10px; margin-bottom:20px; margin-right:20px;}

/*------tab---------*/
@media all and (max-width:1199px){
#wu{display:none;}
.cen{ width:90%; padding-left:5%; padding-right:5%;}
.cen01{ width:90%; padding-left:5%; padding-right:5%;}
.nav{ width:100%; margin:auto;}
.tlogo{ width:100%; text-align:center;}
.nav1{ width:95%; padding-top:20px; float:left;}
.nav2{ width:5%;}
.topkuai{ width:100%; height:180px;}
.menu li{ width:12%; text-align:center; padding:none; margin:none;}

.contact01{ width:90%;}
.contact01 dl{ width: 30%; height: 450px;}
.contact02s img{ width:100%;}
.contact02wz{ width: 100%;}
.right-map{ display:none;}
.ul-num{ display:none;}
.m-you{float:none; width:90%!important;max-width:90%!important; padding-left:5%; padding-right:5%;}
.xwt{ display:none;}

.syxwk{ width:100%; padding-left:nene;  height:auto; padding-top:35px; padding-bottom:55px;}
.xwkuai{ width:95%!important;max-width:95%!important; padding-left:5%;  height:auto; float:right;}
.xwzxwz{width:95%!important;max-width:95%!important;  float:none;}
.xwzximg{ display:none;}
.footer{ display:none;}
.dbdhk1{width:30%;}
.globalR-side-bar{display:none;}
.footer4{ width:100%; line-height:28px; text-align:center; padding-top:10px; padding-bottom:10px;}

.cpkuainr{ width:94%; padding-left:3%; padding-right:3%; margin:auto; margin-bottom:30px;  z-index:1; font-size:15px; line-height:26px; color:#414141; display: flex; flex-wrap: wrap; justify-content: space-between;}

}

@media all and (max-width:900px){
	
	.menu li{ width:15%; text-align:center; padding:none; margin:none; height:20px;}
	.cppro{ width:30%; height:260px; position:relative; overflow:hidden; margin-bottom:60px; border-radius:30px;}
	.cpproimg img{ width:100%;}
	.gsjjnr{background: url(../images/bj.jpg) center center no-repeat;}
	.newsbt{ font-size:18px; color:#FFF; line-height:60px; text-align:left;}
	.newsbt span{ font-size:24px; color:#FFF; line-height:20px;}
	.newsbtnr{ font-size:16px; color:#FFF; line-height:28px; padding-top:10px;text-align:left; width: auto;}
	.newsbtan{ display:none;}
	.ggt{ width:100%; padding-top:40px; height:auto; padding-bottom:40px; background:url(../images/zsbj2.jpg) center center no-repeat;}
	.ffsfs{ padding-top:0px;}
	
.sycpbtk{width:90%; padding-left:5%; padding-right:5%; text-align:center; padding-bottom:10px; padding-top:20px;}
.sycpbtkbt{width:90%; padding-left:5%; padding-right:5%; font-size:26px; color:#000;}
.sycpbtkxbt{width:90%; padding-left:5%; padding-right:5%; background:url(images/xx.jpg) bottom center no-repeat; padding-bottom:20px; margin-bottom:20px; font-size:18px; color:#555;}

.mbfor{display:block;}
.mbdh{ display:block;}
.nyimg{border-radius:30px 0px 30px 0px; width:100%; margin-top:10px; margin-bottom:20px; margin-right:20px;}


}

@media all and (max-width:768px){
.banner{ width:100%; height:300px;}
.index_focus {height:300px;}
.index_focus .pic {height:300px;}
.top_layer{display:none;}
.topkuai{display:none;}
.souk{display:none;}

.index_lx{ width:94%; margin:auto; margin-bottom:75px; padding-left:3%; padding-right:3%;}
.index_lx02{width:100%; margin-bottom:20px;}
.index_lx02 dl dd{ padding-left:5%;}
.index_cp02{ width:94%; padding-left:3%; padding-right:3%;}
.index_cp02 dl{ width:100%; height: auto; margin-bottom:70px; overflow:hidden;box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.index_cp02 dl dd{ width:90%; height:216px; padding:19px 29px 0; border-top:none; background:#fff;}

.syabk{width:100%; height: auto; padding-top:70px; padding-bottom:70px;}
.syabbt01{text-align:center; width:90%; padding-left:5%; padding-right:5%;}

.bwz{font-size:22px;}
.bwz01{font-size:14px; width:90%; line-height:22px;}

.index_focus .slide_nav{ left:42%;}
.index_focus .slide_nav a{ font-size:18px;}
.footerbq{height: auto; padding-bottom:20px;}

.right{ width:100%; height:auto; float:none; margin-left:0px;}
.banner{ height:180px; width:100%; background-size:cover!important; }


}


@media all and (max-width:450px){
	.dbdhk1{width:100%;}
	.syxw{ width:100%;}
}


.gck{ width:280px; height:250px; margin-bottom:30px; overflow:hidden; float:left;}
.gckimg img{ width:280px; height:182px; overflow:hidden; border-radius:30px;}
.gckimg a:hover img{ width:290px; height:192px;margin-left:-10px; margin-top:-6px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.gckbt1{ text-align:center; display:block; height:40px;line-height:40px; font-size:16px; margin-top:15px; color:#414141;}





</pre></body></html>