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

.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 {
    width:100px;
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:7px;
	padding-right:7px;
    line-height: 97px;
	text-align:center;
}

.nav {
    padding-left: 30px;
}
.navbar-brand img{
   height: 90px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #16a5c7;
}

.navbar-inverse .navbar-nav > li > a:hover .yingwen, .navbar-inverse .navbar-nav > li > a:focus .yingwen {
   display:block;

}
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: #484848;
	font-size:14px;
}

.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;
}

.yingwen {
   position:relative;
   font-size:12px;
   color:#767676;
   line-height: 0px;
   top: -25px;
   display:none;
   }


.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.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}


.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;
   }
   
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 3px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#16a5c7;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:3px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#16a5c7;
}
   
.dingbu {
   height:auto; overflow:hidden;
   line-height:39px;
   background-color:#e1e1e1;
   color:#4b4b4b;
   }
   
.dingbu a {
   color:#4b4b4b;
   }   
   
.dbkk {
   width:1200px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.dbkk-aa {
   width:30%;
   float:left;
   }
   
.dbkk-bb {
   width:40%;
   float:left;
   text-align:right;
   }
   
.dbkk-cc {
   float:right;
   text-align:right;
   }
   
ul {
   margin:0px;
   padding:0px;
   }
   
.search-btn {
    cursor: pointer;
    margin-right: 20px;
}


.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 20px;

}  

.sousuo {
   line-height:100px;
   }
   
.dian {
   bottom:20px;
}

.dian li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0px;
    text-indent: 0;
    cursor: pointer;
    background: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 50%;
}

.dian .active {

    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #da251c;

}

.about {
   height:auto; overflow:hidden;
   margin-top:55px;
   margin-bottom:60px;
   color:#4b4b4b;
   font-size:16px;
   line-height:25px;
   }   
   
.about h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   margin-top:0px;
   margin-bottom:5px;
   color:#747474;
   font-weight:bold;
   text-align:center;
   }   
   
.about h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:6px;
   color:#747474;
   text-align:center;
   } 
   
.about h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   padding-bottom:14px;
   margin-bottom:34px;
   color:#747474;

   text-align:center;
   }
   
.about a {
   color:#da251c;
   } 
   
.cpbj {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:40px;
   background-color:#f1f1f1;
   }
   
.cpbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   font-weight:bold;
   color:#747474;
   margin-top:0px;
   margin-bottom:5px;
   text-align:center;
   }
   
.cpbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:6px;
   color:#747474;
   text-align:center;
   }
   
.cpbj h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   padding-bottom:14px;
   margin-bottom:40px;
   color:#747474;

   text-align:center;
   }
   
.cplan {
   width:800px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cplan li {
   list-style-type:none;
   float:left;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:43px;line-height:43px; padding-left:16px; padding-right:16px; text-align:center; font-size:16px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; height:43px; line-height:43px; padding-left:16px; padding-right:16px; color:#747474; border-radius: 8px; border:1px solid #f1f1f1; text-align:center;
}
#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:43px; line-height:43px; padding-left:16px; padding-right:16px; color:#747474; text-align:center; border:1px solid #da251c; border-radius: 8px;
}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
	margin-top:36px;
}

.cpyy {
   height:auto; overflow:hidden;
   }
   
.cpyy li {
   list-style-type:none;
   float:left;
   width:24%;
   margin-left:0.5%;
   margin-right:0.5%;
   }

.cpkuai {
   height:auto; overflow:hidden;
   background-color:#e4e4e4;
   color:#747474;
   }
   
.cpkuai:hover {
   background-color:#da251c;
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cpkuai-zi {
   height:auto; overflow:hidden;
   padding:10px;
   color:#747474;
   }
   
.cpkuai-zi h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#747474;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.cpkuai:hover h5 {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cpkuai:hover .cpkuai-zi {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   } 
   
.cpkuai 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;}  

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

.cpmore {
   width:93px;
   height:37px;
   margin:45px auto 0px;
   } 
   
.cpmore a {
   display:block;
   width:93px;
   height:37px;
   line-height:37px;
   text-align:center;
   background-color:#da251c;
   color:#FFFFFF;
   border-radius: 8px;
   }
   
.shebei {
   height:auto; overflow:hidden;
   margin-top:50px;
   margin-bottom:50px;
   }
   
.shebei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   font-weight:bold;
   color:#747474;
   margin-top:0px;
   margin-bottom:5px;
   text-align:center;
   }
   
.shebei h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:6px;
   color:#747474;
   text-align:center;
   }
   
.shebei h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   padding-bottom:14px;
   margin-bottom:40px;
   color:#747474;

   text-align:center;
   }
   
.sbnei {
   height:auto; overflow:hidden;
   } 
   
.sbnei li {
   list-style-type:none;
   float:left;
   width:387px;
   margin-right:20px;
   }
   
.sbkk {
   height:auto; overflow:hidden;
   background-color:#e4e4e4;
   color:#747474;
   }
   
.sbkk:hover {
   background-color:#ec8232;
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.sbzi {
   height:auto; overflow:hidden;
   line-height:53px;
   padding:14px;
   display: flex;
   justify-content: space-between;
   }
   
.sbzi-aa {
   width:60%;
   float:left;
   font-size:16px;
   text-align: left;
   } 
   
.sbzi-bb {
   width:40%;
   float:right;
   text-align:right;
   font-size:18px;
   } 
   
.sbkk:hover .sbzi {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   } 

.sbkk 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;}  

.sbkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.sbkk section {
   overflow: hidden;
   }
   
.xwbj {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:60px;
   background-color:#f1f1f1;
   }
   
.xwbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   font-weight:bold;
   color:#747474;
   margin-top:0px;
   margin-bottom:5px;
   text-align:center;
   }
   
.xwbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:6px;
   color:#747474;
   text-align:center;
   }
   
.xwbj h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   padding-bottom:14px;
   margin-bottom:40px;
   color:#747474;

   text-align:center;
   }	     

.xwkuai1 {
   height:auto; overflow:hidden;

   padding-bottom:20px;
   }
   
.xwkuai2 {
   height:auto; overflow:hidden;

   padding-bottom:20px;
   }
   
.xwkuai3 {
   height:auto; overflow:hidden;

   padding-top:20px;
   }
   
.xwkuai4 {
   height:auto; overflow:hidden;
   padding-top:20px;
   }
   
.xw-aa {
   width:31%;
   float:left;
   } 
   
.xw-bb {
   width:67%;
   float:right;
   }
   
.xw-bb h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#747474;
   height:auto; overflow:hidden;
   line-height:27px;
   margin-top:0px;
   margin-bottom:18px;
   }
   
.xwmore {
   width:93px;
   height:37px;
   margin:45px auto 0px;
   } 
   
.xwmore a {
   display:block;
   width:93px;
   height:37px;
   line-height:37px;
   text-align:center;
   background-color:#da251c;
   color:#FFFFFF;
   border-radius: 8px;
   } 
   
.hezuo {
   height:auto; overflow:hidden;
   margin-top:50px;
   margin-bottom:50px;
   padding:16px;
   }
   
.hezuo-aa {
   width:15%;
   float:left;
   }
   
.hezuo-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   margin-top:0px;
   margin-bottom:12px;
   color:#747474;
   font-weight:bold;
   }
   
.hezuo-bb {
   width:85%;
   float:right;
   }
.hztu img{
   width: 100%;
}  
.hztu {
   /* width:187px; */
   }     
   
    .img-scroll { position:relative; margin:0px auto; width:100%; float:left; height:auto; overflow:hidden;}
    .img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:32px; height:32px; margin-top:43px; background-color:#000;
    top:0; color:#FFF; text-align:center;}
    .img-scroll .prev { left:0; margin-left:10px; background:url(../images/zuo.png) no-repeat; width:32px; height:32px; z-index:999;}
    .img-scroll .next { left:60px;  background:url(../images/you.png) no-repeat; width:32px; height:32px; z-index:999;}
	.img-scroll .prev:hover { left:0; margin-left:10px; background:url(../images/zuo.png) no-repeat; width:32px; height:32px; z-index:999;}
	.img-scroll .next:hover { right:0; margin-right:1110px; background:url(../images/you.png) no-repeat; width:32px; height:32px; z-index:999;}
    .img-list { position:relative; width:100%; height:auto; overflow:hidden; margin-left:0px; overflow:hidden}
    .img-list ul { width:9999px;}
    .img-list li { float:left; display:inline; margin-left:10px; margin-right:10px; height:auto; overflow:hidden;}  
	
	
.bottom {
   height:auto; overflow:hidden;
   padding-top:30px;
   padding-bottom:30px;
   background-color:#091736;
   color:#ffffff;
   }
   
.bottom a {
   color:#ffffff;
   }
   
.didh {
   height:auto; overflow:hidden;
   } 
   
.didh li {
   list-style-type:none;
   float:left;
   } 
   
.didh li a {
   display:block;
   height:42px;
   line-height:42px;
   font-size:18px;
   padding-left:40px;
   padding-right:40px;
   background:url(../images/fenge.png) right; background-repeat:no-repeat;
   } 
   
.dinn {
   margin-top:30px;
   }
   
.dizi {
   height:auto; overflow:hidden;
   line-height:27px;
   margin-top:16px;
   }
   
.kk {
   height:60px;
   border:1px solid #3a455e;
   background:url(../images/kong.png);
   border-radius: 0;
   color:rgba(255,255,255,.36);
   }
   
.kk2 {
   border:1px solid #3a455e;
   background:url(../images/kong.png);
   border-radius: 0;
   color:rgba(255,255,255,.36);
   }  
   
.biaok {
   margin-bottom:20px;
   width: 48%;
   }
.biaokbig{
   display: flex;
   justify-content: space-between;
} 

.anniu {
   width:100%;
   height:60px;
   margin-top:10px;
   background-color:#3a455e;
   border:1px solid #3a455e;
   border-radius: 0;
   } 
   
.footer {
   height:auto; overflow:hidden;
   line-height:60px;
   background-color:#0f1930;
   color:#FFFFFF;
   }	
   
.footer a {
   color:#FFFFFF;
   }
   
.juyou {
   text-align:right;
   }
   
   
/* 单页 */
.neirong {
    height: auto;
    overflow: hidden;
	margin-top:20px; margin-bottom:20px;
}

.lielanx {
    background-color:#16a5c7;
    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:#ffffff;
   color:#16a5c7;
   }
   
.lie-hhx.hover a {
   background-color:#ffffff;
   color:#16a5c7;
   }
   
.lie-aa {
   width:70%;
   padding-left:25px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.lie-bb {
   width:25%;
   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;
         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;
   padding:15px;
   }
   
.kdtu {
   padding-right: 8px;
   padding-left: 8px;
   }
   
.rrnei-nei h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
	text-align:center;
    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:#16a5c7;
   }
   
.neidh-tt {
   width:1200px;
   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 #f08130;
   color:#333333;
}

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

.dangqian {
   width:100%;
   height:60px;
  background: -webkit-linear-gradient(#fdfefe, #e3e3e1); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fdfefe, #e3e3e1); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fdfefe, #e3e3e1); /* Firefox 3.6 - 15 */
  background: linear-gradient(#fdfefe, #e3e3e1); /* ��׼���﷨ */   
   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 {
   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 {
   width:100%;
    height:auto; overflow:hidden;
    line-height: 54px;
    color: #595757;
	text-align:center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
	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 #005bac;
   background-color:#005bac;
   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: #005bac;
    border-radius: 20px;
} 


/* 新闻中心 */
      
.huibj {
   background-color:#d6d6d6;
   }


.newhh {
   height:auto; overflow:hidden;
   margin-top:30px;
   margin-bottom:30px;
   }
   
.newhh li {
   width:100%;
   list-style-type:none;
   padding:14px;
   height:auto; overflow:hidden;
   background:url(../images/nn1.jpg);
   border:1px solid #eaeaea;
   margin-bottom:15px;
   }
   
.newhh li:hover {
   background:url(../images/nn2.jpg);
   border:1px solid #dcdddd;
   box-shadow:0px 0px 15px rgba(0,0,0,.2);
   }   
   
.xw-tu {
   width:242px;
   height:auto; overflow:hidden;
   float:left;
   }
   
.xw-zi {
   width:500px;
   height:auto; overflow:hidden;
   float:left;
   margin-left:50px;
   }
   
.xw-zi h2 {
   color:#595757;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:22px;
   margin-bottom:15px;
   }
   
.xw-tt {
   width:140px;
   height:auto; overflow:hidden;
   padding-right:50px;
   padding-top:30px;
   text-align:right;
   float:right;
   }
   
.xwda {
   font-size:18px;
   } 
   
   
.xwdd {
   background: #d7dbde;
   padding: 50px 0px;
   }
   
   
/* 新闻内 */
.inewsct {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.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;
}

.cphh ul {
    overflow: hidden;
} 

.cphh li ul{
    display: none;
}

.cphh li a{
    margin-bottom: 1px;
}

.cphh li {
   list-style-type:none;
}
   

.cphh li a {
    line-height: 50px;
    display: block;
    padding-left: 20px;
    background: #f8f7f7;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
} 

.cphh li.hover a {
    background: #16a5c7;
    color: #f8f7f7;
}

.cphh li a:hover{
    background: #16a5c7;
    color: #f8f7f7;
}

.cphh li li a {
    line-height: 30px;
    background: #ddd;
    padding-left: 32px;
}


   
/* 分页 */ 
.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: #005bac;
	border:1px solid #005bac;
}

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

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

.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;
}   

/* 招聘 */

.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;
}

/* 弹窗 */

.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;
}
    
.cpbjbig{
   display: flex;
   justify-content: space-between;
}
.cpbjleft{
   width: 48%;
}
.cpbjleft img{
   width: 100%;
}
.cpbjright{
   width: 48%;
}
.cpbjright img{
   width: 100%;
}
.about img{
   width: 100%;
}
.weixin{
   width:100px;
   height: 100px;
   
}
@media(max-width:1400px){
   .kuanping {
      width:1230px;
      padding-right: 15px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      }
      
}
@media(max-width:1280px){
   .kuanping {
      width:1000px;
      padding-right: 15px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      }
      .navbar-brand img {
         height: 70px;
     }
   .navbar-nav > li > a {
      width: 78px;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 7px;
      padding-right: 7px;
      line-height: 97px;
      text-align: center;
  }
  .nav {
   padding-left: 20px;
}
}
@media(max-width:1024px){
   .kuanping {
      width:100%;
      }
 

}
@media (min-width: 0px) and (max-width: 768px) {
.navbar-inverse .navbar-nav > li  a {
    color: #16a5c7;
    width: 100%;
}
.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   


}


