@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
}

body {
    font-size: 63%;
    /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
    background-color: #fff;
    color: #333;
    font-family: "微软雅黑", 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #620071;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}


/*定义清除浮动样式 方法一*/

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*定义清除浮动样式 方法二*/

.clear {
    clear: both;
}


/*font-size */

.f12px {
    font-size: 1.2em;
}

.f14px {
    font-size: 1.4em;
}

.f16px {
    font-size: 1.6em;
}

.f18px {
    font-size: 1.8em;
}

.f20px {
    font-size: 2.0em;
}

.f22px {
    font-size: 2.2em;
}

.f24px {
    font-size: 2.4em;
}


/*float */

.fl {
    float: left;
}

.fr {
    float: right;
}

.ct {
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.inblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.disnone {
    display: none;
}

.block {
    display: block;
}

.hidden {
    overflow: hidden !important;
}

.none {
    display: none;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.underline:hover {
    text-decoration: underline;
}

.mtc {
    margin: 0 auto;
}

.number {
    font-family: Arial;
}

.fw600 {
    font-weight: 600;
}

.hand {
    cursor: pointer;
}

.distable {
    display: table;
}

.distr {
    display: table-row;
}

.distd {
    display: table-cell;
}

.mr35px {
    margin-right: 35px;
}

.ml35px {
    margin-left: 35px;
}

.mr10px {
    margin-right: 10px;
}

.ml10px {
    margin-left: 10px;
}

.mt20px {
    margin-top: 20px;
}

.topicInfo li {
    transtion: all 1s ease 0s
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    display: block;
}

.imgResponsive img {
    width: 100%;
}


/*头部样式*/

.wrap_header {
    width: 100%;
    background: #620071;
    /* background: -webkit-linear-gradient(left, #00b4bf,#0076ad); 
background: -o-linear-gradient(right,  #00b4bf,#0076ad); 
background: -moz-linear-gradient(right,  #00b4bf,#0076ad); 
background: linear-gradient(to right, #00b4bf,#0076ad); 
*background:#0076ad; background:#0076ad\9; */
}

.header {
    max-width: 1200px;
    height: 136px;
    margin: 0 auto;
}

#btn_ser {
    display: none;
}

.links {
    float: right;
    text-align: right;
    margin-top: 43px;
}

.links01 ul li {
    display: inline;
    height: 25px;
}

.links01 a {
    color: #fff;
    padding: 0 10px;
}

.links01 a:hover {
    color: #c81622;
}

.btn_ser {
    display: inline-block;
    width: 34px;
    height: 31px;
    cursor: pointer;
}

.btn_ser img {
    vertical-align: middle;
}

.ser {
    height: 35px;
    right: 0;
    top: 40px;
    line-height: 35px;
    float: right;
    margin: 50px 0 0 0;
}

.search {
    width: 220px;
    height: 35px;
    position: relative;
    /* border-bottom: #075e21 1px solid; */
    overflow: hidden;
}

.search input {
    position: absolute;
    height: 31px;
    line-height: 35px;
    font-size: 14px;
    color: #639372;
    border: none;
    background: url(../images/ser.png) no-repeat left center;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.search input.notxt {
    padding-left: 38px;
    width: 120px;
}

.search input.notxt1 {
    position: absolute;
    width: 58px;
    height: 32px;
    top: 0;
    left: 162px;
    border: none;
    background: url(../images/sou.png) no-repeat center;
    cursor: pointer;
    overflow: hidden;
}

.snav {
    display: block;
}

.mbtn {
    display: block;
}

.logo {
    /*! width: 672px; */
    height: auto;
    padding: 34px 0 15px 0;
    float: left;
}

.links {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1005;
    margin-top: 43px;
}

.links li {
    float: right;
    height: 30px;
}

.links a.btn_ser {
    padding: 0 2px;
    height: 30px;
}

#btn_ser {
    display: block;
}


/*导航*/

.nav {
    width: 100%;
    height: 60px;
    background: #f6f7f6;
}

.nav ul {
    height: 55px;
    margin: 0px auto;
    max-width: 1200px;
    background: #fff;
    border: #e7ebe8 1px solid;
}

.nav ul li {
    float: left;
    width: 11%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
}

.nav ul li>a {
    font-size: 18px;
    display: inline-block;
    height: 45px;
    /*! border-bottom: #0076ad 1px solid; */
    transition: all 0.3s ease;
}

.nav ul li .subNav {
    position: absolute;
    left: 0;
    top: 55px;
    left: 0px;
    display: none;
    background: #fff;
    box-shadow: 0px -1px 6px -2px #d2d2d2;
    overflow: hidden;
    width: 100%;
    z-index: 99;
}

.nav ul li.on {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav ul li.on>a {
    color: #333;
    border-bottom: none;
}

.nav ul li.on .subNav {
    display: block;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
}

.nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 18px;
    text-align: center;
}

.nav ul li.on .subNav dl dd:hover {
    background: #eaedeb;
}

.nav ul li.on .subNav dl dd a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0;
    margin: 0 20px;
    border-bottom: #eeeeee 1px solid;
    text-align: center;
    font-weight: normal;
}


/*手机端导航*/

.mbtn {
    width: 20px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    padding: 0px 0px 0px 10px;
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
}

.navm {
    width: 100%;
    line-height: 30px;
    background: #620071;
    overflow: hidden;
    text-align: left;
    display: none;
}

.navm ul {
    padding: 0PX;
}

.navm li {
    border-bottom: 1px solid #4e0059;
}

.navm li a {
    font-size: 14px;
    width: 120px;
    line-height: 18px;
    padding: 10px 0px;
    color: #fff;
    padding-left: 13px;
    display: inline-block;
}

.navm li span {
    padding: 10px 10px 0 0;
    float: right;
    margin-right: 7px;
    color: #fff;
    cursor: pointer;
}

.navm li a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-left: 13px;
    font-family: "微软雅黑", Microsoft YaHei;
}

.navm li a:hover {
    color: #FFF;
}

.navm li.sub_has span {
    float: right;
}


/*.navm li.on a{ color:#fff; display:block; width:100%;}*/

.navm ul li .subNavs {
    display: none;
    background-color: #fff;
    padding: 5px 0px;
}

.navm dl dd {
    line-height: 18px;
    padding: 8px 0px 8px 20px;
    background-color: #FFF;
}

.navm li.on dl dd a {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.navm li dl dd a {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.navm li dl dd a:hover {
    color: #000059
}

.Wrap_footer {
    width: 100%;
    background: #620071;
    margin-top: 30px;
    overflow: hidden;
}

.footer {
    max-width: 1200px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
}

.footer span:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
}

.footer span:last-child {
    position: absolute;
    right: 0px;
    top: 0px
}

.footer p {
    text-align: center;
    color: #fff;
    line-height: 27px;
    font-size: 14px;
    position: relative;
}

@media screen and (max-width:1200px) {
    .header {
        max-width: 1000px;
        padding: 0 15px;
    }
    .nav ul {
        max-width: 1000px;
    }
}

@media screen and (max-width:1023px) {
    .nav {
        display: none;
    }
    .mbtn {
        display: block;
    }
}

@media screen and (max-width:1023px) {
    .ser01 {
        display: none;
    }
}

@media screen and (max-width:999px) {
    .logo {
        overflow: hidden;
    }
    .logo_01 {
        width: 50%;
        float: left;
    }
    .logo_02 {
        width: 50%;
        float: left;
    }
    .footer {
        width: auto;
        margin: 15px;
    }
    .footer span {
        display: block;
        ;
    }
    .footer span:first-child {
        position: static;
    }
    .footer span:last-child {
        position: static;
    }
}

@media screen and (max-width:700px) {
    .logo {
        width: 80%;
        float: none;
    }
    .header {
        height: auto;
    }
}