.mbanner{display: none;}


@media (max-width: 768px)


{


.mbanner{display: block !important;}


}




.pcbanner{display: block;}


@media (max-width: 768px)


{.pcbanner{display: none;}}




header{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 1000;
}
header .logo{
	float: left;
	padding-top: 10px;padding-left: 15px;
	padding-bottom: 5px;
}
header nav{
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navlist{
	float: left;
	margin-right: 50px;
}
.navlist li{
	float: left;
}
.navlist li:hover{
	background: #064497;
}
.navlist li a{
	padding: 20px 30px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}
.langlist{
	float: left;	
}
.langlist li{
	opacity: 0;
	visibility: hidden;
	margin-bottom: 5px;
}

.langlist li:nth-child(1){
	opacity: 1;
	visibility: visible;
}
.langlist:hover li{
	opacity: 1;
	visibility: visible;
	
}
.langlist:hover li a{
	border:1px solid #ccc
}
.langlist:hover li:nth-child(2){
	transition-delay: 0.3s;
}
.langlist:hover li:nth-child(3){
	transition-delay: 0.6s;
}
.langlist:hover li:nth-child(4){
	transition-delay: 0.91s;
}
.langlist:hover li:nth-child(5){
	transition-delay: 1.2s;
}




.langlist li a{
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #fff;
	font-size: 18px;
	color: #000;
	border-radius: 100px;
	text-align: center;
	padding-top:11px;
	margin-right: 20px;
}
.langlist li:hover a{
	background: #064497;
	color: #fff;
	
}



.navbtn{
	float: right;
	width: 60px;
	height: 60px;
	padding-top: 16px;
	padding-left: 15px;
	padding-right: 15px;
	background: #064497;
	border-radius: 100px;
	cursor: pointer;
}
.navbtn:hover{
	background: #000;
}
.navbtn span{
	display: block;
	height: 3px;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.5s;
}
.show-navbtn span{	
	transition: all 0.5s;
}
.show-navbtn span:nth-child(1){
	transform: rotate(-45deg) translateY(6px) translateX(-5px);
}
.show-navbtn span:nth-child(2){
	opacity: 0;
	visibility: hidden;
}
.show-navbtn span:nth-child(3){
	transform: rotate(45deg) translateY(-6px) translateX(-5px);
}
.subnavlist{
	padding-top: 18px;
	padding-top: 25px;
	margin-right: 20px;
	max-width: 555px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	position: absolute;
	right: 45px;
    top: 70px;
}

.subnavlist:after{
	content: '';
	display: block;
	width: 17px;
	height: 25px;
	right: 0px;
	top: 0;
	position: absolute;
	background: url(../img/ar.png) no-repeat right bottom;
}
.show-subnavlist{
	opacity: 1 !important;
	visibility: visible !important;
	transition: all 0.5s;
}
.subnavlist ul{
 padding:15px
}
.subnavlist li{
	float: left;
	position: relative;
	z-index: 5;
}
.subnavlist li a{
	padding: 20px 30px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}
.subnavlist li a:hover{
	background: rgba(0,0,0,0.5);
	
}
.subnavlist .bg{
	background: #064497;
	opacity: 0.6;
	position: absolute;
	left:0;
	right: 0;
	top: 25px;
	height: 100%;
	z-index: 1;
}
.i-banner{
	
}
.i-banner .slider-item{
	position: relative;
	
}
.i-banner .slick-slide img{
	min-width: 750px;
}
.i-banner .slick-dots{
	position: absolute;
	right: 40px;
	top: 50%;
	width: 30px;

}
.i-banner .slick-dots li{
	display: block !important;

}

.slick-dots li.slick-active button:before{
	color: #fff !important;
}
.slick-dots li button:before{
	opacity: 1 !important;
	color: #064497 !important;
}

.bncover{
	color: #fff;	
	position: absolute;
	left: 40px;
	top: 0;
	margin-top: 16%;
	max-width: 720px;
}

.bncover .t1{
	font-size: 70px;
	font-family: MFBanHei;
	border-bottom: 3px solid #064497;
	padding-bottom: 10px;
	line-height: 1.2;
}
.bncover .t2{
	font-size: 32px;
	padding-top: 20px;
}
.bncover .t3{
	margin-top: 5%;
	padding-top: 15px;
	font-size: 16px;
	padding:15px 26px;
	background: #064497;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.bncover .t3:hover span{
   position: relative;
 
   z-index:10;
 
   
}
.bncover .t3:hover{
	color: #000;
}
.bncover .t3:after{
	content:'';
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	width: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.bncover .t3:hover:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
.bnscroll-btn{
	position: relative;
	margin-top: 15px;
	overflow: hidden;
}
.bnscroll-dot{
	width: 16px;
	height: 16px;	
	border-radius: 100px;
	background: #064497;
	position: absolute;
	left: 2px;
	top: 6px;
	cursor: pointer;
	animation: m1 5s infinite linear
}
@keyframes m1
{
from {top:-16px;}
to {top:116px;}
}
.bnscroll-btn{
	padding-left: 10px;
	padding-right: 10px;
}
.bnscroll-dot:hover{
	background: #fff;
}
.bnscroll-btn:after{
	content: '';
	display: block;
	height: 100px;
	width: 2px;
	background: #064497;
	overflow: hidden;
}

.protit {
	margin-top: 30px;
	margin-bottom: 3%;
	padding-bottom: 30px;
}
.protit .t1{
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 15px;
}
.protit .ind{
	color: #064497;
}
.protit .t2{
	font-size: 16px;
	padding-left: 15px;
}
.protit .t2 p{
	line-height: 1.6;
	margin-bottom: 15px;
	max-width: 690px;
}
.protit .more a{
	border:1px solid #064497;
	padding:20px 30px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	color: #064497;
	position: relative;
}
.protit .more span{
	position: relative;
	z-index: 10;
}
.protit .more a:hover{
	color: #fff;
}
.protit .more a:after{
	content:'';
	display: block;
	background: #064497;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	width: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.protit .more a:hover:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
.protit .ind{
	line-height: 1.2;
}
.prolist li.item1{
	padding-top: 20%;
}
.prolist {
	padding: 0 90px;
	position: relative;
}
.prolist li.item2{
	padding-bottom: 20%;
}
.prolist li a{
	display: block;
	position: relative;
}
.prolist .cover{
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding:30px;
	transform: translateY(50%);	
	opacity: 0;
	visibility: hidden;
}
.prolist li:hover .cover{
	transform: translateY(0);	
	opacity: 1;
	visibility: visible;
}
.prolist .cover:after{
	content: '';
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
	width: 64px;
	height: 64px;
	position: absolute;
	bottom: 15px;
	right:15px;
}
.prolist .bg{
	position: absolute;
	background: #064497;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.prolist h3{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.6;
	position: relative;
	z-index: 10;
}
.prolist h3:after{
	content:'';
	display: block;
	width: 100px;
	margin-top: 10px;
	border-bottom: 1px solid #fff;

}
.prolist h3 span{
	font-size: 48px;
	display: block;
}
.prolist .gs{
	margin-top: 15px;
	line-height: 2;
	position: relative;
	z-index: 10;
}
.prolist .owl-stage-outer{
	z-index: 10;
}
.prolist .active{
	position: relative;
	z-index: 10;
}
.prolist .owl-controls{
	position: absolute;
	left: -90px;
	top: 0;
	right: -90px;
	height: 100%;
}
.prolist .owl-controls svg{
	width: 50px;
	height: 50px;
	opacity: 0.4;
}
.prolist .left{
	position: absolute;	
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.prolist .right{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%) rotate(180deg) ;
}
.i-about{
	margin-top: 50px;
	margin-bottom: 40px;
}
.i-about h4{
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 20px;
}
.i-about .gs{
	line-height: 2;	font-size:14px;
	max-width: 654px;
	margin-right: 20px;
}
.i-about .t1{
	display: inline-block;
	float: left;
	width: 10%;
	
}
.i-about .tit{
	padding-left:12%;
}
.i-about .t2{
	font-size: 30px;
	display: block;
	font-weight: bold;
	color: #666;
}
.i-about .t3{
	font-size: 15px;
	
	
	color: #999;
}


.i-about .more{
	margin-top: 6%;
	padding-top: 15px;
}
.i-about li{
	margin-top: 15px;
	line-height: 1.6;
}
.i-about .more a{
	font-size: 16px;
	padding:15px 30px;
	border:1px solid #064497;
	font-weight: bold;
	color: #064497;
	display: inline-block;
	position: relative;
}
.i-about .more a span{
	position: relative;
	z-index: 10;
}
.i-about .more a:hover{
	color: #fff;
}
.i-about .more a:after{
	content:'';
	display: block;
	background: #064497;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	width: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.i-about .more a:hover:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
.i-about .desc{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.i-about .ind{
	font-size: 72px;
	color: #064497;
	position: absolute;
	right: 15px;
	bottom: 30px;
	font-weight: bold;
	margin-right: 30px;
}
.i-ad{
	background: url(../img/ad1.jpg);
	padding:1px 0;
	text-align: center;
	position: relative;
	color: #fff;;
}
.i-ad:after{
	content:'';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #064497;
	opacity: 0.2;
}
.i-ad .t1{
	font-size: 60px;
	line-height: 1.3;
	margin-top: 3%;
	padding-bottom:15px;
	margin-bottom:10%;
	position: relative;
	z-index: 5;
}
.i-ad .t2{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
}
.i-news{
	margin-top: 4%;
	display: flex;
}
.i-news .pic{
	background: url(../img/n1.jpg) no-repeat center center;
}
.i-news .tit{
	font-size: 72px;
	font-weight: bold;
}
.i-news .ind{
	
	color: #064497;
	float: left;
	margin-left: 30px;
}
.i-news .t1{
	text-align: right;
	padding-left: 80px;
}
.nelist{
	padding-left: 20px;
}
.nelist li{
	margin-top: 20px;
	border:1px solid #ccc;
	padding:15px;
}
.nelist .date{
	float: left;
	color: #999;
}

.nelist h3{
	font-size: 24px;
	line-height: 1.3;
	text-align: right;
	margin-bottom: 10px;
}
.nelist .gs{
	line-height: 1.8;
}
.i-news .more{
	text-align: right;
	margin-top: 3%;
	padding-top: 15px;
}
.i-news .more a{
	display: inline-block;
	padding: 10px 30px;
	font-size: 16px;
	border: 1px solid #064497;
	color: #064497;
	font-weight: bold;
	position: relative;
}

.i-news .more a span{
	position: relative;
	z-index: 10;
}
.i-news .more a:hover{
	color: #fff;
}
.i-news .more a:after{
	content:'';
	display: block;
	background: #064497;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	width: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.i-news .more a:hover:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
.i-form{
	text-align: center;
}
.i-form .t1{
	font-size: 72px;
	font-weight: bold;
	margin-top: 3%;
	padding-top: 15px;
}
.i-form .t2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3%;
	padding-bottom: 15px;
	margin-top: 15px;
	line-height: 1.6;
}
.i-form .formitem{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.i-form input[type='text']{
	display: block;
	width: 100%;
	background: #f4f4f4;
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 15px 10px;
	font-size: 18px;
}
.i-form .formbtn{
	margin-top: 1%;
	padding-top: 15px;
}
.i-form button{
	display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    border: 1px solid #064497;
    color: #064497;
    font-weight: bold;
	position: relative;
	background: #fff;
}
.i-form button span{
	position: relative;
	z-index: 10;
}
.i-form button:hover{
	color: #fff;
}
.i-form button:after{
	content:'';
	display: block;
	background: #064497;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	width: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.i-form button:hover:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}

.i-contact{
	margin-top: 4%;
	padding-top:30px;
	text-align: center;
	margin-bottom: 3%;
	padding-bottom: 20px;
}
.i-contact li{
	padding-bottom: 20px;
}
.i-contact .icon img{
	max-width: 30%;
}
.i-contact .t1{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 5px;
	margin-top: 15px;
}
.i-contact .t2{
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
.main-foot{
	background: #8a92a0;
	position: relative;
	overflow: hidden;
	padding-top: 40px;

}
.main-foot:after{
	content:'';
	display: block;
	position: absolute;
	left: -400px;
    top: -400px;
    width: 60%;
    height: 1000px;
	transform: rotate(30deg);
	background: #676d78;
}
@font-face{

	font-family: ITCEDSCR;

	src:url('../fonts/ITCEDSCR.TTF');

}
.main-foot .ft1{
	position: relative;
	z-index: 5;
	font-size: 8em;
	font-family: ITCEDSCR;
	padding-top: 20px;
	color: #fff;
	padding-bottom: 30px;
}
.ft1 img{
	display: block;
	margin-bottom:30px;
	margin-top:0%;
}
.ft1 p{
	text-align: center;
	font-size: 36px;
}
.flogo{
	display: inline-block;
	width: 52%;font-size: 0.7em;
	min-width: 200px;
}
ftr{
   text-align:center;
	font-size: 4em;
	font-weight: bold;
;
}


.main-foot .ft2{
	position: relative;
	z-index: 5;
	font-size: 4em;
	font-weight: bold1;
	margin-top: 3%;
}


.ft2 .t1{
	color: #064497;
}
.ft2 .fnav{
	color: #333;
	margin-top: 15px;
	line-height: 1.2;
}
.ft2 .fnav li:hover{
	color: #064497;
}
.main-foot .ft3{
	position: relative;
	z-index: 5;
	text-align: right;
}
.ft3 .totop{
	font-size: 24px;
	color: #000;
	position: relative;
	height: 126px;
	display: inline-block;
}
.ft3 .totop:before{
	content:'';
	display: block;
	width: 46px;
	height: 0;
	background: #064497;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	transition: all 0.3s;
}
.ft3 .totop:hover:before{
	height:126px;
	transition: all 0.3s;
}
.ft3 .totop:hover{
	color: #fff;
}
.ft3 .totop:after{
	content:'';
	display: block;
	width: 46px;
	height: 126px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.ft3 .totop span{
	position: relative;
	z-index: 5;
	display: inline-block;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
	cursor: pointer;
}
.ft3 .sociallinks{
	color: #8a92a0;
	margin-top:180px;
	padding-top: 15px;
}
.sociallinks a{
	display: inline-block;
	padding-top: 7px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 36px;
	border-radius: 5px;
	background: #333;
}
.sociallinks a:hover{
	background: #eee;
	color: #333;
}
.copyright{
	text-align: right;
	font-size: 18px;
	margin-top: 3%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 0px solid #b7b7b7;
	position: relative;
	z-index: 5;
	line-height: 1.6;
}

.in-topbg{
	height: 98px;
	background: url(../img/in-banner1.jpg) no-repeat left top;
}
.in_tit{


	margin:3% 0;
	padding-top: 30px;

	height: 100%;

	text-align: center;



	line-height: 1.2;

	min-height:350px;

}

.int-t1{

	font-size: 7.2rem;

	font-weight: bold;

	margin-bottom: 30px;

}

.int-t2{

	font-size:4.8rem;

	font-weight: bold;

	font-family: "Impact";

	margin-bottom: 20px;

}

.int-t3{

	font-size: 2.4rem;

	margin-bottom: 30px;

}

.int-t4{

	font-size: 3rem;

	font-weight: bold;

	font-family: "Impact" 	

}

.in_tit2{

	text-align: center;

	padding-top: 50px;

	padding-bottom: 50px;

	line-height: 1.2;

}

.int2-t1{

	font-family: "Impact";

	font-size: 7.2rem;

	margin-bottom: 30px;

	text-transform: uppercase;

}

.int2-t2{

	font-size: 3rem;

	margin-bottom: 20px;

}

.int2-t2 span{

	color: #064497;

}

.int2-t3{

	font-size: 1.8rem;

	color: #064497;

	text-transform: uppercase;

}

.in_content {

   



}

.content {

   

}

.in-ab-1 .t1{

	font-size: 1.8rem;

}



.in-ab-1 .t3{

	padding:3% 0

}

.in-ab-1 .t3 figure{

	font-size: 6rem;

	display: block;

	padding:30px;

	font-weight: bold;

	text-align: center;

	font-family: "Impact"

}

.in-ab-1 .t3 small{

	line-height: 1.6;

	font-size: 1.6rem;

	display: block;

	text-align: center;

}

.in-ab-1 .t3 li{

	padding-right: 15px;

}

.in-ab-2 .pic-big{

	position: relative;

	height: 450px;

	overflow: hidden;

	background-attachment: fixed !important;

}

.in-ab-2 .cover{

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background: rgba(0,0,0,0.7);

	color: #fff;

	text-align: center;

	line-height: 1.4;

}

.in-ab-2 .t1{

	font-size: 6rem;

	font-weight: bold;

	font-family: "Impact";

	margin-bottom: 30px;

}

.in-ab-2 .t2{

	font-size: 3.6rem;

	font-weight: bold;

}

.in-ab-2 .desc{

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%,-50%);

	width: 100%;

	padding:20px;

}

.in-ab-2 .pic-small{

	margin-top: 15px;

}

.in-ab-2 .pic-small ul{

	margin:0 -15px;

}

.in-ab-2 .pic-small li{

	padding: 15px;

}

.in_tit_product{



	padding:1px 0;

	padding-bottom: 50px;



}

.in_tit_product .intp-t1{

	font-size: 4.8rem;

	font-weight: bold;

	font-family: "Impact";

	text-align: center;

	margin:30px 0;

	padding: 1% 0;

}

.in_tit_product .intp-t2{

	text-align: center;

	font-size: 1.6rem;

	line-height: 2;

	padding-bottom: 30px;

	max-width: 1400px;

	margin-left: auto;

	margin-right: auto;



}

.in_product{

}

.in_product ul{



}

.in-prolist li{

	padding:30px 0;

	line-height: 1.8;

	display:-webkit-flex;

	display: flex;

	border-bottom:1px solid #ccc;

}

.in-prolist h2{

	font-size: 4.8rem;

	font-family: "Impact";

	line-height: 1.2;

}

.in-prolist h2:hover{

	letter-spacing:0.05em;

}

.in-prolist .pic{

	padding:0 15px;

	display: flex;

	display:-webkit-flex;

	/* flex-direction:column; */

	justify-content: center;

	text-align: center;

}

.in-prolist .desc{

	padding:0 15px;

	display: flex;

	display:-webkit-flex;

	flex-direction:column;

	justify-content: center;

	font-size: 1.4rem;

}

.in-prolist .gs{

	margin-top: 30px;

}

.plist-item1 .pic{

	/* text-align: right; */

	padding-right:5%;

}

.plist-item2 .desc{

	text-align: right;

	padding-right: 5%;

}

.in-pd-t{

	display: flex;

	padding:40px 0;

	border-bottom:2px solid #064497;

}

.in-pd-t .pic{

	display: flex;

	/* flex-direction: column; */

	justify-content: center;

	text-align: center;

	padding:0 15px;
	position: relative;

}
.in-pd-t .owl-dots{
	position: absolute;
	bottom:15px;
	text-align: center;
	width: 100%;
}
.in-pd-t .owl-dot{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin:0 10px;
	background: #999;
	border-radius: 3px;
}
.in-pd-t .owl-dot.active{
	background: #064497;
}


.in-pd-t .info{

	display: flex;

	flex-direction: column;

	justify-content: center;

	line-height: 1.8;

	font-size: 1.4rem;

	padding:0 15px;

}

.in-pd-t .info h2{

	font-family: "Impact";

	font-size: 4.8rem;

	margin-bottom: 20px;

	line-height: 1.2;

}

.in-pd-t .btns {
	margin-left: -10px;
}

.in-pd-t .btns > a{

	display: inline-block;

	margin:10px;

	padding:10px 30px;

	background: #064497;

	color: #fff;

	font-weight: bold;

	font-size: 1.6;

	text-transform: uppercase;

	border-radius: 5px;

	border:1px solid #064497;

	position: relative;

}

.in-pd-t .btns > a:after{

	content:'';

	display: block;

	position: absolute;

	left: 5%;

	bottom:0;

	width: 0;

	border-bottom:5px solid #064497;

}

.in-pd-t .btns > a:hover{

	color: #000;

	border:1px solid #ccc;

	background: #fff;

	

}

.in-pd-t .btns > a:hover:after{

	width: 90%;

}

.in-pd-c{

	background: #f5f5f5;

	padding-top: 30px;	

	padding-bottom: 10px;

	font-size: 1.4rem;

}

.in-pd-c .tab-tit{

	font-size: 3rem;

	font-family: "GravurCondensed",Helvetica,Arial,sans-serif !important;

	margin-bottom: 15px;

	background: #064497;

	color: #fff;

	padding:10px 30px;

	line-height: 1;

	display: inline-block;

}

.tab-item{

	background: #fff;

	margin-bottom: 40px;

	padding:15px 15px;

	

}

.resolvetit{

	font-size: 3.6rem;

	font-family: "Impact";

	margin-top: 30px;

	text-align: center;

}

.celllist {

	padding:30px 0;

	text-align: center;

}

.celllist a{

	position: relative;

	display: block;

}

.celllist .pic{

	position: relative;

	padding-bottom:80%;

	min-height: 200px;

	overflow: hidden;

}

.celllist .pic img{

	position: absolute;

	left:50%;

	top: 50%;

	transform: translate(-50%,-50%);

	max-height: 100%;


}

.celllist li:hover img{

	transform: translate(-50%,-50%) scale(1.1,1.1);

}

.celllist .cover{

	position: absolute;

	width: 100%;

	height: 100%;

	background: rgba(18,104,179,0.8);

	color: #fff;

	left: 0;

	top: 0;

	opacity: 0;

	visibility: hidden;

/* 	background: transparent */

}

.celllist li:hover .cover{

	opacity: 1;

	visibility: visible;

}

.celllist .cover svg{

	position: absolute;

	left:50%;

	top: 40%;

	transform: translate(-50%,-50%);

	fill: #fff;

	width: 50%;

	height: 50%;

}

.celllist h3{

	font-size: 1.8rem;

	line-height: 1.4;

	padding:10px 0;

	position: relative;

	z-index: 10;

	height: 3.6em;

	overflow: hidden;

}

.celllist li:hover h3{

	letter-spacing: 0.05em;

	color: #fff;

}

.in_news{

	background: #f4f4f4;

}

.in-nelist{

	text-align: center;

	line-height: 1.8;

	font-size: 1.4rem;

}

.in-nelist li a{

	display: block;

	background: #fff;

	padding:15px;

}

.in-nelist .pic{	

	position:relative;

	padding-bottom: 60%;

	overflow: hidden;

}

.in-firstnews .pic{}

.in-nelist li{

	padding:10px;

}

.in-nelist .pic img{

	position: absolute;

	left: 50%;

	top:50%;

	transform: translate(-50%,-50%);

}

.in-nelist li:hover img{

	transform:translate(-50%,-50%) scale(1.1,1.1);

}

.in-nelist h2{

	font-size: 1.8rem;

	font-weight: bold;

	line-height: 1.6;

	height: 3.2em;

	overflow: hidden;

	margin-bottom: 15px;

}

.in-nelist .tags{

	font-size: 1.4rem;

	margin-bottom: 15px;

}

.in-nelist .tags span{

	display: inline-block;

	padding:0 10px;

	background: #f4f4f4;

	border-radius: 50px;

	margin-top: 5px;

}

.in-nelist .date{

	font-size: 1.4rem;

	margin-bottom: 15px;

}

.in-nelist .gs{

	font-size: 1.4rem;

	height: 7.2em;

	overflow: hidden;

	margin-top: 10px;

	position: relative;

}

.in-nelist .gs:after{

    content: "";

    height: 100px;

    z-index: 2;

    width: 100%;

    position: absolute;

    background: -webkit-linear-gradient(top,rgba(255,255,255,0.2) 0,white 80%,white 100%);

    bottom: 0;

    left: 0;





}

.in_news_detail{



}

.in-nede-tit{

	background: #ebebeb;

	padding:6% 15px;

	text-align: center;

	text-transform: uppercase;

	line-height: 1.4;

}

.in-nede-tit .date{

	font-size: 2.4rem;

	margin-bottom: 30px;

}

.in-nede-tit h2{

	font-size: 3rem;

	font-weight: bold;

	margin-bottom: 30px;

}

.in-nede-tit .tags{

	font-size: 1.8rem

}

.in-nede-tit .tags span{

	display: inline-block;

	padding:5px 20px;

	margin:0 10px;

	background: #333;

	border-radius: 50px;

	color: #fff;

	margin-bottom: 10px;

}

.in-nede-detail{

	font-size: 1.6rem;

	line-height: 2;

}

.in-nede-relatenews{

	margin-top:30px;

	margin-bottom: 30px;

}

.in-nede-relatenews ul{

	margin:0 -10px;

}

.in-nede-relatenews li{

	padding:10px;

}

.in-nede-relatenews .t1{

	font-size: 1.8rem;

	text-transform: uppercase;

	margin-bottom: 15px;

	font-weight: bold;

	color: #777;

}

.in-nede-relatenews .pic{

	position: relative;

	padding-bottom: 60%;

	min-height: 200px;

	overflow: hidden;

}

.in-nede-relatenews .pic img{

	position: absolute;

	left: 50%;

	top:50%;

	transform: translate(-50%,-50%);

}

.in-nede-relatenews h3{

	font-size: 1.6rem;

	line-height: 1.8rem;

	height: 3.2em;

	overflow: hidden;

	margin:15px 0;

}



.in_tit_solve .ints-t1{

	font-size: 4.8rem;

	font-weight: bold;

	font-family: "Impact";

	text-align: center;

	margin:30px 0;

	padding: 1% 0;

}

.in_tit_solve .ints-t2{

	text-align: center;

	font-size: 1.4rem;

	line-height: 2;

	padding-bottom: 30px;



}

.in-solist{

	margin-top: 0%;

}

.in-solist .pic{

	position: relative;

	padding-bottom: 60%;

	min-height: 260px;

	overflow: hidden;

}

.in-solist .pic img{

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%,-50%);

}

.in-solist .desc{

	padding:20px 0 30px;

}

.in-solist ul{

	margin:0 -15px;

}

.in-solist li{

	text-align: center;

	margin-bottom: 30px;

	padding:0 15px;

}

.in-solist li a{

	display: block;

	box-shadow: 0 0 3px 2px #eee;

	padding:15px;

}

.in-solist h3{

	font-size: 3rem;

	color: #444;

	line-height: 1.2;

	height: 2.4em;

	overflow: hidden;

}

.in-solist .t1{

	font-size: 1.6rem;

	line-height: 1.6;

	color:#777;

	height: 3em;

	overflow: hidden;

	margin-top: 20px;

	margin-bottom: 30px;

} 

.in-solist .more{

	background: #064497;

	color: #fff;

	padding:12px 50px;

	display: inline-block;

	border-radius: 100px;

}



.in-solist1{

	margin-top: 30px;

}

.in-solist1 .tit{

	font-size: 3rem;

	font-weight: bold;

	margin:20px 0;

	text-transform: uppercase;

}

.in-solist1 ul{

	margin:0 -15px;

}

.in-solist1 li{

	text-align: center;

	margin-bottom: 30px;

	padding:0 15px;

}

.in-solist1 h3{

	font-size: 2rem;

	color: #444;

	line-height: 1.2;

	height: 2.4em;

	overflow: hidden;

}

.in-solist1 .pic{

	position: relative;

	padding-bottom: 80%;

	min-height: 260px;

	overflow: hidden;

	border:1px solid #ccc;

}

.in-solist1 li:hover .pic{

	border-color: #064497;



}

.in-solist1 .pic:after{

	content: '';

	display: block;

	width: 200px;

	height: 100px;

	transform: rotate(45deg) translate(20%,-100%);

	background: #000;

	position: absolute;

	right: 0;

	top: 0;

}

.in-solist1 li:hover .pic:after{

	background: #064497;

}

.in-solist1 .pic:before{

	content: '+';

	display: block;

	position: absolute;

	right: 9px;

	top: 0px;

	color: #fff;

	z-index: 10;

	font-size: 6rem;

}

.in-solist1 .pic img{

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%,-50%);

	max-height: 100%;

}

.in-solist1 li:hover .pic img{

	transform: translate(-50%,-50%) scale(1.1,1.1);

}

.in-solist1 .desc{

	padding:20px 0 30px;

}



.in-se-1{



}

.in-se-1 ul{

	margin:0 -5px;

}

.in-se-1 li{

	padding:5px;

}



.in-se-1 li:hover svg path{

	fill: #fff;

}

.in-se-1 h3{

	font-size: 3.6rem;

	line-height: 1.2;

	transform: translateY(50px);

	font-weight: bold;

}

.in-se-1 h3 i{

	margin-top: 15px;

	display: inline-block;

}

.in-se-1 li:hover h3{

	transform: translateY(0);

	padding-bottom: 15px;

	

}

.in-se-1 li:hover h3 i{

	display: none;	

}

.in-se-1 .desc{

	position: relative;

	padding-bottom: 100%;

	background: #f0f0f0;



}

.in-se-1 li:hover .desc{

	background: #064497;

	color: #fff;

}

.in-se-1 .cover{

	position: absolute;

	left: 0;

	top: 50%;

	padding:6%;

	transform: translateY(-50%);	

}

.in-se-1 .links{

	opacity: 0;

	visibility: hidden;

	font-size: 1.6rem;

}

.in-se-1 li:hover .links{

	opacity: 1;

	visibility: visible;

}

.in-se-1 .links a{

	display: block;

	padding:5px 0;

	color: #fff;

}

.in-se-1 .links a:hover{

	padding-left: 15px;

}

.in-se-1 .links a i{

	display: inline-block;

	vertical-align: middle;

}

.in-se-1 .links a i svg path{

	fill: #fff;

}

.in-se-2 .tit{

	font-size: 2.4rem;

	padding:30px 0 10px;

	font-weight: bold;

	text-transform: uppercase;

}

.in-se-2 .input-filed{

	margin:0 -15px;

}

.in-se-2 .input-filed label{

	display: block;

	margin-bottom: 20px;

	padding:0 15px;

}

.in-se-2 .input-filed input{

	display: block;

	width: 100%;

	border:0;

	border-bottom:1px solid #aaa;

	padding:10px 0;

	height: 40px;

	color: #000;

	background: transparent;

}

.in-se-2 .input-filed input:focus{

	border-color: #064497;

}

.in-se-2 .textarea-filed{
	margin-bottom: 20px;
}

.in-se-2 .textarea-filed textarea{

	display: block;

	width: 100%;

	height: 200px;

	padding:10px;

	border:1px solid #aaa;

	background: transparent;

}

.in-se-2 .textarea-filed textarea:focus{

	border-color: #064497;

}

.in-se-2 .input-filed select{

	display: block;

	width: 100%;

	height: 40px;

	background: transparent;

	border:0;

	border-bottom:1px solid #aaa;

	

}

.in-se-2 .input-filed select:focus{

	outline: 1px dashed #ccc;

}

.in-se-2 .input-filed select option{

	display: block;

	height: 40px;

	background: transparent;

}

.in-se-2 .fe-btn{

	display: block;

	margin-top: 25px;

	font-size: 18px;

	padding:10px 0;

	width: 50%;

	border:0;

	background: #064497;

	color: #fff;

	cursor: pointer;

	margin-left: auto;

	margin-right: auto;

	

}

.in-se-2 .in-ftit{

	text-align: center;

}

.in-se-2 .in-ftit h5{

	font-size: 36px;

	font-weight: bold;

	margin-top: 30px;

	margin-bottom: 15px;

}

.in-se-2 .in-ftit p{

	font-size: 18px;

	margin-bottom: 30px;

}

.in-co-1{

	padding-top: 30px;

	padding-bottom:30px;

	background: #f4f4f4;

	font-size: 1.8rem;

	color: #201e2e;

}

.in-co-1 .qrcodes{

	margin-bottom: 40px;

	max-width: 1100px;

	margin-left: auto;

	margin-right: auto;

}

.in-co-1 .qrcodes li{

	padding:15px;

	text-align: center;

}

.in-co-1 .qrcodes li img{

	margin-bottom: 15px;

}

.in-co-1 .gs{

	line-height: 1.6;

	text-align: center;

}

.in-co-2 {

    padding: 40px 0;

	text-align: center;

	margin-top: 2%;

}



.in-co-2 a {

    display: inline-block;

    width: 8%;

    padding-bottom: 8%;

    margin-left: 3%;

    margin-right: 3%;

}



.in-co-2 a:hover {

    background-color: #064497;

}



.in-co-2 .link1 {

    background: #cdcdcd url(../img/Facebook-Icon.png) no-repeat right bottom;

    background-size: 62%;

}



.in-co-2 .link2 {

    background: #cdcdcd url(../img/Twitter-Icon.png) no-repeat right bottom;

    background-size: 76%;

}



.in-co-2 .link3 {

    background: #cdcdcd url(../img/YouTube-Icon.png) no-repeat right bottom;

    background-size: 77%;

}



.in-co-2 .link4 {

    background: #cdcdcd url(../img/Gplus-Icon.png) no-repeat right bottom;

    background-size: 76%;

}



.in-co-2 .link5 {

    background: #cdcdcd url(../img/LinkedIn-Icon.png) no-repeat right bottom;

    background-size: 77%;

}



.in-co-2 .link6 {

    background: #cdcdcd url(../img/Skype-Icon.png) no-repeat right bottom;

    background-size: 77%;

}



.in-co-3 .t1 {

	font-size: 2.4rem;

	text-transform: uppercase;

	font-weight: bold;

    margin-top: 40px;

    line-height: 1.6;

}



.in-co-3 .t2 {

	line-height: 1.8;

	font-size: 1.8rem;

}



.co-form{

	margin-top: 30px;

}

.co-form label{

	display: block;

}

.co-form .ipt{

	height: 36px;

	border:1px solid #ccc;

	margin-bottom:20px;

	display: block;

	width: 100%;

	padding: 0 10px;

	font-size: 1.4rem;

}

.co-form .ips{

	height: 36px;

	margin-bottom:20px;

	display: inline-block;

	width: 160px;

	border:0;

	background: #da251d;

	color: #fff;

	margin-top: 30px;

	cursor: pointer;

}

.co-form .ips:hover{

	background: #113066;

}

.co-form textarea{

	height: 200px;

	display: block;

	width: 100%;

	border:1px solid #ccc;

	font-family: arial;

	padding:10px;

	font-size: 14px;

}

.in-so-1{

	font-size: 1.4rem;

	line-height: 2;

}

.in-so-1 .pic{

	text-align: center;

	padding:15px;

}

.in-so-1 .desc{

	padding:15px;

}

.in-so-1 .desc h2{

	font-size: 3.6rem;

	font-family: "Impact";

	margin-bottom: 40px;

	line-height: 1.4;

}

.in-so-1 .desc article{

	font-size: 1.4rem;

}

.in-so-2 {}

.in-so-2 .t1{

	font-size: 3.6rem;

	font-family: "Impact";

	padding-top: 40px;

	margin-top: 2%;

	text-transform: uppercase;

}

.pagelist {

	display: inline-block;

	text-align: center;

    font-size: 12px;

    list-style: outside none none;

    padding: 10px 0;

	white-space: nowrap;

	border-top: 1px solid #000;

	

}

.pagelist ul{

	border-top: 1px solid #fff;

}

.pagelist li {

    display: inline;

	line-height: 40px;

    font-size: 14px;

    padding: 4px 9px;

	margin: 0 3px;

}



.pagelist li img {

    border: 0 none;

    vertical-align: middle;

}



.pagelist li.current {

   background: #064497;

    color: #FFF;

    border: #064497 solid 1px;

}

.pagelist li a {

	text-decoration: none;

	

}



.pagelist li a:hover {

    border: medium none;

    color: #999;

    text-decoration: none;

}



.pagelist li a.nolink {

    color: #ccc;

    cursor: default;

}



.pagelist li a.nolink:hover {

    background: transparent none repeat scroll 0 0;

    padding: 3px 6px 4px;

}

.yzm-box {
    font-weight: normal;
    color: #666;
    width: 100%;
	display: block;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
}

.yzm-box .tp1 {
    width: 150px;
    margin-right: 5px;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.yzm-box img {
	vertical-align: middle;	
}


.good-detail {
  padding-bottom: 1.5rem;
}
.good-detail .wrap {
  max-width: 1400px;
}
.good-detail .nav {
  border-bottom: 1px solid #e5e5e5;
}
.good-detail .nav .wrap {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.good-detail .nav .item {
  font-size: 20px;
  color: #666;
  line-height: 66px;
  display: block;
  padding: 0 0.3rem;
  margin-right: 2rem;
  position: relative;
}
.good-detail .nav .item:hover {
  color: #0b7bda;
}
.good-detail .nav .active {
  color: #0b7bda;
}
.good-detail .nav .active::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: 3px;
  background: #0b7bda;
  left: 0;
}
@media (max-width: 640px) {
  .good-detail .nav .item {
    font-size: 18px;
    line-height: 50px;
    padding: 0 0.2rem;
  }
  .good-detail .nav .s2 {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .good-detail .nav .s2 .item {
    padding: 0;
    margin: 0;
  }
}
.good-detail .content .introduce {
  padding-top: 0.8rem;
}
.good-detail .content .introduce dt {
  font-size: 0.3rem;
  padding-left: 0.24rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0.4rem;
  position: relative;
}
.good-detail .content .introduce dt::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 90%;
  top: 5%;
  left: 0;
  background: #0b7bda;
}
.good-detail .content .introduce dd {
  padding-left: 0.24rem;
  color: #666;
  line-height: 1.875;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .good-detail .content .introduce dt {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .good-detail .content .introduce dd {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .good-detail .content .introduce dt {
    font-size: 17px;
    margin-bottom: 0.2rem;
  }
}
