	@charset "utf-8";
	/* CSS Document */
	/*共同部分开始*/
	
	* {
		font-family: "微软雅黑" !important;
		color: #4c4c4c;
		font-size: 14px;
	}
	
	body {
		margin: 0;
		padding: 0;
		background-color: #fff;
		width: expression(document.body.clientWidth <=1200? "1200px": "auto");
		min-width: 1200px;
	}
	
	ul {
		margin: 0;
		padding: 0;
	}
	
	li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	a {
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
	
	h1 {
		color:  #019420;
		font: normal small-caps bolder 18pt 宋体;
	}
	
	dd,
	dl,
	dt {
		margin: 0;
		padding: 0;
	}
	
	img {
		border: none;
	}
	
	p {
		margin: 0;
	}
	input {
		padding: 0;
	}
	/*共同部分结束*/
	/*顶部开始*/
    
	.clearfix {
		clear: both;
	}
	.top_bg {
		height: 150px;
		background-image: url(../images/top_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #031b59;
	}
	.idea img{   
	   width: 200px;
	   height: 150px;
	}
	/* 理念图片摇一摇效果*/
	.idea {
	    float: left;
		animation: 5s snake linear infinite;
		}
	@keyframes snake {
		0% {
			transform: rotate(0);
		}

		25% {
			transform: rotate(-5deg);
		}
		50% {
			transform: rotate(5deg);
		}

		75% {

		transform: rotate(-5deg);

		}
		100% {
			transform: rotate(0);
		}
	}
	.top_box {
		width: 1100px;
		margin: 0 auto;
	}
	
	.logo {
		width: 800px;
		height: 102px;
		background-image: url(../images/logo.png);
		background-repeat: no-repeat;
		background-position: center;
		display: block;
		float: left;
		margin-top: 20px;
	}
}
    .login_box{
        float: right;
    }
    .login_box ul li{
        float: left;
        margin: 25px 0px 0px 15px;
    }
    .login_box ul li a{
        display: block;
        height: 25px;
        width: 75px;
    }
	/*顶部结束*/
	/*导航开始*/
	
	.nav_bg {
		width: 100%;
		margin: 0 auto;
		background-color: #3078fd;
	}
	
	.nav_box {
		width: 1100px;
		margin: 0 auto;
	}
	
	.nav li {
		float: left;
		position: relative;
	}
	
	.nav li a {
		color: #fff;
		font-size: 18px;
		line-height: 60px;
		padding: 0 45px;
	}
	
	.nav li:hover {
		border-bottom: 2px solid #fb8a1c;
		height: 58px;
		font-weight: bold;
	}
	/*导航结束*/
	/*日历搜索开始*/
	
	.calendar_search_bg {
		width: 1100px;
		height: 49px;
		border-bottom: 1px solid #ebeaea;
		margin: 0 auto;
	}
	 .calendar_box {
		float: left;
	}	
	.calendar_box span {
		display: block;
		font-size: 16px;
		color: #4c4c4c;
		height: 50px;
		line-height: 50px;
		background: url(../images/icon_calendar.png) left center no-repeat;
		padding-left: 35px;
	}
	
	.search_bg {
		height: 30px;
		width: 600px;
		float: right;
	}
	.search_bg span {
		display: block;
		font-size: 16px;
		color: #4c4c4c;
		height: 50px;
		line-height: 50px;
		padding-left: 30px;
		text-align:right;
	}
	.search_bg .sel_box {
		margin-right: 12px;
		margin-top: 11px;
		width: 116px;
		height: 28px;
		border: 1px solid #e6e6e6;
		float: left;
	}
	/*#lm option{ color: #0c44a4; font-size: 14px; }*/

     .search_box {
    	width: 380px;
		height: 28px;
		border: 1px solid #e6e6e6;
		margin-top: 11px;
		float: left;
		margin-right: 30px;
       }
	
	.search_box .search_text {
		width: 345px;
		height: 28px;
		border: none;
		float: left;
		margin: 0;
	}
	
	.search_box .search_btn {
		width: 35px;
		height: 28px;
		border: none;
		background: url(../images/icon_search.png) center no-repeat;
		float: left;	
	}
        
	/*日历搜索结束*/

.left,.middle,.right, .profile,.about,.partners,.newslist,.quality ,.product,.newscontent,.leftpic{
	float: left;
}
.leftpic img {
		height: 400px;
		width: 400px;
		float: left;
	}
.middle {
	width: 42%;
}
.left {
	width: 29%;
}
.right {
	width: 28%;
}
.last ,.next{
	  cursor: pointer;
}
 .main {
	text-align: center;
	height: 900px;
	background-color: #fff7f8;
  }
.profile,.about,.partners,.newslist,.quality,.product,.newscontent {
	width: 43%;
	height: 900px;
}
   /*图片停留时显示边框*/ 
   .middle:hover {
		cursor: crosshair;
		border: 3px #5365a7 solid;

	}
		
		/*公司简介*/
  	.profile p {
		color: #019420;
		font-size: 16.5px;
		font-family: "楷体";
		line-height: 40px;
		padding: 0 20px;
		height: 80px;
		text-align: left;
	}
	#huaer {
	    font-size: 22px;
		font-weight: bold;
		color: #019420;
	}
	#huaer1 {
	    font-size: 20px;
		font-weight: bold;
		color: #019420;
	}
	 /*联系我们*/
  	.about p {
		color: #019420;
		font-size: 18px;
		font-family: "楷体";
		line-height: 50px;
		padding: 20px;
		height: 80px;
		text-align: left;
		}
	.mask {
		position: absolute;
		top: 260px;
		left: 29%;
		height: 900px;
		width: 43%;
        background: #fff7f8;
		opacity: 40%;
		}
	 /*背景图片*/
  	.partners,.quality,.product,.newslist,.about,.profile,.newscontent{
		background: url(../images/background.png) no-repeat;
		background-size: cover;
    }
	.quality img {
		padding: 2px 2px;
		width: 210px;
		height: 300px;
	}
	.quality img:hover {
	    cursor: pointer;
		transition: all 0.6s; /*图片放大过程的时间*/
		transform: scale(2); /*鼠标经过图片放大的倍数*/
	}

	.newslist {
		text-align: left;
	}
	
	.newslist li a {
		color: #019420;
		font-size: 15px;
		line-height: 30px;
		padding: 0 5px ;
	}
	
	.newslist a:hover {
		/* border-bottom: 1px solid #fb8a1c; */
		height: 48px;
		font-weight: bold;
		font-size: 15px;
	}
     .partners li a {
		color: #188160;
		font-size: 18px;
		line-height: 30px;
		padding: 0 40px;
	}

	.partners a:hover {
		/* border-bottom: 1px solid #fb8a1c; */
		height: 48px;
		font-weight: bold;
		font-size: 18px;
	}
	
	.product {
		text-align: left;
	}
	.product p {
		color: #5365a7;
		font-size: 16px;
		line-height: 40px;
		padding: 0 5px;
		height: 80px;
	}
	.product img {
		height: 80px;
		width: 80px;
		float: left;
	}
	.procuct hr {
		 width:100%;
		 color:#987cb9;
		 border: 5 dashed #987cb9;
		 background-image: linear-gradient(to right, red, #333,rgb(9,206,91));
	}
	.product p:hover {
		/* border-bottom: 1px solid #fb8a1c; */
		font-weight: bold;
		cursor: pointer;
		color: #5365a7;
	} 
	.product li {
		color: #5365a7;
		font-size: 18px;
		line-height: 60px;
	}
	
	/*新闻详情*/
	#content {
		overflow-x:auto;
		text-align: left;
		height:100%;
		width:99%;
	}
	#content img {
	   width: 600px;
	   height: 400px;
	}
	#content p{
		text-align: center;
	}
	#declare {
		height: 40px;
		font-weight: bold;
		
	}
	#declare li {
		font-size: 18px;
		padding-top: 10px;
		animation: colorchange 15s linear infinite; /*文字变色效果*/
	}
	@keyframes colorchange {
		0% {
			color: #060803;
		}
		25% {
			color: #364b41;
		}
		50% {
			color: #0650c1;
		}
		75% {
			color: #9c50c1;
		}
		100% {
			color: #ff0803;
		}
	}
  
	/*footer开始*/
	
	.footer_bg {
		width: 100%;
		height: 200px;
		background-color: #0a97e9;
		margin-top: 30px;
	}
	
	.footer_both {
	   float: left;
		width: 15%;
	}
	.footer_left {
		float: left;
		width: 50%;
	}
	.left_footer,.left_header {
		height: 55px;
	}
	.contact_us h1 {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background: url(../images/icon_contact.png) left center no-repeat;
		padding-left: 21px;
		margin-top: 20px;
	}
	.msg li {
		float: left;
		color: #fff;
		font-size: 14px;
		margin-right: 20px;
		margin-top: 25px;
	}
	.msg  a{
		color: #fff;
	}
	.link h1 {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background: url(../images/icon_link.png) left center no-repeat;
		padding-left: 21px;
		margin-top: 15px;
	}
	
	.link_box {
		width: 180px;
		height: 30px;
		margin-right: 10px;
		margin-top: 10px;
	}
	
	.link_box option {
		font-size: 14px;
		color: #4c4c4c;
	}
	
	.footer_right {
		float: left;
		width: 20%;
	}

	.footer_right p  {
		font-size: 14px;
		color: #fff;
		line-height: 20px;
		margin-top: 18px;
		/*text-align: right;*/
	}
	
	.footer_right  a {
		color: #fff;
	}
	
	.footer_right a:hover {
		color: #74f4f1;
		font-weight: bold;
	}
	.footer_right p:hover {
		color: #74f4f1;
		font-weight: bold;
	}

	/*footer结束*/
	


	