﻿@charset "utf-8";
/* CSS Document */

/*全局样式*/

body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333;
	background-color: #fff;
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0069ad;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    max-width: 100%;
}

.dbgao {
    height: 80px;
}

/*首页头部*/

.ltop {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.ltop img {
    width: 100%;
}

.ltopl {
    width: 35%;
    padding-left: 8px;
}

.ltopr {
    width: 40%;
    margin-top: 10px;
}

.dhtp {
    float: left;
    width: 22%;
    margin-right: 5px;
}

.ltopr p {
    font-size: 1em;
    line-height: 1.3em;
}

.ltopr p strong {
    font-size: 1em;
}

/*nav*/

.lnav {
    width: 100%;
    height: 100px;
    background-color: #1571c8;
}

.lnav ul li {
    width: 25%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: url(../images/shouji_15.jpg) repeat-x bottom;
    float: left;
    text-align: center;
}

.lnav ul li a {
    color: #fdfdfa;
    text-decoration: none;
    background: url(../images/shouji_11.jpg) repeat-y right;
    display: block;
    font-size: 13px;
}

/*ban*/

.slider-focus {
    position: relative;
    max-width: 640px;
    overflow: hidden;
    /*max-height:320px;*/
    margin: 10px auto;
}

.slider-focus .hd {
    position: absolute;
    width: 100%;
    height: 22px;
    left: 0;
    bottom: 2%;
    z-index: 1;
    line-height: 28px;
    text-align: center;
}

.slider-focus .hd li {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    background: #fff;
    cursor: pointer;
}

.slider-focus .hd li.on {
    background: #ffea00;
}

.slider-focus .bd {
    position: relative;
    z-index: 0;
}

.slider-focus .bd li {
    position: relative;
    text-align: center;
}

.slider-focus .bd li img {
    background: url(../images/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}

.slider-focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */

.slider-focus .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(images/focusBg.png) repeat-x;
    color: #fff;
    text-align: left;
}

/*关于我们*/

.lgywm {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.lgywm_title {
    width: 100%;
    height: auto;
}

.xian {
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #d7d8d8;
}

.lwenzi {
    width: 110px;
    height: auto;
    text-align: center;
    background-color: #FFF;
    margin: -10px auto 0px;
}

.lwenzi p {
    font-size: 12px;
    color: #333;
    line-height: 1.6em;
}

.lwenzi p strong {
    font-size: 1.5em;
}

.lgywm_wz {
    width: 100%;
    height: auto;
    padding: 3% 0px;
}

.lgywm_wz p {
    font-size: 1.2em;
    line-height: 1.8em;
    color: #333;
    padding: 0px 10px;
    text-indent: 2.4em;
}

/*更多按钮*/

.angd {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    text-align: center;
}

.angd a {
    width: auto;
    height: 40px;
    padding: 0px 20px;
    color: #999;
    display: block;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #d7d8d8;
    border-radius: 8px;
    display: inline-block;
}

/*服务项目*/

.fwxm {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.fwxm_nr {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

.fwxm_nr ul li {
    width: 20%;
    height: auto;
    padding: 10px 0px;
    float: left;
    text-align: center;
    line-height: 30px;
}

.fwxm_nr ul li .lzj {
    width: 74%;
    margin: 0px auto;
    text-align: center;
}

/*成功案例*/

.cgal_nr {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

.cgal_nr ul li {
    width: 33.333%;
    height: auto;
    padding: 10px 0px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dfdfdf;
}

.cgal_nr ul li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cgal_nr ul li .lzj {
    width: 89%;
    margin: 0px auto;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

/*新闻中心*/

.xwzx_nr {
    width: 98%;
    height: auto;
    margin: 5px auto;
    padding: 10px 0px;
}

.xwzx_nr ul li {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    padding-left: 5px;
    float: left;
    line-height: 30px;
    border-bottom: 1px solid #d7d8d8;
    background: url(../images/shouji_44.jpg) no-repeat right center;
}

.xwzx_nr ul li h3 {
    width: 90%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xwzx_nr ul li p {
    width: 78%;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.xwzx_nr ul li .lzj {
    width: 13%;
    text-align: center;
    float: left;
    margin-right: 15px;
}

/*底部*/

.lbottom {
    width: 100%;
    padding: 10px 0px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 20px;
    border-top: 1px solid #d7d8d8;
    margin-top: 30px;
}

/*footer*/

.lfooter {
    width: 100%;
    height: 70px;
    background-color: #0061a8;
    position: fixed;
    bottom: 0px;
}

.lfooter ul li {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    padding: 10px 0px;
}

.lfooter ul li a {
    color: #FFF;
    line-height: 12px;
    font-size: 12px;
}

/*关于我们*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-y: scroll
}

/* page structure */

header {
    display: block;
    width: 100%;
    height: 55px;
    background: #0061a8;
    text-align: center;
    position: fixed;
    z-index: 9;
    top: 0px;
}

header strong {
    font-size: 20px;
    color: #FFF;
    line-height: 55px;
    text-transform: uppercase;
}

.menubtn {
    position: relative;
    z-index: 101;
    text-decoration: none;
    background-image: url(../images/hamburger.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 55px;
    float: right;
    margin-right: 10px;
}

a.fanhui {
    width: 20px;
    height: 55px;
    float: left;
    margin-left: 10px;
    background: url(../images/fanhui.png) no-repeat center;
}

/* toggle menu */

#pgcontainer {
    padding: 0;
    margin: 0
}

.overlay {
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    right: 0;
    left: 0
}

.openmenu .overlay {
    top: 0
}

#hamburgermenu {
    height: 100%;
    width: 0;
    background: #373737;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    overflow: hidden;
    -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
    -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
    box-shadow: 3px 0 7px rgba(0, 0, 0, .55)
}

#hamburgermenu ul {
    margin-top: 45px;
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden
}

#hamburgermenu ul li {
    display: block
}

#hamburgermenu ul li a {
    display: block;
    min-width: 130px;
    padding: 10px 8px;
    color: #cdcdcd;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

#hamburgermenu li a:hover {
    color: #fff;
    background: #2c2c2c
}

#hamburgermenu h4 a {
    color: #fff;
    font-size: 18px;
}

.zymain {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.zybt {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0px;
}

.zybt strong {
    font-size: 15px;
    color: #333;
    line-height: 40px;
    padding-left: 10px;
}

.zy_nr {
    width: auto;
    padding: 0px 10px;
    height: auto;
    margin: 10px 0px;
}

.zy_nr h2 {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}

.zy_nr .title {
    text-align: left;
    line-height: 26px;
}

.zy_nr span {
    font-size: 14px;
    color: #a9a9a9;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.zy_nr p {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    padding: 5px 0px;
}

/*龙拓观点*/

.ltgd_nr {
    width: 98%;
    height: auto;
    margin: 5px auto;
    padding: 10px 0px;
}

.ltgd_nr ul li {
    width: 98%;
    height: auto;
    padding: 10px 0px;
    float: left;
    line-height: 30px;
    border-bottom: 1px solid #d7d8d8;
    background: url(../images/shouji_44.jpg) no-repeat right center;
}

.ltgd_nr ul li h3 {
    width: 78%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.ltgd_nr ul li p {
    width: 78%;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.ltgd_nr ul li .lzj {
    width: 13%;
    text-align: center;
    float: left;
    margin-right: 15px;
}

/*龙拓观点首页*/

.ltgds_nr {
    width: 98%;
    height: auto;
    margin: 5px auto;
}

.ltgds_nr ul li {
    width: 33.3333%;
    height: auto;
    float: left;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
}

.ltgds_nr ul li h3 {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
}

.ltgds_nr ul li .lzj {
    width: 79%;
    margin: 10px auto;
}

.common-contact {
    padding: 10px;
    padding-bottom: 90px;
    padding-top: 70px;
}

.about-us-contact h3 {
    font-size: 16px;
}

.about-us-contact p {
    font-size: 14px;
    line-height: 24px;
}

.facilities-contact {
    margin-left: -10px;
}

.facilities-contact .item {
    width: 47%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

.facilities-contact .item img {
    width: 100%;
    margin-bottom: 5px;
}

.contact-contact h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-contact p {
    font-size: 14px;
}

.contact-contact .control-group {
    margin-bottom: 10px;
}

.contact-contact input {
    width: 100%;
    padding: 5px 0px;
    text-indent: 5px;
}

.contact-contact textarea {
    width: 100%;
    padding: 5px 0px;
    text-indent: 5px;
}

.product-details {}

.product-details .img-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #ababab;
}

.product-details .text-box {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.product-details .text-box a {
    margin-left: 10px;
}

.product-details .tab-pane {
    padding: 15px 0px;
    line-height: 28px;
}

.product-details .tab-pane h5 {
    margin: 0px;
}

.product-details .contact-box .item h3 {
    background: #01458e;
    padding: 10px 15px;
    color: #fff;
}

.product-classification .contact-box {
    margin-bottom: 30px;
}

.product-classification .contact-box .item {
    border-radius: 15px;
    width: 100%;
    margin: 2% 0px;
    padding: 20px 0px;
    position: relative;
    height: 240px;
    overflow: hidden;
}

.product-classification .contact-box .item:hover img {
    transform: scale(1.1);
}

.product-classification .contact-box .item img {
    height: 100%;
    width: 100%;
    transition: all 0.2s;
}

.product-classification .contact-box .item .text {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.product-classification .contact-box .item .text p {
    color: #fff;
    font-size: 40px;
    margin-top: 90px;
}

.products-contact {
    margin-left: -2%;
    font-size: 0;
}

.products-contact .item {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    padding: 10px;
    float: left;
}

.products-contact .item p {
    border-top: 1px solid #dfdfdf;
    padding-top: 5px;
    font-size: 12px;
}

.product-details-contact .item {
    margin-bottom: 20px;
    font-size: 14px;
}

.product-details-contact .item h3 {
    margin-bottom: 10px;
}

.product-details-contact .item h5 {
    font-size: 16px;
}

table td {
    border: 1px solid #dfdfdf;
    padding: 2px;
    font-size: 14px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination li {
    position: relative;
    float: left; // Collapse white-space
    padding: @padding-base-vertical @padding-base-horizontal;
    line-height: @line-height-base;
    text-decoration: none;
    color: @pagination-color;
    background-color: @pagination-bg;
    border: 1px solid @pagination-border;
    margin-left: -1px;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 18px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

#origin-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

#origin-img .swiper-slide img {
    width: 100%;
    vertical-align: middle;
}

.swiper-pagination {
    top: 1em;
    bottom: auto;
    color: #fff;
}

.upload {
    position: absolute;
    bottom: 0;
    line-height: 3em;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
    color: #fff;
    text-indent: 1em;
    width: 100%;
}

.swiper-zoom-container p {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    z-index: 9;
}

.language {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

}

.language a {
    margin: 0 5px;
    color: #0060a8;
}