@charset "utf-8";

/*-----------------------------css reset-----------------------------*/
body{font-size:14px;font-family:PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体;line-height: 1.42857143;color: #333;background-color: #f2f2f2;background: url(../images/icon/bg.png;vpn_img) no-repeat top left fixed;background-size: 100% 100%;}
a{color: #333;}
a:hover,a:focus{color: red;}
.mainShareDiv_24{display:none !important;}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
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,caption,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;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*{transition:background .5s;-webkit-transition:background .5s;}
a {text-decoration: none;cursor: pointer;}
img,table{max-width: 100% !important;}
img,input{vertical-align: middle;}
li {list-style: none;}
hr{border: none;}
.fl{float:left;}
.fr{float:right;}
.hidd{overflow:hidden;}
.margno{margin: 0 !important;}
.paddno{padding: 0 !important;}
.disno{display: none;}
/*css3*/
.bodrad{border-radius: 6px;}
.boxsha{box-shadow: 0 2px 7px #cccccc;}
.container {
    width: 1200px;
    margin: 0 auto;
}
.tianqi{
    position: relative;
    top: -9px;
}

/*互动交流*/
.hd_nav > .active{
	background: #BA0813;
}

.hd_list > .title > div{
	color: #BA0813;
    font-weight: bold;
}
#page_div .currentIndex{
	background: #BA0813;
    border: 1px solid #BA0813;
}
.hd_wyxx .yzm > div > a{
	background: #BA0813;
}
.hd_wyxx .tijiao > button{
	background: #BA0813;
}

.pic {
  width: 468px;
  height: 315px;
  float: left;
  overflow: hidden;
  position: relative;
}
.pic .img ul li img {
  width: 468px;
  height: 315px;
}
.pic .titleTxt {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
}
.pic .titleTxt .pic_title {
  width: 80%;
  float: left;
}
.pic .titleTxt .pic_title li {
  width: 100%;
  line-height: 40px;
  text-indent: 20px;
  color: #fff;
}
.pic .titleTxt .pic_title li a{
  width: 100%;
  line-height: 40px;
  text-indent: 20px;
  color: #fff;
}
.pic .titleTxt .small_btns {
  width: 20%;
  float: right;
  height: 40px;
}
.pic .titleTxt .small_btns li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin-top: 15px;
  margin-right: 10px;
}
.pic .titleTxt .small_btns li.active {
  background: #015293;
}
.pic .titleTxt .small_btns li:hover {
  cursor: pointer;
}

/*------导航------*/
.nav_dh {
  width: 1200px;
  height: 50px;
  margin: auto;
  margin-top: 60px;
}
.nav_dh li {
  width: 20%;
  height: 50px;
  float: left;
  border-right: solid 1px #CF535A;
  text-align: center;
  background: #BA0813;
}
.nav_dh li a {
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.nav_dh li.active {
	background: #DE2A2A;
}
.nav_dh li  img {
  margin-right: 10px;
  margin-top: -5px;
  transition: all 0.6s;
}
.nav_dh li:hover {
  background: #DE2A2A;
}
.nav_dh li:hover img {
  transform: scale(1.2);
}
.nav_dh li:last-child {
  border-right: none;
}
.hd_wyxx{
	border:none !important;
}
.bsfw_img{
  margin-left:5px;
}
#footer{
  position: relative;
  bottom: 0px;
  width: 100%;
}

#maplist table{width: 100%;font-size: 16px;margin-top: 20px;}
#maplist td{border: 2px solid white;height: 40px;line-height: 30px;}
#maplist .one{background: #e5f1fd;font-weight: bold;text-align: center;width: 15%;}
#maplist .one a{color: #0b5492;}
#maplist .two{background: #f7f7f7;text-align: center;width: 18%;}
#maplist .two a{color: #086c98;}
#maplist .three{background: #f7f7f7;color: #086c98;padding-left: 10px;}
#maplist .three a{color: #086c98;display: inline-block;margin: 0 10px;}

/* 动画 */
@keyframes myfirst
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(15deg);}
    100% {transform: rotate(0deg);}
}
@-moz-keyframes myfirst /* Firefox */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@-o-keyframes myfirst /* Opera */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@keyframes overturn
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-moz-keyframes overturn /* Firefox */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-webkit-keyframes overturn /* Safari 和 Chrome */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-o-keyframes overturn /* Opera */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@keyframes magnify
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-moz-keyframes magnify /* Firefox */
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-webkit-keyframes magnify
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-o-keyframes magnify 
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .nav_dh{
 width:100%;
 background: #BA0813;
 margin: 0 auto;
 height: auto;
}
.nav_dh ul{
  background:#BA0813;
  min-height: 100px;
  margin-bottom: 10px;
}
.nav_dh li {
  width:33.33%;
  border-bottom: 1px solid #CF535A;
}
.nav_dh li  img{
 display:none;
}
.nav_dh li:last-child {
  border-right: solid 1px #CF535A;
}
}






































































