@charset "UTF-8";

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", '宋体', 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
    color: #333333;
}

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: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #f37b1d;
    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: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*header_main*/
.header_main {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 100;
    background: #fff;
    background: url("../images/top_bg.png") center no-repeat;
}

.header_main .header {
    display: flex;
}

.header_main .logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.header_main .logo img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

#nav_main {
    float: right;
    width: 800px;
    height: 100px;
}

#nav_main .nav {
    height: 100px;
    z-index: 12;
}

#nav_main .nav li {
    position: relative;
    float: left;
    padding: 0 20px;
    z-index: 10;
    background: url("../images/navbg.png") no-repeat right center;
    background-size: 1px 16px;
}

#nav_main .nav li a.aLink {
    font-size: 16px;
    height: 100px;
    line-height: 100px;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #333;
}

#nav_main .nav li:first-child {
    padding: 0 30px;
}

#nav_main .nav li:last-child {
    background: none;
}

#nav_main .nav li.hover,
#nav_main .nav li:hover {
    background: #f37b1d;
}

#nav_main .nav li.hover a.aLink,
#nav_main .nav li:hover a.aLink {
    color: #fff;
}

#nav_main .nav li.hover a.aLink:before {
    width: 100%;
}

#nav_main .nav li:hover a.aLink:before {
    width: 100%;
}

.header_main .tel_main {
    float: right;
    width: 130px;
    height: 100px;
}

.header_main .tel_main .zx {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.header_main .tel_main .tel {
    font-size: 24px;
    line-height: 24px;
    color: #f37b1d;
    text-indent: 0px;
}

/*搜索框*/
.header_main .header_search {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    right: 0;
    top: 0;
}

.header_main .header_search .search_btn {
    width: 50px;
    height: 35px;
    cursor: pointer;
    background: #f37b1d url(../images/search.png) no-repeat center center;
    border-radius: 0 0 5px 5px;
}

.header_main .header_search .search_main {
    position: absolute;
    z-index: 10;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 0;
    height: 80px;
    right: 0px;
    top: 100px;
    overflow: hidden;
    background: #fff;
}

.header_main .header_search .search_box {
    width: 280px;
    height: 40px;
    margin-top: 20px;
    margin-left: 40px;
    background: url("../images/search_main.png") no-repeat bottom center;
}

.header_main .header_search .search_box input {
    background-color: none;
    border: none;
}

.header_main .header_search .search_box .stxt {
    width: 240px;
    height: 40px;
    font: normal 14px "思源黑体";
    line-height: 40px;
    display: block;
    text-indent: 10px;
    color: #999;
}

.header_main .header_search .search_box .sbtn {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    background: url(../images/search1.png) no-repeat center center;
}

.header_main .header_search.addy .search_main {
    width: 360px;
}

/*导航栏下拉*/
#nav_main li.hover .subnav a {
    background: none;
}

#nav_main .nav .subnav {
    background: #f37b1d;
    border-top: 1px solid #ec8e44;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    left: 0;
    top: 100px;
    position: absolute;
    width: 104px;
    z-index: 199;
}

#nav_main .nav .subnav {
    position: absolute;
    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 .subnav li {
    width: 100%;
}

#nav_main .nav .subnav .nav1 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    line-height: 12px;
    height: 12px;
    padding: 20px 0px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    border-top: 1px solid #ec8e44;
}

#nav_main .nav .subnav li.nav1 {
    padding: 0;
    background: none;
}

#nav_main .nav .subnav li.nav1:first-child {
    margin-top: 10px;
}

#nav_main .nav .subnav li.nav1:first-child a {
    border-top: none;
}

#nav_main .nav .subnav li:hover {
    background: #ec8e44;
}

#nav_main .nav .subnav li:hover a {
    text-indent: 2px;
    color: #fff;
}

/* banner */
#banner_main {
    z-index: 2;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#banner_main .banner {
    height: 450px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#banner {
    width: 100%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner,
.banner ul {
    max-height: 450px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
    position: relative;
}

#banner .tip {
    width: 100%;
    height: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    z-index: 13;
}

#banner .tip span {
    width: 40px;
    height: 5px;
    margin: 0 10px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background-color: #fff;
}

#banner .tip span.cur {
    background-color: #f37b1d;
}

#banner #btn_prev,
#banner #btn_next {
    width: 30px;
    height: 115px;
    position: absolute;
    top: 150px;
    z-index: 5;
}

#banner #btn_prev {
    background-position: 0 0px;
    left: 4%;
    transition: all 600ms ease;
}

#banner #btn_next {
    background-position: -40px 0px;
    right: 4%;
    transition: all 600ms ease;
}

#banner #btn_prev:hover {
    opacity: .9;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    left: 3.8%;
}

#banner #btn_next:hover {
    opacity: .9;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    right: 3.8%;
}

/*banner end*/
/*footer*/
.bottom_main {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: #23242c;
}

.bottom_main .links {
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #434343;
}

.bottom_main .links span {
    color: #f37b1d;
    font-weight: bold;
    display: inline-block;
}

.bottom_main .links a {
    display: inline-block;
    color: #f9f9f9;
    padding-right: 10px;
}

.bottom_main .links a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.footer365jz {
    width: 100%;
    margin: 15px auto;
}

.footer365jz .linkslist {
    margin-bottom: 15px;
}

.footer365jz .linkslist li {
    display: inline-block;
    margin: 5px 10px;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 18px;
}

.footer365jz .linkslist li a {
    display: inline-block;
    color: #f9f9f9;
    padding-right: 10px;
}


.bottom_main .bottom_nav {
    margin-top: 58px;
    background: url(../images/bottomline.png) left top no-repeat;
}

.bottom_main .bottom_nav .left {
    float: left;
    padding-left: 48px;
    display: inline-block;
    width: 20%;
    background: url(../images/bottomline.png) right top no-repeat;
    margin-bottom: 30px;
}

.bottom_main .bottom_nav .left h3 {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    height: 34px;
}

.bottom_main .bottom_nav .left dd a {
    display: inline-block;
    font-size: 12px;
    color: #cccccc;
    padding-right: 16px;
    height: 24px;
}

.bottom_main .bottom_nav .left a:hover {
    color: #fff;
}

.bottom_main .bottom_ewm .ewm {
    width: 120px;
    height: 120px;
    background-color: #666666;
    text-align: center;
    margin-top: 60px;
}

.bottom_main .bottom_ewm .ewm img {
    width: 110px;
    height: 110px;
    margin-top: 5px;
}

.bottom_main .bottom_ewm .tit {
    margin-top: 64px;
    margin-left: 60px;
}

.bottom_main .bottom_ewm .tit li {
    display: block;
    clear: left;
    height: 64px;
}

.bottom_main .bottom_ewm .tit li img {
    width: 50px;
    height: 50px;
    float: left;
}

.bottom_main .bottom_ewm .tit li p {
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #cccccc;
    padding-left: 12px;
    text-align: left;
    padding-top: 0px;
}

.bottom_main .bottom_ewm .tit li p span {
    margin-top: 2px;
    font-size: 26px;
    font-family: "Arial";
    color: #f37b1d;
    display: block;
    font-weight: bold;
}

.bottom_copy {
    width: 100%;
    background: #17181e;
    text-align: center;
    padding: 20px 0;
}

.bottom_copy p {
    line-height: 30px;
    color: #999999;
    font-size: 12px;
}

.bottom_copy span {
    margin: 0 12px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.bottom_copy a {
    display: inline-block;
    color: #a7a7a7;
}

.bottom_copy a:hover {
    color: #fff;
}

/********.toolbar1*********/
.toolbar_wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 0;
    height: 100%;
}

.toolbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1000;
}

.toolbar .toolbar_tabs {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    margin-top: -61px;
}

.toolbar .toolbar_tab {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 4px;
    cursor: pointer;
    background-color: #555555;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.toolbar .tab_person .tab_ico {
    background-position: 7px 8px;
}

.toolbar .tab_ico {
    width: 34px;
    height: 35px;
    margin-left: 1px;
    position: relative;
    z-index: 2;
    background-color: #555555;
    _display: block;
    display: inline-block;
    background-image: url(../images/toolbaricon.png);
    background-repeat: no-repeat;
}

.toolbar .tab_text {
    width: 130px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 80px;
    top: 0;
    background-color: #666666;
    border-radius: 3px;
}

.toolbar_tab:hover,
.toolbar_tab:hover .tab_ico,
.toolbar_tab_hover,
.toolbar_tab_hover .tab_ico {
    background-color: #f47511;
}

.toolbar .tab_kf em {
    width: 129px;
    height: 129px;
    text-align: left;
}

.toolbar .tab_kf em img {
    width: 110px;
    height: 110px;
    margin-top: 10px;
    margin-left: 10px;
}

.toolbar .toolbar_tabs a {
    display: inline-block;
    height: 60px;
}

/*.toolbar .tab_kf .tab_text{margin-top:-40rpx;}*/
/*******index css*******/
.index .top_tit {
    position: relative;
    padding-top: 70px;
}

.index .top_tit .enName {
    font: normal 24px "Arial";
    color: #513f35;
    line-height: 36px;
    text-align: center;
}

.index .top_tit .cName {
    margin-top: 12px;
    font-size: 24px;
    color: #3e342e;
    text-align: center;
    line-height: 24px;

}

/*About us*/
.aboutus {
    width: 100%;
    height: 756px;
    background: url(../images/about_bg.jpg) no-repeat;
}

.aboutus .about {}

.aboutus .img {
    width: 500px;
    float: left;
    height: 350px;
    margin-left: 25px;
    margin-top: 25px;
}

.aboutus .img img {
    width: 500px;
    height: 350px;
}

.aboutus .aboutCont {
    width: 1196px;
    height: 400px;
    margin-top: 50px;
    border: 2px solid #500835;
}

.aboutus .aboutTxt {
    width: 610px;
    float: left;
    margin-left: 50px;
}

.aboutus .aboutTxt .aTit {
    margin-top: 50px;
    font-size: 24px;
    color: #333;
    line-height: 26px;
}

.aboutus .aboutTxt .cont {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.aboutus .aboutTxt .viewMore {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 14px;
    margin-top: 46px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f37b1d;
    border-radius: 20px;
    transition: all ease 600ms;
}

.aboutus .aboutTxt .viewMore:hover {
    background: #ec8e44;
    *width: 150px;
    width: 180px;
    transition: all ease 600ms;
}

/*contact us*/
.contactus {
    width: 100%;
    height: 756px;
    background: url(../images/contact_bg.jpg) no-repeat;
}

.contactus .contact {}

.contactus .img {
    width: 500px;
    float: right;
    height: 350px;
    margin-right: 25px;
    margin-top: 25px;
}

.contactus .img img {
    width: 500px;
    height: 350px;
}

.contactus .contactCont {
    width: 1196px;
    height: 400px;
    margin-top: 50px;
    border: 2px solid #2dfc55;
}

.contactus .contactTxt {
    width: 610px;
    float: left;
    margin-left: 50px;
}

.contactus .contactTxt .aTit {
    margin-top: 50px;
    font-size: 24px;
    color: #333;
    line-height: 26px;
}

.contactus .contactTxt .cont {
    margin-top: 20px;
    font-size: 16px;
    color: #290b4f;
    line-height: 30px;
}

.contactus .contactTxt .viewMore {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 14px;
    margin-top: 46px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f37b1d;
    border-radius: 20px;
    transition: all ease 600ms;
}

.contactus .contactTxt .viewMore:hover {
    background: #ec8e44;
    *width: 150px;
    width: 180px;
    transition: all ease 600ms;
}

/*New Arrival*/
.index .newArr {
    position: relative;
    height: 858px;
    background: url(../images/new_bg.jpg) no-repeat;
    background-size: 100% 858px;
}

.index .newArr .top_tit .enName {
    color: #fff;
}

.index .newArr .top_tit .cName {

    color: #fff;
}

.index .newArr .product {
    position: relative;
    margin-top: 60px;
}

.index .newArr .product .list {
    width: 106%;
    *padding-bottom: 60px;
}

.index .newArr .product .list li {
    position: relative;
    float: left;
    display: block;
    width: 300px;
    height: 500px;
    transition: all ease 300ms;
}

.index .newArr .product .list li a {
    display: block;
}

.index .newArr .product .list li.item .img {
    display: block;
    width: 300px;
    height: 250px;
    transition: all 600ms ease;
}

.index .newArr .product .list li.item .txt {
    width: 299px;
    height: 250px;
    background: #fff;
    border-left: 1px solid #ddd;
    cursor: pointer;
}

.index .newArr .product .list li.item .txt .tit {
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.index .newArr .product .list li.item .txt .cont {
    width: 280px;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 26px;
}

.index .newArr .product .list li.item .txt .more {
    width: 100px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    font: normal 14px "arial";
    line-height: 30px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 15px;
    transition: all ease 600ms;
}

.index .newArr .product .list li.item:hover {}

.index .newArr .product .list li.item:hover .img {
    border: none;
    transition: all ease 600ms;
    filter: brightness(105%);
    transition: all ease 600ms;
}

.index .newArr .product .list li.item:hover .txt .tit {
    color: #f37b1d;
}

.index .newArr .product .list li.item:hover .txt .more {
    width: 120px;
    transition: all ease 600ms;
}

.index .newArr .product .hd {
    position: absolute;
    bottom: -90px;
    left: 45%;
    height: 36px;
}

.index .newArr .product .hd .iconList {
    display: inline-block;
    max-width: 300px;
    text-align: center;
}

.index .newArr .product .hd .iconList li {
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 12px;
    font-size: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
}

.index .newArr .product .hd .iconList li.on {
    background: #f37b1d;
    border: 2px solid #f37b1d;
}

.index .newArr .product .list li .triangle {
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent #fff transparent;
    border-width: 13px;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 224px;
}

.index .newArr .product .list li.pro2 .triangle {
    border-style: dashed dashed solid dashed;
    border-color: #fff transparent transparent transparent;
    border-width: 13px;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 250px;
}

.index .newArr .product .list li .img {
    position: absolute;
    top: 0;
    left: 0;
}

.index .newArr .product .list li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
}

.index .newArr .product .list li.pro2 .img {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 250px;
}

.index .newArr .product .list li.pro2 .txt {
    position: absolute;
    top: 0;
    left: 0;
}

/*Restaurant show*/
.restShow {
    width: 100%;
    height: 812px;
    background: url("../images/rest_bg.jpg") no-repeat;
    background-size: 100% 812px;
}

.restShow .show {
    margin-top: 50px;
}

.restShow .show .left {
    float: left;
    width: 600px;
}

.restShow .show .rest {
    position: relative;
    width: 600px;
    height: 450px;
}

.restShow .show .rest .bd .list li {
    position: relative;
    width: 600px;
    height: 450px;
}

.restShow .show .rest .bd .list li img {
    display: block;
    width: 600px;
    height: 450px;
}

.restShow .show .rest .bd .list li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 65px;
    background: url("../images/text_bg1.png") no-repeat;
}

.restShow .show .rest .bd .list li .txt .tit {
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-indent: 30px;
    line-height: 65px;
}

.restShow .show .rest .bd .list li:hover img {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

.restShow .show .rest .hd {
    position: absolute;
    width: 30%;
    bottom: 24px;
    right: 30px;
}

.restShow .show .rest .hd .iconList {
    float: right;
}

.restShow .show .rest .hd li {
    float: left;
    width: 14px;
    height: 14px;
    background-color: #d9d6d3;
    border-radius: 100%;
    margin-right: 12px;
    font-size: 0px;
    cursor: pointer;
}

.restShow .show .rest .hd li.on {
    background-color: #f37b1d;
}

.restShow .show .right {
    float: left;
    width: 580px;
}

.restShow .show .right .showList {
    width: 580px;
}

.restShow .show .right .showList .list li {
    position: relative;
    width: 280px;
    height: 220px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0;
}

.restShow .show .right .showList .list li img {
    display: block;
    width: 290px;
    height: 220px;
}

.restShow .show .right .showList .list li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("../images/text_bg2.png") no-repeat;
}

.restShow .show .right .showList .list li .txt .tit {
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-indent: 15px;
    line-height: 40px;
}

.restShow .show .right .showList .list li:hover img {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

/*news and shops*/
.newsShop {
    width: 100%;
    height: 960px;
    background: url("../images/shop_bg.jpg") no-repeat;
    background-size: 100% 960px;
}

.news .top_tit .enName {
    color: #fff;
}

.news .top_tit .cName {

    color: #fff;
}

.newsPart {
    margin-top: 50px;
}

.newsPart .left {
    width: 400px;
    height: 610px;
    float: left;
}

.newsPart .left a {
    display: block;
}

.newsPart .left .img {
    width: 400px;
    height: 360px;
}

.newsPart .left .img img {
    display: block;
    width: 400px;
    height: 360px;
    object-fit: cover;
}

.newsPart .left .txt {
    width: 400px;
    height: 250px;
    background: #fff;
}

.newsPart .left .txt .title {
    padding: 30px 30px 10px;
}

.newsPart .left .txt .title .tit1 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
}

.newsPart .left .txt .title .tit2 {
    margin-top: 16px;
    font: normal 24px arial;
    color: #333;
    line-height: 24px;
}

.newsPart .left .txt .cont {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.newsPart .left .txt .icon {
    width: 100px;
    height: 4px;
    margin-top: 10px;
    margin-left: 40px;
    background-position: -100px 0;
    transition: all ease 600ms;
}

.newsPart .left:hover .img {
    filter: brightness(105%);
}

.newsPart .left:hover .txt .title .tit1 {
    color: #f37b1d;
}

.newsPart .left:hover .txt .icon {
    margin-top: 30px;
    transition: all ease 600ms;
}

.newsPart .right {
    width: 800px;
    float: left;
}

.newsPart .right .part1 {
    width: 800px;
    height: 260px;
    background: #936c4e;
}

.newsPart .right .part1 .newsM {
    position: relative;
    width: 800px;
    height: 260px;
}

.newsPart .right .part1 .newsM .bd {
    width: 610px;
    padding-top: 65px;
    margin-left: 60px;
}

.newsPart .right .part1 .newsM .bd .list li {
    width: 610px;
    cursor: pointer;
}

.newsPart .right .part1 .newsM .bd .list li .time {
    float: left;
    width: 126px;
    height: 126px;
    background: url("../images/time_bg.png") no-repeat;
    background-size: 126px 126px;
}

.newsPart .right .part1 .newsM .bd .list li .time .day {
    margin-top: 30px;
    font: normal 60px arial;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.newsPart .right .part1 .newsM .bd .list li .time .year {
    margin-top: 12px;
    font: normal 16px arial;
    color: #666;
    line-height: 12px;
    text-align: center;
}

.newsPart .right .part1 .newsM .bd .list li .txt {
    float: left;
    width: 434px;
    margin-left: 50px;
}

.newsPart .right .part1 .newsM .bd .list li .txt .tit {
    margin-top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.newsPart .right .part1 .newsM .bd .list li .txt .cont {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #f7d1b3;
}

.newsPart .right .part1 .newsM .hd {
    position: absolute;
    width: 20px;
    top: 65px;
    right: 50px;
}

.newsPart .right .part1 .newsM .hd .iconList li {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    margin-bottom: 14px;
    font-size: 0px;
    cursor: pointer;
}

.newsPart .right .part1 .newsM .hd .iconList li.on {
    background-color: #f37b1d;
}

.newsPart .right .part2 {
    width: 800px;
    height: 350px;
}

.newsPart .right .part2 {}

.newsPart .right .part2 .slideBox {
    position: relative;
    height: 350px;
}

.newsPart .right .part2 .slideBox .bd {
    width: 466px;
    float: left;
}

.newsPart .right .part2 .slideBox .bd .list .item {
    position: relative;
    width: 466px;
    height: 350px;
}

.newsPart .right .part2 .slideBox .bd .list .item img {
    display: block;
    width: 466px;
    height: 350px;
    object-fit: cover;
}

.newsPart .right .part2 .slideBox .bd .list .item .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 466px;
    height: 65px;
    background: url("../images/text_bg1.png") no-repeat;
}

.newsPart .right .part2 .slideBox .bd .list .item .txt .tit {
    display: block;
    padding-left: 50px;
    margin-top: 14px;
    margin-left: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background: url("../images/local.png") no-repeat;
    background-size: 28px 36px;
}

.newsPart .right .part2 .slideBox .hd {
    float: right;
    width: 334px;
    height: 350px;
    background: #fff;
}

.newsPart .right .part2 .slideBox .hd .list {
    margin-top: 40px;
}

.newsPart .right .part2 .slideBox .hd .list li {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    cursor: pointer;
}

.newsPart .right .part2 .slideBox .hd .list li .txt {
    padding: 0 60px;
}

.newsPart .right .part2 .slideBox .hd .list li .tit {
    font-size: 16px;
    color: #333;
}

.newsPart .right .part2 .slideBox .hd .list li .num {
    font: normal 20px "Vladimir Script";
    color: #d3a885;
}

.newsPart .right .part2 .slideBox .hd .list li s.icon {
    float: left;
    display: block;
    width: 14px;
    height: 16px;
    margin-top: 6px;
    margin-right: 16px;
    background-position: -110px -20px;
}

.newsPart .right .part2 .slideBox .hd .list li:hover s.icon {
    background-position: -90px -20px;
}

.newsPart .right .part2 .slideBox .hd .list li:hover .tit {
    color: #e65d0f;
}

.newsPart .right .part2 .slideBox .hd .arrow {
    position: absolute;
    bottom: 8px;
    margin-left: -86px;
    width: 86px;
    height: 46px;
    display: block;
}

.newsPart .right .part2 .slideBox .hd .arrow .prev {
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 20px;
    width: 12px;
    height: 18px;
    background-position: -164px 0px;
    cursor: pointer;
}

.newsPart .right .part2 .slideBox .hd .arrow .next {
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 24px;
    width: 12px;
    height: 18px;
    background-position: -186px 0px;
    cursor: pointer;
}

.newsPart .right .part2 .slideBox .hd .list li.on s.icon {
    background-position: -90px -20px;
}

.newsPart .right .part2 .slideBox .hd .list li.on .tit {
    color: #e65d0f;
}

/*内页样式*/
/***********category css*************/
.nyIcon {
    background: url(../images/local.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/*wrapper*/
.wrapper {
    padding: 0 0 36px;
    min-height: 220px;
    background: url(../images/ny_bg.png) repeat #f5f5f5;
}

.wrapper .noinfor {
    padding: 0 0 20px;
    text-align: left;
    color: red;
    text-align: center;
}

/*nybanner*/
.nybanner {
    width: 100%;
    height: 250px;
    line-height: 42px;
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    background-image: url(../images/nybanner1.jpg);
}

.nybanner h3 {
    font-size: 34px;
    padding: 70px 0 6px;
}

.nybanner .en {
    font-size: 30px;
    font-family: arial;
    font-weight: bold;
}

.nybanner .line {
    width: 50px;
    height: 2px;
    display: block;
    background: #fff;
    margin-top: 10px;
}

/*menu*/
.menu {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.menu .list {
    width: 1199px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
}

.menu li {
    width: 198px;
    height: 60px;
    float: left;
    border-right: 1px solid #dddddd;
    position: relative;
}

.menu li .nav1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    display: block;
    text-align: center;
}

.menu li .nav1 s {
    border-style: solid dashed dashed dashed;
    border-color: rgba(255, 255, 255, 0) transparent transparent transparent;
    border-width: 10px;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.menu li:hover,
.menu li.hover {
    border-right-color: #ec8e44;
}

.menu li:hover .nav1,
.menu li.hover .nav1 {
    background: #f37b1d;
    color: #fff;
}

.menu li:hover .nav1 s,
.menu li.hover .nav1 s {
    border-color: #f37b1d transparent transparent transparent;
}

.menu li .subMenu {
    position: absolute;
    left: 0px;
    top: 50px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    width: 100%;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    text-align: center;
    /* border-top: 2px solid #008fd7; */
    padding-top: 20px;
}

.menu li:hover .subMenu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.menu li .subMenu a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid rgba(170, 170, 170, .2);
}

.menu li .subMenu a:hover {
    background: #f37b1d;
    color: #fff;
}

/*sitepath*/
.sitepath {
    height: 80px;
    line-height: 80px;
    text-align: right;
}

.sitepath s {
    width: 28px;
    height: 36px;
    background-position: 0px 0;
    margin-right: 10px;
}

/* reLink */
.reLink {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    border: 1px solid #dddddd;
}

.reLink .nextLink,
.reLink .prevLink {
    width: 50%;
    color: #666;
}

.reLink .nextLink {
    text-align: right;
}

.reLink a {
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.reLink a:hover {
    color: #f37b1d;
}

/* pager */
.pager {
    padding: 30px 0 15px;
    text-align: center;
}

.pager:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pager {
    *zoom: 1;
}

.pager p {
    height: 26px;
    line-height: 26px;
    float: left;
    display: none;
}

.pager ul {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.pager ul li {
    padding: 0 !important;
    height: auto !important;
    border: none !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.pager ul a {
    margin: 0 5px;
    padding: 0 13px;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    float: left;
    background: #fff;
}

.pager ul a.current {
    background-color: #f37b1d;
    color: #fff;
}

.pager ul a.current:hover {
    background-color: #f37b1d;
    color: #fff;
}

.pager ul a:hover {
    background: #f37b1d;
    color: #fff;
}

/*n-gridlist*/
.n-gridlist {
    width: 105%;
}

.n-gridlist .item {
    width: 380px;
    float: left;
    margin: 0 30px 30px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.n-gridlist .item a {
    width: 100%;
    display: block;
    cursor: pointer;
}

.n-gridlist .item img {
    width: 380px;
    height: 285px;
    display: block;
}

.n-gridlist .item h3 {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.n-gridlist .item .bg {
    position: absolute;
    width: 400px;
    padding-top: 136px;
    height: 240px;
    left: -400px;
    top: 0;
    z-index: 10;
    background: url(../images/red80.png) repeat 0 0;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.n-gridlist .item .bg s {
    width: 28px;
    height: 36px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #fff;

}

.n-gridlist .item:hover {
    background: #333333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.n-gridlist .item:hover h3 {
    color: #fff;
}

.n-gridlist .item:hover .bg {
    left: 0;
}

/*showList*/
.showList {
    width: 105%;
}

.showList .item {
    width: 380px;
    float: left;
    margin: 0 30px 30px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.showList .item a {
    width: 100%;
    display: block;
    cursor: pointer;
}

.showList .item img {
    width: 380px;
    height: 213px;
    display: block;
}

.showList .item h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.showList .item .bg {
    position: absolute;
    width: 400px;
    padding-top: 136px;
    height: 240px;
    left: -400px;
    top: -34px;
    z-index: 10;
    background: url(../images/red80.png) repeat 0 0;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.showList .item .bg s {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-position: -22px 18px;
}

.showList .item:hover {
    background: #333333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.showList .item:hover h3 {
    color: #fff;
}

.showList .item:hover .bg {
    left: 0;
}

/*n-tit*/
.n-tit {
    margin-bottom: 30px;
}

.n-tit h3 {
    line-height: 35px;
    font-size: 24px;
}

.n-tit s {
    width: 4px;
    height: 22px;
    margin-right: 15px;
    background: #f37b1d;
    display: inline-block;
    vertical-align: middle;
}

.n-tit .more {
    font-size: 16px;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    border: 1px solid #ddd;
    transition: all ease 600ms;
}

.n-tit .more:hover {
    width: 150px;
    transition: all ease 600ms;
}

/*relateNews*/
.relateNews {
    padding: 55px 0 0;
    width: 100%;
    overflow: hidden;
}

.relateNews .list {
    width: 110%;
}

.relateNews .list li {
    width: 545px;
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
}

.relateNews .list li a {
    display: block;
    width: 100%;
    height: 100px;
}

.relateNews .list li img {
    width: 135px;
    height: 100px;
    display: block;
    float: left;
    margin-right: 20px;
}

.relateNews .list li h3 {
    line-height: 26px;
    font-size: 16px;
    float: left;
    width: 50%;
}

.relateNews .list li .time {
    color: #999999;
    font-family: arial;
    font-size: 16px;
    line-height: 26px;
    float: right;
}

.relateNews .list li p {
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    float: left;
    width: 388px;
    text-align: justify;
}

.relateNews .list li:hover img {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

/*aboutPage*/
.aboutPage {
    padding: 40px 40px;
    width: 1120px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.aboutPage .contact_tit {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    *margin-top: 60px;
}

.aboutPage .contact_tit .tit {
    font-size: 45px;
    line-height: 66px;
    font-weight: 100;
    position: relative;
    display: inline;
    z-index: 12;
}

.aboutPage .contact_tit .tit i {
    background: #bababa;
    width: 90px;
    height: 1px;
    display: block;
    position: absolute;
    right: -120px;
    top: 30px;
    display: block;
}

.aboutPage .contact_tit .tit i:first-child {
    left: -120px;
    right: auto;
}

.aboutPage .contact_tit .entit {
    font-size: 82px;
    line-height: 66px;
    color: #eee;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0px;
    z-index: 10;
    font-family: Arial;
}

.aboutPage .txtcon {}

.aboutPage .txtcon img {
    max-width: 100%;
}

.aboutPage .mapArea {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.aboutPage .mapArea #allmap {
    width: 100%;
    height: 400px;
}

/*newsPage*/
.newsPage .item {
    width: 100%;
    height: 168px;
    margin-bottom: 20px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background: #fff;
}

.newsPage .item a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.newsPage .item img {
    width: 224px;
    height: 168px;
    display: block;
    margin-right: 30px;
}

.newsPage .item h3 {
    font-size: 20px;
    padding: 35px 0 20px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.newsPage .item .txt {
    color: #999999;
    line-height: 24px;
    height: 48px;
    padding-right: 130px;
    overflow: hidden;
}

.newsPage .item .time {
    width: 150px;
    padding-top: 45px;
    font-family: arial;
    font-size: 20px;
    color: #999;
}

.newsPage .item .time .day {
    font-size: 40px;
    line-height: 45px;
    display: block;
}

.newsPage .item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.newsPage .item:hover h3 {
    font-weight: bold;
    color: #f37b1d;
    text-indent: 5px;
}

.newsPage .item:hover .time .day span {
    background: #6d6d6d;
}

.newsPage .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}

.newsPage .item:hover img {
    filter: brightness(105%);
    -webkit-filter: brightness(105%);
}

/*showNews*/
.showNews {
    padding: 40px 40px;
    width: 1120px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.showNews img {
    max-width: 100%;
}

.showNews .title {
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.showNews .mark {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 20px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}

.showNews .mark span {
    margin: 0 10px;
    font-size: 12px;
    color: #666666;
}

.showNews .shareNew {
    padding-bottom: 25px;
}

.showNews .showContxt {
    padding: 0 0 30px;
    line-height: 30px;
}

/*showProduct*/
.showProduct {
    padding: 40px 40px;
    width: 1120px;
    margin: 0 auto;
    background: #fff;
}

.showProduct .pro-tit {
    margin-bottom: 40px;
}

.showProduct .pro-tit s {
    width: 4px;
    height: 50px;
    display: block;
    background: #da0a1b;
    float: left;
    margin-right: 10px;
}

.showProduct .pro-tit h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.showProduct .pro-tit .mark {
    line-height: 20px;
    color: #999;
}

.showProduct .pro-tit .mark span {
    margin-right: 6px;
}

.showProduct img {
    max-width: 100%;
}

.showProduct .shareNew {
    padding-bottom: 25px;
}

.showProduct .showContxt {
    padding: 0 0 30px;
    line-height: 30px;
}

.showProduct .infoImg {
    margin-bottom: 40px;
}

.showProduct .infoImg .imgf {
    width: 500px;
    height: 375px;
    display: block;
    float: left;
    margin-right: 40px;
}

.showProduct .infoImg .txt {
    line-height: 32px;
    height: 320px;
    overflow: hidden;
}

.showProduct .infoImg .btn {
    margin-top: 15px;
}

.showProduct .infoImg .btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    background: url(../images/detail-btnbg.png) no-repeat -140px center;
}

.showProduct .infoImg .btn a:hover {
    background-position: left center;
    color: #da0a1b;
}

/*msgPage*/
.msgPage {
    padding: 40px 0px 55px;
    width: 1120px;
    margin: 0 auto;
    margin-top: 50px;
    background: #fff;
    border: 1px solid #ddd;
}

.msgPage .online_title {
    margin-bottom: 30px;
}

.msgPage .online_title .tit {
    font-size: 30px;
    color: #737373;
    text-align: center;
}

.msgPage .online_title .entit {
    font-size: 14px;
    color: #737373;
    font-family: Arial;
    text-transform: uppercase;
    text-align: center;
}

.formData {
    width: 1000px;
    margin: auto;
}

.formData .item {
    height: 40px;
    line-height: 40px;
    width: 462px;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.formData .item label {
    width: 85px;
    float: left;
    color: #666;
    padding-right: 5px;
    text-align: right;
}

.formData .item .red {
    color: red;
    font-size: 12px;
    position: absolute;
    right: -10px;
    top: 2px;
}

.formData .liuyan .red {
    right: -2px;
    top: 0px;
}

.formData .yzm .red {
    right: 107px;
    top: 2px;
}

.formData .item input {
    width: 360px;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-left: 10px;
    border: 0px;
    font-size: 14px;
    background: #f5f5f5;
    border-radius: 5px;
}

.formData .item .msg-box {
    position: absolute;
    left: 90px;
}

.formData .item.mr30 {
    margin-right: 68px;
}

.formData .item.yzm {
    width: 380px;
}

.formData .item.yzm input {
    width: 160px;
}

.formData .item.yzm img {
    margin-left: 20px;
}

.formData .item.youxiang {
    margin-right: 70px;
}

.formData .item.liuyan {
    width: 100%;
    height: 96px;
}

.formData .item.liuyan textarea {
    width: 880px;
    float: left;
    height: 76px;
    border: 0px;
    background: #f5f5f5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    overflow: hidden;
    color: #666;
    resize: none;
    font-family: "microsoft yahei";
}

.formData .itemsub {
    width: 400px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.formData .itemsub label {
    width: 85px;
    float: left;
    color: #333;
    padding-right: 5px;
    text-align: right;
}

.formData .itemsub .msg-box {
    position: absolute;
    left: 90px;
}

.formData .itemsub input[type=text] {
    width: 147px;
    height: 40px;
    line-height: 40px;
    float: left;
    border-radius: 6px;
    font-size: 14px;
    background: #f5f5f5;
    color: #333;
    text-indent: 10px;
}

.formData .itemsub img {
    height: 32px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.formData .btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    margin-left: 8px;
    background: #f37b1d;
}

.formData .btn[type=reset] {
    background: #aaa;
    margin-right: 9px;
}

/*searchPage*/
.searchPage {
    overflow: hidden;
}

.searchPage ul {
    width: 105%;
}

.searchPage .item {
    width: 280px;
    height: 222px;
    float: left;
    margin: 0 25px 30px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.searchPage .item a {
    width: 100%;
    display: block;
}

.searchPage .item img {
    width: 280px;
    height: auto;
    display: block;
}

.searchPage .item h3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background: #fff;
}

.searchPage .item .bg {
    position: absolute;
    width: 280px;
    padding-top: 86px;
    height: 72px;
    left: -280px;
    top: 0;
    z-index: 10;
    background: url(../images/red80.png) repeat 0 0;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.searchPage .item .bg s {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-position: -22px 18px;
}

.searchPage .item:hover {
    background: #fff;
}

.searchPage .item:hover h3 {
    color: #fff;
    background: #f37b1d;
}

.searchPage .item:hover .bg {
    left: 0;
}

.map_ul {
    list-style: outside none none;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.map_ul li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DCDBDB;
    margin-left: 10px;
    float: left;
}

.map_ul li a {
    font-size: 14px;
    float: left;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
}

.map_ul .list-inline {
    display: block;
    margin-left: 7%;
    width: 80%;
    min-height: 30px;
}

.map_ul .list-inline a {
    font-weight: normal;
    width: auto;
    float: none;
    line-height: 32px;
    height: 32px;
    margin: 0 10px 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 10px;
}

.map_ul .list-inline a:hover {
    background: #da0a1b;
    color: #fff;
}

span.bds_more,
.bds_tools a {
    line-height: 14px !important;
}

/*↓组图样式↓*/
.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;
    margin: 0 auto;
}

/*鼠标手势*/
/*.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	cursor: url(../images/CurL.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	cursor: url(../images/CurR.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}*/
/*小图预览和滑动*/
.SliderPicBorder {
    width: 100%;
    overflow: hidden;
}

.ThumbPicBorder {
    width: 100%;
    margin: 0 auto;
    background: #eeeeee;
    overflow: hidden;
    position: relative;
}

.ThumbPicBorder #btnPrev {
    width: 45px;
    height: 106px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
}

.ThumbPicBorder #btnNext {
    width: 45px;
    height: 106px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.ThumbPicBorder .pic {
    width: 945px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

#ThumbPic img {
    border: 3px solid #ddd;
    cursor: pointer;
    background-color: #ddd;
    margin: 0 10px;
    width: 132px;
    height: 100px;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#ThumbPic img.active {
    border: 3px solid #f37b1d;
}

/*↑组图样式↑*/