﻿/* ---------清空默认样式----------- */
html, body, div, a, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, blockquote, fieldset {
  margin:0;
  padding:0;
  font-family:"微软雅黑";
  font-size:14px;
}
img {
  border:0 none;
  vertical-align: top;
}
ul, ol, li {
  list-style-type: none;
}
body, input, select, button, textarea {
  font-size: 14px;
}
body  {
  min-width: 1100px;
}
h1, h2, h3, h4, p, span, label, del, a, strong, em, li, dt, dd {
  white-space:normal;
  word-wrap:break-word;
  word-break:break-all;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset {
  border:0 none;
}
button {
  cursor: pointer;
}
i, em, cite, address {
  font-style: normal;
}
a, a:link {
  text-decoration:none;
  cursor: pointer;
  border:0;
  color: #000;
}
a:hover, a:active {
  text-decoration: none;
}
a:focus,input,textarea,select {
  outline: none;
}
a{
  outline:none; /* FF Opera */
}
a:focus{
  -moz-outline-style: none; /* FF */
}
h3 {
  font-size: 12px;
  color: #B7B7B7;
  font-weight: normal;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 8px;
  margin-top: 5px;
  position: relative;
}
h3>span:first-child {
  font-size: 18px;
  color: #414141;
  font-weight: normal;
  margin-right: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cf0010;
  -webkit-text-stroke: .4px #000;
}
h3 a.more {
  float: right;
  font-size: 12px;
  color: #606060;
  line-height: 25px;
}
h3 a:hover {
	color: #cf0010;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 电脑版通用 */
.nav,.banner{
  display: none;
}
.center {
  width: 1100px;
  margin: 0 auto;
}
.pages a {
  color: #666;
  font-size: 12px;
  padding: 0 4px;
  border: 1px solid #ccc;
  margin: 0 1px;
}
.pages a.btn {
  border: 0;
}
.pages a.btn:hover {
  color: #ce1726;
}
.pages a.currentpage {
  color: #ce1726;
}
.header .head h1 {
  float: left;
  margin: 11px 0 0 0;
}
.header .head h1 a {
  color: #17288A;
}
.header .head h1 img {
  float: left;
  margin: 0 16px 13px 0;
}
.header .head h1 .t1 {
  font-size: 22px;
  margin-top: 6px;
  float: left;
}
.header .head h1 .t2 {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.header .tel {
  float: right;
  font-size: 16px;
  color: #E50012;
  background: url(../images/tel.png) center left no-repeat;
  padding-left: 32px;
  margin-top: 32px;
  line-height: 24px;
  background-size: contain;
  font-weight: bold;
  letter-spacing: -1px;
}
.header .pnav {
  line-height: 37px;
  background-color: #17288a;
  border-top: 3px solid #ce1726;
}
.header .pnav>ul {
  border-right: 1px solid #4553a1;
  width: 1099px;
  margin: 0 auto;
}
.header .pnav>ul>li {
  float: left;
  width: 156px;
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #4553a1;
  height: 39px;
  line-height: 39px;
  position: relative;
}
.header .pnav>ul>li.now a {
  color: #fff;
  background: #cf0010;
}

.header .pnav>ul>li a {
  color: white;
  display: block;
  position: relative;
  z-index: 1;
}
.header .pnav>ul>li>a {
  font-size: 16px;
}
.header .pnav>ul>li .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #cf0010;
  height: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  z-index: 0;
}
.header .pnav>ul>li:hover .bg {
  height: 39px;
}
.header .pnav>ul>li>ul {
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 99;
  display: none;
}
.header .pnav>ul>li>ul>li {
  width: 126px;
  line-height: 15px;
  padding: 12px 15px;
  background-color: #cf0010;
}
.header .pnav>ul>li>ul>li:hover,.header .pnav>ul>li>ul>li:hover a {
  background-color: #bc000f;
}
.header .pnav>ul>li>ul>li.now a,.header .pnav>ul>li>ul>li.now {
  background-color: #bc000f;
}

.footer {
  background: #16226a;
  border-top: 3px solid #ce1726;
  color: #cdceda;
  height: 183px;
  margin-top: 60px;
}
.footer .footLeft,.footer .footRight {
  width: 50%;
  float: left;
}
.footer .footRight {
  float: right;
}
.footer .footLeft ul {
  margin-left: -7px;
}
.footer .footLeft ul li {
  float: left;
  padding: 0 6px;
  margin-top: 24px;
  background: url("../images/icon2.png") center left no-repeat;
}
.footer .footLeft ul li:first-child {
  background: none;
  padding-left: 0;
}
.footer .footLeft ul li a {
  display: block;
  color: #cdceda;
  padding: 0 7px 1px 7px;
  border-radius: 3px;
}
.footer .footLeft ul li a:hover {
  background-color: #c10b1a;
  color: #eeccce;
}
.footer .footLeft .copyright ,.footer .footLeft .copyright a {
  font-size: 12px;
  color: #7b7fa0;
}
.footer .footLeft .copyright {
  line-height: 20px;
  margin-top: 20px;
}
.footer .footRight .code {
  text-align: center;
  float: right;
  margin-top: 24px;
  line-height: 30px;
}
.footer .footRight .code .img {
  width: 110px;
  height: 110px;
}
.footer .footRight .code .img img {
  width: 100%;
  height: 100%;
}


/*子页banner*/
.cbanner ul li {
  width: 100%;
  height: 280px;
  margin-bottom: 33px;
}

/*子页左导航*/
.leftNav {
  float: left;
  width: 240px;
  margin-bottom: 40px;
}
.leftNav p.title {
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  background: url("../images/lbg5.jpg") center center no-repeat;
  background-size: cover;
  font-size: 16px;
  color: #fff;
  padding-left: 35px;
}
.leftNav .subnav {
  background: url("../images/lbg3.jpg") 55px center;
  line-height: 39px;
  padding-bottom: 45px;
}
.leftNav .subnav li:hover,.leftNav .subnav li.now {
  background-color: #213e90;
}
.leftNav .subnav li:hover a,.leftNav .subnav li.now a {
  color: #fff;
}
.leftNav .subnav li a {
  color: #323232;
  display: block;
  border-bottom: 1px dotted #a3aab2;
  margin: 0 13px;
  line-height: 20px;
  padding: 12px 33px;
}
.leftNav .subnav li a span.t1 {
  padding-left: 18px;
  background: url("../images/licon1.png") left 3px no-repeat;
  display: block;
}
.leftNav .bj .place {
  width: 239px;
  height: 74px;
  background: url("../images/lbg2.png");
  position: relative;
}
.leftNav .bj .place a {
  position: absolute;
  bottom: 11px;
  left: 33px;
  color: white;
  font-size: 12px;
  text-decoration: underline;
}
.leftNav .bj ul {
  line-height: 20px;
  background: #f7f7f7;
  padding: 8px 15px;
}
.leftNav .bj ul a {
  font-size: 12px;
  color: #3d3d3d;
}
.leftNav .bj ul li {
  float: left;
  width: 90px;
  padding-left: 14px;
  background: url("../images/licon1.png") center left no-repeat;
}
.leftNav .bj ul li:nth-child(2n) {
  margin-left: 2px;
}
.leftNav .tel {
  background: url("../images/lbg4.jpg");
  height: 40px;
  padding: 12px 0;
}
.leftNav .tel p {
  /*padding-left: 46px;*/
  font-size: 12px;
  color: #5a5a5a;
}
.leftNav .tel p span {
  display: block;
  color: #e50012;
  font-size: 16px;
  font-weight: bold;
}
.leftNav .tel i {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  background: url("../images/tel.png");
  background-size: contain;
  margin: 8px 7px 0 15px;
}


/*子页右侧内容区*/
.content {
  float: right;
  width: 820px;
  position: relative;
}
.content .info {
  margin: 35px 0 24px 0;
  line-height: 24px;
  color: #5c5c5c;
}
.company .content .info p {
  margin-bottom: 10px;
}
.content .position {
  float: right;
  color: #3b3b3b;
}
.content .position a {
  color: #3b3b3b;
  font-size: 12px;
  line-height: 30px;
}
.content .position a:hover {
  color: #e50012;
}


/*新闻列表页*/
.newsList .pages {
  position: absolute;
  bottom: 0;
  right: 0;
}

.newsList+.footer {
  margin-top: 20px;
}
.new {
  margin-bottom: 15px;
}
.new .img {
  width: 156px;
  height: 100px;
  border: 1px solid #dfdfdf;
  float: left;
  overflow: hidden;
}
.new .img img {
  width: 154px;
  height: 98px;
  margin: 1px 0 0 1px;
}
.new .right {
  width: 650px;
  float: right;
}
.new .right a.title {
  color: #313131;
  font-size: 14px;
  padding-left: 12px;
  background: url('../images/icon3.png') left 8px no-repeat;
}
.new .right:hover a.title {
  color: #213e90;
  font-weight: bold; 
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.new .right a.title>span {
  float: right;
  color: #838383;
  font-size: 12px;
}
.new .right a.cont>span {
  display: block;
  font-size: 12px;
  color: #7b7b7b;
  line-height: 20px;
}
.new .right a {
  color: #1e5aa1;
  font-size: 12px;
  margin: 5px 0;
  display: block;
}
.new .right:hover a.title>span {
  font-weight: normal;
}
.news .info h2 {
  display: block;
  text-align: center;
  color: #262626;
}
.news .info h2 em {
  display: block;
  color: #838383;
  font-size: 12px;
  font-weight: normal;
}
.news .info .artInfo {
  margin-top: 20px;
  font-size: 12px;
}
.news+.footer {
  margin-top: 120px;
}


/*资质荣誉*/
.cred .leftNav .subnav {
  background-position: 0 center;
  background-size: cover;
}
.cred .leftNav {
  margin-bottom: 15px;
}
.cred+.footer {
  margin-top: 0;
}
.cred .swiper-container {
  /*width: 280px;*/
  height: 550px;
  padding: 15px 75px 80px 75px;
}
.cred .swiper-button-next, .cred .swiper-button-prev {
  width: 20px;
  height: 36px;
  margin-top: -62px;
  -moz-background-size: 20px 36px;
  -webkit-background-size: 20px 36px;
  background-size: 20px 36px;
}
.cred .swiper-button-next.swiper-button-disabled, .cred .swiper-button-prev.swiper-button-disabled {
  background: url('../images/icon4.png') center right no-repeat;
  opacity: 1;
}
.cred .swiper-button-prev.swiper-button-disabled {
  background-position: center left;
}
.cred .content .info p {
  margin-bottom: 0;
  position: absolute;
  bottom: -43px;
  width: 100%;
  text-align: center;
}
.cred .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}
.cred .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.cred .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2348b2;
}
.cred .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}


/*业绩展示、视频中心*/
.case .info li,.video .info li {
  width: 180px;
  float: left;
  margin: 10px;
}
.video .info li {
  width: 380px;
}
.case .info li .img {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 5px;
}
.case .info li:hover p {
  color: #213e90;
  font-weight: bold;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.case .info li .img img,.video .info li .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.case .info li .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case .info li p,.video .info li p {
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #303030;
  height: 30px;
  overflow: hidden;
}
.case .content .info,.video .info {
  margin: 10px;
}
.case+.footer,.video+footer {
  margin-top: 10px;
}

.video .info li .img i {
  position: absolute;
  width: 42px;
  height: 42px;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  background: url('../images/begin.png');
  background-size: cover;
}
.video .info li .img {
  position: relative;
  height: 238.6px;
  width: 100%;
}


/*联系我们*/
.contact .info {
  margin: 0 0 15px 20px;
}
.contact .info .list {
  margin-top: 35px;
}
.contact .info .list .img {
  float: left;
  width: 300px;
  height: 160px;
  position: relative;
}
.contact .info .list .img > img {
  width: 100%;
  height: 100%;
}
.contact .info .list .img .view-map {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 25px;
  padding: 0 13px;
  color: #fff;
  background: rgba(0,0,0,.7);
  font-size: 12px;
  cursor: pointer;
}
.contact .info .list .img .view-map .map-box {
  position: absolute;
  border: solid transparent;
  border-width: 5px 0; 
  background-clip: content-box;
  left: -9999999px;
  width: 530px;
  height: 350px;
  z-index: 99999;
}
.contact .info .list .img .view-map:hover .map-box {
  left: 0;
}
.contact .info .list .right {
  float: left;
  width: 475px;
  margin-left: 25px;
  font-size: 12px;
  color: #414141;
}
.contact .info .list .right p {
  color: #1d67a9;
  font-size: 16px;
  line-height: 38px;
  -webkit-text-stroke: .6px #1d67a9;
}


/*社会招聘*/
.social .pages {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
.social {
  margin-bottom: 24px;
}
.social .content .info {
  margin: 24px 12px 60px 12px;
  background-image: linear-gradient(to bottom, #c1deff 0,#fff 80px);
}
.social .info table {
  width: 100%;
  text-align: left;
  line-height: 40px;
  border: 1px dotted #e3e3e3;
  table-layout: fixed;
  color: #323232;
}
.social .info th,.social .info td {
  padding-left: 45px;
  font-size: 12px;
}
.social .info th {
  border-bottom: 1px solid #bcc9ee;
}
.social .info td {
  border-bottom: 1px dotted #e3e3e3;
}
.social .info td a {
  font-size: 12px;
}
.social .info td:first-child {
  background: url(../images/icon3.png) 45px center no-repeat;
  padding-left: 60px;
}
.social .info tr:hover td:first-child a {
  color: #2f52b4;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

/*在线招聘*/
.online .info {
  margin: 26px 0 0 20px;
}
.online .form {
  width: 100%;
  font-size: 12px;
}

.online .form input[type="text"]:focus,
.online .form textarea:focus {
    box-shadow: 0 0 10px -2px rgba(70,70,70,.3);
}
.online .form ul.subnav {
  line-height: 46px;
}
.online .form ul.subnav li {
  width: 133px;
  text-align: center;
  float: left;
  position: relative;
  cursor: pointer;
  color: #213e90;
  font-weight: bold;
  font-size: 12px;
}
.online .form ul.subnav li a {
  color: #213e90;
  font-weight: bold;
  font-size: 12px;
}
.online .form ul.subnav li i {
  position: absolute;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  background: url('../images/dian.png');
}
.online .form .sn {
  position: relative;
  background-color: #d6e9ff;
  padding-bottom: 33px;
  border-radius: 5px;
  background-image:-webkit-linear-gradient(-90deg, #c1deff, #fff);
  background-image:linear-gradient(180deg,#c1deff,#fff);
}
.online .form form {
  /*overflow-y: scroll;*/
  position: relative;
  height: 420px;
  background: url(../images/bg.png) 230px 10px no-repeat;
}
.online .form .sn>i {
  display: block;
  height: 1px;
  width: 666px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -333px;
  background-color: #bcc9ee;
  z-index: 0;
}

.online .form .form1,.online .form .form2 {
  margin: 30px 0 20px 80px;
  color: #303030;
}
.online .form h4 {
  margin-bottom: 10px;
}
.online .form .form1 p {
  margin: 0 0 8px 18px;
  font-size: 12px;
}
.online .form .form1 p.other {
  display: none;
}
.online .form p span {
  color: #949494;
}
.online .form1 label {
  width: 77px;
  line-height: 26px;
  text-align: right;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}
.online .form1 label em {
  margin-right: 5px;
  color: #ff2222;
}
.online .form1 input[type="text"] {
  width: 224px;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid #d4d4d4;
  padding: 0 5px;
  margin-right: 10px;
}
.online .form1 input[type="text"].wages {
  width: 75px;
  padding-right: 20px;
}
.online .form1 input[type="text"].two {
  margin-left: 10px;
}
.online .form1 span.pot {
  position: relative;
}
.online .form1 input[type="text"].time {
  width: 124px;
}
.online .form1 span.pot span {
  position: absolute;
  line-height: 26px;
  right: 19px;
  top: 50%;
  margin-top: -13px;
}
.online .form1 select {
  line-height: 24px;
  width: 260px;
  border: 1px solid #d4d4d4;
  color: #303030;
  padding-left: 9px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/dd.png) #fff no-repeat 240px center;
  font-size: 12px;
}
.online .form1 select.s2 {
  background-position: 30px center;
  width: 50px;
}
.online .form1 select.s3 {
  background-position: 52px center;
  width: 72px;
}

.online .form .form2 p {
  margin: 0 0 8px 0;
  font-size: 12px;
}
.online .form .form2 textarea {
  width: 707px;
  height: 108px;
  border: 1px solid #d4d4d4;
  font-size: 12px;
  resize: none;
  padding: 5px;
  background: transparent;
}
.online .form .form2 textarea.t1 {
  height: 198px;
}
.online .form .form3 {
  text-align: right;
  margin-bottom: 45px;
}
.online .form .form3 input[type="submit"] {
  background: #ce1726;
  border: 0;
  width: 73px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

.online .form .form3 input[type="reset"] {
  font-size: 12px;
  margin-left: 8px;
  color: #838282;
  border: 0;
  background: none;
  cursor: pointer;
}
.online+.footer {
  margin-top: 0;
}


