﻿@charset "utf-8";

/* CSS Document zhu2016-09 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

body {
    margin: 0px;
    background: #fff;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    font-family: Tahoma, Arial, "Microsoft YaHei", "微软雅黑", "MSYH", '\5b8b\4f53', "宋体", "SimHei", "黑体", 'Hiragino Sans GB', "Microsoft JhengHei", "华文细黑", 'Heiti SC', 'Hiragino Sans GB', STHeiti, MingLiu, SimSun, Verdana;
}


/*基本样表 */

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*去掉点击框*/

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


/*默认所有边距为0 */

img,
 :link img,
 :visited img {
    border: none;
}


/*默认图片边距为0 */

ul,
li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.both {
    clear: both;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.none {
    display: none;
}

.block {
    display: block;
}

a:link {
    color: #444;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #444;
}

a:hover {
    text-decoration: none;
    color: #ff0000;
}

a:active {
    text-decoration: none;
    color: #444;
}

html,
body {
    height: 100%;

}

input,
button,
select,
textarea {
    outline: none;
    font-family: Tahoma, Arial, 'Microsoft YaHei', "微软雅黑", "Microsoft JhengHei", 'Hiragino Sans GB', "华文细黑", STHeiti, MingLiu, '\5b8b\4f53', "宋体", SimSun, Verdana;
}

input:focus {
    outline: none;
}


/*缓动效果 */

.transition,
.transition a {
    -webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
}

.toptran a {
    -webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
}


/*  a{	-webkit-transition:  0.2s ease-in 0s;	-moz-transition:  0.2s ease-in 0s;	-ms-transition:  0.2s ease-in 0s;	-o-transition:  0.2s ease-in 0s;	transition:  0.2s ease-in 0s;}  */

.zh-self img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    vertical-align: bottom;
}


/*图片自动适应到100% */


/*圆角*/

.round3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.round5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.round10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.round15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.round50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/*透明度*/

.opacity10 {
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.opacity30 {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.opacity50 {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.opacity80 {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.opacity100 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


/*定位数值*/

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.pb3 {
    padding-bottom: 3px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pr3 {
    padding-right: 3px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pl3 {
    padding-left: 3px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr3 {
    margin-right: 3px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.ml3 {
    margin-left: 3px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}


/*按钮*/

.btn {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
    outline: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-serch {
    width: 140px;
    background: #48a0df;
    color: #fff;
    outline: none;
}

.btn-serch:hover {
    background: #429edf;
    color: #fff;
    outline: none;
}

.btn-serch:focus {
    background: #429edf;
    color: #fff;
    outline: none;
}

.btn-serch:focus {
    background: #429edf;
    color: #fff;
    outline: none;
}

.btn-sub {
    background: #48a0df;
    color: #fff;
    outline: none;
}

.btn-sub:hover {
    background: #429edf;
    color: #fff;
    outline: none;
}

.btn-sub:focus {
    background: #429edf;
    color: #fff;
    outline: none;
}

.btn-sub:focus {
    background: #429edf;
    color: #fff;
    outline: none;
}

.btn-danger {
    background: #bd362f;
    color: #fff;
    outline: none;
}

.btn-danger:hover {
    background: #bd362f;
    color: #fff;
    outline: none;
}

.btn-danger:focus {
    background: #bd362f;
    color: #fff;
    outline: none;
}

.btn-danger:focus {
    background: #bd362f;
    color: #fff;
    outline: none;
}


/*字号*/

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fb {
    font-weight: bold;
}

.zh-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*超过两行省略号*/

.one-txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hd66:link,
.hd66:visited,
.hd66:active {
    color: #666;
}

.hd66:hover {
    color: #FF0000;
}

.it-input {
    padding: 5px;
    height: 20px;
    border: 1px solid #ddd;
    outline: none;
    margin-right: 5px;
    margin-left: 5px;
}

.it-textarea {
    padding: 5px;
    height: 50px;
    border: 1px solid #dadada;
    margin-right: 5px;
    margin-left: 5px;
    outline: none;
}

.it-span12 {
    width: 940px;
}

.it-span11 {
    width: 860px;
}

.it-span10 {
    width: 780px;
}

.it-span9 {
    width: 700px;
}

.it-span8 {
    width: 620px;
}

.it-span7 {
    width: 540px;
}

.it-span6 {
    width: 460px;
}

.it-span5 {
    width: 380px;
}

.it-span4 {
    width: 300px;
}

.it-span3 {
    width: 220px;
}

.it-span2 {
    width: 140px;
}

.it-span1 {
    width: 60px;
}


/*icon*/

.icon {
    display: inline-block;
    background-repeat: no-repeat;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}


/*开始*/

.wd1200 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.header {
    width: 1250px;
    height: 100px;
    margin: 0 auto;
}

.logo {
    float: left;
    padding-top: 10px;
    padding-right: 10px;
}

.nav {
    height: 100px;
}

.nav li {
    width: 84px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 100000
}

.nav-divtit a {
    display: block;
    width: 84px;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
    font-size: 16px;
    
}

.nav li a.nav-tit {
    display: block;
    width: 84px;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
    font-size: 16px;
    background: url(../images/sj.png) no-repeat center 90px;
}

.nav-divtit:hover a {
    background: url(../images/sj-1.png);
    color: #402500;
    line-height: 90px;
}

.nav-tit:hover a {
    background: #fff;
}

.nav li a.nav-on {
    color: #9a9a9a;
    background: #fff;
    line-height: 70px;
}

.nav li dl {
    display: none;
    width: 100px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: -8;
    font-size: 14px;
}

.nav li dl dd {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #999; filter:alpha(opacity=90);   
      -moz-opacity:0.9;   
      -khtml-opacity: 0.9;   
      opacity: 0.9;   
}

.nav li dl dd a {
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    background:#402500;
    color: #fff; filter:alpha(opacity=90);   
      -moz-opacity:0.9;   
      -khtml-opacity: 0.9;   
      opacity: 0.9;   
}

.nav li:hover dl {
    display: block
}

.nav li:hover dl dd a:hover {
    color: #cccccc;
}


/*banner*/

.banner {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.banner1 {
    width: 100%;
    height: 650px;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner .swiper-container {
    width: 100%;
    height: 650px;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner1 .swiper-slide1 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.banner1img {
    width: 100%;
    height: 650px;
}

@media (max-width:1366px) {
    .banner {
        width: 100%;
        height: 426px;
        overflow: hidden;
    }
    .banner1 {
        width: 100%;
        height: 365px;
        overflow: hidden;
    }
    .banner .swiper-container {
        width: 100%;
        height: 426px;
    }
    .swiper-slide img {
        width: 100%;
        height: 426px;
    }
    .banner1img {
        width: 100%;
        height: 365px;
    }
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    opacity: 1;
    background:#fff; 
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #402500;
}

.banner .swiper-button-prev {
    background: url(../images/prev_off111.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 48%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}

.banner .swiper-button-next {
    background: url(../images/next_off111.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 48%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}


/*boxa*/

.boxa {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #e7e7e7;
    border-bottom: 1px solid #402500;
}

.boxa-mid {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
}

.boxa-mid ul {
    height: 50px;
    overflow: hidden;
}

.boxa-mid ul li {
    width: 320px;
    height: 50px;
    overflow: hidden;
    padding-right: 30px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.boxa-mid span {
    display: block;
    width: 100px;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    background: url(../img/icon-kt.png) no-repeat left center;
    padding-left: 50px;
}


/*boxb*/

.icon_1 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-1.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_2 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-2.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_3 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-3.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_4 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-4.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_5 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-5.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_6 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-6.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_7 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-7.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_8 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-8.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_9 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-9.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_10 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-10.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_11 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-11.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_12 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-12.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_13 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-13.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_14 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-14.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_15 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-15.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_16 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-16.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_17 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-17.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.icon_18 {
    width: 180px;
    height: 50px;
    overflow: hidden;
    background-image: url(../img/icon-18.png);
    background-position: left center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.boxb {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 25px 0;
}

.box-top {
    height: auto;
    overflow: hidden;
}

.box-top dl dt {
    height: 40px;
    overflow: hidden;
    background: url(../img/line.png) no-repeat center center;
}

.box-top dl dd {
    height: auto;
    overflow: hidden;
}

.box-top dl dd.tit {
    font-size: 30px;
    color: #333;
}

.box-top dl dd.tjs {
    font-size: 12px;
    color: #666;
}

.boxb-list {
    width: 1280px;
    overflow: hidden;
}

.boxb-list li {
    width: 240px;
    height: 148px;
    background-image: url(../images/排列图标背景.png);
    overflow: hidden;
    float: left;
    margin: 15px 80px 60px 0;
}

.boxb-list li:hover {
    background-image: url(../images/排列选中背景.png);
}

.boxb-list li:hover .boxb-list111 {
    color: #fff;
    width: 132px;
    height: 29px;
    padding: 7px 5px 7px 13px;
    font-size: 20px;
    font-weight: bold;
}

.boxb-list li:hover .boxb-list112 {
    color: #fff;
    width: 132px;
    height: 75px;
    padding: 0px 5px 0px 13px;
    font-size: 14px;
}


/* .boxb-list li a{display: block; width: 180px; height: 130px; overflow: hidden;}

.boxb-list li:hover a{color:#fff;} */

.boxb-list1 {
    height: 110px;
    width: 230px;
    padding-top: 21px;
    margin-left: 5px;
    margin-right: 5px;
}

.boxb-list11 {
    float: left;
    width: 150px;
    height: 108px;
}

.boxb-list12 {
    float: right;
    width: 60px;
    height: 98px;
    padding: 15px 10px 10px 8px;
}

.boxb-list12img {
    width: 60px;
    height: 60px;
}

.boxb-list13img {
    width: 60px;
    height: 60px;
    display: none;
}

.boxb-list111 {
    width: 132px;
    height: 29px;
    padding: 7px 5px 7px 13px;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.boxb-list112 {
    width: 132px;
    height: 75px;
    padding: 0px 5px 0px 13px;
    color: #757575;
    font-size: 14px;
}

.boxb-list li:hover .boxb-list12img {
    display: none;
}

.boxb-list li:hover .boxb-list13img {
    display: inline;
}

.boxb-list li:hover .icon_1 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_2 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_3 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_4 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_5 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_6 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_7 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_8 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_9 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_10 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_11 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_12 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_13 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_14 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_15 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_16 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_17 {
    background-position: -180px center;
}

.boxb-list li:hover .icon_18 {
    background-position: -180px center;
}

.boxb-title {
    width: 1200px;
    height: 100px;
    text-align: center;
    margin: 10 auto;
}

.boxb-tit1 {
    font-size: 22px;
    width: 300px;
    height: 43px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    color: #3e3e3e;
    font-family: 'Microsoft YaHei';
}

.boxb-tit2 {
    font-size: 15px;
    width: 300px;
    height: 40px;
    text-align: center;
    color: #a3a3a3;
    padding-top: 0px;
    font-family: 'Microsoft YaHei';
}


/*boxc*/

.boxc {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.boxc-list {
    width: 680px;
    height: auto;
    overflow: hidden;
}

.boxc-list dl {
    height: 50px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #e3e3e3;
    padding: 10px;
    cursor: pointer;
}

.boxc-list dl a {
    display: block;
    height: auto;
    overflow: hidden;
    color: #444;
}

.boxc-list dl:hover {
    background: #705C40;
}

.boxc-list dl:hover a {
    color: #fff;
}

.boxc-list dl dt {
    height: 50px;
    width: 70px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    float: left;
}

span.boxc-ya {
    display: block;
    font-size: 24px;
    text-align: right;
    height: 26px;
}

span.boxc-yb {
    display: block;
    font-size: 16px;
    text-align: right
}

.boxc-list dl dd {
    height: auto;
    overflow: hidden;
    margin-left: 90px;
}

.boxc-listdd {
    height: auto;
    overflow: hidden;
    margin-left: 90px;
}

.boxc-tit {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 26px;
    line-height: 26px;
    padding-top: 3px;
}

.boxc-man {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.boxc-pic {
    width: 500px;
    height: 330px;
    overflow: hidden;
}


.boxc-pic1 {
    width: 500px;
    height: 400px;
    overflow: hidden;
}


.boxc-pic a {
    display: block;
    width: 500px;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.boxc-pic a p {
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #402500;
    opacity: 0.85;
    filter: alpha(opacity=85);
    padding: 10px 0;
}

.boxc-pic a:hover p {
    color: #ccc;
}

.boxc-pic a img {
    width: 500px;
    height: 330px;
}


/*boxd*/

.boxd {
    width: 100%;
    height: 470px;
    overflow: hidden;
    background-color: #e3e3e3;
    margin-bottom: 20px;
}

.boxd-top {
    height: auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
}

.boxd-top dl dt {
    height: 40px;
    overflow: hidden;
    background: url(../img/linea.png) no-repeat center center;
}

.boxd-top dl dd {
    height: auto;
    overflow: hidden;
}

.boxd-top dl dd.tit {
    font-size: 30px;
    color: #fff;
}

.boxd-top dl dd.tjs {
    font-size: 12px;
    color: #fff;
}

.boxd-pic {
    max-width: 650px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.boxd-list {
    width: 500px;
    height: 330px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 999;
}

.boxd-list ul {
    width: 20000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.boxd-list ul li {
    width: 230px;
    height: 330px;
    overflow: hidden;
    background: #fff;
    margin-right: 30px;
    float: left;
}


/* .boxd-list ul li span{display: block; width: 230px; height: 285px; overflow: hidden;}
.boxd-list ul li span img{  width: 105%;}
.boxd-list ul li p{ text-align: center; font-size: 16px; padding-top: 10px;} */

.boxd-list1 {
    width: 230px;
    height: 330px;
    background-color: #fff;
}

.boxd-list1img {
    width: 220px;
    height: 270px;
    margin: 5px 5px 10px 5px;
}

.boxd-title {
    height: 30px;
    width: 200px;
    padding: 3px 15px 5 15px;
    text-align: center;
    font-size: 23px;
    color: black;
}

.boxd-title1 {
    height: 30px;
    width: 200px;
    text-align: center;
}

.boxd-detail {
    height: 18px;
    width: 200px;
    padding: 0px 10px 5px 15px;
    text-align: center;
    font-size: 14px;
    color: #5e5e5e;
}

.boxd-detail1 {
    height: 18px;
    width: 200px;
    text-align: center;
}

.boxd-lable {
    height: 45px;
    width: 170px;
    padding: 5px 30px 10 30px;
    text-align: center;
    font-size: 11px;
    color: #aeaeae;
}

.boxd-lable1 {
    height: 45px;
    width: 170px;
    text-align: center; font-size:14px
}

.aleft {
    display: block;
    width: 35px;
    height: 68px;
    overflow: hidden;
    background: url(../images/boxd-lr.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 120px;
    z-index: 1000;
}

.aright {
    display: block;
    width: 35px;
    height: 68px;
    overflow: hidden;
    background: url(../images/boxd-lr.png) no-repeat right top;
    position: absolute;
    right: 10px;
    top: 120px;
    z-index: 1000;
}

.boxf {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.boxf-list {
    width: 1250px;
    height: auto;
    overflow: hidden;
}

.boxf-list li {
    width: 580px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-right: 20px;
    padding: 20px 0;
    float: left;
}

.boxf-list li a {
    display: block;
}

.boxf-pic {
    width: 150px;
    height: 110px;
    overflow: hidden;
    float: left;
}

.boxf-pic img {
    height: 110px;
}

.boxf-tit {
    height: 110px;
    overflow: hidden;
    margin-left: 170px;
}

.boxf-tit dl dt {
    font-size: 16px;
    height: 35px;
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.boxf-tit dl dd.boxf-man {
    height: 45px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.boxf-tit dl dd.boxf-time {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}


/*footer*/

.footera {
    height: auto;
    overflow: hidden;
    background: #f7f7f7;
    padding: 15px 0;
}

.footera-list {
    width: 1250px;
    height: auto;
    overflow: hidden;
}

.footera-list li {
    width: 220px;
    height: 50px;
    overflow: hidden;
    padding: 15px 30px 15px 0;
    float: left;
}

.footera-list li img {
    width: 220px;
    height: 50px;
}

.footerb {
    height: 230px;
    overflow: hidden;
    background: #ffffff url(../images/尾部1.png) no-repeat center top;
}

.ftb-a {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 10px 0px 0px 0px;
    margin: 0 auto;
    text-align: center;
    color: #777777;
}

.ftb-a a {
    display: inline-block;
    padding: 50px 22px 20px 22px;
    color: #777777;
}

.ftb-b {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 auto;
    color: #bebebe;
}

.ftb-b dl dt {
    width: 340px;
    height: 75px;
    border-right: 1px solid #3d3c61;
    padding-left: 75px;
    background: url(../img/icon-ftba.png) no-repeat 30px 26px;
    float: left;
    padding-top: 26px;
    margin-top: 30px;
}

.ftb-b dl dd {
    width: 450px;
    height: 75px;
    border-right: 1px solid #3d3c61;
    padding-left: 120px;
    background: url(../img/icon-ftbc.png) no-repeat 50px 26px;
    float: left;
    padding-top: 26px;
    margin-top: 30px;
}

.ftb-er {
    width: 120px;
    height: auto;
    overflow: hidden;
    float: right;
    padding: 0px 190px 0 0;
}

.ftb-er img {
    width: 90px;
}

.footerc {
    height: auto;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.online {
    width: 80px;
    height: 360px;
    position: fixed;
    right: 10px;
    top: 35%;
    z-index: 999999;
}

.online ul li {
    width: 80px;
    height: 80px;
    background: #403c3c;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}

.online ul li:hover {
    background: #ff5d04;
}

.icon-ona {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-image: url(../images/icon-ona.png);
    background-position: center center;
}

.icon-onb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-image: url(../images/icon-onb.png);
    background-position: center center;
}

.icon-onc {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-image: url(../images/icon-onc.png);
    background-position: center center;
}

.icon-ond {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-image: url(../images/icon-ond.png);
    background-position: center center;
}

.online ul li span {
    display: none;
    width: 200px;
    height: 58px;
    overflow: hidden;
    background: #fff;
    font-size: 16px;
    position: absolute;
    left: -220px;
    top: 0;
    padding: 10px;
    border-bottom: 1px solid #ff5d04;
    border-top: 1px solid #ff5d04;
    border-left: 1px solid #ff5d04;
}

.online ul li:hover span {
    display: block;
}

.oner {
    display: none;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    left: -120px;
    top: 0;
}

.oner img {
    width: 120px;
    height: 120px;
}

.online ul li:hover .oner {
    display: block;
}

.dkico {
    display: none;
}

.dkblock {
    display: block;
}


/*page*/

.page {
    height: auto;
    overflow: hidden;
    border-top: 5px solid #12113a;
    background: #f7f7f7 url(../img/neg.jpg) no-repeat center top;
}

.pagea {
    height: auto;
    overflow: hidden;
    padding: 10px 0 20px 0;
    background: #f7f7f7 url(../img/neg.jpg) no-repeat center top;
}

.pageleft {
    width: 280px;
    height: auto;
    overflow: hidden;
}

.pagel-a {
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    padding-bottom: 10px;
}

.pagel-a dt {
    height: 45px;
    overflow: hidden;
    background: #402500 url(../image/logobs.png) no-repeat 10px center;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    padding-left: 45px;
}

.pagel-a dd {
    height: auto;
    overflow: hidden;
}

.pagel-a dd a {
    display: block;
    font-weight: bolder;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    line-height: 40px;
    padding-left: 45px;
}



.pagel-a dd #neilistcurrent a { color:#FFF; background:#402500;}




.pagel-a dd a.mon {
    font-weight: bolder;
    color: #ff0000;
}

.pagel-b {
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.pagel-b dt {
    height: 45px;
    overflow: hidden;
    font-size: 18px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}

.pagel-b dt span {
    border-bottom: 2px solid #402500;
    display: inline-block;
    height: 42px;
    padding: 0 10px;
}

.pagel-b dd {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #ccc;
    padding: 3px 0;
}

.pagel-b dd a {
    display: block;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagel-b dd em {
    font-weight: normal;
    font-size: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #999;
    margin-right: 5px;
}

.pagel-b dd .top0 {
    background: #fc6c6c;
}

.pagel-b dd .top1 {
    background: #ffa169;
}

.pagel-b dd .top2 {
    background: #ffc861;
}

.pageright {
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-left: 300px;
    background: #fff;
}

.pageright-news {
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
}

.page-tit {
    height: auto;
    overflow: hidden;
}

.page-act {
    display: block;
    border-bottom: 3px solid #402500;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
    padding: 0 15px 0 5px;
    font-weight: bolder;
}

.page-wz {
    display: block;
    border-bottom: 1px solid #ddd;
    height: 41px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    text-align: right;
    line-height: 40px;
}

.pagebox {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    overflow: hidden;
    padding: 10px 0;
}

.newslist {
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

.newslist dd {
    height: auto;
    overflow: hidden;
    padding-left: 15px;
    background: url(../image/xwzx_icon8.png) no-repeat 2px center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslist dt {
    width: 100px;
    height: auto;
    overflow: hidden;
    float: right;
}

.newslist a {
    display: block;
}

.fnext {
    height: auto;
    overflow: hidden;
    padding: 10px 0 20px 0;
    text-align: center;
}


/*redian*/

.newspic-list {
    height: auto;
    overflow: hidden;
}

.newspic-list li {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-right: 20px;
    padding: 20px 0;
    float: left;
}

.newspic-list li a {
    display: block;
}

.newspic-pic {
    width: 150px;
    height: 110px;
    overflow: hidden;
    float: left;
}

.newspic-pic img {
    width: 150px;
    height: 110px;
}

.newspic-tit {
    height: 110px;
    overflow: hidden;
    margin-left: 170px;
}

.newspic-tit dl dt {
    font-size: 16px;
    height: 35px;
    overflow: hidden;
    line-height: 30px;
}

.newspic-tit dl dd.boxf-man {
    height: 45px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

.newspic-tit dl dd.boxf-time {
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #999;
}

.motime {
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    background: #f9f9f9;
    color: #666;
}

.pagemid {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.pagemid img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    vertical-align: bottom;
}


/*zzpic*/

.zzpic {
    width: 910px;
    height: auto;
    overflow: hidden;
}

.zzpic li {
    width: 280px;
    height: 200px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
}

.zzpic li p {
    width: 280px;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #111111;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.zzpic li p a {
    color: #fff;
}

.zzpic li a img {
    display: block;
    width: 100%;
    -webkit-transition: 400ms;
    transition: 400ms;
    -ms-transition: 400ms;
}

.zzpic li:hover .caseimg {
    opacity: .9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=90);
}


/*team*/

.steam {
    width: 910px;
    height: auto;
    overflow: hidden;
}

.steam li {
    width: 200px;
    height: 285px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
}

.steam li p {
    width: 200px;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #111111;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.steam li p a {
    color: #fff;
}

.steam li a img {
    display: block;
    width: 100%;
    -webkit-transition: 400ms;
    transition: 400ms;
    -ms-transition: 400ms;
}

.steam li:hover .caseimg {
    opacity: .9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=90);
}

.zhpic {
    height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
}


/*zha*/

.zha-top {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #12113a;
    padding: 10px 0;
    margin: 15px 0;
}

.row {
    height: auto;
    overflow: hidden;
}

.cd-3 {
    width: 33.3333%;
    float: left;
    height: auto;
    overflow: hidden;
}

.zha-box {
    width: 350px;
    background: #f5f5f5;
    box-shadow: 3px 3px 3px #ccc;
    margin: 10px;
}

.netop {
    height: 480px;
    overflow: hidden;
    background: url(../img/netop.jpg) no-repeat top center;
    border-top: 5px solid #12113a;
}

.netmid {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 185px;
}

.netmid p {
    color: #fff;
    font-size: 40px;
    width: 748px;
    text-align: center;
    font-weight: bolder;
}