@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;}

p{font-family:"Microsoft YaHei";}

@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }

.pc{ display:block}
.pc1{ display:none}


.bottomNav{ display:none}
.tbottom{ display:none}
.mobile_daohang{ display:none}
/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.pc{ display:none}
.pc1{ display:block}
}

/*top*/
.head_bg{ width:100%;background-color:rgba(255,255,255,1); border-bottom:1px solid #ddd; position:fixed; top:0; left:0; z-index:200;}
.top_box{ width:1300px; height:115px; margin:0 auto;}
.top_box .logo{ float:left; margin-top:15px; }
.top_box .logo img{padding-right:20px;}

.top_kuang1{ float:left; margin-left:20px; margin-top:25px;}
.top_kuang1 .top_p1{ font-size:32px; color:#333; font-weight:bold; line-height:45px;}
.top_kuang1 .top_p2{ font-size:17px; color:#4d4d4d; font-family:Arial; text-transform:uppercase;  margin-top:2px; letter-spacing:1.1px;}


.top_right{ float:right; padding-top:30px;}
.top_p3{ float:right; margin-left:10px;}
.top_p3 a{ display:block; font-size:14px; width:28px; height:28px; color:#0b5ba2; text-align:center; line-height:28px; border:1px solid #0b5ba2; border-radius:30px;}
.top_p4{ float:right; margin-left:15px;margin-top:15px;}
.top_p4 a{ display:block; font-size:14px; width:33px; height:33px; color:#fff; text-align:center; line-height:33px;border:1px solid #4093bb;  background-color:#4093bb; border-radius:30px; background-image: -webkit-linear-gradient(top,#4093bb,#1f507b);}

.ss1{ float:right; margin-top:15px;}
.ss1 .ss_title{ width:125px; height:34px;  float:left; background-color:#ececec; border:0; font-size:13px; color:#6d6d6d; line-height:34px; padding-left:0px; position:relative;z-index:77;}
.ss1 .ss_button{ float:left; width:41px; height:34px;border:0; background-color:#31a34e; font-size:13px; color:#fff; line-height:34px; text-align:center;   position:relative; z-index:88; cursor:pointer;}

.top_right ul{ margin-top:0px; float:right}
.top_right ul li{ float:left; font-size:17px; color:#3e3e3e;  margin-right:38px;}
.top_right ul li a{color:#3e3e3e;}
.top_right ul li a:hover{ color:#0d4f89;}

/*nav*/
nav {float:right; }
nav ul { margin-top:0px; margin-bottom:0px;}
nav ul li {  float:left; }
nav ul li a {   text-align:center; line-height:67px;  padding:0 11x; font-size:18px; display: block; color:#000; font-family:; font-weight:400;}
nav ul li a:hover {
	color: #b11852;
	text-decoration: none; font-weight:bold;
	background-image: url(../images/xx1.jpg);
	background-repeat: no-repeat;
	background-position: center 46px;
}
nav .dropdown {  position:relative;} 
nav ul.dropdown_menu { display:block;/* width:100%;*/ position:absolute; z-index:99;  margin:0; margin-left:-50px; border-bottom:0px solid #09428a; top:86px}
nav .dropdown_menu li { width:180px;  margin:0;background-color:#f6f6f6; height:0; overflow:hidden; float:none; padding:0 10px; transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s; -moz-transition:all .3s;  }
nav .dropdown:hover .dropdown_menu li { height: 45px;border-bottom:#e6e6e6 solid 1px;}
nav .dropdown:hover ul.dropdown_menu { border-bottom:0px solid #09428a;} 

nav .dropdown .dropdown_menu li a{color: #404040; font-size: 15px;line-height:40px;  display: block; padding:0px;   text-align: center; }

nav .lili a{ width:37px; height:37px; border:3px #9390a3 solid; float:left; margin-top:30px; line-height:37px}

nav .dropdown .dropdown_menu li a:hover{color:#0d4f89; margin-left:4%;  transition:all 0.4s}
nav .dropdown .dropdown_menu li a:hover i {
	margin: -1px 5px 0px 0px; transition:0.4s cubic-bezier(0.35, 0.45, 0.55, 1); width: 3px; height: 3px; vertical-align: middle; display: inline-block; background-color:#0075cf; -webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; border-radius: 50%; 
}nav .dropdown .dropdown_menu li a i {
	margin: -1px 5px 0px 0px; transition:0.4s cubic-bezier(0.35, 0.45, 0.55, 1); width: 3px; height: 3px; vertical-align: middle; display: inline-block; background-color:#0075cf; -webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; border-radius: 50%; display:none
}

nav .dropdown i {
	margin: -1px 5px 0px 0px; transition:0.4s cubic-bezier(0.35, 0.45, 0.55, 1); width: 0px; height: 1px; vertical-align: middle; display: inline-block; background-color:#0075cf; -webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}

nav .dropdown:last-child i {
	background:#3f3f3f;
}
nav .dropdown.on i {
	width: 15px;
}
nav .dropdown:hover i {
	width: 15px;


}




/*通栏*/
#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;
}


.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) {;
}



.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_jj_box{ width:1300px; margin:0 auto; margin-top:65px;}
.s_jj_left{ width:617px; float:left;}
.s_jj_kuang{ background-image:url(../images/img1.jpg); width:560px; height:200px; margin-bottom:8px;}
.s_jj_kuang .s_jj_pic{ float:left; margin-left:52px; margin-top:63px;}
.s_jj_wenzi{ float:left; margin-left:11px; padding-top:68px; position:relative}

.s_jj_wenzi:before{ width:40px; height:2px; background:#fff; content:""; position:absolute; left:0px; top:40%}

.s_jj_wenzi .s_jj_p1{ font-size:29px; color:#fff; font-weight:bold;}
.s_jj_wenzi .s_jj_p2{ font-size:18px; color:#fff; margin-top:1px; }

.s_jj_pic1{ width:231px; height:293px; overflow:hidden; float:left;}
.s_jj_pic1 img{ transform: scale(1);transition: all 1s ease-out;  }
.s_jj_pic1 img:hover{transform: scale(1.2);  }
.s_jj_kuang2{ width:321px; float:right;}

.s_jj_pic2{ width:321px; height:119px; overflow:hidden; margin-bottom:8px;}
.s_jj_pic2 img{transform: scale(1);transition: all 1s ease-out;}
.s_jj_pic2 img:hover{transform: scale(1.2);  }
.s_jj_pic3{ width:321px; height:165px; overflow:hidden;}
.s_jj_pic3 img{transform: scale(1);transition: all 1s ease-out;}
.s_jj_pic3 img:hover{transform: scale(1.2);  }

.s_jj_right{ width:660px; float:right;}
.s_jj_right .s_jj_p3{ font-size:28px; color:#333; font-weight:normal; float:left; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; padding-top:18px}

.s_jj_right .s_jj_p3 span{ font-size:48px; font-weight:normal; font-family:Barlow-Regular; background-image: -webkit-linear-gradient(left,#3f94bb,#0d4f89,#20527d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
@font-face {
	font-family:Helvetica Medium;
	src: url('../fonts/Helvetica Medium.ttf'); }
.s_jj_right .s_jj_pic4{ float:right; margin-top:57px;}
.s_jj_right .s_jj_line{ height:1px; background-color:#eeeeee; margin-top:17px; margin-bottom:25px; margin-top:25px;}
.s_jj_nr p{ text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:5;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.s_jj_nr p{ font-size:16px; color:#555555; line-height:36px;}
.s_jj_nr p a{color:#555555;}

.s_jj_more{ width:102px; margin-top:40px;transition:all 0.4s linear;}
.s_jj_more p a{ display:block; font-size:14px; color:#fff; line-height:30px; background-color:#0b5ba2; text-align:center;}
.s_jj_more:hover{ margin-left:20px;}
 line{ width: 40px;
    height: 1px;
    background: #727272; 
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle; margin-top:10px;}
.con {
    width: 100%;
    margin: 0px auto; margin-top:40px
}
.liaojie_con dl {
    width: 33.3%;
    float: left;
    margin-top: 0px;
    text-align: center;
    padding-top: 2%;
    height: 250px;
    position: relative;
    overflow: hidden;
    background: url(../images/a_xx2.jpg) no-repeat right center;
}.liaojie_con dl dt {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 9;text-align:center
}
.liaojie_con dl dt img{ text-align:center; margin:0 auto}

img {
    vertical-align: middle;
}.liaojie_con dl dd {
    position: absolute;
    z-index: 9;
    top: 30%;
    width: 100%;
}.liaojie_con dl dd h3 {
    font-size: 22px;
    color: #505050;
    line-height: 60px;
    font-weight:normal;
    background: url(../images/a_xx.jpg) no-repeat center 55px;
    height: 42px;
}
.liaojie_con dl dd p{ font-size:15px; font-family:Arial, Helvetica, sans-serif; color:#6c7778; line-height:40px;}
.liaojie_con dl:hover img{transform: rotate(360deg); transition:all 0.4s}

@font-face {
	font-family:BEBAS;
	src: url('../fonts/BEBAS.ttf'); }

/*首页产品*/
.s_pro_bg{ background:url(../images/img6.jpg) center no-repeat; width:100%; height:660px; margin-top:0px;background-attachment:fixed; background-size: cover;}
.s_pro_box{ width:1300px; margin:0 auto; padding-top:70px; text-align:center}
.s_pro_box .s_pro_p1{ float:right; background:#e1630e; text-align:center; color:#FFFFFF; line-height:35px; padding-left:23px; padding-right:23px; border-radius:5px; margin-right:10px; margin-top:10px; font-size:15px;}
.s_pro_box .s_pro_p2{ font-size:35px; color:#111111; text-align:left; width:90%; float:left; margin-top:0px;margin-bottom:30px; font-weight:900; padding-left:10px; }


#wrap2{ width:100%; }
#wrap2 ul{ width:100%; display:flex; flex-wrap: nowrap ;}

#wrap2 ul li .a1 img{
	width: 420px;
	height: 425px;
}
#wrap2 ul li{
	border-radius:10px;
	height: 425px; margin-left:8px; margin-right:8px;
	list-style: none;
	position: relative;
	float: left;
	overflow: hidden; margin-bottom:16px; flex:1
} 



#wrap2 ul li .a1 .divA{
	position: absolute;
	bottom: 53px;
	left: 0;

	
}
#wrap2 ul li .a1 .divA>.p1{
	 padding-left:20px;

	font-size: 25px;
    
    color: #fff; text-align:left
}
#wrap2 ul li .a1 .divA>.p2{
	 padding-left:20px;
	
    font-size: 14px; padding-top:10px;
    color: #fff;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; text-align:left;font-family:Barlow-Regular
}
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }









.sy_about3 { width:100%; clear:both; overflow:visible;  }

.sy_about3 .con_zi {width:100%; float:left; padding-right:5%;}

.sy_about3 .con { padding:0px 0%; margin:auto; padding-top:70px; width:1300px; }



#demo {
background: #FFF;
overflow:hidden; height:320px;
width:1300px;
background:none; margin:auto; font-size:15px; line-height:45px;
}
#demo img { width:400px;height:240px;border-radius:5px;
}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}	






/*遮罩*/
#wrap2 ul li .a2{
	position: absolute;
	top: 0;
	left:-100%;
	width: 100%;
	height: 485px;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap2 ul li .a2 .p4{
	width: 86%; 
	
	position: absolute;
	top: 54px;
    
	color: #fff;
	font-size: 24px; border-bottom:1px solid #fff; padding-bottom:19px;
    transition: all 0.2s 0.1s ease-out ;  
}
 #wrap2 ul li .a2 .p4 span{ font-size:12px; font-family:Barlow-Regular}
#wrap2 ul li .a2 .p5{
	width: 86%; height:250px; background:url(../images/img5.png) repeat-x bottom center;
	position: absolute;
	top:140px; left:26px;
    transition: all 0.2s 0.2s ease-out ;  
}

#wrap2 ul li .a2 .p5 p{ font-size:15px; color:#fff; line-height:22px; margin-bottom:9px; border:1px rgb(255,255,255,.2) solid; padding:1.5%; }
#wrap2 ul li .a2 .p5 p:hover{ background:#007deb; transition:all 0.4s}
#wrap2 ul li .a2 .p5 p span{
font-family:Arial, Helvetica, sans-serif; font-size:11px;color:rgb(255,255,255,.7)
}
#wrap2 ul li .a2 .p5 p a{color:#fff;}


#wrap2 ul li .a2 .p7{ font-size:14px; color:#fff; 
	position: absolute;
	bottom: 135px;
	left: 0px;	
	transition: all 0.2s 0.2s ; z-index:999
}

#wrap2 ul li .a2 .p7 a{ color:#fff;}




.s_pro_box1{ width:1300px; margin:0 auto; margin-top:68px;}

.ss2{ float:left; }
.ss2 .ss_title2{ width:800px; height:52px; float:left; border:0;  background-color:#ebebeb; font-size:15px; color:#626262; line-height:52px; padding-left:24px;}
.ss2 .ss_pic3{ float:left; border:0;}

.s_pro_more1{ width:205px; margin:0 auto}
.s_pro_more1 p a{ display:block; font-size:18px; color:#fff; line-height:52px; text-align:center; background-color:#5f5f5f;transition:all 0.2s linear;}
.s_pro_more1 p a:hover{background-color:#31a34e;}





/*首页新闻*/


.news_2 {
	width:100%;
	margin:0 auto;
	background:#f7f7f7;
	height:670px
}
.news_1 .s_pro_p1{ float:right; background:#e1630e; text-align:center; color:#FFFFFF; line-height:35px; padding-left:23px; padding-right:23px; border-radius:5px; margin-top:13px; font-size:15px;}
.news_1 .s_pro_p2{ font-size:35px; color:#111111; text-align:left; width:80%; float:left; margin-top:0px;margin-bottom:20px; font-weight:900;}




.news_1 {
	width:1300px;
	margin:0 auto;
}


.news_1 h2 {
	font-size:32px;
	font-family:SourceHanSerifCN-Bold_0;
	color:#181818;
	text-align:center;
	background:url(../images/line4.jpg) no-repeat center bottom;
	padding-bottom:20px
}


.con {
    width: 100%;
    margin:25px auto;
}.biaoti {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 0px;
}.biaoti h3 {
    color: #555;
    font-size: 48px;
    line-height: 35px;
    font-weight: normal;
    margin: 0 auto;
}.biaoti p {
    text-transform: uppercase;
    color: #262525;
    font-size: 16px;
    line-height: 50px;
}.zzsc .tab {
	overflow:hidden;
	width:662px;
	height:50px;
	line-height:50px;
	float:left
}
.zzsc .tab a {
	display:block;
	float:left;
	text-decoration:none;
	color:#333;
	width:217px;
	text-align:center;
	font-size:17px;
	background:#f7f7f7;
	margin-right:3px
}
.zzsc .tab a:hover {
	background:#a9194f;
	color:#fff;
	text-decoration:none;
}
.zzsc .tab a.on {
	background:#a9194f;
	color:#fff;
	text-decoration:none;
}
.zzsc .content_2 {
	overflow:hidden;
	width:662px;
	position:relative;
	height:470px;
	margin-top:20px
}
.zzsc .content_2 ul {
	position:absolute;
	left:0;
	top:0;
}
.zzsc .content_2 li {
	width:657px;
	float:left;
	border-bottom:1px #d9d9d9 solid; padding-bottom:14px; margin-bottom:18px;
}.zzsc .content_2 li:hover h4{ background-image: -webkit-linear-gradient(left,#034991,#034991,#20527d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
	
.zzsc .content_2 li:hover { margin-left:2%;  transition:all 0.4s}	
	
.zzsc .content_2 li:hover	.home_news_li_r{background-image: -webkit-linear-gradient(left,#034991,#20527d); color:#fff}
.zzsc .content_2 .fifi {
	display:block;
	padding-top:10px;
	width:100%;
	float:left;
}
.content_2 li {
	border-bottom:1px #d9d9d9 solid
}
.content_2 .riri {
	width:122px;
	float:right;
	margin-top:50px
}
.content_2 .home_news_li_r {
	color: #333;
	border: 1px solid #ababab;
	transition:All 0.4s ease-in-out;
	font-size:14px;
	text-align:center;
	line-height:35px;
	margin:0!important;
	margin-top:50px;
	width:115px;
	height:35px;
	float:left;
	
}
.content_2 .home_news_li_r:hover {
	background:#034991;
	color:#fff
}
.home_news_li_m {
	width:75%; padding-right:7%;
	float:left;
}
.home_news_li_m h4 {
	color:#000;
	font-size:18px;
	font-weight:normal;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.home_news_li_l {
	font-size:16px;
	width:115px;
	float:left;
	text-align:center;
	color:#fff
}
.home_news_li_l span {
	font-size:30px;
	margin-top:10px;
	display:block
}
.home_news_li_m p {
	color:#666;
	font-size:16px;
	line-height:40px
}
.home_news_li_m span {
	color:#8b8b8b;
	font-size:14px;
	line-height:22px
}
.home_news_tu {
	width:596px;
	height:410px;
	overflow:hidden;
	margin-top:20px;
	position:relative;
	float:right;
}
.home_news_tu_img {
	width:596px;
	height:410px;
	position:absolute;
	top:0px;
	left:0px;
}
.home_news_tu_con {
	width:596px;
	height:108px;
	position:absolute;
	bottom:0px;
	left:0px;background-image: -webkit-linear-gradient(left,#034991,#82cb60);
	display:flex;
	justify-content: space-between;
	opacity:0.83;
}
.home_news_li_m a {
	color:#0341a6
}
.home_news_tu_con h3 {
	padding-left:45px;
	padding-top:20px;
	color:#FFF;
	line-height:33px;
	font-size:17px;
	font-weight:normal;
	font-family:Barlow-Regular;
}
.home_news_tu_con h3 p {
	font-family:"微软雅黑";
	font-size:17px;
	line-height:23px;
}
.home_news_tu_con_b {
	float:right;
	padding-right:43px;
	padding-top:43px;
}
.zzsc a .home_news_tu.right .home_news_tu_img, .zzsc a .home_news_tu.right .home_news_tu_con {
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.zzsc a:hover .home_news_tu.right .home_news_tu_img {
	width:110%;
	height:110%;
	top:-5%;
	left:-5%;
}
.zzsc a:hover .home_news_tu.right .home_news_tu_con {
	height:90px;
}
.index_2 {
	width:100%;
	background:url(../images/bg34.jpg) no-repeat center top fixed;
	color:#fff;
	text-align:center;
	padding-bottom:10%;
	position:relative;
	padding-top:8.70833333333333vw;
}
.index_2_2 {
	position:relative;
	margin-top:1em;
	color:rgb(255, 255, 255, .7);
	padding-bottom:1.5em;
	font-size:18px;
}
.index_2_1 {
	font-size:50px;
}
.index_2_1 b {
	font-weight:100;
	font-family:"微软雅黑"
}
.index_2_2:after {
	margin-left:-20px;
	bottom:0;
	content:'';
	position:absolute;
	left:50%;
	height:2px;
	background-color:#fff;
	width:40px;
}
.index_2 .wmid {
	position:relative;
	z-index:10;
}
.index_2:after {
	background-color:#000;
	opacity:0;
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.index_2_3 {
	margin-top:4em;
}
.zl {
	width:100%;
	clear:both;
	overflow:visible;
}
.zl dl {
	width:24%;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:18px;
}
.zl dl img {
	margin:0px auto 27px;

}
.zl dl dt {
	line-height:26px;
	width:70%;
	margin:0px auto;
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	font-family:EUCLIDCIRCULARA
}
.zl dl dd {
	color:#fff;
	font-size:18px;
	font-weight:100;
	line-height:27px;
	font-family:Barlow-Regular;
	padding-top:30px
}.zzsc {
    width: 1300px;
    margin: 0 auto;
}
.a_more{ font-size:17px; color:#fff!important; line-height:43px; width:170px; margin:auto;display:inline-block; font-size:15px; 
  border: 1px solid rgb(255,255,255,.6); 
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; margin:0 auto; margin-top:30px; display:block; text-align:center
}
.a_more a{  color:#fff!important; text-align:center;
}
.a_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background:#e1630e;
    color: #fff;
}
.a_more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.a_more:hover{ color:#fff;}


/*首页风貌*/
.s_fac_box{ width:1300px; margin:0 auto; padding-top:109px;}
.s_fac_box .s_fac_p1{ font-family:Impact; font-size:60px; text-align:center; text-transform:uppercase; color:#0b5ba2;}
.s_fac_box .s_fac_line{ width:48px; height:2px; background-color:#8b8b8b; margin:0 auto; margin-top:3px;}
.s_fac_box .s_fac_p2{ font-size:30px; color:#555555; text-align:center; font-weight:bold; margin-top:12px; margin-bottom:55px;}


.s_fac_tip{ width:361px; height:304px; overflow:hidden; float:left; margin-bottom:45px; margin-right:55px;}
.s_fac_tip img{width:361px; height:304px;transform: scale(1);transition: all 1s ease-out; }
.s_fac_tip img:hover{transform: scale(1.2);}
.s_fac_tip:nth-child(3n){margin-right:0px;}


.s_fac_more{ width:102px; margin:0 auto; margin-top:22px;transition:all 0.4s linear;}
.s_fac_more p a{ display:block; font-size:14px; color:#fff; background-color:#0b5ba2; line-height:28px; text-align:center;}
.s_fac_more:hover{ width:140px;}




/*首页联系我们*/
.s_lx_bg1{ background-color:#0b5ba2; height:55px; margin-top:92px; padding-top:26px;}
.s_lx_bg1 .s_lx_line1{ height:1px; background-color:#46a3ac;}
.s_lx_bg1 p{ font-size:18px; color:#63aeb6; text-transform:uppercase; text-align:center; line-height:28px; font-weight:bold; letter-spacing:14px;}


.s_lx_bg{ background:url(../images/bg2.jpg) center no-repeat; width:100%; height:390px;background-attachment:fixed; background-size: cover;}
.s_lx_box{ width:1300px; margin:0 auto; padding-top:120px;}
.s_lx_box .s_lx_p1{ font-size:22px; color:#fff; text-align:center; letter-spacing:8px }
.s_lx_box .s_lx_p2{ font-size:38px; color:#fff; font-weight:bold; margin-top:8px;text-align:center}
.s_lx_box .s_lx_line{ width:54px; height:2px; background-color:#9d9b99; margin-top:16px; margin-bottom:27px;}
.s_lx_nr p{ font-size:16px; color:#000; line-height:36px;}
.s_lx_nr p a{ color:#000;}
.s_lx_nr{margin-left:130px;}



/*首页邮箱*/



/*页脚*/
 .foot{ background:#2a3139}
.foot .wd1300{ padding-top:40px; padding-bottom:38px;font-size:16px; color:#fff;}
.fmenu{ width:10)%}
.fmenu ul { width:55%; margin:0 auto;}
.fmenu ul li a{ font-size:17px; color:#fff; }
.foot .foota{ padding-top:40px; padding-bottom:10px; color:#fff; font-size:16px;margin-top:30px; border-bottom:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1); }
.flex {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.foot .foota{ padding-top:40px; padding-bottom:10px; color:#fff; font-size:16px;margin-top:30px; border-bottom:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1); }


.foot .flian ul li:nth-child(2n){ float:right}
.foot .flian ul li{ width:48%; float:left;display: flex; align-items: center; margin-bottom:40px; }
.foot .flian ul li .ictxt{ font-weight:normal; margin-left:20px;}
.foot .flian ul li .ictu{width: 44px;
height: 44px;
border-radius: 50%;
overflow: hidden;
background-color: #0067ac;
min-width: 44px;}
.foot .flian ul li a{ color:#fff;}
.foot .flian ul li .ico_add { background:url(../images/ico2.png) no-repeat center;background-size: auto 22px;background-color: #0b5ba2;}
.foot .flian ul li .ico_tel { background:url(../images/ico1.png) no-repeat center;background-size: auto 22px;background-color: #0b5ba2;}
.foot .flian ul li .ico_email { background:url(../images/ico3.png) no-repeat center;background-size: auto 22px;background-color: #0b5ba2;}
.foot .flian ul li .ico_url { background:url(../images/ico4.png) no-repeat center;background-size: auto 22px;background-color: #0b5ba2;}



.ewm img{ padding:5px; background:#fff; border-radius:5px;}
.ewm p{ text-align:center; margin-top:10px;}


.banquan{ color:#ccc; padding-top:30px; font-size:15px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;text-decoration:none;color:#ccc;font-size:15px;}

a.zzb07link:hover {text-decoration: underline;color:#fff}
.zzb07tail{font-family:Arial, Helvetica, sans-serif;color:#ccc;font-size:15px;}
.wd1300 {
    width: 1300px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}


/*about*/
.max_box{ width:1300px; margin:0 auto; margin-top:82px; padding-bottom:90px;}
.max_box .max_p1{ font-size:34px; color:#464646; float:left;}
.max_box .max_p2{ font-size:21px; color:#dddddd; font-weight:bold; font-style:italic; text-transform:uppercase; float:right; margin-top:13px;}
.max_box .max_line{ height:1px; background-color:#e7e7e7; margin-top:14px; margin-bottom:45px;}


.jj_nr p{ font-size:16px; color:#000; line-height:36px;}
.jj_nr p a{color:#000;}


.jj_box{ width:1300px; margin:0 auto; margin-bottom:100px;}
.jj_pic{ width:597px; height:380px; float:left;}
.jj_hezi{ width:598px; height:380px; float:left; background-color:#0b5ba2;}
.jj_hezi .jj_p1{ font-size:36px; color:#fff; font-weight:bold; margin-left:68px; padding-top:81px;}
.jj_hezi .jj_p2{ font-size:72px; color:#71b4bb; font-weight:bold; text-transform:uppercase;margin-left:68px;}
.jj_hezi .jj_p3{ font-size:42px; color:#71b4bb; font-weight:bold;text-transform:uppercase;margin-left:68px; margin-top:-18px;}
.jj_hezi .jj_p4{ font-size:26px; color:#fff;margin-left:68px; margin-top:10px; }






/*新闻*/
.xw_tip{ height:144px;  margin-bottom:12px;transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;}
.xw_kuang1{ width:183px; float:left; padding-top:29px;}
.xw_kuang1 .xw_p1{ font-size:38px; font-weight:bold; color:#000; text-align:center;}
.xw_kuang1 .xw_p2{ font-size:20px; color:#000; text-align:center; margin-top:5px;}
.xw_tip .xw_line{ width:1px; height:36px; background-color:#e5e5e5; float:left; margin-top:55px;}
.xw_tip .xw_p3{ font-size:16px; color:#333; float:left; line-height:144px; margin-left:60px;}
.xw_kuang2{ float:right; width:154px; border:1px solid #ccc; border-radius:37px; margin-right:46px; margin-top:46px;}
.xw_kuang2 p{ font-size:16px; line-height:53px; text-align:center; color:#333;}

.xw_tip:hover{background-color:#0b5ba2!important;}
.xw_tip:hover .xw_kuang1 .xw_p1{ color:#fff;}
.xw_tip:hover .xw_kuang1 .xw_p2{ color:#fff;}
.xw_tip:hover .xw_p3{ color:#fff; padding-left:10px;transition: 0.3s ease-out;}
.xw_tip:hover .xw_kuang2{border:1px solid #fff;}
.xw_tip:hover .xw_kuang2 p{ color:#fff;}



.news_title{width:100%; font-size:17px; color:#0b5ba2; line-height:74px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;}
.news_title2{ font-size:13px;color:#f31f42; text-align:right; margin-top:10px; font-weight:bold;}
.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:13px; text-align:justify; line-height:32px; color:#333;}
.new_nr_wenzi p a{color:#333;}
.new_nr_wenzi img{max-width:1300px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}



.newspage1 { margin:0 auto; margin-top:40px;}
.newspage1 A { font-size:12px; color:#666; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px; border:1px solid #999; margin-left:1px; margin-right:1px;}
.newspage1 A:hover {BACKGROUND: #0b5ba2;  COLOR: #FFFFFF; border:1px solid #0b5ba2;}
.newspage1 SPAN.current{ font-size:12px; BACKGROUND: #0b5ba2;COLOR: #FFFFFF;border:1px solid #999; padding-left:8px; padding-right:8px;padding-top:3px;  padding-bottom:3px;margin-left:1px; margin-right:1px;}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:13px; color:#666; text-align:center; line-height:38px;} 
.back_bg p a{color:#666;}




/*资质*/
.product-list li {
	float: left; 
	 
}

.product-list li {
	background: none;
	width: 380px;
	height: 390px; border:1px solid #ddd;
	
	display: block;
	line-height: normal;
	overflow: hidden;
	position: relative;  background:#fff; margin-right:24px; margin-bottom:27px;
	
	
}

.product-list li:nth-child(3n){margin-right:0px;}

.product-list li figure{ display:block; text-align:center; background:#f1f1f1}
.product-list li figure img {
	width: 380px;
	height: 320px;
	transition: 424ms linear;  
}




.product-list li figcaption {
	display: block;
	color: #5d5d5d;
	font-size: 16px;
	line-height: normal;
	margin-top: 20px;
	transition: 350ms;
	text-align: center; padding-bottom:30px
}

.product-box .product-down {
	float: left;
}

.product-list li  mark {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0, 117, 207, 0.2);
	background: #0075cf\9;
	filter: alpha(opacity=20);
	z-index: 20;
	opacity: 0;
	transform: skewX(45deg);
	visibility: hidden;
	transition: 360ms;
}

.product-list li mark b {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	z-index: 30;
}

.product-list li  mark b:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #0075cf;
	position: absolute;
	left: 0;
	top: 23px;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
}

.product-list li  mark b:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #0075cf;
	position: absolute;
	left: 23px;
	top: 0;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
}

.product-list li  mark:before {
	content: "";
	width: 100%;
	height: 0%;
	border-left: 3px solid #0075cf;
	border-right: 3px solid #0075cf;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.product-list li  mark:after {
	content: "";
	width: 0%;
	height: 100%;
	border-top: 3px solid #0075cf;
	border-bottom: 3px solid #0075cf;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.product-list li:hover  mark {
	opacity: 1;
	transform: skewX(0);
	visibility: visible;
}
.product-list li:hover img{ transition:all 0.4s;transform: scale(1.1)}
.product-list li:hover mark:before {
	height: 100%;
	transition: 330ms 200ms;
}

.product-list li:hover  mark:after {
	width: 100%;
	transition: 330ms 200ms;
}

.product-list li:hover f img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.product-list li:hover  mark b:before {
	transition: 355ms 180ms;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.product-list li:hover  mark b:after {
	transition: 355ms 240ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.product-list li:hover figcaption {
	color: #0075cf;
}






/*联系我们*/
.con_box{ width:540px; float:left;}
.con_box h1{ font-size:22px; color:#0b5ba2; margin-bottom:30px;}
.con_box p{ font-size:15px; color:#333; line-height:47px;}
.con_box p a{color:#333;}
.con_box p span{ font-size:12px;}

.con_ditu{ float:right; width:645px; height:400px;}




/*招聘*/
.job_dong{  border-top:5px solid #0b5ba2; background:#f6f7f7; cursor:pointer; margin-top:20px;}
		.job_dong .job_p4{ font-size:18px; color:#3f3a39; font-weight:bold; float:left; line-height:70px; width:370px; padding-left:35px;}
		.job_dong .job_p4 span{ font-size:13px;}
		.job_dong .job_p5{ font-size:16px; color:#3f3a39; float:left; line-height:60px; width:270px;}
		.job_dong .job_p6{ font-size:16px; color:#3f3a39; float:left; line-height:60px;}
		.job_dong img{ float:right; margin-top:30px; padding-right:35px;}
		.sideMenu1 ul{ padding:20px 35px 20px 35px; background-color:#fff;  display:none; /* 默认都隐藏 */ }
         .jobs_nr p{font-size: 14px;color: #333;line-height: 32px;}




/*产品*/
.left_box{ width:270px; float:left; border-bottom:5px solid #2098a0;}
.left_kuang1{ height:105px;background: linear-gradient(45deg,#2098a0,#41ac95); border-top-left-radius: 6px; border-top-right-radius: 6px; margin-bottom:1px;}
.left_kuang1 .left_p1{ font-size:27px; color:#fff; font-weight:bold; padding-left:30px; padding-top:22px;}
.left_kuang1 .left_p2{ font-size:19px; color:#fff;  padding-left:30px; }

.sideMenu{ background-color:#f5f5f5;}
.sideMenu h3 a{ display:block; font-size:16px; font-weight:normal; color:#333; line-height:59px; border-bottom:1px solid #cccccc; padding-left:25px;}
.sideMenu h3 a:hover{ background: linear-gradient(45deg,#2098a0,#41ac95); color:#fff;transition: all 0.4s; }
.sideMenu h3 span{ color:#2098a0;}
.sideMenu h3 a:hover span{color:#fff;transition: all 0.4s;}



.sideMenu ul{  display:none; /* 默认都隐藏 */ }
.sideMenu ul li{font-size:14px;  color:#333; line-height:38px; padding-left:29px;}
.sideMenu ul li a{color:#333;}
.sideMenu ul li a:hover{ color:#2098a0;}




.right_box{ width:890px; float:right;}

.pro_fl_title{ font-size:16px; font-weight:bold; color:white; text-align:center; line-height:48px; background: linear-gradient(45deg,#2098a0,#41ac95); }
.pro_fl_title a{color:white;}

.pro_tb{ width:100%; margin-bottom:20px; }
.pro_tb tr td{ font-size:14px; color:#333; line-height:60px; }
.pro_tb tr td a{ color:#333;}


.pro3_p1{ background-color:#efefef; font-size:14px; font-weight:bold; color:#000; text-align:center; line-height:44px;}



.pro_title{ font-size:17px; color:white; line-height:55px; text-align:center; background: linear-gradient(45deg,#2098a0,#41ac95); font-weight:bold; }
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; }
.pro_nr_box table tr td{ padding:11px; font-size:15px; color:#333; line-height:60px;border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:14px; color:#333; line-height:35px;}
.pro_nr_box img{ max-width:100%!important; height:auto;!important}



.pro_more{ width:150px;background-color:#0764b9; margin:0 auto;  margin-bottom:20px;}
.pro_more p a{ display:block; font-size:13px; color:#333;  text-align:center; line-height:38px;background-color:#e5e5e5;}
.pro_more p a:hover{background: linear-gradient(45deg,#2098a0,#41ac95);  color:white;}


.nr_bo:hover{ background-color:#edf6fb;}





.szfw_box p{ font-size:15px; color:#000; line-height:36px;}
















@media all and (max-width:768px){

.head_bg{display:none}

	.pc_lianxi{ display:none}
	.pc_dibu{}
	
	.mobile_dibu{ display:block}
	.mobile_lianxi{ display:none; font-size:15px!important}
	.mobile_job{ display:block}
.pc_job{ display:none}
.wsjob{ float:none; padding:0px; width:100%; padding-bottom:20px;}
.jobt-list li{ text-align:center; width:33%; margin:0 auto; margin-bottom:20px;}
.jobt-list li ._num{ float:none; width:50%; margin:0 auto; text-align:center; margin-bottom:15px; }
.jobt-list li ._nr{width:90%; padding-left:5%; padding-right:5px; margin-left:0px!important; margin:0 auto; float:none!important; text-align:center}
.jobt-list li ._sum{ height:60px;}

	.lxma{ font-size:15px!important}
	.mobile_daohang{ display:block}
	.pc_daohang{ display:none}
	body{ font-size:14px!important;}
	.neirong{ font-size:14px;}

.suspension{ display:none}
.suspension-box{ display:none}

.alogo{ display:none}

.flash{ display:none}
.flash1{display:block!important;}

/*-------底部-----------*/



/*手机版底部导航*/

#banner{ display:block}
.tbottom{ display:block; height:70px;}

.nav_bgc{ display:none}
.bottomNav {display:block;
	/*border:1px solid red;
	*/
    width:100%;
	height:70px;
	position:fixed;
	bottom:1px; 	z-index:999;}
.bottomNav_item {
	/*border:1px solid red;
	*/
    width:25%;
	height:70px; border-top:1px solid #d8d8d8;
	float:left; color:#333;
	text-align:center; background:#fff;
}
.bottomNav_icon {
	margin:auto;
	width:30px;
	height:30px; margin-top:11px;
}
.bottomNav_icon img {
	width:100%;
	height:100%;
}
.bottomNav_item p {
	margin-top:3px; font-size:0.85rem}


.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #28638d;
    display: block;
     padding-bottom:0.5rem; 
    padding-top:0.5rem; 

}



#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
	}

.gray {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
.inital_color { color:#28638d}


/*手机版顶部导航*/
@charset "utf-8";
*{margin:0;padding:0}
a{text-decoration:none;color:#333;font-family:"arial","微软雅黑"}
html{width:100%;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;overflow-scrolling:touch;font-size:16px;}
html.ns{overflow:hidden}
.wsneirong img{ width:100%!important; height:auto!important}
body{color:#535353;font-size: 1em;font-family:"arial","微软雅黑"; width:100%;position:relative}
@media screen and (min-width: 360px) and (max-width: 374px){ html{font-size:16px}}
@media screen and (min-width: 375px) and (max-width: 479px){ html{font-size:18px}}
@media screen and (min-width: 480px) and (max-width: 539px){ html{font-size:20px}}
@media screen and (min-width: 540px) and (max-width: 639px){ html{font-size:24px}}
@media screen and (min-width: 640px){ html{font-size:28px}}

a,body{font-family:"微软雅黑"/9;-webkit-tap-highlight-color:rgba(0,0,0,0)}img{border:0}ol,ul,li{list-style:none}dl,dt,dd,ul,li{margin:0;padding:0}input,textarea{outline:none}html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}i{font-style:normal}.fl{float:left}.fr{float:right}.clear{clear:both}.wrap{width:96%;margin:0 auto}body,div,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}

#banner {width: 100%;margin:0px;padding:0px;overflow: hidden;}
#banner img{width: 100%;}

.focus{ width:100%;   margin:0 auto; position:relative; overflow:hidden;   }
	.focus .shanghl00{ width:100%; height:11px;  position:absolute; z-index:1; bottom:45px; text-align:center;  }
	.focus .shanghl00 ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
		-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
	}
	.focus .shanghl00 ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
	.focus .shanghl00 ul .on{ background:#FE6C9C;  }
	.focus .bd{
	position:relative;
	z-index:0;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.focus .bd li{ margin:0px; padding:0px; height:8rem; position:relative; overflow:hidden;}
	.focus .bd li img{ width:100%!important;  height:100%; object-fit:cover; display:block; }
	.focus .bd li a{
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.foctit{position:absolute; z-index:111; width:100%; bottom:0;background: rgba(0,0,0,.6); padding-left: 0.7rem; padding-right: 0.7rem; color:#FFF; font-size:0.8rem;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow:hidden; height:40px; line-height:40px; box-sizing:border-box;}
	
.toubu{ position:fixed; left:0; top:0; width:100%; z-index:999;}
.toubuge{ width:100%; height:50px;}
.main-header {
    height: 50px;box-shadow: 0px 1px 5px #5c4b51;
    /*background: #a10e15;*/
	background: rgba(255,255,255,1.0);
    z-index: 60;
	width:100%;
	position:relative;
		
}
header{	
	height:50px;
	line-height:50px;
	text-align:center;
    background:#fff;
	box-shadow: 0px 1px 5px #9c8e93; margin-bottom:5px;
}

.cd-logo {
    position: absolute;
    top: 0px; font-size:18px; line-height:45px; color:#333333; padding-top:5px; font-weight:900;
    left: 10px;
   
}

.cd-logo img { float:left; padding-right:10px; height:40px;
   
} 

/*.search_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_sea.png) no-repeat;
position: absolute;
right:60px;
top:10px;
background-size: auto 25px;
background-position: center center;
}*/
.menu_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_menu.png) no-repeat;
	position: absolute;
	right:10px;
top:10px;
}
.animate{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(180deg);-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */background: url(../images/wap_close.png) no-repeat;} 
  .animate1{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(-180deg);-moz-transform:rotate(-180deg); /* Firefox */
-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
-o-transform:rotate(-180deg); /* Opera */} 
#top{ width:100%;  overflow:hidden; display:block;  position:absolute; top:50px; z-index:100; background-color:#f2f2f2;padding: 10px; box-sizing:border-box;}
input.button1 {
	border-radius: 5px;
	line-height: 23px;
	height: 33px;
	width: 70%;
	padding: 0 5px 0 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	float:left;
	margin-right:3%;
font-size:12px;
	z-index: 1001;
}
input.button2 {
	text-shadow: black 0 1px 0;
	border: 1px solid;
	border-color: #EEE #CCC #CCC #EEE;
	color: #666;
	font-weight: bold;
	width: 22%;
	border-radius: 5px;
	padding: 3px;
	height: 35px;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0px /*{a-bar-shadow-radius}*/ #FFF /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8f8f8 /*{a-bar-background-start}*/), to( #eaeaea /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/);
	font-size:12px;
	z-index: 1001;
	float:right;
}

.ncon_item{display: flex;flex-wrap: nowrap;
overflow: hidden;
position: relative;box-sizing: border-box;
padding: 15px 12px;
background-color:#fff;border-bottom: 1px solid #EBEBEB;}

.shl-n-pic {
    width: 115px;
    min-width: 115px;
    height: 72px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}
.shl-n-pic img { width:100%; height:100%; object-fit:cover;}
.shl-left {
 width:100%
}
.shl-ptit {
 font-size:0.9rem;
 overflow:hidden;
 width:100%;
 height:2.6rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-time {
 font-size:12px;
 color:#00943e;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;

 background-repeat:no-repeat;
 padding-left:15px
}
.shl-geng{ padding-top:20px; padding-bottom:20px;}
.loading-more-button {
    width: 6rem;
    height: 2rem;
    line-height: 1.96rem;
    text-align: center;
    font-size: .8rem;
    border: 1px solid #00943e;
border-radius: 5px;
color: #00943e;
    cursor: pointer;
    margin: 0 auto;
}


/*选项卡*/
.tabs {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con{ display:none; background-color:#FFF;}

.tabs li{
float: left;
width: 33.33%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs .thistab{
float: left;
width: 33.33%;
height: 40px;
border-bottom: 1px solid #00943e;
line-height: 40px;
font-size: 0.9rem;
color: #00943e;}

.home-tit{width: 100%;
position: relative;
margin-top: 10px;border-bottom: 1px solid #EBEBEB; padding:13px 14px; background-color:#FFF;font-size: 0.9rem;color: #0579cb; box-sizing:border-box;}
.home-tit .dtit { font-weight:bold; float:left;}
.home-tit a {

    font-family: Arial;
    font-size: 10px;
    float: right;
    color: #666;
    text-align: right;
    display: block;
    padding-top: 6px;
}

.shl-zj{display: flex;flex-wrap: wrap; background-color:#FFF; box-sizing:border-box;padding: 7px; text-align:center;}
.shl-zjsection {
    width: 50%;
    padding: 5px;box-sizing:border-box;
}
.zjkuang {border: 1px solid #EBEBEB;box-sizing:border-box; padding:6px 6px 12px 6px; border-radius:5px;box-shadow: 0px 0px 5px #E4E4E4;}
.shl-zjpic{width: 4.2rem;
height: 4.2rem;
overflow: hidden;
position: relative; border-radius:50%; overflow:hidden; margin:0 auto; margin-top:0.6rem;}
.shl-zjpic img{width: 100%;
height: 100%; object-fit:cover;}
.zjtit1{ font-size:0.9rem; height:2.6rem;
 line-height:1.3rem; overflow:hidden; margin-top:10px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit2{font-size:0.8rem; height:2rem; line-height:1rem; color:#959595; overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit3{font-size:0.7rem; height:1.4rem; line-height:1.4rem; border-radius:0.7rem; width:4rem; text-align:center; border:1px solid #0a53a3; margin:0 auto; margin-top:10px; color:#0a53a3;}



/*选项卡*/
.tabs2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con2{ display:none; background-color:#FFF;}

.tabs2 li{
float: left;
width: 50%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs2 .thistab{
float: left;
width: 50%;
height: 40px;
border-bottom: 1px solid #029d25;
line-height: 40px;
font-size: 0.9rem;
color: #029d25;}


.shl-djt{display: flex;flex-wrap: wrap;box-sizing:border-box;}
.shl-section {
    width: 50%;
    padding: 8px;box-sizing:border-box;
}
.skkk {
    background-color: #fff;
  
}
.shl-djtpic{width: 100%;
height: 110px; border-bottom:1px solid #f2f2f2;
overflow: hidden;
position: relative;}
.shl-djtpic img{width: 100%;
height: 100%; object-fit:cover;}
.shlne {
    padding: 10px;
}
.djtte{ font-size:0.9rem;
 overflow:hidden; text-align:center;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
 
 .djttime {
 font-size:12px;
 color:#969696;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;
 background-position: left center;
 background-repeat:no-repeat;
 padding-left:15px; height:15px; line-height:15px;
}

.jigou{ background-color:#FFF;}
.jigouname{ font-size:0.9rem;color: #0a53a3;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical}
.jigoumiaoshu{
	font-size:12px;
 color:#969696;
 margin-top:6px;
  overflow:hidden;
 height:3rem;
 line-height:1rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:3;
 /*显示行数*/-webkit-box-orient:vertical}

.jigou-pic {
    width: 115px;
    min-width: 115px;
    height: 82px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}

.wap_add{ background:url(../images/in_28.jpg) no-repeat left; padding-left:3rem; height:40px; line-height:40px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; overflow:hidden!important }
.wap_tel{ background:url(../images/in_30.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:20px;}
.wap_mail{ background:url(../images/in_32.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:40px;}
.wap_line{ margin-top:0.8rem; margin-bottom:0.8rem; background:#d8d8d8; height:1px; width:100%;}
.foot2-wap { width:100%; margin:0 auto;
    display: block;
    text-align: center;
    padding-top: 1rem;
    font-size: 0.8rem;
	padding-bottom: 1rem;background:#00943e;color:#fff;
}
.foot2-wap a {
    color: #fff;
}

.tit4 {
    width: 100%;
    padding: 15px;
    border-bottom: 
    #EBEBEB 1px solid;
    overflow: hidden; background-color:#FFF; box-sizing:border-box;
}
.tit4 .tout {width: 100%; display:flex;}
.ttpic{ width:4.4rem; min-width:4.4rem; margin-right:10px;}
.ttpic img{ width:100%;}
.tit4 .tout .text { width: 100%;}
.tit4 .tout .text h3 {

    font-size: 1rem;
    font-weight: bold;
    color: 004276;
    line-height: 1.5rem;
	height:1.5rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical;

}
.tit4 .tout .text h3 a { color: #0a53b8;}
.tit4 .tout .text .tex {
	font-size:0.75rem;
    color: #888;
	  line-height: 1rem;
	height:2rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical; margin-top:8px; 

}
.tit4 .touj {width: 100%; display:flex; align-items: center; background-color:#f2f2f2;}
.tjzjleft {
    width: 2rem;
	min-width: 2rem;
    text-align: center;
    line-height: 1.1rem;
    padding: 8px 0;
    background:#0a53a3;
    color: #fff; 
     font-size:0.9rem;
    
}
.zjtu{min-width:4.2rem;width: 4.2rem;height: 4.2rem; overflow:hidden; border-radius:50%; margin-right:10px; margin-left: 15px;}
.zjtu img{width: 100%;height: 100%; object-fit: cover; display:block;}
.rszj{ width:100%;}
.rszjtit {
	font-size:0.75rem;
    color: #888;
	  line-height: 1.1rem;
	height:1.1rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; padding-right: 6px;

}





.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


.tbottom{ height:70px;}
#BottomNav {
    /*background: #0a53a3 none repeat scroll 0 0;*/
	background: rgba(36,131,61,0.9) none repeat scroll 0 0;
    bottom: 0;
    height: 3em;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index:9999999;
}
#BottomNav ul li {
    float: left;
   
    text-align: center;
    width: 16.66%; 
}

.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #00943e;
    display: block;
     padding-bottom:0.5rem; 
    padding-top:0.5rem; 

}


#BottomNav ul li a div {
    font-size: 0.7rem; padding-top:0.25rem;padding-bottom:0.4rem; 
}
#BottomNav .yy1 {
    background-image: url(../images/yy1.png);
}
#BottomNav .yy2 {
    background-image: url(../images/yy2.png);
}
#BottomNav .yy3 {
    background-image: url(../images/yy3.png);
}
#BottomNav .yy4 {
    background-image: url(../images/yy4.png);
}
#BottomNav .yy5 {
    background-image: url(../images/yy5.png);
}
.yy6 {
    background: url(../images/yy6.png) no-repeat left;
	    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
}
#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
	
}

.shl-toug{ height:50px; width:100%;}
.shl-mingx{ width:14.285%; float:left }
.shl-mingx img{ width:100%; height:100%; object-fit:cover;}

#msk{ display:block; position:absolute; width:100%; height:100%; background:#000; opacity:0.5; top:0px; left:0; z-index:50;}
#menu{ position:fixed; width:200px; height:100%;  right:-200px; background:#333; color:#fff; z-index:200; display:none; font-size:0.9rem;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);overflow-y: scroll;}
.menu1{ position:absolute; width:200px; height:100%;  right:-200px; background:#444; color:#fff; z-index:300; display:none;}

#menu li:after , .menu1 li:after{ content:''; display:block; width:100%;  border-bottom:1px solid #222;}
#menu a , .menu1 a{  line-height:45px;  padding:0 20px 0 35px; border:none; display:block;  color:#fff;font-size: 0.8rem;}
/*---
#menu a:after , .menu1 a:after{
	display:block; content:''; position:absolute; 
	right:15px;
	top:50%;
	margin-top:-4px;
	width:6px; height:6px;
	border:2px solid #fff;
	border-width:2px 2px 0 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}---*/
.mshouyeico{background-image: url(../images/drawer-home.png); background-repeat:no-repeat; background-position:right center; background-size:auto 22px;}

.main{ max-width:640px; width:100%;}
.op{width:100%; max-width:640px; position:relative; margin:0 auto;overflow: hidden;}



		.menu_open{ display: block;}
	.menu_close{ display: none; background: url(../images/wap_close.png) no-repeat;background-size: auto 86%; background-position: center center; background-repeat: no-repeat; width: 30px; height: 30px;position: absolute; right: 10px;top: 10px;}
	.msk {display: none; position: fixed; width: 100%; height: 100%;  top: 50px; left: 0; background-color:rgba(0,0,0,0.5); z-index: 100010; }
	.menu { position: fixed; width: 200px; height: 100%; top: 50px; right:-200px; background: #333;color: #666;z-index: 100015;box-sizing: border-box; padding-bottom: 50px;overflow-y: auto;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);padding-left: 10px; padding-right: 10px;}
	.menu .onemenu,.menu a.onemenu,.menu a.onemenub{ color: #fff; font-size: 16px; display: block; height: 45px; line-height: 45px;}
	.menu .menu-li{border-bottom: 1px solid #222;}
	.menu .menu-li::after {content: ''; display: block;width: 100%;border-bottom: 1px solid #404040;}
	.menu .twoul{ display: none;}
	.menu .twoul li{ position: relative; background-color: rgba(255,255,255, .1); padding: 12px 0 12px 0px; margin-top: 1px; font-size: 14px;}
	.menu .twoul li::after{display: block;content: "";position: absolute;right: 8px;top: 52%;margin-top: -5px;width: 6px;height: 6px;border: 2px solid #666;border-width: 2px 2px 0 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.menu .twoul li a{color: #fff; font-size: 14px; display: block; color: #fff; padding-left: 15px;}
	
	.menuico_right{ background: url('../images/shl-down-open.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_down{ background: url('../images/shl-down-open1.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_up{ background: url('../images/shl-down-open2.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	/* .menu .onemenu{ color: #fff; font-size: 14px;} */
}


@media all and (max-width:640px){

body{ margin:0 auto;padding:0px;width:100%;font-family:microsoft yahei;font-size:14px!important;color:#6c6c6c; line-height:24px!important;}


.sy_head_top{display:none;  }
/*------------公司---------*/

.head{display:none;  }


.header, .content, .footer, .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}










/*首页简介*/
.s_jj_box{ width:90%; margin:0 auto; margin-top:20px;}
.s_jj_left{ width:100%; float:left;}
.s_jj_left img{ width:100%; height:auto}
.s_jj_kuang{ background-image:url(../images/img1.jpg); width:100%; height:200px; margin-bottom:8px;}
.s_jj_kuang .s_jj_pic{ float:left; margin-left:52px; margin-top:63px;}
.s_jj_wenzi{ float:left; margin-left:11px; padding-top:68px; position:relative}

.s_jj_wenzi:before{ width:40px; height:2px; background:#fff; content:""; position:absolute; left:0px; top:40%}

.s_jj_wenzi .s_jj_p1{ font-size:29px; color:#fff; font-weight:bold;}
.s_jj_wenzi .s_jj_p2{ font-size:18px; color:#fff; margin-top:1px; }

.s_jj_pic1{ width:231px; height:293px; overflow:hidden; float:left;}
.s_jj_pic1 img{ transform: scale(1);transition: all 1s ease-out;  }
.s_jj_pic1 img:hover{transform: scale(1.2);  }
.s_jj_kuang2{ width:321px; float:right;}

.s_jj_pic2{ width:321px; height:119px; overflow:hidden; margin-bottom:8px;}
.s_jj_pic2 img{transform: scale(1);transition: all 1s ease-out;}
.s_jj_pic2 img:hover{transform: scale(1.2);  }
.s_jj_pic3{ width:321px; height:165px; overflow:hidden;}
.s_jj_pic3 img{transform: scale(1);transition: all 1s ease-out;}
.s_jj_pic3 img:hover{transform: scale(1.2);  }

.s_jj_right{ width:100%; float:left;}
.s_jj_right .s_jj_p3{ font-size:20px; color:#333; font-weight:normal; float:left; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; padding-top:18px}

.s_jj_right .s_jj_p3 span{ font-size:20px; font-weight:normal; font-family:Barlow-Regular; background-image: -webkit-linear-gradient(left,#3f94bb,#0d4f89,#20527d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
@font-face {
	font-family:Helvetica Medium;
	src: url('../fonts/Helvetica Medium.ttf'); }
.s_jj_right .s_jj_pic4{ float:right; margin-top:57px;}
.s_jj_right .s_jj_line{ height:1px; background-color:#eeeeee; margin-top:10px; margin-bottom:12px; margin-top:12px;}
.s_jj_nr p{ font-size:14px; color:#555555; line-height:24px;}
.s_jj_nr p a{color:#555555;}

.s_jj_more{ width:102px; margin-top:0px;transition:all 0.4s linear;}
.s_jj_more p a{ display:block; font-size:14px; color:#fff; line-height:30px; background-color:#0b5ba2; text-align:center;}
.s_jj_more:hover{ margin-left:20px;}
 line{ width: 40px;
    height: 1px;
    background: #727272;
    margin: 0 auto; 
    display: inline-block;
    vertical-align: middle; }
.con {
    width: 100%;
    margin: 0px auto; margin-top:20px
}
.liaojie_con dl {
    width: 33.3%;
    float: left;
    margin-top: 0px;
    text-align: center;
    padding-top:0%;
    height:150px; line-height:12px;
    position: relative;
    overflow: hidden;
    background: url(../images/a_xx2.jpg) no-repeat right top;
}.liaojie_con dl dt {
    width: 100%;
    height:auto;
    position: absolute;
    z-index: 9;text-align:center; line-height:12px;
}
.liaojie_con dl dt img{ text-align:center; margin:0 auto}

img {
    vertical-align: middle;
}.liaojie_con dl dd {
    position: absolute;
    z-index: 9;
    top: 50%;
    width: 100%;
}.liaojie_con dl dd h3 {
    font-size:14px;
    color: #505050;
    line-height:20px;
    font-weight:normal;
    background: url(../images/a_xx.jpg) no-repeat center top;
    height:auto;
}
.liaojie_con dl dd p{ font-size:15px; font-family:Arial, Helvetica, sans-serif; color:#6c7778; line-height:20px;}
.liaojie_con dl:hover img{transform: rotate(360deg); transition:all 0.4s}













/*首页产品*/
.s_pro_bg{background:url(../images/img6.jpg) center no-repeat; width:100%; height:auto; padding-bottom:40px; margin-top:0px;background-attachment:fixed; background-size: cover;}
.s_pro_box{ width:90%; margin:0 auto; padding-top:30px; text-align:center}
.s_pro_box .s_pro_p1{ float:right; background:#e1630e; text-align:center; color:#FFFFFF; line-height:25px; padding-left:15px; padding-right:15px; border-radius:2px; margin-right:10px; margin-top:-28px; font-size:12px;}
.s_pro_box .s_pro_p2{ font-size:20px; color:#111111; text-align:left; width:90%; float:left; margin-top:0px;margin-bottom:10px; font-weight:900; padding-left:10px; }


#wrap2{ width:100%; }
#wrap2 ul{ width:100%; display:block; flex-wrap: nowrap ;}

#wrap2 ul li .a1 img{
	width: 100%;
	height: 255px;
}
#wrap2 ul li{ 
	border-radius:10px;
	height:auto; margin-left:0px; margin-right:0px;
	list-style: none;
	position: relative;
	float: left; width:100%;
	overflow: hidden; margin-bottom:10px; flex:none
} 



#wrap2 ul li .a1 .divA{
	position: absolute;
	bottom: 3px;
	left: 0;

	
}
#wrap2 ul li .a1 .divA>.p1{
	 padding-left:30px;
	font-size:15px;    
    color: #fff; text-align:left
}
#wrap2 ul li .a1 .divA>.p2{
	 padding-left:30px;
    font-size: 14px; padding-top:0px;
    color: #fff; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; text-align:left;font-family:Barlow-Regular
}
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }









.sy_about3 { width:90%; clear:both; overflow:visible; padding-left:5% }

.sy_about3 .con_zi {width:100%; float:left; padding-right:0%;}

.sy_about3 .con { padding:0px 0%; margin:auto; padding-top:20px; width:100%; padding-bottom:20px;}



#demo {
background: #FFF;
overflow:hidden; height:160px;
width:100%;
background:none; margin:auto; font-size:14px; line-height:45px;
}
#demo img { width:220px;height:150px;border-radius:5px;
}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}	







/*遮罩*/
#wrap2 ul li .a2{
	position: absolute;
	top: 0;
	left:-100%;
	width:100%;
	height: 255px;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap2 ul li .a2 .p4{
	width:82%; 
	position: absolute;
	top:10px;  
	color: #fff;
	font-size:14px; border-bottom:1px solid #fff; padding-bottom:0px;
    transition: all 0.2s 0.1s ease-out ;  
}
 #wrap2 ul li .a2 .p4 span{ font-size:12px; font-family:Barlow-Regular}
#wrap2 ul li .a2 .p5{
	width:85%; height:150px; background:url(../images/img5.png) repeat-x bottom center;
	position: absolute;
	top:70px; left:0px;
    transition: all 0.2s 0.2s ease-out ;  
}

#wrap2 ul li .a2 .p5 p{ font-size:14px; color:#fff; line-height:22px; margin-bottom:2px; border:1px #fff solid; padding:0.5%; }
#wrap2 ul li .a2 .p5 p:hover{ background:#007deb; transition:all 0.4s}
#wrap2 ul li .a2 .p5 p span{
font-family:Arial, Helvetica, sans-serif; font-size:11px;color:rgb(255,255,255,.7)
}
#wrap2 ul li .a2 .p5 p a{color:#fff;}


#wrap2 ul li .a2 .p7{ font-size:14px; color:#fff; 
	position: absolute;
	bottom: 100px;
	left:27px;	
	transition: all 0.2s 0.2s ; z-index:999
}

#wrap2 ul li .a2 .p7 a{ color:#fff;}




.s_pro_box1{ width:100%; margin:0 auto; margin-top:68px;}

.ss2{ float:left; }
.ss2 .ss_title2{ width:100%; height:52px; float:left; border:0;  background-color:#ebebeb; font-size:15px; color:#626262; line-height:52px; padding-left:24px;}
.ss2 .ss_pic3{ float:left; border:0;}

.s_pro_more1{ width:100%; margin:0 auto}
.s_pro_more1 p a{ display:block; font-size:14px; color:#fff; line-height:52px; text-align:center; background-color:#5f5f5f;transition:all 0.2s linear;}
.s_pro_more1 p a:hover{background-color:#31a34e;}









/*首页新闻*/


.news_2 {
	width:100%;
	margin:0 auto;
	background:#f7f7f7;
	height:370px
}
.news_1 .s_pro_p1{ float:right; background:#e1630e; text-align:center; color:#FFFFFF; line-height:28px; padding-left:20px; padding-right:20px; border-radius:5px; margin-top:-55px; font-size:12px;}
.news_1 .s_pro_p2{ font-size:20px; color:#111111; text-align:left; width:80%; float:left; margin-top:0px;margin-bottom:20px; font-weight:900;}




.news_1 {
	width:90%;
	margin:0 auto;
}


.news_1 h2 {
	font-size:32px;
	font-family:SourceHanSerifCN-Bold_0;
	color:#181818;
	text-align:center;
	background:url(../images/line4.jpg) no-repeat center bottom;
	padding-bottom:20px
}


.con {
    width: 100%;
    margin:0px auto;
}.biaoti {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
}.biaoti h3 {
    color: #555;
    font-size: 48px;
    line-height: 35px;
    font-weight: normal;
    margin: 0 auto;
}.biaoti p {
    text-transform: uppercase;
    color: #262525;
    font-size: 16px;
    line-height: 50px;
}.zzsc .tab {
	overflow:hidden;
	width:662px;
	height:50px;
	line-height:50px;
	float:left
}
.zzsc .tab a {
	display:block;
	float:left;
	text-decoration:none;
	color:#333;
	width:217px;
	text-align:center;
	font-size:17px;
	background:#f7f7f7;
	margin-right:3px
}
.zzsc .tab a:hover {
	background:#a9194f;
	color:#fff;
	text-decoration:none;
}
.zzsc .tab a.on {
	background:#a9194f;
	color:#fff;
	text-decoration:none;
}
.zzsc .content_2 {
	overflow:hidden;
	width:100%;
	position:relative;
	height:250px;
	margin-top:0px
}
.zzsc .content_2 ul {
	position:absolute;
	left:0;
	top:0;
}
.zzsc .content_2 li {
	width:657px;
	float:left;
	border-bottom:1px #d9d9d9 solid; padding-bottom:8px; margin-bottom:10px;
}.zzsc .content_2 li:hover h4{ background-image: -webkit-linear-gradient(left,#034991,#034991,#20527d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
	
.zzsc .content_2 li:hover { margin-left:2%;  transition:all 0.4s}	
	
.zzsc .content_2 li:hover	.home_news_li_r{background-image: -webkit-linear-gradient(left,#034991,#20527d); color:#fff}
.zzsc .content_2 .fifi {
	display:block;
	padding-top:0px;
	width:100%;
	float:left;
}
.content_2 li {
	border-bottom:1px #d9d9d9 solid
}
.content_2 .riri {
	width:122px;
	float:right;
	margin-top:50px
}
.content_2 .home_news_li_r {
	color: #333;
	border: 1px solid #ababab;
	transition:All 0.4s ease-in-out;
	font-size:14px;
	text-align:center;
	line-height:35px;
	margin:0!important;
	margin-top:50px;
	width:115px;
	height:35px;
	float:left;
	
}
.content_2 .home_news_li_r:hover {
	background:#034991;
	color:#fff
}
.home_news_li_m {
	width:75%; padding-right:7%;
	float:left;
}
.home_news_li_m h4 {
	color:#000;
	font-size:14px;
	font-weight:normal;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.home_news_li_l {
	font-size:14px;
	width:115px;
	float:left;
	text-align:center;
	color:#fff
}
.home_news_li_l span {
	font-size:30px;
	margin-top:10px;
	display:block
}
.home_news_li_m p {
	color:#666;
	font-size:12px;
	line-height:20px
}
.home_news_li_m span {
	color:#8b8b8b;
	font-size:14px;
	line-height:22px
}
.home_news_tu {
display:none;
}
.home_news_tu_img {
	width:596px;
	height:410px;
	position:absolute;
	top:0px;
	left:0px;
}
.home_news_tu_con {
	width:596px;
	height:108px;
	position:absolute;
	bottom:0px;
	left:0px;background-image: -webkit-linear-gradient(left,#034991,#82cb60);
	display:flex;
	justify-content: space-between;
	opacity:0.83;
}
.home_news_li_m a {
	color:#0341a6
}
.home_news_tu_con h3 {
	padding-left:45px;
	padding-top:20px;
	color:#FFF;
	line-height:33px;
	font-size:17px;
	font-weight:normal;
	font-family:Barlow-Regular;
}
.home_news_tu_con h3 p {
	font-family:"微软雅黑";
	font-size:17px;
	line-height:23px;
}
.home_news_tu_con_b {
	float:right;
	padding-right:43px;
	padding-top:43px;
}
.zzsc a .home_news_tu.right .home_news_tu_img, .zzsc a .home_news_tu.right .home_news_tu_con {
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.zzsc a:hover .home_news_tu.right .home_news_tu_img {
	width:110%;
	height:110%;
	top:-5%;
	left:-5%;
}
.zzsc a:hover .home_news_tu.right .home_news_tu_con {
	height:90px;
}
.index_2 {
	width:100%;
	background:url(../images/bg34.jpg) no-repeat center top fixed;
	color:#fff;
	text-align:center;
	padding-bottom:10%;
	position:relative;
	padding-top:8.70833333333333vw;
}
.index_2_2 {
	position:relative;
	margin-top:1em;
	color:rgb(255, 255, 255, .7);
	padding-bottom:1.5em;
	font-size:18px;
}
.index_2_1 {
	font-size:50px;
}
.index_2_1 b {
	font-weight:100;
	font-family:"微软雅黑"
}
.index_2_2:after {
	margin-left:-20px;
	bottom:0;
	content:'';
	position:absolute;
	left:50%;
	height:2px;
	background-color:#fff;
	width:40px;
}
.index_2 .wmid {
	position:relative;
	z-index:10;
}
.index_2:after {
	background-color:#000;
	opacity:0;
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.index_2_3 {
	margin-top:4em;
}
.zl {
	width:100%;
	clear:both;
	overflow:visible;
}
.zl dl {
	width:24%;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:18px;
}
.zl dl img {
	margin:0px auto 27px;

}
.zl dl dt {
	line-height:26px;
	width:70%;
	margin:0px auto;
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	font-family:EUCLIDCIRCULARA
}
.zl dl dd {
	color:#fff;
	font-size:18px;
	font-weight:100;
	line-height:27px;
	font-family:Barlow-Regular;
	padding-top:30px
}.zzsc {
    width:100%;
    margin: 0 auto;
}
.a_more{ font-size:14px; color:#fff!important; line-height:25px; width:100px; margin:auto;display:inline-block; font-size:12px; 
  border: 1px solid #fff; 
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; margin:0 auto; margin-top:10px; display:block; text-align:center
}
.a_more a{  color:#fff!important; text-align:center;
}
.a_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background:#e1630e;
    color: #fff;
}
.a_more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.a_more:hover{ color:#fff;}





/*首页联系我们*/
.s_lx_bg1{ background-color:#0b5ba2; height:55px; margin-top:22px; padding-top:26px;}
.s_lx_bg1 .s_lx_line1{ height:1px; background-color:#46a3ac;}
.s_lx_bg1 p{ font-size:14px; color:#63aeb6; text-transform:uppercase; text-align:center; line-height:28px; font-weight:bold; letter-spacing:14px;}


.s_lx_bg{ background:url(../images/bg2.jpg) center no-repeat; width:100%; height:200px;background-attachment:fixed; background-size: cover;}
.s_lx_box{ width:90%; margin:0 auto; padding-top:50px;}
.s_lx_box .s_lx_p1{ font-size:14px; color:#fff; text-align:center; letter-spacing:0px }
.s_lx_box .s_lx_p2{ font-size:17px; color:#fff; font-weight:bold; margin-top:8px;text-align:center}
.s_lx_box .s_lx_line{ width:54px; height:2px; background-color:#9d9b99; margin-top:16px; margin-bottom:27px;}
.s_lx_nr p{ font-size:12px; color:#000; line-height:25px;}
.s_lx_nr p a{ color:#000;}
.s_lx_nr{margin-left:130px;}





.foot .wd1300{ padding-top:20px; padding-bottom:20px;font-size:14px; color:#fff;}
.fmenu{ display:none;}
.foot .foota{display:none;}
.flex {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.foot .foota{ padding-top:20px; padding-bottom:10px; color:#fff; font-size:14px;margin-top:30px; border-bottom:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1); }


.foot .flian ul li:nth-child(2n){ float:right}
.foot .flian ul li{ width:100%; float:left;display: flex; align-items: center; margin-bottom:0px; }
.foot .flian ul li .ictxt{ font-weight:normal; margin-left:20px;}
.foot .flian ul li .ictu{width: 22px;
height:22px;
border-radius: 50%;
overflow: hidden;
background-color: #0067ac;
min-width: 22px;}
.foot .flian ul li a{ color:#fff;}
.foot .flian ul li .ico_add { background:url(../images/ico2.png) no-repeat center;background-size: auto 15px;background-color: #0b5ba2;}
.foot .flian ul li .ico_tel { background:url(../images/ico1.png) no-repeat center;background-size: auto 15px;background-color: #0b5ba2;}
.foot .flian ul li .ico_email { background:url(../images/ico3.png) no-repeat center;background-size: auto 15px;background-color: #0b5ba2;}
.foot .flian ul li .ico_url { background:url(../images/ico4.png) no-repeat center;background-size: auto 15px;background-color: #0b5ba2;}



.ewm img{display:none;}
.ewm p{ text-align:center; margin-top:0px;}


.banquan{ color:#ccc; padding-top:0px; font-size:14px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;text-decoration:none;color:#ccc;font-size:14px;}

a.zzb07link:hover {text-decoration: underline;color:#fff}
.zzb07tail{font-family:Arial, Helvetica, sans-serif;color:#ccc;font-size:14px;}
.wd1300 {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

}














