/* 公共样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body * {
  font-family: Arial, Helvetica, sans-serif;
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
p {
  margin: 0;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
li {
  list-style: none;
}
/* 头部1 */
.top1 {
  height: 31px;
  background-color: #efefef;
  color: #777777;
  line-height: 31px;
  overflow: hidden;
}
.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}
.topLink .k1 a {
  color: #777777;
}
.k1 a {
  color: #777777;
}
/* 导航 */
.x-header {
  background: #fff;
  width: 100%;
}
.mycontainer-fluid {
  width: 1200px;
  margin: 0 auto;
  height: 105px;
}
.logo {
  float: left;
  height: 100px;
  overflow: hidden;
  line-height: 100px;
  margin: 0;
}
.x-menu {
  float: right;
}
.x-menu > li {
  float: left;
  position: relative;
  width: 120px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 100px;
}
.x-menu li:hover > a {
  background-color: #203b7f;
  color: #ffffff;
}
.x-menu li:hover .x-sub-menu a {
  color: #fff;
}
.x-menu > li:hover .x-sub-menu {
  transform: translateY(15px);
  opacity: 1;
  visibility: initial;
}
.x-menu > li > a {
  display: block;
  font-size: 18px;
  color: #1a1a1a;
  font-family: Arial, Helvetica, sans-serif;
}
.x-sub-menu {
  background: #203b7f !important;
  position: absolute;
  z-index: 99;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  width: 150%;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.x-sub-menu li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #203b7f;
}
.x-sub-menu li a {
  height: 30px;
  width: 100%;
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid;
  border-color: transparent transparent #203b7f;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.x-sub-menu li:hover a {
  background: #5e78b9;
}
.hot {
  background-color: #f2f2f2;
}
.hot .wh {
  height: 664px;
  overflow: hidden;
  background: #f2f2f2 url(../images/hot.png) no-repeat center center;
}
.hot .yu-title {
  background: url(../images/hot_bg.png) no-repeat 0 0;
  height: 50px;
  margin-top: 65px;
}
.hot .img-one {
  margin-top: 40px;
}
.hot .img-one img {
  width: 600px;
  height: 450px;
}
.hot .img_wrap {
  position: relative;
  margin-top: 40px;
  width: 550px;
  height: 451px;
}
.hot .img_wrap .img1 {
  position: absolute;
  right: 0;
  top: 0;
}
.hot .img_wrap .img1 img {
  width: 550px;
  height: 220px;
}
.hot .img_wrap .img2 {
  position: absolute;
  top: 230px;
  left: 0;
}
.hot .img_wrap .img2 img {
  width: 270px;
  height: 220px;
}
.hot .img_wrap .img3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hot .img_wrap .img3 img {
  width: 270px;
  height: 220px;
}
.us {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 74px;
}
.us .us-img {
  box-shadow: darkgrey 0px 0px 30px 5px;
}
.us .us-img img {
  width: 550px;
  height: 420px;
}
.us .us-content {
  width: 600px;
  padding-top: 32px;
}
.us .us-content .us_title {
  height: 52px;
  background: url(../images/about_t.png) no-repeat center center;
}
.us .us-content .content {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.us .us-content .content a {
  color: #203b7f;
}
.us .us-content .bottom_num {
  padding-top: 79px;
}
.us .us-content .bottom_num .num_icon {
  cursor: default;
  text-align: left;
}
.us .us-content .bottom_num .num_icon:hover {
  cursor: default;
}
.us .us-content .bottom_num .num_icon:hover .name {
  color: #203b7f;
}
.us .us-content .bottom_num .num_icon:hover .summary {
  color: #203b7f;
}
.us .us-content .bottom_num .num_icon .name {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding-bottom: 10px;
}
.us .us-content .bottom_num .num_icon .summary {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.us .us-content .bottom_num li:nth-child(1) {
  margin-right: 141px;
}
.us .us-content .bottom_num li:nth-child(2) {
  margin-right: 140px;
}
.my-product {
  background-color: #f2f2f2;
}
.my-product .tit {
  height: 86px;
  background: url(../images/pro_tit.png) no-repeat center 0;
}
.my-product .tit .check {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #203b7f;
  padding-top: 25px;
  text-transform: uppercase;
}
.my-product .pic-list li {
  width: 285px;
  height: 215px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  margin-right: 20px;
}
.my-product .pic-list li:hover {
  box-shadow: darkgrey 0px 0px 2px 3px;
}
.my-product .pic-list li:hover h3 a {
  color: #203b7f;
}
.my-product .pic-list li .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
}
.my-product .pic-list li .img img {
  width: 204px;
  height: 153px;
}
.my-product .pic-list li h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  left: 50%;
  position: absolute;
  bottom: 10px;
  transform: translateX(-50%);
}
.my-product .pic-list li h3 a {
  color: #1a1a1a;
}
.my-product .pic-list li:nth-child(4n+4) {
  margin-right: 0;
  margin-bottom: 30px;
}
.my-news {
  background-color: #f2f2f2;
  padding-top: 29px;
  padding-bottom: 81px;
}
.my-news .tit {
  height: 60px;
  background: url(../images/news_tit.png) no-repeat center center;
}
.my-news .news-item {
  margin-top: 54px;
}
.my-news .news-item li {
  width: 380px;
  height: 286px;
  background-color: #ffffff;
  padding: 103px 24px 51px 25px;
  position: relative;
  margin-right: 30px;
}
.my-news .news-item li:hover {
  background-color: #203b7f;
  box-shadow: darkgrey 0px 0px 10px 5px;
}
.my-news .news-item li:hover .summary {
  color: #ffffff;
}
.my-news .news-item li:hover .date {
  background-color: #ffffff;
}
.my-news .news-item li:hover .date .y {
  color: #1a1a1a;
}
.my-news .news-item li:hover .date .d {
  color: #1a1a1a;
}
.my-news .news-item li:hover .title {
  color: #ffffff;
}
.my-news .news-item li .date {
  display: inline-block;
  width: 65px;
  height: 64px;
  background-color: #203b7f;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 25px;
}
.my-news .news-item li .date .y {
  color: #ffffff;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  padding-top: 18px;
  line-height: 18px;
}
.my-news .news-item li .date .d {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
}
.my-news .news-item li .title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1a1a1a;
  width: 307px;
  text-align: center;
}
.my-news .news-item li .summary {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1a1a1a;
  margin-top: 30px;
}
.my-news .news-item li:last-child {
  margin-right: 0;
}
.f-link {
  text-transform: uppercase;
  background-color: #f2f2f2;
}
.footer {
  height: 254px;
  background-color: #203b7f;
  padding-top: 40px;
}
.footer .wh {
  border-bottom: 2px solid #ffffff;
  height: 214px;
}
.footer li {
  padding-right: 284px;
  text-align: center;
}
.footer li:last-child {
  padding-right: 0;
}
.footer li:last-child p {
  width: 350px;
}
.footer .top {
  padding-bottom: 33px;
}
.footer .bottoom h3 {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 16px;
}
.footer .bottoom p {
  font-size: 18px;
  color: #ffffff;
}
.yu-footer {
  background-color: #203b7f;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 14px;
}
.yu-footer a {
  color: #ffffff;
}
.xypg-left-title {
  text-align: center;
}
.xypg-left-nav > li {
  padding-left: 6px;
  padding-right: 5px;
}
.xypg-left-con {
  padding-top: 10px;
}
.xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #565656;
  width: 100%;
  width: 215px;
  height: 40px;
  padding-left: 25px;
  background: #ebeceb url(../images/yu.png) no-repeat 15px center;
  margin-bottom: 10px;
}
.xypg-left-nav > li > a:hover {
  background: #004c9a url(../images/yu2.png) no-repeat 15px center;
}
.first-nav-btn {
  display: none;
}
.con2 {
  background: url(../images/con_bg.png) no-repeat center center;
}
.xypg-left-nav > li.clicked > a {
  background: #004c9a url(../images/yu2.png) no-repeat 15px center;
}
.xypg-left-title h3 {
  text-transform: uppercase;
}
.xypg-left-title {
  padding: 0;
  /*height: 56px;*/
  line-height: 56px;
}
.xypg-left-title h3 {
  line-height: 56px;
}
.xypg-left {
  margin-top: 20px;
}
.page-wrap-right {
  margin-top: 20px;
      padding: .4em 1.4em;
}
.right-yu {
  height: 32px;
  margin-bottom: 10px;
  background: url(../images/nei_line.jpg) no-repeat 0 bottom;
}
.yu-right-title {
  font-size: 12px;
  color: #1a1a1a;
  margin-top: 7px;
  text-transform: uppercase;
  padding-left: 24px;
  background: url(../images/btn.png) no-repeat 0 center;
}
.xypg-product-list li {
  float: left;
}
.page-position {
  padding: 0;
}
