@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:"Microsoft YaHei";}
a{ text-decoration:none;font-family:"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:"Microsoft YaHei";}

.revealOnScroll{opacity:1;}
.animated {
  -webkit-animation-duration:1.5s;
  animation-duration:1.5s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.animated.infinite {
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
.animated.hinge{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  }


/*top*/
.head_bg{ width:100%;background-color:rgba(255,255,255,1); border-bottom: 1px solid rgba(0,0,0,0.2); position:fixed; top:0; left:0; z-index:2000000;}
.top_box{ width:1465px; height:110px; margin:0 auto;}
.top_box .logo{ float:left; margin-top:46px; }


.top_right{ float:right; padding-top:22px;}
.top_p3{ float:right; margin-left:10px;}
.top_p3 a{ display:block; font-size:14px; width:28px; height:28px; color:#219046; text-align:center; line-height:28px; border:1px solid #219046; border-radius:30px;}


.yuyan_box{ float:right; margin-left:20px; margin-top:5px;}

.nav{  position:relative; z-index:1;  }
		
		.nav .nLi{  position:relative; display:inline;  }
		.nav .nLi h3{ padding-bottom:18px;}
		.nav .nLi h3 img{ float:left; margin-right:10px;}
		.nav .nLi h3 a{float:left;  font-size:14px; color:#000; font-weight:normal; margin-top:1px;  }
		
		.nav .sub{ display:none; width:100px; left:0; top:32px;  position:absolute;   }

		.nav .sub a{ display:block; font-size:14px; color:#333; text-align:center; line-height:40px; background-color:#fff; border:1px solid #ccc; }
		.nav .sub a:hover{  color:#006dc2;  }
		


.ss1{ float:right; margin-top:3px;}
.ss1 .ss_title1{ width:282px; height:26px; border-radius:20px; float:left; border:1px solid #e6e6e6; background-color:#FFF; font-size:13px; color:#5a5a5a; line-height:26px; padding-left:18px; position:relative;z-index:77;}
.ss1 .ss_pic2{ float:left; border:0; margin-left:-47px; margin-top:1px;position:relative; z-index:88;}

.top_nav ul{ margin-top:1px;}
.top_nav ul li{ float:left; font-size:16px; color:#010000; margin-left:68px;}
.top_nav ul li a{color:#010000;}
.top_nav ul li a:hover{ color:#006dc2;}





/*通栏*/
#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:854px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:854px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}





/*首页广告*/
.s_gg_box{ width:1195px; margin:0 auto; margin-top:108px;}
.s_gg_box .s_gg_p1{ font-size:17px; color:#494949; text-align:center; line-height:30px; margin-bottom:62px;}
.s_gg_tip{ width:365px; height:153px; float:left; position:relative; margin-right:50px;}
.s_gg_tip .s_gg_line1{ width:365px; height:5px; background-color:#006dc2; position:absolute; top:0; left:0;transition:all 0.4s linear;}
.s_gg_tip .s_gg_line2{ width:5px; height:153px; background-color:#006dc2; position:absolute; right:0; top:0;transition:all 0.4s linear;}
.s_gg_tip .s_gg_line3{ width:365px; height:5px; background-color:#006dc2; position:absolute; bottom:0; left:0;transition:all 0.4s linear;}
.s_gg_tip .s_gg_line4{ width:5px; height:153px; background-color:#006dc2; position:absolute; left:0; top:0;transition:all 0.4s linear;}

.s_gg_tip .s_gg_pic{ float:left; margin-left:22px; margin-top:28px; margin-right:23px;transform-style: preserve-3d;transition: all 1s;}
.s_gg_kuang{ float:left; margin-top:47px;}
.s_gg_kuang .s_gg_p2{ font-size:17px; color:#494949; font-weight:bold; text-transform:uppercase;}
.s_gg_kuang .s_gg_p3{ font-size:32px; color:#494949; font-weight:bold;}

.s_gg_tip:hover .s_gg_pic{ transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);}


.s_gg_tip:hover .s_gg_line1{ width:0;}
.s_gg_tip:hover .s_gg_line2{ height:0;}
.s_gg_tip:hover .s_gg_line3{ width:0;}
.s_gg_tip:hover .s_gg_line4{ height:0;}


.s_gg_box .s_gg_p4{ font-size:20px; color:#5b5b5b; font-weight:bold; text-transform:uppercase; text-align:center; margin-top:47px;}
.s_gg_box .s_gg_line5{ width:322px; height:1px; background-color:#cacaca; margin:0 auto; margin-top:8px; margin-bottom:10px;}
.s_gg_box .s_gg_p5{ font-size:8px; color:#737373;  text-transform:uppercase; text-align:center;}



/*首页公司简介*/
.s_jj_bg{ background:url(../images/img6.jpg) center no-repeat; width:100%; height:659px; margin-top:70px; padding-top:159px;background-attachment:fixed; background-size: cover;}
.s_jj_box{ width:1465px; height:527px;background-color:rgba(0,109,194,0.9); margin:0 auto;}
.s_jj_box .s_jj_p1{ font-size:60px; color:#fff; font-weight:bold; text-transform:uppercase; text-align:center; padding-top:91px;}
.s_jj_box .s_jj_p2{ font-size:24px; color:#fff; text-transform:uppercase; text-align:center; margin-top:14px;}
.s_jj_nr{ width:1270px; margin:0 auto; margin-top:39px;}
.s_jj_nr p{ font-size:18px; color:#fff; line-height:36px; text-align:center;text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 72px;}

.s_jj_more{ width:327px; margin:0 auto; margin-top:42px;transition:all 0.4s linear;}
.s_jj_more p a{ display:block; font-size:18px; color:#fff; text-align:center; line-height:44px; border:1px solid #fff;transition:all 0.4s linear;}
.s_jj_more:hover{ width:350px;}
.s_jj_more p a:hover{ background-color:#fff;color:#006dc2;}



/*首页产品*/
.s_pro_hezi{ width:1465px; margin:0 auto; margin-top:112px;}
.s_pro_hezi .s_pro_p1{ font-size:60px; color:#454545; font-weight:bold; text-align:center; text-transform:uppercase;}
.s_pro_hezi .s_pro_p2{ font-size:18px; color:#454545;  text-align:center; margin-top:40px; margin-bottom:32px;}

.s_pro_ss{ width:1034px; margin:0 auto; margin-bottom:88px;}
.s_pro_ss .s_pro_ss_kuang1{ width:727px; height:62px; float:left; background-color:#f6f6f6; border:0; font-size:16px; color:#808080; line-height:62px; padding-left:50px;}
.s_pro_ss .s_pro_ss_kuang2{ width:257px; height:62px; background-color:#006dc2; float:left; font-size:18px; color:#fff; line-height:62px; text-align:center;border:0; cursor:pointer;}

.s_pro_box{width:1465px; margin:0 auto;}
.s_pro_left{ width:732px; height:416px; float:left; overflow:hidden; position:relative; margin-bottom:46px;}
.s_pro_left .s_pro_pic{width:732px; height:416px; position:absolute; left:0; top:0; transform: scale(1);transition: all 1s ease-out;  }
.s_pro_left:hover .s_pro_pic{transform: scale(1.1);}
.s_pro_kuang{ width:450px; height:34px;background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(97,97,97,1)); position:absolute; right:0; top:139px;}
.s_pro_kuang img{ float:right; margin-right:39px; margin-top:9px;}


.s_pro_right{ width:733px; height:416px; background-color:#f6f6f6; float:left; position:relative;}
.s_pro_right .s_pro_p3{ font-size:36px; color:#000; position:absolute; left:75px; top:63px;}
.s_pro_kuang2{ width:100%; height:34px; background-color:#006dc2; position:absolute; left:0; top:139px;}
.s_pro_kuang2 p{ font-size:18px; color:#fff; line-height:34px; float:left;}
.s_pro_kuang2 .s_pro_p4{ margin-left:80px; width:355px;}
.s_pro_kuang2 .s_pro_p5{ width:152px;}

.s_pro_nr{ position:absolute; left:80px; top:199px;}
.s_pro_tip{ margin-bottom:19px;}
.s_pro_tip p{ font-size:14px; color:#000;  float:left;}
.s_pro_tip p a{ color:#000;}
.s_pro_tip p a:hover{color:#006dc2;}
.s_pro_tip .s_pro_p7{ width:355px;}
.s_pro_tip .s_pro_p8{ width:152px;}


.s_pro_tip2{ width:267px; height:346px; float:left; border:1px solid #d7d7d7; margin-right:30px;}
.s_pro_kuang3{width:227px; height:180px; overflow:hidden; padding:20px; display: table-cell;vertical-align: middle;}
.s_pro_kuang3 img{max-width:100%; max-height:100%; margin:0 auto;transition: all 1s ease-out;}
.s_pro_kuang4{ width:100%; height:100px; background-color:#f2f2f2; padding-top:26px;}
.s_pro_kuang4 p{ font-size:14px; color:#000; line-height:26px; padding-left:20px;}

.s_pro_tip2:hover .s_pro_kuang3 img{transform: scale(1.1);}
.s_pro_tip2:hover .s_pro_p9{color:#006dc2;}


.s_pro_tip2:nth-child(5n+3){margin-right:0px;}



.s_pro_more{ width:327px; margin:0 auto; margin-top:60px;transition:all 0.4s linear;}
.s_pro_more p a{ display:block; font-size:18px; color:#454545; text-align:center; line-height:44px; border:1px solid #cccccc;transition:all 0.4s linear;}
.s_pro_more:hover{ width:350px;}
.s_pro_more p a:hover{ background-color:#006dc2;border:1px solid #006dc2;color:#fff;}


.s_pro_line1{ width:100%; height:1px; background-color:#e5e5e5; margin-top:63px;}
.s_pro_line2{ width:1465px; height:1px; margin:0 auto;background-color:#e5e5e5; margin-top:3px; margin-bottom:57px;}




/*首页新闻*/
.s_xw_bg{ background-color:#f2f2f2; margin-top:105px;}
.s_xw_box{ width:1465px; margin:0 auto; padding-top:139px; padding-bottom:134px;}
.s_xw_box .s_xw_p1{ font-size:60px; color:#454545; font-weight:bold; text-transform:uppercase; text-align:center;}
.s_xw_box .s_xw_p2{ font-size:18px; color:#454545;   text-align:center; margin-top:20px; margin-bottom:70px;}


.s_xw_tip{ margin-bottom:39px;}
.s_xw_kuang1{ width:163px; height:95px; float:left; background-color:#006dc2;}
.s_xw_kuang1 p{ font-family:"迷你简粗宋"; font-size:72px; text-align:center; line-height:95px; color:#fff;}
.s_xw_kuang2{ width:1156px; height:95px; background-color:#fff; float:left; padding-left:40px;transition:all 0.4s linear;}
.s_xw_kuang2 .s_xw_p3{ font-size:20px; color:#6d6d6d; padding-top:19px;transition:all 0.4s linear;}
.s_xw_kuang2 .s_xw_p4{ font-size:13px; color:#a3a3a3; margin-top:10px;transition:all 0.4s linear;}
.s_xw_kuang3{ width:104px; height:95px; float:left; background-color:#7b7b7b;}
.s_xw_kuang3 .s_xw_p5{ font-size:23px; color:#fff; text-align:center; padding-top:14px;}
.s_xw_kuang3 .s_xw_line1{ width:54px; height:1px; background-color:#b7b7b7; margin:0 auto; margin-top:4px; margin-bottom:6px;}
.s_xw_kuang3 .s_xw_p6{ font-size:18px; font-weight:bold; color:#fff; text-align:center;}

.s_xw_kuang2:hover{background-color:#7b7b7b;}
.s_xw_kuang2:hover .s_xw_p3{ color:#fff;}
.s_xw_kuang2:hover .s_xw_p4{ color:#fff;}



.s_xw_more{ width:327px; margin:0 auto; margin-top:85px;transition:all 0.4s linear;}
.s_xw_more p a{ display:block; font-size:18px; color:#454545; text-align:center; line-height:44px; border:1px solid #cccccc;transition:all 0.4s linear;}
.s_xw_more:hover{ width:350px;}
.s_xw_more p a:hover{ background-color:#006dc2;border:1px solid #006dc2;color:#fff;}



/*首页联系我们*/
.s_lx_bg{ background:url(../images/img12.jpg) center no-repeat; width:100%; height:823px;background-attachment:fixed; background-size: cover;}
.s_lx_box{width:1465px; margin:0 auto; padding-top:155px;}
.s_lx_box .s_lx_p1{ font-size:60px; color:#fff; text-transform:uppercase; font-weight:bold; text-align:center;}
.s_lx_box .s_lx_p2{ font-size:18px; color:#fff; text-align:center; margin-top:20px; margin-bottom:128px;}


.s_lx_nr table tr td img{ height:96px; margin:0 auto;}
.s_lx_nr table tr td h1{ font-size:24px; color:#fff; text-align:center;}

.s_lx_tip{ width:366px; float:left;}
.s_lx_tip .s_lx_pic{ margin:0 auto;}
.s_lx_tip .s_lx_p3{ font-size:24px; color:#fff; font-weight:bold; text-align:center; text-transform:uppercase; margin-top:27px;}
.s_lx_nr{ width:310px; margin:0 auto; margin-top:22px;}
.s_lx_nr p{ font-size:14px; color:#fff; text-align:center; line-height:28px;}


/*页脚*/
.foot_bg{ background-color:#626262; padding-top:87px; padding-bottom:30px;}
.foot_box{width:1465px; margin:0 auto; }
.foot_left{ width:218px; float:left;}
.foot_left .foot_p1{ font-family:Impact; font-size:42px; color:#9c9c9c; text-transform:uppercase;}
.foot_left .foot_p2{ font-family:Impact; font-size:28px; color:#9c9c9c; text-transform:uppercase; margin-top:-8px;}
.foot_left .foot_pic{ width:110px; margin-top:22px;}
.foot_left .foot_p3{ font-size:14px; color:#adadad; margin-top:12px; margin-left:4px;}

.foot_box .foot_line{ width:1px; height:290px; float:left; background-color:#797979; margin-right:100px;}


.foot_tip{ width:205px; float:left;}
.foot_tip .foot_p4{ font-size:20px; color:#fff;}
.foot_tip .foot_p4 a{ color:#fff;}
.foot_tip .foot_line2{ width:18px; height:1px; background-color:#8cddff; margin-top:16px; margin-bottom:22px;}
.foot_tip .foot_p5{ font-size:14px; color:#c8c8c8; line-height:36px;}
.foot_tip .foot_p5 a{ color:#c8c8c8;}
.foot_tip .foot_p5 a:hover{ color:#fff;}


.foot_box .foot_line1{  height:1px;  background-color:#797979;}


.foot_box .foot_p6{ font-size:14px; color:#c8c8c8; text-align:center; margin-top:25px;}
.foot_box .foot_p6 a{ color:#c8c8c8;}



/*about*/
.max_box{ width:1465px; margin:0 auto; padding-bottom:100px;}

.jj_bg{ background:url(../images/img18.jpg) center no-repeat; width:100%; height:903px; margin-top:92px;}
.jj_box{ width:955px; margin:0 auto; padding-top:265px;}
.jj_nr{ margin-top:41px;}
.jj_nr p{ font-size:16px; color:#454545; line-height:30px;}

.jj_box .jj_p1{ font-family:Kokila; font-size:36px; font-weight:bold; text-transform:uppercase; color:#005196; margin-top:39px;}
.jj_box .jj_p2{ font-family:Kokila; font-size:29px; font-weight:bold; text-transform:uppercase; color:#606060; margin-top:-4px;}

@media screen and (max-width: 768px) {
.head_bg {
  display: none;
}
.mban{height: 130px!important;
  background-size: cover!important;}
 .foot_box {
  width: 100%;
}
.foot_box .foot_line {
  display: none;
}
.foot_tip {
  display: none;
}
.foot_left {
  float: none;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.foot_left .foot_pic {  
  margin: 0 auto;
  margin-top: 22px;
}
.foot_bg {
  padding-top: 40px;
}
.foot_box .foot_p6 {
  padding-left: 15px;
  padding-right: 15px;
}
.max_box {
  width: 100%;padding-bottom: 50px;
}
.s_gg_box {
  width: 100%;margin-top: 50px;
}
.s_gg_tip {
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;margin-right: auto !important;
}
.jj_box {
  width: 100%;padding-top: 205px;padding-left: 15px;
    padding-right: 15px;box-sizing: border-box;
}
.s_gg_box .s_gg_p1 {
  margin-bottom: 42px;padding-left: 15px;
  padding-right: 15px;font-size: 16px;
}
.jj_bg {
  margin-top: 52px;padding-left: 15px;
    padding-right: 15px;box-sizing: border-box;
}
.jj_pic{ max-width:90%;}
.jj_nr {
  margin-top: 21px;
  box-sizing: border-box;
}
.jj_nr p {
  font-size: 14px;
  line-height: 26px;
}
.jj_box .jj_p1 {
  font-size: 18px;
  margin-top: 19px;
}
.jj_box .jj_p2 {
  font-size: 16px;
  margin-top: 10px;
}
.s_jj_box {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;width: 100%;
}
.s_jj_box .s_jj_p1 {
  font-size: 20px;
  padding-top: 30px;
}
.s_jj_box .s_jj_p2 {
  font-size: 18px;margin-top: 30px;
}
.s_jj_nr {
  width: 100%;
  margin-top: 25px;
}
.s_jj_nr p {
  font-size: 16px;
  line-height: 26px;
  -webkit-line-clamp: 6;
  max-height: 216px;
}
.s_pro_hezi {
  width: 100%;
  margin-top: 42px;
}
.s_pro_hezi .s_pro_p1 {
  font-size: 20px;
}
.s_pro_hezi .s_pro_p2 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
}
.s_pro_ss {
  width: 100%;
  margin-bottom: 38px;
}
.s_pro_ss .s_pro_ss_kuang1 {
  width: 70%;
  padding-left: 5%;
  box-sizing: border-box;font-size: 13px;
}
.s_pro_ss .s_pro_ss_kuang2 {
  width: 30%;
}
.s_pro_box {
  width: 100%;padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.s_pro_left {
  width: 100%;
  margin-bottom: 0;
}
.s_pro_kuang {
  width: 100%;
}
.s_pro_kuang img {  
  max-width: 100%;
}
.s_pro_right {
  width: 100%;
  height: auto;
  float: none;
  position: relative;
  overflow: hidden;
}
.s_pro_tip2 {
  width: 48%;
  height: auto;
  float: left;
  border: 1px solid #d7d7d7;

  box-sizing: border-box;margin: 1%;
}
.s_pro_kuang3 {
  width: 100%;
  height: 130px;
  overflow: hidden;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
.s_pro_kuang4 p {
  font-size: 12px;
  color: #000;
  line-height: 26px;
  padding-left: 10px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.s_pro_right .s_pro_p3 {
  font-size: 16px;
  color: #000;
  position: relative;
  left: 0;
  top: 0;
  padding: 15px;
}
.s_pro_kuang2 {
  display: none;
}
.s_pro_nr {
  display: none;
}
.s_pro_left .s_pro_pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_xw_box {
  width: 100%;
  padding-top: 39px;
  padding-bottom: 34px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.s_xw_box .s_xw_p1 {
  font-size: 20px;
}
.s_xw_kuang2 {
  width: 100%;
  height: auto;
  background-color: #fff;
  float: left;
  padding-left: 20px;
  transition: all 0.4s linear;
  box-sizing: border-box;
  padding: 20px;
}
.s_xw_kuang3 {
 min-width: 20%;
  height: auto;
}
.s_xw_kuang1 {
  display: none;
}
.s_xw_kuang2 .s_xw_p3 {
  font-size: 16px;
  padding-top: 0;

}
.s_xw_tip {
  display: flex;
  margin-bottom: 19px;
}
.s_xw_box .s_xw_p2 {
  margin-bottom: 20px;
}
.s_xw_more {
  margin-top: 35px;
}
.s_lx_box {
  padding-top: 35px;width: 100%;
}
.s_lx_box .s_lx_p1 {
  font-size: 20px;
  
}
.s_lx_box .s_lx_p2 {
  margin-bottom: 28px;
}
.s_lx_tip {
  width: 100%;
  padding-bottom: 30px;
}
.s_lx_tip .s_lx_pic {
  width: 60px;
}
.s_lx_bg {
  height: auto;
}
.s_pro_line2 {
  width: 100%;
}

}