﻿@charset "utf-8";

.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.border{
  border: 1px solid red;
}

.main{
  width: 1084px;
  margin: 0 auto;
}
/*head*/
.head{
  width: 100%;
  background: #fff;
}
.head .logo{
  width: 138px;
  height: 120px;
  position: relative;
  float: left;
}
.head .nav{
  position: relative;
}
.head .nav ul{
  position: relative;
  z-index: 10;
}
.head .nav ul li{
  float:left;
  width: 100px;
  height: 120px;
  padding-top: 70px;
  text-align: center;
  margin-left: 25px;
  transition: 0.5s;
}
.head .nav ul li.home{
  background:#014099;
}
.head .nav ul li.home a.a1{
  color: #fff;
  border:none;
}
.head .nav ul li a.a1{
  display: block;
  width: 100%;
  height:50px;
  font-size: 17px;
  color:#000;
 
  transition: 0.5s;
  overflow: hidden;
}

.head .nav ul li:hover {
   background:#014099;

}
.head .nav ul li:hover a.a1{
  color:#fff;
}
.head .nav ul li a.on{
  border-bottom: 7px solid #014099;

}
.head .nav .call{
  width: 355px;
  height: 30px;
  line-height: 25px;
  padding-left: 30px;
  font-size: 20px;
  color:#000;
  background: url(../images/call.jpg) no-repeat left;
  position: absolute;
  right: 0;
  top: 25px;
  overflow: hidden;
  z-index: 9;
}
.head .nav .call span{
  font-size: 26px;
  color: #ff6d07;
}
.head .nav ul li .hide{
  width: 140%;
  background: #558ed5;
  margin-left: -20px;
  text-align: center;
  position: relative;
  z-index: 99999;
  display: none;
  opacity: 0.8;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity:0.8;
  font-size: 12px;

}
.head .nav ul li:hover .hide{
  display: block;
}
.head .nav ul li .hide a{
  display: block;
  width: 100%;
  padding:10px;
  margin-bottom: 1px;
  transition:0.5s;
  line-height: 15px;
  text-transform: uppercase;
    color:#fff;

}
.head .nav ul li .hide a:hover{
  background:#014099;
  color:#fff;
}

/*footer*/
.footer{
  width: 100%;
  background: #212121;
}
.footer .foot_t{
  width: 100%;
  padding: 50px 0 40px 0;
  border-bottom: 1px solid #2c2c2c;
}
.footer .foot_t .nav{

}
.footer .foot_t .nav .nav_list{
  width: 105px;
  height: 123px;
  border-right: 1px solid #373737;
  float: left;
  margin-left: 35px;

}
.footer .foot_t .nav .last{
  border:none;
}
.footer .foot_t .nav .first{
  margin-left: 0;
}
.footer .foot_t .nav .nav_list a{
  display: block;
  color: #b9b9b9;
  font-size: 14px;
  margin: 10px 0;
  width: 68px;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}
.footer .foot_t .nav .nav_list h1 a{
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  height: 17px;
  overflow: hidden;
  margin-top: 0;

}
.footer .foot_t .nav .nav_list a span{
  font-family: "songti";
}
.footer .foot_t .nav .nav_list a:hover{
  color:#014099;
}
.footer .foot_t .right{
  width: 260px;
  height: 100px;
}
.footer .foot_t .right .erwei{
  width: 100px;
  height: 100px;
  position: relative;
}
.footer .foot_t .right .word{
  width: 150px;
  height: 100px;
  color:#dadada;
}
.footer .foot_t .right .word span{
  display: block;
  font-size: 42px;
  font-style: "华文中宋";
  width: 100%;
  height: 42px;
  overflow: hidden;
}
.footer .foot_t .right .word p{
  display: block;
  font-size: 12px;
   width: 100%;
  height: 12px;
  overflow: hidden;
}
.footer .foot_t .right .word i{
  display: block;
  font-size: 20px;
  font-family: "华文中宋";
  font-style: normal;
  margin: 5px 0 6px 0;
   width: 100%;
  height: 20px;
  overflow: hidden;
}
.footer .foot_t .right .word em{
  display: block;
  font-size: 14px;
  font-style: normal;
    width: 100%;
  height: 14px;
  overflow: hidden;
}
.footer .foot_b{
  padding: 20px 0;
}
.footer .foot_b .main{
  position: relative;
}
.footer .foot_b .left{
  width: 685px;
  color:#dadada;
  font-size: 14px;
  line-height:25px;
}
.footer .foot_b .left a{
  width: 685px;
  color:#dadada;
  font-size: 14px;
  transition: 0.5s;
}
.footer .foot_b .left a:hover{
  color:#014099;
}
.footer .foot_b .gotop{
  position: absolute;
  bottom:-20px;
  right: 33px;
  cursor: pointer;
}

.page_banner{
  width:100%;
  text-align:center;
  overflow:hidden;
}
.page_banner span{
  position:relative;
  display:block;
  width:1920px;
  left:50%;
  margin-left:-960px;
  font-size:0;

}
.page_banner img{
  max-width: 100%;
    max-height: 100%;
    display: inline;
}

.container{
  width: 100%;
  padding:30px 0 50px 0;
  text-align:center;
  background:#eeeeee;
}
.container .left{
  width: 230px;
  overflow: hidden;
}
.container .left .title{
  width: 230px;
  height: 135px;
  border-left: 2px solid #014099;
  overflow: hidden;
  margin-bottom: 10px;
}
.container .left .title h1{
  width: 222px;
  height: 135px;
  background: #014099;
  color:#fff;
  font-size: 30px;
  float: right;
  padding: 35px 0 0 17px;
  overflow: hidden;

}
.container .left .title h1 p{
  font-size: 24px;
  margin-top: 10px;
}
.container .left ul.nav{
  width: 222px;
  float: right;
}
.container .left ul.nav li{
  width: 222px;
  padding: 15px 0px 15px 25px;

  color:#010101;
  border-bottom: 1px solid #ccc;
  position: relative;

}
.container .left ul.nav li a{
  font-size: 14px;
  display: block;;
  width: 100%;
  height: 100%;
}
.container .left ul.nav li:hover a{
  color:#ff6d06;

}
.container .left ul.nav li:hover i{
   background: #ff6d06;
}
.container .left ul.nav li i{
  position: absolute;
  left:0;
  width: 5px;
  height: 23px;
  background: #d6d6d6;
  top:50%;
  margin-top: -13px;
}
.container .left ul.nav li i.on{
  background: #ff6d06;
}
.container .left .nav_contact{
  width: 222px;
  float: right;
  margin-top: 40px;
}
.container .left .nav_contact .c_title{
  width: 222px;
}
.container .left .nav_contact .c_title h1{
  font-size: 26px;
  color:#000;
  margin-bottom: 5px;
  width: 100%;
  height: 26px;
  overflow: hidden;
}
.container .left .nav_contact .c_title h2{
  font-size: 20px;
  color:#014099;
  font-weight: 400;
   width: 100%;
  height: 20px;
  overflow: hidden;
}
.container .left .nav_contact .way{
  width: 100%;
  padding: 25px;
  margin-top: 15px;
  border: 1px solid #d6d6d6;
  position: relative;
  font-size: 16px;
}
.container .left .nav_contact .way i{
  width:0;    
  height:0;   
  border:5px solid transparent;    
  border-bottom-color:#d6d6d6;
  position: absolute;
  top:-10px;
  left:30px;
}
.container .left .nav_contact .way span{
  width:0;    
  height:0;   
  border:3px solid transparent;    
  border-bottom-color:#fff;
  position: absolute;
  top:-6px;
  left:32px;
  z-index: 9999;
}
.container .left .nav_contact .way .phone{
  padding-left: 25px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  background: url(../images/phone.jpg) no-repeat 0 1px;
}
.container .left .nav_contact .way .phone a{
  font-size: 16px;
}
.container .left .nav_contact .way .mail{
  padding-left: 25px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  background: url(../images/mail.jpg) no-repeat 0 4px;
}
.container .left .nav_contact .way a:hover{
  color:#014099;
}
.container .left .nav_contact .way a.send{
  display: block;
  width: 170px;
  height: 32px;
  color:#fff;
  overflow: hidden;
  font-size: 18px;
  line-height: 32px;
  text-align:center;
  margin-top: 20px;
   background: #014099 url(../images/msg.jpg) no-repeat  30px 0;
   padding-left: 20px;
}
.container .right{
  width: 810px;
}
.container .right .bread{
  width: 100%;
  overflow: hidden;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 35px;
}
.container .right .bread h1{
  float: left;
  font-size: 24px;
  height:26px;
  line-height:26px;
  overflow:hidden;
  color:#4d4c4c;
  max-width: 340px;
}
.container .right .bread p{
  float: right;
  max-width: 450px;
  padding-left:20px;
  background: url(../images/home_icon.jpg) no-repeat 0 6px;
  font-size: 12px;
  color:#757575;
  height:24px;
  line-height:24px;
  overflow:hidden;
}
.container .right .bread p a{
  color:#757575;
  margin: 0 5px;
  transition: 0.5s;
}
.container .right .bread p a:hover{
  color:#014099;
}

.page{
  float:right;
  text-align: right;
  height: 34px;
 
  
}
.page a{
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  overflow: hidden;
  margin:0 5px;
  font-size: 14px;
  transition: 0.5s;
}
.page a.none_border{
  border:none;
}
.page a.none_border i{
    display: inline-block;
      width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 8px solid #000;
    border-bottom: 4px solid transparent;
    transition: 0.5s;


}
.page a.none_border span{
    display: inline-block;
      width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 4px solid transparent;
    transition: 0.5s;


}
.page a:hover {
  background: #014099;
  color:#fff;
}
.page a.cpb {
  background: #014099;
  color:#fff;
}
.page a.none_border:hover{
    background: none;
}
.page a.none_border:hover i{
  border-right: 8px solid #014099;
}
.page a.none_border:hover span{
  border-left: 8px solid #014099;
}

