@charset "utf-8";
/* CSS Document */
html {
    height:100%;
    overflow-x:hidden;
}

body {
    width:100%;
    background:#fff;
    overflow-x:hidden;
    font-family: "微软雅黑"!important;
    color:#142434;
    font-size:16px;
    overflow-y:hidden
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}

img {
    border:0;
}
ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
a:link,a:visited,a:hover {
  text-decoration: none;
  color:#142434; 
}

*{ margin: 0; padding: 0;}
ul,ol{ list-style: none;}

/*商务通*/
#LRMINIBar {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 120px;
}

.top{
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    /*overflow: hidden;*/
}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
} 
.clearfloat{
    zoom:1;
}
.top-l{
  float: left;
  width: 640px;
  height: 100%;
}
.laba{
  float: left;
  margin:17px 17px 0 0;
  width: 18px;
  height: 18px;
}
.laba img{
  width: 100%;
  height: auto;
}
.winBox{ 
  position:relative;
  width: 500px;
  height: 100%;
  line-height: 50px; 
  color: #fff;
  overflow:hidden;
  cursor: pointer;
}
.scroll {
  /*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
  width:7000px;
  position:absolute;
  left:0px;
  top:0px;
}
.scroll li {
  width:500px;
  float:left;
  line-height:50px;
  font-size: 14px;
  text-align:center;
}
.top-r{
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.top-r dl{
    overflow: hidden;
}
.top-r dl dt,.top-r dl dd{
    float: left;
    line-height: 50px;
}
.top-r dl dt{
    width: 26px;
    height: 50px;
    background: url(../images2/3.gif) no-repeat center center;
}
.top-r dl dd{
    margin-left: 12px;
    color: #fff;
    font-size: 14px;
}
.top-r dl:hover dd{
    color: #00a9ef;
}

.banner a{
    display: block;
    width: 100%;
    height: 100%;
}


.ft-le{
	float: left;
	margin-left: 123px;
	width: 205px;
	height: 100%;
}
.fpa{
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*background: url(../images2/footer1.jpg) no-repeat left bottom;*/
	color: #d3d4d5;
	font-size: 16px;
}
.fpb{
	margin-top: 20px;
	width:110px ;
	height: 110px;
	background: url(../images2/footer2.jpg) no-repeat;
	background-size: 100%;
}
.fpc{
	margin: 5px 0 0 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color:#616c74;
	font-size: 14px;
}
.fpd{
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #616c74;
	font-size: 14px;
}
.ft-ri{
	float: left;
	width:750px ;
	height: 100%;
}
.ulwdt{
	width: 100%;
	height: 40px;
}
.ulwdt li{
	float: left;
	width: 150px;
	height: 100%;
	line-height: 40px;
	background: url(../images2/footer1.jpg) no-repeat left bottom;
	color: #d3d4d5;
	font-size: 16px;
}
.ulwdd{
	margin-right: 3px;
	width: 100%;
	height: 230px;
}
.wdda{
	float: left;
	width: 150px;
	height: 100%;
}
.wdda li{
	width: 100%;
	height: 30px;	
}
.wdda li.liwdt{
	height: 45px;
}
.wdda li a{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;	
	font-size: 14px;
	color:#616c74;
}
.wdda li.liwdt a{
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
}
.footer-bot{
	margin:  0 auto;
	padding: 25px 0 0 123px;
	width: 1077px;
	height: 81px;
}
.fpe{
	width: 100%;
	height: 30px;
}
.fpe span{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #616c74;
	font-size: 14px;
}
.fpe .spwdt{
	width: 384px;
	background: url(../images2/footer3.jpg) no-repeat right center;
}
.fpe .spwdd{
	width: 233px;
	background: url(../images2/footer3.jpg) no-repeat right center;
	text-indent: 20px;
}
.fpe .spwdg{
	text-indent: 20px;
}
.fpf{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #616c74;
	font-size: 14px;
}



.awords{
  width: 40px;
  height: 100%;
  background: #222;
  position: fixed;
  top: 0; 
  right: 0;
  z-index: 10000;
  padding-top: 120px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.awords.on{
  right: -40px;
}
.awords ul li{
  width: 40px;
  height: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s;
}
.awords ul li a{
  height: 100%;
  display: block;
}
.awords ul li a img{
  vertical-align: middle;
}
.awords ul li:hover{
  background: #268cf4;
}
.awords ul li.imqq{
  height: auto;
}
.awords ul li.imqq{
  margin-bottom: 20px;
  padding: 10px 0;
  line-height: 1;
}
.awords ul li.imqq em{
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  color: #fff;
}
.awords ul li.imqq img{
  line-height: 1;
  margin-bottom: 5px;
}
.awords ul li.redbag{
  margin-top: 10px;
  padding: 10px 0;
  height: auto;
  line-height: 1;
  cursor: pointer;
}
.awords ul li.redbag img{
  width: 25px;
}
.awords ul li.redbag:hover{
  background: none;
}
.awords ul li.redbag:hover img{
  -webkit-animation: redBag 1.3s linear 1;
  -moz-animation: redBag 1.3s linear 1;
  -ms-animation: redBag 1.3s linear 1;
  -o-animation: redBag 1.3s linear 1;
  animation: redBag 1.3s linear 1;
}
@-webkit-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-moz-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-ms-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-o-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}


.awords ul li:hover .awords-tip{
  opacity: 1;
  right: 55px;
}
.awords-tip{
  padding: 12px 20px;
  background: #222;
  position: absolute;
  top: 2px;
  right: -212px;
  transition: 0.4s;
  z-index: -1;
}
.awords-tip:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #222;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 12px;
  right: -10px;
}
.awords-tip p{
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.awords .phone .awords-tip{
  width: 172px;
}
.awords-phone{
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  background: url(../images2/phobe.png) no-repeat;
  background-size: 100% 100%;
}
.awords .qrcode .awords-tip{
  top: -60px;
  width: 122px;
  padding: 12px;
}
.awords .qrcode .awords-tip:after{
  top: 75px;
}
.awords .qrcode .awords-tip p{
  margin-top: 8px;
}
.awords .service .awords-tip{
  width: 95px;
}
.awords .developer .awords-tip{
  width: 70px;
}
.awords .backindex .awords-tip{
  width: 56px;
}
.awords .backtop .awords-tip{
  width: 56px;
}
.awords-index{
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  background: url(../images2/1-2_03.png) no-repeat;
  background-size: 100% 100%;
}
.awords .backtop{
  position: absolute;
  left: 0;
  bottom: 5px;
}
.awords-move{
  width: 122px;
  height: 122px;
  position:relative;
}
.awords-move img{
  display: block;
  width: 100%;
  height: 100%;
}
.awords-move .footer-line {
  width: 100%;
  height: 0;
  border-bottom: 2px solid #268cf4;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(38, 140, 244, 0.2);
  -webkit-animation: move 5s linear infinite; 
  -moz-animation: move 5s linear infinite; 
  -ms-animation: move 5s linear infinite; 
  -o-animation: move 5s linear infinite; 
  animation: move 5s linear infinite;
}
@-webkit-keyframes move{ from {height: 0;} to {height: 108px;}} 
@-moz-keyframes move{ from {height: 0;} to {height: 108px;}} 
@-ms-keyframes move{ from {height: 0;} to {height: 108px;}}
@-o-keyframes move{ from {height: 0;} to {height: 108px;}}
@keyframes move{ from {height: 0;} to {height: 108px;}} 

.awords-shrink{
  display: block;
  width: 16px;
  height: 115px;
  background: #222;
  position: absolute;
  top: 120px;
  right: 40px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 115px;
  vertical-align: middle;
  text-align: center;
}
.awords-shrink img{
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.awords.on .awords-shrink img{
  transform: rotate(180deg);
}
