a {
    color: #000;
}
a:link {
    text-decoration: none;
}
a:hover,a:focus {
    color: #1374d2;
}
.nav .content {
	margin: 0 auto;
	position: relative;
	padding: 0 !important;
	background-color: #262525;
}


/*.container{
	width: 1200px;
	margin: 0 auto;
}*/

/*产品*/
.index2-content {
	/*background: #f5f5f5 url(../images/bg3.jpg) no-repeat center top;*/
	background-size: cover;
	padding: 52px 0 57px;
}
.index2-ctl {
	width: 320px;
	background-color: #262525;
	display: table;
/*	padding-bottom: 52px;*/
}
.index2-ctl-title {
	background-color: #1374d2;
	padding: 18px 0 17px 42px;
	position: relative;
}
.index2-ctl-title>h3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: url(../images/icon.png) no-repeat left center;
	padding-left: 45px;
	line-height: 35px;
}
.pt-menu {
	width: 100%;
	display: table;
}
.pt-menu ul li {
    background: #fff;
}
.pt-menu ul li a {
	color: #333;
	display: block;
	height: 65px;
	line-height: 65px;
	position: relative;
}
.pt-menu ul li .inactive {
	background: url(../images/icon1.png) no-repeat 50px center;
	font-size: 20px;
	padding-left: 90px;
	overflow: hidden;
}
.pt-menu ul li .inactives {
	background: #f1f1f1 url(../images/icon2.png) no-repeat 50px center;
	font-size: 20px;
	color: #4eaaff;
	position: relative;
}
.pt-menu ul li .inactive:after{
	content: "";
	width: 4px;
	height: 100%; position: absolute; left: -4px; background: #1374d2; transition: all 0.3s;
}
.pt-menu ul li .inactives:after{
	left: 0; transition: all 0.3s;
}
.pt-menu ul li ul {
	display: none;
	/*background: #403e3e;*/
	background: #fff;
	padding: 10px 0;
	height: 110px !important;
}
.pt-menu ul li ul li {
	padding-left: 90px;
}
.pt-menu ul li ul li ul {
	display: none;
	color: #fff
}
.pt-menu ul li ul li a {
	height:35px;
	line-height:35px;
	 font-size: 16px;
	 transition: all 0.5s;
}
.pt-menu ul li ul li.cur a {
	color: #4eaaff;
}
.pt-menu ul li ul li .txt {
	padding-right: 30px;
	color: #fff;
	display: table;
}
.pt-menu ul li ul li .txt a {
	display: table;
	color: #fff;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	float: left;
}
.pt-menu ul li ul li .txt span {
	float: left;
	line-height: 35px;
	margin: 0 10px;
}
/*.index2-ctr {
	padding-left: 40px;
	overflow: hidden;
	padding-bottom: 2px;
}*/
.pt-crumbs-pre {
	font-size: 24px;
	color: #1374d2;
	font-weight: bold;
	display: inline-block;
}
.pt-crumbs-tip {
	padding: 0 20px;
	color: #bdbdbd;
	font-weight: bolder;
}
.pt-crumbs-next {
	font-weight: bold;
	font-size: 24px;
	color: #484848;
}
.pt-more {
	color: #999999;
}
.pt-more>em {
	padding: 0 5px;
}
.index2-pt {
	width: 100%;
	padding-top: 10px;
}
.index2-pt>li {
	width: 31.9%;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 3px solid transparent;
	transition: all 0.5s;
}
.index2-pt>li a {
	display: block;
	background-color: #fff;
	padding: 0px 0px 10px;
}
.index2-pt>li:nth-child(3n) {
	margin-right: 0;
}
.index2-pt-text {
	padding: 10px 35px 0;
	font-size: 16px;
	color: #484848;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px dashed #c9c9c9;
	display: inline-block;
	width:90%;
	box-sizing: border-box;
}
/*4大优势*/
.index3 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.index3 .title-box {
	background: url(../images/t1.png) no-repeat center center;
	width: 100%;
	display: table;
	margin-bottom: 30px
}
.index3 .title-box .title {
	font-size: 42px;
	font-weight: bold;
	color: #333;
	line-height: 50px;
}
.index3 .title-box .title span {
	color: #dc150c
}
.index3 .title-box .entitle {
	font-size: 20px;
	color: #2b2b2b;
	background: url(../images/line.png) no-repeat center center;
	line-height: 35px;
}
.index3 .txt-box {
	width: 530px;
	display: table;
}
.index3 .txt-box span {
	width: 60px;
	height: 85px;
	background: #dc150c;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	font-family: Arial;
	line-height: 60px;
}
.index3 .txt-box span:after {
	content: '';
	height: 2px;
	background: #fff;
	position: absolute;
	left: 15px;
	bottom: 20px;
	right: 15px
}
.index3 .txt-box .box {
	width: 100%;
	display: table;
	margin: 35px 0 35px 0
}
.index3 .txt-box .box .txt {
	padding-left: 90px;
}
.index3 .txt-box .box .txt h4 {
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px #7c7c7c dashed;
	padding-bottom: 15px;
	margin-bottom: 10px
}
.index3 .txt-box .box .txt p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.index3 .txt-box .box .txt p em {
	color: #dc150c;
	font-style: normal;
}
.index3 .pic1 {
	width: 635px
}

/*全局样式 end*/
@media (min-width: 1025px) {
/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
	.pt-menu ul li ul li a:hover{ color: #4eaaff; transition: all 0.5s; font-size: 16px;}
.index2-pt>li:hover {
	box-shadow: 0 2px 20px #bbb;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	border-bottom: 3px solid #1374d2;
	transition: all 0.5s;
}
.index2-pt>li:hover .index2-pt-text {
	color: #1374d2;
}
.index5 .swiper-button-prev:hover {
	background: #dc150c url(../images/left1.png) no-repeat center center;
}
.index5 .swiper-button-next:hover {
	background: #dc150c url(../images/right1.png) no-repeat center center;
}
}
@media (min-width: 1300px) {
/*min-width 1300 不要写其它内容*/
.container {
	width: 1300px;
	padding-left: 0;
	padding-right: 0;
}
}
@media (max-width: 1441px) {
/*修改1441以下、小屏显示器*/
.footer-litem {
	width: 115px;
}
.w1420 {
	width: auto;
}
.index4 {
	position: relative;
}
.index4 .container {
	position: initial;
}
.index4 .video {
	max-width: 100%;
	right: 0;
}
.index4 .about {
	left: 0;
	padding-left: 30px;
	max-width: 50%;
}
.index5 .swiper-button-next {
	right: -36px;
}
.index5 .swiper-button-prev {
	left: -36px;
}
.index2-pt>li {
	width: calc(33.33% - 14px);
}
.index3 .txt-box, .index3 .txt-box + img {
	max-width: 50%;
}
.index7-box2-cl, .index7-cl-list {
	width: 50%;
	max-width: 50%;
}
.index4 .video .play {
	max-width: 60%;
	right: 0;
}
.pt-menu ul li a {
	height: 53px;
	line-height: 53px;
}
.nav-in>li>a {
	padding: 13px 22px;
}
}
@media (max-width: 1250px) {
.swiper-button-next {
	right: 2%;
}
.swiper-button-prev {
	left: 2%;
}
.content {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-in>li>a {
	padding: 13px 27px;
}
.footer-litem {
	width: 120px;
}
.footer-cr {
	padding-right: 20px;
}
.index2-pt>li {
	width: 31%;
}
.index7-cl-list {
	width: 36%;
}
.index7-cr {
	width: 27%;
	padding-left: 20px;
}
.nav .content {
	width: 100%;
}
}
@media (max-width: 1199px) {
/*修改1200以下、小屏显示器*/
.header-r { padding-left:0; background:none;}	
	.index2-ctr {
	padding-left: 0
}
.index2-ctl {
	width: 100%;
	display: block;
	float: none !important;
	margin-bottom: 30px;
}
.index5 .swiper-button-next, .index5 .swiper-button-prev {
	display: none;
}
.nav-in>li>a {
	padding: 13px 16px;
}
.footer-contact {
	padding: 48px 10px 23px;
}
.footer-litem {
	width: 100px;
}
.index-banner {
	height: auto;
}
.index-banner li img {
	display: block;
	width: 100%;
}
.index-banner li a {
	position: inherit;
	background: none !important;
}
.mb-index-banner {
	display: block;
}
.index3 .txt-box {
	width: 530px
}
.index3 .pic {
	width: 400px
}
.case {
	height: auto;
	background-size: cover;
	padding-bottom: 40px;
}
.case-pc {
	display: none;
}
.mb-case {
	display: block;
}
.mb-case .box {
	padding: 5px;
}
.mb-case .box h4 {
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	height: 40px
}
.mb-case .box img {
	width: 100%
}
.mb-case .box p {
	line-height: 24px;
	color: #777
}
.mb-case .box a {
	background-color: #e62a23;
	color: #fff;
	padding: 5px 20px;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 10px
}
.index7-cr, .index7-cl {
	width: 100%;
}
.index7-cr {
	margin-top: 30px;
}
.index7-cl-list {
	width: 50%;
}
.index7 .clearfix {
	display: block;
}
.index4 {
	width: 100%;
	height: auto;
	background-color: #fff
}
.index4 .about {
	width: 100%;
	display: table;
	position: relative;
	left: 0;
	top: 0;
	padding-left: 0;
	height: auto;
	background-size: cover;
}
.index4 .about h2 {
	margin-top: 20px;
	font-size: 22px;
}
.index4 .about .entitle {
	font-size: 18px;
	line-height: 2;
}
.index3 .txt-box .box .txt h4 {
	font-size: 18px;
}
.index3 .title-box .title, .case .title-box .title {
	font-size: 28px;
	line-height: 1.5;
}
.index4 .video {
	width: 100%;
	position: relative;
	right: 0;
	height: auto;
}
.index4 .video img {
	width: 100%;
	margin-bottom: 10px
}
.index4 .video .play p {
	letter-spacing: 8px
}
.index5-tab-title:before, .index5-tab-title:after {
	height: 0
}
.footer-cl, .links, .footer-cpl {
	display: none;
}
.index3 .txt-box, .index3 .txt-box + img {
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
.index4 .about {
	max-width: 100%;
	margin-bottom: 15px;
}
.index4 .about .txt {
	width: 100%;
}
.index4 .video .play {
	max-width: 100%;
}
}
@media (max-width:920px) {
.nav-in>li>a {
	padding: 13px 10px;
}
.header-lo {
	padding-right: 10px;
}
.header-lt {
	padding-left: 10px;
}
.header-rt>a {
	margin-right: 4px;
}
.header-rt>em {
	padding-right: 4px;
}
.footer-cl {
	width: 100%;
	padding-bottom: 50px;
}
.footer-cl ul {
	width: 20%;
}
.index2-r {
	margin-top: 10px;
}
/*    .index2-pt>li{ width: 45%;}*/
.index2-pt>li img {
	width: 100%;
}
/*    .index2-pt>li:nth-child(2n){margin-right: 0;}*/
/*    .index2-pt>li:nth-child(3n){margin-right: 20px;}*/
.header-lt {
	display: none;
}
.index3 .txt-box {
	width: 100%
}
.index3 .pic {
	width: 100%
}
.index3 .title-box, .case .title-box {
	background-size: 100%;
}
.index7-cl-lp {
	width: 75%;
}
.index7-cl-time {
	width: 24%;
}
/*    .index7-cl-list{width: 40%;}*/
.ad {
	display: none;
}
.index5 .swiper-button-next, .index5 .swiper-button-prev {
	display: none;
}
.theme-popover {
	position: fixed;
	top: 30%;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0px 0 0 0px;
}
.index4 .about .txt {
	padding-right: 0;
	margin-bottom: 20px
}
.index4 .video .play img {
	width: 50px;
	height: auto;
}
.index2-r {
	display: none;
}
.index4 .video .play {
	max-width: 100%;
}
.index7-box2-cl, .index7-cl-list {
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
}
@media (max-width: 767px) {
	.xl_kfbar { display:none;}
.header-rt>a, .header-rt>em, .nav-in>li span, .footer .links {
	display: none;
}
.nav-in>li {
	width: 25%;
	overflow: hidden;
	margin-right: auto;
}
/*    body{font-size: .7rem;}*/
/*    h3+p,a {font-size: .8rem !important;}*/
.content {
	padding: 0 .5rem;
}
.pt-20 {
	padding-top: 1rem;
}
.nav-in>li>a {
	padding: .5rem;
	display: block;
}
/*    .header-lt>h1{ font-size: .8rem;}*/
.header-lt {
	display: none;
	padding: 0;
	margin-top: .2rem;
	padding-left: 1rem;
}
.header-lt>span {
	font-size: .5rem;
}
.header-lo {
	width: 16rem;
}
.header-lo img {
	width: 90%;
	display: inline-block;
}
.header {
	height: 5.7rem;
	padding-top: .8rem;
}
.header-contact {
	padding-top: 3px;
}
/*    .nav-in>li>a{ font-size: .8rem;}*/
.nav-item {
	width: 10.5rem;
}
.footer-contact {
	padding: 2.4rem .5rem 1rem;
}
.footer-litem li.footer-title {
	padding-bottom: 1rem;
}
.footer-cr {
	width: 100%;
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 1rem
}
.footer-cl {
	border-right: 0;
}
.footer-cr>p {
	margin-bottom: 0.8rem
}
.footer-cp {
	padding: 0
}
.footer-cp p:last-child {
	margin-bottom: 15px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.footer-ewma {
	width: 100%;
	background-size: 100%;
	text-align: center
}
.footer-ewma>img {
	width: 86%;
	right: .66rem;
	max-width: 140px;
	height: auto;
}
.footer-cr {
	text-align: center;
}
.footer-cpl {
	width: 100%;
	padding-bottom: 1rem;
}
.footer-cl {
	padding-bottom: 1rem;
}
/*     .header-service>span{font-size: 1.2rem;}*/
.header-service {
	background: none;
	padding-left: 2.6rem;
	background-size: contain;
}
.mb-index-banner img {
	width: 100%;
}
.index2-r {
	width: 100%;
}
.index2 .wx {
	display: none;
}
.index2-ctl {
	width: 100%;
}
.index2-pt>li img {
	width: 100%;
}
/*    .index2-pt-text,.pt-menu>li>a{font-size: .8rem;}*/
.index2 {
	padding: .8rem 0;
}
.index2-content {
	padding: 2.6rem 0;
}
/*    .index2-ctl-title>span{font-size: .75rem;}*/
.index2-ctr {
	padding-top: 1rem;
	padding-left: 0;
	width: 100%;
}
.index2-pt>li {
	margin-right: 0rem;
	margin-top: 1rem;
}
.index2-ctr {
	padding-top: 1rem;
	padding-left: 0;
	width: 100%;
}
.index2-content .clearfix {
	display: block;
}
.index2-pt>li img {
	width: 100%;
}
/*    .index2-pt-text,.pt-menu>li>a{font-size: .8rem;}*/
.index2 {
	padding: .8rem 0;
}
.index2-content {
	padding: 2.6rem 0;
}
/*    .index2-ctl-title>span{font-size: .75rem;}*/
.index2-ctr {
	padding-top: 1rem;
	padding-left: 0;
	width: 100%;
}
.index2-pt>li {
	margin-top: 1rem;
	width: 100%;
	margin-right: 0rem;
}
.index2-pt>li a {
	margin: 0 .5rem;
	padding: 1.5rem 0rem 1rem;
}
.index2-pt>li:nth-child(3n) {
	margin-right: 0rem;
}
.pt-menu ul li a {
	height: 55px;
	line-height: 55px;
}
.pt-menu ul li ul li h3 {
	line-height: 2rem;
	height: 2rem
}
.pt-menu ul li ul {
	padding: 0.5rem 0;
}
.pt-menu ul li ul li .txt a, .pt-menu ul li ul li .txt span {
	line-height: 2rem;
	height: 2rem
}
.index2-ctl-title>h3 {
	font-size: 1.8rem;
}
/*	.index3 .title-box .title,.case .title-box .title{font-size: 3rem;}*/
.index3 .title-box .entitle, .case .title-box .entitle {
	font-size: 2rem;
	background-size: 100%;
}
.index3 .txt-box span {
	width: 5rem;
	height: 7rem
}
.index3 .txt-box .box .txt {
	padding-left: 6rem;
}
/*	.index3 .txt-box .box .txt h4{font-size: 1.6rem;}*/
/*	.index3 .txt-box .box .txt p{font-size: 1.5rem;line-height: 2rem;}*/
.index7-box2-cl {
	width: 100%;
	height: auto;
}
.index7-banner-page.swiper-pagination-bullets {
	left: 26rem;
	width: auto;
}
.index7-cl-list {
	width: 100%;
	padding-top: 1rem;
	padding-left: 0;
}
/*    .index7-title{font-size: 2.4rem;}*/
.index7-cl-time>span {
	font-size: 2.6rem;
}
/*    .index7-banner-p,.index7-cl-lp>h6,.index7-crl-title{font-size: 1.4rem;}*/
/*    .index7-cr-item>p{font-size: 1.4rem;}*/
.index7 {
	padding: 3rem 0 5rem;
}
.index7-box2 {
	padding-top: 2rem;
}
.index7-cl-lp {
	width: 75%;
}
.index7-title-more {
	padding-top: .5rem;
}
.index5-tab-title {
	padding: 2rem 0 2rem;
}
.index5-tab-title>li {
	padding: .5rem 2rem;
}
.index5-tab-title>li:last-child {
	margin-right: 0;
}
.index5-ul>li {
	width: 100%;
	margin-bottom: 1rem;
}
.index5-tab-title:after {
	height: 0px;
}
.index5-tab-title:before {
	height: 0px;
}
.index5 .pic-wrap {
	width: 100%;
}
.index7-cr {
	padding-left: 0;
}
/*	.index4 .about h2{font-size: 2.5rem;}*/
/*	.index4 .about .entitle{font-size: 1.6rem;}*/
/*	.index4 .about .txt{font-size: 1.4rem;}*/
	.header-r { padding-left:0; background:none;}	
.header-rt {
	display: none;
}
.header-service>span, .header-service {
	font-size: 12px;
}
}
@media (max-width: 667px) {
/*   .footer-ewma {width: 8rem; height:9rem;}*/
.footer-cr {
	border-left: 0;
	padding-left: .2rem;
	padding-top: 0;
	height: auto;
}
.common-crumbs-tab>li {
	font-size: .9rem;
	margin-right: 1.5rem;
}
.common-crumbs {
	height: 3rem;
	line-height: 3rem;
}
.index5-tab-title>li {
	padding: .5rem 1rem;
}
}
@media (max-width: 500px) {
/*    .header-service>span { font-size: .9rem; }*/
.header-service {
	background: none;
	padding: 0;
}
.header-lo {
	padding-right: 0;
}
}
@media (max-width: 424px) {
/*修改425以下、普通的安卓手机屏*/
.header-lo {
	width: 13rem;
}
.common-crumbs-tab>li {
	margin-right: .5rem;
}
}
@media (max-width: 374px) {
/*修改425以下、iPhone5，4，等小屏手机*/
.index7-box2 {
	padding-top: 1rem;
}
.index7-box2-cl {
	width: 100%;
	height: auto;
}
.index7-banner-page.swiper-pagination-bullets {
	left: 13rem;
}
.index5-tab-title>li {
	padding: .5rem 0;
	width: 28%
}
.header-lo {
	width: 10rem;
	margin-top: 0.8rem
}
.nav-in>li>a {
	font-size: 12px;
}
}
