﻿@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: 1200px;
  margin: 0 auto;
}
/*head*/
.head{
  width: 100%;
  background: #fff;
}
.head .logo{
  position: relative;
  float: left;
}
.head .logo a{display: block;padding: 30px 0;}
.head .logo a img{height: 80px;display: block;}

.nav{position: relative;z-index: 100;}
.nav ul{background: #06c;border-radius: 5px;}
.nav ul li{float:left;width: 14.25%;position: relative;height:50px;}
.nav ul li a{
  display: block;  
  font-size: 17px;
  color:#fff;
  text-align: center;
  line-height: 50px; 
  transition: 0.5s;
  overflow: hidden;
}
.nav ul li:nth-child(1) a{
  border-radius: 5px 0 0 5px;
}
.nav ul li:nth-child(8) a{
  border-radius: 0 5px 5px 0;
}
.nav ul li a:hover,
.nav ul li a.on{background:#014099;}
.nav ul li .hide{
  background: #558ed5;
  text-align: center;
  position: absolute;
  z-index: 99999;
  display: none;
  opacity: 0.8;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity:0.8;
  top: 50px;left: 0;right: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.nav ul li:hover .hide{display: block;}
.nav ul li .hide a{
  display: block;
  padding:10px;
  margin-bottom: 1px;
  transition:0.5s;
  line-height: 15px;
  text-transform: uppercase;
  color:#fff;
  font-size: 12px;
}
.nav ul li .hide a:hover{background:#014099;color:#fff;}
.page_banner{
  width:100%;
  text-align:center;
  overflow:hidden;
  z-index: 99;
  position: relative;
  top: -25px;
  margin-bottom: -25px;
}
.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%;
}
.container{
  width: 100%;
  padding:40px 0 50px 0;
}
.container .left{width: 230px;}
.menu_title{
  padding: 30px 10px;
  color: #fff;
  background: #06c;
}
.menu_title p{line-height: 1;text-align: center;}
.menu_title p.cn{font-size: 24px;margin-bottom: 10px;}
.menu_title p.en{text-transform: uppercase;font-size: 18px;}

.left_nav{border-left: 2px solid #06c;border-right: 2px solid #06c;}
.left_nav li{border-top: 1px solid #ddd;}
.left_nav li a{color: #333;display: block;padding: 0 30px 0 20px;font-size: 16px;position: relative;line-height: 40px;height: 40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.left_nav li a i{position: absolute;top: 0;right: 0;height: 40px;line-height: 40px;display: block;width: 30px;font-weight: bold;
}
.left_nav li a:hover,
.left_nav li a.on,
.left_nav li.current>a{
  color:#06c;}
.left_nav ul{
  padding: 0 20px;
  display:none;
  margin-bottom: 10px;
}
.left_nav li.current ul{
  display: block;
}
.left_nav li ul li{border-top: none;}
.left_nav li ul a{
  display: block;
  font-size: 14px;
  color:#a6a4a4;
  padding: 10px 0 10px 10px;
  line-height: 20px;
}
.left_nav li ul a:hover,
.left_nav li ul li.current a{
  color:#f60;
}
.left_contact{padding: 25px 0;background: #06c;}
.left_contact p{line-height: 1;color: #fff;text-align: center;}
.left_contact p.tit{color: #ddd;margin-bottom: 10px;font-size: 16px;}
.left_contact p.tel{font-size: 24px;margin-bottom: 15px;}
.left_contact a{width: 130px;height: 35px;text-align: center;color: #06c;display: block;margin: 0 auto;line-height: 35px;background: #fff;}
.left_contact a:hover{background: #f93;color: #fff;}

.menu_case{border:1px solid #ccc;border-top: 2px solid #06c;margin-top: 20px;padding: 0 10px;}
.mcase_tit{font-size: 18px;color: #333;line-height: 40px;}
.mcase_tit span{color: #06c;}
.mcase_tit em{font-size: 14px;color: #999;text-transform: uppercase;font-style: normal;}
.mcase_tit:hover em{color: #06c;}
.mcase_ul{margin-top: 5px;}
.mcase_ul li{padding-bottom: 10px;}
.mcase_ul li a{display: block;line-height: 35px;}
.mcase_ul li a:hover{color: #06c;}

.container .right{width: 940px;padding-bottom: 50px;border: 1px solid #ccc;border-top: 2px solid #06c;float: right;min-height: 805px;}
.location{background: #eee;line-height: 25px;font-size: 15px;padding: 10px 0;}
.location i,.location span{color: #06c;}
.location i{margin-right: 5px;font-size:20px;}
.postion{height: 45px;background: #eee;line-height: 45px;font-size: 18px;padding: 0 15px;color: #333;width: 100%;}
.postion i{color: #06c;font-size: 20px;margin-right: 5px;}

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

