* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    /* max-width: 1920px; */
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
}
video{
max-width:100% !important;}
.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.head {
    position: fixed;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.head.on {
    background: #6d488e;
}
.ons .logo{    margin-top: 11px;}
.ons .nav>ul>li:hover>a {color:#fff}

.logo {
    position: absolute;
    left: 100px;
    margin-top: 30px;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
}

#menu {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-nav {
    float: left;
	margin-right:60px
}

.menu-n-top {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
    position: relative;
    text-align: right;
	padding-right:40px;
}

.menu-n-top>a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    border-left: 1px solid #fff;
    padding: 0 30px;
    vertical-align: middle;
}

.menu-n-top>img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}

.menu-n-top a:first-child {
    border-left: none;
}

.search {
    
    position: absolute;
    right: 0;
    top: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff;
    z-index: 9;
}

.form_box{position:absolute;right:0; top:8px}
.form_box input[type="text"]{ float:left; width:0; height:30px; line-height:31px;  border-radius:16px; margin-top:5px;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.form_box input[type="submit"]{ height:40px; width:40px; background:url(../images/search.png) center no-repeat; cursor:pointer; float:left}
.form_box:hover input[type="text"]{width:180px;padding-left:20px;}

.search input {
    border: none;
    outline: none;
    vertical-align: middle;
}

.search-text {
    width: 150px;
    line-height: 30px;
    background: none;
    padding: 0 10px;
}

.search-sbt {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: url(../images/sousuo2.png) no-repeat;
    background-position: center center;
}


/* 导航 */

.nav {
    float: right;
}

.nav>ul>li {
    float: left;
    margin-left: 18px;
    
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    padding: 0 15px 0 0;
    border: 1px solid transparent;
    border-color: transparent;
	background:url(../images/t.png) no-repeat right center;
}

.nav>ul>li:hover>a {


	color:#6d488e
}

.nav>ul>li.active>a {
    border: 1px solid #fff;
    border-radius: 16px;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 900px;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 3px;
    z-index: 9999;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    line-height: normal;
    display: none;
	
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    float: left;
    width: 50%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    padding-left: 30px;
    
    font-size: 15px;
    color: #332e2e;
    line-height: 50px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color: #8c2d30;
    font-weight: 600;
}

.nav-pic {
    float: left;
    width: 215px;
    margin-right: 25px;
}

.nav-pic div {
    float: left;
    width: 215px;
}

.nav-pic p {
    overflow: hidden;
    padding-left: 30px;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
    padding-top: 10px;
}

.menu2 {
    float: left;
    padding: 20px 25px 0 35px;
	display:none
}

.meun2-btn {
    width: 50px;
    height: 50px;
    background: url(../images/menu2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.menu2-m {
    position: fixed;
    width: 580px;
    top: 0;
    right: 0;
    bottom: 100%;
    background: #5d3482;
    overflow: hidden;
}

.menu2-m>div {
    position: absolute;
    top: 0;
    right: 10px;
    left: 30px;
    bottom: 0;
    padding-top: 100px;
    padding-bottom: 230px;
}

.menu2-mt {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.search2 {
    background: #fff;
    width: 270px;
    padding-right: 50px;
    z-index: 9;
    border-radius: 20px;
    position: relative;
}

.search2 input {
    border: none;
    outline: none;
    vertical-align: middle;
}

.search2-text {
    display: block;
    width: 90%;
    line-height: 37px;
    background: none;
    padding: 0 5%;
}

.search2-sbt {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 0;
    font-size: 0;
    width: 20px;
    height: 37px;
    background: url(../images/sousuo2.png) no-repeat;
    background-position: center center;
}

.close-menu2 {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    background: url(../images/close-menu2.png) no-repeat;
    background-position: right center;
}

.menu2-mm {
    height: 125%;
}

.m2-mml {
    float: left;
    width: 36.1%;
    height: 100%;
    overflow-x: hidden;
    border-right: 1px solid #236db3;
}

.m2-mml>ul {
    width: 100%;
    padding-right: 20px;
    height: 100%;
    overflow-y: scroll;
}

.m2-mml>ul>li {
    padding-right: 20px;
    margin-bottom: 10px;
}

.m2-mml>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
}

.m2-mmr {
    overflow: hidden;
    height: 100%;
}

.m2-mmr>ul {
    width: 100%;
    max-height: 100%;
    padding-right: 20px;
    overflow-y: scroll;
}

.m2-mmr>ul>li {
    float: left;
    width: 33.33%;
    padding-top: 25px;
    padding-bottom: 35px;
}

.m2-mmr>ul>li a {
    display: block;
    text-align: center;
}

.m2-mmr>ul>li a:hover div {
    background: #4a8bcb;
    border-color: #4a8bcb;
}

.m2-mmr>ul>li a:hover p {
    color: #4a8bcb;
}

.m2-mmr>ul>li a div {
    width: 57px;
    margin: 0 auto;
    line-height: 57px;
    border: 1px solid #4a8bcb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.m2-mmr>ul>li a div img {
    display: inline-block;
    vertical-align: middle;
}

.m2-mmr>ul>li a p {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.menu2-mb {
    position: absolute;
    bottom: 35px;
    left: -80px;
    right: -30px;
    width: 100%;
    height: 90px;
    padding-left: 80px;
    padding-right: 10px;
    /* background: ; */
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #236db3;
}

.menu2-mb>div {
    overflow: hidden;
    height: 100%;
}

.menu2-mb ul {
    max-height: 100%;
    width: 100%;
    padding-right: 20px;
    overflow-y: scroll;
}

.menu2-mb ul li {
    float: left;
    width: 20%;
    padding: 0 2.5%;
}

.menu2-mb ul li a {
    display: block;
    color: #fff;
    line-height: 45px;
}

.footer {
    background: #5d3482;
    padding-top: 40px;
    padding-bottom: 40px;border-bottom:3px #ba070f solid
}

.foot-c {
    max-width: 1600px;
    margin: 0 auto;
}

.foot-t {
    padding-right: 150px;
    position: relative;
}

.foot-tl {
    overflow: hidden;
}

.foot-tl>span {
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-right: 25px;
}

.foot-tl ul {
    overflow: hidden;
}

.foot-tl ul li {
    float: left;
}

.foot-tl ul li a {
    display: block;
    font-size: 14px;
    color: #ac85d0;
    line-height: 20px;
}

.foot-tl ul li a span {
    margin: 0 25px;
    color: #fff;
    width: 115px;
    display: inline-block;
}

.foot-tr {
    position: absolute;
    right: 0;
    top: 0;
}

.foot-tr ul li {
    color: #fff;
    float: left;
    margin-left: 12px;
}

.foot-tr ul li>img {
    display: block;
    cursor: pointer;
}

.foot-tr ul li div {
    position: absolute;
    width: 120px;
    bottom: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
}

.foot-tr ul li div img {
    display: block;
    width: 100%;
}

.foot-tr ul li:hover div {
    display: block;
}

.foot-b {
    padding-top: 45px;
    margin-top: 25px;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, .28);
}

.foot-b p {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    line-height: 33px;
    text-align:left;
}

.foot-bl {
    float: left;
    max-width: 48%;
box-sizing: border-box;
    padding-right: 40px;
}

.foot-br {
    float: right;
    max-width: 61%;
box-sizing: border-box;
    padding-left: 40px;
}

.banner>div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/top_bg.png) repeat-x;
	height:319px; width:100%;
	z-index:9999
}

.banner>div {
    position: relative;
}

#imgConac{
  position: absolute;
    left: 50%;
    margin-left: -40px;
}








@media screen and (max-width:1200px) {
    .menu2-mb ul li {
        width: 28%;
        padding: 0 2.5%;
    }
    .nav>ul>li>a {
        font-size: 14px;
        padding: 0 10px;
        line-height: 24px;
    }
    .menu2-m {
        width: 45%;
    }
    .search2 {
        width: 60%;
        padding-right: 20px;
    }
    .search2-text {
        line-height: 30px;
    }
    .search2-sbt {
        height: 30px;
    }
    .menu2-m>div {
        left: 50px;
        padding-top: 85px;
        padding-bottom: ;
    }
    .m2-mml>ul>li>a {
        font-size: 16px;
        line-height: 45px;
        font-weight: normal;
    }
    .m2-mmr>ul>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .m2-mmr>ul>li a div {
        width: 45px;
        line-height: 45px;
    }
    .m2-mmr>ul>li a div img {
        max-width: 50%;
    }
}

@media screen and (max-width:600px) {
    .wap {
        display: block;
    }
    .pc {
        display: none;
    }
    .menu-nav {
        display: none !important;
        position: relative;
        z-index: -999;
        opacity: 0;
    }
    .logo {
        margin-top: 5px;
        left: 10px;
    }
    .head {
        height: 55px;
    }
    .menu2 {
        padding-top: 10px;
    }
	.logo a img{width:70%; margin-top:5%}
	.banner>div::before{display:none}
	.s2-f1img img{max-height:300px}
	.tb{font-size:18px !important;margin-top:20px!important}
	.order_details ul{width:95%!important}
	.order_details ul li{background:#ba070f !important;margin:1%; padding:0 1%!important}
	.order_details .checked{background:#6d488e !important}
	.section4{margin-top:0!important;height:auto!important;}
	.an_box{width:90%!important;}
	
}
@media screen and (max-width:767px) {
    .foot-bl, .foot-br{text-align:center!important;padding:0!important;}
    .foot-b p{text-align:center!important;}
}


@media screen and (max-width:600px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu2-mb ul li {
        width: 28%;
        padding: 0 2.5%;
    }
}

@media screen and (max-width:978px) {
    .menu2-m {
        width: 320px;
    }
    .menu2-m>div {
        left: 20px;
        padding-bottom: 125px;
    }
    .m2-mml>ul>li {
        margin-bottom: 15px;
    }
    .m2-mml>ul>li>a {
        font-size: 14px;
        line-height: 30px;
    }
    .m2-mmr>ul>li {
        width: 50%;
    }
    .menu2-mb ul li {
        width: 33.33%;
        padding: 0;
    }
    .menu2-mb {
        padding-top: 15px;
        padding-bottom: 15px;
        left: -20px;
        padding-left: 20px;
        height: 60px;
    }
    .menu2-mb ul li a {
        font-size: 14px;
        line-height: 30px;
    }
}

@media screen and (max-width:768px) {
    .foot-c {
        padding-left: 10px;
        padding-right: 10px;
    }
    .foot-b {
        padding-top: 25px;
        position: relative;
    }
    .foot-bl,
    .foot-br {
        float: none;
        max-width: none;
       /* text-align: center;*/
        padding-left: 80px;
    padding-right: 0;
    }
#imgConac{
  left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -40px;
}
    .foot-tl>span {
        float: none;
    }
    .foot-tl ul {
        margin-top: 20px;
    }
    .foot-t {
        padding-right: 0;
    }
    .foot-tr ul li div {
        width: 80px;
    }
    .foot-tl>span {
        font-size: 18px;
        font-weight: 600;
    }
    .foot-tl ul li a {
        font-size: 0;
    }
    .foot-tl ul li a span {
        font-size: 14px;
        margin: 0 10px;
    }
}

@media screen and (max-width:375px) {
    .foot-b p {
        font-size: 12px;
        line-height: 24px;
    }
}





/* 8.14修改 */

.m2-mml>ul>li {
    position: relative;
}

.m2-mml>ul>li>span {
    position: absolute;
    z-index: 9;
    width: 20px;
    height: 20px;
    right: 0;
    top: 20px;
    background: url(../images/nav-li-left2_new.png) no-repeat;
    background-position: center center;
    background-size: 6px;
    transition: all 0.3s;
    cursor: pointer;
}

.m2-mml>ul>li>ul {
    padding-left: 15px;
    display: none;
}

.m2-mml>ul>li>ul>li>a {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}

.m2-mml>ul>li>span.on {
    transform: rotate(90deg);
}

@media screen and (max-width: 1200px) {
    .m2-mml>ul>li>span {
        top: 12px;
    }
.m2-mmr>ul>li a p{height:24px;}
.m2-mmr>ul>li{padding-bottom:10px;}
}

@media screen and (max-width: 978px) {
    .menu2-m {
       /* width: 45%;*/
    }
    .m2-mml>ul>li>a{
        line-height: 36px;
    }
    .m2-mml>ul>li>span {
        top: 8px;
    }
    .m2-mml>ul>li>ul {
        padding-left: 5px;
    }
    .m2-mml>ul>li>ul>li>a {
        font-size: 12px;
        line-height: 26px;
    }
    
}


@media screen and (max-width: 768px) {
    .menu2-m {
        width: 200px;
    }
    .m2-mml {
        width: 100%;
    }
	.menu2{display:block;}.menu-nav{display:none!important;}
	.an_box a{width:30% !important;margin-right: 0px!important;margin:2% 14%;font-size:16px !important}
.an_box a span{width:100%!important; height:100px !important;border-radius:200px!important}
.an_box a span img{max-width:50%!important}
.logo a img {
    width: 70%;
    margin-top: 5%;
}

}
.v_news_content table{
   margin: 5px auto!important;
   width: 70%!important;
}
.logo{left:10px;margin-top:5px;}
.logo a img {

    margin-top: 5%;
}



}