﻿@charset 'utf-8';

/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: 'Microsoft YaHei';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}

table tr td,
table {
  border-collapse: collapse;
}

body {
  font-size: 0;
  color: #000;
  font-family: 'Microsoft YaHei';
}

/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}

.clearfix:after,.clear {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

/*****边距调整****/
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

/*
 * @Author: xhy 
 * @Date: 2019-07-22 14:12:55 
 * @Last Modified by: xhy
 * @Last Modified time: 2019-08-14 17:22:46
 */
/****头部样式****/
html,
body {
  min-width: 1200px;
}

.xhy-h {
  width: 100%;
  border-bottom: 6px solid #0b67d4;
}

.xhy-hntr {
  margin-top: 53px;
}

.xhy-search {
  border: 1px solid #4e9ddd;
  width: 352px;
  height: 38px;
  border-radius: 8px;
}

.xhy-search input {
  width: 285px;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #333;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 38px;
}

.xhy-search input::placeholder {
  color: #b7b7b7;
}

.xhy-search button {
  width: 67px;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid #4e9ddd;
  background: #e9e8e8 url(../images/search.jpg) center no-repeat;
}

.xhy-alink {
  margin: 9px 0 0 20px;
}

.xhy-alink span {
  display: inline-block;
  cursor: pointer;
}

.xhy-alink .xhy-aa0 {
  background: url(../images/phone.jpg) no-repeat;
  width: 12px;
  height: 21px;
}

.xhy-alink .xhy-aa1 {
  background: url(../images/letter.png) no-repeat;
  width: 28px;
  height: 23px;
  margin-top: 4px;
}

.xhy-alink .xhy-aa2 {
  width: 22px;
  height: 23px;
  background: url(../images/weather.png) no-repeat;
}

.xhy-alink .xhy-aa3 {
  width: 23px;
  height: 21px;
  background: url(../images/robot.png) no-repeat;
}

.xhy-alink .xhy-line {
  font-size: 14px;
  color: #999;
  padding: 0 10px;
}

.xhy-nav {
  background: #f2f2f2;
}

.xhy-nav li {
  width: 150px;
  height: 54px;
  float: left;
}

.xhy-nav li a {
  width: 100%;
  line-height: 54px;
  height: 100%;
  display: inline-block;
  color: #2a6aa7;
  font-size: 23.4px;
  text-align: center;
  box-sizing: border-box;
}

.xhy-nav li a span {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 21px;
  top: 16px;
  left: 35px;
  background: url(../images/home2.png) no-repeat;
}

.xhy-nav li.xhy-fa a {
  position: relative;
  padding-left: 30px;
}

.xhy-nav li a.cur,
.xhy-nav li a:hover,
.xhy-nav li.cur a {
  background: #275293;
  color: #fff;
}

.xhy-nav li.cur a span {
  background: url(../images/home.png) no-repeat;
}

/**尾部样式**/
.xhy-f {
  padding: 26px 0 20px 0;
  border-top: 1px solid #bfbfbf;
  line-height: 28px;
  font-size: 14px;
  color: #333;
}

.xhy-flinka a {
  font-size: 14px;
  display: inline-block;
  color: #333;
}

.xhy-flinka span {
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}

.xhy-ftext a:first-child {
  padding-right: 13px;
}

.xhy-fimg {
  margin-top: 10px;
  line-height: 100px;
}

.xhy-fimg a {
  display: inline-block;
  margin-right: 18px;
}

.xhy-fimg a.xhy-fi0 {
  width: 140px;
  height: 70px;
  background: url(../images/sy-8.png) no-repeat;
}

.xhy-fimg a.xhy-fi1 {
  width: 80px;
  height: 80px;
  background: url(../images/sy-7.png) no-repeat;
}

.xhy-fimg a.xhy-fi2 {
  width: 58px;
  height: 100px;
  background: url(../images/footer2.png) no-repeat;
}

.xhy-fr {
  position: relative;
  margin-top: 20px;
  width: 252px;
  height: 122px;
  background: url(../images/sideQrcode.png) no-repeat;
}

.xhy-fr a {
  position: absolute;
  width: 82px;
  height: 120px;
  display: block;
  right: 0;
  top: 0;
  padding: 0;
}

/****右浮动****/
.xhy-float {
  display: none;
  position: fixed;
  bottom: 200px;
  left: 50%;
  margin-left: 620px;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(../images/gotop.png) no-repeat;
}

/* 页码 */
.yj-page {
  text-align: center;
  padding: 3px 0 33px;
  margin-left: 30px;
  margin-top: 21px;
  margin-right: 30px;
}

.yj-page span {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 28px;
  text-align: center;
}

.yj-page .sl {
  display: inline-block;
  padding-top: 2px;
  width: 15px;
  height: 30px;
  border: none;
  text-align: center;
  line-height: 28px;
  color: #415569;
  font-size: 14px;
  margin-right: 10px;
  background: #fff;
  border-radius: 3px;
}

.yj-page input {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  border: solid 1px #e0e0e0;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.yj-page a {
  display: inline-block;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 28px;
  color: #415569;
  font-size: 14px;
  margin-right: 10px;
  background: #fff;
  border-radius: 3px;
}

.yj-page a:hover {
  color: #fff;
  background-color: #275293;
}

.yj-page .pl {
  background: url(../images/m11-larrow.png) no-repeat center center;
}

.yj-page .pl:hover {
  background: url(../images/m11-larrow2.png) no-repeat center center #275293;
}

.yj-page .pr {
  background: url(../images/m11-rarrow.png) no-repeat center center;
}

.yj-page .pr:hover {
  background: url(../images/m11-rarrow2.png) no-repeat center center #275293;
}

.yj-page .act {
  color: #fff;
  background-color: #275293;
}

.yj-page .sy {
  width: 80px;
}

.yj-page .xy {
  width: 80px;
}
