﻿@charset "utf-8";
*,
*:before,
*:after {
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  color: #333;
  line-height: 1;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #014099;
}
img {
  border: 0;
}
ol,ul {
        list-style:none;
    }
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  outline: none;
}
.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;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.border{
  border: 1px solid red;
}

.main{
  width: 1084px;
  /*width: 1200px;*/
  margin: 0 auto;
}
/*head*/
.head{
  width: 100%;
  background: #fff;
}
.head .logo{
  position: relative;
  float: left;
}
.head .logo a{display: block;}
.head .logo a img{height: 120px;display: block;}
.nav{
  position: relative;
}
.nav ul{
  position: relative;
  z-index: 10;
}
.nav ul li{
  float:left;
  width: 94px;
  height: 120px;
  padding-top: 70px;
  text-align: center;
  margin-left: 25px;
  transition: 0.5s;
}
.nav ul li.home{
  background:#014099;
}
.nav ul li.home a.a1{
  color: #fff;
  border:none;
}
.nav ul li a.a1{
  display: block;
  width: 100%;
  height:50px;
  font-size: 17px;
  color:#000;
 
  transition: 0.5s;
  overflow: hidden;
}

.nav ul li:hover {
   background:#014099;

}
.nav ul li:hover a.a1{
  color:#fff;
}
.nav ul li a.on{
  border-bottom: 7px solid #014099;

}
.nav .call{
  width: 360px;
  height: 30px;
  line-height: 25px;
  padding-left: 30px;
  font-size: 26px;
  color:#ff6d07;
  position: absolute;
  right: 0;
  top: 25px;
  overflow: hidden;
  z-index: 9;
}
.nav .call i{
  font-size: 20px;
  color: #000;
}
.nav .call span{color: #000;font-size: 26px;}
.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;

}
.nav ul li:hover .hide{
  display: block;
}
.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;

}
.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_foot{

}
.footer .foot_t .nav_foot .nav_list{
  width: 105px;
  height: 157px;
  border-right: 1px solid #373737;
  float: left;
  margin-left: 35px;
  padding-right: 15px;

}
.footer .foot_t .nav_foot .last{
  border:none;
}
.footer .foot_t .nav_foot .first{
  margin-left: 0;
}
.footer .foot_t .nav_foot .nav_list a{
  display: block;
  color: #b9b9b9;
  font-size: 14px;
  margin: 10px 0;
  height: 14px;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  transition: 0.5s;
}
.footer .foot_t .nav_foot .nav_list h3{margin-bottom: 20px;}
.footer .foot_t .nav_foot .nav_list h3 a{
  font-size: 17px;
  color: #fff;
  font-weight: 400;  
  height: 20px;
  overflow: hidden;
  margin-top: 0;

}
.footer .foot_t .nav_foot .nav_list a span{
  font-family: "songti";
}
.footer .foot_t .nav_foot .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;
  padding-right: 200px;
}
.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: 0;
  cursor: pointer;
}
.footer .foot_b .gotop span{display: block;width: 100px;height: 100px;text-align: center;float: right;color: #fff;}
.footer .foot_b .gotop span.s1{background: #004098;line-height: 105px;font-size: 35px;}
.footer .foot_b .gotop span.s2{background: #414141;}
.footer .foot_b .gotop span.s2 i{display: block;text-align: center;font-size: 35px;line-height: 105px;}
.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;
}
.container .left{
  width: 230px;
  overflow: hidden;
}
.container .left .title{
  width: 230px;
  height: 135px;
  border-left: 2px solid #014099;
  margin-bottom: 10px;
  background: #014099;
  position: relative;
  padding-left: 30px;
  padding-top: 35px;
}
.container .left .title:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 8px;
  background: #fff;
  content: "";
}
.container .left .title h4{ 
  color:#fff;
  font-size: 30px;
  overflow: hidden;
}
.container .left .title h5{
  font-size: 24px;
  margin-top: 10px;
  text-transform: uppercase;
  color:#fff;
  overflow: hidden;
}
.container .left ul.left_nav{padding-left: 12px;}
.container .left ul.left_nav li{
  color:#010101;
}
.container .left ul.left_nav li a{
  font-size: 14px;
  display: block;
  position: relative;
  padding: 15px 0px 15px 25px;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
}
.container .left ul.left_nav li a:hover{
  color:#ff6d06;
}
.container .left ul.left_nav li a:hover i,
.container .left ul.left_nav li a.on i,
.container .left ul.left_nav li.current a i{
   background: #ff6d06;
}
.container .left ul.left_nav li a i{
  position: absolute;
  left:0;
  width: 5px;
  height: 23px;
  background: #d6d6d6;
  top:50%;
  margin-top: -13px;
}
.left .left_nav ul{
  padding: 10px 10px 25px;
  display:none;
}

.container .left ul.left_nav li.current ul{
  display: block;
}
.container .left ul.left_nav li ul a{
  display: block;
  font-size: 14px;
  color:#a6a4a4;
  padding: 10px 0 10px 25px;
  line-height: 20px;
  border-bottom: none;
}
.container .left ul.left_nav li ul a:hover,
.container .left ul.left_nav li ul li.current a{
  background: #c9c9c9;
  color:#014099;
}
.container .left .nav_contact{
  margin-top: 80px;
  padding-left: 12px;
}
.container .left .nav_contact .c_title{
  
}
.container .left .nav_contact .c_title h6{
  font-size: 26px;
  color:#000;
  margin-bottom: 5px;
  width: 100%;
  height: 26px;
  overflow: hidden;
}
.container .left .nav_contact .c_title p{
  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;
  position: relative;
}
.container .left .nav_contact .way .phone i,.container .left .nav_contact .way .mail i{position: absolute;top: 0;left: 0;color: #b1b1b1;}
.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;
  position: relative;
}
.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;
}
.container .left .nav_contact .way a.send i{font-size: 20px;margin-right: 5px;}
.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 h2{
  float: left;
  font-size: 24px;
  height:26px;
  line-height:26px;
  color:#4d4c4c;
}
.container .right .bread p{
  float: right;
  font-size: 12px;
  color:#757575;
  height:24px;
  line-height:24px;
  overflow:hidden;
}
.container .right .bread p i{font-size: 14px;margin-right: 5px;}
.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;
}

