@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html,
body{
  height:100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
/* iPhone4/5 */
@media (max-width: 320px) {
  html {
    font-size: 42.66665px;
  }
}
/* iPhone 6 */
@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 50px;
  }
}
/* iPhone 6 + */
@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 321px) and (max-device-width: 374px) {
  html {
    font-size: 47px;
  }
}
@media (min-width: 737px) and (max-device-width: 1024px) {
  html {
    font-size: 80px;
  }
}
body {
  font-family: dsp,PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
  font-size:16px;
  color: #737071;
  -webkit-text-size-adjust: 100% !important;
}
a,
img,
div,
button,
input {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
/*  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
nav {
  list-style: none;
}
img {
  max-width: 100%;
}
.afterfix:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
}
a{
  color:#555;
  text-decoration:none;
}
a:hover{
text-decoration:none;
outline:none;
}

a:focus{
text-decoration:none;
outline:none;
}

:focus{
outline:0;
}
form{
	height:100%;
}

hr{
  border: 0;
}


/*//针对虚拟按键的手机*/
@media screen and (max-aspect-ratio:9/12) and (min-aspect-ratio:9/14){
}



.header{
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #116699;
}
.header .wrapper{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.header .order-btn{
  width: 136px;
  height: 28px;
  background-color: #fff;
  line-height: 28px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}
.header .order-btn span{
  color: #116699;
  font-size: 18px;
  letter-spacing: 1px;
}

.logo{
  position: absolute;
  top: 0;
  
  height: 100%;
}
.logo .logo-img{
  position: absolute;
  top: 15px;
  left: 0;
  width: 192px;
  height: 30px;
  text-align:left;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  /*background: url('images/logo.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;*/
  overflow: hidden;
}
.logo .city{
  display: block;
  width: 70px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 192px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  text-align: right;
  border-left: 1px solid  #fff;
  letter-spacing: 1px;
}
.logo .department{
  display: block;
  position: absolute;
  top: 0;
  left: 275px;
  height: 100%;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  padding-left: 45px;
  white-space : nowrap;
  letter-spacing: 1px;
}
.logo .department:before{
  display: block;
  content: '';
  width: 31px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  background: url('images/icon1.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.nav{
  float: right;
  height: 100%;
  padding:0 13px;
  margin-right: 160px;
}
.nav .menu-list{
  width: 100%;
  height: 100%;
}
.nav .menu-btn{
  display: none;
}
.nav .menu-list .menu-parent{
  padding: 0;
  margin: 0;
}
.nav .menu-list .menu-parent > li{
  display: block;
  float: left;
  position: relative;
}
.nav .menu-list .menu-parent > li > a{
  display: block;
  margin: 0 10px;
  padding: 0 15px;
  height: 100%;
  line-height: 60px;
  position: relative;
}
.nav .menu-list .menu-parent > li > a > span{
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}
.nav .menu-list .menu-parent > li > a > span em{
  display: none;
}
.nav .menu-list .menu-parent > li:hover > a,
.nav .menu-list .menu-parent > li.active > a{
  background-color: #1188cc;
}
.nav .menu-list .menu-parent > li > ul{
  position: absolute;
  left: 50%;
  top: 100%;
  width: 200%;
  padding-top: 12px;
  margin-left: -100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  transition: all .3s cubic-bezier(.19,1,.22,1);
  z-index: 2;
}
.nav .menu-list .menu-parent > li > ul:before{
  display: block;
  content:'';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid  #116699;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
}
.nav .menu-list .menu-parent > li:hover > ul{
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.nav .menu-list .menu-parent > li > ul > li{
  display: block;
  height: 35px;
  line-height: 35px;
}
.nav .menu-list .menu-parent > li > ul > li.first{
  display: none;
}
.nav .menu-list .menu-parent > li > ul > li:first-child{
  padding-top: 10px;
  background-color: #116699;
  border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -ms-border-radius: 9px 9px 0 0;
}
.nav .menu-list .menu-parent > li > ul > li:last-child{
  padding-bottom: 10px;
  background-color: #116699;
  border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -ms-border-radius: 0 0 9px 9px;
}
.nav .menu-list .menu-parent > li > ul > li:nth-child(2){
  padding-top: 10px;
  background-color: #116699;
  border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -ms-border-radius: 9px 9px 0 0;
}
.nav .menu-list .menu-parent > li > ul > li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #116699;
}
.nav .menu-list .menu-parent > li > ul > li:last-child a{
  border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -ms-border-radius: 0 0 9px 9px;
}
.nav .menu-list .menu-parent > li > ul > li a span{
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}
.nav .menu-list .menu-parent > li > ul > li a:hover{
  background-color: #1188cc;
}

.footer{
  background: url(images/footerBg.jpg) no-repeat center center #dededd;
  padding-bottom: 20px;
}
.footer .footer-content{
  text-align: center;
  padding:25px 0 20px;
}
.footer .footer-content span{
  display:inline-block;
  color: #116699;
  letter-spacing: 1px;
  font-size: 30px;
  margin: 0 10px;
  padding-left: 40px;
  position: relative;
}
.footer .footer-content span:before{
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left:0;
  background:url('images/icon-tel.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footer .footer-content span a{
  color: #116699;
}
.footer .copyright{
  text-align: center;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}

.main{
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
.index .main{
  padding-bottom: 0;
}
.ContactUsBox{
  width:100%;
  max-width:1100px;
  margin:80px auto;}
.ContactUsTitle{
  width:100%;
  border-bottom:2px #116699 solid;
  padding:20px 0px;
  font-size:36px;
  font-weight:bold;
  margin-bottom:30px;}
.ContactUsLeft{
  float:left;
  width:50%;
  vertical-align:top;}
.ContactUsLeft h3{
  font-size:20px;
  font-weight:bold;
  margin:20px 0px;}
.ContactUsLeft p{
  font-size:16px;
  line-height:30px;
  margin:20px 0px;}
.ContactUsRight{
  float:right;
  width:40%;
  margin-left:8%;
  padding-top: 5%;
  vertical-align:top;}
.ContactUsRight img{
  width:100%;
  max-width:800px;}
/*//手机端*/
@media screen and (max-width: 1200px){
  body{
    font-size: .3rem;
  }
  .page{
    padding-bottom: 1rem;
  }
  .header {
    width: 100%;
    height: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header .wrapper{
    width: 100%;
  }
  .logo {
    width: 50%;
    height: 100%;
    left: 0;
  }
  .logo .logo-img {
    left: .2rem;
    width: 3rem;
    height: .6rem;
    line-height: .7rem;
    font-size: .36rem;
  }
  .logo .city {
    width: 1rem;
    height: .6rem;
    top: .4rem;
    left: 3.2rem;
    line-height: .6rem;
    font-size: .36rem;
  }
  .logo .department{
    display: none;
  }
  .header .order-btn {
    position: fixed;
    top: inherit;
    bottom: 0px;
    left: 0px;
    display: block;
    background: rgba(85,135,200,0.9);
    padding:0px;
    text-align: center;
    font-size: .3rem;
    color: #ffffff !important;
    text-decoration: none;
    display: inline;
    font-weight: bold;
    -webkit-appearance: none;
    outline: none;
    border: 0px;
    z-index: 2;
    width: 100%;
    height: 1rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    line-height: 1rem;
  }
  .header .order-btn span {
    color: #fff;
    font-size: .36rem;
  }
  .nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 1;
    padding: 0;
    margin:0
  }
  .nav .menu-btn{
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .4rem;
  }
  .nav .menu-btn em{
    display: block;
    width: .6rem;
    height: .075rem;
    background-color: #fff;
    border-radius: .05rem;
    margin: 0 auto;
    margin-bottom: .1rem;
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform-origin: .05rem center;
    transform-origin: .05rem center;
  }
  .nav .menu-list{
    display: none;
    position: fixed;
    top: 1.2rem;
    right: 0;
    width: 50%;
    height: auto;
    z-index: 999;
    background-color:#116699;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav .menu-list .menu-parent{
    height: 100%;
  }
  .nav .menu-list .menu-parent > li{
    width: 100%;
  }
  .nav .menu-list .menu-parent > li > a {
    margin: 0;
    padding: 0 .2rem;
    height: auto;
    line-height: .9rem;
    border-top: 1px solid  rgba(255,255,255,.25);
  }
  .nav .menu-list .menu-parent > li > a.off{
    display: none;
  }
  .nav .menu-list .menu-parent > li:hover > a, .nav .menu-list .menu-parent > li.active > a {
    background-color: #116699;
  }
  .nav .menu-list .menu-parent > li > a:after{
    display: none;
  }
  .nav .menu-list .menu-parent > li > a > span{
    font-size: .3rem;
  }
  .nav .menu-list .menu-parent > li > a > span em{
    display: inline-block;
  }
  .nav .menu-list .menu-parent > li > ul{
    display: none;
    position: fixed;
    top: 1.2rem;
    right: 0;
    width: 50%;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: 1001;
    background-color: red;
  }
  .nav .menu-list .menu-parent > li > ul.on{
    display: block;
  }
  .nav .menu-list .menu-parent > li > ul:before{
    display: none;
  }
  .nav .menu-list .menu-parent > li > ul > li.first{
    display: block;
  }
  .nav .menu-list .menu-parent > li > ul > li:first-child{
    padding-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
  }
  .nav .menu-list .menu-parent > li > ul > li:last-child{
    padding-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
  }
  .nav .menu-list .menu-parent > li > ul > li:last-child a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
  }
  .nav .menu-list .menu-parent > li > ul > li:nth-child(2){
    padding-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .nav .menu-list .menu-parent > li > ul > li {
    height: .9rem;
    line-height: .9rem;
  }
  .nav .menu-list .menu-parent > li > ul > li a{
    border-top: 1px solid  rgba(255,255,255,.25);
  }
  .nav .menu-list .menu-parent > li > ul > li.first a{
    background-color: #3385b7;
  }
  .nav .menu-list .menu-parent > li > ul > li a span{
    font-size: .26rem;
  }
  .nav.on .menu-list{
    display: block;
  }
  .nav.on .menu-btn{
    position: fixed;
  }
  .nav.on .menu-btn em:first-child{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav.on .menu-btn em:nth-child(even){
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .nav.on .menu-btn em:last-child{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .footer{
    padding: .3rem 0;
  }
  .footer .footer-content {
    padding-bottom: .5rem;
  }
  .footer .footer-content span{
    font-size: .4rem;
    padding-left: .6rem;
    letter-spacing: 0;
  }
  .footer .footer-content span:before{
    width: .4rem;
    height: .4rem;
    margin-top: -.2rem;
  }
  .footer .copyright {
    font-size: .2rem;
    padding: 0 .4rem;
    line-height: 1.5;
  }
  .main{
    padding-top: 1.2rem;
  }
  .ContactUsBox{
    width:100%;
    max-width:1100px;
    margin:0px auto;}
  .ContactUsTitle{
    width:90%;
    border-bottom:2px #116699 solid;
    padding:20px 2%;
    margin:0px auto;
    font-size:24px;
    font-weight:bold;
    margin-bottom:30px;}
  .ContactUsLeft{
    float:none;
    width:90%;
    margin:0px auto;
    vertical-align:top;}
  .ContactUsLeft h3{
    font-size:18px;
    font-weight:bold;
    margin:20px 0px;}
  .ContactUsRight{
    float:none;
    width:90%;
    margin:20px auto;
    vertical-align:top;
    padding-top: 0;
  }
}