

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
}

body {
	/*font-family: Open Sans;*/
	font-size: 16px;
	overflow-x: hidden;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family:Open Sans;
}

img {
	border: none;
	max-width: 100%;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
	color: #000;
}

a:hover {
	color: #0d64bb;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 106px;
}

.overflow {
	overflow: hidden;
}
/*header*/
.mob-header{display: none;}
.header{ background-color: #f8f8f8;}
.header-1{padding-top: 20px;
    padding-bottom: 20px;
       
    }
  
.header-11 {
    float: left;
    width: 13.6%;
    padding: 10px 0;
    margin-right: 21px;
    text-align: center;
}
.header-22{float: left;width: 41.3%;padding: 0px 0;}
.header-33{float: right;width: 41%;padding: 10px 0;}
.header-22 h2{font-size: 24px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
    font-family: Open Sans;
    }
.header-22 h3{font-family: Open Sans;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;}

.header-33{letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    font-size: 15px;
    color: #545454;
        margin-top: 17px;
        padding-left: 8px;
    }

.header-33 i{font-style: normal;}

.header2-1{float: left;width: 72%;padding: 10px 0;    margin: 0 10px;}
.header2-2{float: right;
    width: 23%;
    padding: 10px 0;
    margin-right: 27px;
        margin-top: 8px;
    position: relative;}
.header2-1 ul li{float: left;position: relative;}
.header2-1 ul{overflow: hidden;}
.header2-1 ul li a{
	    padding-right: 30px;
	    padding-left: 30px;
	    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.navnew-separator{
	position: absolute;
    left: auto;
    top: 0;
    width: 10px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/xz.png);
    overflow: hidden;
}
.header2-1 ul .on a{color:#0c6fb3;}

.header2-1 ul li a:hover{color:#0c6fb3;}
.header2-2 input{height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    text-indent: 8px;
        margin: 0 10px;
    }
.header2-2 button{
	width: 32px;
    height: 32px;
    background-color: #0079c3;
    border-radius: 0;
    position: absolute;
    border: none;
    top: 10px;
    left: 96%;
}
.banner{
	width: 100%;
}
.bannerswiper a img{width: 100%;}
.bannerswiper .swiper-slide{position: relative;}
.banner-1{position: absolute; top: 0; left: 0;z-index: 99;}
.bannerswiper  .swiper-slide span a{
	
position: absolute;
    bottom: 191px;
    left: 321px;
    background: rgb(0, 127, 224);
    padding: 10px 30px;
    color: #fff;
    z-index: 9999;
    border-radius: 20px;
    
}
.fotrg.list-paddingleft-2  li p {
	color: #aaa;
	line-height: 2em;
	    font-size: 14px;
}
.banner-1 img{width: 100%; top: 0;}
 .bannerswiper .swiper-button-next  {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    right: 81px;
    margin-top: -22px;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.bannerswiper:hover .swiper-button-prev{opacity: 1;}
.bannerswiper:hover .swiper-button-next{opacity: 1;}
.bannerswiper .swiper-button-prev{
	 position: absolute;
    top: 50%;
    left: 80px;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.bannerswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #EFEFEF;
}
.bannerswiper .swiper-pagination{bottom: 15px;}
.bannerswiper .swiper-pagination-bullet{border: 2px solid #fff; width: 10px;height: 10px;opacity: 1;background: #ABABAB;}
.index-1 .index-left{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.index-1{padding: 48px 0;}
.index-1 .index-right{
	float: right;
	width: 50%;
	padding: 0 10px;
}
.index-1 .index-left h2{
	font-size: 30px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.index-right img{width: 100%;}
.sitewidget-bd {
    font-family: Open Sans;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
        word-break: break-word;
    text-align: left;
}
.index-1 .index-left a {
    background-color: #007fe0;
    color: #fff;
    line-height: 1.7em;
    font-size: 14px;
    height: 32px;
    line-height: 74px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 6px;
    padding-top: 6px;
    border-radius: 50px;
    border-color: #333;
    border-style: solid;
    border-width: 0;
}
.video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.video-box video {
    object-fit: cover;
}

.index-right{
	position: relative;
}
.img1 {
    position: absolute;
    left: 43%;
    top: 37%;
    width: 77px !important;
}
.index-right{overflow: hidden;  }
.index-right:hover .img2 img {
    transform: scale(1.1);
     transition: all 300ms ease 0s;
    
}
.img2{width: 100%;
    height: 100%;
    overflow: hidden;}
.index-2{
	    background: #eef1f3;
	    padding: 48px 0 66px 0;
}
.title{text-align: center;}
.title h2{
	font-size: 30px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
    font-family: Open Sans;
}
.title p{margin-top: 20px;
	font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.index-22 ul{    margin-top: 10px;overflow: hidden;display: flex;
    flex-wrap: wrap;margin-left: -10px;}
.index-22 ul li{float: left;width: 20%;
padding: 17px;
text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
    /*margin-bottom: 10px;*/
}
.index-22 ul li a img{width: 100%;}
.index-22 ul li span{
	padding: 5px 0;
	font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 2em;
    text-align: center;
    
	
}
.index-22 ul li span:hover{color:#0d64bb ;}
.index-3{padding: 48px 0 70px 0;}

.index-33 ul{overflow: hidden;margin-top: 20px;}
.index-33 ul li{float: left;width: 30%;    margin-left: 5%; margin-bottom: 20px; position: relative;}
.index-33 ul li:nth-child(3n+1){
	margin-left: 0;
    clear: both;
}
.index-33>ul>li>a .ie img{width: 100%;}
.sitewidget-bdd{text-align: center;}
.backstage-component-btn{
	background-color: #007fe0;
    color: #fff !important;
    border-radius: 50px;
    border-color: #333;
    border-style: solid;
        display: inline-block;
    border-width: 0;
	height:36px; line-height:36px; padding-left:30px;padding-right:30px;
}

.index-33 h2:hover{color: #0d64bb;}
.index-33 h2{
	font-size: 16px;
    color: #333;
     font-family: Open Sans;
    margin-top: 7px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.index-33 h3{
	letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    font-size: 14px;
    color: #999;
}
.index-33  p{margin-top: 4px;
letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    font-size: 14px;
    color: #999;
}
.ie{position:relative;}
.index-33 h3 img {
    margin-right: 5px;
    vertical-align: middle;
    width: 15px;
}
.rotate-mark{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.65);
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
.ie:hover .rotate-mark{opacity: 1;}
.footer-1{padding: 30px 0;}
.footer{background-color: #333;}
.footer-1>ul{display: flex;}
.footer-1>ul>li{
	width: 25%;
	padding: 10px 0;
}
.footer-11{
	font-size: 18px;
    color: #eee;
        height: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 10px;
    text-align: left;
}
  .footer-2 ul li {
    width: 50%;
    text-align: right;
    line-height: 66px;
}
.fotrg>li>a{
	font-size: 14px;
    color: #aaa;
    letter-spacing: 0;
    line-height: 2em;
    text-align: left;
}
.fotrg>li>a:hover{color: #0079c3;}

.footer-2{    background-color: #282828;}
.footer-2 ul{display: flex;}
.footer-2 ul li{width: 50%;}
.footer-2 ul li:nth-child(1){
	letter-spacing: 0;
    line-height: 1.6em;
    text-align: left;
    font-size: 14px;
    color: #999;
    width: 70%;
    padding: 15px 0;
}
.footer-2 ul li a{color: #999;}
.footer-2 ul li a:hover{color: #0079c3;}
.footer-2 ul li:nth-child(2) a:nth-child(3) img {
    width: 18px;
    margin-left: 5px;
}
/*about*/
.banner2 img{width: 100%;}
.banner2 {position: relative;}
.banner22 {
    position: absolute;
    left: 19%;
    top: 33%;
    z-index: 99;
}
.banner22 h2{
	font-size: 24px;
	letter-spacing: 0;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.banner22 p {
	letter-spacing: 0;
    line-height: 2em;
    text-align: left;
    font-size: 18px;
    color: #fff;
}

.banner22 p a{color: #fff;    margin: 0 5px;}
.banner22 p a:hover{color: #0c6fb3;}

.index-right.news5.about-left{float: left;}
.index-left.about-right{float: right;}

.img11 {
    position: absolute;
    left: 37%;
    top: 34%;
    width: 77px !important;
}
.index-right.news5.about-left{padding-right: 91px;padding-left:10px ;}
.index-left.about-right{
	padding-top: 64px;
}
.about-1 span{position: relative;}

.about-1 span:after {
    position: absolute;
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    background: #0079c3;
}
.about-1{
	letter-spacing: 0;
    line-height: 2em;
    text-align: left;
	font-size: 24px;
	font-weight: bold;
    color: #333;
    font-family: ';
    font-weight: bold;
}
.sitewidget-bd.bd{    padding-top: 5px;    margin-top: 16px;}
.index-lef.about-right.ltu{float: left;}
.index-right.news5.about-left.ltu1{float: right;}
.about1{height: 300px;overflow: hidden;}
.index-left.anasoe{padding-top: 62px;}
.about1{margin-top: 25px;}
/*products*/
.products{padding: 50px 0 64px 0;}
.products>.w>ul>li:nth-child(1){
	width: 75%;
	padding: 10px 10px;
}
.products>.w>ul>li:nth-child(2) {
    width: 25%;
    padding: 10px 10px 10px 15px;
}
.products>.w>ul{display: flex;}

.products>.w>ul>li:nth-child(1) h2{
	font-family: Open Sans;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.products-1 ul{overflow: hidden;    margin-left: -10px;display: flex;
margin-top: 20px;
    flex-wrap: wrap;}
.products-1 ul li{
	width: 25%;
	position: relative;
	float: left;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: center;
    margin-bottom: 10px;
    transition: transform 1s;
}
.por{border:1px solid rgb(232, 232, 232);
overflow: hidden;position: relative;}
.products-1>ul>li  .por>img{width: 100%;transition:all 1s;}
.products-1>ul>li  span{font-size: 14px;
    color: #333;
    display: inline-block;
        padding: 5px 0;
    letter-spacing: 0;
    line-height: 1.4em;}
.products-1>ul>li  span:hover{
	color: #0079c3;
}
.hanned {
    top: 4px;
    display: block;
    position: absolute;
    width: 27px;
    height: 29px;
    background-position: 0 -77px;
    margin-bottom: 4px;
    background: url(../images/xz3.png)no-repeat 0 -77px;
    right: -3px;
    display: none;
}
.products-1>ul>li  .por>img:hover{
	transform: scale(1.2);
       /* transition:all 1s;*/
}
.page{
	letter-spacing: 0;
    line-height: 1.4em;
    text-align: left;
    margin-top: 35px;
        margin-bottom: 20px;
}
/*.page ul{
	    text-align: center;
}*/
.page ul li{
	display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.page ul li a,.page ul li span{
	display: inline-block;
    text-align: center;
    line-height: 28px;
    min-width: 28px;
    font-size: 14px;
    color: #898989;
	
}
.page ul li a{
	text-decoration: none;
    border: 1px solid #c9caca;
}
.page ul li a:hover{
	color: #0079c3;
	    border: 1px solid #0079c3;
}
.page ul .active a{
	color: #fff;
	 border: 1px solid #0079c3;
}
.page ul .active{color: #fff;background: #0079c3;}
.products-2 h2{
	    background-color: #0079c3;
	    padding-left: 20px;
	    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 2.4em;
    text-align: left;
}
.products-2 ul li a{
	font-size: 14px;
    line-height: 32px;
    color: #333;
        padding-left: 16px;
            padding-right: 30px;
}
.products-2 ul li:hover{background: #f0f0f0;}
.products-2 ul li:hover a{color: #2aa7ea;}
.products-2 ul li{
	border: 1px solid #e7e7e7;
}
.products-3{margin-top: 20px;}
.products-3 h2{
	  background-color: #0079c3;
	    padding-left: 20px;
	    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 2.4em;
    text-align: left;
}
.products-33{
	border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    border-top: 0 dashed #ddd;
    border-bottom: 1px dashed #ddd;
	padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.products-33 ul li{
	font-family: Open Sans;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.products-33 ul li a{
	  color: #545454;
}
.products-33 ul li a:hover{
	  color: #0079c3;
}
/*faq*/
.faq{padding: 40px 0 70px 0;}
.faq h2{
	font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
    border-bottom: 1px solid #000;
}
.faq-1 ul li{
	border: 1px solid #ddd;
    margin-bottom: 20px;
	    padding: 10px 20px;
}
.faq-1 h3{
	padding-left: 30px;
	font-size: 16px;
    line-height: 40px;
    color: #221815;
    font-weight: bold;
}
.faq-2 {
    padding-left: 30px;
    padding-bottom: 46px;
}
.faq-2 p strong{
	    font-size: 18px;
	line-height: 27px;
    /*background-color:none;*/
}
.faq-2 p span{
	line-height: 24px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: inline-block;
    margin: 18px 0;
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    color: rgb(0, 0, 0);
}
.faq-3{
	margin-top:46px;
	line-height: 36px;
    display: none;
    border: 0px;
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    color: rgb(0, 0, 255);
}
.products-1.new-1 ul li{
	width: 100%;
	margin-bottom: 0px;
	float: none;
	border-top: 1px solid #c5c5c5;
	
	padding: 20px 0 10px 0;
}
.products-1.new-1 ul li:last-child{
	border-bottom: 1px solid #c5c5c5;
}
.new-2{
	width: 20%;
    float: left;
}
.new-3{
	width: 50%;
    margin: 0 5%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-4{
	width: 20%;
    float: right;
}
.new-2 p{
	font-size: 24px;
	display: block;
    float: none;
    width: auto;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.new-3 .wesd{
	font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
}

.new-3 .wesd:hover{
	color: #0079c3;
}
.new-3 p{
	    text-align: left;
	margin-top: 10px;
	font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.new-4 img{
	max-width: 100%;
    height: 120px;
    width: auto;
    float: right;
}
.page.newspage{
	text-align: center;
}
.page.newspage ul li:nth-child(9) a{
	display: inline-block;
	width: 28px;
	height: 30px;
	    vertical-align: middle;
	/*margin-top: 10px;*/
}
.contact{
	padding: 60px 0;
}
.title.tit h2{
	font-weight: normal;
}
.contact-1 ul{
	display: flex;
	margin-top: 40px;
	margin-bottom: 56px;
	}
	.contact-1 ul li{
		width: 33.3%;
		text-align: center;
	}
.contact-1 ul li h2{
	font-size: 20px;
    color: #222;
    letter-spacing: 0;
    line-height: 1.6em;
    text-align: center;
}
.contact-1 ul li  p{
	letter-spacing: 0;
    line-height: 1.6em;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.contact-1 ul li img:hover{
	-webkit-transform: rotateY(
360deg
);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(
360deg
);
    -webkit-transition: transform 1s;
    transition: 1s transform;
}
.contact-2{
	    padding: 10px 10PX;
}
.contact-2 h2{
	font-family: Open Sans;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.conft{margin-bottom: 16px;margin-top: 16px;}
.conft p{
	display: inline-block;
	padding: 0 10px;
}
.conft p input{
	box-sizing: content-box;
    margin-left: -1px;
	padding: 4px 0 4px 6px;
	width: 272px;
	height: 30px;
	line-height: 20px;
	border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
}
.conft2 textarea{
	height: 79px;
	width: 100%;
	padding-left: 6px;
	padding-top: 6px;
	border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
}

.conft2{
	padding: 0 10px;
	
}

.conft1{
	
    width: 603px;

} 
.conft.tut img{
	    vertical-align: middle;
/*margin-top: 10px;*/	
}

.conft1 button{
	margin: 0 10px;
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    height: 32px;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px;
    text-shadow: none;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: middle;
}
.detail-title{
	font-size: 17px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
        text-align: center;
}
#qwqw{display: none;}
.detail-title h1{
		line-height: 1.8em;
}
.detail-title p{
	font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.detaill {
	height: 40px;
}
.detailq p{
	font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    margin-top: 23px;
    text-align: left;
}
.detaile {
	margin: 30px 0 10px 0;
	text-align: right;
	    position: relative;
}
 .detaile p a{
 	padding: 5px 14px;
    border: 1px solid #ddd;
 	font-family: Open Sans;
    font-size: 14px;
    color: #545454;
    border-radius: 10px;
    display: inline-block;
    letter-spacing: 0;
    line-height: 1.7em;
    /*text-align: left;*/
 }
 .detaile p a:hover{
 	color: #0079c3;
 	background-color: #eee;	
 }
 .detaila{
 	border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    border-color: rgba(165,165,165,0.7);
 }
 .detaila a{
 	padding: 0 12px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #ddd;
    border-radius: 50px;
    border-color: rgba(165,165,165,0.7);
 	font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
 	display: inline-block;
 }
  .detaila a:hover{
  	color: #0079c3;
  }
 .productsxq1{
 	display: flex;
 }
 .productsxq-left{
 	width: 50%;
 }
 .gallery-top img{width: 100%;}
 .gallery-thumbs img{width: 100%;}
 .gallery-thumbs .swiper-slide {
        
        opacity: 0.4;
      }
     .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        border:3px solid  #3497d8;
      }
  .gallery-thumbs{
  	margin-top: 10px;
  	}
  .productsxq-right h1{
  	font-size: 24px;
    line-height: 32px;
    color: #545454;
    margin-bottom: 10px;
  	}
  	.productsxq-right{
  		padding: 10px 26px 20px;
  	}
  	
  .productsxq1{
  	padding: 20px 0;
  	border-top: 1px solid #000;
  	    border-bottom: 1px solid  #e7e7e7;
  }
   .productsxq-right h1 img{
   	vertical-align: middle;
   }
.pro-this{
	    margin-bottom: 5px;
    line-height: 1.4em;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
}
.pro-this2 p{
	 font-size: 14px;
	 padding-top: 20px;
    color: #545454;
}
.pro-this2 ul li{
	display: inline-block;
}
.pro-this2 ul{
	margin-top: 10px;
}
.pro-this2 ul li{
	width: 26px;
	height: 27px;
	text-align: center;
	height: 27px;
	border: 1px solid #e7e7e7;
}
.pro-this2 ul li:nth-child(2){
	width: 42px;
	height: 27px;
	vertical-align: middle;
	line-break: 27px;
	border: 1px solid #e7e7e7;
}
.pro-this2 ul li img{vertical-align: middle;}
.pro-this3 a{
	width: 100%;
	display: inline-block;
	    border-radius: 2px;
	    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
        background-color: #1d5991;
    font-size: 16px;
    margin-bottom: 10px;
}
.pro-this3 a:nth-child(2){
	 background-color: #2f87c2;
}
.pro-this3{
	margin-top: 45px;
}
.detial-cont{
	padding: 0 15px;
	overflow: hidden;
}
.detial-cont ul li{
	width: 33%;
	float: left;
    margin: 10px 0 0;
    display: flex;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    

}
.detial-cont ul li p:nth-child(1){
	width: 115px;
	display: inline-block;
}
.detial-cont ul li:last-child{
	width: 50%;
}
.tabslabel{
	width: 100%;
	    border: 1px solid #ccc;
	  font-size: 14px;
    color: #545454;
    letter-spacing: 0;
   
    line-height: 1.7em;
}
.tabslabel1{
	background: #efefef;
    padding: 0;font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.tabslabel1 a{
	display: inline-block;
	    color: #0688ba;
	        padding: 0 20px;
	    background: #fff;
	      border-right: 1px solid #ccc;
	        line-height: 34px;
	        border-top: 2px solid #0688ba;
}
.tabslabelp{
	padding: 10px 0 30px 0;
	margin: 0px 10px;
}
.inner{
	margin: 0px 10px;
	margin-bottom: 40px;
}
.err{position: absolute;top: 0;left: 0;}
td{padding-left: 5px;padding-top: 5px;padding-bottom: 5px;   line-height: 21px !important ;font-size: 14px;
    color: #545454;}
table{border: 1px solid #ccc;}
.detaile.eftg p a {
    line-height: 34px;
    /*height: 45px;*/
   
    background-color: #efefef;
}

.detaila.eftgg .eftggg {
	border: none;
	margin-top: 50px;
}
.productsln1 input {
    border: 1px solid #ccc;
    margin-right: 43px;
    border-radius: 5px;
    width: 6em;
        box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
    height: 40px !important;
}
.productsln1 img{padding: 10px; width: 94%;
}
.contact-2.contact-22 .conft p input {
    box-sizing: content-box;
    margin-left: -1px;
    padding: 4px 0 4px 6px;
    width: 269px;
    height: 30px;
    line-height: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
}
.contact-2.contact-22 .conft1 {
    width: 100%;
}
.contact-2.contact-22 {
    padding: 0;
}
.contact-2.contact-22 .conft2 {
    padding: 0 0px;
}
.contact-2.contact-22 button{
	margin-top: 20px;
}
.contact-2.contact-22 .conft p {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
}
.contact-2.contact-22 .conft p:last-child {
    display: inline-block;
    margin-right: 0px;
}
.gude{
	position: fixed;
	bottom: 230px;
	right: 0;
	z-index: 9999999;
}
.header-33 img{
	vertical-align: middle;
	
}


.header2-2 button img{
	vertical-align: middle;
}
.gude ul li:nth-child(1){
	position: relative;
}
.gude ul li:nth-child(2){
	position: relative;
}
.gude ul li:nth-child(1) a{
display: inline-block;
    /* line-height: 28px; */
    text-align: center;
    vertical-align: middle;
    margin: 7px 10px;
    width: 28px;
    height: 28px;
    background-position: 0px -111px;
    background-repeat: no-repeat;
    background-image: url(../images/xx.png);
	
}
.gude ul li:nth-child(2) a{
display: inline-block;
    /* line-height: 28px; */
    text-align: center;
    vertical-align: middle;
    margin: 7px 10px;
    width: 30px;
    height: 30px;
   
    background-image: url(../images/fastPhone.png);
	
}
.gude ul li{
	width: 48px;
	height: 48px;
	
	margin-bottom: 10px;
	border-radius: 5px;
	background:rgb(0, 121, 195) ;
}
.gude ul li:hover .yceng{
	display: block;
	 transform: rotateX(0deg);
	
}
.yceng {
    position: absolute;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    top: 5px;
    display: block;
    left: -215px;
    transform: rotateX(90deg);
    transition: all .4s;
}
.yceng p{
	color: #333;
}
.yceng i {
    position: absolute;
    top: 9px;
    left: 204px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-left-color: #fff;
}

.gude ul li:nth-child(2) .yceng {
    position: absolute;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    top: 5px;
    left: -156px;
}
.gude ul li:nth-child(2) .yceng i {
    position: absolute;
    top: 9px;
    left: 145px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-left-color: #fff;
}
.products-1.new-1 ul li:hover {
    /*border-top:none ;*/
    border-bottom: 1px solid #0079c3;

}
.products-1.new-1 ul li:hover  .new-2 i {
    display: inline-block;
    width: 30px;
    border: 1px solid #0079c3;
    margin-top: 15px;
    /* background-position: 10px 10px; */
    margin-left: -110px;
    height: 30px;
    background: url(../images/jian.jpg) no-repeat 4px;
    vertical-align: middle;
}
/* .index-33 ul li:nth-child(2) .rotate-mark i {
	 transform: translate(179%, 108%);
}
.index-33 ul li:nth-child(5) .rotate-mark i {
	 transform: translate(179%, 108%);
} */
/* .index-33 ul li:nth-child(3) .rotate-mark i {
	 transform: translate(179%, 221%);
}
.index-33 ul li:nth-child(6) .rotate-mark i {
	 transform: translate(179%, 221%);
} */
.rotate-mark i {
    width: 31px;
    padding: 21px;
    transform: translate(179%, 67%);
    /* margin-top: 16%; */
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    background: url(../images/hh.jpg) no-repeat 25px rgb(94,93,93,1);
}
.new-2 i {
	    transition: all .5s;
    display: inline-block;
    width: 30px;
    border: 1px solid #3333;
    margin-top: 15px;
    /* background-position: 10px 10px; */
    margin-left: -141px;
    height: 30px;
    background: url(../images/jain.jpg) no-repeat 4px;
    vertical-align: middle;
}
/*html{
	overflow-x: hidden;
}*/.footer{overflow-x: hidden;}
.menu-l ul li:last-child a {
    display: block;
    height: 67px;
    font-size: 14px;
    line-height: 50px;
    color: #333;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.weq {
    position: absolute;
    top: 22px;
    left: -3px;
}
#meny{display: none;}
#meunl{transform:rotate(0deg);}
.mob-header{
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
	overflow: hidden;
	z-index: 9999;
}
.mob-header .w{
	overflow: hidden;
}
.logom {
    float: left;
    max-width: 200px;
    padding-top: 5px;
    /* line-height: 46px; */
    height: 46px;
}
.logom img {
    width: 45%;
}
.meun {
    float: right;
    max-width: 200px;
    padding-top: 15px;
    height: 46px;
}
.menu-l{display: none;}
.menu-l{
	position: fixed;
	background: #fff;
	z-index: 999;
	width: 100%;
	top: 46px;
	overflow: hidden;
	height: 100%;
}
.menu-l ul li{
	margin: 0 20px;
	border-bottom: 1px solid #33333333;
}
/*.pc{display: none;}
.mm{display: none;}*/
.menu-l ul li a{
	display: block;
    height: 50px;
    
        font-size: 14px;	
    line-height: 50px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}.swd{
	display: none;
}
.mm{display: none;}
.header-33 strong{
	font-style: normal;
	font-weight: normal;
	margin-left: 94px;
}
.header-33 span strong{
		margin-left: 30px;
}
footer.footer ul>li:last-child p {
    color: #aaa;
    line-height: 2em;
    font-size: 14px;
}
.footer-1>ul>li:nth-child(4){
	display: none;
}
.footer-1>ul>li:last-child {
    width: 28%;
    padding-top: 51px;
    padding-left: 32px;
}
.footer-1>ul>li:nth-child(3) {
    width: 23%;
}
/**/

/*响应*/
@media only screen and (min-width: 960px){
.videofixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}


.videoclose {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
    background-size: cover;
    z-index: 1000000;
    cursor: pointer;
}
.videofixed .video-box {
    width: 50%;
    height: 60%;
    top: 20%;
    left: 25%;
}
}
@media only screen and (max-width:1800px) {
	.w {
		width: 1440px;
	}
	body {
		font-size: 15px;
	}
	
}

@media only screen and (max-width:1680px) {}

@media only screen and (max-width:1600px) {
	.w {
		width: 1280px;
	}
	
}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1300px) {
	.w {
		width: 1100px;
	}
	.fotrg.list-paddingleft-2 li p {
   
    font-size: 13px;
}
.fotrg>li>a {
    font-size: 13px;
    
}
footer.footer ul>li:last-child p {
   
    font-size: 13px;
}
	.header-33 {
    float: right;
    width: 41%;
    padding: 10px 0;
}
.header-22 {
    float: left;
    width: 42.3%;
    padding: 10px 0;
}

	.bannerswiper .swiper-slide span a {
    position: absolute;
    bottom: 105px;
    left: 198px;
    background: rgb(0, 127, 224);
    padding: 10px 30px;
    color: #fff;
    z-index: 9999;
    border-radius: 20px;
}
}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.header-33 {
    float: right;
    width: 42%;
    padding: 10px 0;
}
.header-22 h2 {
    font-size: 23px;
 
}
.header2-1 ul li a {
    padding-right: 23px;
   
}
.header-33 strong {
    
    margin-left: 78px;
}
.header-33 span strong {
    margin-left: 14px;
}
.header-22 {
    float: left;
    width: 39.3%;
    padding: 10px 0;
}
	
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.dle1{
		display: none;
	}
	.del2{
		width: 100%;
	}
	
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 4%;
		/* margin-right: 136%; */
	}
	footer.footer ul>li:last-child p {
   
    font-size: 13px;
}
.yceng p{
	color: #fff;
}
.yceng {
    position: absolute;
    background: rgb(0, 121, 195);
    padding: 8px;
    border-radius: 0px;
    top: -36px;
    display: block;
    left: 10px;
    color: #fff;
    transform: rotateX(90deg);
    transition: all .4s;
}
.gude ul li:nth-child(2) .yceng i{
	display: none;
}
.yceng i{
	display: none;
}
.gude ul li:nth-child(2) .yceng {
    position: absolute;
    background: rgb(0, 121, 195);
    padding: 8px;
    border-radius: 5px;
    top: -35px;
    left: 31px;
}
	.lyan-1 {
		    z-index: 9999999999999999;
   
    right: 19px !important;
    
}
.lyan {
    bottom: 49px !important;
    right: 25px !important;
}
.footer-1 {
    padding: 19px 0  0 0;
}
	.img11 {
    position: absolute;
    left: 37%;
    top: 34%;
    width: 57px !important;
}
	.pc{display: none;}
	.mm{display: block;}
	.bannerswiper .swiper-slide span a {
   display: none;
}
	#qwqw{display: inline-block;}
	.banner2 {
    position: relative;
    margin-top: 46px;
    overflow-x: hidden;
    height: auto;
}
	.banner2 img {
    /* transform: scale(2.5); */
    width: 100%;
    /* height: 133px; */
}
	.footer-1>ul>li:nth-child(2) {
   display: none;
}
.index-right.news5.about-left {
    float: left !important;
}
.index-left.about-right {
    float: right !important;
}
.products>.w>ul>li:nth-child(1) {
    width: 100%;
    padding: 10px 10px;
}
#inpor{
	display: none;
}
.footer-1>ul>li:nth-child(4) {
    display: none;
}
#qwqw{transform: rotate(0deg);margin-left: 92px;}
#fotrgg{
	display: none;
}
#swdd{
	transform: rotate(0deg);
}
.swd {
    display: inline-block;
    margin-left: 45px;
}
.products {
    padding: 15px 0 18px 0;
}
.products>.w>ul>li:nth-child(2) {
    width: 100%;
    padding: 10px 10px 10px 15px;
}
.products-1 ul li {
    width: 50%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 8px;
    text-align: center;
    margin-bottom: 10px;
    transition: transform 1s;
}
.products>.w>ul {
    display: block;
}
.index-right.news5.about-left {
    float: left !important;
    width: 128%;
    margin-top: -497px;
}
.banner2 {
   
    overflow-y: hidden;
   
}

.index-left.about-right {
    float: left;
    width: 100%;
    margin-top: 216px;
    padding: 0 10px;
}
.about1 {
    margin-top: 24px;
    height: auto;
}
.faq-1 h3 {
     padding-left: 0px; 
    
}
.new-2 {
    width: 40%;
    float: left;
    margin: 0 10% 0 0;
}
.new-3 {
   width: 100%;
    margin: 0;
    margin-top: 10px;
}
.new-2 p {
    font-size: 21px;
    display: block;
    float: none;
    width: auto;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.new-4 {
    width: 40%;
    float: right;
    /* margin-top: -2px; */
    margin: -196px 0 0 10%;
}
.products-1.new-1 ul li:hover .new-2 i {
    display: inline-block;
    width: 30px;
    border: 1px solid #0079c3;
    margin-top: 15px;
    /* background-position: 10px 10px; */
    margin-left: -41px;
    height: 30px;
    background: url(../images/jian.jpg) no-repeat 4px;
    vertical-align: middle;
}
.conft p input {
    box-sizing: content-box;
    margin-left: -1px;
    padding: 4px 0 4px 6px;
    width: 100%;
    height: 30px;
    line-height: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
}
.conft1 {
    width: 100%;
}
.products>.w>ul>li:nth-child(2) {
    width: 100%;
    padding: 81px 10px 10px 15px;
}
.productsxq-left {
    width: 100%;
}
.productsxq-right {
     padding: 10px 0px 0px; 
}
.productsxq-right h1 {
    font-size: 19px;
    line-height: 32px;
    color: #545454;
    margin-bottom: 10px;
}
.productsln1 td {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 21px !important;
    font-size: 12px;
    color: #545454;
}
.productsxq1 {
    display: block;
}
.productsxq.products>.w>ul>li:nth-child(2) {
    width: 100%;
    padding: 388px 10px 10px 15px;
}
.products.productsln>.w>ul>li:nth-child(2) {
    width: 100%;
    padding: 12px 10px 10px 15px;
}
.products-2{height: auto;}
.detailq{margin-top: -32px;}
.banner22 p {
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: left;
    font-size: 15px;
    color: #fff;
}
.banner22 h2 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.detail-title h1 {
    font-size: 21px;
    /* line-height: 1.8em; */
}
.detailq p img{
	width: 100%;
}
.conft p {
	margin-top: 10px;
     display: block; 
    padding: 0 10px;
}
.contact-1 ul li {
    width: 100%;
    text-align: center;
}
.contact-1 ul {
    display: block;
    margin-top: 40px;
    margin-bottom: 56px;
}
.new-2 i {
    transition: all .5s;
    display: inline-block;
    width: 30px;
    border: 1px solid #3333;
    margin-top: 15px;
    /* background-position: 10px 10px; */
    margin-left: -87px;
    height: 30px;
    background: url(../images/jain.jpg) no-repeat 4px;
    vertical-align: middle;
}
.new-4 img {
    max-width: 100%;
    height: 90px;
    width: auto;
    float: right;
}
.faq {
    padding: 22px 0 22px 0;
}
.faq-2 {
    padding-left: 0px;
}
.index-1 {
    margin-top: -12px;
    padding: 19px 0;
}
.banner22 {
    position: absolute;
    left: 2%;
    top: 29%;
    width: 100%;
    z-index: 99;
}
.footer-2 ul {position: relative;}
.footer-2 ul li {
    width: 100%;
}
.footer-2 ul li:nth-child(2) {
    position: absolute;
    top: 39px !important;
    right: 0;
    text-align: left;
}
.footer-2 ul li:nth-child(1) {
    /* letter-spacing: 0; */
    line-height: 1.6em;
    /* text-align: left; */
    font-size: 14px;
    height: 73px !important;
    width: 100%;
    color: #999;
    padding: 3px 0 135px 0 !important;
}
.banner2 {
    position: relative;
    margin-top: 46px;
}
.footer-1>ul>li:nth-child(3) {
   display: none;
}
.footer-2 ul {
    margin-bottom: -17px;
    display: block;
}
	.index-33 ul li {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
    position: relative;
}
.footer-1>ul>li {
    width: 100%;
    padding: 10px 0;
}
.footer-1>ul {
    display: block;
}
	.banner {
    width: 100%;
    margin-top: 46px;
}
.index-1 .index-right {
    float: right;
    width: 100%;
    padding: 0 10px;
}
.index-1 {
    padding: 19px 0;
}
.index-1 .index-left {
    float: left;
    width: 100%;
    padding: 0 10px;
}
.gude {
    position: fixed;
    bottom: -11px;
    right: 0;
    
    width: 100%;
    z-index: 9999999;
}
.gude ul li:nth-child(1) {
    position: relative;
    padding: 5px;
}
.gude ul li:nth-child(2) {
    position: relative;
    padding: 5px;
}
.index-22 ul li {
    float: left;
    width: 48%;
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0px;
    margin-right: 10px;
    /* margin-bottom: 10px; */
}
.index-22 ul li span {
    padding: 5px 0;
    font-size: 11px;
    color: #333;
    letter-spacing: 0;
    line-height: 2em;
    text-align: center;
}
.index-2 {
    background: #eef1f3;
    padding: 27px 0 32px 0;
}
.sitewidget-bdd {
    text-align: center;
    margin-top: 14px;
}
.index-2 {
    background: #eef1f3;
    padding: 27px 0 66px 0;
}
.index-3 {
    padding: 24px 0 32px 0;
}
.index-22 ul li:nth-child(2n){
	margin-right: 0px;
	
}
.gude ul li:nth-child(1) a {
    display: inline-block;
    /* line-height: 28px; */
    text-align: center;
    /* vertical-align: middle; */
    margin: 7px 10px;
    width: 28px;
    display: inherit;
    /* padding-top: 29px; */
    margin: 0 auto;
    height: 28px;
    background-position: 0px -110px;
    background-repeat: no-repeat;
    background-image: url(../images/xx.png);
}
.gude ul li:nth-child(2) a {
    /* display: inline-block; */
    /* line-height: 28px; */
    text-align: center;
    vertical-align: middle;
    margin: 7px 10px;
    display: inherit;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background-image: url(../images/fastPhone.png);
}
.gude ul li {
    width: 50%;
    border: 1px solid #fff;
    height: 48px;
    margin-bottom: 10px;
    border-radius: 0px;
    background: rgb(0, 121, 195);
}
.footer-1>ul>li:last-child {
    width: 100%;
    padding-top: 6px;
    padding-left: 0;
}
.gude ul{
	display: flex;
}
.gude ul {

    width: 100%;
}
	.menu-l{display: block;}
	.header{display: none;}
	.mob-header{display:block;}
	.header2{display: none;}
}

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

@media only screen and (max-width:640px) {
 	.dle1{
		display: block;
		width: 100%;
		
	}
	
	.del2 ul li {
    width: 80%;
    float: none;
    margin: 9%;
   text-align: center;
}
}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}