﻿@charset "utf-8";

/* Basic CSS starts */

*{
	font-family: Microsoft YaHei,Helvetica,Arial,sans-serif;
	white-space: normal;
	padding:0px;
	margin:0px;
}
body
{
    font-size:14px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
ul, li {
    list-style: none;
}
p{
	margin:0;
	padding:0;
}
a{
    cursor:pointer;
}
a,a:hover,a:active,a:focus{
	 text-decoration:none;
}

a:hover{

}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbd8d8;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}
.clearfix {
    _zoom: 1;
}
.font12{
    font-size:12px;
}
.font14{
    font-size:14px;
}
.font16{
    font-size:16px;
}
.font18{
    font-size:18px;
}
.font20{
    font-size:20px;
}
.font25{
    font-size:25px;
}
.font30{
    font-size:30px;
}
.font40{
    font-size:40px;
}
.font50{
    font-size:50px;
}
.left{
    text-align:left;
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.font-weight{
    font-weight:bold;
}
.no_weight{
    font-weight:500;
}
.colorred{
    color:#E50014;
}
.color000{
    color:#000000;
}
.color333{
    color:#333333;
}
.color6c6{
    color:#6C6C6C;
}
.color666{
    color:#666666;
}
.color999{
    color:#999999;
}
.color5c7{
    color:#5C7796;
}
.colorfff{
    color:#ffffff;
}
.colorfff:hover,.colorfff:focus{
    color:#ffffff;
}
.P0{
    padding:0px;
}
.PT0{
    padding-top:0px;
}
.PB0{
    padding-bottom:0px;
}
.P5{
    padding:5px;
}
.P10{
    padding:10px;
}
.P15{
    padding:15px;
}
.PT0{
    padding-top:0px;
}
.PT5{
    padding-top:5px;
}
.PT10{
    padding-top:10px;
}
.PT15{
    padding-top:15px;
}
.PT20{
    padding-top:20px;
}
.PT30{
    padding-top:30px;
}
.PT40{
    padding-top:40px;
}
.PB0{
    padding-bottom:0px;
}
.PB5{
    padding-bottom:5px;
}
.PB10{
    padding-bottom:10px;
}
.PB15{
    padding-bottom:15px;
}
.PB20{
    padding-bottom:20px;
}
.PB30{
    padding-bottom:30px;
}
.PB40{
    padding-bottom:40px;
}
.PTB5{
    padding:5px 0px;
}
.PTB10{
    padding:10px 0px;
}
.PTB15{
    padding:15px 0px;
}
.PTB20{
    padding:20px 0px;
}
.PTB25{
    padding:25px 0px;
}
.PTB30{
    padding:30px 0px;
}
.PTB35{
    padding:35px 0px;
}
.PTB40{
    padding:40px 0px;
}
.PL10{
    padding-left:10px;
}
.PL15{
    padding-left:15px;
}
.PR10{
    padding-right:10px;
}
.MT0{
    margin-top:0px;
}
.MT5{
    margin-top:5px;
}
.MT10{
    margin-top:10px;
}
.MT15{
    margin-top:15px;
}
.MT20{
    margin-top:30px;
}
.MT30{
    margin-top:30px;
}
.MB10{
    margin-bottom:10px;
}
.MB15{
    margin-bottom:15px;
}
.MB20{
    margin-bottom:20px;
}
.MB30{
    margin-bottom:30px;
}
.MB40{
    margin-bottom:40px;
}
.MB50{
    margin-bottom:50px;
}
.btn {
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    border-radius:50px;
}
.btn.btn-solid {
    background: #E50014;
    color: #ffffff;
}
.btn.btn-solid:hover {
    background: #D20010;
}
.img-responsive{
    display:inline-block;
}
.no-position{
    position:inherit;
}
/***********************************header************************************/
.agileits_top_menu {
    background: #506A86;
    padding: 0.22em 1em;
}
.w3l_header_left {
    margin: .3em 0 0;
}
.w3l_header_left ul li {
    display: inline-block;
    margin-right: 2em;
    font-size: 13px;
    color: #FFF;
    letter-spacing: 1px;
    width:100%;
    text-align:center;
}
.w3l_header_left ul li i {
    padding-right: 0.2em;
    color: #FFF;
}
.w3l_header_left ul li a {
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
}
.container-navbar{
    max-width: 1200px;
    margin: 0 auto;
}
.navbar-default {
    background-color: #213143;
    height:130px;
    position: relative;
    margin-bottom:0px;
    border:none;
}
.navbar-default.fixed {
    position: fixed;
}
.navbar-default .navbar-brand {
    padding:0px;
    padding-top: 13px;
    padding-right: 16px;
}
.navbar-default .navbar-nav {
    width:100%;
    padding-top:30px;
}
.navbar-default .navbar-nav > li {
    width:12.5%;
    text-align:center;
}
.navbar-default .navbar-nav > li > a {
    font-size:18px;
    color:#fff;
    width:100%;
    padding: 0px 5px;
    border-right: 2px solid #4A6078;
}
.navbar-default .navbar-nav > li:last-child > a {
    border-right:none
}
.navbar-default .navbar-nav > .cur > a, .navbar-default .navbar-nav > .cur > a:focus, .navbar-default .navbar-nav > .cur > a:hover {
    color:#81A2C1;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > .cur > a,.navbar-default .navbar-nav > li:hover > a{
    color: #81A2C1;
}
.navbar-default .navbar-nav > li{
    position:inherit;
}
.navbar-default .navbar-nav > li.down{
    background: url(../images/cloud-tab-arrow.png) no-repeat bottom;
    padding-bottom: 25px;
}
.navbar-default .navbar-nav > li.no{
    background: none;
}
.navbar-default .collapse-top{
    padding-top:20px;
    padding-right: 30px;
}
.navbar-default .top_txt div{
    color:#A6C3DE;
    font-size:12px;
}
.navbar-default .top_txt div a{
    color:#A6C3DE;
    font-size:22px;
    font-weight:bold;
}
.navbar-default .top_txt .div_1,.navbar-default .top_txt .div_2{
    float:left;
    height:35px;
}
.navbar-default .top_txt .div_2{
    line-height:35px;
    padding-left:5px;
}
.navbar-default .top_txt .div_1 .letter{
    letter-spacing:4px;
}
.navbar-default .right1 {
    width: 42%;
    height: 32px;
    background: #213143;
    position: relative;
    float: right;
    margin-left:15px;
}
.navbar-default .right1 .right1_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 85%;
    height: 32px;
    background: #213143;
    border: 1px solid #506A86;
}
.navbar-default .right1 .right1_box input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color:#A6C3DE;
}
.navbar-default .right1 .in2 {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    width: 15%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background:#A6C3DE url('../images/sd_bg8.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 28% -440px;
}
.navbar-default .menu_level{
    width:100%;
    background:#101A26;
    display:none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 130px;
    padding:10px 0px;
}
.navbar-default .navbar-nav > li.down .menu_level{
    display:block;
    min-width: 100%;
}
.navbar-default .menu_level .menu_level_con{
    max-width:1200px;
    margin:0 auto;
}
.navbar-default .menu_level .menu_level_con .menu_nav{
    width:710px;
    float:right;
}
.navbar-default .menu_level .menu_level_con .menu_nav li{
    float:left;
}
.navbar-default .menu_level .menu_level_con .menu_nav li a{
    color:#ffffff;
    font-size:16px;
    padding:0px 15px;
    border-right: 1px solid #4A6078;
}
.navbar-default .menu_level .menu_level_con .menu_nav li a:hover,.navbar-default .menu_level .menu_level_con .menu_nav li.cur a{
    color:#81A2C1;
}
.navbar-default .menu_level .menu_level_con .menu_nav > li:last-child > a {
    border-right: none;
}
 /***********************************Slider************************************/
 .callbacks_container{
     position:relative;
 }
#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav.prev {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent url("../images/icons.png") no-repeat;
    background-position: 0 0;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent url("../images/icons.png") no-repeat;
    background-position: -25px 0;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 13px;
    border-radius: 18px;
    width: 13px;
    display: inline-block;
    background: #fff;
	border:1px solid #fff;
}
.callbacks_here a:after{
	background: #0F1925;
    border-color:#0F1925;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 15px;
    z-index: 111;
    left: 0;
    padding: 0;
    margin: 0;
    width:100%;
    text-align:center;
}
.callbacks_tabs li{
	display:inline-block;
}
/**************************************图片滚动***********************************/
.Box .content {max-width: 1200px;margin: 0 auto;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;left:0;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 300px;height: 356px;overflow: hidden;}
.Box .Box_con .conbox ul li img {display: block;width: 300px;height: 356px;}
.Box .Box_con .conbox ul li a{position:relative;display:block;color:#373434;}
.Box .Box_con .conbox ul li a .hover{position:absolute;top:0;left:0;width:90%;padding:10px 5%; margin-top:30%;margin-bottom:30%; text-align:center;font-size:16px; display:none;background-color:rgba(255,255,255,0.9);}
.Box .Box_con .conbox ul li a:hover .hover{display:block;}


/***********************************index************************************/
.mainWidth{
    max-width:1200px;
    margin:0 auto;
}
.content_box .title {
    width: 100%;
    padding: 10px 0px;
    margin-top: 36px;
    border-bottom: 3px solid #000000;
    font-size: 20px;
    color: #262121;
}
.content_box .title.mt0 {
    margin-top: 0px;
    padding-top:0px;
}
.content_box .title .aright {
    color: #262121;
    font-size: 16px;
    float: right;
    padding-top: 5px;
}
.list_new li a{
    display:block;
    font-size: 16px;
    color:#262121;
    padding:16px 0px;
    border-bottom:1px solid #C9C9C9;
}
.list_new li a:hover{
    color:#46617F;
}
.heng_box {
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1% 0px 1%;
}
.heng_box .plan_com {
    max-width: 1200px;
    margin: auto;
}
.heng_box .list_menu{
    padding:20px 0px;
}
.heng_box .list_menu li{
    display:inline-block;
    padding: 0px 48px 0px 50px;
    border-right:2px solid #4C6077;
}
.heng_box .list_menu li:last-child{
    border-right:none;
}
.heng_box .list_menu li a{
    color:#FFFFFF;
    font-size:20px;
    width: 20px;
    word-wrap: break-word;
    display: block;  
}
.heng_box .list_menu li a:hover{
    color:#7AA4D2;
}
.heng_box_1{
    background: #27394D;
    color:#FFFFFF;
}
.heng_box_1 .box_bg{
    padding: 15% 30px;
    background: #7A92AC;
}
.heng_box_1 .plan_com .listitem_zhuanjia li a{
    position:relative;
    display:block;
}
.heng_box_1 .plan_com .listitem_zhuanjia a .hover{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    padding:30% 5%; 
    text-align:center;
    color:#FFFFFF;
    display:none;
    background:#5B5B5B;
}
.heng_box_1 .plan_com .listitem_zhuanjia a:hover .hover{
    display:block;
}
.heng_box_2 .plan_com{
    background:#EEEFF1;
}
.heng_box_2 .plan_com .img_pro{
    padding-top:70px;
}
.heng_box_2 .plan_com .table{
    margin-top:15px;
}
.heng_box_2 .plan_com .table th{
    background:#27394D;
    color:#FFFFFF;
    font-size:16px;
}
.heng_box_2 .plan_com .table td{
    border:none;
    color:#373434;
    font-size:16px;
}
.heng_box_2 .plan_com .table td a{
    color:#373434;
}
.heng_box_2 .plan_com .table td a:hover{
    color:#7AA4D2;
}
.heng_box_3 .plan_com .title_ty{
    width:100%;
    background:#27394D;
    padding:20px 0px;
    text-align:center;
}
.heng_box_3 .plan_com .title_ty a{
    color:#ffffff;
    font-size:18px;
    padding:0px 15px;
}
.heng_box_3 .plan_com .title_ty a.border{
   border-right:2px solid #445A72;
}
.heng_box_3 .plan_com .title_ty a:hover,.heng_box_3 .plan_com .title_ty a.cur{
   color:#4A82BF;
}
.heng_box_3 .plan_com .listitem{
   display:none;
}
.heng_box_3 .plan_com .listitem li a{
    position:relative;
    display:block;
    color:#373434;
}
.heng_box_3 .plan_com .listitem a .hover{
    position:absolute;
    top:0;
    left:0;
    width:90%;
    padding:10px 5%; 
    margin-top:30%;
    margin-bottom:30%; 
    text-align:center;
    font-size:16px; 
    display:none;
    background-color:rgba(255,255,255,0.9);
}
.heng_box_3 .plan_com .listitem a:hover .hover{
    display:block;
}
/***********************************藏品************************************/
.heng_box_4{
    background:#F8F7F7;
}
.heng_box_4 .title_ty{
    background:#46617F;
    text-align:center;
    min-height: 1px;
    overflow-y: auto;
    margin:0px 10px 0px 10px;
}
.heng_box_4 .title_ty a{
    display:block;
    float:left;
    width:20%;
    padding: 10px 0px;
    text-align:center;
    font-size:20px;
    color:#FFFFFF;
    letter-spacing:2px;
}
.heng_box_4 .title_ty a:hover,.heng_box_4 .title_ty a.cur{
    background:#213143;
}
.heng_box_4 .plan_com .c1_list .listitem{
    display:none;
}
.heng_box_4 .plan_com .c1_list .heng_con {
    padding: 10px;
}
.heng_box_4 .plan_com .c1_list .item {
    background: #ffffff;
    font-size: 16px;
    margin: 0px;
    display: block;
    overflow: hidden;
    padding: 0px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.heng_box_4 .plan_com .c1_list .c1_img {
    display: block;
    width: 100%;
    min-height: 80px;
    max-height:285px;
    overflow: hidden;
}
.heng_box_4 .plan_com .c1_list .item .c1_img img {
    display: inline-block;
    width: 100%;
    max-height:285px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_4 .plan_com .c1_list .item .c1_img img:hover{
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_4 .plan_com .c1_list .item .c1_titleText {
    font-size:16px;
    display: inline-block;
    width: 100%;
    color: #646262;
    padding: 10px 15px 10px 15px;
    text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.heng_box_4 .plan_com .c1_list .item .c1_titleText:hover {
    color: #46617F;
}
.heng_box_4 .plan_com .c1_list .item .c1_desc {
    padding: 0px 15px;
    text-align: left;
    min-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}
.heng_box_4 .plan_com .c1_list .item .cl_time {
    padding: 0px 15px;
    margin-top: 10px;
    text-align: left;
}
.heng_box_4 .plan_com .c1_list .item .cl_time .right {
    float: right;
}
.heng_box_4 .plan_com .c1_list .item .cl_time .fa {
    padding-right: 3px;
}
/***********************************产品详情************************************/
.heng_box_4 .bran_menu{
    color:#213143;
    font-size:14px;
    padding:10px 0px;
    border-top:1px solid #D1D2D3;
    border-bottom:1px solid #D1D2D3;
}
.heng_box_4 .detailCont{
    color:#213143;
}
.heng_box_4 .detailCont img{
   display:inline-block;
   max-width:100%;
}
.heng_box_4 .div_top{
    padding:20px 0px;
    margin: 0 auto;
    max-width:1000px;
}
.heng_box_4 .div_top .showsum ul{
    min-height:20px;
    overflow-y:auto;
    padding-top:20px;
}
.heng_box_4 .div_top .showsum ul li{
    width:20%;
}
.heng_box_4 .div_top .showsum ul li a{
    width:100%;
    display:block;
    border:2px solid #EEEEEE;
}
.heng_box_4 .div_top .showsum ul li.cur a{
    border-color:#A47F1A;
}
.heng_box_4 .div_top .showsum ul li img{
    max-height:90px;
}
.heng_box_4 .div_middle,.heng_box_4 .div_bottom{
    padding:15px 0px;
    border-top:1px solid #D1D2D3;
}
.heng_box_4 .div_middle p{
    padding:3px 0px;
}
.heng_box_4 .div_bottom{
    line-height:25px;
}
/***********************************嘉泽************************************/
.heng_box_4 .title_ty_2 a{
    width:25%;
}
.heng_box_4 .div_middle.noborder{
    border-top:none;
    line-height: 25px;
}
/***********************************资讯************************************/
.heng_box_4 .title_ty_3 a{
    width:50%;
}
.heng_box_4 .plan_com .c1_list .listnew .divImg{
    max-width:100%;
    overflow:hidden;
    display:block;
}
.heng_box_4 .plan_com .c1_list .listnew .divImg img {
    display: inline-block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_4 .plan_com .c1_list .listnew .divImg img:hover{
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_4 .plan_com .c1_list .listnew li{
    min-height:100px;
    overflow-y:auto;
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #D8D0D0;
}
.heng_box_4 .plan_com .c1_list .listnew li:first-child{
    padding-top:0px;
}
.heng_box_4 .plan_com .c1_list .listnew li .title{
    padding-top:8px;
    display:block;
    color:#35393C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.heng_box_4 .plan_com .c1_list .listnew li .title:hover{
    color:#46617F;
}
.heng_box_4 .plan_com .c1_list .listnew li .desc{
    line-height: 23px;
    min-height:120px;
    max-height:120px;
    color:#35393C;
    overflow: hidden;
    text-overflow: ellipsis;
}
.heng_box_4 .plan_com .c1_list .listnew .time .right {
    float: right;
}
.heng_box_4 .plan_com .c1_list .listnew .time .fa {
    padding-right: 3px;
}
.heng_box_4 .plan_com .c1_detail .h4 {
    text-align: center;
    padding-top: 0px;
    margin-top: 30px;
    font-weight: 600;
    line-height: 25px;
    color:#213143;
}
.heng_box_4 .plan_com .c1_detail .time {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
    color: #213143;
}
.heng_box_4 .plan_com .c1_detail .detailsCont{
    line-height: 30px;
    color:#213143;
}
.heng_box_4 .plan_com .c1_detail .c1_brand {
    font-size: 16px;
}
.heng_box_4 .plan_com .c1_detail .c1_brand a{
    font-size: 16px;
    color:#213143;
}
.heng_box_4 .plan_com .c1_detail .c1_brand a:hover{
    color:#46617F;
}
/***********************************服务************************************/
.heng_box_4 .title_ty_3 a {
    width: 33.333333333%;
}

/***********************************分页************************************/
.pager .pagin-list{
	padding-top: 20px;
}
.pager a, .pager span {
	display: inline-block;
	line-height: 24px;
	padding: 0 9px;
    font-size:15px;
    -webkit-border-radius:2px;
    -moz-border-radius:25px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
	border-radius: 2px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif !important;
}
.pager a {
    color: #333333;
	text-decoration: none;
	border:1px solid #DDDDDD;
}
.pager a:hover {
	color: #fff;
	border-color: #213143;
	background: #213143;
}
.pager .current {
	cursor: default;
	color: #fff;
	border-color: #213143;
	background: #213143;
}
.pager a.last {
	margin-right: 0px;
}



/***********************************footer************************************/
.footer_youlian{
    width:100%;
    background:#F0F0F0;
    padding-top:10px;
    padding-bottom:5px;
}
.footer_youlian .con{
    max-width:1200px;
    margin:0 auto;
}
.footer {
    width: 100%;
    background:#28394D;
}
.footer_com {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 30px 0px;
}
.footer_com p{
    padding:5px 0px;
}
.footer_com p.PL10{
    padding-left:10px;
}
.footer_com p,.footer_com a{
     font-size:14px;
     color:#E8E7E3;
}
.footer_com a{
     padding-right:10px;
}
.footer_com a:hover{
     color:#E8E7E3;
}
.footer_com .nav_footer{
    padding-bottom:10px;
}
.footer_com .nav_footer a, .footer_com .nav_footer span {
    color: #E8E7E3;
    font-size:18px;
    padding: 3px 6px;
    background: none;
    background-color: none;
}
.footer_com .div_ewm p{
    text-align:center;
    font-size:16px;
    padding-top:5px;
}
/***********************************底部导航************************************/
#tool {
	height: 52px;
	display: none;
}

#tool .toollist {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 52px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.toollist li {
	float: left;
	width: auto;
	height: 100%;
	width: 25%;
	position: static!important;
	margin: 0;
	border-radius: 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none!important;
	background: none;
}

.toollist li a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	position: relative;
}

.toollist li a img {
	width: 24px;
	height: 24px;
}
.toollist li a p {
	margin: 1px 0 1px 0;
	font-size: 14px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}
.toollist_gray {
	background: #213143;
}
.toollist_gray li {
	border-right: 1px solid #506A86;
}
.toollist_gray li a {
	color: #fff;
}
/***********************************右侧导航************************************/
.rightNav{width: 40px; background: #213143;border-radius:10px 0 0 10px; height: 320px; position: fixed;right: 0;top: 50%;padding-top: 32px;margin-top:-210px; z-index: 9999;}
.rightNav span{ font-size: 12px; color: #fff; width: 40px; height: 20px; display: block;margin-bottom:16px; text-align: center;position: relative;z-index: 999;padding-top: 60px;}
.rightNav span div{ position: absolute;right: 40px; top: -23px; background: #fff; z-index: 999;  display: none;}
.rightNav span div a{ display: block;line-height: 0; line-height: 28px; color: #999999;}
.rightNav .ewm_div{ padding: 20px;width: 160px;}
.rightNav .ewm_div img{  display: block;padding-bottom:10px;}
.rightNav .ewm_div b{ display: block; float: left; text-align: center; color: #999; font-weight: normal;}
