@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #2091dc;
  color: #fff;
}
::-moz-selection {
  background-color: #2091dc;
  color: #fff;
}
::-webkit-selection {
  background-color: #2091dc;
  color: #fff;
}
#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
  box-sizing: content-box;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.indexBg {
  background: #f8f8f8;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.textdq {
  text-align: justify;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.myclearfix:after {
  content: "";
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
.dLcontainer {
  width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}
.clearfix::after {
  content: "";
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  position: relative;
}
.header {
  width: 100%;
  height: 130px;
  background: #fff;
}
.header .logo {
  width: 483px;
  height: 77px;
  margin-top: 23px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .location {
  margin-left: 172px;
  height: 130px;
}
.header .headerTel .headerTelTop {
  padding-left: 20px;
  background: url(../images/headerTel.jpg) no-repeat center left;
  color: #666666;
  margin-top: 5px;
  float: right;
}
.header .headerTel .headerTelTop i {
  color: #2091dc;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
}
.header .headerTel .search {
  width: 280px;
  height: 30px;
  border: 1px solid #dedede;
  border-radius: 15px;
  margin-top: 5px;
  padding: 0 10px;
}
.header .headerTel .search .searchText {
  height: 30px;
  color: #999;
  width: 240px;
  float: left;
}
.header .headerTel .search .ss-submit {
  width: 40px;
  height: 16px;
  margin-top: 7px;
  float: right;
  cursor: pointer;
  background: url(../images/ss-submit.png) no-repeat center;
  border-left: 1px solid #2091dc;
}
.nav {
  width: 100%;
  height: 60px;
  background-color: #2091dc;
}
.nav .navcontainer {
  width: 1360px;
  margin: 0 auto;
}
.nav .navcontainer ul li {
  float: left;
  width: 113px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav .navcontainer ul li a.navOne {
  display: block;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: url(../images/navBg.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav .navcontainer ul li a.navOne:last-child a.navOne {
  background: none;
}
.nav .navcontainer ul li .navTwo {
  position: absolute;
  display: none;
  top: 59px;
  width: 100%;
  z-index: 999999;
}
.nav .navcontainer ul li .navTwo p {
  border-bottom: 1px solid #4ea1d8;
}
.nav .navcontainer ul li .navTwo p a {
  line-height: 40px;
  background: #2091dc;
  color: #fff;
  width: 90%;
  padding: 0 5%;
  text-align: center;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav .navcontainer ul li .navTwo p a:hover {
  background-color: #1a76b4;
}
.nav .navcontainer ul li:hover a.navOne {
  background-color: #1a76b4;
}
.footer {
  width: 100%;
  height: 250px;
  background: #ceeafd;
}
.footer .footerBox {
  width: 1360px;
  margin: 0 auto;
  padding-top: 50px;
}
.footer .footerBox .footerBoxNav ul li {
  float: left;
  width: 140px;
  position: relative;
}
.footer .footerBox .footerBoxNav ul li a {
  line-height: 14px;
  color: #666;
  display: block;
}
.footer .footerBox .footerBoxNav ul li::after {
  content: "";
  position: absolute;
  height: 14px;
  width: 2px;
  background: #666;
  top: 0;
  left: 70%;
}
.footer .footerBox .footerBoxNav ul li:last-child::after {
  height: 0;
  width: 0;
}
.footer .footerBox .footerBoxNav p {
  line-height: 30px;
  margin-top: 36px;
  color: #666;
}
.footer .footerBox .footerBoxNav p a {
  color: #666;
}
.footer .footerBox .footerBoxQr {
  margin-top: 26px;
}
.footer .footerBox .footerBoxQr .footerBoxQrL {
  width: 118px;
  height: 118px;
  border: 1px solid #1e7cbb;
}
.footer .footerBox .footerBoxQr .footerBoxQrL img {
  width: 110px;
  height: 110px;
  margin: 4px;
  display: block;
}
.footer .footerBox .footerBoxQr .footerBoxQrR {
  width: 20px;
  padding: 0 10px;
  height: 110px;
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
  background: #1e7cbb;
}



.downloadBox {
  width: 1200px;
  margin: 0 auto;
  min-height: 600px;
}
.downloadBox ul {
  margin-top: 30px;
}
.downloadBox ul li {
  width: 590px;
  height: 55px;
  background: #f8f8f8;
  float: left;
  margin-bottom: 20px;
  transition: 0.5s;
}
.downloadBox ul li a.downloadBoxL {
  float: left;
  padding-left: 50px;
  line-height: 55px;
  width: 350px;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  background: url(../images/downloadBoxL.png) no-repeat 20px center;
}
.downloadBox ul li a.downloadBoxR {
  float: right;
  margin-right: 15px;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  transition: 0.5s;
  margin-top: 13px;
}
.downloadBox ul li:nth-child(2n) {
  margin-left: 20px;
}
.downloadBox ul li:hover {
  background: #2091dc;
}
.downloadBox ul li:hover a.downloadBoxL {
  color: #fff;
  font-size: 16px;
  background: url(../images/downloadBoxL1.png) no-repeat 20px center;
}
.downloadBox ul li:hover a.downloadBoxR {
  transform: translateX(-5px);
}
.downloadBox .clearboth {
  clear: both;
}
.old a{
	clear:both;
	text-align:center;
	margin:10px auto;
	display:block;
}
.old a:hover{
	color:#0c7bc5;
}


.fanhui{
  float: right;
  background: #2091dc;
  padding: 10px 20px;
  color: #fff;
}