﻿@charset "UTF-8"; html {
    min-width: 1200px;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
    margin: 0px;
}

input,button,ul,ol {
    margin: 0px;
    padding: 0px;
}

body,input,button,form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    font-weight: normal;
}

ul,ol,li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,iframe {
    border: 0px;
}

em,i {
    font-style: normal;
}

button,input,select,textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #e74037;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.hide {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.icon {
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
}

.in_icon {
    vertical-align: middle;
    background: url(../images/ind_icon.png) no-repeat;
    display: inline-block;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c69f65;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #cccccc;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*强制自适应*/
.zsy {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.zsy img {
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%!important;
}

/*顶部*/
.header_main {
    width: 100%;
    position: relative;
    z-index: 999;
    background: #dd0000;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
}

.header_main .header {
    position: relative;
}

.header_main .ksdh {
    color: #fff;
}

.header_main .ksdh a {
    color: #fff;
    vertical-align: middle;
    line-height: 40px;
    float: left;
}

.header_main .ksdh a s {
    display: block;
    width: 45px;
    height: 40px;
}

.header_main .ksdh a:hover {
    color: #db0100;
}

.header_main .ksdh span {
    float: left;
    display: block;
    *display: inline;
    *zoom: 1;padding: 0 10px;
    color: #999;
    vertical-align: middle;
    line-height: 40px;
}

/*头部*/
.top_main {
    position: relative;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}

.top_main .logo {
    padding-top: 20px;
}

.top_main .logo a {
    display: block;
}

.top_main .logo img {
    display: block;
}

.top_main .tel {
    float: right !important;
    margin-top: 30px;
}

.top_main .tel .tel_img {
    margin-right: 14px;
    float: left;
    width: 57px;
    height: 57px;
}

.top_main .tel .tel_img img {
    width: 100%;
    display: block;
}

.top_main .tel .tel_text {
    float: right !important;
}

.top_main .tel .tel_text p {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    padding: 7px 0 10px;
}

.top_main .tel .tel_text h4 {
    font-size: 24px;
    font-weight: bold;
    color: #db0100;
    display: inline-block;
    line-height: 24px;
}

/*导航*/
.nav_main {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    z-index: 2;
}

.nav_main .nav .navlist {
    width: 100%;
}

.nav_main .nav li {
    float: left;
    width: 133px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.nav_main .nav li:before {
    display: inline-block;
    content: "";
    position: absolute;
    background-color: #ccc;
    top: 50%;
    margin-top: -6px;
    left: 0;
    width: 1px;
    height: 12px;
}

.nav_main .nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #666;
    height: 54px;
    line-height: 54px;
}

.nav_main .nav li:first-child:before {
    display: none;
}

.nav_main .nav li .subnav {
    background: #fff;
    border-top: 2px solid #db0100;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 199;
}

.nav_main .nav .subnav {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav li .subnav a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 43px;
    height: 43px;
    max-width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.nav_main .nav li .subnav a:hover {
    color: #db0100;
    padding-left: 10px;
    background: #f9f9f9;
}

.nav_main .nav li.hover a, .nav_main .nav li:hover a {
    color: #db0100;
}

.nav_main .nav li.current .subnav a,.nav_main .nav li:hover .subnav a {
    font-weight: normal;
    color: #666;
}

.nav_main .nav li.hover .subnav a:hover,.nav_main .nav li:hover .subnav a:hover {
    color: #db0100;
}

/*网站大图*/
.banner {
    width: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}

#banner .tip {
    width: 100%;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0%;
    bottom: 4%;
    z-index: 10;
}

#banner .tip span {
    width: 40px;
    height: 4px;
    overflow: hidden;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    background: #fff;
    text-indent: -1000px;
    border-radius: 0;
    transition: all .5s;
}

#banner .tip span.swiper-pagination-bullet-active {
    background: #db0100;
}

#banner #btn_prev,#banner #btn_next {
    width: 53px;
    height: 174px;
    position: absolute;
    z-index: 12;
    top: 50%;
    margin-top: -87px;
    cursor: pointer;
    opacity: 0;
}

#banner #btn_prev {
    left: 5%;
    background-position: 0 -26px;
}

#banner #btn_next {
    right: 5%;
    background-position: -60px -26px;
}

#banner:hover #btn_prev,#banner:hover #btn_next {
    opacity: 1;
}

/**/
.search {
    border-bottom: 1px solid #eee;
}

.search .hot {
    padding: 30px 0;
    height: 40px;
    line-height: 40px;
}

.search .hot .left {
    color: #333;
    font-weight: bold;
}

.search .hot .left b {
    color: #db0100;
}

.search .hot .left a {
    padding: 0 10px;
    color: #787878;
    font-weight: 100;
}

.search .hot .left a:hover {
    color: #db0100;
}

.search .hot .right {
    position: relative;
}

.search .hot .right .input {
    width: 278px;
    height: 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    line-height: 20px;
    padding: 9px 0px;
    border: none;
    border-right: none;
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #f5f5f5;
    padding-left: 20px;
    outline: none;
}

.search .hot .right .btn {
    width: 23px;
    height: 38px;
    border: none;
    background-position: -246px -79px;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0px;
    outline: none;
}

/*底部*/
.footer_main {
    position: relative;
    width: 100%;
}

.footer_main .footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    height: auto;
    background: #1e2129;
}

.footer_main .links {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    border-bottom: 1px solid #9b9b9b;
}

.footer_main .links span {
    color: #f9f9f9;
    display: inline-block;
}

.footer_main .links a {
    display: inline-block;
    color: #f9f9f9;
    padding-right: 10px;
}

.footer_main .links a:hover {
    color: #c69f65;
}

.footer_main .botnav {
    width: 290px;
}

.footer_main .botnav li {
    width: 100px;
    float: left;
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    padding-left: 40px;
}

.footer_main .botnav li:first-child {
    padding-left: 10px;
}

.footer_main .botnav li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.footer_main .botnav li a:hover {
    color: #c69f65;
}

.footer_main .botnav li .drop {
    padding-top: 10px;
}

.footer_main .botnav li .drop a {
    font-size: 12px;
    line-height: 24px;
}

.footer_main .botnav li:first-child {
    padding-left: 0;
}

.footer_main .botcontcat {
    width: 230px;
    color: #fff;
}

.footer_main .botcontcat a {
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.footer_main .botcontcat a:hover {
    color: #c69f65;
}

.footer_main .botcontcat .zx {
    padding-left: 22px;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    background: url("../images/tel3.png") no-repeat left center;
    background-size: 16px;
}

.footer_main .botcontcat .webTel1 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "arial";
    line-height: 20px;
}

.footer_main .botcontcat .webTel2 {
    margin-top: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "arial";
    line-height: 20px;
}

.footer_main .bewm {
    padding-top: 0px;
    padding-bottom: 12px;
    display: block;
    width: 160px;
    height: 215px;
    background: #db0100;
    background-size: 160px 215px;
}

.footer_main .bewm .img {
    display: block;
    width: 127px;
    height: 127px;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.footer_main .bewm .scan {
    margin-top: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.footer_main .imsgbox {
    width: 440px;
}

.footer_main .imsgbox h3 {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 24px;
}

.footer_main .imassge {
    padding-top: 16px;
}

.footer_main .imassge .item {
    width: 209px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
}

.footer_main .imassge .item .txt {
    width: 199px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #989a9e;
    background: none;
    outline: none;
}

.footer_main .imassge .item .msg-box {
    position: absolute;
    left: 0;
    height: 20px;
    top: 0px;
}

.footer_main .imassge .item .msg-box s {
    display: inline-block;
}

.footer_main .imassge .mr10 {
    margin-right: 18px;
}

.footer_main .imassge .mj {
    width: 438px;
}

.footer_main .imassge .mj .txt {
    width: 430px;
}

.footer_main .imassge .submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all .5s;
}

.footer_main .imassge .submit:hover {
    background: #db0100;
    color: #fff;
}

.copyright {
    position: relative;
    width: 100%;
    line-height: 50px;
    background: #db0100;
}

.copyright p {
    color: #fff;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #c69f65;
}

/***********index css ***********/
.index {
    width: 100%;
    overflow: hidden;
}

.index .indexTit {
    text-align: center;
    width: 100%;
    height: 190px;
    background: url("../images/titLine.png") no-repeat center center;
    background-size: 60px 189px;
}

.index .indexTit .tit {
    padding-top: 60px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #db0100;
    line-height: 40px;
}

.index .indexTit .subtit {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    font-weight: normal;
    padding-top: 12px;
}

/*menu*/
.index .menu {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.index .menu ul {
    text-align: center;
}

.index .menu li {
    line-height: 30px;
    margin: 0 10px 10px;
    display: inline-block;
}

.index .menu li:first-child {
    margin-left: 0;
}

.index .menu li:last-child {
    margin-right: 0;
}

.index .menu li a {
    display: block;
    color: #666;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding: 0 25px;
    border-radius: 15px;
}

.index .menu li a:hover {
    border: 1px solid #db0100;
    color: #fff;
    background: #db0100;
}

.index .more {
    width: 150px;
    height: 40px;
    color: #666;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
}

.index .more:hover {
    border: 1px solid #db0100;
    background: #db0100;
    color: #fff;
    text-indent: 10px;
}

/*产品分类*/
.index .prolist {
    background: url("../images/in_prolist_bg.jpg") no-repeat center top;
    padding: 60px 0;
    height: auto;
    overflow: hidden
}

.index .prolist li {
    position: relative;
    width: 396px;
    height: 460px;
    float: left;
    margin-right: 6px;
}

.index .prolist li .img {
    width: 100%;
    padding-top: 116.165%;
    position: relative;
    overflow: hidden;
}

.index .prolist li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
}

.index .prolist li .title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,.6);
    padding: 30px 0;
}

.index .prolist li .title span {
    display: inline-block;
    width: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}

.index .prolist .bd {
    height: 460px;
    overflow: hidden;
}

.index .prolist .hd {
    position: relative;
    width: 100%;
}

.index .prolist .hd span {
    position: absolute;
    top: -255px;
    display: block;
    width: 25px;
    height: 50px;
    cursor: pointer;
}

.index .prolist .hd .prev {
    left: -80px;
}

.index .prolist .hd .next {
    right: -80px;
}

.index .prolist .hd .prev:after,.index .prolist .hd .prev:before, .index .prolist .hd .next:after,.index .prolist .hd .next:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    width: 30px;
    height: 2px;
    background: #616161;
    transition: all .5s;
}

.index .prolist .hd .prev:after,.index .prolist .hd .next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index .prolist .hd .prev:before,.index .prolist .hd .next:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index .prolist .hd .prev:after {
    top: 34px;
}

.index .prolist .hd .prev:before {
    top: 14px;
}

.index .prolist .hd .next:after {
    right: 0;
    top: 14px;
}

.index .prolist .hd .next:before {
    right: 0;
    top: 34px;
}

.index .prolist .hd .prev:hover:after,.index .prolist .hd .prev:hover:before, .index .prolist .hd .next:hover:after,.index .prolist .hd .next:hover:before {
    background: #db0100;
}

/*产品中心*/
.index .floor_1_main {
    width: 100%;
    background: url(../images/proBg.jpg) no-repeat center center;
}

.index .floor_1_main .floor_1 {
    padding: 0px 0;
}

.index .floor_1 .menu {
    padding-top: 40px;
    padding-bottom: 40px;
}

.index .floor_1 .proList .list {
    width: 100%;
}

.index .floor_1 .proList .list .item {
    float: left;
    position: relative;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all .5s;
}

.index .floor_1 .proList .list .item:nth-child(4n) {
    margin-right: 0;
}

.index .floor_1 .proList .list .item .img {
    display: block;
    width: 100%;
    height: 214px;
    overflow: hidden;
}

.index .floor_1 .proList .list .item .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.index .floor_1 .proList .list .item h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-indent: 20px;
    background: url(../images/txtBg.png) repeat center center;
}

.index .floor_1 .proList .list .item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.index .floor_1 .proList .list .item:hover .img img {
    transform: scale(1.1);
}

.index .floor_1_main .more {
    margin-top: 20px;
}

/*定制案例*/
.index .floor_2 {
    padding: 40px 0;
    overflow: hidden;
}

.index .icaseM .bigbox {
    width: 600px;
    height: 450px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.index .icaseM .bigbox .bd {
    overflow: hidden;
}

.index .icaseM .bigbox .bd .item {
    position: relative;
    width: 600px;
    height: 450px;
    overflow: hidden;
}

.index .icaseM .bigbox .bd .item .img {
    display: block;
    width: 600px;
    height: 450px;
}

.index .icaseM .bigbox .bd .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url("../images/txtBg.png") repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}

.index .icaseM .bigbox .bd .item .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}

.index .icaseM .bigbox .bd .item .txtBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}

.index .icaseM .bigbox .bd .item .txtBox h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 68%;
    opacity: 0;
    transition: all .5s;
}

.index .icaseM .bigbox .item:hover .txt {
    opacity: 0;
}

.index .icaseM .bigbox .item .txtBox span {
    width: 40px;
    height: 40px;
    display: block;
    background-position: 0 -164px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 10%;
    margin-top: -25px;
    opacity: 0;
    transition: all .5s;
}

.index .icaseM .bigbox .item:hover .txtBox {
    opacity: 1;
    background: url(../images/black50.png) repeat left top;
    z-index: 16;
}

.index .icaseM .bigbox .item:hover .txtBox h3 {
    opacity: 1;
    padding-top: 43%;
}

.index .icaseM .bigbox .item:hover .txtBox span {
    opacity: 1;
    top: 50%;
}

.index .icaseM .bigbox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 15;
}

.index .icaseM .bigbox .hd ul {
    overflow: hidden;
    zoom: 1; float: left;
}

.index .icaseM .bigbox .hd li {
    float: left;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all .5s;
}

.index .icaseM .bigbox .hd li.on {
    background: #db0100;
}

.index .icaseM .smabox {
    width: 600px;
}

.index .icaseM .smabox .item {
    float: left;
    margin-right: 0;
    width: 300px;
    height: 225px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}

.index .icaseM .smabox .item .img {
    display: block;
    width: 300px;
    height: 225px;
}

.index .icaseM .smabox .item a {
    display: block;
}

.index .icaseM .smabox .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url("../images/txtBg.png") repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}

.index .icaseM .smabox .item .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}

.index .icaseM .smabox .item .txtBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../images/txt2Bg.png) repeat-x left bottom;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}

.index .icaseM .smabox .item .txtBox .tit1 {
    padding-top: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    transition: all .5s;
}

.index .icaseM .smabox .item .txtBox .detail {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -49px;
    display: block;
    width: 98px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s;
}

.index .icaseM .smabox .item:hover .txt {
    opacity: 0;
}

.index .icaseM .smabox .item:hover .txtBox {
    opacity: 1;
}

.index .icaseM .smabox .item:hover .txtBox .tit1 {
    padding-top: 80px;
}

.index .icaseM .smabox .item:hover .detail {
    top: 55%;
}

.index .floor_2_main .more {
    margin-top: 30px;
}

/*四大优势*/
.index .floor_3_main {
    width: 100%;
    height: 900px;
    background: url(../images/adBg.jpg) no-repeat center center;
}

.index .floor_3 {
    padding-top: 40px;
}

.index .floor_3 .indexTit {
    background: url("../images/titLine1.png") no-repeat center center;
}

.index .floor_3 .indexTit .tit {
    color: #fff;
}

.index .floor_3 .indexTit .subtit {
    color: #fff;
}

.index .floor_3 .advantBox {
    margin-top: 70px;
    min-height: 400px;
    background: url("../images/adBox.png") no-repeat center center;
}

.index .floor_3 .advantList .item {
    float: left;
    display: block;
    width: 400px;
    cursor: pointer;
}

.index .floor_3 .advantList .item .img {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .5s;
}

.index .floor_3 .advantList .item .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index .floor_3 .advantList .item .txt {
    float: left;
    width: 300px;
    margin-left: 16px;
    transition: all .5s;
}

.index .floor_3 .advantList .item .txt h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    transition: all .5s;
}

.index .floor_3 .advantList .item .txt p {
    padding-top: 20px;
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-top: 1px dashed #9a9a9a;
    transition: all .5s;
}

.index .floor_3 .advantList .item:nth-child(2n) {
    margin-bottom: 172px;
    margin-left: 400px;
}

.index .floor_3 .advantList .item:hover .img {
    background: #e7ac55;
    border-color: #e7ac55;
    transform: translateY(-6px);
}

.index .floor_3 .advantList .item:hover .txt {
    transform: translateY(-6px);
}

.index .floor_3 .advantList .item:hover .txt h3 {
    color: #e7ac55;
}

.index .floor_3 .advantList .item:hover .txt p {
    color: #e7ac55;
}

/*关于我们*/
.index .floor_4_main {
    width: 100%;
    height: 714px;
    background: url("../images/aboutBg.jpg") no-repeat center center;
}

.index .floor_4 {
    padding: 60px 0;
}

.index .floor_4 .aTit {
    height: 190px;
    background: url(../images/titLine.png) no-repeat 14px center;
}

.index .floor_4 .aTit .tit {
    padding-top: 60px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #db0100;
    line-height: 40px;
}

.index .floor_4 .aTit .subtit {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    font-weight: normal;
    padding-top: 12px;
}

.index .floor_4 .aboutimg {
    width: 600px;
    height: 450px;
    margin-left: 20px;
    display: block;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.index .floor_4 .aboutimg img {
    width: 600px;
    height: 450px;
    display: block;
}

.index .floor_4 .abouttext {
    width: 560px;
    display: block;
}

.index .floor_4 .abouttext .stit {
    font-size: 24px;
    font-weight: bold;
    padding-top: 36px;
    color: #333;
    line-height: 26px;
}

.index .floor_4 .abouttext h4 {
    color: #999;
    font-size: 24px;
    display: block;
}

.index .floor_4 .abouttext .desc {
    padding-top: 40px;
    color: #666;
    line-height: 30px;
    margin-bottom: 46px;
    text-align: justify;
}

.index .floor_4 .abouttext .more {
    margin: 0;
}

/*news*/
.index .floor_5_main {
    background: #fff;
}

.index .floor_5 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.index .floor_5 .cont {
    margin-top: 40px;
    margin-bottom: 40px;
}

.index .newsBox {
    width: 580px;
    height: 435px;
    overflow: hidden;
    position: relative;
}

.index .newsBox .hd {
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: 10;
}

.index .newsBox .hd ul {
    overflow: hidden;
    zoom: 1;}

.index .newsBox .hd li {
    margin-right: 6px;
    width: 12px;
    height: 12px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    float: left;
    transition: all .5s;
}

.index .newsBox .hd li.on {
    background: #db0100;
}

.index .newsBox .bd li {
    zoom: 1;vertical-align: middle;
    position: relative;
    width: 580px;
    height: 435px;
    overflow: hidden;
}

.index .newsBox .bd li .img {
    display: block;
    width: 580px;
    height: 435px;
}

.index .newsBox .bd li .txt {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 70px;
    background: url("../images/txtBg.png") repeat center center;
}

.index .newsBox .bd li .txt .tit {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    text-indent: 20px;
}

.index .newsBox .bd li p {
    padding: 0;
    color: #666;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}

.index .newsBox .bd li .time {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 28px;
}

.index .textlist {
    width: 572px;
}

.textlist .item {
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    transition: all .5s;
}

.textlist .item a {
    display: block;
    padding: 19px 0px;
}

.textlist .item:first-child a {
    padding-top: 0px;
}

.textlist .item h3 {
    color: #333;
    font-size: 18px;
    transition: all .5s;
}

.textlist .item p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.textlist .item .time {
    display: block;
    width: 70px;
    height: 73px;
    border-right: 1px solid #ddd;
    line-height: 25px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
    color: #666;
}

.textlist .item .time b {
    color: #666;
    display: block;
    font-size: 48px;
    line-height: 48px;
}

.textlist .item:hover {
    transform: translate3d(0, -2px, 0);
}

.textlist .item:hover h3 {
    color: #db0100;
}

/*end news*/
.xunpan {
    width: 100%;
    background: url(../images/xunpan.jpg) no-repeat center top;
    height: 200px;
    color: #fff;
}

.xunpan .zixun {
    width: 454px;
    padding-top: 40px;
    text-align: center;
}

.xunpan .zixun .ewm {
    width: 106px;
    height: 106px;
    display: block;
    padding: 6px;
    background: #fff;
}

.xunpan .zixun .tel {
    border: 1px solid #7a7c82;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "AvantGardeITVbyBT Book", arial;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.xunpan .zixun .tel em {
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
    background-position: -154px -50px;
    margin-right: 10px;
}

.xunpan .zixun .zx {
    border: 1px solid #db0100;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #db0100;
}

.xunpan .zixun .zx em {
    width: 22px;
    height: 20px;
    display: inline-block;
    background-position: -190px -50px;
    margin-left: 10px;
    vertical-align: middle;
}

.xunpan .txt {
    padding-top: 55px;
}

.xunpan .txt h3 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 25px;
}

.xunpan .txt p {
    font-size: 20px;
}

.xunpan .txt p span {
    color: #db0100;
    display: inline-block;
}

/*浮动客服*/
.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #db0100;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.top i {
    background-position-y: -90px;
}

.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #db0100;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #db0100;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #db0100;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #db0100;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #333;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}

/****************************** ** 内页 ******************************/
/*prolist*/
.prolist .item {
    width: 280px;
    padding-top: 10px;
    overflow: hidden;
    float: left;
    margin: 0 26px 26px 0;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .5s;
}

.prolist .item a {
    display: block;
    width: 100%;
}

.prolist .item .img {
    width: 260px;
    height: 195px;
    display: block;
    margin: 0 auto;
}

.prolist .item h3 {
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    transition: all .5s;
}

.prolist .item:hover {
    border-color: #db0100;
}

.prolist .item:hover h3 {
    color: #db0100;
}

/*txtimglist*/
.txtimglist .item {
    width: 1158px;
    height: 160px;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    transition: all .5s;
}

.txtimglist .item a {
    width: 100%;
    display: block;
}

.txtimglist .item .img {
    width: 213px;
    height: 160px;
    display: block;
    margin-right: 45px;
}

.txtimglist .item h3 {
    font-size: 18px;
    color: #333;
    padding: 22px 0 15px;
    transition: all .5s;
}

.txtimglist .item .txt {
    color: #999;
    line-height: 24px;
    height: 72px;
    padding-right: 45px;
    text-align: justify;
    overflow: hidden;
}

.txtimglist .item .time {
    width: 100px;
    padding-top: 28px;
    line-height: 24px;
    font-family: arial;
    font-size: 16px;
    color: #939aa3;
}

.txtimglist .item .time .day {
    font-size: 34px;
    line-height: 40px;
    display: block;
}

.txtimglist .item .time s {
    width: 54px;
    height: 8px;
    display: block;
    margin-top: 20px;
    background-position: -170px 0;
}

.txtimglist .item:hover {
    border: 1px solid #db0100;
}

.txtimglist .item:hover h3 {
    color: #db0100;
    text-indent: 10px;
}

.txtimglist .searchlist .item img {
    width: auto;
    height: 150px;
}

/************content************/
/* loaction */
.location {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.location:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.location h3 {
    font-size: 20px;
}

.location .sitepath {
    color: #666;
    white-space: nowrap;
}

.location .sitepath s {
    width: 16px;
    height: 17px;
    background-position: -30px 0px;
    margin: 0 6px;
}

.location .sitepath a {
    color: #666;
}

.location .sitepath a:hover {
    color: #c69f65;
}

/* reLink */
.reLink {
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.reLink .nextLink,.reLink .prevLink {
    width: 50%;
    display: block;
    text-align: left;
    color: #666;
}

.reLink .nextLink a:hover,.reLink .prevLink a:hover {
    color: #db0100;
}

.reLink .nextLink a,.reLink .prevLink a {
    color: #666;
}

.reLink .nextLink {
    text-align: right;
}

.nybanner {
    width: 100%;
    position: relative;
    height: 508px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/nybanner.jpg);
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

.wrapper .showvideo {
    margin: 0 auto;
}

.wrapper .leftNav {
    margin-bottom: 20px;
    text-align: center;
}

.wrapper .leftNav li {
    display: inline-block;
    margin: 5px;
    text-align: center;
}

.wrapper .leftNav li .aLink {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #e3e3e3;
}

.wrapper .leftNav li.hover a,.wrapper .leftNav li:hover a {
    color: #fff;
    background: #db0100;
    border-color: #db0100;
}

.wrapper .content {
    width: 100%;
}

.wrapper .content .prolist {
    width: 106%;
    position: relative;
}

.wrapper .content .bgfff {
    width: 818px;
    padding: 15px 40px 50px;
    border: 1px solid #dddddd;
    background: #fff;
}

/******recommend*******/
.recomCon {
    margin-top: 20px;
}

.recomCon .recom-tit {
    font-size: 22px;
    line-height: 32px;
    padding: 20px 0;
}

.recomCon .recom-tit .more {
    float: right;
    font-size: 16px;
    width: 120px;
    height: 30px;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
}

.recomCon .recom-tit .more:hover {
    width: 150px;
}

.recomCon .recom-tit s {
    width: 4px;
    height: 23px;
    margin-right: 15px;
    background: #db0100;
    display: inline-block;
    vertical-align: middle;
}

.recomCon .txtimglist {
    width: 100%;
}

.recomCon .txtimglist .item {
    width: 590px;
    height: auto;
    padding: 0;
    padding-bottom: 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #dddddd;
}

.recomCon .txtimglist .item:nth-child(2n) {
    margin-right: 0;
}

.recomCon .txtimglist .item a {
    width: 100%;
    height: 120px;
    display: block;
}

.recomCon .txtimglist .item img {
    width: 161px;
    height: 120px;
    float: left;
    margin-right: 10px;
}

.recomCon .txtimglist .item h3 {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recomCon .txtimglist .item .txt {
    padding: 0;
}

.recomCon .txtimglist .item:hover h3 {
    color: #db0100;
    text-indent: 0;
}

/****singlePage******/
.singlePage img {
    max-width: 100%;
    height: auto !important;
}

.singlePage .txtcon {
    color: #666;
    text-align: justify;
}

/*showNews*/
.shareNew {
    padding-bottom: 20px;
}

.showInfo .title {
    font-size: 22px;
    color: #333333;
    text-align: center;
    padding: 10px 0 16px;
}

.showInfo .mark {
    color: #666;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.showInfo .mark span {
    margin: 0 10px;
    font-size: 12px;
}

.showInfo #pic {
    text-align: center;
}

.showInfo #pic img {
    display: inline-block;
    max-width: 800px;
    padding: 1px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}

.showInfo .showContxt {
    color: #666;
    padding: 0 2px 30px;
    line-height: 30px;
    text-align: justify;
}

.showInfo .showContxt .t {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1; color: #333;
    padding: 0 2px 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.showInfo .showContxt .t:after {
    width: 20px;
    height: 2px;
    content: "\20";
    background: #c21d24;
    display: block;
    position: absolute;
    left: 2px;
    bottom: -1px;
}

.showInfo .showContxt img {
    max-width: 100%;
    height: auto !important;
}

.showInfo .title2 {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.showInfo .title2 a {
    float: right;
    font-size: 12px;
    font-family: arial;
}

.showInfo .title2 .left {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border-bottom: 3px solid #4d485b;
}

.msgPage .tit {
    line-height: normal;
    text-align: center;
    padding: 18px 0 36px;
}

.msgPage .tit .p1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.msgPage .tit .p2 {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

.msgPage .tit .p2 span {
    color: #db0100;
    font-weight: bold;
}

.formData {
    padding-bottom: 0;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 560px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    margin-right: 76px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all .5s;
}

.formData .item:hover {
    color: #495057;
    background: #fff;
    border-color: #db0100;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(201,151,76,.25);
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #666;
    box-sizing: border-box;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}

.formData .liuyan {
    width: 1198px;
    height: 240px;
    border: 1px solid #e5e5e5;
    float: left;
}

.formData .liuyan label {
    text-align: right;
    display: block;
    top: 4px;
}

.formData .liuyan textarea {
    width: 100%;
    height: 100%;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #666;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
    box-sizing: border-box;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 46px;
    border: 2px solid #db0100;
    ;margin-right: 2px;
    text-align: center;
    background: #db0100;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    outline: none;
    transition: all .5s;
}

.formData .sub:hover {
    background: none;
    color: #db0100;
}

.formData .yzm {
    width: 432px;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
    display: block;
}

/*↓组图样式↓*/
.HS10, .HS15 {
    overflow: hidden;
    clear: both;
}

.HS10 {
    height: 10px;
}

.HS15 {
    height: 15px;
}

.Hidden {
    display: none;
}

.Clearer {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

.FlLeft {
    float: left;
}

.FlRight {
    float: right;
}

/*幻灯片区域背景*/
.MainBg {
    width: 100%;
    margin: 0 auto;
}

/*大图展示区域*/
.OriginalPicBorder {
    padding: 0;
}

#OriginalPic {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}

#OriginalPic img {
    display: block;
    min-width: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/*鼠标手势*/
.CursorL {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 100%;
    color: #FFF;
    left: 0;
    cursor: url(../images/CurL.cur), auto;
}

.CursorR {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 100%;
    color: #FFF;
    right: 0;
    cursor: url(../images/CurR.cur), auto;
}

/*小图预览和滑动*/
.SliderPicBorder {
    width: 100%;
    overflow: hidden;
}

.ThumbPicBorder {
    width: 100%;
    margin: 0 auto;
    background: #eeeeee;
    overflow: hidden;
    position: relative;
}

.ThumbPicBorder #btnPrev,.ThumbPicBorder #btnNext {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 45px;
    height: 108px;
    cursor: pointer;
    background: #fff;
}

.ThumbPicBorder #btnPrev:after,.ThumbPicBorder #btnNext:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -7px;
    border: 14px solid transparent;
    border-left: 0;
    border-right-color: #db0100;
}

.ThumbPicBorder #btnNext:after {
    border-right: 0;
    border-left: 14px solid #db0100;
}

.ThumbPicBorder #btnNext {
    left: auto;
    right: 15px;
}

.ThumbPicBorder .pic {
    width: 1054px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

#ThumbPic .img {
    border: 3px solid #ddd;
    cursor: pointer;
    background-color: #ddd;
    margin: 0 5px;
    width: 135px;
    height: 102px;
    display: block;
    transition: all .5s;
}

#ThumbPic .img.active {
    border: 3px solid #db0100;
}

/*首页自定义内容*/
.ipage {
    padding: 30px 0;
}

.ipage img {
    max-width: 100%;
}

/*学校概况*/
.dtit {
    text-align: center;
    width: 100%;
    padding: 60px 0 40px;
}

.dtit b {
    font-size: 36px;
    color: #e95412;
}

.dtit i {
    font-size: 42px;
    color: #2f2f2c;
    background: url(../images/dtit-bg.png) no-repeat right center;
    padding-right: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px;
}

.dtit span {
    font-size: 10px;
    color: #b1b1b1;
    display: block;
    text-transform: uppercase;
}

.dtit p {
    font-size: 14px;
    color: #777777;
    display: block;
}

.dmore {
    font-size: 16px;
    color: #fff;
    background: #e95412;
    width: 185px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 40px auto;
}

.dmore:hover {
    color: #fff;
    box-shadow: 2px 2px 2px #ddd
}

.xmore {
    font-size: 14px;
    color: #e95412;
    width: 104px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #e95412;
    display: block;
}

.xmore.x2 {
    border: 1px solid #fff;
    color: #fff;
}

.xmore:hover {
    background: #e95412;
    border-color: #e95412;
    color: #fff
}

.dabg {
    background: url(../images/dabg.jpg);
    width: 40%;
    height: 147px;
    position: absolute;
    z-index: -1
}

.dabg1 {
    left: 0;
    top: 300px
}

.dabg2 {
    right: 0;
    top: 73px
}

.dabg3 {
    left: 0;
    bottom: 150px
}

.syab {
    width: 100%;
    line-height: 1.5;
    overflow: hidden;
}

.syabz {
    width: 45%;
    position: relative;
}

.syabz li img {
    width: 100%;
    vertical-align: middle;
}

.syabz .swiper-pagination {
    width: auto!important;
    left: 20px!important;
}

.syabz .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #fff;
    border-radius: 50;
    margin: 0 3px!important
}

.syabz .swiper-pagination-bullet-active {
    background: #e95412;
}

.syabz-prev,.syabz-next {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 32px;
    z-index: 1;
    cursor: pointer;
    background-color: #2f2f2c;
    background-repeat: no-repeat;
    background-position: center;
}

.syabz-prev {
    background-image: url(../images/syabz-prev.png);
    right: 0
}

.syabz-next {
    background-color: #e95412;
    background-image: url(../images/syabz-next.png);
    right: -40px;
}

.syabz-prev:hover,.syabz-next:hover {
    background-color: #e95412
}

.syaby {
    width: 50%;
    overflow: hidden;
}

.syaby .tab {
    width: 100%;
    overflow: hidden;
    margin-bottom: 26px;
}

.syaby .tab li {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #a0a0a0;
    float: left;
    margin-right: 5px;
    width: 24%;
    cursor: pointer;
}

.syaby .tab li:hover,.syaby .tab li.active {
    background: #e95412;
    font-weight: bold;
}

.syaby .txt {
    color: #777777;
}

.syaby .txt strong {
    display: block;
    font-size: 24px;
    color: #a0a0a0;
    text-transform: uppercase;
    line-height: initial;
}

.syaby .txt h3 {
    display: block;
    font-size: 30px;
    color: #2f2f2c;
    margin-bottom: 10px
}

.syaby .txt h3>em {
    color: #e95412
}

.syaby .txt p {
    line-height: 2
}

.syaby .txt .xmore {
    margin-top: 15px;
}

.syaby .nlist {
    overflow: hidden;
}

.syaby .nlist li {
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border-bottom: 1px dashed #dcdcdc;
}

.syaby .nlist li a {
    display: block;
    color: inherit;
}

.syaby .nlist li a:hover {
    color: #e95412;
}

.syaby .nlist li a span {
    float: right;
}

/*热门专业*/
.sy02 {
    width: 100%;
    line-height: 1.5;
    overflow: hidden;
}

.sy02 .w1200 {
    background: #fff;
}

.sy02 ul {
    float: left;
}

.sy02 .ul1 {
    width: 19.77%;
}

.sy02 .ul2 {
    width: 21.77%;
}

.sy02 .ul3 {
    width: 36.4%;
}

.sy02 .ul4 {
    width: 22.06%;
}

.sy02 ul li {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.sy02 ul li img {
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}

.sy02 ul li .mask {
    font-size: 22px;
    color: #000000;
    position: absolute;
}

.sy02 ul li .mask b {
    display: block;
}

.sy02 ul li .mask p {
    font-size: 14px;
    margin-top: 5px
}

.sy02 ul li .mask .xmore {
    margin-top: 10px
}

.sy02 ul li.li1 .mask {
    left: 20px;
    bottom: 20px
}

.sy02 ul li.li2 .mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(233,84,18,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sy02 ul li.li3 .mask {
    left: 20px;
    top: 50px
}

.sy02 .ul2 .li3 .mask {
    top: 300px;
}

.sy02 ul li:hover img {
    transform: scale(1.1);
}



.slider {
    width: 300px; /* 设置滚动窗口宽度 */
    height: 200px; /* 设置滚动窗口高度 */
    overflow: hidden; /* 隐藏超出窗口的内容 */
}
.slide {
    width: 100%; /* 设置每个图片的宽度 */
    height: 100%; /* 设置每个图片的高度 */
    object-fit: cover; /* 缩放图片以适应容器大小 */
    animation: scroll 5s infinite; /* 设置动画效果 */
}
@keyframes scroll {
    0% { transform: translateX(0); } /* 图片开始位置 */
    33.33% { transform: translateX(-100%); } /* 图片滚动到第二张位置 */
    66.66% { transform: translateX(-200%); } /* 图片滚动到第三张位置 */
    100% { transform: translateX(0); } /* 图片回到开始位置,形成循环 */
}