@charset "utf-8";
body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  margin-top:115px;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 12px;
	padding-left:16px;
	padding-right:16px;
    line-height: 67px;
}

.nav {
    padding-left: 180px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #585858;
	background:url(../images/antt.jpg);
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}

.navbar-inverse .navbar-nav > li > a {
    color: #585858;
	font-size:16px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

ul {
   padding:0px;
   margin:0px;
   }

.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	
.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}


.kuanping {
   width:1430px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.yuyan {
   color:#585858;
   text-align:right;
   height:auto; overflow:hidden;
   line-height:67px;
   margin-top:40px;
   }
   
.yuyan a {
   color:#585858;
   }
   
.yuyan .hover {
   color:#00559d;
   }
   
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background:#FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background:#d91108;
}
   
   
.cpbj {
   height:auto; overflow:hidden;
   background:url(../images/cpbj.png) top center;
   }
   
.cplan {
   height:auto; overflow:hidden;
   }
   
.cptit {
   width:23%;
   height:auto; overflow:hidden;
   line-height:144px;
   font-size:36px;
   color:#FFFFFF;
   background:url(../images/lmtit.png) right; background-repeat:no-repeat;
   float:left;
   }
   
.cplm {
   width:34%;
   height:auto; overflow:hidden;
   line-height:50px;
   font-size:16px;
   margin-top:65px;
   float:left;
   margin-left:115px;
   } 
   
.cplm a {
   color:#3a3a3a;
   }
   
.cplm a:hover {
   color:#00519a;
   } 
   
.search1 {
   margin-top:65px;
   width:287px;
   height:32px;
   float:right;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 32px;
    font-size: 14px;
    padding-left: 10px;
    width: 82%;
	color:#9f9f9f;
	background-color:#ededed;
    border-radius: 15px 0 0 15px;
}   

.search1 .btn {
    height: 32px;
    margin: 0;
	padding:0px;
    background: #ededed;
    border-radius: 0 15px 15px 0;
    color: #d61108;
    text-align: center;
    width: 18%;
}   

.search1 .form-control:-moz-placeholder {
  color: #9f9f9f;
}

.search1 .form-control::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

.search1 .form-control:-ms-input-placeholder {
  color: #9f9f9f;
}

.search1 .form-control::-webkit-input-placeholder {
  color: #9f9f9f;
} 

.cpgun {
   height:auto; overflow:hidden;
   margin-top:75px;
   }
   
.cptu {
   height:auto; overflow:hidden;
   padding:10px;
   padding-bottom:0px;
   }
   
.cptu img {
   box-shadow: 0px 0px 10px rgba(0,0,0,.3);
   }
   
.cptu-zi {
   height:auto; overflow:hidden;
   line-height:82px;
   padding-left:16px;
   padding-right:16px;
   color:#3d3d3d;
   background:url(../images/jtw.png) right top; background-repeat:no-repeat;
   }
   
.cptu:hover .cptu-zi {
   background:url(../images/jtw.png) right bottom; background-repeat:no-repeat;
   background-color:#00519a;
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.cpgun .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 35px;
    height: 35px;
    margin-top: -22px;
	left:15px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.cpgun .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 35px;
    height: 35px;
    margin-top: -22px;
	right:15px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.abbj {
   height:740px;
   padding-top:98px;
   line-height:38px;
   font-size:16px;
   color:#FFFFFF;
   background:url(../images/abbj.jpg) top center;
   }
   
.ablan {
   height:auto; overflow:hidden;
   margin-bottom:90px;
   }
   
.abtit {
   width:46%;
   height:auto; overflow:hidden;
   line-height:144px;
   font-size:36px;
   color:#FFFFFF;
   background:url(../images/lmtit.png) right; background-repeat:no-repeat;
   float:left;
   }
   
.ableft {
   width:50%;
   float:left;
   }
   
.abright {
   width:44%;
   float:right;
   }

.xwbj {
   height:auto; overflow:hidden;
   padding-bottom:69px;
   background:url(../images/xwbj.jpg) top center;
   }
   
.xwlan {
   height:auto; overflow:hidden;
   }
   
.xwtit {
   width:23%;
   height:auto; overflow:hidden;
   line-height:144px;
   font-size:36px;
   color:#FFFFFF;
   background:url(../images/lmtit.png) right; background-repeat:no-repeat;
   float:left;
   }

.xwnei {
   height:auto; overflow:hidden;
   margin-top:83px;
   margin-left:-9px;
   margin-right:-9px;
   }
   
.xwcol3 {
   width:25%;
   float:left;
   padding-left:9px;
   padding-right:9px;
   }
   
.xwtu {
   height:auto; overflow:hidden;
   color:#3d3d3d;
   font-size:15px;
   line-height:31px;
   }
   
.xwtu h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-top:27px;
   margin-bottom:17px;
   color:#1e1e1e;
   } 
   
.xwtime {
   height:auto; overflow:hidden;
   line-height:73px;
   background:url(../images/jtk.png) right top; background-repeat:no-repeat;
   background-color:#f2f2f2;
   padding-left:16px;
   color:#b2b2b2;
   margin-top:16px;
   } 
   
.xwtu:hover .xwtime {
   background:url(../images/jtk.png) right bottom; background-repeat:no-repeat;
   background-color:#d91108;
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.xwtu:hover h2 {
   color:#d91108;
   transition: all 300ms ease-in 0ms;
   }

.xwtu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.xwtu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xwtu section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.bottom {
   height:auto; overflow:hidden;
   background-color:#3d4e5e;
   color:#FFFFFF;
   line-height:36px;
   }
   
.bottom a {
   color:#FFFFFF;
   }
   
.bmkuai {
   padding-top:58px;
   padding-bottom:30px;   
   height:auto; overflow:hidden;
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:21px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:45px;
   }
   
.youhua {
   border-right:1px solid #626f7c;
   }
   
.didh {
   height:auto; overflow:hidden;
   margin-bottom:54px;
   }
   
.didh li {
   list-style-type:none;
   float:left;
   margin-left:50px;
   }
   
.didh li a {
   color:#FFFFFF;
   font-size:16px;
   }
   
.kk {
   height:50px;
   background-color:#606e7b;
   border:1px solid #606e7b;
   color:#c4c4c4;
   border-radius: 0;
   }
   
.liuyan {
   height:auto; overflow:hidden;
   }
  
.lyaa {
   width:21.5%;
   float:left;
   }
   
.lybb {
   width:21%;
   float:left;
   margin-left:1%;
   }
   
.lycc {
   width:40%;
   float:left;
   margin-left:1%;
   }
   
.lydd {
   width:13.5%;
   float:right;
   }
   
.anniu {
   width:100%;
   height:50px;
   background-color:#FFFFFF;
   border:1px solid #FFFFFF;
   border-radius: 0;
   }
   
.banquan {
   margin-top:50px;
   height:auto; overflow:hidden;
   color:#e1e1e1;
   } 
   
.banquan a {
   color:#e1e1e1;
   }     
   
.banquan-aa {
   width:60%;
   float:left;
   }  
   
.banquan-bb {
   width:40%;
   float:right;
   text-align:right;
   }
   
.logox {
   width:72px;
   }  
   
.guding {
   position:fixed;
   top:0px;
   width:100%;
   z-index:10;
   }
   
.dhh > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 56px;
}

.yuyanx {
   line-height:60px;
   margin-top: 10px;
   }
   
/* 单页 */
.neirong {
    height: auto;
    overflow: hidden;
	margin-top:20px; margin-bottom:20px;
}

.lielanx {
    background-color:#e62129;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
	border-radius: 8px 8px 0 0;
}

.lielanx h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}
   
.lie-hhx {
   height:50px;
   border-bottom:1px solid #ebebeb;
   }
   
.lie-hhx a {
   display:block;
   width:100%;
   height:50px;
   line-height:50px;
   background-color:#f7f7f7;
   border-bottom:1px solid #ebebeb;
   font-size:14px;
   color:#717071;
   }
   
.lie-hhx a:hover {
   background-color:#000000;
   color:#FFFFFF;
   }
   
.lie-hhx.hover a {
   background-color:#000000;
   color:#FFFFFF;
   }
   
.lie-aa {
   width:70%;
   padding-left:25px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.lie-bb {
   width:25%;
   height:50px;
   float:right;
   text-align:right;
   padding-right:25px;
   }
   
   
   
.rrnei {
   width:100%;
   background-color:#FFFFFF;
   border:1px solid #ecebeb;
   height:auto; overflow:hidden;
   border-radius: 8px 8px 0 0;
   }
   
.rrnei-lan {
   height:50px;
   line-height:50px;
   color:#3e3a39;
   }
   
.rrnei-lan-a {
   width:40%;
   float:left;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
         height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-left:25px;
   color:#595757;
   font-size:20px;
   font-weight:bold;
   }
   
.rrnei-lan a {
   color:#717071;
   }
   
.rrnei-lan-b {
   width:40%;
   float:right;
   margin-right:25px;
   text-align:right;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   }
   
.rrnei-nei {
   background:url(../images/neibj.jpg) top left; background-repeat:no-repeat;
   height:auto; overflow:hidden;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   padding:30px;
   }
   
.rrnei-nei h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
} 
   
.lxnei {
   padding:20px;
   background-color:#ffffff;
   border:1px solid #eeeeee;
   }
   
.lxlan {
	background-color:#005ea4;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
	border-radius: 8px 8px 0 0;
	margin-top:20px;
}

.lxlan h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* 单页 */

.huiyy {
   background-color:#f7f7f7;
   }
   
.neidh {
   width:100%;
   height:auto; overflow:hidden;
   background-color:#e62129;
   }
   
.neidh-tt {
   width:1400px;
   height:45px;
   line-height:45px;
   margin:0 auto;
   }
   
.neidh-tt li {
   width:130px;
   list-style-type:none;
   float:left;
   }
   
.neidh-tt li a {
   display:block;
   width:130px;
   height:45px;
   line-height:45px;
   text-align:center;
   background:url(../images/youhua.png) right; background-repeat:no-repeat;
   color:#FFFFFF;
   }
   
.neidh-tt li a:hover {
   background-color:#FFFFFF;
   border-top:2px solid #fd031f;
   color:#333333;
}

.neidh-tt li.hover a {
   background-color:#FFFFFF;
   border-top:2px solid #fd031f;
   color:#333333;
}

.dangqian {
   width:100%;
   height:60px;
   background-color:#FFFFFF;
   border-bottom:1px solid #e8e9e9;
   }
   
.dqt {
   line-height:60px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin:0 auto;
   }
   
.dqt-bb {
   color:#000000;
   }
   
.neibu {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   height:auto; overflow:hidden;
   background-color:#ffffff;
   border:1px solid #d7d7d7;
   padding:40px;
   margin:30px auto 85px;
   }
   
.neibu h2 {
   font-size:27px;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#595757;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:40px;
   }
   
.neibu h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
}
   
.neibu img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/* 产品中心 */

.cpkk-right-lan {
    height:auto; overflow:hidden;
    line-height: 50px;
    border-bottom: 1px solid #dcdddd;
    color: #898989;
}

.cpkkr-nei {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.cpkkr-zuo {
    font-size: 16px;
}

.cpkkr-you {
    text-align: right;
    font-size: 14px;
}

.cptux {
   border:6px solid #efefef;
   background-color:#efefef;
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.cptux:hover {
   border:6px solid #e62129;
   background-color:#e62129;
   box-shadow:0px 0px 15px rgba(0,0,0,.5);
   transition: all 500ms ease-in 0ms;
   }
.cptux a {
   color:#333333;
   }
   
.cptux a:hover {
   color:#ffffff;
   }
   
.cptux p {
   margin-top:15px;
   margin-bottom:7px;
   text-align:center;
   }    
   
.cpyymore {
    width: 165px;
    height: 35px;
    margin: 15px auto 0px;
}

.cpyymore a {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #c0121b;
    border-radius: 20px;
} 


/* 新闻中心 */

.newhh {
   margin-bottom:15px;
   height:auto; overflow:hidden;
   padding-top:10px; padding-bottom:10px;
   border:1px solid #f2f3f3;
   font-size:12px;
   background-color:#FFFFFF;
   }
   
.newhh:hover {
   border:1px solid #c0121b;
   background-color:#c0121b;
   transition: all 300ms ease-in 0ms;
   }
   
.newhh a:hover {
   color:#FFFFFF;
   }
   
.timex {
   margin-top:23px;
   }
   
   
.newhh h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:20px;
   margin-bottom:12px;
   }
   
.ab-nei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:35px;
   text-align:center;
   margin-top:20px;
   margin-bottom:15px;
   color:#595757;
   }
   
.ab-nei h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   text-align:center;
   margin-top:0px;
   margin-bottom:75px;
   color:#9b9a9a;
   }  
   
.xwtp {
   margin-top:30px;
   margin-bottom:30px;
   } 
   
.xwda {
   font-size:18px;
   } 
   
   
.xwdd {
   background: #d7dbde;
   padding: 50px 0px;
   }
   
   
/* 新闻内 */
.inewsct {

}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}
	


/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}


/* 招聘 */

.zplieb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.zplieb span{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplieb span:nth-of-type(1){
	width:10%;
}
.zplieb span:nth-of-type(2){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:45%;
}
.zplieb span:nth-of-type(3){
	width:15%;
}
.zplieb span:nth-of-type(4){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:15%;
}
.zplieb span:nth-of-type(5){
	width:15%;
}
.zplieb span:nth-of-type(2):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(2):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}

.zplb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
	transition:.5s;
	cursor:pointer;
}
.bse{
	background:#fff;
}
.jobct-ct section:hover .zplb{
	background:#fff;
}
.zplb span{
	display:block;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplb span font:after{
	content:"+";
	font-size:2.4rem;
	color:#7eb112;
}
.bse span font:after{



	content:"-";
	font-size:2.4rem;
	color:#7eb112;
}
.zplb span:nth-of-type(1){
	width:10%;
}
.zplb span:nth-of-type(2){
	width:45%;
}
.zplb span:nth-of-type(3){
	width:15%;
}
.zplb span:nth-of-type(4){
	width:15%;
}
.zplb span:nth-of-type(5){
	width:15%;
}
.zkzpxq{
	display:none;
	background:#f9f9f9;
	padding-bottom:30px;
}
.zpxq{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	background:#f9f9f9;
}
.zpxq .yaoqiu{
	width:45%;
	margin-right:2%;
}
.zpxq .zhize{
	width:45%;
}
.zpxq>div{
	padding:20px 0px;
	color:rgba(0,0,0,.7);
}
.zpxq>div>big{
	display:block;
	font-weight:bold;
	font-size:1.6rem;
	line-height:30px;
	padding-bottom:5px;
}
.zpxq>div>span{
	display:block;
	line-height:24px;
	font-size:1.4rem;
}
.zkzpxq>a{
	background:#7eb112;
	color:#fff;
	line-height:38px;
	width:120px;
	text-align:center;
	font-size:1.4rem;
	margin:0px 0px 0px 4%;
	display:block;
}
.zkzpxq>a:hover{
	color:#fff;
}   


/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #e62129;
	border:1px solid #e62129;
}

.xianshi {
    color: #fff;
    background: #e62129;
	border:1px solid #e62129;
}

.page-m a.active {
    color: #fff;
    background: #e62129;
	border:1px solid #e62129;
}



.fenye {
    width: 100%;
    height: 60px;
}

.fenye-aa {
    width: 50%;
    float: left;
}

.fenye-aa a {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    background-color: #ff6101;
    font-size: 18px;
}

.fenye-bb {

    width: 50%;
    float: right;

}

.fenye-bb a {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    background-color: #ffb601;
    font-size: 18px;
}

.fenye {
    width: 265px;
    height: 60px;
	margin:30px auto 0px;
} 


.lxkk {
    height: auto;
    overflow: hidden;
	padding-top:50px;
	padding-bottom:50px;
}  

.ditux {
    border: 5px solid #FFFFFF;
    height: auto; overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
	font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 16px;
}

.lxhh-bb h4 {
    font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

.lxhh-bb h5 {
    font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

.lghh {
   padding-top:25px;
   padding-bottom:15px;
   background-color:rgba(0,0,0,0);
   }
   
.liuyanw {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 45px;
    background-color: #f1f1f1;
}

.liuyanw h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 83px;
}

.hzi {
    color:#ddaa6e;
}

.lykk {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 14px;
    color:#666666;
}
   
.kka {
    height: 60px;
    border: 1px solid #d2d2d2;
}  

.kkb {
    border: 1px solid #d2d2d2;
} 

.anniuw {
    width: 208px;
    height: 54px;
    background-color:#ddaa6e;
    padding: 0px;
}

.liebiao {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiao-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiao-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #e62129;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}  

@media (min-width: 1200px) and (max-width: 1400px) {

.kuanping {
   width:100%;
   }
   
.container {
    width:100%;
  }
  
.neidh-tt {
   width:100%;
   }

}



@media (min-width: 0px) and (max-width: 768px) {

body {
  margin-top:66px;
}

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.container {
    width:100%;
  }
  
.logo {
   width:70px;
   }  
   
.navbar-collapse {
    max-height: 450px;
} 

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background:none;
	background-color:#01519a;
	color:#FFFFFF;
}

.cpbj {
    height: auto;
    overflow: hidden;
	padding:0px;
}

.cptit {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 60px;
	padding-left:15px;
    font-size:20px;
}

.cplm {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
    margin-top: 20px;
    float: left;
    margin-left: 0px;
}

.search1 {
    margin-top: 20px;
	margin-bottom:20px;
    width: 100%;
    height: 32px;
    float: right;
}

.abbj {
    height:auto; overflow:hidden;
	padding:0px;
    padding-top: 40px;
	padding-bottom:40px;
    line-height: 38px;
    font-size: 16px;
    color:#FFFFFF;
    background:none;
	background-color:#253951;
}

.ableft {
    width: 100%;
}

.ablan {
   margin-bottom:40px;
   }

.abtit {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 60px;
	padding-left:15px;
}

.abright {
    width: 100%;
}

.xwbj {
    height: auto;
    overflow: hidden;
	padding:0px;
	padding-top:20px;
}

.xwtit {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 60px;
    font-size: 20px;
	padding-left:15px;
}

.xwnei {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.xwcol3 {
    width: 100%;
}

.xwtu {
    height: auto;
    overflow: hidden;
	margin-bottom:20px;
}

.bmkuai {
    padding-top: 20px;
    padding-bottom: 20px;
}

.didh {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.lyaa {
    width: 100%;
}

.lybb {
    width: 100%;
	margin-left:0px;
	margin-top:5px;
}

.lycc {
    width: 100%;
	margin-left:0px;
	margin-top:5px;
}

.lydd {
    width: 100%;
	margin-left:0px;
	margin-top:5px;
}

.banquan-aa {
    width: 100%;
}

.banquan-bb {
    width: 100%;
}

.neidh-tt {
    width: 100%;
}

}


