
/**************** 通用元素 ****************/
body, div, p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
.footer_a{
   color:#555;
}
.footer_a:hover{
   color:#919191;
  
}
article, aside, details, canvas, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 1400px;
}

img {
  border: 0;
  vertical-align: top;
}

dl, dt, dd, ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

input, textarea, button {
  margin: 0;
  padding: 0;
  outline: none;
  resize: none;
  font-family: "Microsoft Yahei UI","Microsoft Yahei","微软雅黑";
}

input[type="search"] {
  box-sizing: content-box;
}

.main {
  min-height: 800px;
  height: auto;
}

button {
  border: 0;
}

em, i, b, strong {
  font-style: normal;
}

iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Microsoft Yahei UI","Microsoft Yahei","微软雅黑";
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Microsoft Yahei UI","Microsoft Yahei","微软雅黑";
  font-weight: 500;
  line-height: 1.1;
}


.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-red {
  color: #eb3900;
}

.text-yellow {
  color: #ffe25b;
}

.text-orange {
  color: #ff8818;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.color-deep-orange{
 color:#EC3901;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
}

.col-1 {
  width: 8.333333333333332%;
}

.col-2 {
  width: 16.666666666666664%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-8 {
  width: 66.66666666666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-11 {
  width: 91.66666666666666%;
}

.col-12 {
  width: 100%;
}



.container {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  box-sizing: border-box;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.clear {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.clearfix, ul.clearfix-ul-li li {
  *zoom: 1;
  *height: 1%;
}

.clearfix:after, ul.clearfix-ul-li li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.test-box {
  border: 1px dashed gray;
}

/************ 行高 ***********/
.line-h-15 {
  line-height: 15px;
}

.line-h-20 {
  line-height: 20px;
}

.line-h-22 {
  line-height: 22px;
}



.line-h-25 {
  line-height: 25px;
}

.line-h-30 {
  line-height: 30px;
}

.line-h-35 {
  line-height: 35px;
}

.div-height20 {
  width: 100%;
  height: 20px;
}

.line-h-40 {
  line-height: 40px;
}

.color-gray {
  color: gray;
}

.color-white {
  color: white;
}

.color-red {
  color: red;
}

/************ 线条 ***********/

.border-bottom-solid {
  border-bottom: 1px solid;
}

.border-bottom-color-gray {
  border-bottom-color: gray;
}
/************ 字体大小 ************/

.font-s14 {
  font-size: 14px;
}

.font-s16 {
  font-size: 16px;
}

.font-s18 {
  font-size: 18px;
}

.font-s20 {
  font-size: 20px;
}

.font-s22 {
  font-size: 22px;
}

.font-s24 {
  font-size: 24px;
}

.font-s26 {
  font-size: 26px;
}

.font-s28 {
  font-size: 26px;
}

.font-s30 {
  font-size: 30px;
}

.font-s32 {
  font-size: 32px;
}

.font-s34 {
  font-size: 34px;
}

.font-s36 {
  font-size: 36px;
}

.font-bold {
  font-weight: bold;
}
/************ 高度 ***********/

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-25 {
  height: 25px;
}


.h-30 {
  height: 30px;
}

.h-36 {
  height: 36px;
}

/************ 定位 ***********/

.pos-relative {
  position: relative;
}

.bg-img-center {
  background-position: center;
  background-repeat: no-repeat;
}

/************ 内边距 ***********/
.padding-left-5, .padding-left-right-5 {
  padding-left: 5px;
}

.padding-right-5, .padding-left-right-5 {
  padding-right: 5px;
}

.padding-left-10, .padding-left-right-10 {
  padding-left: 10px;
}

.padding-right-10, .padding-left-right-10 {
  padding-right: 10px;
}

.padding-left-15, .padding-left-right-15 {
  padding-left: 15px;
}

.padding-right-15, .padding-left-right-15 {
  padding-right: 15px;
}

.padding-left-20, .padding-left-right-20 {
  padding-left: 20px;
}

.padding-right-20, .padding-left-right-20 {
  padding-right: 20px;
}

.padding-left-26, .padding-left-right-20, .padding-horizontal-26 {
  padding-left: 26px;
}

.padding-right-26, .padding-left-right-26, .padding-horizontal-26 {
  padding-right: 26px;
}

/** 内容 **/
.content {
  width: auto;
}

/** 轮播 **/
.carousel {
  min-height: 530px;
  height: auto;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  display: block;
  z-index: 0;
}

.carousel img {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
  height: 100%;
}


.header .container {
  width: 90%;
  min-width:1200px;
}

.footer .container, .auto .container {
  width: 80%;
  min-width:1200px;
}


/** 头部 **/
.header {
  width: 100%;
  background-color: #000000;
  background-color: rgba(0,0,0,0.5);
  background: url('../Images/nav_bg.png') repeat-x center;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  clear: both;
  z-index: 99999;
  
}

.header .container {
  height: 70px;
  line-height: 70px;
}

.header .ul-logo {
  float: left;
}

.header .ul-logo li {
  float: left;
  padding-right: 10px;
}

.header .ul-logo li .splogo {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.header .ul-nav {
  float: right;
  font-size: 16px;
  margin-right: 12px;
}
  
.header .ul-nav li {
  float: left;
  padding-left: 9px;
  padding-right: 8px;
  margin-right: 20px;
  margin-left: 20px;
  height: 68px;
}

.header .ul-nav li a {
  color: white;
  text-decoration: none;
  display: block;
  letter-spacing: 1px;
}

.header .ul-nav .liactive {
  border-bottom: 2px solid #FF8818;
  font-weight:bold;
}
.header .ul-nav li:hover{
  font-weight:bold;
}
.header .div-nav-child {
  height: 220px;
  width: 100%;
  background-color: #fafafa;
  position: absolute;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.header .div-nav-child .ul-nav-child {
  height: 160px;
  width: auto;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
}

.header .div-nav-child .ul-nav-child li {
  width: 224px;
  height: 128px;
  display: table-cell;
  border-right: 1px solid #ebebeb;
  vertical-align: middle;
}
.header .div-nav-child .ul-nav-child li:last-child{
  border-right:none;
}
.header .div-nav-child .ul-nav-child li .nav-child-img{
  width:96px;
  height:96px;
  margin:0 auto;
  margin-bottom:4px;
}
.header .div-nav-child .ul-nav-child li:hover .nav-child-img{
  background-position: -96px 0px;
}
.header .div-nav-child .ul-nav-child li a {
  display: block;
  color: #333;
}

.header .div-nav-child .ul-nav-child li .a-link {
  margin-top: 16px;
  font-size:15px;
}
.header .div-nav-child .ul-nav-child li:hover .a-link,.header .div-nav-child .ul-nav-child-2 li:hover .a-link{
  color:#ff7a04;
  font-weight:bold;
}
.header .div-nav-child .ul-nav-child-2 {
  width: auto;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  height: 100%;
}

.header .div-nav-child .ul-nav-child-2 li {
  width: 220px;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
}

.header .div-nav-child .ul-nav-child-2 li img {
  height: 120px;
}

.header .div-nav-child .ul-nav-child-2 li a {
  display: block;
  color: #333;
  width: auto;
}

.header .div-nav-child .ul-nav-child-2 li .a-link {
  margin-top: 16px;
}

.header .div-nav-child .ul-nav-child-2 .li-nav {
  border-right: 1px solid #efefef;
  width: 120px;
}

.header .div-nav-child .ul-nav-child-2 .li-nav dl dd {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height:50px;
  cursor: pointer;
  width: 100%;
}

.header .div-nav-child .ul-nav-child-2 .li-nav dl .dd-active {
  background: url('../Images/menu_ico.png') no-repeat left;
  color: #ff7f16;
}


.header .search {
  float: right;
  height: 32px;
  display: inline-block;
  margin-top: 18px;
}

.header .search .search-header-text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 138px;
  border: 1px solid #aaa;
  color: #eee;
  font-size: 14px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  padding-left: 12px;
  border-right: none;
  background:none;
  opacity:0.6;
  filter: Alpha(opacity=60);
  background-color: rgba(0,0,0,0.05);
  float: left;
}

.search-header-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
.search-header-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#ccc;
}
.search-header-text::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#ccc;
}
.search-header-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}

.header .search .search-header-button {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  float: left;
  width: 40px;
  border: 1px solid #aaa;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-left: none;
  background:url(../Images/icon.png) 2px 0px no-repeat;
  background-size: auto;
  opacity:0.6;
  filter: Alpha(opacity=60);
  cursor: pointer;
  background-color: rgba(0,0,0,0.05);
}

.header .logo {
  height: 38px;
  width: 190px;
  background: url('../Images/logo.png') no-repeat center;
  margin-top: 15px;
}
/** 单页banner **/
.banner-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-box-index {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 800px;
}

/*.banner {
width: 3000px;
position: absolute;
left: 50%;
margin-left: -1500px;
text-align: center;
}*/

.banner-box img {
  height: 100%;
}

/** 脚部 **/
.footer {
  height: auto;
  background-color: #24272d;
  position: relative;
}

.footer .menus {
  padding-top: 40px;
  height: 200px;
}

.footer .ul-menu {
  float: left;
  width: 192px;
  position: relative;
}

.footer .ul-menu .lititle {
  margin-bottom: 20px;
  color: #919191;
  font-size: 15px;
}

.footer .ul-menu li {
  margin-bottom: 8px;
}

.footer .ul-menu li a {
  text-decoration: none;
  color: #666;
  font-size: 13px;
}

.footer .ul-menu li a:hover {
  text-decoration: underline;
}

.footer .weixin {
  float: right;
  height: 200px;
  width: 140px;
  margin-right: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer .weixin img {
  width: 140px;
}

.footer .weixin .sptitle {
  display: block;
  line-height: 30px;
  height: 30px;
  color: #ddd;
  font-size: 14px;
}

.footer .copyright {
  color: #555;
  font-size: 13px;
  width: 100%;
  margin-bottom: 30px;
}

.footer .links {
  border-top: 1px solid #2e3138;
  min-height: 100px;
  height: auto;
}

.footer .links .linktitle {
  width: 14%;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #2c303b;
  margin-top: 25px;
  float: left;
  position: relative;
}

.footer .links .icon-link-ex {
  height: 24px;
  width: 24px;
  float: left;
  margin-top: 12px;
  margin-right: 5px;
}

.footer .links .linktitle .sp-chinese {
  display: block;
  float: left;
  color: #909090;
  font-size: 16px;
}

.footer .links .linktitle .sp-en {
  display: block;
  float: left;
  font-size: 12px;
  color: #555;
}

.footer .links .linkdiv {
  height: 100px;
  line-height: 100px;
  width: 82%;
  float: left;
  margin-left: 20px;
}

.footer .links .ullink {
  margin-top: 20px;
}

.footer .links .ullink li {
  float: left;
  margin-right: 30px;
  line-height: 30px;
}

.footer .links .ullink li a {
  text-decoration: none;
  color: #676566;
}

.footer .links .ullink li a:hover {
  text-decoration: underline;
}

/*悬浮框*/
.icon-hotline {
    display: block;
    text-align: center;
    margin: 0 auto;
}
/*.toolbar-item,.toolbar-layer{background:url(../images/toolbar.gif) no-repeat;}*/
.toolbar{   
    width: 58px;
    background-color: white;
    position: fixed;
    right: 15px;
    bottom: 220px;
    -moz-box-shadow: 0px 0px 3px #d2d2d2;
    -webkit-box-shadow: 0px 0px 3px #d2d2d2;
    box-shadow: 0px 0px 3px #d2d2d2;
    font-size: 12px;
  padding:0 5px;
  z-index:100;
}
.toolbar-item{
  text-align: center;
  line-height: 24px;
  display:block;
  width:58px;
  height:72px;
  margin-top:1px;
  position:relative;
  border-bottom: 1px dotted #ddd;
  box-sizing:border-box;
  padding-top:6px;
  color:#666;
  cursor:pointer;
}
.toolbar-item:hover{
  color:#15cd45;
}
.toolbar-item:last-child{
  border-bottom: none;
}
.toolbar-item:hover .icon-hotline{
  background-position: -314px -840px;
}
.toolbar-item:hover .icon-qq{
  background-position: -346px -840px;
}
.toolbar-item:hover .icon-top{
  background-position: -378px -840px;
}
.toolbar-item:hover .toolbar-layer{
  opacity:1;filter:alpha(opacity=100);
  transform:scale(1);-webkit-transform:scale(1);
  -moz-transform:scale(1);-ms-transform:scale(1);
  -o-transform:scale(1);
}
.toolbar-item .toolbar-layer{
  height:130px; 
  width:244px; 
  background:url(../Images/toolbar_qq.png) no-repeat;
}
.toolbar-layer p{ 
  line-height:30px; 
  color:#474747; 
  font-size:12px; 
  margin:0px; 
  width:190px; 
  margin-left:23px; 
  float:left; 
  text-indent:0px;
}
.toolbar-layer p label{ 
  float:left; 
  font-size:12px;
}
.toolbar-layer p .qqnumber{ 
  margin-top:-25px; 
  float:right; 
  margin-right:4px; 
  color:#fff; 
  cursor:pointer;
}
.toolbar-layer img{ 
  float:right; 
  margin-top:4px; 
  cursor:pointer;
}
.toolbar-layer-con{ 
  line-height:34px; 
  font-size:16px; 
  font-weight:bold; 
  text-align:left; 
  margin-left:26px;
  color: #555;
}
.toolbar-layer-con span{
  color:#15cd45; 
  font-family:"微软雅黑"; 
  font-size:17px;
}

.toolbar-layer{
  position:absolute;
  right:54px;
  bottom:-10px;
  width:172px;
  opacity:0;
  filter:alpha(opacity=0);
  transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  -webkit-transform-origin: 95% 95%;
  transform:scale(0.01);
  -moz-transform:scale(0.01);
  -ms-transform:scale(0.01);
  -o-transform:scale(0.01);
  -webkit-transform:scale(0.01);
  transition:all 1s;
  -moz-transition:all 1s;
  -ms-transition:all 1s;
  -o-transition:all 1s;
  -webkit-transition:all 1s;
}



/** 图标 **/
.icon-hotline {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.icon-qq {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.icon-top {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.icon-link {
  background: #24272E url('../Images/linkIco.png') no-repeat center;
  -ms-background-size: auto;
  background-size: auto;
}


.div-pages {
  background-color: #f2f2f2;
  height: 50px;
  width: 450px;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 60px;
  margin-top: 60px;
}

.div-pages .ul-pages {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 10px auto;
  text-align: center;
}

.div-pages .ul-pages li {
  float: left;
  color: #333333;
  -moz-min-width: 20px;
  -ms-min-width: 20px;
  -o-min-width: 20px;
  -webkit-min-width: 20px;
  min-width: 20px;
  text-align: center;
  padding: 0 5px;
  margin: 0 3px;
  height: 30px;
  line-height: 30px;
}

.div-pages .ul-pages li a {
  color: #333333;
}

.div-pages .ul-pages .liactive {
  background-color: #339ec2;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: white;
  font-weight:600;
}

.div-pages .ul-pages .liactive a {
  color: white;
  font-weight: 600;
}



/*轮播*/
.ul-banner {
  height: 100%;
  width: 100%;
  border: 1px solid red;
}

.ul-banner li {
  float: left;
}

.ul-banner li div {
  display: inline-block;
  height: 100%;
  height: 500px;
  width: 100%;
  z-index: 999;
  position: relative;
}


.child-last-2 ul li:nth-child(2n),
.child-last-3 ul li:nth-child(3n),
.child-last-4 ul li:nth-child(4n),
.child-last-5 ul li:nth-child(5n),
.child-last-6 ul li:nth-child(6n) {
  margin-right: 0 !important;
}

/*当前位置*/
.div-site-info {
  height: 54px;
  line-height: 54px;
  width: 100%;
  font-size: 14px;
  background-color: #f2f2f2;
}

.div-site-info .ul-site {
}

.div-site-info .ul-site li {
  font-size: 14px;
  float: left;
  margin-right: 5px;
}

.div-site-info .span-site-title {
  color: #888888;
}

.div-site-info .span-site-info a{
  color: #333333;
}

.div-site-info .span-site-info a:hover{
  color: #ff7a04;
}

.icon-site {
  background: url(../Images/icon.png) no-repeat;
  width: 18px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: -314px -200px;
  display: inline-block;
  float: left;
  margin-top: 17px;
  margin-right: 10px;
}

/*按钮*/
a.btn.btn-white, a.btn.btn-org {
  display: inline-block;
  padding: 14px 38px;
  border: 1px dashed #ff7a04;
  background-color: transparent;
  color: #ff7a04;
  font-size: 18px;
  border-radius: 38px;
}


a.btn.btn-org {
  border-color: orange;
  color: orange;
}

a.btn.btn-white {
  color: white;
  border-color: white;
}


/*导航条 */
.nav-bar-box {
}

.nav-bar-box ul.nav-list li {
  float: left;
}

/* li 行末尾元素 */
li.last {
    margin-right: 0;
}

/* 通用控制 国庆红色20190929  
.header{
  background-image: unset !important;
  background-color:rgba(255, 0, 0, 1) !important;
}
.footer{
  background-color: #f85a5a !important;
  /*  background-color: #24272d;*/
/*   background: linear-gradient(to bottom,rgb(255, 255, 255),#f85a5a,#fd0101);
}

.header .div-nav-child{
  background-color:rgb(255, 168, 168) !important;
  background: linear-gradient(to bottom,rgba(255, 0, 0, 1),rgb(253, 236, 236));
}

.footer .links .ullink li a,.footer .linktitle span{
  color: #fff !important;
}

.footer .links,.footer .links .linktitle{
  border-color:rgb(252, 133, 133);
}

.header .search .search-header-text,.header .search .search-header-button{
  border-color: #fff !important;
}*/

