/* --------gloable 开始-------*/
body, html {
    font-family: '思源黑体', "helvetica neue",helvetica,arial,sans-serif!important;
}
   .search-btn {
  
    background: url(/uploads/image/phimages/xw_icon.png) no-repeat center center;
  }
img {
    width: 100%;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

a:focus, a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h5 {
    margin: 0;
}
.nav-pills>li {
	height: 60px;
	line-height: 60px
}
.nav-pills > li > a {
    padding: 0 15px
}

.news-more {
	float: right;
	color: #999;
	font-size: 13px;
	height:26px;
	line-height: 26px;
}

.dropdown-menu-togle:hover  .dropdown-menu{
	display: block;
}

.nav-pills > li > a {
    color: #999;
    font-size: 16px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #3197d5;
    color:white;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #646464;
    border-color: #646464;
}

.dropdown-menu {
    min-width: 100%;
    /*background-color: #646464;*/
    /*border-color: #646464;*/
    margin-top: 0;
}

.dropdown-menu > li > a {
    color: #999;
    height: 34px;
    line-height: 30px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #white;
    background-color: #3197d5;
}

.g-t-danger {
    color: red;
}

.submit-btn {
    margin-top: 20px;
    text-align: center;
}

.honor-content {
    padding: 20px 0;
}

.honor-item {
    margin-bottom: 20px;
}

.honor-item .descript{
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.team-content {
    padding: 20px 0;
}

.team-item {
    margin-bottom: 20px;
}

.team-item .descript{
    padding: 20px 0 10px;
}

.team-item .descript .desc {
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* --------gloable 结束-------*/
/* --------header 开始-------*/
header {
    background-color: transparent;
}

.header {
    /*position: fixed;*/
    /*width: 100%;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 1024;*/
    padding: 10px;
    padding-left: 40px;
}

.small-logo {
    text-align: center;
    position: relative;
}

.small-logo .moblie-menu {
    display: inline-block;
    float: left;
}

.sm-logo-img {
    display: inline-block;
    width: 100px;
}

.header.dark {
    background-color: #fff;
   box-shadow: 0 4px 10px #888;
}

.header-logo img {
    /* width: 170px; */
	width: auto;
	height: 60px
}

.menu {
    /*font-size: 42px;*/
}

/* --------header 结束-------*/
.banner {
    margin-bottom: 3%;
    position: relative;
}

.banner video {
    width: 100%;
}

.banner-text {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 40%;
}

.banner-text > h1 {
    font-size: 30px;
    color: #fff;
	margin-bottom:10px
}

.banner-text > p {
    font-size: 17px;
    color: #fff;
}

/* --------footer 开始-------*/
footer {
    color: #fff;
    background-color: #003f7e;
    padding: 15px;
	padding-top: 50px;
}

footer .tip {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    /*color: #646464;*/
}

footer .title {
    font-size: 21px;
    margin-bottom: 2%;
}

.tip i {
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.connect {
    /* padding-top: 110px; */
}

.connect-text {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}

.bottom-logo {
    margin-bottom: 6%;
}

.bottom-logo img {
    width: 160px;
}

.code-box img {
    width: 100px;
}

/* --------footer 结束-------*/

.pennal {
    display: block;
    box-sizing: content-box;
    text-align: center;
    margin-bottom: 4%;
}

.pennal .title {
    position: relative;
    margin-bottom: 3%;
    font-size: 30px;
}

.pennal .title:before, .pennal .title:after {
    content: '';
    display: inline-block;
    width: 20%;
    height: 1px;
    border-bottom: 1px solid #646464;
    position: absolute;
    top: 50%;
}

.pennal .title:before {
    left: 20%;
}

.pennal .title:after {
    right: 20%;
}

.about-item {
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.about-item img {
    width: 100%;
}

.about-item:hover .mask {
    display: none;
}

.about-item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    vertical-align: center;
}

.about-item .mask span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    /* 这里有兼容性问题 */
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.news-title {
    text-align: left;
    margin-bottom: 4%;
    font-size: 20px;
}

.new-left {
    margin-bottom: 10px;
}

.new-left img {
    width: 100%;
}

.new-item {
    float: left;
    width: 50%;
    padding: 0 8px 16px;
}

#news {
    height: 300px;
}

.news-line {
    text-align: left;
}
.news-line a >span {
	font-size: 15px;
}
.news-line .pull-right {
	font-size: 15px;
}

.new-item img {
    width: 100%;
}

.about-item {
 font-size: 29px;	
}

.product-item {
    margin-bottom: 15px;
	position: relative;
}

.product-item .mask{
	position: absolute;
	width: calc(100% - 30px);
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	font-size: 29px;
	padding: 10px
}
.product-item .mask p{
	margin: 0;font-size: 20px;
}
/*.product-item:hover .mask {
	display: none;
}*/
.product-item img {
    width: 100%;
}

.case-item img {
    width: 100%;
}

.more-case {
    margin-top: 2%;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ff0000;
    font-size: 17px;
    color: #ff0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tab-list {
    border-bottom: 1px solid #999;
}
.tab-item {
    float: left;
    height: 44px;
    line-height: 44px;
    padding:  10px 20px;
    font-size: 20px;
    box-sizing: content-box;
    cursor: pointer;
}
.tab-item.active{
    color: #003f7e;
    border-bottom: 2px solid #003f7e;
}
.tab-content {
    padding: 10px 10px 20px;
	line-height: 32px
}

.card {
    /*margin-bottom: 20px;*/
    /*padding-bottom: 20px;*/
}

.card .card-title {
    padding: 8px 1em;
    margin-bottom: 15px;
    position: relative;
}

.card .card-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #003f7e;
}

.card-body {
	line-height: 32px;
}

.card-body p {
    text-indent: 2em;
}

.case-content {
    padding: 0 15px;
    margin-bottom: 20px;
}

.case-content .case-item {
    padding: 20px 0;
    border-top: 1px solid #999;
}

.case-content .case-item:last-child {
    border-bottom: 1px solid #000;
}

.case-content .case-item .case-desc {
    padding: 20px 15px;
}

.case-content .case-item .case-desc .case-label {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.team-container {
	width: 800px;
	margin: 0 auto;
}
.contact {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 40px 15px;
    margin-bottom: 40px;
}

.contact-method {
    font-size: 20px;
}

.contact-method p {
    margin-bottom: 30px;
}

.contact-code {
    text-align: center;
}

.contact-code p {
    font-size: 20px;
}

.contact-code img {
    width: 160px;
    height: 160px;
}

.map {
    margin-bottom: 20px;
}

.address {
    text-align: center;
    margin: 0;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
}
.process {
    padding: 30px 0;
}
.time-line {
    position: relative;
}
.time-line:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    border-right: 2px dotted #003f7e;
}
.time-point {
    float: left;
    width: 45%;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}
.time-point:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #003f7e;
    border-radius: 50%;
    top: 0;
}

.time-point.left:after {
    right: -13.2%;
}

.time-point.right:after {
    left: -12.8%;
}

.time-point .titme {
    color: #003f7e;
}

.time-point .item:before {
    display: table;
    content: " ";
    clear: both;
}
.time-point .item .time-label {
    float: left;
    width: 36px;
}
.time-point .item .detail {
    float: left;
    width: calc(100% - 36px);
}
/* --------响应 开始-------*/
@media (max-width: 767px) {
	.product-item .mask {
		font-size: 14px
	}
    .banner {
        height: 200px;
    }
    .banner img {
        height: 100%;
    }
    .banner-text > h1 {
        font-size: 22px;
    }

    .banner-text > p {
        font-size: 18px;
    }

    .pennal .title {
        font-size: 22px;
    }

    .pennal .title:before {
        left: 10%;
    }

    .pennal .title:after {
        right: 10%;
    }

    .product-item {
        margin-bottom: 15px;
    }

    .more-case {
        margin-top: 6%;
        padding: 4px 8px;
        font-size: 16px;
    }

    .bottom-logo {
        text-align: center;
    }

    .connect {
        padding-top: 20px;
    }
    .time-line:before {
        left: 4px;
    }
    .time-point {
        width: 90%;
        float: right!important;
    }
    .time-point.left:after, .time-point.right:after {
        right: auto;
        left: -12.8%;
    }
    .tab-item {
        height: 20px;
        line-height: 20px;
        padding: 10px;
        font-size: 16px;
    }
	.index-footer {
		padding-top: 20px
	}
	.team-container {
		width: 100%
	}
	.header {
		padding: 10px;
	}
  
}

/* --------响应 结束-------*/