@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a:link {
  color: #040404;
  text-decoration: none;
}

a:visited {
  color: #040404;
}

a:hover {
  color: #040404;
}

a:active {
  color: #040404;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  font-family: "微软雅黑", "宋体", "黑体";
}

#container {
  text-align: left;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 80%;
  box-sizing: border-box;
  margin: 0 auto;
}

img {
  width: 100%;
}
.footeryd{
  display: none;
}
/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

#gHeader {
  padding: 15px 0 0;
  position: relative;
  z-index: 101;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#gHeader .container {
  width: 85%;
}

#gHeader .logo img {
  width: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
  width: 55%;
  margin-right: 4%;
}

#gNavi li {
  float: left;
  width: 12.5%;
  text-align: center;
  line-height: 66px;
}

#gNavi li {
  padding-bottom: 15px;
}

#gNavi li > a {
  display: block;
  font-size: 18px;
  margin: 0 8px;
}

#gNavi li.on > a,
#gNavi li:hover > a {
  color: #0b81de;
}

#gNavi li .drop {
  position: absolute;
  background: #f4f4f4;
  left: 0;
  right: 0;
  top: 95px;
  z-index: 999;
  /* font-family: "思源黑体 CN"; */
  display: none;
  opacity: 0;
  visibility: hidden;
}

#gNavi li:hover .drop {
  display: block;
  opacity: 1;
  visibility: inherit;
  z-index: 999;
}

#gNavi li .drop dl {
  float: left;
  width: 24.28%;
  margin-top: 20px;
  text-align: left;
  /* height: 288px; */
}
#gNavi li .drop dl div {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: auto;
  flex-wrap: wrap;
}
#gNavi li .drop dl dt a {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

#gNavi li .drop dl dd a {
  display: block;
  font-size: 15px;
  line-height: 36px;
  color: #666;
}

#gNavi li .drop dl.on dt a,
#gNavi li .drop dl.on dd a {
  color: #0b81de;
}

#gNavi li .drop a:hover {
  color: #0b81de;
}
#gNavi li:nth-child(2) .drop dl,
#gNavi li:nth-child(3) .drop dl,
#gNavi li:nth-child(6) .drop dl,
#gNavi li:nth-child(7) .drop dl {
  width: 100%;
  text-align: center;
  float: inherit;
  height: inherit;
  margin-top: 0;
}

#gNavi li:nth-child(2) .drop dl dd,
#gNavi li:nth-child(3) .drop dl dd,
#gNavi li:nth-child(6) .drop dl dd,
#gNavi li:nth-child(7) .drop dl dd {
  display: inline-block;
  margin: 0 10px;
}

.form {
  width: 14%;
  position: relative;
  top: 15px;
}

.form:before {
  content: "";
  width: 1px;
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: -30px;
  background: #e9e9e9;
  z-index: 10;
}

.form input[type="text"] {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #dedede;
  padding: 0 40px 0 8px;
  box-sizing: border-box;
}

.form input[type="submit"] {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(../../images/common/icon1.png) no-repeat center;
  background-size: 26px;
  cursor: pointer;
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/

#gFooter {
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 30px 0 0;
}

#gFooter h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

#gFooter .lxText {
  width: 30%;
}

#gFooter .lxText p {
  padding-left: 40px;
  position: relative;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 8px;
}

#gFooter .lxText span {
  width: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#gFooter .wx {
  width: 20%;
  margin-left: 3%;
}

#gFooter .wx .ewm {
  width: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

#gFooter .nav {
  width: 45%;
}

#gFooter .nav dl {
  float: left;
  padding: 0 30px;
}

#gFooter .nav dl dd {
  float: left;
  padding: 0 20px;
}

#gFooter .nav dl a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}

#gFooter .fLink {
  margin: 10px 0;
  line-height: 22px;
}

#gFooter .fLink h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

#gFooter .fLink a {
  display: inline-block;
  color: #fff;
  line-height: 15px;
  padding: 0 6px 0 3px;
  border-right: 1px solid #f3f3f3;
}

#gFooter .power {
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #fafafa;
}

.sec .title {
  text-align: center;
  line-height: 1;
  margin: 30px 0 20px;
}

.sec .title h2 {
  font-size: 36px;
  color: #414141;
  letter-spacing: 1px;
  font-family: Arial;
}

.sec .title span {
  display: block;
  margin: 15px auto 20px;
  width: 50px;
  height: 4px;
  background: url(../../images/index/icon1.png) no-repeat;
}

.sec .title p {
  font-size: 16px;
}

.sec .more a {
  display: block;
  width: 140px;
  line-height: 42px;
  border-radius: 21px;
  background: #0b81de;
  color: #fff;
  margin: 30px auto 0;
  text-align: center;
  font-size: 15px;
}

.sp {
  display: block !important;
}
.box .sp {
  display: none !important;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
  .container {
    width: 85%;
  }
  .sec .title h2 {
    font-size: 32px;
  }
  .sec .title p {
    font-size: 15px;
  }
  #gHeader .logo img {
    width: 240px;
  }
  #gNavi li {
    line-height: 63px;
  }
  #gNavi li .drop {
    top: 94px;
  }
  #gFooter .wx {
    width: 18%;
  }
  #gFooter .nav {
    width: 49%;
  }
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
  #gFooter .lxText p {
    line-height: 25px;
    font-size: 14px;
    padding-left: 32px;
    margin-bottom: 3px;
  }
  #gFooter .lxText span {
    width: 26px;
  }
  #gFooter .wx {
    width: 12%;
  }
  #gFooter .wx .ewm {
    width: 80%;
  }
  #gFooter .nav {
    width: 55%;
  }
  #gFooter .nav dl a {
    font-size: 14px;
  }
  #gFooter h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #gFooter .fLink h4 {
    font-size: 16px;
  }
  .form:before {
    bottom: -27px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  #gHeader .drop .container {
    width: 90%;
  }
  #gHeader {
    padding-top: 12px;
  }
  #gHeader .logo img {
    width: 220px;
  }
  #gNavi li {
    line-height: 54px;
  }
  #gNavi li > a {
    font-size: 15px;
  }
  #gNavi li .drop {
    top: 80px;
  }
  #gNavi li .drop dl {
    margin-top: 20px;
    /* height: 180px; */
  }
  #gNavi li .drop dl dt a {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #gNavi li .drop dl dd a {
    font-size: 15px;
    line-height: 28px;
  }
  .form:before {
    bottom: -19px;
  }
}

@media all and (min-width: 0) and (max-width: 1400px) {
  #gHeader .container {
    width: 90%;
  }
  .container {
    width: 90%;
  }
  .sec .title h2 {
    font-size: 30px;
  }
}

@media all and (min-width: 0) and (max-width: 1366px) {
  #gHeader .logo img {
    width: 200px;
  }
  #gNavi {
    width: 58%;
  }
  #gNavi li {
    line-height: 49px;
  }
  #gNavi li .drop {
    top: 76px;
  }
  #gNavi li .drop dl {
    /* height: 170px; */
  }
  #gNavi li .drop dl dt a {
    font-size: 15px;
  }
  #gNavi li .drop dl dd a {
    font-size: 15px;
    line-height: 35px;
    color: #333;
    padding-left: 20px;
  }
  .form:before {
    bottom: -14px;
  }
  .sec .title {
    margin: 20px 0;
  }
  .sec .title h2 {
    font-size: 28px;
  }
  .sec .title span {
    margin: 10px auto 12px;
  }
  .sec .title p {
    font-size: 14px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
  #gFooter .nav dl {
    padding: 0 10px;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  .footeryd{background-color:rgba(11,129,222,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
  .footeryd{display: block;}
  .footeryd{width:370px !important; left:50%;margin-left:-184px;}
  .footeryd a{float: left;width:33.33%;text-align: center;}
  .footeryd img{display: inline-block;height:24px;width: 24px;margin:5px 0 0;}
  .footeryd strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
 



  .lxCon dl{display: none;padding: 0;}
  .lxCon .lxCon1{display: none;padding: 0;}
  .fixed{display: none;}
  .sp {
    display: none;
  }
  .pc {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .fl,
  .fr {
    float: inherit;
  }
  /*------------------------------------------------------------
	头部
------------------------------------------------------------*/
  #gHeader {
    padding: 12px;
  }
  #gHeader .container {
    width: 100%;
  }
  #gHeader .logo img {
    width: 180px;
  }
  #gHeader .menu {
    position: absolute;
    right: 12px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: url(../../images/common/menu.png) no-repeat center;
    background-size: cover;
  }
  #gNavi .form1 {
    position: relative;
    top: 10px;
  }
  #gNavi .form1 input[type="text"] {
    width: 100%;
    line-height: 36px;
    padding: 0 60px 0 8px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dedede;
  }
  #gNavi .form1 input[type="submit"] {
    width: 60px;
    line-height: 36px;
    height: 37px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0 4px 4px 0;
    background: #0b81de;
    color: #fff;
    text-align: center;
  }
  #gNavi {
    width: auto;
    margin: 10px 0;
    border-top: 1px solid #dedede;
    display: none;
  }
  #gNavi li {
    float: inherit;
    width: 100%;
    text-align: left;
    line-height: 46px;
  }
  #gNavi li {
    padding-bottom: 0px;
  }
  #gNavi li > a {
    font-size: 15px;
    margin: 0 8px;
    position: relative;
  }
  #gNavi li:nth-child(2) > a:after,

  #gNavi li:nth-child(6) > a:after
  {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 15px;
    background: url(../../images/common/icon6.png) no-repeat right top;
    background-size: 16px;
  }
  #gNavi li.on > a:after {
    background-position: right bottom;
  }
  #gNavi li:hover > a {
    color: inherit;
  }
  #gNavi li .drop {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    font-family: "微软雅黑";
  }
  #gNavi li.on .drop {
    display: block;
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    padding: 10px;
  }
  #gNavi li .drop dl {
    float: inherit;
    width: 100%;
    margin-top: 0px;
    /* height: inherit; */
  }
  #gNavi li .drop dl dt a {
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-left: 20px;
  }
  #gNavi li .drop dl dd {
    display: none;
  }
  #gNavi li .drop a.on {
    color: #0b81de;
  }
  #gNavi li:nth-child(2) .drop dl dd,
  #gNavi li:nth-child(3) .drop dl dd,
  #gNavi li:nth-child(6) .drop dl dd,
  #gNavi li:nth-child(7) .drop dl dd {
    display: block;
    text-align: left;
    font-size: 15px;
  }
  /*------------------------------------------------------------
	底部
------------------------------------------------------------*/
  #gFooter {
    padding: 20px 12px 0;
    font-size: 13px;
    background-size: cover;
  }
  #gFooter h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #gFooter .lxText {
    width: 100%;
  }
  #gFooter .lxText p {
    padding-left: 0px;
    line-height: 28px;
    font-size: 13px;
    margin-bottom: 0px;
  }
  #gFooter .lxText span {
    display: none;
  }
  #gFooter .wx {
    width: 100%;
    margin: 10px 0;
  }
  #gFooter .wx .ewm {
    margin: 0 auto;
    max-width: 120px;
    font-size: 13px;
  }
  #gFooter .nav {
    width: 100%;
  }
  #gFooter .nav dl {
    float: inherit;
    padding: 0px;
  }
  #gFooter .nav dl dd {
    float: inherit;
    display: inline;
    padding: 0px;
  }
  #gFooter .nav dl a {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    margin: 0 13px;
  }
  #gFooter .fLink {
    margin: 10px 0;
    line-height: 22px;
  }
  #gFooter .fLink h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #gFooter .power {
    line-height: 24px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .sec .title {
    margin: 20px 0 15px;
  }
  .sec .title h2 {
    font-size: 28px;
  }
  .sec .title span {
    margin: 12px auto 16px;
    width: 50px;
    height: 4px;
  }
  .sec .title p {
    font-size: 13px;
  }
  .sec .more a {
    width: 100px;
    line-height: 36px;
    border-radius: 18px;
    margin: 20px auto 0;
    font-size: 14px;
  }
  input {
    appearance: none;
    -webkit-appearance: none;
  }
  }

  .text > p > iframe {
    width: 98% !important;
    height: 35vw !important;
    margin: 0 1%;
  }

.text p,
.text span,
.text {
  font-family: "微软雅黑" !important; 
  font-size: 16px;
  line-height: 40px;
   text-indent: 2em; 
   margin-top: 15px;
}
.text table td {
  border: 1px solid ;
}
.text a {
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}
.text table {
  width: 100% !important;
 
}
.fixed {
	width: 120px;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 100;
	background: url(../../images/common/bg.png) no-repeat top center;
	background-size: 100%;
	margin-top: -230px;
}

.fixed .ewm {
	width: 105px;
	margin: 130px auto 0;
}

.fixed ul {
	margin: 20px auto 0;
	width: 105px;
	padding-bottom: 40px;
}

.fixed ul li {
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: url(../../images/common/line.png) no-repeat center bottom;
}

.fixed ul li a.qq {
	display: block;
	color: #fff;
}

.fixed ul li.return img {
	width: 30px;
  margin-top: 10px;
}

.fixed ul li.return {
	background: none;
	cursor: pointer;
}

/* .sp {
	display: none !important;
} */
