body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background-color: #203866 !important;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    border: 0;
    vertical-align: middle;
}

li {
    vertical-align: middle;
}

em {
    font-style: normal;
    font-weight: bold;
}

i {
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

input,
button,
select,
textarea,
a {
    outline: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    background: transparent;
    text-decoration: none;
    color: #666;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

a:active,
a:hover {
    outline: 0;
}

body {
    color: #fff;
    font: 14px/2 'Hiragino Sans GB', '', , 'STHeiti', Arial, 黑体, 宋体, Tahoma, Helvetica;
    word-break: break-all;
}

.o8 {
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
}

.o8:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

div,
p {
    max-height: 10000rem;
}

::selection {
    color: #fff;
    background-color: #338fff;
}

 ::-moz-selection {
    color: #fff;
    background-color: #338fff;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}


/*自定义常用配制*/

.l {
    float: left;
}

.r {
    float: right;
}

.w {
    width: 100%;
}

.h {
    height: 100%;
}

.full {
    width: 100%;
    height: 100%;
}

.hw {
    width: 50%;
}

.hh {
    height: 50%;
}

.cer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.cer0,
.cer1,
.cer2 {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

.cer3 {
    padding: 0 80px;
}

.b {
    font-weight: bold
}

.n {
    font-weight: normal;
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.posr {
    position: relative
}

.ikong {
    display: inline-block;
    width: 14px;
}

.bkong30 {
    width: 100%;
    height: 30px;
}

.bkong40 {
    width: 100%;
    height: 40px;
}

.bkong50 {
    width: 100%;
    height: 50px;
}

.bkong60 {
    width: 100%;
    height: 60px;
}

.bkong70 {
    width: 100%;
    height: 70px;
}

.bkong80 {
    width: 100%;
    height: 80px;
}

.disn {
    display: none
}

.disb {
    display: block
}

.dib {
    display: inline-block;
}

.ov {
    overflow: hidden
}

.cur {
    cursor: pointer
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.op70 {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

a.aftl {
    position: relative;
}

a.aftl::after {
    left: 100%;
    position: absolute;
    bottom: 0;
    content: " ";
    width: 0;
    border-bottom: 1px solid #f5951c;
    -webkit-transition: .3s;
    transition: .3s;
}

a.aftl:hover::after {
    width: 100%;
    left: 0;
    transition: width 0.3s;
    -webkit- transition: width 0.3s;
}

.lefthalf {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.righthalf {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


/*font-style*/

.t12 {
    font-size: 12px;
}

.t14 {
    font-size: 14px;
}

.t16 {
    font-size: 16px;
}

.t18 {
    font-size: 18px;
}

.t24 {
    font-size: 24px;
}

.t26 {
    font-size: 26px;
}

.t28 {
    font-size: 28px;
}

.t30 {
    font-size: 30px;
}

.t32 {
    font-size: 32px;
}

.t34 {
    font-size: 34px;
}

.t36 {
    font-size: 36px;
}

.ti2 {
    text-indent: 2em;
}

.lh1-5 {
    line-height: 1.5em;
}

.lh30 {
    line-height: 30px;
}

.lh2-5 {
    line-height: 2.5em;
}

.lh2 {
    line-height: 2em;
}

.fontya {
    font-family: '';
}

.fontsong {
    font-family: 'simsun';
}

.ell {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ttc {
    text-transform: capitalize;
}

.ttl {
    text-transform: lowercase;
}

.ttu {
    text-transform: uppercase;
}

.c3 {
    color: #333
}

.c6 {
    color: #666
}

.c9 {
    color: #999
}

.ca {
    color: #aaa;
}

.cf {
    color: #fff;
}

.ora {
    color: #f70;
}

.red {
    color: #f00;
}

.blue {
    color: #0096ff;
}

.c4 {
    color: #444;
}

.c8 {
    color: #888;
}

.yel {
    color: #f5951c;
}

.lblue {
    color: #bfdefb;
}

.green {
    color: #3c2;
}

.picw img,
.pagecon img {
    max-width: 100%;
}

.maxw {
    max-width: 100%;
}

.maxw2 {
    max-width: 98%;
}

.limitwh {
    max-width: 100%;
    max-height: 100%;
}

.limitwh2 {
    max-width: 90%;
    max-height: 90%;
}

.pagecon div,
.pagecon p,
.pagecon span {
    font-size: 26px!important;
    line-height: 44px!important;
}

.bsb {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.yj4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.yj2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.shadow6 {
    box-shadow: 0 0px 6px 0 #d9d9d9;
}

.guodu {
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.guodu2 {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.poa {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.pic101,
.pic102,
.pic104 {
    overflow: hidden;
}

.pic102 img,
.pic104 img,
.pic101 img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

li:hover .pic101 img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

li:hover .pic102 img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

li:hover .pic104 img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

@media screen and (max-width:380px) {}

.btn {
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn2 {
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

img.tw {
    position: relative;
    margin-top: -3px;
}

div.pageList {
    padding: 0 20px 0;
    text-align: center;
}

div.pageList ul.l {
    display: none;
}

div.pageList ul.r {
    float: none;
}

div.pageList ul li {
    line-height: 40px;
    display: inline;
}

div.pageList ul li a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    padding: 0 15px;
    margin: 4px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
}

div.pageList ul li a.selected,
div.pageList ul li:hover a {
    color: #fff;
    background-color: #00a0e3;
    border-color: #00a0e3;
}

.listbtnout {
    padding: 0 20px;
    display: none;
}

.listmore {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #e3e3e3;
    line-height: 70px;
    text-align: center;
    color: #00a0e3;
    font-size: 26px;
}

.listmore span {
    display: inline-block;
    padding-right: 34px;
    height: 100%;
    position: relative;
}

.listmore span i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 24px;
    height: 100%;
    background: url('../images/jia.png') right no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.listmore:hover {
    box-shadow: 0 0 5px 0 rgba(0, 160, 227, 0.5);
}

.listmore:hover span i {
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}


/*表单验证相关*/

.Validform_checktip {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #999;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(../images/right.png) no-repeat left center;
}

.Validform_wrong {
    color: #d30315;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../images/error.png) no-repeat left center;
}

.Validform_loading {
    padding-left: 20px;
    background: url(../images/onLoad.gif) no-repeat left center;
}

.Validform_error {}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}

#Validform_msg .Validform_title {
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    position: relative;
    background-color: #000;
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
    text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
    color: #cc0;
}

#Validform_msg .Validform_info {
    padding: 8px;
    border: 1px solid #000;
    border-top: none;
    text-align: left;
}

.v {
    position: relative;
}

i.v {
    display: inline-block;
    vertical-align: top;
}

.v span.Validform_checktip {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    font-style: normal;
}

.v p.message {
    position: absolute;
    left: 31px;
    top: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #f00;
    font-weight: bold;
}

i.v2 {
    position: relative;
    display: inline-block;
}

i.v2 span.Validform_checktip {
    font-style: normal;
    margin-left: 20px;
    line-height: 36px;
}


/* banner */

#banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#banner .hd {
    width: 100%;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 3;
}

#banner .hd ul {
    height: 100%;
    font-size: 0;
    text-align: center;
}

#banner .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(../images/dot1.png) center;
}

#banner .hd ul li.on {
    background: url(../images/dot1h.png) center;
}

#banner .bd {
    position: relative;
    width: 100%;
    z-index: 0;
}

#banner .bd ul {
    width: 100%;
}

#banner .bd li {
    width: 100%;
    overflow: hidden;
}

#banner .bd li a {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    position: relative;
}

#banner .bd img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


/* 下面是前/后按钮代码 */

#banner .prev,
#banner .next {
    width: 40px;
    height: 80px;
    margin-top: -40px;
    display: block;
    position: absolute;
    font-size: 49px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-family: 'simsun';
    top: 50%;
    z-index: 4;
}

#banner .prev {
    left: 50px;
}

#banner .next {
    right: 50px;
}

#banner .prev:hover,
#banner .next:hover {
    background-color: rgba(231, 0, 20, 0.5);
}

.newban .flex-direction-nav a {
    width: 40px;
    height: 80px;
    margin-top: -40px;
    display: block;
    position: absolute;
    font-size: 48px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-family: 'simsun';
    top: 50%;
    z-index: 4;
}

.newban .flex-direction-nav a.flex-prev {
    left: 100px;
}

.newban .flex-direction-nav a.flex-next {
    right: 100px;
}

.newban .flex-direction-nav a:hover {
    background-color: rgba(5, 115, 198, 0.5);
}

.newban .flex-control-paging {
    width: 140px;
    height: 16px;
    font-size: 0;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    bottom: 7%;
    left: 80px;
    z-index: 3;
    background-color: rgba(190, 159, 82, 0.5);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.newban .flex-control-paging li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin: 0 8px;
}

.newban .flex-control-paging li a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    background: url('../images/dot1.png') center no-repeat;
}

.newban .flex-control-paging li a.flex-active {
    background-image: url('../images/dot1h.png');
}

.newban {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}

.flexslider {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.flex-viewport {
    height: 100%;
}

.flexslider .slides {
    overflow: hidden;
    height: 100%;
}

.flexslider .slides li {
    height: 100%;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.flexslider .slides li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    font-size: 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.flexslider .slides a>img {
    width: 100%;
    height: 100%;
}


/* top:0; z-index: 1; left:50%; margin-left: -960px; */


/* .flexslider .slides img {-webkit-transition: -webkit-transform 1s ease-in 0s; transition: -webkit-transform 1s ease-in 0s;
 transition: transform 1s ease-in 0s; transition: transform 1s ease-in 0s, -webkit-transform 1s ease-in 0s; }
.flexslider .slides .flex-active-slide img { -webkit-transition: -webkit-transform 2s ease-in 0s;
 transition: -webkit-transform 2s ease-in 0s; transition: transform 2s ease-in 0s;
  transition: transform 2s ease-in 0s, -webkit-transform 2s ease-in 0s;
  transform:scale(1.05);-webkit-transform:scale(1.05);} */

.btt1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 519px;
    height: 521px;
    z-index: 1;
    background: url('../images/b1-1.png') center no-repeat;
    margin-left: -260px;
    margin-top: -260px;
}

.btt12 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 172px;
    z-index: 1;
    margin-top: -86px;
    text-align: center;
}

.btt12 img {
    max-width: 90%;
}

.btt2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 1;
    margin-top: -246px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}

.btt3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: 1;
    margin-top: -260px;
}

.newban .hx {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 770px;
    height: 3px;
    z-index: 1;
    background-color: #fff;
    margin-left: -385px;
    margin-top: 60px;
}

.newban .hx:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 1;
    width: 0;
    height: 5px;
    background-color: #f2ff53;
}

.newban .ac .hx:before {
    -webkit-transition: linear 4s;
    -moz-transition: linear 4s;
    -ms-transition: linear 4s;
    -o-transition: linear 4s;
    transition: linear 4s;
    width: 100%;
    left: 0;
}

.btt1,
.btt2,
.btt3 {
    transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
}

.btt12,
.btt22,
.btt32 {
    transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
}

.ac .finu,
.ac .find {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ac .findsc05 {
    -webkit-transform: translateY(0) scale(1, 1);
    -moz-transform: translateY(0) scale(1, 1);
    -o-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
}

.ac .scl05,
.ac .scl01 {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    opacity: 1;
}

.ac .finrsc05,
.ac .finlsc05 {
    -webkit-transform: translateX(0) scale(1, 1);
    -moz-transform: translateX(0) scale(1, 1);
    -o-transform: translateX(0) scale(1, 1);
    -ms-transform: translateX(0) scale(1, 1);
    transform: translateX(0) scale(1, 1);
    opacity: 1;
}

.ac .btt1 {
    -webkit-animation: rotate360 20s infinite linear;
    animation: rotate360 20s infinite linear;
}


/* @media screen and (max-width:1200px){
	.newban{ padding-bottom: 0; height: 387px;}
	.flexslider{ position: relative;}
	.flexslider .slides a>img{ position: absolute; left:50%; top:0; z-index: 0;
		width: 1200px; height: 100%; margin-left: -593px;}
} */

.vd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    color: #fff;
}

html,
body {
    height: 100%;
}

.all {
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

body {
    /* background-color: #1a1a1a;
    background-image: -webkit-linear-gradient(135deg, #1e1e1e, #404040);
    background-image: linear-gradient(135deg, #1e1e1e, #404040); */
    background-size: 100%;
}


/* 头部 */

.head {
    width: 370px;
    height: 80px;
    position: fixed;
    z-index: 22;
    top: 60px;
    left: 80px;
}

.head a.logo {
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 80px;
    display: block;
}

.head a.logo img {
    max-height: 70%;
}

.headshadow {
    width: 100%;
    height: 120px;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
}

.head,
.headshadow {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.head a.glass {
    width: 26px;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 60px;
    top: 0;
    background: url('../images/glass.png') center no-repeat;
}

.head a.glass.on {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.topsouout {
    padding: 10px;
    background-color: rgba(51, 51, 51, 0.5);
    position: absolute;
    display: none;
    z-index: 10;
    width: 380px;
    height: 40px;
    right: 0;
    right: 0;
    top: 100%;
}

.topsouout .topsou {
    position: relative;
    padding-right: 40px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.topsou input.shuru {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    color: #666;
    text-indent: 10px;
    vertical-align: top;
}

.topsou input.anniu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 100%;
    border: none;
    cursor: pointer;
    background: #00a0e3 url('../images/glass.png') center no-repeat;
    font-size: 0;
}

.nav {
    position: fixed;
    font-size: 0;
    z-index: 20;
    right: 80px;
    top: 70px;
    height: 40px;
}

.nav>li {
    display: inline-block;
    position: relative;
    margin-left: 0px;
}

.nav>li>a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: #bcbcbc;
    width: 140px;
}

.nav>li:hover>a,
.nav>li.on>a {
    color: #d5ad5c;
}

dl.navtwo {
    width: 198px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
    border: 1px solid #bfbfbf;
    padding: 10px 0;
}

dl.navtwo dd {
    height: 36px;
}

dl.navtwo dd>a {
    display: block;
    height: 100%;
    line-height: 36px;
    color: #333;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}

dl.navtwo dd:hover>a {
    background-color: #e3e3e3;
}

dl.navtwo dd>a:after {
    left: 100%;
    position: absolute;
    bottom: 12px;
    content: " ";
    width: 0;
    display: none;
    border-bottom: 2px solid #da251d;
    -webkit-transition: .3s;
    transition: .3s;
}

dl.navtwo dd>a:hover:after {
    width: 100%;
    left: 0;
    transition: width 0.3s;
    -webkit- transition: width 0.3s;
}


/* 手机导航 */

.navsjout {
    width: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 21;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #1f1f1f;
}

.navsjout.on {
    opacity: 1;
    left: 0;
}

.navsj {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 140px;
    left: 0;
    bottom: 0;
    background-color: #232323;
    overflow: auto;
}

.navsj>li {
    position: relative;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #1b1b1c;
}

.navsj>li>a {
    display: block;
    height: 90px;
    line-height: 90px;
    text-indent: 86px;
    font-size: 32px;
    color: #bcbcbc;
    position: relative;
    background: #232323 url('../images/diam1.png') 48px no-repeat;
}

.navsj>li:hover>a {
    background-image: url('../images/diam2.png');
    color: #fff;
}

.navsj>li>a:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 0;
    height: 1px;
    background-color: #666;
    display: none;
}

.navsjtwo {
    width: 100%;
    overflow: hidden;
    display: none;
}

.navsjtwo>li {
    width: 100%;
    height: 98px;
    margin-top: 2px;
}

.navsjtwo>li>a {
    display: block;
    line-height: 98px;
    font-size: 28px;
    color: #fff;
    text-indent: 134px;
    position: relative;
    z-index: 1;
    background: #3fa9f7 url('../images/nav-hx.png') 114px center no-repeat;
}

.navsj li i {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 90px;
    display: block;
    cursor: pointer;
    background: url('../images/nav-jtr1.png') center no-repeat;
}

.navsj li.on i {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navsj,
.navsj li i {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#close {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
    display: none;
    background: url('../images/op0-60.png');
    cursor: pointer;
}

.navbtn2 {
    position: fixed;
    right: 30px;
    top: 40px;
    z-index: 22;
    width: 40px;
    height: 40px;
    display: none;
}

.navbtn2 s {
    position: absolute;
    display: block;
    width: 16%;
    height: 16%;
    background-color: #6e6e6e;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.navbtn2 s.i1 {
    top: 0;
    left: 0;
}

.navbtn2 s.i2 {
    top: 0;
    left: 42%;
}

.navbtn2 s.i3 {
    top: 0;
    left: 84%;
}

.navbtn2 s.i4 {
    top: 42%;
    left: 0;
}

.navbtn2 s.i5 {
    top: 42%;
    left: 42%;
}

.navbtn2 s.i6 {
    top: 42%;
    left: 84%;
}

.navbtn2 s.i7 {
    top: 84%;
    left: 0;
}

.navbtn2 s.i8 {
    top: 84%;
    left: 42%;
}

.navbtn2 s.i9 {
    top: 84%;
    left: 84%;
}

.navbtn2.on s,
.navbtn2:hover s {
    background-color: #fff;
}

.navbtn2.on s.i2 {
    top: 21%;
    left: 21%;
}

.navbtn2.on s.i4 {
    top: 63%;
    left: 21%;
}

.navbtn2.on s.i8 {
    top: 63%;
    left: 63%;
}

.navbtn2.on s.i6 {
    top: 21%;
    left: 63%;
}

.navzk {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 80px;
    z-index: 9;
    left: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.navzk.on {
    height: 80px;
    border-color: #dedede;
}

.zkone {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.zkone li {
    display: none;
}

.zkone li.on {
    display: block;
}

.zktwo {
    font-size: 0;
    text-align: center;
    position: relative;
}

.zktwo li {
    padding: 20px;
    height: 40px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.zktwo li a {
    display: block;
    color: #404040;
    line-height: 40px;
    font-size: 16px;
}

.zktwo li:hover a {
    color: #0573c6;
}

.footer {
    width: 100%;
    color: #fff;
    position: relative;
    background-color: #0f1013;
}

.footerin {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 35px;
    height: 225px;
}

.footleft {
    float: left;
    width: 50%;
}

.footnav {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 6px;
    border-bottom: 1px solid #888;
}

.footnav a {
    color: #fff;
    margin-right: 33px;
    display: inline-block;
}

.footnav a:hover {
    text-decoration: underline;
}

.footinfo {
    line-height: 24px;
    overflow: hidden;
    margin-top: 20px;
}

.footinfo span {
    display: inline-block;
}

.footinfo a {
    color: #fff;
    margin-left: 15px;
    display: inline-block;
}

.footinfo a:hover {
    text-decoration: underline;
}

.footerright {
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.footewm {
    width: 140px;
    float: left;
    z-index: 1;
    margin-left: 20px;
}

.footewm img {
    width: 140px;
    height: 140px;
}

.footewm p {
    text-align: center;
    line-height: 34px;
}

.footer2 {
    width: 100%;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    bottom: 64px;
    left: 0;
}

.footer2 .l {
    color: #7c7c7c;
}

.footer2 span {
    display: inline-block;
}

.footer2 span img {
    position: relative;
    margin-top: -2px;
    margin-left: 8px;
}

.waiting {
    width: 124px;
    height: 124px;
    background: url('../images/waiting.gif') center;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -62px;
    z-index: 2;
    top: 50%;
    margin-top: -62px;
}

#totop {
    position: fixed;
    width: 60px;
    height: 60px;
    left: 50%;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    margin-left: 650px;
    bottom: 200px;
    background-color: #36467a;
    line-height: 60px;
    font-size: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#totop.daozhuan {
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
}

#totop:hover {
    background-color: #ffbb2a;
}

#totop:hover img {
    -webkit-animation: rotateY360 2s linear infinite;
    animation: rotateY360 2s linear infinite;
    -moz-animation: rotateY360 2s linear infinite;
    -o-animation: rotateY360 2s linear infinite;
}

.msgbg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    background: url('../images/op0-80.png');
    display: none;
    overflow: hidden;
}

.msg {
    width: 30%;
    height: 200px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    font-family: '';
    left: 35%;
    top: -50%;
    margin-top: -100px;
    border: 5px solid #016b45;
}

.msgtxt {
    font-size: 28px;
    color: #36467a;
    line-height: 40px;
    text-align: center;
    margin: 30px 0;
    height: 50px;
    overflow: hidden;
}

.msgbg.on .msg {
    top: 50%;
}

.msg input {
    width: 100px;
    height: 50px;
    display: block;
    background-color: #016b45;
    font-size: 24px;
    margin: 0 auto;
}

.msgclose {
    width: 41px;
    height: 41px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    cursor: pointer;
    background: url('../images/close.png') center no-repeat;
}


/*---在线QQ---*/

.fside {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 50%;
    margin-top: -100px;
    width: 50px;
}

.fside a {
    display: block;
    width: 56px;
    height: 56px;
    margin-top: 2px;
    position: relative;
    background-color: #bfbfbf;
    text-align: center;
    line-height: 56px;
}

.fside a:first-child {
    margin-top: 0;
}

.sidetelno {
    width: 0;
    height: 56px;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    background-color: #b00b18;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sidetelno.on {
    width: 240px;
}

.sidetelno span {
    display: block;
    height: 56px;
    padding: 0 10px;
    font-family: 'arial';
    color: #fff;
    font-size: 20px;
    line-height: 56px;
}

.sidebigewm {
    display: none;
    position: absolute;
    top: 116px;
    left: 61px;
    z-index: 1;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 4px;
}

.sidebigewm img {
    width: 150px;
    height: 150px;
}

@media screen and (max-width:1380px) {
    .nav {
        right: 50px;
        top: 50px;
    }
    .nav>li {
        margin-left: 36px;
    }
    .head {
        left: 30px;
        top: 40px;
    }
    .footer2 {
        bottom: 32px;
    }
    .newban .flex-control-paging {
        left: 30px;
    }
}

@media screen and (max-width:1340px) {
    .cer2 {
        width: auto;
        padding: 0 30px;
    }
}

@media screen and (max-width:1320px) {
    .cer1 {
        width: auto;
        padding: 0 20px;
    }
}

@media screen and (max-width:1280px) {
    .cer0 {
        width: auto;
        padding: 0;
    }
    .cer3 {
        padding: 0 30px;
    }
}

@media screen and (max-width:1200px) {
    .cer {
        width: auto;
        padding: 0 20px;
    }
}

@media screen and (min-width:1200px) {
    .navsjout {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .nav {
        display: none;
    }
    .navsjout {
        display: block;
    }
    .navbtn2 {
        display: block;
    }
    .headshadow {
        display: block;
    }
    .head {
        top: 30px;
    }
}

@media screen and (max-width:840px) {
    .footer2 {
        height: auto;
        line-height: 1.8em;
        text-align: center;
    }
    .footer2 .l {
        float: none;
        display: inline;
    }
    .footer2 .r {
        float: none;
        display: inline;
    }
}

@media screen and (max-width:750px) {
    div.pageList {
        display: none;
    }
    .listbtnout {
        display: block;
    }
    body {
        font-size: 26px;
    }
    .Validform_checktip {
        font-size: 22px;
    }
    .mhide {
        display: none;
    }
    .footer2 {
        font-size: 22px;
    }
}