
/*PC端*/
	@media(min-width: 1200px){
		

/*首页 开始*/
#comdynamic{
		margin: 85px 0px;
		overflow: hidden;
	}
	#comdynamic .comlist{
		width: 50%;
		height: 711px;
		float: left;
	}
	#comdynamic .square{
		width: 3%;
		height: 34px;
		float: left;
		background: #328bdf;
		margin-top: 67px;
	}
	#comdynamic .comlistcarousel{
		width: 50%;
		height: 622px;
		float: right;
	}
	#comdynamic .comlist .comtitle{
		margin: 20px 0px;
		padding-left: 230px;
	}
	#comdynamic .comlist .comtitle .engtitle{
		font-size: 26px;
		font-weight: 800;
	}
	#comdynamic .comlist .rectangle{
		height: 47px;
		background-color: #328BDF;
	}
	#comdynamic .comlist .list{
		hei ght: 576px;
		background-color: #F6F6F6;
		padding:10px 0 20px; box-sizing:border-box;
	}
	#comdynamic .comlist .list ul li{
		height: 60px;
		margin: 20px;
		overflow: hidden;
	}
	#comdynamic .comlist .list ul li .left{
		width: 10%;
		float: left;
		text-align: center;
		border-right: 1px solid #CFCFCF;
		padding-right: 12px;
	}
	#comdynamic .comlist .list ul li .left div:first-child{
		font-size: 43px;
		line-height:39px;
		font-weight:300;
	}
	#comdynamic .comlist .list ul li .left div:last-child{
		color: #777777;
		font-size:13px;
	}
	#comdynamic .comlist .list ul li .right{
		width: 82%;
		float: right;
		padding: 0px 15px;
	}
	#comdynamic .comlist .list ul li .right b{ font-size:18px; color:#000; font-weight:500; line-height:33px;}
	#comdynamic .comlist .list ul li .right p{
		display:block;
		margin-top: -1px;
		font-size:14px; color:#8e8e8e;
		overflow: hidden;text-overflow: ellipsis; white-space: nowrap;
	}
	#comdynamic .comlist .list .more{
		text-align: right;
		padding-right: 29px;
	}
	#comdynamic .comlist .list .more a{
		display: inline-block;
		border: 1px solid #66A9E6;
		color: #66A9E6;
		width: 122px;
		height: 31px;
		line-height: 31px;
		text-align: center;
		background:#FFF;
		transition:0.3s;
	}
	#comdynamic .comlist .list .more a:hover{ background:#66A9E6; color: #fff;}
	#comdynamic .comlistcarousel .back{
		background: url('../images/newsback.png') no-repeat center;
		height: 500px;
		margin-top: 12px;
		background-size: contain;
	}

	 /*修改*/

	.apps {
	   width: 67%;
		text-align: center;
		padding-left: 84px;
		padding-top: 198px;

	}
	 /*修改*/
	 
	.apps .scrolls {
	    position: relative;
	    display: inline-block;
	    height: 272px;
	    width: 100%;

	}
	 /*修改*/
	.apps .scrolls .imgs {
	    display: none;
	    width: 100%;
	    height: 272px;
	}
	 
	.apps .scrolls .currents {
	    display: block;
	}
	 
	.apps .scrolls .lfs {
	    position: absolute;
	    top: 50%;
	    left: 10px;
	    background-image: url('../images/arrow.png');
	    background-position: -83px 0;
	    width: 41px;
	    height: 69px;
	    cursor: pointer;
	    transform: translateY(-50%);
	}
	 

	.apps .scrolls .lrs {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    background-image: url('../images/arrow.png');
	    background-position: -123px 0;
	    width: 41px;
	    height: 69px;
	    cursor: pointer;
	    transform: translateY(-50%);
	}
	 
	.apps .dotss {
	   	margin-top: 53px;
		z-index: 999;
		position: relative;
		margin-left: 290px;
	}
	 
	.apps .dotss>span {
	    display: inline-block;
	    box-sizing: border-box;
	    width: 11px;
	    height: 11px;
	    border: 1px solid #328be0;
	    border-radius: 15px;
	    cursor: pointer;
	}
	 
	.apps .dotss>span:not(:last-child) {
	    margin-right: 5px;
	}
	 
	/* 小圆点的颜色 */
	.apps .dotss .squares {
	    background: #328be0;
	}
	/*首页 结束*/
	/*联系我们 开始*/
 		.container .map{
			margin: 30px 0px;
		}
		.container .row{
			overflow: hidden;
			height: 370px;

		}
		.map .row .contact{
			width: 43%;
			float: left;
			height: 300px;
			/*padding-left: 58px;*/
			/*margin-top: 24px;*/
		}
		.map .row .contact h3{
			color: #328bdf;

		}
		.map .row .contact ul li{
			
			margin-bottom: 20px;
		}
		.map .row .message{
			background: #fffffe;
			width: 46%;
			/*float: right;*/
			box-shadow: -36px 34px 43px -60px rgba(0,0,0,0.4);
			height: 300px;
			padding: 20px;
			margin-right: 10px;
			padding-bottom: 0px;
		}
		.map .row .message .message-title{
			line-height:20px;
			border-left: 4px solid #09F;
			font-size:20px;
			font-weight:600;
			padding-left: 10px;
		}
		.map .row .message .form{
			margin-top: 20px;
			overflow: hidden;
		}
		.map .row .message .form .input{
			width: 33%;
			float: left;
			line-height:30px;
		}
		
		.map .row .message .form .input div{
			color: #797979;
		}
		.map .row .message .form .input input{
			border: 1px solid #EDEDED;
			height:29px;
		}
		.map .row .message   textarea{
			border: 1px solid #EDEDED;
			width: 100%;
		}
		.map .row .message .textarea{
			margin-top: 12px;
		}
		.map .row .message   .textarea div{
			color: #797979;
			line-height:30px;	

		}
		.map .row .message .tijiao{
			margin-top:5px;
		}
		.map .row .message .tijiao .submit{
			display: inline-block;
			width: 125px;
			height:30px;
			border:none;
			background-color: #328BDF;
			color: white;
		}
		.map .rows{
			margin: 21px 0px 51px;
		}.map .rows #map{
			height: 400px;
		}
		/*联系我们结束*/
}
