@import "ddsmoothmenu.css";
@import "swiper.min.css";

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body {
    font-family: Microsoft YaHei, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 1.8em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #443f45;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0;
    background: none;
    line-height: 1.6em;
    font-family: 'Source Sans Pro', sans-serif;
}

input, button, select, textarea {
    font-weight: 400;
}

p {
    position: relative;
    line-height: 1.7em;
    font-family: 'Lato', sans-serif;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}

.blank-10 {
    height: 10px;
}

.blank-20 {
    height: 20px;
}

.blank-30 {
    height: 30px;
}

.blank-40 {
    height: 40px;
}

.clearfix {
    clear: both;
    *zoom: 1
}

.red_color {
    color: #e60012;
}

.paddzero {
    margin: 0 !important;
    padding: 0 !important;
}

.mart_30 {
    margin-bottom: 30px;
}

/*  web style css */
.logo_color {
    color: #e60012;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.header_tip {
    height: 40px;
    background: #f7f7f7;
    line-height: 40px;
}

.headIcon a {
    margin: 0 10px 0 0;
    display: inline-block;
    color: #666;
}

.headIcon a:after {
    margin: 0 0 0 10px;
    display: inline-block;
    content: "|";
    text-align: right;
    color: #999;
}

.headIcon a:last-child:after {
    content: "";
}

.headIcon span {
    margin: 0 3px 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    vertical-align: middle;
}

.icon_mail {
    background: url("../images/icon_mail.png");
}

.icon_oa {
    background: url("../images/icon_oa.png");
}

.icon_tel {
    background: url("../images/icon_tel.png");
}

.header {
    height: 120px;
}

.header .logo {
    margin: 28px 0;
    background: url("../images/dartop_logo.png") no-repeat;

}

.header .logo a {
    display: block;
    overflow: hidden;
    width: 87px;
    height: 64px;
    text-indent: -999px;
}

.search {
    padding: 50px 0 0 0;
    position: relative;
}

.search .searchBar {
    width: 100%;
    height: 41px;
    background: #b6b6b6;
    border-radius: 25px;
    position: relative;

}

.searchBtn {
    position: absolute;

    top: 0;
    right: 0;
}

.searchBtn input {
    width: 41px;
    height: 41px;
    border-radius: 41px;
    background: url(../images/icon_search.png) no-repeat 0 0;
}

.searchInput {
    width: 100%;
    padding: 0 10px;
    border: 0;
    line-height: 40px;
    background: #b6b6b6;
    border-radius: 25px;
    color: #fff;
}

.searchResult {
    line-height: 40px;
    background: #ccc;
    padding: 0 15px;
}

.searchResult span {
    color: #f00;
    font-weight: bold;
}

.listResult {
    margin: 0;
    padding: 50px 0;
    list-style: none;
    min-height: 500px;
}

.listResult li {
    padding: 10px 0;
    display: block;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px #ddd solid;
}

.listResult li a:link, .listResult li a:visited {
    color: #333;

}

.listResult li a:hover {

    color: #e60012;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.vertical_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    /* -webkit-box-align: center; */
}

.horizontal_row {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /*-webkit-box-pack: center;*/
    -webkit-box-align: center;
}

.banner {
    height: 520px;
}

.home_tit {
    padding: 80px 0 30px 0;
}

.home_tit h2 {
    color: #333;
    font-size: 30px;
}

.home_tit h2:after {
    margin: 10px auto;
    display: block;
    width: 60px;
    height: 2px;
    background: #e60012;
    content: ' ';
}

.home_tit span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pic_zoom {
    display: block;
    overflow: hidden;
}

.pic_zoom img {
    max-width: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.pic_zoom:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pro_text {
    margin: 0 0 30px 0;
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.pro_list:hover .pic_zoom img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pro_list:hover .pro_text {
    background: #e60012;
    color: #fff;
}

.project_sort {
    text-align: center;
}

.project_sort a {
    margin: 0 3px;
    display: inline-block;
    padding: 6px 18px;
    border: 1px #ddd solid;
    font-size: 15px;
    color: #333;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.project_sort a:hover {
    background: #e60012;
    color: #fff;
    border: 1px #e60012 solid;
}

.project_sort .active {
    background: #e60012;
    color: #fff;
    border: 1px #e60012 solid;
}

.project_list {
    margin: 25px 0 0 0;
}

.project_list img {
    max-width: 100%;
}

.project_list a {
    position: relative;
    display: block;
}

.project_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    ff5252 left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 950;
}

.project_list a:hover .project_mask {
    opacity: 1;
}

.project_zoom {
    position: absolute;
    margin: 0 0 0 -20px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    border: 2px #fff solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ff5252;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 960;
    opacity: 0;

}

.project_list a:hover .project_zoom {
    margin: -20px 0 0 -20px;
    opacity: 1;
}

.partner {
    height: 120px;
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #fff;
    white-space: nowrap;
}

.str_wrap.str_active {
    background: #fff;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
/ / display: inline;
/ / zoom: 1;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.str_wrap {
    padding-left: 3em;
    padding-right: 3em;
    background: #fefefe;
    height: 120px;
    line-height: 2em;
    font-size: 1.2em;
}

.str4 .str_item {
    font-size: 0;
    line-height: 0
}

.str4 img {
    opacity: 0.8
}

.str4 img:hover {
    opacity: 1
}

.str4 .str_wrap .str_active {
    background: #fff;
}

.swiper-button-black {
    color: #666 !important;
}

#pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}

.footer {
    padding: 50px 0 30px 0;
    border-top: 5px #e60012 solid;
    color: #666;
    font-size: 14px;
}

.footer_contact {
    padding: 0 0 0 60px;
    height: 52px;
    background: url('../images/icon_map.png') no-repeat;
}

.icon_mobile {
    padding: 0 0 0 100px;
    background: url('../images/icon_mobile.png') no-repeat 40px center !important;
}

.icon_foot_mail {
    padding: 0 0 0 190px;
    background: url('../images/icon_foot_mail.png') no-repeat 120px center !important;
}

.footer_contact h4 {
    color: #000;
}

/*关于我们主体模块*/
.conText {
    color: #333;
    font-size: 15px;
    line-height: 40px;
}

.about p {
    margin-bottom: 20px;
    text-indent: 2em;
    line-height: 30px;
}

.conText img {
    max-width: 100%;
}

.main {
    padding: 45px 0;
    min-height: 720px;
}

/*history*/
.history {
    background: url(../images/line04.gif) repeat-y 187px 0;
    overflow: hidden;
    position: relative;
}

.history-date {
    overflow: hidden;
}

.history-date h2 {
    background: url(../images/icon06.gif) #fff no-repeat 158px 0;
    height: 59px;
    font-size: 25px;
    font-weight: normal;
    padding-left: 45px;
    margin-bottom: 74px;
}

.history-date h2.first {
    position: absolute;
    left: 0;
    top: 0;
    width: 935px;
    z-index: 99;
}

.history-date h2 a {
    color: #00bbff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../images/icon08.gif) no-repeat right 50%;
    padding-right: 17px;
    margin: 21px 97px 0 0;
}

.history-date h2 a:hover {
    text-decoration: none;
}

.history-date h2 img {
    vertical-align: -5px;
}

.history-date h2.date02 {
    background: none;
}

.history-date ul {
}

.history-date ul li {
    background: url(../images/icon07.gif) no-repeat 180px 0;
    padding-bottom: 50px;
    zoom: 1;
}

.history-date ul li.last {
    padding-bottom: 0;
}

.history-date ul li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.history-date ul li h3 {
    float: left;
    width: 168px;
    text-align: right;
    padding-right: 19px;
    color: #c3c3c3;
    font: normal 18px/16px Arial;
}

.history-date ul li h3 span {
    display: block;
    color: #d0d0d0;
    font-size: 12px;
}

.history-date ul li dl {
    float: left;
    padding-left: 41px;
    margin-top: -5px;
}

.history-date ul li dl dt {
    font: 20px/22px;
    color: #737373;
}

.history-date ul li dl dt span {
    display: block;
    color: #787878;
    font-size: 12px;
}

.history-date ul li.green h3 {
    color: #1db702;
}

.history-date ul li.green h3 span {
    color: #a8dda3;
}

.history-date ul li.green dl {
    margin-top: -8px;
}

.history-date ul li.green dl dt {
    font-size: 30px;
    line-height: 28px;
}

.history-date ul li.green dl dt a { /*background:url(../images/icon09.gif) no-repeat 0 0; width:19px; height:16px;*/
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 12px;
}

.history-date ul li.green dl dd {
    padding-top: 20px;
    display: none;
}

.history-date ul li.green dl dd img {
    float: left;
}

.history-date ul li.green dl dd p {
    overflow: hidden;
    zoom: 1;
    line-height: 21px;
    color: #787878;
}

.history-date h2.first .more-history {
    font-size: 16px;
    background: transparent;
    margin-left: 30px;
}

.history-date h2.first .more-history:hover {
    text-decoration: underline;
}

* body .history-date ul li dl dt {
    _font-size: 12px !important;
    _font-weight: bold;
}

* body .history-date ul li dl dt span {
    _font-weight: normal !important;
}

* body .history-date ul li.green dl dt a {
    _background: transparent !important;
    *background: transparent !important;
    *font-size: 12px !important;
    _font-weight: normal !important;
}

.news_list img {
    max-width: 100%;
}

.news_list .new_info {
    margin: 0 0 30px 0;
    padding: 20px;
    background: #f0f0f0;

}

.news_list .new_info h2 {
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.news_list a:hover .new_info h2 {
    color: #e60012 !important;
}

.news_list .new_info span {
    display: block;
    text-align: right;
    color: #666;
    font-size: 12px;
    height: 20px;
    line-height: 20px;

}

.news_list a .news_animate {
    position: relative;
}

.news_list a .news_animate .news_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    ff5252 left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 950;
}

.news_list a:hover .news_animate .news_mask {
    opacity: 1;
}

.news_list a .news_animate .news_zoom {
    position: absolute;
    margin: 0 0 0 -20px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    border: 2px #fff solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ff5252;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 960;
    opacity: 0;

}

.news_list a:hover .news_animate .news_zoom {
    margin: -20px 0 0 -20px;
    opacity: 1;
}

.news_list a img {
    width: 360px;
    height: 198px;
}

.page {
    line-height: 22px;
    text-align: center;
    clear: both;
}

.page a {
    text-decoration: none;
    color: #8698b6;
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 3px 6px;
    padding-bottom: 2px;
    margin-right: 3px
}

.page a.active {
    background: #e6212a;
    border: 1px solid #e6212a;
    color: #fff
}

.page a:hover {
    text-decoration: none;
    color: #fff;
    background: #e6212a;
    border: 1px solid #e6212a
}

.pagination {
    margin-right: -5px;
    padding-top: 15px;
    text-align: center;
}

.pagination ul li {
    float: left;
}

.pagination a {
    color: #999;
    display: inline-block;
    _display: inline;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-right: 5px;
    line-height: 26px;
}

.pagination a.prev, .pagination a.next {
    padding: 0 15px;
}

.pagination a:hover,
.pagination a.cur,
.pagination a.active,
.pagination li.active a,
.pagination li.active a:hover {
    background: #e6212a;
    color: #fff;
    border: 1px solid #e6212a;
}

.news_date {
    color: #666;
}

.newsBtn {
    display: block;
    background: #e6212a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.newsBtn:after {
    margin: 0 0 0 5px;
    display: inline-block;
    content: "→";
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.newsBtn:hover:after {
    margin: 0 0 0 15px;
}

.newsBtn:hover {
    color: #fff;
}

.case_sort {
    padding: 0 0 15px 0;
    text-align: center;
    border-bottom: 1px #ddd solid;
}

.case_sort a {
    margin: 0 20px;
    display: inline-block;
    font-size: 15px;
    color: #333;
    position: relative;

    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.case_sort a span {
    margin: 0 auto 5px auto;
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 2px #ddd solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-repeat: no-repeat;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.case_sort a:after {
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #e6212a;
    content: ' ';
    left: 0;
    bottom: -17px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.case_sort a:hover:after {
    width: 60px;
}

.project_icon1 {
    background: url("../images/project_icon1.png");
    background-position: center 0;
}

.project_icon1:hover {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon1.png");
    background-position: center -60px;
}

.project_icon2 {
    background: url("../images/project_icon2.png");
    background-position: center 0;
}

.project_icon2:hover {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon2.png");
    background-position: center -60px;
}

.project_icon3 {
    background: url("../images/project_icon3.png");
    background-position: center 0;
}

.project_icon3:hover {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon3.png");
    background-position: center -60px;
}

.project_icon4 {
    background: url("../images/project_icon4.png");
    background-position: center 0;
}

.project_icon4:hover {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon4.png");
    background-position: center -60px;
}

.project_icon5 {
    background: url("../images/project_icon5.png");
    background-position: center 0;
}

.project_icon5:hover {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon5.png");
    background-position: center -60px;
}

.project_icon6 {
    background: url("../images/project_icon6.png");
    background-position: center 0;
}

.project_icon6:hover {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon6.png");
    background-position: center -60px;
}

.case_sort .active .project_icon1 {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon1.png");
    background-position: center -60px;
}

.case_sort .active .project_icon2 {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon2.png");
    background-position: center -60px;
}

.case_sort .active .project_icon3 {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon3.png");
    background-position: center -60px;
}

.case_sort .active .project_icon4 {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon4.png");
    background-position: center -60px;
}

.case_sort .active .project_icon5 {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon5.png");
    background-position: center -60px;
}

.case_sort .active .project_icon6 {
    border: 2px #e6212a solid;
    background: #e6212a url("../images/project_icon6.png");
    background-position: center -60px;
}

.case_sort .active:after {
    width: 60px;
}

.project_item img {
    max-width: 100%;
}

.project_item .new_info {
    margin: 0 0 30px 0;
    padding: 20px;
    background: #f0f0f0;

}

.project_item .new_info h2 {
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.project_item a:hover .new_info h2 {
    color: #e60012 !important;
}

.project_item .new_info span {
    display: block;
    text-align: right;
    color: #666;
    font-size: 12px;
    height: 20px;
    line-height: 20px;

}

.project_item a .news_animate {
    position: relative;
}

.project_item a .news_animate .news_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    ff5252 left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 950;
}

.project_item a:hover .news_animate .news_mask {
    opacity: 1;
}

.project_item a .news_animate .news_zoom {
    position: absolute;
    margin: 0 0 0 -20px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    border: 2px #fff solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ff5252;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 960;
    opacity: 0;

}

.project_item a:hover .news_animate .news_zoom {
    margin: -20px 0 0 -20px;
    opacity: 1;
}

.con_info {
    padding: 20px 0;
}

.con_info p {
    padding: 30px 0 0 100px;
    text-indent: 0;
    margin: 40px 0;
    line-height: 24px;
    color: #666666;
    background: url("../images/con_icon1.png") no-repeat left center;
    height: 70px;
}

.con_info p:nth-child(2) {
    padding: 14px 0 0 100px;
    background: url("../images/con_icon2.png") no-repeat left center;
}

.con_info p:nth-child(3) {
    padding: 0 0 0 100px;
    background: url("../images/con_icon3.png") no-repeat left center;
}

.recruit_info {
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.recruit_info h4 {
    font-size: 18px;
}

.recruit_tit {
    color: #e60012;
}

.recruit_tit:before {
    margin: 5px 0;
    display: block;
    width: 55px;
    height: 2px;
    background: #e60012;
    content: ' ';
}

.recruit_list {
    margin: 0 0 0 20px;
    padding: 0 50px 0 0;
    font-size: 14px;

}

.recruit_list h4 {
    margin: 0 0 0 -20px;
}

.recruit_list li {
    margin: 10px 0;
    line-height: 22px;
    list-style-type: decimal;
}

.product_text {
    padding: 0 0 15px 0;
    text-align: center;
    border-bottom: 1px #ddd solid;

}

.product_text a {
    margin: 0 20px;
    display: inline-block;
    font-size: 15px;
    color: #333;
    position: relative;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.product_text a:hover {
    color: #e6212a;
}

.product_text a:after {
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #e6212a;
    content: ' ';
    left: 0;
    bottom: -17px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.product_text a:hover:after {
    width: 100%;
}

.product_text .active {
    color: #e6212a !important;
}

.product_text .active a {
    border: 2px #e6212a solid;
}

.product_text .active:after {
    width: 100%;
}

.pro_btn {
    position: relative;
    width: 100%;
    height: 40px;
}

.pro_btn a:link, .pro_btn a:visited {
    display: block;
    width: 50%;
    float: left;
    background: #9c9c9c;
    text-align: center;
    line-height: 40px;

    color: #ffffff;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}

.pro_btn a:nth-of-type(1) {
    border-right: 1px solid rgba(0, 0, 0, .3);
}

.pro_btn a:hover {
    color: #fff;
    background: #e6212a;
}

.pro_item img {
    max-width: 100%;
}

.pro_item .pro_info {
    margin: 0 0 30px 0;
    padding: 10px 0;
}

.pro_item .pro_info a {
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}

.pro_item .pro_info a:hover {
    color: #e6212a;
}

.pro_item .news_animate {
    position: relative;
}

.news_animate .news_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    ff5252 left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 950;
}

.news_animate:hover .news_mask {
    opacity: 1;
}

.pro_item .news_animate .news_mask a {
    display: block;
    height: 100%;
}

.news_animate .news_zoom {
    position: absolute;
    margin: 0 0 0 -20px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    border: 2px #fff solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ff5252;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 960;
    opacity: 0;

}

.news_animate:hover .news_zoom {
    margin: -20px 0 0 -20px;
    opacity: 1;
}

.news_animate .news_miaoshu {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 65%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 960;
    opacity: 0;

}

.news_animate:hover .news_miaoshu {
    margin: -20px 0 0 0;
    opacity: 1;
}

.product_bigpic {
    height: 360px;
    background: url(../images/product_xl_bg.jpg) no-repeat 0 0;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
}

.product_bigpic > div {
    margin: 0 0 0 50px;
    width: 640px;
}

.product_bigpic > div h2 {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 32px;
}

.product_bigpic > div p {
    font-size: 14px;
    color: #ffffff;
}

.product_bigpic > div:nth-of-type(2) {
    width: 400px;
    height: 300px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.product_bigpic > div img {
    max-width: 100%;
    max-height: 100%;

}

.proTable table thead tr td {
    color: #000;
    font-weight: bold;
}

.proTable table, .proTable td {
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.pro_console_con h3 {
    font-size: 26px;
    font-weight: bold;
}

.pro_console_con h3:before {
    margin: 0 10px 0 0;
    display: inline-block;
    content: '●';
}

.pro_console_con p {
    text-indent: 0;
    margin: 24px 80px 24px 0;
}

.pro_console_con a {
    margin: 0 80px 0 0;
    float: right;
    display: inline-block;
    padding: 0 30px;
    border: 1px #ddd solid;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    color: #333;
}

.pro_console_con a:hover {
    background: #ff5252;
    color: #ffffff;
    border: 1px #ff5252 solid;
}

.console_table {
    padding: 50px 0 0 100px;
}

.console_table h4 {
    margin: 0 0 30px 0;
}

.console_table p {
    margin: 0;
}

.visualization h2 {
    padding: 0 0 0 75px;
    margin: 0 0 30px 0;
    height: 55px;
    background: url("../images/visualization_icon.png") no-repeat 0 center;
}

.visualization p {
    text-indent: 0;
}

.select_img {
    position: relative;
    width: 100%;
}

.select_img > div {
    float: left;
    width: 50%;
}

.select_imgLeft h4, .select_imgRight h4 {
    font-size: 18px;
    color: #7d0000;
}

.select_btn, .select_color_btn {
    vertical-align: middle;
    display: inline-block;
}

.select_btn > a {
    margin: 0 0 0 10px;
    width: 48px;
    height: 55px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    float: left;

}

.select_btn .black {
    background: url(../images/re/taimian_pic1.jpg) no-repeat 0 0;
}

.select_btn .brown {
    background: url(../images/re/taimian_pic2.jpg) no-repeat 0 0;
}

.select_btn .gray {
    background: url(../images/re/taimian_pic3.jpg) no-repeat 0 0;
}

.select_btn .white {
    background: url(../images/re/taimian_pic4.jpg) no-repeat 0 0;
}

.select_color_btn > a {
    margin: 0 0 0 10px;
    width: 48px;
    height: 55px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    float: left;

}

.select_color_btn .black {
    background: url(../images/re/banjin_color_1.jpg) no-repeat 0 0;
}

.select_color_btn .brown {
    background: url(../images/re/banjin_color_2.jpg) no-repeat 0 0;
}

.select_color_btn .gray {
    background: url(../images/re/banjin_color_3.jpg) no-repeat 0 0;
}

.select_color_btn .white {
    background: url(../images/re/banjin_color_4.jpg) no-repeat 0 0;
}

.re_img, .re_colorImg {
    padding: 0px;
    position: relative;
}

.re_img img, .re_colorImg img {
    max-width: 100%
}

.re_img > p {
    display: none;
}

.re_img > p:nth-child(1) {
    display: block;

}

.tab_left h4 {
    margin-top: 75px;
    font-size: 18px;
    color: #7d0000;
}

img {
    max-width: 100%;
}

.optional_img {
    padding-top: 100px;
    padding-bottom: 100px;
    border: 1px #ccc solid;
}

.panorama {
    padding: 50px 0 !important;
    border: 1px #ccc solid;
    position: relative;
    background: #fafafa;
    min-height: 744px;
}

.panorama_icon {
    position: absolute;
    width: 53px;
    height: 63px;
    left: 40px;
    top: 40px;
    background: url(../images/panorama_icon.png) no-repeat 0 0;
}

.panorama_text {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bolder;
}

.tab_banjin {
    min-height: 475px;
    position: relative;
}

.tab_con > div {
    display: none;
}

.banjin_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #7d0000;
}

.tab {
    min-height: 450px;
}

.tab > div {
    float: left;
    width: 50%;
}

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

.threesixty .threesixty_images img.previous-image {
    visibility: hidden;
    width: 0;
}

.threesixty .threesixty_images img.current-image {
    visibility: visible;
    width: 100%;
}

.threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: block;
}

.threesixty .nav_bar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
}

.threesixty .nav_bar a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url(/assets/sprites.png) no-repeat;
    text-indent: -99999px;
}

.threesixty .nav_bar a.nav_bar_play {
    background-position: 0 0 !important;
}

.threesixty .nav_bar a.nav_bar_previous {
    background-position: 0 -73px !important;
}

.threesixty .nav_bar a.nav_bar_stop {
    background-position: 0 -37px !important;
}

.threesixty .nav_bar a.nav_bar_next {
    background-position: 0 -104px !important;
}

/* html */
.threesixty:-webkit-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

.threesixty:-moz-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

.zuoxi h4 {
    font-size: 30px;
    color: #000;
}

.zuoxi p {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
}

@media (max-width: 767px) {
    img {
        max-width: 100%;
    }

    .banner {
        height: auto;
    }

    .banner img {
        max-width: 100%;
    }

    .header {
        width: 100%;
        height: 60px;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 1000000;
        border-bottom: 2px #ccc solid;
    }

    .header .logo {
        margin: 10px 0;
        background: url("../images/dartop_logo_2x.png") no-repeat;
        background-size: 57px 40px;

    }

    .header .logo a {
        display: block;
        overflow: hidden;
        width: 57px;
        height: 40px;
        text-indent: -999px;
    }

    .mobile_btn {
        display: inline-block;
        height: 60px;
        width: 60px;
        background: url("../images/icon_mobilemenu.png") no-repeat right center;
        background-size: 45%;

    }

    .mobile_btn_close {
        display: inline-block;
        height: 60px;
        width: 60px;
        background: url("../images/icon_mobilemenuClose.png") no-repeat right center;
        background-size: 45%;

    }

    .menuBar {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100000;
        background: #fafafa;
        display: none;
    }

    .menuBar ul {
        margin: 0;
        list-style: none;
    }

    .menuBar ul li {
        border-bottom: 1px #ccc solid;
    }

    .menuBar ul li a {
        padding: 0 20px;
        display: black;
        line-height: 50px;
    }

    .search {
        padding: 50px 20px;
        position: relative;
    }

    .search .searchBar {
        width: 100%;
        height: 41px;
        background: #b6b6b6;
        border-radius: 25px;
        position: relative;

    }

    .searchBtn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .searchBtn input {
        width: 41px;
        height: 41px;
        border-radius: 41px;
        background: url(../images/icon_search_2x.png) no-repeat center center;
        background-size: 40%;
    }

    .searchInput {
        width: 100%;
        padding: 5px 15px;
        border: 0;
        line-height: 30px;
        background: #b6b6b6;
        border-radius: 25px;
        color: #fff;
    }

    .home_tit {
        padding: 30px 0 30px 0;
    }

    .home_tit h2 {
        color: #333;
        font-size: 23px;
    }

    .home_tit h2:after {
        margin: 10px auto;
        display: block;
        width: 60px;
        height: 2px;
        background: #e60012;
        content: ' ';
    }

    .home_tit span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #666;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .pro_text {
        margin: 0 0 20px 0;
        display: block;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .str_wrap {
        overflow: hidden;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        position: relative;
        -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;
        background: #fff;
        white-space: nowrap;
    }

    .str_wrap.str_active {
        background: #fff;
    }

    .str_move {
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        cursor: move;
    }

    .str_move_clone {
        display: inline-block;
    / / display: inline;
    / / zoom: 1;
        vertical-align: top;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .str_vertical .str_move_clone {
        left: 0;
        top: 100%;
    }

    .str_down .str_move_clone {
        left: 0;
        bottom: 100%;
    }

    .str_vertical .str_move,
    .str_down .str_move {
        white-space: normal;
        width: 100%;
    }

    .str_static .str_move,
    .no_drag .str_move,
    .noStop .str_move {
        cursor: inherit;
    }

    .str_wrap img {
        max-width: none !important;
    }

    .str_wrap {
        padding-left: 3em;
        padding-right: 3em;
        background: #fefefe;
        height: 80px;
        line-height: 2em;
        font-size: 1.2em;
    }

    .str4 .str_item {
        font-size: 0;
        line-height: 0
    }

    .str4 img {
        max-height: 80px;
        opacity: 0.8
    }

    .str4 img:hover {
        opacity: 1
    }

    .str4 .str_wrap .str_active {
        background: #fff;
    }

    .footer {
        padding: 20px 0 30px 0;
        border-top: 5px #e60012 solid;
        color: #666;
        font-size: 14px;
    }

    .footer_contact {
        padding: 0 0 0 50px;
        height: 62px;
        background: url('../images/icon_map.png') no-repeat 0 center;
        background-size: 30px;
    }

    .footer_contact:after {
        display: block;
        content: ' ';
        clear: both;
    }

    .icon_mobile {
        padding: 0 0 0 50px;
        height: 52px !important;
        background: url('../images/icon_mobile.png') no-repeat 0 center !important;
        background-size: 30px !important;
    }

    .icon_foot_mail {
        padding: 0 0 0 50px;
        background: url('../images/icon_foot_mail.png') no-repeat 0 center !important;
        background-size: 30px !important;
        height: 46px !important;
    }

    .footer_contact h4 {
        margin: 10px 0 0 0;
        color: #000;
    }

    .pageImg img {
        max-width: 100%;
    }

    .project_sort {
        text-align: left;
    }

    .project_sort a {
        margin: 3px 0;
        display: inline-block;
        padding: 6px 10px;
        border: 1px #ddd solid;
        font-size: 14px;
        color: #333;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .project_sort a:hover {
        background: #e60012;
        color: #fff;
        border: 1px #e60012 solid;
    }

    .project_sort .active {
        background: #e60012;
        color: #fff;
        border: 1px #e60012 solid;
    }

    .conText h3, .about h3 {
        font-size: 18px !important;
    }

    .about p {
        margin-bottom: 20px;
        text-indent: 0;
        line-height: 24px;
    }

    .product_bigpic {
        padding: 20px 0;
        height: auto;
        background: url(../images/product_xl_bg.jpg) repeat-y 0 0;
        background-size: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
    }

    .product_bigpic > div {
        margin: 0;
        width: auto;
        text-align: center;
    }

    .product_bigpic > div h2 {
        margin: 0 0 15px 0;
        color: #fff;
        font-size: 20px;
    }

    .product_bigpic > div p {
        font-size: 14px;
        color: #ffffff;
    }

    .product_bigpic > div:nth-of-type(2) {
        padding: 0 20px;
        width: auto;
        height: auto;
        display: black;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
    }

    .product_bigpic > div img {
        max-width: 80%;
        max-height: 80%;

    }

    .pro_console_con p {
        text-indent: 0;
        margin: 24px 0 24px 0;
    }

    .pro_console_con a {
        margin: 0 0 30px 0;
        float: left;
        display: inline-block;
        padding: 0 30px;
        border: 1px #ddd solid;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
        color: #333;
    }

    .pro_console_con a:hover {
        background: #ff5252;
        color: #ffffff;
        border: 1px #ff5252 solid;
    }

    .case_sort {
        padding: 0 0 15px 0;
        text-align: center;
        border-bottom: none;
    }

    .case_sort a {
        margin: 0 20px 20px 20px;
        display: inline-block;
        font-size: 15px;
        color: #333;
        position: relative;

        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .case_sort a span {
        margin: 0 auto 5px auto;
        display: block;
        width: 60px;
        height: 60px;
        overflow: hidden;
        border: 2px #ddd solid;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-repeat: no-repeat;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .case_sort a:after {
        position: absolute;
        display: none;
        width: 0;
        height: 2px;
        background: #e6212a;
        content: ' ';
        left: 0;
        bottom: -17px;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .case_sort a:hover:after {
        width: 60px;
    }

    .case_sort .active .project_icon1 {
        border: 2px #e6212a solid;
        background: #e6212a url("../images/project_icon1.png");
        background-position: center -60px;
    }

    .case_sort .active .project_icon2 {
        border: 2px #e6212a solid;
        background: #e6212a url("../images/project_icon2.png");
        background-position: center -60px;
    }

    .case_sort .active .project_icon3 {
        border: 2px #e6212a solid;
        background: #e6212a url("../images/project_icon3.png");
        background-position: center -60px;
    }

    .case_sort .active .project_icon4 {
        border: 2px #e6212a solid;
        background: #e6212a url("../images/project_icon4.png");
        background-position: center -60px;
    }

    .case_sort .active .project_icon5 {
        border: 2px #e6212a solid;
        background: #e6212a url("../images/project_icon5.png");
        background-position: center -60px;
    }

    .case_sort .active .project_icon6 {
        border: 2px #e6212a solid;
        background: #e6212a url("../images/project_icon6.png");
        background-position: center -60px;
    }

    .case_sort .active:after {
        width: 60px;
    }

    .zuoxi h4 {
        font-size: 20px;
        color: #000;
    }

    .zuoxi p {
        padding: 10px 0;
        font-size: 14px;
        color: #666;
    }

    .tab_left h4 {
        margin-top: 75px;
        font-size: 15px;
        color: #7d0000;
    }

    .banjin_btn {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 15px;
        color: #7d0000;
    }

    .select_btn > a {
        margin: 0 0 0 10px;
        width: 24px;
        height: 27px;
        display: inline-block;
        overflow: hidden;
        text-indent: -100px;
        float: left;

    }

    .select_btn .black {
        background: url(../images/re/taimian_pic1.jpg) no-repeat 0 0;
        background-size:100%;
    }

    .select_btn .brown {
        background: url(../images/re/taimian_pic2.jpg) no-repeat 0 0;
        background-size:100%;
    }

    .select_btn .gray {
        background: url(../images/re/taimian_pic3.jpg) no-repeat 0 0;
        background-size:100%;
    }

    .select_btn .white {
        background: url(../images/re/taimian_pic4.jpg) no-repeat 0 0;
        background-size:100%;
    }

    .tab_banjin {
        min-height: 228px;
        position: relative;
    }

    .tab {
        min-height: 228px;
    }
    .select_color_btn{
        margin-top:-8px;
        display: block;
    }
    .select_color_btn > a {
        margin: 0 0 0 10px;
        width: 24px;
        height: 27px;
        display: inline-block;
        overflow: hidden;
        text-indent: -100px;
        float: left;

    }

    .select_color_btn .black {
        background: url(../images/re/banjin_color_1.jpg) no-repeat 0 0;
        background-size:100%;
    }

    .select_color_btn .brown {
        background: url(../images/re/banjin_color_2.jpg) no-repeat 0 0;
        background-size:100%;
    }

    .select_color_btn .gray {
        background: url(../images/re/banjin_color_3.jpg) no-repeat 0 0;
        background-size:100%;
    }

    .select_color_btn .white {
        background: url(../images/re/banjin_color_4.jpg) no-repeat 0 0;
        background-size:100%;
    }

    .panorama {
        padding: 50px 0 !important;
        border: 1px #ccc solid;
        position: relative;
        background: #fafafa;
        min-height: 340px;
        width:100%;
        overflow: hidden;
    }

    .panorama_icon {
        position: absolute;
        width: 27px;
        height: 31px;
        left: 20px;
        top: 20px;
        background: url(../images/panorama_icon.png) no-repeat 0 0;
        background-size:100%;
    }

    .panorama_text {
        position: absolute;
        right: 30px;
        bottom: 20px;
        font-size: 15px;
        color: #000;
        font-weight: bolder;
    }
	
	.product_text a{
		margin:0 5px !important;
	}

}

.vertical_row p {
    text-indent: 0 !important;
}



