﻿@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-size: 14px;
  font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif;
  background-color: #fff;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
i,
em {
  font-style: normal;
}
*:focus {
  outline: 0;
}
fieldset,
img {
  border: none;
  max-width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "微软雅黑";
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
.clearfix {
  clear: both;
}
/* css common */
/* 公共颜色 */
/* 公共宽 */
.w_width {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
/* 侧边栏悬浮框开始 */
.sidebar {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 150px;
  width: 60px;
}
.sidebar li {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}
.sidebar li.first {
  background: url(../img/sidebarIcon1.png) center center no-repeat #bcbbbb;
}
.sidebar li.li2 {
  background: url(../img/sidebarIcon2.png) center center no-repeat #bcbbbb;
}
.sidebar li.li2 a    
{
    height: 60px;
    width: 60px;
    display: block;}

.sidebar li.li3 {
  background: url(../img/sidebarIcon3.png) center center no-repeat #bcbbbb;
}
.sidebar li.last {
  background: url(../img/sidebarIcon4.png) center center no-repeat #bcbbbb;
}
.sidebar li.on {
  background-color: #00509b;
}
.sidebar .slide {
  position: absolute;
  right: 63px;
  top: 0;
  width: 168px;
  height: 60px;
  background-color: #00509b;
  font-size: 22px;
  font-family: "Arial";
}
.sidebar li.li3 .slide {
  width: 85px;
  height: 85px;
  background: 0 none;
}
/* 侧边栏悬浮框结束 */
/*头部导航 */
.header {
  width: 100%;
  height: 107px;
}
.header .logo {
  float: left;
  width: 310px;
  height: 107px;
}
.header .logo img {
  width: 309px;
  height: 107px;
}
.header .nav {
  float: right;
  height: 107px;
}
.header .nav li {
  float: left;
  width: 102px;
  height: 103px;
  text-align: center;
}
.header .nav li a {
  display: block;
  color: #43556b;
  font-size: 14px;
  margin-top: 40px;
  transition: transform 0.3s;
}
.header .nav li a span {
  display: block;
}
.header .nav li a .eglish {
  font-size: 12px !important;
  margin-top: 5px;
  text-transform: capitalize;
}
.header .nav li:hover {
  border-bottom: 4px solid #00509b;
}
.header .nav li:hover a {
  color: #00509b;
  transform: translateY(-20%);
}
.header .nav li.on {
  border-bottom: 4px solid #00509b;
}
.header .nav li.on a {
  color: #00509b;
}
/*头部导航end */
/*首页banner */
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 600px;
}
.slideBox .bd {
  width: 100%;
  height: 100%;
  height: 600px;
  position: relative;
}
.slideBox .bd ul {
  height: 600px;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
.slideBox .bd li .link {
  display: block;
  width: 1920px;
  height: 600px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.slideBox .bd li .bantext {
  position: absolute;
  top: 0px;
  margin-top: 160px;
}
.slideBox .bd li .bantext h5,
.slideBox .bd li .bantext h4,
.slideBox .bd li .bantext h6 {
  color: #43556b;
}
.slideBox .bd li .bantext h5 {
  font-size: 36px;
}
.slideBox .bd li .bantext h4 {
  font-size: 50px;
  font-weight: bold;
  font-family: arial;
  text-transform: uppercase;
}
.slideBox .bd li .bantext h6 {
  font-size: 22px;
}
.slideBox .bd li .bantext .viewmore {
  display: inline-block;
  width: 128px;
  height: 44px;
  line-height: 44px;
  background: #17ac5c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 38px;
}
.slideBox .bd li img {
  width: 100%;
  height: 600px;
  display: block;
}
.slideBox .hd ul {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin: 0 0 0 -50px;
  display: inline;
  z-index: 999;
}
.slideBox .hd ul li {
  width: 12px;
  height: 12px;
  position: relative;
  cursor: pointer;
  float: left;
  background: #00509b;
  border-radius: 50% ;
  margin: 0 24px 0px 0px;
  display: inline;
  border-radius: 8px;
}
.slideBox .hd ul li span {
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #00509b;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  opacity: 0;
}
.slideBox .hd ul li.on span {
  opacity: 1;
}
/*首页bannerend */
/*首页公司简介 */
.navtitle h3 {
  font-size: 24px;
  color: #4a4848;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  position: relative;
  width: 120px;
  height: 40px;
}
.navtitle h3 span {
  position: absolute;
  bottom: -2px;
  left: 42px;
  display: inline-block;
  width: 35px;
  height: 3px;
  background: #00509b;
}
.navtitle p {
margin-top: 10px;  font-size: 14px;
  color: #737272;
  font-family: arial;

}
.gs_profile {
  width: 100%;
  text-align: center;
  padding: 40px 0px;
}
.gs_profile .text {text-align: justify;text-indent: 30px;
  font-size: 14px;
  color: #737272;line-height: 22px;
  width: 65%;
  margin: 0 auto;
  padding: 28px 0px;
}
.gs_profile .know {
  display: inline-block;
  width: 175px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #00509b;
  color: #00509b;
}
.gs_profile .know:hover {
  color: #fff;
  background: #00509b;
}
.gs_profile ul.data {
  width: 100%;
  padding: 50px 0px 0px;
  overflow: hidden;
}
.gs_profile ul.data li {
  width: 298px;
  float: left;
  text-align: center;
  height: 96px;
  border-right: 1px solid #dcdcdc ;
}
.gs_profile ul.data li p {
  font-size: 48px;
  color: #00509b;
}
.gs_profile ul.data li p small {
  font-size: 26px;
  vertical-align: 8px;
}
.gs_profile ul.data li span {
  font-size: 14px;
  color: #7a7a7a;
}
.gs_profile ul.data .date1 {
  transition: all 1s;
}
.gs_profile ul.data .date2 {
  transition: all 3s;
}
.gs_profile ul.data .date3 {
  transition: all 6s;
}
.gs_profile ul.data .date4 {
  transition: all 9s;
}
.gs_profile ul.data li:last-child {
  border-right: none ;
}
/*首页公司简介end */
/*首页查询入口 */
.querybg {
  width: 245px;
  height: 325px;
  top: -88px;
  left: 16%;
  position: absolute;
  background: url(../img/service_bg3.png) no-repeat;
  background-size: 245px 325px;
}
.query_entrance {
  width: 100%;
  height: 238px;
  background: url(../img/cx_bg.jpg) no-repeat;
  text-align: center;
  position: relative;
}
.query_entrance .che {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-top: 40px;
}
.query_entrance .cheyi {
  font-size: 14px;
  color: #fff;
  font-family: "arial";
  margin-top: 10px;
}
.query_entrance a {
  display: inline-block;
  width: 255px;
  height: 55px;
  background: #fff;
  color: #00509b;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  border-radius: 5px;
}
.query_entrance a .iconfont {
  background: url(../img/icon1.png) no-repeat;
  display: inline-block;
  width: 22px;
  height: 24px;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.query_entrance a:hover {
  background: none;
  border: 1px solid #00509b;
}
/*首页查询入口 end*/
/*首页新闻中心*/
.slideTxtBox {
  width: 100%;
}
.slideTxtBox .title {
  width: 100%;
  height: 68px;
  line-height: 68px;
  background: #fff;
}
.slideTxtBox .title span {
  border: none;
  font-size: 16px;
  color: #6d6d6d;
  display: inline-block;
  width: 65px;
  height: 66px;
  line-height: 66px;
  margin-right: 50px;
  text-align: center;
  cursor: pointer;
}
.slideTxtBox .title span.on {
  border-bottom: 2px solid #00509b;
  color: #00509b;
}
.slideTxtBox .titleon {
  width: 100%;
  margin-top: 30px;
}
.slideTxtBox .titleon span {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  color: #838383;
  cursor: pointer;
}
.slideTxtBox .titleon span.on {
  color: #00509b;
}
.slideTxtBox .toudilist {
  margin-top: 30px;
  overflow: hidden;
}
.slideTxtBox .toudilist .navtable li {
  float: left;
  width: 50%;
  margin-bottom: 35px;
}
.slideTxtBox .toudilist .navtable li .img {
  width: 100%;
  overflow: hidden;
  transition: all 3s;
  display: block;
}
.slideTxtBox .toudilist .navtable li .img .left {
  float: left;
  width: 266px;
  height: 176px;
  position: relative;
  margin-right: 28px;
}
.slideTxtBox .toudilist .navtable li .img .left span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 266px;
  height: 176px;
}
.slideTxtBox .toudilist .navtable li .img .left span img {
  width: 266px;
  height: 176px;
  transition-duration: 0.5s;
}
.slideTxtBox .toudilist .navtable li .img .left .back {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
  display: none;
}
.slideTxtBox .toudilist .navtable li .img .left i.iconfont {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 48%;
  top: 40%;
  z-index: 2;
  margin-left: -20px;
  transform: scale(0);
  transition: all ease .3s;
  background: url(../img/icon2.png) no-repeat;
  display: none\9;
}
.slideTxtBox .toudilist .navtable li .img .right {
  text-align: left;
  overflow: hidden;
  width: 280px;
  float: left;
}
.slideTxtBox .toudilist .navtable li .img .right h2 {
  font-size: 16px;
  color: #161616;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slideTxtBox .toudilist .navtable li .img .right span {
  font-size: 12px;
  color: #a1a1a1;
  display: block;
  padding: 5px 0px 15px 0px;
  border-bottom: 1px dashed #d3d3d3;
}
.slideTxtBox .toudilist .navtable li .img .right p {
  font-size: 14px;
  color: #838383;
  line-height: 22px;
  margin-top: 20px;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.slideTxtBox .toudilist .navtable li .img:hover .back {
  display: block;
}
.slideTxtBox .toudilist .navtable li .img:hover i.iconfont {
  transform: scale(1);
}
.slideTxtBox .toudilist .navtable li .img:hover img {
  transform: scale(1.2);
}
.slideTxtBox .toudilist .navtable li .img:hover h2 {
  text-decoration: underline;
  color: #00509b;
}
/*首页新闻中心end*/
/*首页合作伙伴*/
.picScroll-left {
  position: relative;
  background: #fff;
}
.picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	position: relative;
  display: inline-block;
  top: 0px !important;
  width: 15px;
  height: 25px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  background: url(../img/icon4_1.png) no-repeat;
}
.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover {
  background: url(../img/icon4.png) no-repeat;
}
.picScroll-left .hd .next {
  background-position: -15px 0px;
  float: right;
}
.picScroll-left .hd .next:hover {
  background-position: -15px 0;
}
.picScroll-left .bd {
  padding: 10px;
  margin-top: 20px;
  margin-left: 10px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
}
.picScroll-left .bd ul li {
  margin-left: 4px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 215px;
  padding: 10px 5px;
  background: #fff;
}
.picScroll-left .bd ul li:hover .pic img {
  box-shadow: 5px 2px 15px #ccc;
}
.picScroll-left .bd ul li .pic {
  text-align: center;
}
.picScroll-left .bd ul li .pic img {
  width: 180px;
  height: 106px;
  display: block;
  margin: 0 auto;cursor: default;
}
/*首页合作伙伴end*/
/*底部*/
.footer {
  width: 100%;
  background: #666;
  overflow: hidden;
  padding-top: 45px;
}
.footer .cheat {
  height: 90px;
  line-height: 38px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.footer .cheat span {
  font-size: 12px;
  margin-right: 5px;
}
.footer .cheat p {
  display: inline-block;
  margin-left: 130px;
}
.footer .cheat p a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.footer .cheat p a:hover {
  color: #00509b;
}
.consult {
  width: 300px;
  float: left;
  margin-left: 20px;
}
.consult .phonemunber {
  overflow: hidden;
}
.consult .phonemunber img {
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.consult .phonemunber .phone {
  float: left;
  color: #fff;
  margin-top: 5px;
}
.consult .phonemunber .phone span {
  display: block;
  font-size: 18px;
}
.consult .phonemunber .phone h3 {
  display: block;
  font-size: 31px ;
}
.consult p {
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  margin-top: 24px;
}
.sbottom_related02 {
  float: left;
  height: auto;
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px solid #494949;
}
.sbottom_related02 ul {
  padding-right: 45px;
  float: left;
  border-right: 1px solid #494949 ;
  padding-left: 50px;
  height: 170px;
}
.sbottom_related02 ul:first-child {
  padding-left: 0;
}
.sbottom_related02 ul li a {
  color: #fff;
  line-height: 22px;
  font-size: 12px;
}
.sbottom_related02 ul li a.sbottom_link {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.sbottom_related02 ul li a:hover {
  color: #00509b;
}
/*底部 end*/
/*分页*/
.pageing {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.pageing em {
  color: #ccc;
}
.pageing a {
	margin: 0px 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ccc;
  font-size: 10px;
  color: #8b8b8b;
  background: #fff;
}
.pageing a:hover {
  color: #fff;
  background: #00509b;
}
.pageing a.on {
  color: #fff;
  background: #00509b;
}
/*分页end*/
/*内页背景标题*/
.bgabs {
  background: url(../img/bg2.png) no-repeat;
  background-size: 1010px 480px;
  background-position: center bottom;
  padding-bottom: 110px;
}
.minwiper {
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 30px;
}
.company {
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1020px 495px;
}
.titleimg {
  width: 100%;
  height: 339px !important;
}
.titleimg .title {
  margin-top: 90px;
  overflow: hidden;
}
.titleimg .title em {
  display: block;
  width: 35px;
  height: 5px;
  background: #fff;
}
.titleimg .title p {
  font-size: 40px;
  margin: 10px 0px;
  color: #fff;
}
.titleimg .title span {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}
.contachbg {
  background: url(../img/contach_bg.jpg) no-repeat;
}
.recruitbg {
  background: url(../img/recriut_bg.jpg) no-repeat;
}
.servisebg {
  background: url(../img/service_bg.jpg) no-repeat;
}
.aboutbg {
  background: url(../img/about_us.jpg) no-repeat;
}
.culturebg {
  background: url(../img/culture_bg.jpg);
}
.newsbg em {
  background: #00509b !important;
}
.newsbg p,
.newsbg span {
  color: #00509b !important;
}
/*内页背景标题end*/
.textlist {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding-top: 35px;
}
.textlist .ab_text {text-align: justify;text-indent: 30px;
  font-size: 16px;
  color: #737272;
  line-height: 28px;
}.textlist p {text-align: justify;text-indent: 30px;font-size: 14px;color: #737272;line-height: 28px;margin-bottom: 10px;}
/*公司简介end*/
.organiza {
  margin-top: 25px;
  display: block;
}
/*发展历程*/
.fzlc_h2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  background: url(../img/mapbg.jpg) no-repeat center;
  background-size: 1100px 675px;
}
.fzlc_h2 .txtScroll-top {
  width: 1200px;
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
}
.fzlc_h2 .txtScroll-top .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 99;
  height: 100%;
}
.fzlc_h2 .txtScroll-top .hd .nextto {
  width: 42px;
  height: 42px;
  position: absolute;bottom: 5px;left: 50%;
    margin-left: -24px;
}
.fzlc_h2 .txtScroll-top .hd .nextto_top {
  width: 42px;
  height: 42px;
  position: absolute;top: 0px;left: 50%;
    margin-left: -24px;
}
.fzlc_h2 .txtScroll-top .hd .nextto img {
  width: 42px;
  height: 42px;
  margin-right: 5px;
}
.fzlc_h2 .txtScroll-top .bd {
  padding: 15px;
  position: relative;
  margin-top: 48px;
  margin-bottom: 20px;
}
.fzlc_h2 .txtScroll-top .bd .datatime {
  width: 100%;
  height: ;
  display: block;
  background: none !important;
}
.fzlc_h2 .txtScroll-top .bd .datatime em {
  width: 76px;
  height: 76px;
  line-height: 76px;
  display: inline-block;
  background: #fff;
  border: 4px solid #00509b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  color: #00509b;
  font-size: 18px;
  z-index: 99;
}
.fzlc_h2 .txtScroll-top .infoList li {
  height: 80px;
  line-height: 24px;
  width: 440px;
  margin-bottom: 25px;
  background: #fff;
  line-height: 90px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.fzlc_h2 .txtScroll-top .infoList li:hover p {
  color: #00509b;
}
.fzlc_h2 .txtScroll-top .infoList li:hover span {
  background: #00509b;
  width: 62px;
  height: 62px;
  border: 4px solid #397bbb;
}
.fzlc_h2 .txtScroll-top:after {
  content: "";
  width: 4px;
  height: 660px;
  background-color: #d9d9d9;
  position: absolute;
  top: 75px;
  left: 48%;
  margin-left: 20px;
}
.fzlc_h2 .txtScroll-top .infoList .lc_l {
  text-align: right;
  position: relative;
  margin-left: 70px;
}
.fzlc_h2 .txtScroll-top .infoList .lc_r {
  text-align: left;
  margin-left: 640px;
  position: relative;
}
.fzlc_h2 .txtScroll-top .infoList .lc_r span {
  position: absolute;
  left: -94px;
  top: 10px;
}
.fzlc_h2 .txtScroll-top .bd ul li span {
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  background: #00509b;
  text-align: center;
  position: absolute;
  right: -107px;
  z-index: 99;
  top: 5px;
}
.fzlc_h2 .txtScroll-top .bd ul li p {
  font-size: 14px;
  color: #6d6d6d;
  overflow: hidden;
  padding-top: 20px;
  line-height: 22px !important;
}
/*关于雨创-发展历程end*/
/*资质荣誉*/
.ab_lichen {
  padding-top: 0 !important;
}
.ab_honor {
  width: 102%;
  overflow: hidden;
  margin-top: 40px;
}
.ab_honor li {
  width: 282px;
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: center;
  float: left;
}
.ab_honor li a {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 282px;
  position: relative;
  transition: all 3s;
}
.ab_honor li a span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 269px;
  height: 193px;
  border: 6px solid #fff;
}
.ab_honor li a span img {
  width: 269px;
  height: 193px;
  transition-duration: 0.5s;
}
.ab_honor li a p {
  font-size: 14px;
  color: #575454;
  margin-top: 15px;
 height: 38px;
 text-align: center;
 overflow: hidden;
}
.ab_honor li a:hover img {
  transform: scale(1.2);
}
/*资质荣誉end*/
/*团队风采*/
.slidepicture {
  width: 1200px;
  margin-top: 50px;
}
.slidepicture .txt {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 40px;
	line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  filter: Alpha(opacity=60);
}
.poster-main {
  width: 1200;
  height: 604px;
  position: relative;
  margin-top: 35px;
}
.poster-main .tex {
  line-height: 34px;
  text-align: center;
  margin-bottom: 35px;
}
.poster-main .poster-btn {
  width: 100px;
  height: 604px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.poster-main .poster-prev-btn {
  left: 0;
  background: url(../img/1.png) no-repeat;
  background-position: 10px center;
}
.poster-main .poster-next-btn {
  right: 0;
  background: url(../img/2.png) no-repeat;
  background-position: right center;
}
.poster-main .poster-list .list-item {
  position: absolute;
  top: 0;
  left: 0;
}
.list-item a,
.list-item a img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
/*团队风采end*/
/*合作伙伴*/
.ab_partner {
  overflow: hidden;
  margin-top: 35px;
  width: 105%;
}
.ab_partner li {
  float: left;
  width: 245px;
  margin-right: 70px;
  margin-bottom: 40px;
}
.ab_partner li a {
     cursor: default; display: block;
  width: 100%;
  text-align: center;
}
.ab_partner li a img {
  width: 240px;
  height: 140px;
}
.ab_partner li a p {
  font-size: 14px;
  color: #575454;
  margin-top: 15px;
}
.ab_partner li a:hover img {
  box-shadow: 5px 2px 15px #ccc;
}
/*合作伙伴end*/
/*新闻行业新闻*/
.companynews {
  width: 100%;
  overflow: hidden;
}
.companynews li {
  width: 100% !important;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 0px !important;
}
.companynews li .right {
  margin-top: 20px;
  width: 890px !important;
  float: left;
}
.companynews li .right span {
  border-bottom: none !important;
}
.companynews li .right p {
  margin-top: 0px !important;
  height: 22px !important;
  overflow: hidden;
  word-wrap: normal !important;
}
.companynews li .right .label {
  margin-top: 25px;
}
.companynews li .right .label i.iconfont {
  background: url(../img/icon5.jpg) no-repeat;
  width: 18px;
  height: 15px;
  background-size: 100%;
  display: inline-block;
}
.companynews li .right .label em {
  display: inline-block;
  margin-left: 8px;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  color: #8e8e8e;
  background: #f8f8f8;
}
/*新闻行业新闻end*/
/*通知公告*/
.notice {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
.notice li {
  background: #fff;
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0px 24px 0px 12px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.notice li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #5c5c5c;
}
.notice li a P {
  width: 80%;
  float: left;
}
.notice li a span {
  float: right;
}
.notice li a:hover p {
  color: #00509b;
  background: url(../img/next_icon.png) center no-repeat;
  background-position-x: 650px;
}
/*通知公告end*/
/*新闻详情*/
.newsdetail {
 margin-bottom: 30px; width: 100%;
  padding: 50px;
  box-sizing: border-box;
  overflow: hidden;
  background: #FFFFFF;
}
.newsdetail .destailtitle {
  text-align: center;
  color: #8e8e8e;
  border-bottom: 1px dashed #b5b5b5;
  padding-bottom: 20px;
}
.newsdetail .destailtitle h3 {
  font-size: 24px;
  margin-top: 0 !important;
}
.newsdetail .destailtitle p {
  font-size: 14px;
  margin-top: 15px;
}
.newsdetail .destailtitle p span {
  margin: 0px 5px;
}
.newsdetail .textcenter {
  overflow: hidden;
}
.newsdetail .textcenter p {
 /* text-align: justify; */
    text-indent: 30px; font-size: 14px;
  color: #8e8e8e;
  margin-top: 30px;
  line-height: 24px;
}
.newsdetail .textcenter img {
  margin-top: 30px;
}
.newsdetail .label_share {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.newsdetail .label_share .fl {
  float: left;
  font-size: 14px;
  color: #919191;
}
.newsdetail .label_share .fl a {
  font-size: 14px;
  color: #00509b !important;
  margin-right: 20px;
}
.newsdetail .label_share .share {
  float: right;
}
.newsdetail .lastpart {
  overflow: hidden;
  margin-top: 50px;
}
.newsdetail .lastpart .upper,
.newsdetail .lastpart .next {
  width: 450px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  float: left;
}
.newsdetail .lastpart .upper .upper_down,
.newsdetail .lastpart .next .upper_down {
  display: block;
  width: 450px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #6f6e6e;
  padding: 0px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.newsdetail .lastpart .upper .upper_down a,
.newsdetail .lastpart .next .upper_down a{
  display: block;
  float:left;
  width: 350px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #6f6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.newsdetail .lastpart .upper .upper_down span,
.newsdetail .lastpart .next .upper_down span {
  color: #a4a4a4 !important;
  float:left;
}
.newsdetail .lastpart .upper .upper_down:hover,
.newsdetail .lastpart .next .upper_down:hover {
  background: #00509b;
  color: #fff;
  border: none;
}
.newsdetail .lastpart .upper .upper_down:hover span,
.newsdetail .lastpart .next .upper_down:hover span {
  color: #fff !important;
}
.newsdetail .lastpart .upper .upper_down:hover a,
.newsdetail .lastpart .next .upper_down:hover a {
  color: #fff !important;
}
.newsdetail .lastpart .next {
  float: right !important;
  position: static;
}
/*新闻详情end*/
/*党建工作*/
.culturelist {
  overflow: hidden;
}
.culturelist li {
  margin-bottom: 35px;
  background: #fff;
}
.culturelist li .img {
  width: 100%;
  overflow: hidden;
  transition: all 3s;
  display: block;
}
.culturelist li .img .left {
  float: left;
  width: 400px;
  height: 200px;
  position: relative;
  margin-right: 28px;
}
.culturelist li .img .left span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 200px;
}
.culturelist li .img .left span img {
  width: 400px;
  height: 200px;
  transition-duration: 0.5s;
}
.culturelist li .img .right {
  text-align: left;
  overflow: hidden;
  width: 760px;
}
.culturelist li .img .right h2 {
  font-size: 16px;
  color: #161616;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 40px;
}
.culturelist li .img .right span {
  font-size: 12px;
  color: #a1a1a1;
  display: block;
  padding: 10px 0px 15px 0px;
}
.culturelist li .img .right p {
  font-size: 14px;
  color: #838383;
  line-height: 30px;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.culturelist li .img:hover img {
  transform: scale(1.2);
}
.culturelist li .img:hover h2 {
  text-decoration: underline;
  color: #00509b;
}
/*党建工作end*/
/*企业理念*/
.cpmpanyidea {
  width: 100%;
  overflow: hidden;
}
.cpmpanyidea li {
  width: 100%;
  height: 300px;
  background: #fff;
  margin-bottom: 25px;
}
.cpmpanyidea li a {
 cursor: default; display: block;
  width: 100%;
  transition: all 3s;
  position: relative;
}
.cpmpanyidea li a .img {
  width: 880px;
  height: 300px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.cpmpanyidea li a .img img {
  width: 880px;
  height: 300px;
  transition-duration: 0.5s;
}
.cpmpanyidea li a .fr {
  float: right !important;
}
.cpmpanyidea li a .capation {
  float: left;
  width: 320px;
  text-align: center;
  font-size: 30px;
}
.cpmpanyidea li a .capation p {
  color: #00509b;
  margin-top: 60px;
}
.cpmpanyidea li a .capation span {
  color: #bbc8dc;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.cpmpanyidea li a .capation i.iconfont {
  display: block;
  width: 85px;
  height: 65px;
  background: url(../img/icon5.png) no-repeat;
  margin: 0 auto;
}
.cpmpanyidea li a .capation i.icon1 {
  background-position: 0px -5px;
}
.cpmpanyidea li a .capation i.icon2 {
  background-position: -84px 0px;
}
.cpmpanyidea li a .capation i.icon3 {
  background-position: -160px 0px;
}
.cpmpanyidea li a:hover img {
  transform: scale(1.2);
}
/*企业理念end*/
/*文化活动*/

/*新增*/
.culturebox .activitylist li a .save_show{position: relative;  width: 100%;height: 280px;}
.culturebox .activitylist li a .shade{width: 100%;height: 100%; position: absolute; left: 0;top: 0;  background: rgba(0,0,0,.49);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);text-align: center;
  z-index: 99;color: #fff;display: none;}
.culturebox .activitylist li a .shade .ps1{font-size: 18px; line-height: 100%; padding: 46px 0 17px;}
.culturebox .activitylist li a .shade .ps2{display: inline-block;line-height: 28px; text-align: center; border-bottom: 1px solid #fff;}
.culturebox .activitylist li a .shade .ps3{width: 73%; height: 69px; overflow: hidden; margin: 0 auto;font-size: 13px;line-height: 23px;padding: 20px 0 28px;}
.culturebox .activitylist li a:hover .shade img{transform: scale(1) !important;}
.culturebox .activitylist li a:hover .shade{display: block;}
/*新增*/
.culturebox .titleon {
  width: 100%;
  margin-top: 0px !important;
}
.culturebox .titleon span {
  padding: 2px 15px;
  display: inline-block;
  font-size: 16px;
  volume: #696969;
  border-radius: 25px;
  margin-bottom: 34px;
}
.culturebox .titleon span:hover {
  background: #00509b;
  color: #fff;
}
.culturebox .titleon span:hover a{
    color: #fff;
   }
.culturebox .titleon span a:hover {
  background: #00509b;
  color: #fff;
}
.culturebox .titleon span.on {
  background: #00509b;
  color: #fff;
}
.culturebox .titleon span.on a{
  color: #fff;
}
.culturebox .toudilist {
  margin-top: 0px !important;
}
.culturebox .activitylist {
  width: 100%;
  overflow: hidden;
}
.culturebox .activitylist li {
  width: 380px;
  float: left;
  margin-bottom: 34px;
  margin-right: 20px;
}
.culturebox .activitylist li a {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: all 3s;
}
.culturebox .activitylist li a span {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.culturebox .activitylist li a span img {
  width: 380px;
  height: 280px;
  transition-duration: 0.6s;
}
.culturebox .activitylist li a .p1,
.culturebox .activitylist li a .p2 {
  margin-top: 10px;
  color: #696969;
}
.culturebox .activitylist li a .p1 {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.culturebox .activitylist li a .p2 {
  font-size: 14px;
}
.culturebox .activitylist li a:hover span {
  box-shadow: 5px 2px 15px #ccc;
}
.culturebox .activitylist li a:hover img {
  transform: scale(1.2);
}
.culturebox .activitylist li a:hover .p1 {
  color: #00509b;
}
/*文化活动end*/
/*系统入口*/
.pad_20 {
  padding-bottom: 20px;
}
.serviselogin {
  padding-bottom: 0px !important;
}
.login {
  width: 100%;
  position: relative;
  height: 567px;
  margin-top:30px;
}
.login .left {
  float: left;
  width: 660px;
}
.login .left p {
  color: #2274bb;
  margin-left: 50px;
}
.login .left p.da {
  font-size: 38px;
  font-weight: bold;
  margin-top: 140px;
}
.login .left p.xi {
  font-size: 16px;
  margin-top: 10px;
  text-transform: capitalize;
  font-family: arial;
  letter-spacing: 0.03rem;
}
.login .right {
  background: #fff;
  width: 460px;
  height: 440px;
  padding: 35px;
  box-sizing: border-box;
  float: right;
  margin-top: 45px;
}
.login .right .text {
  text-align: center;
  font-size: 24px;
  color: #00509b;
  margin-bottom: 22px;
}
.login .right ul li {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.login .right ul li .tl {
  font-size: 16px;
  color: #00509b;
}
.login .right ul li .tl i.iconfont {
  display: inline-block;
  width: 21px;
  height: 21px;
  float: left;
  background: url(../img/icon7.png) no-repeat;
  margin-top: 10px;
  margin-right: 8px;
}
.login .right ul li .tl i.icon2 {
  background-position: -21px 0px;
}
.login .right ul li .yz {
  padding: 0px !important;
  width: 220px !important;
}
.login .right ul li .input {
  width: 250px;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  border: none;
  font-size: 16px;
  color: #9ca8b3;
}
.login .right ul li .img {
  width: 145px;
  height: 43px;
  float: right;
  cursor: pointer;
}
.login .right .check {
  width: 100%;
  overflow: hidden;
  margin-bottom: 38px;
  margin-top: 30px;
  /*模拟checkbox*/
}
.login .right .check .checkbox_item {
  margin-right: 60px;
}
.login .right .check .regular-radio {
  display: none;
}
.login .right .check .regular-radio + label {
  -webkit-appearance: none;
  background-color: #f2f1f5;
  border: 1px solid #eaeaea;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.login .right .check .regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #47d9bf;
  left: 3px;
  background: #19b25d;
}
.login .right .check .checkbox_text {
  display: inline-block;
  color: #727b82;
  font-size: 16px;
  vertical-align: middle;
}
.login .right .landing {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #00509b;
  color: #fff;
  text-align: center;
  font-size: 22px;
  border: none;
  border-radius: 5px ;
  cursor: pointer;
}
.login .right .landing:hover {
  background: #024586;
}
.ov_hide {
  overflow: inherit !important;
  position: relative;
}
.bg1 {
  background: url(../img/service_bg3.png) no-repeat;
  background-position-y: bottom ;
  background-size: 250px 342px;
  width: 250px;
  height: 342px;
  position: absolute;
  bottom: 0px;
  left: 10%;
}
.bg2{
  background: url(../img/service_bg2.png) no-repeat top right;
  background-size:320px 380px;
}
/*系统入口end*/
/*调查问卷*/
.census {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.census li {
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #fff;
  padding: 0px 40px 0px 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer;
}
.census li p {
  font-size: 14px;
  color: #5c5c5c;
  width: 70%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.census li .fr {
  float: right;
}
.census li .fr i.iconfont {
  width: 20px;
  height: 20px;
  background: url(../img/icon6.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.census li .fr span {
  display: inline-block;
  width: 100px;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  float: left;
  position: relative;
  font-size: 16px;
  color: #787878;
  margin-right: 35px;
}
.census li .fr span input {
  width: 100px;
  height: 65px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
}
.census li .fr a {
  display: inline-block;
  width: 100px;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  color: #787878;
  margin-left: 40px;
}
.census li .fr a i.font_down {
  background-position: -20px 0px;
}
.census li .fr a:hover {
  color: #00509b;
}
.census li .fr a:hover i.font_up {
  background-position: 0px -20px;
}
.census li .fr a:hover i.font_down {
  background-position: -20px -20px;
}
.census li:hover p {
  color: #00509b;
}
/*调查问卷end*/
/*人才理念*/
.talent {
  width: 100%;
  height: 180px;
  line-height: 180px;
  background-color: #fff;
  background-image: url(../img/recruit_img3.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: 38px;
}
.talent img {
  width: 600px;
  height: 180px;
  float: left;
}
.talent span {
  display: inline-block;
  width: 600px;
  text-align: center;
  font-size: 24px;
  color: #00509b;
  font-weight: 500;
}
.carries {
  width: 100%;
  background: #fff;
  height: 358px;
}
.carries .left {
  float: left;
  width: 780px;
  padding: 0px 35px;
  box-sizing: border-box;
}
.carries .left h3 {
  font-size: 24px;
  color: #00509b;
  font-weight: 500;
  margin-top: 75px;
}
.carries .left p {
  font-size: 16px;
  color: #6f7274;
  line-height: 30px;
  margin-top: 50px;
}
.carries img {
  float: right;
  width: 410px;
  height: 358px;
}
/*人才理念end*/
/*人才培训*/
.training {
  overflow: hidden;
  margin-top: 38px;
  padding-left: 90px;
}
.training li {    margin-bottom: 20px;
  width: 155px;
  height: 190px;
  border: 1px solid #2274bb;
  border-radius: 5px ;
  float: left;
  margin-right:120px;
  transition: all 3s;
}
.training li span {
  display: block;
  width: 110px;
  height: 110px;
  background: #2274bb;
  border-radius: 50%;
  margin: 20px auto;
}
.training li span i.iconfont {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-top: 32px;
}
.training li p {
  font-size: 14px;
  color: #00509b;
}
.training li:first-child {
 /* margin-left: 85px;*/
}
/*人才培训end*/
/*人才招聘*/
.recruitment {
  width: 110%;
  overflow: hidden;
  padding: 0px 35px;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.recruitment li {
  width: 305px;
  height: 400px;
  background: #fff;
  border-radius: 0px 0px 30px 0px ;
  float: left;
  margin-right: 105px;
  margin-bottom: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.recruitment li .position {
  border-bottom: 1px solid #aaaaaa;
  overflow: hidden;
  padding-bottom: 28px;
}
.recruitment li .position img {
  width: 70px;
  height: 70px;
  display: inline-block;
  float: left;
}
.recruitment li .position .name {
  margin-left: 100px;
  color: #555555;
  margin-top: 5px;
}
.recruitment li .position .name .post {
  font-size: 18px;
}
.recruitment li .position .name .time {
  font-size: 14px;
  margin-top: 10px;
}
.recruitment li .statement {
  font-size: 14px;
  color: #555555;
}
.recruitment li .statement h5 {
  margin: 20px 0px;
}
.recruitment li .statement p {
  line-height: 20px;
}
.recruitment li .statement p.ovfohide {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruitment li .learn_more {
  float: right;
  width: 120px;
  height: 35px;
  border: 1px solid #aaaaaa;
  text-align: center;
  line-height: 35px;
  color: #555555;
  font-size: 14px;
  border-radius: 30px ;
  margin-top: 45px;
}
.recruitment li .learn_more:hover {
  background: #00509b;
  border: none;
  color: #fff;
}
.positionlist {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.positionlist .position {
  border-bottom: 1px dashed #aaaaaa;
  overflow: hidden;
  padding-bottom: 28px;
}
.positionlist .position img {
  width: 70px;
  height: 70px;
  display: inline-block;
  float: left;
}
.positionlist .position .name {
  margin-left: 100px;
  color: #00509b;
  margin-top: 5px;
}
.positionlist .position .name .post {
  font-size: 20px;
  font-weight: bold;
}
.positionlist .position .name .bumen {
  font-size: 18px;
  margin-top: 10px;
}
.positionlist .statement {
  font-size: 14px;
  color: #72787e;
}
.positionlist .statement h5 {
  margin: 30px 0px 10px;
  font-size: 18px;
  color: #00509b;
}
.positionlist .statement p {
  line-height: 30px;
}
.positionlist .statement p.red {
  color: #fc0315;
  margin-top: 22px;
}
/*人才招聘end*/
/*联系我们*/
.companyname {
  font-size: 20px;
  color: #00509b;
  margin-top: 35px;
}
.contachus {
  display: block;
  overflow: hidden;
  margin-top: 45px;
  width: 110%;
}
.contachus li {
  width: 210px;
  height: auto;
  float: left;
  margin-right: 90px;
  text-align: center;
}
.contachus li a {
  display: block;
}
.contachus li a span {
  display: block;
  width: 130px;
  height: 130px;
  background: #eaeaea;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.contachus li a span i.iconfont {
  background: url(../img/icon10.png) no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 30px;
}
.contachus li a span i.icon2 {
  background-position: -58px 4px;
}
.contachus li a span i.icon3 {
  background-position: -120px 8px;
}
.contachus li a span i.icon4 {
  background-position: -180px 8px;
}
.contachus li a .us1 {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 8px;
}
.contachus li a .us2 {
  font-size: 18px;
  color: #515151;
  margin-top: 15px;
}
.contachus li a:hover span {
  background: #00509b;
}
.contachus li a:hover span i.icon1 {
  background-position: 0px -58px;
}
.contachus li a:hover span i.icon2 {
  background-position: -58px -58px;
}
.contachus li a:hover span i.icon3 {
  background-position: -120px -58px;
}
.contachus li a:hover span i.icon4 {
  background-position: -180px -58px;
}
.contachus li:first-child {
  margin-left: 50px;
}
.map {
  width: 1920;
  height: 445px;
  overflow: hidden;
  margin-top: 38px;
}
.bgmark {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  display: none;
}
.online_message {
  width: 1050px;
  height: 565px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -525px;
  margin-top: -282px;
  background: #fff;
}
.online_message .left {
  float: left;
  width: 484px;
  height: 565px;
}
.online_message .left img {
  width: 484px;
  height: 565px;
}
.online_message .right {
  float: left;
  width: 566px;
  height: 100%;
  text-align: center;
  padding-left: 44px;
  box-sizing: border-box;
}
.online_message .right .close {
  font-size: 35px;
  color: #9c9a9a;
  position: absolute;
  right: 20px;
  top: 0px;
  cursor: pointer;
}
.online_message .right .close:hover {
  color: #00509b;
}
.online_message .right p {
  font-size: 18px;
  color: #00509b;
  margin-top: 45px;
  margin-bottom: 25px;
}
.online_message .right ul li {
  width: 460px;
  margin-bottom: 15px;
  overflow: hidden;
}
.online_message .right ul li .input {
  width: 460px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.online_message .right ul li textarea {
  width: 460px;
  height: 225px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 20px;
  box-sizing: border-box;
}
.online_message .right ul li .button {
  width: 130px;
  height: 42px;
  margin-top: 20px;
  background: #00509b;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.online_message .right ul li .button:hover {
  background: #1d63a0;
}
.online_message .right ul li input:focus,
.online_message .right ul li textarea:focus {
  border: 1px solid #00509b;
}
/*联系我们end*/
/*活动弹出*/
.acty_back{width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;background: rgba(0,0,0,0.7);display: none;z-index: 99;}
.bg_wite{position:fixed;background: #fff;width: 1200px;height: 800px;top: 50%;margin-top: -400px;left: 50%;margin-left: -600px;padding:40px;box-sizing: border-box;display: none;z-index: 99;}
.close_tan{position:absolute;display: block;text-align: right;font-size: 36px;color: #696969;top: -10px; right: -14px;background: #fff;border-radius: 50%;width: 36px;height: 36px;line-height: 30px;text-align: center}
.active_tan{height: 100%;overflow-y: auto;}
.active_tan .slideactiv{width: 765px;height: 500px;margin: 0 auto;position: relative;}
.active_tan .slideactiv .bd{height: 100%;}
.active_tan .slideactiv .bd ul li{width: 765px !important;height: 500px;}
.active_tan .slideactiv .bd img{width: 100%;height: 100%;}
.active_tan .slideactiv .prev ,.next{position: absolute;color: #00509b;top: 50%;}
.active_tan .slideactiv .prev{left: 10px;}
.active_tan .slideactiv .next{right: 10px !important;}
.active_tan .slideactiv .pageState{position:absolute; bottom:10px;text-align: center;font-size: 18px;color: #fff;z-index: 999;width: 100%;}
.text_tan{margin-top: 30px;}
.text_tan h3{font-size: 18px;color: #696969;text-align: center;}
.text_tan p{font-size: 14px;color: #8e8e8e;line-height: 24px;margin-top: 25px;}

@media screen and (max-width: 1440px)  {
	.bg_wite{width: 900px;height: 700px;margin-top: -350px;margin-left: -450px;}
}
@media screen and (max-width: 1366px)  {
	.bg_wite{width: 900px;height: 700px;margin-top: -350px;margin-left: -450px;}
}