/*
 * @title           ä¼ä¸åæ°æå¡å¹³å° ï¼åºç¡æ ·å¼ï¼
 * @author          DoDomun
 * @email           dododomun@gmail.com
 * @version         1.0
 * @update          $Date: 2019-09-23 $
 */
/**************************************/
/* base css */



* {
  margin: 0%;
  padding: 0%;
}

html {
  /*color: #ffffff;*/
  font-family: 'Microsoft YaHei','SF Pro Display',Roboto,Noto,Arial,'PingFang SC',sans-serif;
  overflow: -moz-scrollbars-vertical;
}
body, html{
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  /*color: #ffffff;*/
}

li {
  list-style: none;
}

/* webkit-scrollbar */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}

::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  border: 0px solid rgba(255, 255, 255, 0);
  background-clip: content-box;
  background-color: #000;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 0px;
  border: 0px solid rgba(255, 255, 255, 0);
  background-clip: content-box;
  background-color: #666;
}

::-webkit-scrollbar-corner {
  background-color: #333;
}

.shaanxicontainer{
  min-width: 1200px;
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px){
  .shaanxicontainer {
    min-width: 970px;
  }

}

@media screen and (max-width: 992px){
  .shaanxicontainer{
    min-width: 768px;
  }
}


/* header (start)
***********/
#header{
  /* border-bottom: 2px solid #edeff0; */
}
.header-top{
  height: 90px;
  background: url(/image/headerTop-bg.png) no-repeat;
  background-size: 100% 100%;
}

.header-left{
  width: 40%;
  float: left;
  color: #333333;
}
.logo{
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(/image/logo.png) no-repeat;
  background-position: center center;
  float: left;
}
.header-name{
  display: inline-block;
  color: #333333;
  line-height: 90px;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-weight: bold;
}
/* header-left
***********/
.header-right{
  width: 60%;
  float: left;
}

.header-nav{
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #006cb9;
}
.header-nav .navItems{
  overflow: hidden;
  position: relative;
}
.header-nav .navItem{
  width: 100px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  float: left;
  margin: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  text-align: center;
}
.header-nav .nav_bar ,.nav_bar_copy{
  left: 18px;
  bottom: 0;
  position: absolute;
  background: #fff;
  width: 64px;
  height: 3px;
  transition: 0.35s cubic-bezier(0.32, 1.4, 0.13, 1.4);
  -webkit-transition: 0.35s cubic-bezier(0.32, 1.4, 0.13, 1.4);
  -ms-transition: 0.35s cubic-bezier(0.32, 1.4, 0.13, 1.4);
  -moz-transition: 0.35s cubic-bezier(0.32, 1.4, 0.13, 1.4);
  -o-transition: 0.35s cubic-bezier(0.32, 1.4, 0.13, 1.4);
}

.header-nav .navItem:hover:nth-of-type(1)~.nav_bar {
  left: 18px;
}
.header-nav .navItem:hover:nth-of-type(2)~.nav_bar {
  left: 118px;
}

.header-nav .navItem:hover:nth-of-type(3)~.nav_bar {
  left: 218px;
}

.header-nav .navItem:hover:nth-of-type(4)~.nav_bar {
  left: 318px;
}

.header-nav .navItem:hover:nth-of-type(5)~.nav_bar {
  left: 418px;
}
.header-nav .navItem:hover:nth-of-type(6)~.nav_bar {
  left: 518px;
}
.header-nav .navItem:hover:nth-of-type(7)~.nav_bar {
  left: 618px;
}
.header-nav .navItem:hover:nth-of-type(8)~.nav_bar {
  left: 718px;
}
.header-nav .navItem:hover:nth-of-type(9)~.nav_bar {
  left: 818px;
}
.header-nav .navItem:hover:nth-of-type(10)~.nav_bar {
  left: 918px;
}
.header-nav .navItem:hover:nth-of-type(11)~.nav_bar {
  left: 1018px;
}
.header-nav .navItemsfor1 .nav_bar {
  left: 18px;
}
.header-nav .navItemsfor1 .nav_bar_copy{
  left: 18px;
}
.header-nav .navItemsfor2 .nav_bar {
  left: 118px;
}
.header-nav .navItemsfor2 .nav_bar_copy{
  left: 118px;
}
.header-nav .navItemsfor3 .nav_bar{
  left: 218px;
}
.header-nav .navItemsfor3 .nav_bar_copy{
  left: 218px;
}
.header-nav .navItemsfor4 .nav_bar {
  left: 318px;
}
.header-nav .navItemsfor4 .nav_bar_copy{
  left: 318px;
}
.header-nav .navItemsfor5 .nav_bar {
  left: 418px;
}
.header-nav .navItemsfor5 .nav_bar_copy{
  left: 418px;
}
.header-nav .navItemsfor6 .nav_bar{
  left: 518px;
}
.header-nav .navItemsfor6 .nav_bar_copy{
  left: 518px;
}
.header-nav .navItemsfor7 .nav_bar {
  left: 618px;
}
.header-nav .navItemsfor7 .nav_bar_copy{
  left: 618px;
}
.header-nav .navItemsfor8 .nav_bar {
  left: 718px;
}
.header-nav .navItemsfor8 .nav_bar_copy{
  left: 718px;
}
.header-nav .navItemsfor9 .nav_bar {
  left: 818px;
}
.header-nav .navItemsfor9 .nav_bar_copy{
  left: 818px;
}
.header-nav .navItemsfor10 .nav_bar{
  left: 918px;
}
.header-nav .navItemsfor10 .nav_bar_copy{
  left: 918px;
}
.header-nav .navItemsfor11 .nav_bar{
  left: 1018px;
}
.header-nav .navItemsfor11 .nav_bar_copy{
  left: 1018px;
}
.navItem a{
  color: #fff;
  font-size: 16px;
}
.navItem:hover a{
  color: #fff;
  font-size: 16px;
}

/* header (over)
***********/

/* footer (start)
***********/
.shaanxifooter{
  width: 100%;
  overflow: hidden;
  color: #fff;
}
.footer-top{
  width: 100%;
  /*height: 300px;*/
  height: 100px;
  background: #006cb9;
}
.footer-left{
  overflow: hidden;
  float: left;
  padding-top: 50px;
}
.footerItems{
  width: 120px;
  overflow: hidden;
  float: left;
  text-align: center;
}
.footerItems h3{
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.footerItems a{
  color: #fff;
}
.footerItems p{
  font-size: 14px;
  line-height: 28px;
}
.footer-right{
  overflow: hidden;
  float: right;
  padding-top: 50px;
}
.QRcode-blocks{
  width: 110px;
  overflow: hidden;
  float: left;
  text-align: center;
  margin: 0px 25px;
}
.Qrcode-name{
  line-height: 40px;
}

.footer-mesg{
  clear: both;
  padding-top: 35px;
  text-align: center;
}
.footer-mesg p{
  line-height: 26px;
  text-align: center;
}
.footer-bottom{
  color: #555555;
  text-align: center;
  line-height: 40px;
}

.footer-bottom a{
  color: #555555;
}
.footer a:hover{
  text-decoration: underline;
}
/* footer (over)
***********/

/* section (start)
***********/
.section{
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  clear: both;
}
.section-hd{
  height: 60px;
  line-height: 60px;
  clear: both;
}
.section-bd{
  clear: both;
  overflow: auto;
}
.section-title{
  color: #233354;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.section-fot{
  background: #fff;
}
.section-fot p{
  width: 96%;
  margin-left: 2%;
  border-top: 1px solid #eeeeee;
  line-height: 54px;
  text-align: center;
}
.section-fot p a{
  display: inline-block;
  color: #006cb9;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 94px;
  height: 100%;
  text-align: left;
  overflow: hidden;
  padding-left: 24px;
}
.section-fot p a:after{
  content: '';
  position: absolute;
  right: -24px;
  width: 24px;
  height: 24px;
  margin-top: 15px;
  background: url("/image/arrow-r.png") no-repeat;
  background-position: center center;
  background-size: cover;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-fot p a:hover:after{
  transform: translateX(-26px);
  -webkit-transform: translateX(-26px);
  -moz-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  -o-transform: translateX(-26px);
}
/*è¡¨æ ¼å¬ç¨æ ·å¼*/
.table-items{
  width: 100%;
  height: 100%;
}
.table-item{
  width: 96%;
  padding: 0 2%;
  height: 40px;
  line-height: 40px;
}
.table-items p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.table-items a{
  color: #333333;
}
.table-item a:hover{
  color: #006cb9 !important;
}
.table-foot{
  height: 38px;
  line-height: 38px;
  text-align: right;
}

/* æ´å¤ å¬å±æ ·å¼ */

/* æ¥çæ´å¤ */
.more {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  letter-spacing: 1px;
  position: absolute;
  right: 0%;
  padding: 0px 15px;
  overflow: hidden;
}
.more:hover{
  color: #006cb9;
}

.lookMore{
  width: 102px;
  height: 36px;
  border: 2px solid #006cb9;
  border-radius: 20px;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  margin-top: 39px;
  margin-bottom: 20px;
}
.lookMore a{
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #006cb9;
  font-size:16px;
}
.lookMore:hover{
  background-color: #006cb9;
}
.lookMore:hover a{
  color: #ffffff;
}

/* å·¥å·æ  æµ®å¨æ¡ */
.fixBlock{
  position: fixed;
  z-index: 999;
  right: 20px;
  top: 40%;
  color: #333333;
}
.fixItem{
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #006cb9;
  margin: 1px;
  position: relative;
}
.fixItem img{
  vertical-align: middle;
}
.fixItem .fix-content{
  display: none;
  position: absolute;
  top: 1%;
  left: -100px;
  width: 100px;
  height: auto;
  background: #eeeeee;
  border-top: 1px solid #006cb9;
  color: #006cb9;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;

}
.fixItem:hover .fix-content{
  display: none;
}
/* å¯¼èªæ  æµ®å¨æ¡ */
.floanav .fixItem{
  width: 100px;
  text-align: center;
  line-height: 48px;
  background: #006cb9;
  margin: 1px;
  position: relative;
}

/* å¤éæ¡æ ·å¼ */
.checkItem {
  width: auto;
  float: left;
  margin: 0px 7px;
}

.checkItem input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  width: 0px;
  height: 0px;
  background: #fff;
  position: relative;
}

.checkItem input[type="checkbox"]~label {
  border: 1px solid #666;
  color: #666;
  font-size: 14px;
  padding: 5px;
}
.checkItem input[type="checkbox"]:checked~label{
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
/* æå­è¶åºéè */
.overellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
