* {
  padding: 0px;
  margin: 0px;
}
html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
*:before,
*:after {
  z-index: -1;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; /*清除点击高亮*/
  -webkit-box-sizing: border-box; /*设置以边框计算宽度*/
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #666;
  font-family: Arial, 微软雅黑;
  min-width: 1200px;
  background: #fff; /*overflow-x: hidden;*/
  font-size: 1.4rem;
}
ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ol,
ul,
dl,
p,
h2 {
  padding: 0px;
  margin: 0px;
}
img {
  border: none;
  font-size: 0;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
a {
  text-decoration: none; /*transition:all ease 0.5s;-moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; -webkit-transition:all ease 0.5s; */
  color: #646464;
}
a:hover {
  text-decoration: none;
  color: #068e3a;
}
.warp {
  width: 1200px;
  margin: 0px auto;
}
botton {
  outline: none;
}
:focus {
  outline: 0;
}
.red {
  color: #d61518;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*safari and chrome*/
  select {
    height: 30px;
    line-height: 30px;
  }
}
select::-moz-focus-inner {
  /*Remove button padding in FF*/
  border: 0;
  padding: 0;
}
@-moz-document url-prefix() {
  /* targets Firefox only */
  select {
    padding: 15px 0 !important;
  }
}
@media screen\0 {
  /* IE Hacks: targets IE 8, 9 and 10 */
  select {
    height: 30px;
    line-height: 30px;
  }
}
.page_banner {
  height: 350px;
  background: no-repeat center;
}
.page_banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
input,
select,
option,
textarea {
  outline: none;
}

.header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: relative;
  z-index: 99999999;
}
.header .logo {
  position: absolute;
  left: 0px;
  top: 20px;
}
.header .logo img {
  height: 65px;
}
.lag {
  position: absolute;
  right: 0px;
  top: 5px;
}
.lag a {
  display: block;
  float: right;
  margin: 0px 5px;
  padding: 0px 10px;
  line-height: 20px;
  border: #ccc solid 1px;
}
.header .container {
  position: relative;
  max-width: 1250px;
  height: 92px;
}
.header .slogin {
  position: absolute;
  left: 360px;
  top: 20px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 3rem;
  color: #000;
}
.header .slogin p {
  font-size: 1.8rem;
  font-weight: normal;
  color: #6a6a6a;
}
.header .lyw {
  position: absolute;
  right: 0px;
  top: 40px;
}
.header .online {
  position: absolute;
  right: 0px;
  top: 32px;
  font-size: 32px;
  font-weight: bold;
  color: #080808;
  background: url('../images/phone_icon.png') no-repeat left center;
  padding-left: 40px;
}
/*header .tel p{font-size: 1.6rem; font-weight: normal; color: #6a6a6a; text-align: right; padding-bottom: 10px;}*/

.header .online .icon {
  color: #6a6a6a;
  text-align: right;
  background: url('../images/phone_icon.png') no-repeat center center;
  float: left;
  border: #000 solid 2px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-right: 5px;
}

.header .online .text {
  font-size: 4rem;
  font-weight: bold;
  color: #144e72;
  text-align: right;
}

.menu {
  position: absolute;
  right: 0px;
  top: 0px;
}
.menu ul li {
  float: left;
  position: relative;
}
.menu ul li dl {
  position: absolute;
  top: 100px;
  left: 0;
  width: 150%;
  z-index: 99999999;
  display: none;
  height: auto;
  overflow: hidden;
}
/*.menu ul li:hover dl{display: block}*/
.menu ul li a {
  font-size: 16px;
  color: #666;
  line-height: 98px;
  display: block;
  border-bottom: transparent solid 3px;
  padding: 0px 21px;
}
.menu ul li:last-child a {
  padding-right: 0px;
}
.menu ul li:hover > a,
.menu ul li.curr > a {
  border-bottom: #068e3a solid 2px;
  color: #068e3a;
  font-weight: bold;
}
.menu ul li dl dd {
  line-height: 40px;
  background: #15ac50;
  color: #fff;
  border-bottom: #fff solid 1px;
  display: block;
}
.menu ul li dl dd a {
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.menu ul li dl dd:hover {
  background: #03de67;
}

.search {
  position: absolute;
  right: 330px;
  top: 40px;
  width: 300px;
  border: solid 1px #959595;
  border-radius: 50px;
  height: 35px;
}
.search .serach-input {
  border: none;
  height: 33px;
  width: 80%;
  background: none;
  float: left;
  padding: 0px 10px;
}
.search .serach-input:focus {
  color: #495057;
  background-color: none;
  border: 0;
  outline: 0;
  border: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  border-radius: 50px;
  height: 34px;
}
.search .btn {
  width: 20%;
  float: left;
  border: none;
  background: url(../images/search_icon.png) no-repeat center center;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 0px 50px 50px 0px;
}
.sitenav {
  background: #f8f8f8;
  line-height: 42px;
}
.sitenav .container {
  position: relative;
}
.sitenav .container .right {
  position: absolute;
  right: 0px;
  top: 0px;
}
.sitenav .container .right a {
  display: block;
  float: left;
  padding: 0px 20px;
}
.sitenav .container .right a:hover {
  border-bottom: #27879f solid 1px;
  color: #27879f;
}
.flt {
  float: left;
}
.flr {
  float: right;
}
.banner {
  width: 100%;
}
.banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.subbanner .container {
  position: relative;
  height: 600px;
}

.container {
  width: 1200px;
  margin: 0px auto;
  background: none;
}

h2.index {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  color: #666666;
  position: relative;
  margin-bottom: 50px;
}
h2.index:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0px;
  width: 100%;
  z-index: 2;
  background: #ccc;
}
h2.index span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0px 20px;
}
.f2 {
  background: #f2f2f2;
}
.f2 h2.index span {
  background: #f2f2f2;
}

/*.positions{border-bottom: #e5e5e5 solid 1px; line-height: 70px; width:100%; font-size: 1.14rem;}

.positions .container{width:1200px; margin: 0px auto; position:relative}

.positions .container span{color: #333333; font-size: 2.4rem; font-weight: bold}*/

/*.positions .container span:before{content: " "; display: inline-block; width:5px; height: 20px; background: #00b0f0;  margin-right: 10px; position:absolute; left: 0px; top: 25px;}*/

.pages {
  padding: 20px 0px;
  text-align: center;
}

.pages a,
.pages span {
  display: inline-block;
  height: 36px;
  min-width: 36px;
  padding: 0px 5px;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  border: #ccc solid 1px;
  margin: 0px 3px;
  background: #fff;
  color: #ccc;
}

.pages span,
.pages a:hover {
  background: #068e3a;
  color: #fff;
}

div#back-to-top {
  width: 100px;
  height: 140px;
  position: fixed;
  bottom: 100px;
  right: 0px;
}

div#back-to-top a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 60px;
  height: 60px;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  line-height: 85px;
  font-size: 45px;
  background: url(../images/index/top.jpg) no-repeat center top;
  margin-bottom: 5px;
  background-size: 100%;
}

div#back-to-top a.wixin {
  background: url(../images/index/wixin.jpg) no-repeat center top;
  background-size: 100%;
}

div#back-to-top a.qq {
  background: url(../images/index/qq.jpg) no-repeat center top;
  background-size: 100%;
}

div#back-to-top a span {
  border-radius: 6px;
  display: block;
  height: 64px;
  width: 56px;
  margin-bottom: 5px;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
}

.floatnav {
  width: 180px;
  position: fixed;
  top: 96px;
  left: calc(50% - 820px);
  background: #d9b55f;
  z-index: 999;
}

.floatnav ul li {
  line-height: 46px;
  text-align: center;
  border-bottom: #b49242 solid 1px;
}

.floatnav ul li > a {
  color: #fff;
  display: block;
  width: 100%;
}

.floatnav ul li:last-child {
  border: none;
}

.form-input input {
  padding-right: 10px;
  width: 95%;
  height: 52px;
  background: url(../images/name-icon.png) no-repeat 10px center;
  border: none;
  border: #e2e2e2 solid 1px;
  padding-left: 40px;
  font-size: 1.14rem;
  color: #c2c1c1;
}

.form-input input.phone {
  background: url(../images/phone-icon.png) no-repeat 10px center;
}

.msgcontent {
  padding: 10px 0px;
}

.msgcontent textarea {
  width: 97.5%;
  min-height: 200px;
  border: none;
  border: #e2e2e2 solid 1px;
  padding: 10px;
}

.vcode {
  position: relative;
}

.vcode img {
  position: absolute;
  left: 160px;
  top: 0px;
  width: 120px;
  height: 52px;
}

.vcode input {
  height: 52px;
  border: none;
  border: #e2e2e2 solid 1px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 1.14rem;
  color: #c2c1c1;
  width: 150px;
}

.submit input {
  width: 97.5%;
  height: 52px;
  border: none;
  background: #40b551;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.msgcontents {
  width: 40%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 30%;
  top: -1000px;
  z-index: 999;
  padding: 0px;
}

.msgcontents h2 {
  text-align: center;
  font-size: 1.4rem;
  background: #36ac5b;
  color: #fff;
  line-height: 52px;
  position: relative;
}

.msgcontents form {
  background: #f2f2f2;
  padding: 20px;
}

.msgcontents form textarea,
.msgcontents form .submit input,
.msgcontents form .form-input input {
  width: 100%;
}

.msgcontents h2 a {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  width: 52px;
  height: 52px;
  color: #fff;
  background: #000;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

.green {
  color: #1a9805;
}

.tips {
  text-align: center;
  background: url('../images/tips_bg.png') no-repeat center top;
  height: 46px;
  line-height: 50px;
  color: #ff0000;
  margin-top: 50px;
}
.footer {
  background: url('../images/footer-bg.jpg') no-repeat top center;
  height: 715px;
  background-size: cover;
}
.footer .contact {
  width: 50%;
  float: left;
  padding: 80px 50px 0px 0px;
}
.footer .contact .contact-box .right {
  position: absolute;
  top: 20px;
  right: 0px;
  text-align: center;
  line-height: 36px;
}
.footer .contact .contact-box .right img {
  width: 110px;
}
.footer .contact .contact-box {
  position: relative;
}
.footer .contact h2 {
  margin-bottom: 4 0px;
  font-size: 38px;
  font-weight: normal;
  line-height: 66.5px;
}
.footer .contact .box {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 23px;
}
.footer .contact .box p:first-child img,
.footer .contact .box img {
  position: absolute;
  left: 0px;
  top: 0px;
}

#footer {
  width: 100%;
  min-height: 50px;
  padding-top: 30px;
  font-size: 14px;
  color: #aaa;
  line-height: 30px;
  margin-bottom: 20px;
}

#footerc {
  width: 1200px; /*height:190px;*/
  margin: 0 auto;
}

#footerc li {
  width: 15%; /*height:280px;*/
  float: left;
  line-height: 30px;
}

#footerc li p {
  line-height: 26px;
}

#footerc .liw {
  width: 24% !important;
  float: right;
}

#footerc .liw p.code {
  float: left;
  background: #fff;
  width: 120px;
  padding: 11px;
  margin: 0px 10px 0px 0px;
  text-align: center;
}
#footerc .liw p.code img {
  width: 100%;
}
#footerc .liw1 {
  width: 30% !important;
}

#footerc .liw .contacts {
  padding-top: 10px;
}

#footerc li h2 {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}

#footerc li a {
  font-size: 14px;
  color: #d5d5d5;
  line-height: 30px;
}

#footerc li a:hover {
  text-decoration: underline;
}

#fot {
  width: 100%;
  min-height: 25px;
  margin: 0 auto;
  padding: 25px 0px 25px 0px;
  border-bottom: #2c2c2c 1px solid;
}

#fotc {
  width: 1200px;
  margin: 0 auto;
  line-height: 25px;
  font-size: 14px;
  padding-left: 0px;
  background: url(../images/03_33-34.jpg) left center no-repeat;
  color: #aaa;
}

#fotc a {
  margin: 0px 10px 0px 10px;
  color: #aaa;
  display: inline-block;
}

#fotc a:hover {
  text-decoration: underline;
}

#fott {
  width: 100%;
  min-height: 25px;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  text-align: center;
  font-size: 12px;
  color: #d5d5d5;
  border-top: 1px solid #61a1e4;
}

#fottc {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

#fott a {
  color: #d5d5d5;
}

footer {
  padding: 0px;
  font-size: 1rem;
  background: #666;
}

footer .copy {
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

footer .codes {
  padding: 30px 0px 50px 0px;
}

ul.bottomnav {
  line-height: 42px;
  margin: 30px 0px;
}

ul.bottomnav li {
  display: inline-block;
  position: relative;
}

ul.bottomnav li span {
  position: absolute;
}

ul.bottomnav li span:last-child {
  display: inline-block;
  width: 6px;
  height: 16px;
  background: url(../images/xx-w.png) no-repeat center center;
  right: 0px;
  top: 12px;
}

ul.bottomnav li:last-child span:last-child {
  display: none;
}

ul.bottomnav li > a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.07rem;
  padding: 0px 30px;
  line-height: 32px;
  font-size: 1.2rem;
  position: relative;
}

ul.bottomnav li p {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 120%;
  background: #f2f2f2;
  padding: 0px 15px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  height: 0px;
  overflow: hidden;
}

ul.bottomnav li:hover p {
  display: block;
  top: 40px;
  opacity: 1;
  z-index: 9;
  height: auto;
}

ul.bottomnav li p a {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0px;
}

ul.bottomnav li > a:hover,
ul.bottomnav li > a.active {
  border: none;
}

.bottom_nav {
  float: right;
  width: 50%;
  padding: 100px 0px 0px 80px;
}
.bottom_nav ul li {
  float: left;
  width: 33.3%;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.bottom_nav ul li:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 30px;
  width: 30px;
  height: 51px;
  z-index: 2;
}
.bottom_nav ul li:last-child:after {
  display: none;
}
.bottom_nav ul li p.icon {
  height: 54px;
  width: 54px;
  background: url('../images/icon/about_icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto;
  margin-bottom: 8px;
}

.bottom_nav ul li:first-child p.icon {
  background-image: url('../images/icon/about_icon.png');
}
.bottom_nav ul li:nth-child(2) p.icon {
  background-image: url('../images/icon/wenhua_icon.png');
}
.bottom_nav ul li:nth-child(3) p.icon {
  background-image: url('../images/icon/jion_icon.png');
}
.bottom_nav ul li:last-child p.icon {
  background-image: url('../images/icon/contact_icon.png');
}
.bottom_nav ul li > a {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.bottom_nav ul li dl dd {
  display: block;
  line-height: 33px;
}
.bottom_nav ul li dl dd > a {
  font-size: 16px;
  color: #e8e8e8;
}
.copy {
  padding: 10px 0px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  border-top: #fff solid 1px;
}

.container {
  padding: 0px;
  margin: 0px auto;
  width: 1200px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

/*@media (min-width: 1200px) {  .container {    max-width: 1200px;padding:0px; margin: 0px auto;  }

}*/

@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1320px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 420px) {
}

@media (max-width: 320px) {
}
@media screen and (max-width: 1500px) {
}
