@CHARSET "UTF-8";

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,button,select
	{
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: none
}

table {
	border-collapse: collapse
}

.header{
	width: 100%;
	position:absolute;
	top:0px;	
}
.show{
	display: block;
}
.hide{
	display: none;
}
.header .headertop {	
	width:100%;
	padding:25px 19.3%;
	height:80px;
	margin: 0 auto;
	vertical-align:middle;
	border-bottom:1px solid #eeeeee;
	position:absolute;
	top:0;		
}

.header .headertop img {
	display:inline-block;
	float:left;
}

.header .headertop .language {
	display:inline-block;
	width:254px;
	text-align:right;
	height: 50px;
	line-height: 50px;
	float:right;
	font-size: 16px;
	color: #ffffff;
}
.headertop .langue{
	margin-top:12px;
	margin-left:5px;
	float:left;
	width:98px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#fff;
	border-radius:10px 10px;
	color:#000;
	font-size:12px !important;
}
.header .headertop .language a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

.header .headertop .language .lanActive {
	color: #003e8e;
}
.header .nav {
	width: 61.4%;
	height: 40px;
	margin: 0 auto;
	position:absolute;
	top:90px;
	left:19.3%;
}

.header .nav ul {
	width: 100%;
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
}

.header .nav ul li {
	display: inline;
	width: 14%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	position: relative;
}
#nav-main .spanactive{
	padding: 5px 12px;
    border: 1px solid #fff;
    /* height: 30px; */
    border-radius: 15px 15px;
}
#nav-main li:hover a .spanhov{
	padding: 5px 12px;
    border: 1px solid #fff;
    /* height: 30px; */
    border-radius: 15px 15px;
}
.header .nav ul li a {
	text-decoration: none;
	color: white;
	font-size:18px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	outline: none;
}
	
.header .nav ul li ul {
	background: url(../img/up.png) no-repeat;
    background-position: top center;
	position: absolute;
	z-index: 1;
	padding: 0;
	float: left;
	width: 100%;
	height: auto;
	display: none;
	padding-top:8px;
}

.header .nav ul li ul li {
	clear: both;
	list-style: none;
	float: left;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.wechat{
	position: absolute;
    /* float: right; */
    right: 19.4%;
    top: 60px;
    z-index: 1000;
}
.header .nav ul li ul li a {
	margin: 0;
	text-decoration: none;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size:16px;
	line-height: 40px;
	/* background-color: #4a5659; */
	background-color:rgb(0,62,141);
	filter: alpha(Opacity =60);
	-moz-opacity: 0.57;
	opacity: 0.60;
}
.header .nav ul li .active11 {
	color: #000000;
	background-color: #ffffff;
	border: 0;
}

#md_lunbo {
	width: 100%;
	height:762px;
	min-height:762px;	
	position:relative;	
}
#lunbo{
	width: 100%;
	height: 1073px;
	min-height:762px;	
	position:relative;
}
.header .lunbomedia {
}

.header .lunbomedia img{
	width:100%;
	
}




.homepage {
	width: 100%;
	margin-top: 2px;
	height:auto;
}


.homepage .news {
	width: 61.4%;
	height:auto;
	margin:20px auto;
}

.homepage .news .newsnav{
	width: 100%;
	height:30px;				
}
.homepage .news .newsnav span{
	width:30%;	
	float:left;
	font-family: Microsoft Yahei;
	text-align:left;
	font-weight:bold;
	font-size:23px;
	display:inline-block;
	color:rgb(13,66,144);
	
}
.homepage .news .newsnav img{
	float:right;
	display:inline-block;
	
}
.homepage  .news .line{
	width: 100%;
	height:2px;	
	margin-top:6px;
}
.homepage .news .newscontent{
	width:100%;
	height:320px;
	margin:40px 0 60px 0;
}
.homepage .news .newscontent .newsimg{
	width:49%;
	height:320px;
	float:left;
	display:inline-block;
	position: inherit;
	/* background-image:url(../img/new_pic.png);
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover; */
	
}
.homepage .news .newscontent .newslist{
	width:49%;
	height:320px;
	float:right;
	margin-left:2%;
	display:inline-block;
	overflow: hidden;
	
}
.homepage .news .newscontent .newslist .newshow{
	width:100%;
	height:auto;
	border-bottom: 1px dashed darkgray;
}
.homepage .news .newscontent .newslist .newshow .newshowtitle{
	font-family: Microsoft Yahei;	
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	color:rgb(13,66,144);
}
.homepage .news .newscontent .newslist .newshow .newshowcontent{
	font-family: Microsoft Yahei;	
	font-size:14px;
	display:inline-block;
	color:rgb(89,87,87);
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
} 
.homepage .news .newscontent .newslist .newsotherlist{
	width:100%;
	height:auto;
}
.homepage .news .newscontent .newslist .newsotherlist ul{
	width:100%;
	list-style: none;
}
.homepage .news .newscontent .newslist .newsotherlist ul li{
	width:100%;
	height: 35px;
	line-height: 35px;
	list-style: none;	
}

.homepage .news .newscontent .newslist .newsotherlist ul li .itemtitle{
	width:65%;
	height: 34px;
	line-height: 34px;
	margin-left:6px;
	font-family: Microsoft Yahei;	
	font-size:14px;
	display:inline-block;
	color:rgb(89,87,87);
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	vertical-align: middle;
}
.homepage .news .newscontent .newslist .newsotherlist  ul li .itemtime{
	width:26%;
	height: 34px;
	line-height: 34px;
	font-family: Microsoft Yahei;	
	font-size:14px;
	float:right;
	text-align: right;
	display:inline-block;
	color:rgb(89,87,87);
	vertical-align: middle;
	
}
.homepage .news .newscontent .newslist .newsotherlist ul li:hover .itemtitle{
	color:rgb(13,66,144);
}
.homepage .news .newscontent .newslist .newsotherlist  ul li:hover .itemtime{
	color:rgb(13,66,144);
}
.homepage .product {
	width: 100%;
	height:1000px;
	position:relative;
	background-image:url(../img/product_intro_bg.png);
	background-position:center;
	background-repeat: no-repeat;
	/* border: 1px solid #ff0000; */
}

.homepage .product .productnav{
	width: 61.4%;
	height:30px;
	margin:auto;
	position:absolute;
	top:6%;
	left:19.2%;
			
}
.homepage .product .productnav span{
	width:30%;
	color:white;
	float:left;
	font-family: Microsoft Yahei;
	text-align:left;
	font-weight:bold;
	font-size:23px;
	display:inline-block;
	
}
.homepage .product .productnav img{
	float:right;
	display:inline-block;
	
}
.homepage .product .line{
	width: 61.4%;
	height:2px;
	margin:auto;
	position:absolute;
	top:11%;
	left:19.2%;
}
.homepage .product .productshow{
	width: 61.4%;
	height:auto;
	margin:auto;
	position:absolute;
	top:14%;
	left:19.2%;		
}
.homepage .product .productshow .productitem{
	width:23.5%;
	margin:0.5%;   
	display:inline-block;
	position:relative;
	cursor: pointer;		 	
}

.homepage .product .productshow .productitem .front{
	width:100%;	
	display:block;
	position:relative;		
}
.homepage .product .productshow .productitem .back{
	width:100%;	
	display:none;
	position:relative;		
}
 .homepage .product .productshow .productitem img{
	width:100%;
	display:inline-block;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    cursor: pointer;	
	
}

.homepage .product .productshow .productitem img:hover{
	width:100%;
	display:inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);

} 
.homepage .product .productshow .productitem p{
	width:100%;
	position:absolute;
	color:white;
	top:27%;
	font-size:24px;
	text-align:center;	
	
}
.homepage .product .productshow .productitem p .chn_title{
	font-size:33px;
	padding-bottom:8px;	
	border-bottom:1px solid #eeeeee;
}
.homepage .product .productshow .productitem p .en_title{
	padding-top:12px;
	font-size:24px;
	display:block;
}
.homepage .cooperation_partner{
	width:100%;
	height:auto;
   /* background: url(../img/pic_partner.png) no-repeat center;
    background-size:100% auto; */
	
}
.foot {
	width: 100%;
	/* height: 300px; */
	background-color: #363737;
	margin: 0;
}

.foottext {
	width: 100%;
	height: 40px;
}

.foot .footnav {
	width: 61.4%;
	height:270px;
	margin: 0px auto;
}

.foot .footnav ul {
	width: 90%;
	height: 220px;
	margin:auto;
	padding: 0;
	color:white;	
}
.foot .footnav ul li{
	width: 10%;
	height: 200px;
	margin: 1%;
	padding: 0;
	float:left;
	text-align: center;
	display:inline-block;	
}
.foot .footnav ul li ul{
	width: 100%;
	height: 180px;
	margin-top: 10px;
	padding: 0;
	text-align: center;
} 
.foot .footnav ul li ul li{
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	display:block;	
	text-align: center;
	clear: both;
}
.foot .footlink ul li {
	display: inline;
	height: 30px;
	line-height: 30px;
	margin: auto 0px;
}

.foot .footlink ul li a {
	font-family: Microsoft Yahei;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 170px;
}

.foot .footlink {
	padding-top:10px;
	font-size:16px;
	border-top:1px solid #fff;
	width: 61.4%;
	/* height: 30px;
	line-height: 30px; */
	margin: 0px auto;
}

.foot .footlink ul {
	widht: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.foot .footlink ul li {
	display: inline;
	height: 30px;
	line-height: 30px;
	margin: auto 0px;
}

.foot .footlink ul li a {
	font-family: Microsoft Yahei;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	width: 170px;
}

.foot .footlink ul li a:hover {
	color: #fff;
}

.foot .copyright {
	width: 61.4%;
	height: 60px;
	line-height: 30px;
	margin: 0px auto;
	text-align: center;
	font-family: Microsoft Yahei;
	font-size: 14px;
	color: #fff;
}

.foot .address {
	margin-left:24px;
}

.clear {
	clear: both;
}
.footTitle{
	font-size:17px;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:3px;
}
.footline{
	border-bottom: 2px solid #fff;
    width: 8px;
    bottom: 0;
    float: left;
    /* position: absolute; */
    padding-top: 26px
}
.foot .footnav ul li ul li a{
	color:#fff;
	font-size:14px;
}
.foot .footnav ul li ul li a:hover{
	color:#3179d8;
	text-decoration: none;
}
.small li{
	height:18px !important;
	line-height:18px !important;
}
.small li a{
	color:#fff;
	font-size:12px !important;
}
.newscontent .newsimg .newsTitle{
	margin-top:0px;
	padding-left:20px;
	background:rgba(13,66,144,0.8);
	color:#fff;
	font-size:16px;
	line-height:35px;
	height:35px;
	width:100%;
	margin-bottom:0px;
}
/*首页小屏适配*/
@media(max-width:1600px){
	.header .nav ul li a {
	    font-size: 14px;
	}
	.header .nav ul li ul li a{
		font-size:13px;
		height:30px;
		line-height:30px;
	}
	.header .nav ul li{
		height:30px;
		line-height:30px;
	}
	.homepage .news .newsnav span{
		font-size:18px;
	}
	.homepage .news .newsnav{
		height:25px;
	}
	.homepage .news .newscontent .newslist .newshow .newshowtitle{
		margin-bottom:5px;
		font-size:14px;
	}
	.homepage .news .newscontent .newslist .newshow .newshowcontent{
		font-size:12px;
		margin-bottom:5px;
	}
	.homepage .news .newscontent .newslist .newsotherlist ul li{
		height:23px;
		line-height: 23px;
	}
	.homepage .news .newscontent .newslist .newsotherlist ul li .itemtitle{
		font-size:12px;
		height:23px;
		line-height:23px;
	}
	.homepage .news .newscontent .newslist .newsotherlist ul li .itemtime{
		font-size:12px;
		height:23px;
		line-height:23px;
	}
	.newscontent .newsimg .newsTitle{
		margin-top:176px;
		font-size:14px;
		height:30px;
		line-height:30px;
	}
	.homepage .news .newscontent .newsimg{
		height:206px;
	}
	.homepage .news .newscontent{
		width: 100%;
    	height: 210px;
    	margin: 20px 0 30px 0;
	}
	.homepage .news .newscontent .newslist{
		height:213px;
	}
	.header .headertop{
		padding: 15px 19.3%;
    	height: 60px;
	}
	.header .nav{
		top:70px;
	}
	.homepage .product .productnav span{
		font-size:18px;
		line-height:25px;
	}
	.homepage .product .line{
		top:7.3%;
	}
	.homepage .product .productnav{
		top:2.5%;
	}
	.homepage .product .productshow{
		top:10.5%;
	}
	.front .inner p{
		font-size:20px !important;
	}
	.front .inner span{
		font-size:18px !important;
	}
	.inner{
		padding:0px !important;
	}
	.front, .back{
		min-height:171px !important;
	}
	.homepage .product{
		height: 670px !important;
	}
	.footTitle{
		font-size:14px;
	}
	.foot .footnav ul li {
	    width: 10.5%;
	    height: 200px;
	    margin: 0.5%;
	    padding: 0;
	    float: left;
	    text-align: center;
	    display: inline-block;
	}
	.foot .footnav ul li ul li a{
		font-size:12px;
	}
	.footline{
		padding-top: 23px;
	    position: absolute;
	    margin-top: -21px;
	    bottom:auto;
	}
	.foot .footnav ul li ul li {
	    width: 100%;
	    height: 20px;
	    line-height: 20px;
	    margin: 0;
	    padding: 0;
	    display: block;
	    text-align: center;
	    clear: both;
    }
    .foot .footlink {
	    padding-top: 10px;
	    font-size: 13px;
	    border-top: 1px solid rgba(255,255,255,0.1);
	    width: 100%;
	    margin: 0px auto;
	}
	.foot .copyright {
	    width: 61.4%;
	    height: 60px;
	    line-height: 30px;
	    margin: 0px auto;
	    text-align: center;
	    font-family: Microsoft Yahei;
	    font-size: 12px;
	    color: #fff;
	}
	.foot .footlink ul {
	    widht: 100%;
	    height: 25px;
	    line-height: 25px;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	}
}
.computer{
	display: inline-block;
}
.computerb{
	display:block;
}
.mobile{
	display: none;
}
.header .headertop .mobile{
	display: none;
}
@media(max-width:1000px){/*手机端适配*/
	.computer{
		display: none !important;
	}
	.computerb{
		display: none !important;
	}
	.mobile{
		display: inline-block;
	}
	.header .headertop{
		padding:12px 15px;
		background:#093e8e;
		height:50px;
	}
	.header .headertop .mobile{
		height:25px;
		display: inline-block;
	}
	.header .nav ul{
	    height:auto;
	}
	.header .nav ul li a {
	    font-size: 14px;
	}
	.fenlei{
		width:25px;
	}
	.carousel{
		top:50px;
	}
	.header .nav{
		background:rgba(9,62,142,0.8);
		top:50px;
		left:auto !important;
		right:0px;
		width:150px;
		z-index:100;
		height:auto;
	}
	.header .mobile ul li{
		display:block;
		width:100%;
		border-bottom:1px solid rgba(255,255,255,0.2);
		min-height:40px;
		line-height:40px;
	}
	.header .nav ul li ul{
		    background: none;
		    background:rgba(255,255,255,0.1);
		    z-index: 100;
		    padding: 0;
		    float: none;
		    width: 100%;
		    height: auto;
		    display: none;
		    padding-top: 8px;
	}
	.homepage{
		padding-top:50px;
	}
	.homepage .news{
		width:94%;
	}
	.homepage .news .newscontent{
	  height:auto;
	}
	.homepage .news .newscontent .newsimg{
		width:100%;
		float:none;
	}
	.homepage .news .newscontent .newslist{
		margin-top:20px;
		width:100%;
		float:none;
	}
	.homepage .product .productnav{
		width:94%;
		left:3%;
	}
	.homepage .product .line{
		width:94%;
		left:3%;
		top:60px;
	}
	.homepage .product{
		height: 2490px !important;
		background-repeat: repeat;
	}
	.header .headertop .language{
		width:80px;
	}
	.homepage .product .productnav{
		top:25px;
	}
	.homepage .product .productshow{
		top:80px;
		width:90%;
		left:5%;
	}
	.foot .footnav{
		width:100%;
		padding:10px 0px;
		height:auto;
	}
	.foot .copyright{
		width:100%;
		height:80px;
		line-height:25px;
	}
	.homepage .news .newscontent .newslist{
		height:250px;
	}
}
.carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 0px !important;
    left: 0 !important;
    z-index: 10;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    color: #fff !important;
    width: 100%;
    text-align: left !important;
    color: black;
}
.carousel-item{
	height:100% !important;
}