body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,
a:hover,
a:link,
a:visited,
a:hover,
a:active{
	text-decoration: none;
}


.fl {
	float: left;
}

.fr {
	float: right;
}
.clear{
	clear: both;
}

/*内容开始*/

.container {
	width: 1200px;
}


/*导航开始*/

.navbar-header {
	height: 50px;
	
}

.dp-navbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

.content {
	/*padding-top: 63px;*/
}


/* Dropdown Menu */


.tm-navigation .tm-navigation-megamenu {
	position: inherit !important;
}

.tm-navigation .tm-navigation-megamenu>ul {
	/*border-radius: 10px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	text-align: left;
	/*left: 50px;*/
	right: 0;
	top: 100%;
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
	/*border-top:1px solid #eee ;*/
	border-top: 2px solid #0D6B6D;
	/*border-radius: 0 0 10px 10px;*/
	/*padding: 15px;*/
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1;
	-webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
	transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
	-o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
	transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
	transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
}
.nav-stacked .active{
	background-color: #FFF;
	color: #0D6B6D;
}
.my-nav > li > a{
	border-radius: 0px;
	padding-left:10px ;
}
.my-nav > li + li {
    margin-top: 0px;
    margin-left: 0;
}

.tm-navigation .tm-navigation-megamenu>ul>li {
	display: block;
	width: 100%;
	/*margin: 15px 0;
	padding: 0 20px;*/
}

.tm-navigation .tm-navigation-megamenu>ul>li:not(:last-child) {
	border-right: 1px solid #d2d2d5;
}

.tm-navigation .tm-navigation-megamenu>ul>li>a {
	display: block;
	color: #0075b7;
	border-bottom: 1px solid #0075b7;
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 700;
}

.tm-navigation .tm-navigation-megamenu>ul ul li {
	display: block;
	background-color: #0D6B6D;
    color: #fff;
    font-size: 16px;	
}

.tm-navigation .tm-navigation-megamenu>ul ul li a {
	padding: 10px 0;
	line-height: 30px;
	display: block;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	background: #0D6B6D;
	text-indent: 20px;
	border-bottom: 1px solid #257A7B;
	margin: 0 20px;
	
}

.tm-navigation .tm-navigation-megamenu>ul ul .active a{
	border-bottom: 1px solid #fff;
}

.tm-navigation .tm-navigation-megamenu>ul ul li a:hover {
	color: #0D6B6D;
	background: #FFFFFF;
}

.tm-navigation .tm-navigation-megamenu:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9;
}

.dp-navbar-title{
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.product-sort{
	line-height: 26px;
}

.mynav-second{
	padding: 10px;
}

.solutionsty{
	padding: 15px 0;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #03CCF5;
}


/*轮播图开始*/

.content .banner img {
	margin: 0 auto;
}

.content .banner {
	padding-left: 0;
	padding-right: 0;
	background-color: #2b80d9;
}

.content .engin {
	background-color: #fbfaf7;
	padding-top: 100px;
	padding-bottom: 40px;
}


/*轮播图结束*/


/*新闻资讯开始*/

#dp-news {
	padding: 20px 0;
}

.hover-scale figure {
	position: relative;
	overflow: hidden;
}

.hover-scale figure img {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.hover-scale figure .hover-border {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.hover-scale figure .hover-border a {
	width: 100%;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	height: 100%;
	z-index: 999;
	position: relative;
	display: inline-block;
}

.hover-scale figure .hover-border span {
	/*background: #ec910e;*/
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	/*width: 50%;
	height: 50%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	text-align: center;
	/*border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;*/
	color: #fff;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	display: inline-block;
	line-height: 100%;
	font: "Noto Sans SC";
	font-size: 24px;
	color: #ffffff;
}

.hover-scale figure .hover-border:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 30px;
	right: 15px;
	bottom: 30px;
	left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.hover-scale figure .hover-border:after {
	position: absolute;
	content: '';
	opacity: 0;
	top: 15px;
	right: 30px;
	bottom: 15px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.hover-scale:hover figure img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.hover-scale:hover figure .hover-border {
	opacity: 1;
}

.hover-scale:hover figure .hover-border:before,
.hover-scale:hover figure .hover-border:after {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.hover-scale:hover figure .title-newspic {
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.hover-scale:hover figure .hover-border span {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.hover-scale:hover .info .title a {
	color: #ff8300;
}

.hover-scale figure .hover-border a,
.hover-scale figure .hover-border span,
{
	display: flex;
	display: -webkit-flex;
}

.blog-grid .blog-content .item .info .desc {
	padding-bottom: 18px;
}

.blog-sidebar .blog-content .item .info .desc {
	padding-bottom: 30px;
}

.blog-list {
	margin-bottom: -30px;
}

.blog-list-content {
	margin-bottom: 30px;
}

.blog-list-content .item {
	margin-bottom: 60px;
	padding-bottom: 65px;
	border-bottom: 1px solid #e5e5e5;
}

.blog-list-content .item figure img {
	width: 100%;
}

.blog-list-content .item .info {
	text-align: left;
}

.blog-list-content .item .info .title {
	padding: 55px 0 0px 0;
	font-size: 26px;
	font-weight: bold;
}

.blog-list-content .item .info .desc {
	margin-bottom: 43px;
}

.blog-list-content .item .btn-read-more .au-readmore {
	padding: 14px 52px;
	background: #2c6ed5;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	font-size: 14px;
}

.blog-list-content .item:last-child {
	border-bottom: 1px solid transparent;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.blog {
	margin-bottom: -30px;
}


/*.blog-content .item {
	margin-bottom: 30px;
}*/

.blog-content .item figure img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.blog-content .item .info {
	margin: 10px 0;
	/*padding: 35px 30px;*/
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.blog-content .item .info .title {
	font-size: 20px;
}

.blog-content .item .info .desc {
	padding-top: 15px;
	padding-bottom: 27px;
}

.title-newspic {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	text-align: center;
	line-height: 100%;
	font: "Noto Sans SC";
	font-size: 30px;
	color: #ffffff;
}

.news-title {
	background-color: #f5f5f5;
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	color: #0D6B6D;
	text-indent: 20px;
	width: 100%;
}

.news-more {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: block;
	float: right;
	line-height: 46px;
	height: 46px;
	width: 70px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 52px center;
}

.news-content {
	padding: 10px 16px;
}

.news-content ul {
	margin-left: 0;
	padding-left: 0;
}

.news-content ul li {
	background-image: url(../images/disc.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
	list-style-type: none;
	margin-bottom: 5px;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
}

.news-content ul li a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.news-content ul li a:hover {
    color: #23527C ;
}
.news-more:hover{
	color: #23527C ;
}

.newspic-text{
	width: 100%;
	display: inline-block;
}


/*新闻资讯结束*/


/*产品中心开始*/

.margin-product {
	margin-bottom: 50px;
}

.product-title {
	padding-bottom: 20px;
}

#dp-product {
	background-color: #e2e8ff;
	padding: 20px 0;
	/*padding-bottom: 40px;*/
	background: url(../images/service-bg.png) center top no-repeat #F7F8FC;
}

.product-hover {
	border-radius: 5px;
	padding: 30px 6px;
	width: 100%;
	height: 100%;
	/*background-color: #46B8DA;*/
	cursor: pointer;
	display: inline-block;
	transition-property: background-color;
    transition-duration: 0.6s;
    transition-timing-function: ease;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;
	transition-property: box-shadow;
	transition-duration: 0.6s;
	transition-timing-function: ease;
	-webkit-transition-property: box-shadow;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;
	
	background: #fff;
	background-color: rgba(255, 255, 255, 1);
}

.zyzz-hover{
	padding: 10px 10px;
}

.product-hover:hover {
	background-color: #fff;
	box-shadow: 0 0 1px #000 inset;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	opacity: 1;
}



.mb-3 {
	font-size: 20px;
	color: #0D6B6D;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-muted {
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	  height: 40px;
}
.text-muted2 {
       margin-bottom: 5px;  
       height: 20px;
}

.service-box {
	padding: 30px 0;
}

.my-4 {
	width: 50px;
	background: red;
	border: none;
	height: 4px;
}

.section-heading {
	font-size: 30px;
	font-weight: bold;
}
.project-icon{
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto;
	transition-property: background;
	transition-duration: 0.6s;
	transition-timing-function: ease;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;	
}
.project-icon2{
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto;
	transition-property: background;
	transition-duration: 0.6s;
	transition-timing-function: ease;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;	
}
.project-icon :hover{
	transition-property: background;
	transition-duration: 0.6s;
	transition-timing-function: ease;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;
}
.project-icon img {
	width: 70px;
	height: 70px;
}
.project-icon2 img {
	width: 70px;
	height: 70px;
}

.project-icon2{
	display: none;
    
}
.product-hover:hover .project-icon2{
	display: block;

}
.product-hover:hover .project-icon{
	display: none;

}

.product-more{
	text-align: center;
	margin-bottom: 20px;
}
.btn-xl{
	background-color: #0D6B6D;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 60px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.btn-xl:hover{
	background-color: #128e91;
	color: #FFFFFF;
}
.btn-xl:visited{
	background-color: #0e7c7e;
	color: #FFFFFF;
}
.btn-xl:active{
	background-color: #0D6B6D;
	color: #FFFFFF;
}
.btn-xl:focus{
	background-color:#0e7c7e;
	color: #FFFFFF;
}

.product-more a:hover{
	background-color: #128e91;
	color: #FFFFFF;
}

/*产品中心结束*/


/*客服开始*/

.dowebok-hd {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
}

.dowebok-hd ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 35px;
	margin-left: 0px;
}

.dowebok-hd ul li {
	margin-bottom: 10px;
	cursor: pointer;
}

.kefu .kefulist img {
	border-radius: 3px;
	border: solid 1px #CCCCCC;
}

.kefulist,
.kefulist2,
.kefulist3,
.kefulist4 {
	position: absolute;
	left: -136px;
	top: 0px;
	padding-right: 6px;
	display: none;
	background-image: url(../images/kefu-arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px;
}

.kefulist a {
	display: block;
	width: 128px;
	height: 128px;
}

.kefu:hover .kefulist {
	display: block;
}

.kefu2:hover .kefulist2 {
	display: block;
}

.kefu3:hover .kefulist3 {
	display: block;
}

.kefu4:hover .kefulist4 {
	display: block;
}

.kefulist2 {
	left: -220px;
	top: 59px;
	font-size: 16px;
	padding-right: 6px
}

.kefulist2 a {
	display: block;
	width: 220px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	border: solid 1px #CCCCCC;
	line-height: 50px;
	text-indent: 12px;
}

.kefulist2 span {
	color: #36a6cf;
}

.kefulist3 {
	left: -218px;
	top: 114px;
	font-size: 16px;
	padding-right: 6px
}

.kefulist4 {
	left: -218px;
	top: 170px;
	font-size: 16px;
	padding-right: 6px
}

.kefuQipao {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	border: solid 1px #CCCCCC;
	width: 210px;
}

.kefulist3 .kefuQipao a,
.kefulist4 .kefuQipao a {
	font-size: 16px;
	color: #FFF;
	background-color: #36a6cf;
	display: block;
	height: 25px;
	text-align: center;
	line-height: 25px;
	width: 120px;
	border-radius: 3px;
	float: right;
	margin-top: 22px;
	margin-right: 12px;
	text-decoration: none;
}

.kefulist3 .kefuQipao a:hover,
.kefulist4 .kefuQipao a:hover {
	background-color: #1e98c4;
}

.kefulist3 .kefuQipao img,
.kefulist4 .kefuQipao img {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
/*客服结束*/

/*资质开始*/
.left_nav .more {
	display: block;
	width: 40px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	overflow: hidden
}



.left_nav .more  {
	padding-right: 18px;
	background: url(../images/arrow_down.png) no-repeat right center;
}

.left_nav .more.hover  {
	background: url(../images/arrow_up.png) no-repeat right center;
}

#dp-certificate{
	padding: 40px;
	padding-bottom: 20px;
	
}
.certificate-list{
	margin-bottom: 30px;
}
.certificate-name{
	text-align: center;
	color: #a3a8ac;
    font-size: 12px;
}

/*合作单位*/
.left_nav02 .more02 {
	/*background: #ff6637;*/
	display: block;
	width: 40px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	/*border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;*/
	overflow: hidden
}

/*.left_nav .more:hover {
	background: #ff5825
}*/

/*.left_nav02 .more02  {
	padding-right: 18px;
	background: url(../images/arrow_down.png) no-repeat right center;
}

.left_nav02 .more02.hover  {
	background: url(../images/arrow_up.png) no-repeat right center;
}*/
#dp-unit{
	background: #F7F8FC;
	padding: 40px;
    padding-bottom: 20px;
    background: url(../images/partner/index_partner_bg.png) repeat;
}

        
.animated {
    animation: myfirst 3s infinite;
}

.index_Part_t{
	text-align: center;
	padding-bottom: 30px;
}


@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
/*资质结束*/

/*内容结束*/
/*
@media screen and (max-width:768px) {
	.container {
		width: 100%;
	}
	.margin-product {
		margin-bottom: 10px;
	}
}

@media screen and (min-width:425px) and (max-width:768px) {}

@media screen and (max-width:375px) {
	footer {
		padding: 10px 0;
	}
}

@media (min-width:768px) {
	.container {
		width: 100%;
	}
}*/

.container {
	width: 100%;
	/*padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
}

.modal-dialog {
    /*width: 70%;*/
    height: 60%;
    margin: 16vh auto;
}
.modal-content{
	border-radius: 0;
	text-align: center;
}
.modal-content img{
	height: 90%;
	width: auto;
	height: auto;
}


@media (max-width: 768px) {
	.product-hover {
	    border-radius: 5px;
	    padding: 10px 6px;
    }
    .margin-product {
        margin-bottom: 10px;
    }
    .navbar-brand img{
		height: 48px;
	}
	nav .navbar-header .navbar-brand {
        padding: 1px 15px; 
        height: 50px; 
    }
    nav .navbar-header {
        height: 50px;
    }
    .navbar-toggle {
        margin-top: 10px;
    }
    .navbar {
        min-height: 50px;
     }
     
    .dp-logo{
	height: 60px;
	width: 213px;
	display: block;
	background: url(../images/index-logo.png) no-repeat;
	background-size: 100% 100%;
    }
    .headerMain-bg .dp-logo{
	background: url(../images/index-logo.png) no-repeat;
	background-size: 100% 100%;
    }
    
    .navbar-default{
	/*background-color: #FFF;
	opacity:0.6;*/
	background-color:rgba(250,250,250,0.9);
    }
    .navbar-default .navbar-nav > li > a {
    line-height: 40px;
    color: #333;
    }
    .navbar-header{
    	border-bottom: 1px solid #EEEEEE;
    }
     #dp-product {
     	padding-top: 10px;
	    padding-bottom: 10px;
   }
    .mb-3 {
        font-size: 16px;
   }
   .news-title {
	    font-size: 16px;
	    height: 40px;
		line-height: 40px;
    }

	.news-more {
		line-height: 40px;
		height: 40px;
	}
	.carousel-indicators li {
	  width: 10px;
	  height: 6px;
	}
	.carousel-indicators .active {
	  width: 12px;
	  height: 8px;
	}
	.carousel-indicators{
		bottom: 0px;
	}
	.section-heading {
    font-size: 22px;
    font-weight: bold;
    }
    
    .container{
    	padding-left: 6px;
    	padding-right: 6px;
    }
    
   .dp-navbar{
   	padding-left: 15px;
   	padding-right: 15px;
   }
   .content {
     padding-top: 50px;
	}
    .dp-footer-xs{
 	 padding-left:15px ;
 	 padding-right:15px ;
 	 padding: 15px;
   }
   
   .triangle{
   	top: 90px;
   	left: 40%;
   }
   
   .sub-product-tab a {
     font-size: 12px; 
   }
   
   .sub-product-title {
    font-size: 18px;
    }
   .sub-product-content{
   	padding-left: 0;
   	padding-right: 0;
   	padding-top: 15px;
   }
   
   .sub-product-header {
    padding-top: 10px;
    height: 100px;
   }
   .toppic-title{
	font-size: 14px;	
	bottom: 2%;	
    }
    .sub-news-header .col-xs-2{
    	padding-right: 3px;
    	padding-left: 3px;
    }
    .sub-news-header .col-md-2{
    	padding-right: 3px;
    	padding-left: 3px;
    }
    .sub-news-header .col-xs-4{
    	padding-right: 3px;
    	padding-left: 3px;
    }
    .sub-news-header .col-md-4{
    	padding-right: 3px;
    	padding-left: 3px;
    }

    /*.sub-news-header .col-xs-2:first-child{
    	padding-left: 0px;
    }
    .sub-news-header .col-md-2:first-child{
    	padding-left: 0px;
    }*/
    .news-title-tab{
    	font-size: 14px;
    }
    .trianglenews{
    	width:14px; 
        height:14px;
        left: 45%;
        top: 72px; 
    }
    .triangle{
    	width:14px; 
        height:14px;
        left: 45%;
        top: 72px; 
    }
    .sub-news-content {
       padding-top: 0px;
    }
    .news-title-tab{
    	display: block;
    }
    
    .sub-news-tab a{
    	line-height:26px;
    }
    .sub-pad :hover {
       background-color: #0E7C7E;
    }
    .content-history .main .year .list ul li{
	   background:none;
	}
	.content-history .main{
	   background:none;
	}
	.content-history{
	  width:100%;
	}
	.part-title {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    }
    .content-history {
     padding: 0 0; 
     }
     .content-history .main .year .list ul li .date,.content-history .main .year .list ul li .version{
	 width: auto;
	}
	.content-history .main .year .list ul li .intro, .content-history .main .year .list ul li .more{
	width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
	margin-left:30px;
	margin-bottom: 20px;
	}
	#dp-certificate {
        padding: 0px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #dp-unit{
    	padding: 0px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    
    
}
@media (max-width: 576px) {
	.Majorlist > img {
		height: 20px !important;
	}
	
	.news-title-tab {
		font-size: 10px !important;
		padding-left: 0px !important;
	}
	.productcon {
		padding: 3px !important;
	}
	
}
@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
	.tm-navigation .tm-navigation-megamenu>ul{
		max-width: 100%;
	}
    .toppic-title{
		font-size: 20px;	
		bottom: 10%;	
    }
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	 .toppic-title{
	font-size: 20px;	
	bottom: 10%;	
    }
}

@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}
	.toppic-title{
	font-size: 30px;	
	bottom: 15%;	
    }
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	.navbar-nav > li > a{
		padding: 10px  40px;
	}
	.tm-navigation .tm-navigation-megamenu>ul{
		max-width: 1140px;
	}
	.toppic-title{
	font-size: 36px;	
	bottom: 10%;	
    }

}

@media (min-width: 1400px) {
	.container {
		max-width: 1360px;
	}
	.tm-navigation .tm-navigation-megamenu>ul{
		max-width: 1360px;
	}
	.toppic-title{
		font-size: 36px;	
		bottom: 20%;	
	    }

}

@media (max-width: 987px) {
	.sub-news-title{
		margin-top: 20px;
	}
}

.margin-product a{
	    color: #333;
}
.product-sort2:first-child .product-sort{
  line-height: 26px;
  width: 50%;
  float: left;
}
/*主要运营产品开始*/
.major-position{
	position: relative;
}
.productMajor{	
	position: absolute;
	bottom: -36px;
	z-index: 999;
	width: 100%;
	/*padding: 30px;*/	
}

.productcon{
	border-radius: 10px;
	margin: 0  10px;
	box-shadow: 0px 2px 3px  #D5D5D5;
	padding: 10px;
	background: url(../images/bg2.png) right bottom no-repeat,linear-gradient(to left, #17c1c5, #0db9bd);
	background-size:cover;
	
	/*background-color: ;*/
}

.news-title-tab{
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.news-title-tab a{
	color: #FFFFFF;
	 transition: all .2s;
}
.news-title-tab a:hover{
	color: #fcff00;
	font-size: 20px;
	 transition: all .2s;
}

#dp-news {
	padding: 20px 0;
	padding-top: 60px;
}

.releaseDate {
	color: #666666;
	float:right;
}