﻿/*通用类*/
*{
	margin:0;
	padding:0;		
}
body{		
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	text-align:justify;	
	color:#252525;
	overflow-x:hidden;
	position:relative;
}

html {
    scroll-behavior: smooth;
}
.anchor_point{
	display:block;
	height:100px;
	margin-top:-100px;
}

h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#252525;
	text-decoration:none !important;	
	outline:none !important;
}
a:hover{
	color:#345092;	
}
ul{
	list-style-type:none;	
	margin:0;
}
dl{
	margin:0;
	padding:0;	
}
em{
	font-style:normal;	
}
ut.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.clear{
	clear: both;
}
.pcpc{
	display: block;
}
.mobmob{display:none;}

.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.ck_device{
	position:absolute;
	top:-300px;
}

.pageBox img{
    max-width: 100%;
    height: auto;
}
/*所有设备公用 CSS*/
.wrapin{
	width:1300px;
	margin-left:auto;
	margin-right:auto;	
}
.wrapin2{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.bg1{
	background: #E6E6E6;
	padding: 100px 0px;
}
.bg2{
	background: #fcfcfc;
}
.bg22{
	background: #F0F0F0;
}


.bg3{
	background: #fcfcfc;
    padding: 50px 0px;
}
.bg4{
    background: url("../images/bg4.jpg?v=4");
}

.bg5{
	background: #EEEEEE;
    padding: 50px 0;
}

.bg6{
	background: #E9E9E9;
}

.bg7{
    background: url("../images/bg7.png?v=3");
    background-repeat: repeat-x;
}

.bg8{
	background: #fff;
    padding:40px 3%;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    width: 94%;
}

.bg9{
	background: #fff;
    padding:40px 0;
}
.bg10{
    background: url("../images/bg8.png?v=4");
    background-repeat: repeat-x;
    background-position: 50% 0%;
}
/*total*/





.news-list {
    margin-top: 60px;
    margin-bottom: 40px;
}

.news-list ul {
    /* width: 960px; */
    margin: 0 -1%;
}

.news-list ul li {
    list-style: none;
    float: left;
    width: 48%;
    margin: 0 1%;
    position: relative;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}


.news-list ul li:hover {
    -webkit-box-shadow: 0px 7px 17px 3px #ccc;
    -moz-box-shadow: 0px 7px 17px 3px #ccc;
    box-shadow: 0px 7px 17px 3px #ccc;
}

.news-list ul li a {
    display: block;
}

.news-list ul li .news-text {
    position: relative;
}

.news-list ul li .time {
    color: #666;
    position: absolute;
    height: 120px;
    width: 120px;
    left: 0;
    top: 0;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    background: #fa7715;
    padding: 25px 0;
    box-sizing: border-box;
}

.news-list ul li .time h4 {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 100;
    margin: 0;
}

.news-list ul li .time p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.news-list ul li .text {
    float: left;
    color: #333;
    padding-left: 140px;
    box-sizing: border-box;
    width: 100%;
    min-height: 64px;
    min-height: 120px;
    padding-top: 20px;
}

.news-list ul li .text h2 {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space:nowrap; 
}

.news-list ul li .text p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li .text .more p {
    color: #F85A16;
    font-size: 12px;
}







.header-mb{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.header-mb .logo{
	float:left;
	margin-left:3%;
}
.header-mb .logo img{
	display:block;
	height:50px;
	width:auto;
}
.header-mb-zw{
	height:51px;
	clear:both;
}
.nav-mb{
	position:fixed;
	right:0;
	top:0;
	z-index:100;	
	width:50%;
	height:100%;	
	padding-top:50px;
	display:none;
}
.nav-mbshow{
	display:block;
	background:url("../images/bg_22.png");	
}
.menu-btn{
	width:40px;
	height:30px;
	border:1px solid #ddd;
	border-radius:5px;	
	position:fixed;
	right:3%;
	top:10px;
	background:#fff url("../images/menu.png") no-repeat center center;
	z-index:110;
}
.menu-btnshow{
	background-image:url("../images/menu_close.png");	
}
.nav-mb dl{
	width:90%;
	margin:0 auto;	
	font-size:14px;
}
.nav-mb a{
	display:block;	
}
.nav-mb dt{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;	
	
}
.nav-mb .down dt{
	
}
.nav-mb .par2{
	background:url("../images/add_btn.png") no-repeat right center;
}
.nav-mb .down .par2{
	background-image:url("../images/close_btn.png");
}
.nav-mb dd{
	line-height:30px;	
	display:none;
}
.nav-mb .down dd{
	display:block;	
}
.nav-mb dd a{
	color:#666;	
	padding:0 10px;
}

.topcai{
    width: 100%;
    margin: 0 auto;
    background: #fa7715;
    height: 40px;
    line-height: 40px;
    color:#fff;
}

.topcaileft{
    width: 50%;
    float: left;
    text-align: left;
    
    font-size: 18px;
    line-height: 40px;
}
 
.topcaileft span{
    padding-top: 5px;
}
.topcaileft img{
    vertical-align: middle;
    padding-right:10px;
}
 
.topcairight{
    width: 50%;
    float: left;
    text-align: right;
    line-height: 40px;
}

.topcairight img{
    height: 30px;
    width: auto;
    margin-right: 15px;
    vertical-align: middle;
}

.header{
	height: 130px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 100;
	/*
    	background:rgba(226,0,0,0.8);

	border-bottom:1px solid rgba(255,255,255,0.6);
	*/
	box-shadow:0 0 10px rgba(255,255,255,0.4);
}
.headerafter{
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.header .logo{
	position: absolute;
	left: 10px;
	top: 40px;
	display: block;
}
.header .logo img{
	display: block;
	height: 90px;
}
.header .logo2{
	left: 10px;
	top: 40px;
    float: left;
}
.header .logo2 img{
	display: block;
	height: 90px;
}
.headerafter .logo{
	display: none;
}
.headerafter .logo2{
	display: block;
}
.header .logo3{
	position: absolute;
	left: 10px;
	top: 40px;
	display: none;
}
.header .logo3 img{
	display: block;
	height: 90px;
}
.header .tel{
	position: absolute;
	right: 0;
	top: 40px;
	height: 90px;
	line-height: 90px;
	color:#fff;
	background:#e20000 url("../images/head_tel.png") no-repeat 15px center;
	padding:0 20px 0 50px;
}
.header .tel span{
	font-size:20px;
}

/*total*/

/*hm首页*/

.lybanner{
	width: 100%;
	height: auto;
	margin: 0 auto;
    margin-top:60px;
}

.lybanner img{
	width: 100%;
	height: auto;
	float: left;
}

.banner{
	width:100%;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;		
}
.banner .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide video{
	display: block;
	outline:none;
	width: 100%;
	height: auto;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.banner .swiper-slide a{
	display:block;
	width:100%;	
	position: relative;
}
.banner .swiper-slide .tip{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	margin-top:-15px;
	font-size:50px;
	color:#fff;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:50px;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}


.nav{
	width: 1000px;
	margin:0 auto;
    float: right;
}
.nav_in{
	float: left;
	width: 125px;
}
.nav_in .par{
	display: block;
	width: 125px;
	line-height: 90px;
	color:#fff;
	text-align: center;
	font-size:16px;
}
.headerafter .nav_in .par{
	color:#252525;
}
.nav_in .par2:hover{
	background:url("../images/nav_in.png?v=1") no-repeat 60px 60px;
}
.headerafter .nav_in .par2:hover{
	background-image:url("../images/nav_in2.png?v=1");
}
.nav_in .down{
	width: 400px;
	height: auto;
	min-height: 200px;
	border:0px solid rgba(0,0,0,0.6);
	background:rgba(255,255,255,0.8);
	display: none;
}
.headerafter .nav_in .down{
	background:#fff;
}
.nav_in:hover .down{
	display: block;
}
.nav_in ul{
	float: left;
	width: 180px;
	padding:14px 0 10px 26px;
	line-height: 36px;
}
.nav_in li{
	font-size:14px;
}
.nav_in li a{
	color:#000;
}
.nav_in li a:hover{
	color:#f00;
}
.nav_in .fg{
	float: left;
	height: 146px;
	margin:27px 0 0 0;
	border-left:1px solid #afcea2;
}
.nav_in .photo{
	width: 137px;
	height: 90px;
	margin:54px 0 0 25px;
	float: left;
	display: block;
}
.nav_in .photo img{
	display: block;
	width: 137px;
	height: 90px;
}

.topbottom{ 
padding: 80px 0px;
}
.topbottom2{ 
padding: 65px 0px;
}
.bottombottom{ 
padding: 0 0px 80px;
}

.topbottom3{
    margin: 40px auto;
    
}


.toptop{
    padding-top: 50px;
}
.toptop2{
    padding-top: 30px;
}

.webmain{ padding: 30px;}
.webmain .t1{font-size: 22px; font-weight: bold; line-height: 45px;}
.webmain .t2{font-size: 16px; line-height: 40px; background: #FFA500; padding-left: 10px; margin: 10px auto 20px}
.webmain .t3{
    margin: 10px auto;
}
.webmain .t4 a{
    width: 140px;
    height: 40px;
    display: block;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #DE2A1C;
    text-align: center;
    line-height: 40px;
}
.webmain .t4 a:hover{
    background-color: #151716;
}

.dhtbg{
    background:#E03927;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    height: 420px;
}

.dhtbg .tt1{
    padding-top: 100px;
    font-size: 16px;
}
.dhtbg .tt2{
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
}

.dhtbg .tt4 a{
    width:220px;
    border:1px #FFFFFF solid;
    margin: 50px auto 0;
    color: #fff;
    line-height: 45px;
    display: block
    
}

.dhtbg .tt4 a:hover{
     background:#fff;
     color:#E03927;
}

.leftleft{width: 550px; padding-right: 100px; line-height: 30px; font-size: 16px;}
.kuan93{ width: 93%; border-bottom: 2px #DF0C0F solid; margin-top:40px; padding-bottom: 5px;}
.kuan93 span{ float: right;}
.kuan100{ width: 100%; border-bottom: 2px #DF0C0F solid;margin-top:30px;padding-bottom: 5px;}
.txt1{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.home-tit{ display: block; width: 100%; text-align: left; color: #fa7715; position: relative; }
.home-tit span{ font-size:30px; line-height:34px; font-weight: bold; display: inline-block; vertical-align:middle;}
.home-tit i{ margin-left: 10px; font-size: 16px; line-height:24px; text-transform:uppercase; font-style:normal; display: inline-block; vertical-align: bottom; }

.home-tit2{ display: block; width: 100%; text-align: center; color: #fa7715;padding-bottom: 10px; margin: 0 auto;}
.home-tit2 span{ font-size:30px; line-height:34px; font-weight: bold;vertical-align:middle;margin:0 10px;}
.home-tit2 i{ margin:0 0px; font-size: 46px; line-height:34px; text-transform:uppercase; font-style:normal; display: inline-block; vertical-align: bottom; }
.home-tit2 div{ font-size: 18px; color: #999}

.home-tit3{ display: block; width: 100%; text-align: left; color: #d82128;padding-bottom: 30px; margin: 0 auto;}
.home-tit3 span{ font-size:30px; line-height:34px; font-weight: bold;vertical-align:middle;margin:0 10px;}
.home-tit3 i{ margin:0 0px; font-size: 46px; line-height:34px; text-transform:uppercase; font-style:normal; display: inline-block; vertical-align: bottom; }



.home-more{ position: absolute; top:0; right:0; line-height: 52px; font-size:22px; color: #c9062c; padding-left: 72px; }
.home-more em{ display: block; position: absolute; top:50%; left:0; margin-top: -16px; width:32px; height: 32px; border:1px solid #c9062c;}
.home-more em:after{ content: ""; position: absolute; top:50%; margin-top:-3px; left:13px; width: 36px; height: 7px; background: #c9062c; border:3px solid #f5f5f5; transition: all ease .6s; -webkit-transition: all ease .6s;}
.home-more:hover em:after{ width: 50px;}


.home-product{ padding: 0 7% 0% 4%; background-image: url(../images/bg1.jpg?v=1);height: 825px}
.home-product .home-tit{ padding: 0 50px; } 
.home-product-box{ margin:5% auto 0;padding:0 50px;display:flex; justify-content: space-between; -webkit-justify-content: space-between; align-items:center; -webkit-align-items:center; }
.home-product-box .text{ width: 60%; }

.home-product-box .text a{
	margin:17px 0;
	line-height:40px;
	float:left;
	position:relative;
	width:32%;
	margin-right:1%;
	display:block;
	padding-left:15px;
	text-align: left
}
.home-product-box .text a:nth-child(3n-1){ width:33%; }
.home-product-box .text a:before{ content: ""; position: absolute; top:50%; left:0; width: 2px; height: 17px; background: #333333; margin-top: -7px; }
.home-product-box .text i{ display: inline-block; vertical-align: middle; }
.home-product-box .text .defalut{ display: block; }
.home-product-box .text .hover{ display: none; }

.home-product-box .text a span{ margin-left: 5px; display: inline-block;vertical-align: middle; font-size: 16px; color: #333333; padding-right:30px; position: relative; }
.home-product-box .text a span:after{ display: none; content: ""; position: absolute; top:50%; right:0; width: 20px; height: 20px; margin-top: -10px;  background-image: url(../images/jt.png?v=1); background-size: cover;}
.home-product-box .text a:hover{ color: #d82128; }
.home-product-box .text a:hover:before{ background: #d82128; }
.home-product-box .text a:hover .defalut{ display: none; }
.home-product-box .text a:hover .hover{ display: block; }
.home-product-box .text a:hover span{ color: #d82128; }
.home-product-box .text a:hover span:after{ display: block; }

.home-product-box .img{ width:40%;}

.home-product-box .img img{
	max-width: 100%;
}

.home-product .pinti1{
    color: #333;
    font-size: 40px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.home-product .pinti2{
    color: #333;
    font-size: 34px;
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
.home-product .pinlist{
    width: 100%;
    margin: 40px auto;
    border-bottom: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    padding: 50px 0px 50px;
    height: 80px;
    background: url("../images/029.jpg?v=2");
       
}
.home-product .pinlist .line{
    border-right: 2px solid #fff;
    height: 40px;
    float: left;
    margin-top: 25px;
}
.home-product .pinlist .item{
    float: left;
    width: 24.5%;
    line-height: 46px;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.home-product .pinlist .item em{ font-size: 30px;padding-left:5px}
.home-product .pinlist .item div{ font-size: 20px;}
.home-product .pinfo{
    color: #000;
    line-height: 30px;
    font-size: 16px;
}

.home-product .moremore{
    margin: 40px auto 0;
    width: 300px;
    text-align: center;
    
}
.home-product .moremore a{
    font-size: 26px;
    color: #000;
}

.home-product .moremore a:hover{
    -webkit-animation-name: 'fkf';
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:1;
}

.a-search-link{ display: inline-block; padding: 0 30px 0 75px; font-size: 16px; background: #d82128; color: #FFFFFF; line-height: 40px; position:relative;}
.a-search-link i{ position: absolute; left:32px; top:50%; margin-top: -13px; display:block; width: 26px; height: 26px; background: url(../images/more2.png?v=3);}
.a-search-link:hover i{ transform: translateX(10px); -webkit-transform: translateX(10px);}
.a-search-link:hover{color:#FFFFFF;}

.aboutright .text{ float: left; width: 80%; position: relative; z-index: 1; padding: 100px 7% 0 5%; }
.aboutright .text .con{ margin:8% 0; font-size: 16px; line-height: 32px; text-align: justify;}


.home-contact{ padding: 0 0% 80px; width: 100%; background-image: url(../images/map.jpg); position: relative; color: #FFFFFF;}
.home-contact .home-tit{ color: #FFFFFF;}
.home-contact .content{ width: 100%;  margin: 5% auto; display: flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: flex-end; -webkit-align-items: flex-end; }
.home-contact .conten .text{ width: 56%;}
.home-contact .text .tit{ padding-bottom: 15px; font-size: 26px;}
.home-contact .text .con p{ margin-top: 40px; padding-left: 75px; font-size: 18px; position: relative; line-height: 36px;}
.home-contact .text .con p a{ color: #fff;}
.home-contact .text .con p i{ content:""; position: absolute; top:50%;margin-top: -18px; left:0; width: 36px; height: 36px; background-size: cover;}
.home-contact .text .con p .ico-01{ background-image: url(../images/c1.png);}
.home-contact .text .con p .ico-02{ background-image: url(../images/c2.png);}
.home-contact .text .con p .ico-03{ background-image: url(../images/c3.png);}
.home-contact .form{ width: 42%;}
.home-contact .form .theme{ font-size:30px; color: #ffffff; font-weight: bold;}
.home-contact .form .theme span{ color: #c9062c;}
.home-contact .form .in{ margin-top: 35px; border-bottom: 1px solid rgba(255,255,255,.3);}
.home-contact .form .in:first-child{ margin-top: 56px; }
.home-contact .form .in input{ width: 100%; line-height:24px; padding:8px 0; border: none; background: none; font-size: 17px; color:#FFFFFF;}
.home-contact .form .in input::-webkit-input-placeholder{ color: #FFFFFF;}
.home-contact .form .in input:-moz-placeholder{ color: #FFFFFF;}   
.home-contact .form .in input::-moz-placeholder{ color: #FFFFFF;}
.home-contact .form .in input:-ms-input-placeholder{ color: #FFFFFF;} 
.home-contact .form .tip{ margin-top: 60px;}
.home-contact .form .tip input{ width:146px; height: 40px; line-height: 40px; background: #c9062c; font-size: 16px; color: #FFFFFF; border: 0px}
.home-contact .form .tip input:hover{ background: #bc0d13;}
.home-contact .form .tip span{ margin-left: 25px; font-size:16px; color: #FFFFFF;}
.home-contact .form .tip span i{ font-style: normal; font-size: 20px; color: #c9062c;}

 .container2{
	width: 100%;
	max-width: 1400px;
	padding: 0 100px;
	margin: 0 auto;
}

 .container3{
	width: 100%;
	margin: 0 auto;
    text-align: center;
}
.contact-box{ background-image: url(../images/bg2.jpg?v=6); padding: 105px 0 100px;}
.contact-box .container2{ display: flex; justify-content: space-between; -webkit-justify-content: space-between; align-items:center; -webkit-align-items:center;}
.contact-box .text{ width:50%;}
.contact-box .text img{ margin: 0;}
.contact-box .text ul{ padding: 5px 0 20px;}
.contact-box .text li{ float: left; width: 33.3333%; margin-top: 55px; font-size: 20px; color:#333333;}
.contact-box .text li:nth-child(4){ width:100%;}
.contact-box .text li span{ display: block; color: #d82128; margin-bottom: 15px;}
.contact-box .text li a{ color: #333;}
.contact-box .text li a:hover{ color: #000;}

.contact-box .map-box{ margin-top:75px; width: 100%; height:450px; border: 1px solid #c9c9c9; position:relative; border-radius:8px; overflow: hidden;}
.contact-box .map-box img{ max-width:1000%;}
.contact-box .map-box .allmap{ width:100%; height: 100%; position: absolute; left: 0; top:0;} 
.contact-box .map-box .anchorBL{ display: none; }



.contact-box .form{ width: 33%; background: #FFFFFF; padding: 55px 5% 100px; margin: 0 auto;}
.contact-box .form .tit { margin-bottom: 60px; text-align: center;}
.contact-box .form .tit img{ display: inline-block; vertical-align: middle;}
.contact-box .form .tit span{ margin-left: 15px; display: inline-block; vertical-align: middle; font-size: 26px; color: #333333;}
.contact-box .form .in{ margin-top: 20px; width: 100%; position: relative; height: 54px;line-height: 54px;  background: #eeeeee;}
.contact-box .form .in input,
.contact-box .form .in textarea{ width: 100%; height: 54px; line-height: 54px; padding: 0px 15px; background: none; border: none;  font-size: 16px;}
.contact-box .form .intext{ height: auto; padding-right: 0;}
.contact-box .form .in textarea{ height: 124px;}
.contact-box .form .in span{ position: absolute; top:50%; margin-top: -15px; right:20px; width:30px; height: 30px; display: block; background-size: cover;}
.contact-box .form .in .ico-01{ background-image: url(../images/d3.png);}
.contact-box .form .in .ico-02{ background-image: url(../images/d1.png);}
.contact-box .form .in .ico-03{ background-image: url(../images/d2.png);}
.contact-box .form .button{ margin-top: 65px;}
.contact-box .form .button input{ width: 100%; height: 54px; line-height: 54px; background: #d82128; color:#FFFFFF; letter-spacing: 6px; font-size: 16px; border: 0px;}



.baselist{
	width: 100%;
	margin: 50px auto;
}
.baselist ul{
	margin: 0 -2%;
}
.baselist ul li{
	width: 27.33%;
	float: left;
	margin: 0 2%;
	background: #fff;
	padding: 1%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
    margin-bottom:50px;
}
.baselist ul li .imgs{ width: 100%; height: 240px; overflow: hidden; }
.baselist ul li .ti{ font-weight:bold;width: 100%; border-bottom: 1px #E0DDDD dashed; line-height: 50px;}
.baselist ul li .inf{min-height:130px; font-size: 14px; line-height: 30px}
.main{ padding:60px 0;}
.baselist ul li:hover img{
		-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.5s ;
	-webkit-transition: all 0.5s ;
	-ms-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-moz-transition: all 0.5s ;
}




.rylist{
	width: 100%;
	margin: 50px auto;
}
.rylist ul{
	margin: 0 -2%;
}
.rylist ul li{
	width: 27.333%;
	float: left;
	margin: 0 2%;
	background: #fff;
	padding: 1%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
    margin-bottom:50px;
    text-align: center;
}
.rylist ul li .imgs{ width: 100%; height: auto; overflow: hidden;cursor: pointer }
.rylist ul li .ti{ font-weight:bold;width: 100%; border-bottom: 1px #E0DDDD dashed; line-height: 50px;}
.rylist ul li .inf{min-height:130px; font-size: 14px; line-height: 30px}
.rylist ul li:hover img{
		-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.5s ;
	-webkit-transition: all 0.5s ;
	-ms-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-moz-transition: all 0.5s ;
}


.rylist ul li img{
		-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ;
	-webkit-transition: all 0.5s ;
	-ms-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-moz-transition: all 0.5s ;
}



.palist{
	width: 100%;
	margin: 50px auto;
}
.palist ul{
	margin: 0 -2%;
}
.palist ul li{
	width: 27.33%;
	float: left;
	margin: 0 2%;
	background: #fff;
	padding: 1%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
    margin-bottom:50px;
}
.palist ul li .imgs{ width: 100%; height: 240px; overflow: hidden; }
.palist ul li .ti{ font-weight:bold;width: 100%; border-bottom: 1px #E0DDDD dashed; line-height: 50px;}
.palist ul li .inf{min-height:130px; font-size: 14px; line-height: 30px}
.palist ul li:hover img{
		-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.5s ;
	-webkit-transition: all 0.5s ;
	-ms-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	-moz-transition: all 0.5s ;
}







.recruit{font-size: 16px;height: 55px;background: #cf1213; color:#fff;line-height: 55px;padding: 0 20px;font-weight: bold;}
.recruit .tit1, .recruit-li1 .tit1{width: 58%;float: left;}
.recruit .tit2, .recruit-li1 .tit2{width: 23%;float: left;}
.recruit .tit3, .recruit-li1 .tit3{width: 23%;float: left;}
.recruit .tit4, .recruit-li1 .tit4{width: 19%;float: left;}

.recruit-li1{ position:relative; padding:20px 20px 40px; cursor:pointer;}
.recruit-li1 .tit5{width: 15px;height: 100%;position: absolute;right: 30px;top: 0;background: url(../images/arrow_icon01.png) no-repeat center;-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;transition:transform .3s;}
.recruitcon li {background: #fafafa; border-top: 1px solid rgba(0,0,0,.1);}
.recruitcon li:last-child{border-bottom: 1px solid rgba(0,0,0,.1);}
.recruitcon li:nth-child(2n) {background: #fff;}
.recruit-li2{padding:30px; background:#ebebeb; font-size:15px; display:none; line-height: 30px;}
.recruit-li1.active .tit5{ -webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);}


.recruitcons li {border-top: 1px solid #F9F9F9; line-height: 65px;}
.recruitcons li:last-child{border-bottom: 1px solid #F9F9F9;}
.recruitcons li:nth-child(2n) {}

.kt1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}
.xm_item1{
    position:relative;
    background: url("../images/j1.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    cursor:pointer;
    font-size: 18px;
}
.xm_item2{padding:30px;font-size:15px; display:none; line-height: 30px; color: #ACACAC;}
.xm_item1.active{
    /*
    -webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);
    */
    background: url("../images/j2.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    color: #E03927;
}




.question{ padding-bottom: 0px; }
.question .txt1{ font-size: 24px; color: #29292c; padding-bottom: 10px;}
.question .txt2{ font-size: 48px; color: #29292c; text-transform: uppercase; padding-bottom: 10px; }
.question .list{ padding-bottom: 75px; }
.question .list li{ padding-top: 45px; height: 122px; border-bottom:#CCC 1px dashed;}
.question .list li .wen{ margin-bottom: 13px; padding-left: 46px;  position: relative; line-height: 24px; padding-top: 3px; font-size: 14px; font-weight: bold;}
.question .list li .wen em{ font-weight: 400; position: absolute; left: 0px; top: 0px; background: url(../images/limg27_1.png) no-repeat; display: block; width: 27px; height: 27px; color: #fff; font-size: 14px; line-height: 27px; text-align: center;}
.question .list li .da{ padding-left: 46px;  position: relative; line-height: 24px; padding-top: 3px; font-size: 14px; height: 48px; overflow: hidden;}
.question .list li .da em{ font-weight: 400; position: absolute; left: 0px; top: 0px; background: url(../images/limg27_2.png) no-repeat; display: block; width: 27px; height: 27px; color: #fff; font-size: 14px; line-height: 27px; text-align: center;}

.pagepage{margin:50px auto 50px auto; width:100%; text-align:center;}
.pagepage a{
	display:inline-block;
	height:25px;
	line-height:25px;
	width:25px;
	border:1px solid #dcdcdc;
	margin:0 3px;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	font-size:11px;
}
.pagepage a:hover,.pagepage a.hover,.current a.hover{
	color:#fff;
	background:#C50520;
	border:#C50520 1px solid;
}

@media screen and (min-width: 992px){

	.h_head{
		width: 90%;
		margin:0 auto;
		min-width: 1300px;
		padding:55px 0;
	}
	.h_head dt{
		font-size:28px;
		font-weight: bold;
		line-height: 36px;
	}
	.h_head dd{
		line-height: 50px;
		font-size:30px;
	}

	.h_pro{
		width: 90%;
		margin:90px auto 0px;
		min-width: 1300px;
	}
	.h_pro .item{
		display: block;
		width: 32.0%;
		position: relative;
		overflow: hidden;
		float: left;
        margin-bottom: 20px;
	}
	.h_pro .item img{
		display: block;
		width: 100%;
		height:auto;
	}
	.h_pro .name{
		width: 100%;
		position: absolute;
		left: 0;
		display: block;
		height: 200px;
		line-height: 50px;
		z-index: 20;
		top: 40%;
		margin-top:-10px;
		text-align: center;
		color:#fff;
		font-size:20px;
	}
	.h_pro .flog{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		background:rgba(12,1,73,0.6);
	}
	.h_pro .item:hover .flog{
		background:rgba(226,0,0,0.4);
	}
	.h_pro .item:hover .name{
		background:url("../images/sj.png") no-repeat bottom center;
	}
	.h_pro .fg{
		width: 1%;
		height: 10px;
		float: left;
	}

	.h_news{
		width: 90%;
		margin:0 auto;
		min-width: 1300px;
	}

	.ne_item{
		float: left;
		display: block;
		width: 30%;
		color:#fff;
		background:#22488d;
	}
	.ne_item img{
		display: block;
		width: 100%;
		height:auto;
	}
	.ne_item .name{
		padding-right:80px;
		position: relative;
	}
	.ne_item .namein{
		line-height: 30px;
		max-height:60px;
		font-size:16px;
		padding:10px;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		overflow: hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp:2;
	}
	.ne_item .add{
		display: block;
		width: 80px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background:#b3cd4b url("../images/add.png") no-repeat center center;
	}
	.ne_right{
		width: 68%;
		float: right;
	}
	.nr_item{
		display: block;
		margin-bottom:30px;
		position: relative;
		padding:0 30px 0 100px;
		background:url("../images/more.png") no-repeat right center;
	}
	.nr_item .date{
		position: absolute;
		left: 0;
		top: 0;
		width: 70px;
		height: 70px;
		background:#e6e6e6;
		text-align: center;
	}
	.nr_item .date dt{
		height: 20px;
		line-height: 20px;
		padding-top:10px;
	}
	.nr_item .date dd{
		height: 30px;
		line-height: 30px;
		font-size:20px;
		font-weight: bold;
	}
	.nr_item .inf dt{
		font-size:18px;
		line-height: 1.8;
	}
	.nr_item .inf dd{
		font-size:14px;
		line-height: 24px;
		color:#666;
	}

	 

	.ca_slider{
		width: 90%;
		margin:0 auto;
		min-width: 1300px;
	}
	.ca_slider .item{
		display: block;
		width: 90%;
		margin:0 auto;
		border:1px solid #eaeaea;
		text-align: center;
	}
	.ca_slider .photo{
		display: block;
		width: 100%;
		height:auto;
		border-bottom:1px solid #eaeaea;
	}
	.ca_slider .photo img{
		display: block;
		width: 100%;
		height:auto;
	}
	.ca_slider .name{
		line-height: 3;
	}

	.ca_ctrl{
		margin:40px 0;
		height: 10px;
		text-align: center;
	}
	.ca_ctrl .cbtn{
		width: 85px;
		height: 11px;
		display: inline-block;
		margin:0 10px;
		text-align: center;
		cursor: pointer;
	}
	.ca_ctrl .pre{
		background:url("../images/ca_pre.png") no-repeat center center;
	}
	.ca_ctrl .next{
		background:url("../images/ca_next.png") no-repeat center center;
	}

	.footer{
		clear: both;
		background:#e9e9e9;
		padding:35px 0;
        z-index: 9;
	}
	.footer .wp{
		width: 90%;
		margin:0 auto;
		min-width: 1300px;
	}
    .footer .dll{
		float: left;
		width: 320px;
	}
    
	.footer dl{
		float: left;
		width: 100px;
	}
    
    
.ewmgzh{
    text-align: center;
    width: 150px;
    float: left;
    margin-left:40px;
}
.ewmgzh img{
    width: 150px;
    height: auto;
}    
    
    .wx img{
        width: 40px;
        height: auto;
        padding-right: 10px;
        padding-top: 10px;
    }
    
    .footer .lines{
        border-right: 2px solid #fff;
        height: 170px;
        float: left;
        margin-top: 25px;
        margin-right:40px;
    }    
    
	.footer dt{
		height: 54px;
		line-height: 54px;
		font-size:18px;
		position: relative;
		margin-bottom:0px;
	}
	.footer dt i{
		display: block;
		width: 40px;
		height: 0px;
		background:#fff;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.footer dd{
		line-height: 30px;
	}
    .footer .dll dd{ width: 50%; float: left;}
	.ft_code{
		float: right;
		display: block;
		width: 330px;
		height: 224px;
		margin:15px 0 0 50px;
        line-height: 30px;
	}
    
    .ft_code h2{
        font-size: 16px;
    }
    .ft_codes{
		float: right;
		display: block;
		width: 294px;
		height: 194px;
		margin:40px 0 0 50px;
	}
    
	.footer_copy{
		line-height: 5;
		background:#222222;
		color:#fff;
	}
	.footer_copy span{float:right;}
	.footer_copy .wp{
		width: 90%;
		margin:0 auto;
	}
	.footer_copy a{
		color: #ffffff;
	}
	.footer_copy img{ vertical-align: middle}

}

.aboutleft{
	width: 50%;
	float: left;
}
.aboutright{
	width: 50%;
	float: left;
}
.aboutleft img{max-width: 100%;}

.wal{width:1300px; margin:0px auto; min-height: 100px;}
.wal h1{line-height: 45px;}
.wal h2{line-height: 45px;}
.wal2{width:1300px; margin:0px auto;}

.pageTop{ border-bottom: #ececec solid 1px; height: 72px; }
.pageTop .wal{ position: relative; height: 72px; }
.pageNow{ padding-left: 23px; height: 72px; line-height: 72px;  color: #a2a2a2; overflow: hidden; background: url(../images/nimg17_1.png?v=1) left center no-repeat;}
.pageNow a{ color: #a2a2a2; }
.pageNow a:hover{ color:#e20000;}
.pageNow em{ color: #e20000; }
.pageNav{ height: 72px; position: absolute; right: 0px; top: 0px; }
.pageNav li{ float: left; width: auto;  height: 72px; font-size: 14px;}
.pageNav .li01{ width: 189px; }
.pageNav li a{display: block; height: 72px; line-height: 72px; text-align: center; color: #636363;padding: 0 10px; min-width: 60px; }
.pageNav li a:hover, .pageNav li .aNow{ color: #fff; background: #fa7715;}

.pageTitleTel{ height:50px; background:#fa7715; position:relative; font-size:14px; display:none;}
.sideTitleTel{ width:100%; height:50px; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:16px; height:50px; line-height:50px; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:50px; padding-left:15px; background:url(../images/ico5.png) right center no-repeat; background-size: 16px;}
.sideTitleTel .con.on a{ background:url(../images/ico5on.png) right center no-repeat; background-size:16px;}
.sideTitleNav{ position:absolute; top:50px; z-index:10; width:100%; background:#faf9f9; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ height:43px;}
.sideTitleNav li a{ display:block; height:42px; line-height:42px; padding-left:15px; color:#666; border-bottom:#e2e2e2 solid 1px; background:#faf9f9;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 15px;}


.contents{
	width: 100%;
	margin: 50px auto 0;
	line-height: 30px;
	font-size: 16px;
	min-height: 200px;
}

.contents img{
	max-width: 100%;
	height: auto;
}


.contents p{
	margin-bottom: 15px;
}


.contentss{
	width: 100%;
	margin: 50px auto ;
	line-height: 30px;
	font-size: 16px;
}

.contentss img{
	max-width: 100%;
	height: auto;
}


.contentss p{
	margin-bottom: 15px;
}


.contents2{
	width: 96%;
    padding: 2%; 
	margin: 0px auto 20px;
	line-height: 30px;
	font-size: 15px;
	min-height: 200px;
}

.contents2 img{
	max-width: 100%;
	height: auto;
}


.contents2 p{
	margin-bottom: 15px;
}



.contentsleft{
	width: 65%;
	float: left;
}
.contentsleft img{
	max-width: 100%;
	height: auto;
}
.contentsright{
	width: 30%;
	float: right;
}
.contentsright img{
	max-width: 100%;
	height: auto;
}


.founderleft{
	float:left;
	width: 62%;
    font-size: 14px;
}
.founderleft img{
    max-width: 100%;
    height: auto
}
.founderright{
	float:right;
	width: 26%;
	background: #F8F8F8;
	padding: 30px 30px;
	font-size: 14px;
}
.founderright img{margin:0 auto; width: 100%; height: auto;}
.founderright a{ margin-bottom: 20px;}


.bgb{
	background: #E5E5E5;
	padding:20px;
}
.contentslist{
    width:100%;
	margin:50px auto;
    color: #ffffff;
}
.contentslist a{
    color: #ffffff;
}
.contentslist ul{
	margin: 0 -2%;
}
.contentslist ul li{
	float: left;
	width: 21%;
	margin: 0 1%;
	padding: 3% 1%;
	min-height: 150px;
    text-align: center;
    max-height: 435px;
}

.contentslist ul .t4 div{
    width: 80px;
    height: 2px;
    margin: 0 auto;
}
.contentslist ul  li:hover .t4 div{
    background: #fff;
    display: block;
}

.contentslist .t1{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 20px;
}

.contentslist img{
    margin-bottom: 10px;
    width: 90px;
    height: auto
    
}

.contentslist .t2{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 20px;
}

.contentslist .t3{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 40px;
}

.contentslist .t4{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
}

.contentslistbg1{
    background: #A9C23E;
 
}
.contentslistbg2{
    background: #1785C0;
}
.contentslistbg3{
    background: #1A4885;
}

.contentslistbg4{
    background: #E27D20;
}

.contentslist2{
    width:100%;
	margin:50px auto;
    color: #ffffff;
}
.contentslist2 a{
    color: #ffffff;
}
.contentslist2 ul{
	margin: 0 -2%;
}
.contentslist2 ul li{
	float: left;
	width: 25.333%;
	margin: 0 2%;
	padding: 2% 2%;
	min-height: 150px;
    text-align: center;
    max-height: 435px;
}

.contentslist2 ul .t4 div{
    width: 80px;
    height: 2px;
    margin: 0 auto;
}
.contentslist2 ul  li:hover .t4 div{
    background: #fff;
    display: block;
}

.contentslist2 .t1{
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 20px;
}

.contentslist2 img{
    margin-bottom: 20px;
}

.contentslist2 .t2{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 20px;
}

.contentslist2 .t3{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}

.contentslist2 .t4{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}




.chuangxin{
	width:100%;
	margin:50px auto;
	background: #B82E30;
}
.chuangxin ul{
	margin: 0 -2%;
}
.chuangxin ul li{
	float: left;
	width: 12.233%;
	margin: 0 2%;
	background: #fff;
	padding: 1.5%;
	min-height: 150px;
	will-change: transform;
}
.chuangxin ul li .ti{
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}
.chuangxin ul li .infos{
    font-size: 14px;
}
.chuangxin ul li:hover {
	background-color: #e03927;
	transform: scaleY(1);
	color: #fff;
}


/* 新闻 */
.newslist{
    width: 100%;
    margin: 0 auto;
}
.newslist ul li{
    line-height: 40px;
    border-bottom: 1px dotted #D3CCCC;
}

.newslist ul li span{ float: right; color: #828282;}
.news_uls {
    margin-top: 30px;
}

.news_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news_ul li {
    width: 30%;
    background-color: #ffffff;
    margin-top: 34px;
    padding: 12px;
}

.news_ul li.news_last {
    width: 33%;
    height: 0;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.news_imgs {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.news_imgs>img {
    width: 100%;
    height: 100%;
}

.news_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 0, 0, 0.69);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale3D(0, 0, 0);
    transform: scale3D(0, 0, 0);
}

.news_cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news_ul li:hover .news_cover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.news_body {
    padding: 32px 23px 0;
}

.news_body h2 {
    font-size:18px;
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 25px;
}

.news_desc {
    height: 42px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
}

.newss_more {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    padding: 25px 0 13px;
    border-top: 1px solid #f0f0f0;
    margin-top: 35px;
}
 

.news_ul2 {
     /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
   
    flex-wrap: wrap
    */
}

.news_ul2 li {
    width: 17%;
    background-color: #ffffff;
    margin-top: 34px;
    padding: 12px 1%;
    text-align: center;
    margin: 20px 3%;
    float: left;
}

.news_ul2 li.news_last {
    width: 22%;
    height: 0;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.news_imgs2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.news_imgs2>img {
    width: 80%;
    height: 100%;
}

.news_cover2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 0, 0, 0.69);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale3D(0, 0, 0);
    transform: scale3D(0, 0, 0);
    color: #fff; text-align: center; line-height: 100%;
}
.news_cover2 div{ color: #fff; text-align: center; line-height: 100%; height: 100%; padding-top: 50%; font-size: 26px;}
.news_cover2 img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news_ul2 li:hover .news_cover2 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.news_ul2 .tit{
    padding-top: 15px;
}





.newsx_detail {
    padding: 60px 0 65px;
}

.news_detail_right {
    float: right;
    width: 23%;
	height: auto;
    min-height: 457px;
    background-color: #f8f8f8;
    padding: 25px 26px;
    max-width: 300px;
    
}

.recommend_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #e7e7e7;
    margin-bottom: 30px;
}

.recommend_title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 2px solid #225F9E;
}

.recommend_title a {
    font-size: 16px;
    color: #666666;
}
.recommend_body a{ margin-bottom: 20px;}
.news_detail_img {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.news_detail_img img {
    width: 100%;
    height: 100%;
}

.recommend_h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 15px 0 15px
}

.recommend_p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-bottom: 15PX;
}

.news_detail_left {
    width: 65%;
    float: left;
}

.news_detail_bodys img{
	max-width: 100%;
	height:auto;
}

.news_detail_bodys table tr td img{
	max-width: 98%;
	height:auto;
}

.news_detail_title {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5
}

.news_detail_title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 13px;
}

.news_detail_title p {
    font-size: 14px;
    color: #666666;
}

.news_detail_bodys {
    padding: 40px 0 30px;
    border-bottom: 1px solid #e5e5e5;
	line-height: 30px;
}

.news_detail_bodys p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.news_detail_bodys img {
    max-width: 100%;
}

.news_back {
    display: block;
    width: 104px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #666;
    font-size: 16px;
    color: #fff;
}
a.news_back:hover {
	color: #fff;
	background: #F70206;
}


.page_next {
    padding-top: 32px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page_next_prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: #333;
}

.page_next_prev a {
    line-height: 28px;
}



.product_ul_wrap {
    padding: 23px 0 77px;
	
}

.product_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_ul li {
    width: 31.3333%;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #f2f2f2;
    margin-top: 33px;
    padding-bottom: 20px;
}

.product_ul li.product_last {
    width: 323px;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}

.product_ul_img {
    width: 90%;
    margin: 10px auto 25px;
}

.product_ul_img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.product_body {
    text-align: center;
}

.product_body h4 {
    font-size: 14px;
    font-weight:normal;
    color: #225F9E;
}

.product_body p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    text-transform: uppercase;
}

.weixinimg img{
    border-radius: 100px;
}
.weixin{
    width: 60%;
    margin: 0 auto;
}
.weixin a{
    line-height: 50px;
    display: block;
    text-align: center;
    border: #E03927 1px solid;
}
.weixin a:hover{
    line-height: 50px;
    display: block;
    text-align: center;
    border: #E03927 1px solid;
    background: #E03927;
    color: #fff;
}


/* PC大屏幕 big star*/
@media screen and (min-width: 992px) and (max-width: 1450px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.header .logo{
	display: ;
}
.header .logo3{
	display: none;
}
.headerafter .logo2{
	display: block;
}
	.ft_code{
		float: right;
		display: block;
		width: 430px;
		height: 224px;
		margin:15px 0 0 50px;
        line-height: 30px;
	}
    

.header .logo img{
	display: block;
	height: 70px;
    padding-top: 10px
}

.header .logo2 img{
	display: block;
	height: 70px;
    padding-top: 10px
}

.header .logo3 img{
	display: block;
	height: 70px;
    padding-top: 10px
}
    
    
.nav{
	width: 800px;
	margin:0 auto;
}
.nav_in{
	float: left;
	width: 95px;
}
.nav_in .par{
	display: block;
	width: 95px;
	line-height: 90px;
	color:#fff;
	text-align: center;
	font-size:16px;
}    
    

/* PC大屏幕 big end*/
}

 

.mains { width:80%; margin:30px auto 0;text-align:center}

.mains ul {text-align:center;opacity:1 }
.active  .hd ul {}
.mains ul li{ display:inline-block;min-width:100px; height:30px; background:#eee; padding: 0 10px}
.mains ul li.l1 { border:0; background:none; color:#333}
.mains ul li.l1.on a {border:0; background:none; color:#333}
.mains ul li a {line-height:30px; text-align:center; display:block; color:#333;font-size:14px; }
.mains ul li:hover { background:#E20000; color:#fff;}
.mains ul li:hover a { color:#fff}
.mains ul li.on {background:#E20000;}
.mains ul li.l1.on {background: none;}
.mains ul li.on a { color:#fff}
.mains { width:100%; margin:0 auto 0%; padding-bottom: 0%;}

.mains ul {text-align:center;}
.mains2 { width:100%; margin:0 auto 0;}
.mains2 { width:100%; margin:30px auto 0;text-align:left}
.mains2 .tp { width:100%; margin:0px auto 0;display:none;}
.mains2 .tp img{max-width:100%; height: auto;}


.mains3 { width:100%; margin:30px auto 0;text-align:center}
.mains3 ul {text-align:center;}
.mains3 ul li a{
    line-height:30px;
    background:#EEEEEE;
    display:block;
    padding: 0px 10px;
    float: left;
    color: #333;
    margin: 0 5px;
    
}

.mains4 {width:100%; margin:30px auto 0;text-align:center}
.mains4 ul {text-align:center;}
.mains4 ul li a{
    line-height:30px;
    background:#EEEEEE;
    display:block;
    padding: 5px 20px;
    color: #333;
    margin: 10px auto;
    text-align: left;
}

.mains4 ul li a:hover,.mains4 ul a.hover{
    background:#F57C1F;
    color: #fff;
}

.mains4 ul a.hoverr{
    background:#FF6666;
    color: #fff;
}


.pagepage a.hover,.current a.hover

.mains3 ul li a:hover,.mains3 ul a.hover{
    background:#E20000;
    color: #fff;
}



.contact_con {
	width: 100%;
}

.contact_txt {
	height: 560px;
	padding: 0px 0px 0px 0px;
	background-color: #f4f4f4;
	line-height: 30px;
    width: 50%;
}
.paddings{
	padding: 80px;
}

.contact_txt h2 {
	font-size: 24px;
	color: #333;
}

.contact_pic {
	padding: 0px;
	width: 50%;
	height: 560px;
	background-repeat: no-repeat;
	background-position:left center;
	transition: all 0.5s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	-o-transition: transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
}




@-webkit-keyframes 'fkf'
{
    from {
		margin-left: -50px;
    }
    to{
    	margin-left: 0px;
    }
}

.mains2 .showw{
	display:block;
	-webkit-animation-name: 'fkf';
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:1;
}


.mainban{width: 50%;}
.mainban img{
    width: 100%; height: auto;
}

.mainsban{ width: 100%; height: auto; background: #F2F2F2; clear: both; margin: 15px auto;}
.mainban7{width: 60%; padding: 20px 3%;}
.mainban7 img{
    width: 100%; height: auto;
}

.mainban3{width: 34%;}
.mainban3 img{
    width: 100%; height: auto;float: left
}

.history{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.history #timeline{
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
   background: url(../images/style_line.png) 7px center repeat-y;
}
.history #dates{
    float: left;
    width: 185px;
    height: 100%;
    /*overflow: hidden;*/
    
}
.history #dates li{
    float: left;
    width: 100%;
    height: 140px;
    line-height: 140px;
    margin: 15px 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.history #dates li a{
    display: block;
    
}
.history #dates li .line-bg{
    width: 80px;
    height: 15px;
    background: url(../images/his_heng.png) no-repeat;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -7px;
    z-index: 5;
}
.history #dates li a.selected .line-bg{
    background: url(../images/his_heng2.png) no-repeat;
}
.history #dates li .time-pic{
    width: 119px;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    overflow: hidden;
    border: 3px solid #BBBBBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 34px;
    font-weight: bold
}
.history #dates li a.selected .time-pic{
    border: 3px solid #F04A53;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

.history #dates li .time-pic img{
    width: 100%;
}
.history #dates li a.selected{
    color: #F04A53;
}

.history #issues{
    float: right;
    width: 895px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 0px;
    line-height: 30px;
    font-size: 16px;
}
.history #issues li{
    width: 100%;
    height: 700px;
    box-sizing: border-box;
}
.history #issues li .is_pic{
    width: 100%;
    height: auto;
    position: relative;
}

.history #issues li .is_pic .infs{
    padding-bottom: 15px;
}
.history #issues li .is_pic .wfEditorMode{
    position: absolute;
    bottom:0px;
    left: 0px;
    
}
.history #issues li .is_pic img{
    display: inherit;
    width: 100%;
}
.history_prev{
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/history_next.png") no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: -50px;
    left: 100px;

}
.history_prev:hover{
    background: url("../images/history_next2.png") no-repeat center center;
}
.history_next{
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/history_prev.png") no-repeat center center;
    cursor: pointer;
    position: absolute;
    bottom: -50px;
    left: 100px;
}
.history_next:hover{
     background: url("../images/history_prev2.png") no-repeat center center;
}


.swiper_news_wrap {
    width: 100%;
    background: #f4f4ff;
    padding: 65px 0 75px;
}

.swiper3 .swiper-slide {
    padding: 12px;
    background-color: #ffffff;
    
}

.sn_img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.news_mark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(34, 95, 158, 0.69);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale3D(0, 0, 0);
    transform: scale3D(0, 0, 0)
}

.swiper3 .swiper-slide:hover .news_mark {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.news_mark img {
    width: 60px !important;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.sn_img>img {
    width: 100%;
    height: 100%;
}

.snew_body {
    padding: 25px 23px 0;
}

.snew_body h3 {
    font-size: 22px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
    margin-bottom: 25px;
}

.snew_body p {
    height: 42px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
}

.news_more {
    display: block;
    border-top: 1px solid #f0f0f0;
    padding: 28px 0 16px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-top: 38px;
}

.snew_body:hover .news_more {
    color: #225F9E
}

.news_click_more {
    position: relative;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 38px;
}

.click_more {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.news_prev_next {
    width: 90px;
    position: relative;
}

.click_more font {
    color: #225F9E;
    margin-right: 5px;
}

.click_more img {
    -webkit-transition: .3s;
    transition: .3s;
}



.click_more:hover img {
    max-width: 100%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.news_prev_next .prev3 {
    outline: none;
    width: 40px;
    height: 40px;
    background: url(../images/nl1.jpg) no-repeat center;
    left: 0;
}

.news_prev_next .prev3:hover {
    background-image: url(../images/nl2.jpg);
}

.news_prev_next .next3:hover {
    background-image: url(../images/nr1.jpg);
}

.news_prev_next .next3 {
    outline: none;
    width: 40px;
    height: 40px;
    background: url(../images/nr2.jpg) no-repeat center;
    right: 0;
}

.con1440 {
    max-width: 1300px;
    margin: 0 auto
}

.bgd{
    background: #E52029;
    color: #FFFFFF;
    clear: both;
    padding: 20px 4% 0px;
    width: 92%;
    margin: 50px auto 20px;
}
.bgd .bgdleft{
    width: 45%;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}
.bgd .bgdleft p{
    font-size: 16px;
    padding-top: 5px;
   
}

.bgd .bgdright{
     width: 45%;
    text-align: right
}
.lineheight{ line-height: 40px;}
.lineheight2{ line-height: 25px;}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
.show{
    display: block;
}

.kuan75{
    width: 65%;
}
.kuan75 img{
    width: 100%;
    height: auto;
}

.kuan25{
    width: 32%;
}

.kuan40{
    width: 40%;
}
.kuan55{
    width: 50%;
}
.kuan552{
    width: 55%;
}
.lubinfo{
    background: #786251;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 20px 30px;
}
.lubinfot1{
    font-size: 22px;
    font-weight: bold;
    margin: 20px auto;
}
.lubinfot2{
    margin: 40px auto;
}
.lubinfot3 a{
    background:#46962B;
    width: 140px;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom:30px;
    line-height: 45px;
}
.lubinfot3 a:hover{
    background:#3D8225;
}

.lubinfo2{
    background: #485A64;
    color: #FFFFFF;
    padding: 30px;
    min-height: 370px;
}

.lubinfot4 a{
    margin-top: 30px;
    color: #ffffff;
}

 
.lubinfot4 a:hover{
     
    text-decoration:none;
    border-bottom: 1px solid #ffffff;
}

.his{
   
    width: 100%;
    margin: 0 auto;
    height: 300px;
    
}
.lineline{
    width:600px;
    margin: 120px auto 0px;
    background: url("../images/xx.png?v=2");
    height:60px;
    background-position: left center;
    background-repeat:no-repeat;
 }
.lineline li {
    width: 20%;
    float: left;
    padding-left: 50px; 
    box-sizing: border-box;   
    background-clip: content-box;   
}
.histp ul li:last-child(){ margin-right: 0;}

.lineline li a{
    width: 30px;
    height: 30px;
    border-radius:30px;
    background:#C9BDBD;
    margin-top:16px;
    display: block;
}
.lineline li a:hover,.lineline li a.on{
    background:#FC050D;
}

.his ul li.onn {background:#E20000;}
.histp { width:100%; margin:0px auto 0;display:none;}
.histp ul li{
    width: 31%;
    float: left;
    margin-right: 3%;
    font-size: 14px;
}

.histp ul li:nth-child(3n){ margin-right: 0;}

.histp ul li .histi{
    font-size: 22px;
    font-weight: bold;
    color: #FC050D;
    padding-bottom: 10px;
    border-bottom: 1px solid #9B9B9B;
}

.pageBox .showw{
	display:block;
    /*
	-webkit-animation-name: 'fkf';
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:1;
    */
}
.saleschannel{
    background: #F8E600;
    height:280px;
    text-align: center;
    padding-top:90px;
    padding-left: 20px;
    padding-right: 20px;
}

.saleschannel p{
   
}
.saleschannel ul{
    width: 93%;
    margin: 0 auto;
}
.saleschannel ul li{
    width: 50%;
    float: left;
    margin-top: 80px;
}
.saleschannel ul li img{
    width:85%;
}
.contentslist ul li .t3 p{
    color: #ffffff;
}
.contentslist ul li .t3 a{
    color: #ffffff;
}


.contentslist2 .t3 p{
    color: #ffffff;
}

.pzlist  {
    width: 104%;
    margin: 0px -2%;
}
.pzlist ul li{
    width: 46%;
    float: left;
    margin: 20px 2%;
    text-align: center;
    font-weight: bold
}

.pzlist ul li img{
    width: 100%;
    height: auto;
}
.hh2{
    width: 100%;
    text-align: center;
    border-bottom: #B3ADAE 1px solid;
    margin-bottom: 30px;
    font-weight: bold
}
.bg11{
	background: #FE0000;
}
.bg11 p{
    color: #FFFFFF;
}

.wx{
    position: relative;
}


.ewm{
    display:none;
    width:155px;
    height:155px;
    position: absolute;
    top:-160px;
    left:0px;
    background: #FFFFFF;
    border: 1px #B5AEAE solid;
    clear: both;
    text-align: center;
}

.ewm img{
    width: 150px;
    height: auto;
    clear: both;
    padding: 0px;
    margin: 0;
}


.ewm2{
    display:block;
    width:155px;
    height:155px;
    position: absolute;
    top:-160px;
    left:0px;
    background: #FFFFFF;
    border: 1px #B5AEAE solid;
    clear: both;
    text-align: center;
}

.ewm2 img{
    width: 150px;
    height: auto;
    clear: both;
    padding: 0px;
    margin: 0;
}

.linkslinks ul li{
    float: left; padding-right: 20px;
}

.bottomborder{
    border-bottom: #4D4D4D 1px solid;
}

.ermm{ width:100%;height:100%;margin:0 auto; position:absolute;top:0;left:0;bottom:0;right:0;z-index:999; text-align:center; vertical-align:middle;background-image:url(../images/slide-bg.png?v=2)}
.ermn{ width:100%;height:85%;margin:auto; position:fixed;top:15%;left:0;bottom:0;right:0;z-index:999; text-align:center; vertical-align:middle;}
.erm{ width:60%;  margin:0 auto; vertical-align:middle;height:90%;border-radius: 10px;padding: 0px 0;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.erm img{
    width: 90%;
    height: auto;
}

