.wrap {
	max-width: 1200px;
	margin: 0 auto;
overflow: hidden;
}
.wrap2 {
	max-width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.banner {
	font-size: 0;
}

.banner img {
	width: 100%;
}
	.logo_Language:hover .Language-button{
		display: block;
		
	}
.logo {
	position: relative;
	padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_img{
    font-size: 0;
}
.logo_Language {
	position: relative;

}
.logo_Language>a {
	border: 1px solid #d9d9d9;
	padding: 7px 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width:74px;
}

.logo_Language span {
	font-size: 14px;
           padding: 0 10px;
}
 
.Language-button{
   position: absolute;
   z-index: 9999;
    width: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
background: #fff;
    bottom: -82px;
    border: 1px solid #d9d9d9;
display:none;
}
.Language-button a{
     line-height: 40px;
display: block;
}
nav {
	border-top: 1px solid #f8f8f8;
}

.nav ul li {
	float: left;
	width: 14.2%;
	text-align: center;
	color: #444444;
}

.nav ul li a {
	font-size: 18px;
	line-height: 40px;
	display: block;

}

.nav ul li a:hover,
.nav ul li a.on {
	background: #1b56b0;
	color: #FFFFFF;
}

.banner {
	font-size: 0;
}

.mian_title {
	text-align: center;
}

.mian_title h3 {
	font-size: 36px;
	color: #1b56b0;
	margin-top: 60px;
}

.mian_title i {
	width: 40px;
	height: 4px;
	display: block;
	background: #1b56b0;
	margin: 0 auto;
}

.product_cont {
	margin-top: 40px;
    position: relative;
}

.product_cont>div ul {
	margin-bottom: 20px;
}

.product_cont>div ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.product_cont>div ul li:last-child {
	margin-right: 0;
}

.product_cont>div ul li a span {
	display: block;
	text-align: center;
	background: #eeeeee;
	color: #444444;
	font-size: 20px;
	line-height: 70px;
       padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_img {
	font-size: 0;
	overflow: hidden;

}

.product_img img {
	width: 100%;
	transition: all 1s;

}

.product_cont ul li a:hover span {
	background: #1b56b0;
	color: #FFFFFF;
}

.product_cont ul li a:hover .product_img img {
	transform: scale(1.2);
}

.Case {
	background: url(../img/bag.jpg) no-repeat center center;
	background-size: 100%;
	height: 698px;
}

.Case_cont {
	margin-top: 40px;
    position: relative;
}

.Case_cont>div ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 30px;

}

.Case_cont>div ul li a:hover .case_img img {
	transform: scale(1.2);
}

.Case_cont>div ul li:nth-child(3n) {
	margin-right: 0;
}

.Case_cont>div ul li a {
	display: block;
}

.Case_cont>div ul li a:hover span {
	display: block;
	width: 90%;
	position: absolute;
	font-size: 20px;
	z-index: 99;
	bottom: 0;
	color: #FFFFFF;
	text-align: center;
	background: #1b56b099;
	line-height: 50px;
	transition: all 0.3s;
     
}

.case_img {
	position: relative;
	font-size: 0;

}
.case_img span{
   padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_img img {
	width: 100%;
	transition: all 1s;
}

.news_cont {
	margin-top: 40px;
	margin-bottom: 30px;
}

.news_cont>div ul li {
	background: #f4f4f4;
	float: left;
	width: 45%;
	padding: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
}

.news_cont>div ul li:nth-child(2n) {
	margin-right: 0;
	margin-left: 1%;
}

.news_cont>div ul li:hover {
	background: #1B56B0;

}

.news_cont>div ul li:hover span,
.news_cont>div ul li:hover i,
.news_cont>div ul li:hover .news_text p,
.news_cont>div ul li:hover .news_text h2 {
	color: #FFFFFF;
}

.news_data {
	float: left;
	width: 20%;
	text-align: right;

}

.news_data i {
	font-style: inherit;
	display: block;
	font-size: 16px;
	color: #000;

}

.news_data span {
	display: block;
	font-size: 30px;
}

.news_data_img {
	margin-top: 52px;
}

.news_text {
	float: left;
	width: 74%;
	margin-left: 6%;
}

.news_text h2 {
	font-size: 24px;
	line-height: 40px;
	color: #000;
}

.news_text p {
	font-size: 16px;
	color: #444444;
	margin-top: 30px;
	line-height: 30px;
       display: -webkit-box;
       text-overflow: ellipsis;
       overflow : hidden;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;    
        
}

.news_text span {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	display: block;
}

.footer {
	background: #2b2b2b;
}

.footer_left {
	width: 54%;
}

.footer_right {
	width: 46%;
}

.footer_nav dl dt {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bolder;
	color: #FFFFFF;
}

.footer_nav {
	float: left;
	width: 25%;
	text-align: left;
}

.footer_nav dl dd a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer_text {
	width: 70%;
}

.footer_rwm {
	width: 30%;
}
.footer_rwm img{
width:100%;
}

.footer_text {
	color: #FFFFFF;
}

.footer_text h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bolder;
}

.footer_text span {
	float: left;
	display: block;
}

.footer_text p {
	line-height: 30px;
}

.footer_text p i {
	float: left;
	font-style: normal;
}

.footer_rwm span {
	display: block;
	text-align: center;
	color: #FFFFFF;
}

.footer_top {
	padding: 56px 0;
}

.jszc {
	border-top: 2px solid;
	color: #FFFFFF;

}

.jszc p {
	line-height: 70px;
}

.jszc a {
	color: #FFFFFF;
	line-height: 70px;
}

.insidesnav {
	width: 100%;
	text-align: center;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #d7d7d7;
}

.insidesnavs {
	width: 100%;
	z-index: 99;
	display: flex;
	top: 0;
}

.insidesnavs li {
	display: inline-block;
	position: relative;
}

.insidesnavs li:hover a,
.insidesnavs li.on a {
	color: #1b56b0;
	border-bottom: 1px solid #1b56b0;
}

.insidesnavs li a {
	display: inline-block;
	color: #888;
	font-size: 16px;
	padding: 0 16px;
	line-height: 66px;
	margin-bottom: -1px;
}

.insidesnavs ul {
	text-align: center;
	width: 100%;
}

.jhf_aboutcot {
	width: 66%;
	margin: 2% auto;
}

/*分页样式*/
.digg {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}

.digg a {
	display: inline-block;
	/*float:left;*/
	padding: 5px 12px;
	margin: 0 0 0 8px;
	border: 1px solid #e1e2e3;
	line-height: 20px;
	height: 20px;
	color: #3b8dd1;
	background: #fff;
	text-decoration: none;
}

.digg a:hover {
	border: 1px solid #3b8dd1;
}

.digg span {
	display: inline-block;
	/*float:left;*/
	padding: 5px 0;
	line-height: 20px;
	height: 20px;
}

.digg span.current {
	padding: 5px 12px;
	margin: 0 0 0 8px;
	color: #555;
	font-weight: bold;
}

.digg span.disabled {
	border: 1px solid #eee;
	padding: 5px 12px;
	margin: 0  8px;
	color: #ddd;
}

/*product*/
.product-main {
	background-color: #fff;
	padding: 1.5% 0;
}

.productmains {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1650px;
}

.product-items li {
	width: 32%;
	float: left;
	display: block;
	overflow: hidden;
}

.product-items li a:hover .animated span {
	background-color: #1B56B0;
	color: #FFFFFF;
}

.product-items li a:hover .itemtop span img {
	transform: scale(1.2);
}

.product-items .item {
	position: relative;
	top: 0;
	margin: 11px;
}

.trans-3 {
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.product-items .item .itemtop {
	overflow: hidden;
	display: block;
}

.product-main img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}

.product-items .item .itemname {
	display: block;
	padding: 4%;
	font-size: 20px;
	line-height: 30px;
	min-height: 30px;
	color: #3d3d3d;
	text-align: center;
	background-color: #f4f4f4;

}


.jhf_newsnrydiv {
    max-width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 2% 6%;
}
.jhf_newsnry {
    width: 100%;
    background: #eeeeee;
    padding: 2% 0;
}
.sk_contactinput {
    display: block;
    margin: 2% auto;
}
.sk_contactinput {
    font-size: 16px;
    color: #666;
}
.sk_contactinput span {
    display: inline-block;
    width: 15%;
    text-align: right;
}
.sk_contactinput input[type=text] {
    width: 80%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #9e9e9e;
    line-height: 34px;
    padding: 0 2%;
}
.sk_contactbut input {
    color: #1b56b0;
    border: none;
    font-size: 16px;
    background: none;
    line-height: 30px;
}
.sk_contactbut img {
    width: 40px;
    vertical-align: middle;
}
.sk_contactinput textarea {
    width: 80%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #9e9e9e;
    line-height: 34px;
    resize: none;
    padding: 0 2%;
}
.sk_contactbut {
    text-align: right;
    width: 100%;
    position: relative;
    margin: 1% auto;
}


.ny_nytlt {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0 0;
}
.ny_nytltcont {
    width: 100%;
}
.ny_nytltcontl {
    width: 68%;
}
.ny_nytltcontr {
    width: 30%;
    text-align: right;
    overflow: hidden;
    margin-right: 1.4%;
    line-height: 40px;
    font-size: 14px;
}
.ny_nytltcontr, .ny_nytltcontr a {
    color: #737373;
}
.ny_nytltcontl li {
    width: 30%;
    float: left;
    display: block;
    margin-right: 3px;
}
.ny_nytltcontl li.on a, .ny_nytltcontl li:hover a {
    background: #1b56b0;
    color: #fff;
}

.ny_nytltcontl li a {
    display: inline-block;
    transition: all .3s ease-out 0s;
    position: relative;
    color: #737373;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    padding: 0 26px;
}
.fnw_contactusnr {
    margin: 30px auto;
}
.fnw_contactusnr h1 {
    font-size: 30px;
    color: #000;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
}
.fnw_contusnr {
    width: 100%;
    margin: 39px auto;
}
.fnw_contusnr div {
    display: block;
    width: 25%;
    float: left;
    display: block;
    margin-bottom: 15px;
}
.fnw_contusnr p {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 7% 0;
}
.fnw_contusnr p a:nth-child(1) {
    font-size: 20px;
    margin: 8% auto;
    border-bottom: 1px solid #eee;
    padding-bottom: 8%;
}
.fnw_contusnr p a {
    width: 85%;
    text-align: center;
    display: block;
    line-height: 22px;
    margin: 2% auto;
    font-size: 16px;
    color: #666;
}
.requetlt {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 40px;
    color: #000;
    font-weight: 400;
}
.requests {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
}
.requescot {
text-align: center;
}
.requescot input {
    width: 22%;
    display: inline-block;
    padding: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
	margin-right: 12px;
}
.requescot input:nth-child(4n){
	margin-right: 0;
}
.requescot textarea {
    width: 97%;
    height: 116px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    padding: 14px;
    background: #fff;
    color: #999;
	margin-top: 20px;
}
.requescot .footersbut {
    margin-top: 30px;
    background: #1b56b0;
    color: #fff;
    border: 1px solid #1b56b0;
    font-size: 18px;
}
.r_contactus {
    margin: 2% auto;
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
}
.news_cont .newhead {
    background-color: #fff;
    color: #252525;
    margin-top: 20px;
    text-align: center;
}   


.crumbs {
    width: 100%;
    height: 50px;
    background: #fff;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.w {
    width: 1200px;
    margin: 0 auto;
}
.crumbs .crumbs_l{
    line-height: 50px;
}
.crumbs .crumbs_l a {
    display: block;
    float: left;
    line-height: 50px;
}
.crumbs .crumbs_l b {
    display: block;
    float: left;
    line-height: 50px;
    margin-right: 6px;
}

.crumbs .crumbs_l a {
    display: block;
    float: left;
    line-height: 50px;
}