/*reset css*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none;
  margin: 0; padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }
a{
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
body{
  font-family: "Microsoft YaHei", arial, sans-serif;
  font-size: 62.5%;
  color: #292929;
  background-color: #fff;
  line-height: 1.4;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
             visibility: hidden;
             display: block;
             font-size: 0;
             content: " ";
             clear: both;
             height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*end reset css*/
/* ================Start setting main page=============== */
/*-----------------------grid system---------------------*/
body {
    background-color: #fff;
}
.page{
  width: 1920px; 
  background-color: #506780;
  margin: 0 auto;
}
.container{
  padding-right: 0;
  padding-left: 0;
  width: 1060px;
  margin: 0 auto;
}



/* 底部 */
.footer {
    position: relative;
    padding-top: 35px;
    height: 305px;
    background-color: #e2e2e2;
}
.footer .content{
  padding: 0;
}
.footer .backtop {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 28px;
    background: url("//dl.cfxz123.com/source/www/template/common/backtop.png") no-repeat;
}

.footer .footer-top {
    margin-bottom: 35px;
    font-size: 0;
}

.footer .footer-top span {
    font-size: 16px;
    color: #292929;
    line-height: 38px;
    vertical-align: top;
}
.footer .footer-top img{
    float: right;
    display: block;
}

.footer p {
    margin-top: 20px;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 1.6;
}

.footer-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px 0;
    height: 34px;
    line-height: 34px;
}
.footer-bottom .main-bg{
    height: 48px;
    background-color: #999;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.main-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.footer-bottom .content{
    position: relative;
    z-index: 1;
    padding: 0;
}
.footer-bottom em{
    display: inline-block;
    margin-right: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    vertical-align: middle;
}
.footer-bottom em a{
    display: inline-block;
    width: 24px;
    height: 23px;
    vertical-align: middle;
}
.footer-bottom em i{
    display: inline-block;
    margin-right: 9px;
    width: 24px;
    height: 23px;
    vertical-align: top;
}
.footer-bottom em i.footer-pho{
    background: url("//dl.cfxz123.com/source/www/template/common/iconbox.png") no-repeat -34px -239px;
}
.footer-bottom em i.footer-email{
    background: url("//dl.cfxz123.com/source/www/template/common/iconbox.png") no-repeat 0 -238px;
}

.footer-btn{
    display: inline-block;
    margin-right: 60px;
    width: 250px;
    font-size: 0;
    vertical-align: top;
}
.footer-btn a{
    display: inline-block;
    width: 115px;
    height: 100%;
    font-size: 14px;
    color: #225578;
    text-align: center;
    line-height: 34px;
    vertical-align: top;
    border-radius: 20px;
    background-color: #fff;
}
.footer-btn a:hover{
    color: #fff;
    background-color: #e99c26;
}
.footer-btn a i{
    display: inline-block;
    width: 23px;
    height: 22px;
    vertical-align: middle;
    background: url("//dl.cfxz123.com/source/www/template/common/footer-icon.png") no-repeat;
}
.footer-btn a.footer-qq{
    float: right;
    color: #fff;
    background-color: #e99c26;
}
.footer-btn a.footer-qq:hover{
    color: #225578;
    background-color: #fff;
}
.footer-btn a.footer-ser i{
    background-position: -30px 0;
}
.footer-btn a.footer-qq i{
    background-position: 0 -30px;
}
.footer-btn a.footer-ser:hover i{
    background-position: 0 0;
}
.footer-btn a.footer-qq:hover i{
    background-position: -30px -30px;
}

/*右侧浮动层结束*/
/*-----------------------end grid system--------------------*/
@media (max-width: 479px){
  .page {
    width: 91.99%;;
  }
  .container{
    width: 90.5%;
  }
}
@media (min-width: 480px){
  .page {
    width: 95%;
  }
  .container{
    width: 93.5%;
  }
}
@media (min-width: 768px) {
  .page {
    width: 96%;
  }
  .container{
    width: 96%;
  }
}
@media (min-width: 992px) {
  .page {
    width: 96.5%;
  }
  .container{
    width: 96.5%;
  }
}
@media (min-width: 1024px){
  .container{
    width: 96.5%;
  }
  .page{
    width: 96.5%;   
  }
}
@media (min-width: 1218px) {
  .page {
    width: 1060px;
  }
  .container{
    width: 1060px;
  }
}