

/*# sourceMappingURL=style.css.map */
.a{
	display: block;
	width: 100%;
	height: 100%;
}
@media (min-width:320px){
	.partner{
		background-color: #fafafa;
		width: 100%;
		padding: 0.8rem 0;
		overflow: hidden;
	}
	.partner .mian{
		width: 1200px;
		margin: 0 auto;
	}
	.partner .head-box{
		margin-bottom: 0.5rem;
	}
	.partner .head-box .title{
		font-size: 0.36rem;
		color: #222222;
		line-height: 1.3;
	}
	.partner .head-box .title span{
		font-size: 0.3rem;
	}
	.partner .head-box .btn{
		display: none;
	}
	.partner_title{ height:54px; line-height:54px; background:#2c88d8; color:#fff; padding:0 20px; font-weight:bold;}
	.partner .list{
		width: 100%;
	}
	.partner .list ul{ padding:30px 20px 0; border:1px solid #ddd;}
	.partner .list li{
		text-align: center;
		float: left;
		overflow: hidden;
		width: 48%;
		margin-bottom: 0.25rem;
	}
	.partner .list li .pic{
		width: 100%;
		overflow: hidden;
	}
	.partner .list li .pic img{
		width: 100%;
		border: 1px solid #eee;
	}
	.partner .list li .title{
		font-size: 0.28rem;		
		color: #222222;
		height: 0.75rem;
		line-height: 0.75rem;
	}
	.case,
	.download{
		overflow-x:hidden; 
		width: 100%;
		padding: 0.9rem 0 0.8rem;
	}
	.case .head-box{
		padding: 0.6rem 0.3rem 0;
		background-color: #fafafa;
	}
	.case .head-box .title,
	.download .head-box .title,
	.loadtext .head-box .title{
		font-size: 0.36rem;
	    color: #222222;
	    line-height: 1.3;
	}
	.case .head-box .title span,
	.download .head-box .title  span,
	.loadtext .head-box .title span{
    	font-size: 0.3rem;
	}
	.case .head-box .btn{
		display: none;
	}
	.case .head-box .detaile{
		font-size: 0.24rem;
		color: #555;
		line-height: 1.6;
	}
	.case .list{
		width: 100%;
		background-color: #fafafa;
	}
	.case .list li{
		padding-top: 0.6rem;
	}
	.case .list li:nth-child(2n){
		background-color: #fff;
	}
	.case .list li .max-box{
		padding: 0 0.3rem;
	}
	.case .list li .pic{
		width: 100%;
		overflow: hidden;
		background-color: #000;
	}
	.case .list li .pic img{
		width: 100%;
	}
	.case .list li .box{
		padding: 0.3rem 0.1rem 0.5rem;
	}
	.case .list li .box .title{
		font-size: 16px;
		color: #222222;
		line-height: 28px;
	}
	.case .list li .box .detaile{
		font-size: 14px;
		color: #777777;
		line-height: 24px;
		margin: 0.1rem 0 0.3rem;
	}
	.case .list li .box .btn{
		width: 0.5rem;
		height: 0.5rem;
		border: 1px solid #d9d9d9;
		border-radius: 50%;
		background-color: #fff;
		position: relative;
	}
	.case .list li .box .btn i{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s ease 0s;
		z-index: 3;
		background: url(../img/img24.png) center/0.16rem no-repeat;
	}
	.case-btns{
	    width: 2.2rem;
	    height: 0.65rem;
	    line-height: 0.65rem;
	    text-align: center;
	    border-radius: 30px;
	    font-size: 0.26rem;
	    margin: 0 auto 1rem;
	    border: 0.02rem solid #333333;
	    cursor: pointer;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.case-btns span{
		display: inline-block;
		padding-right: 0.35rem;
		height: 100%;
		position: relative;
	}
	.case-btns span i{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 0.35rem;
		height: 100%;
		background: url(../img/img23.png) right center no-repeat;
	}

	@-webkit-keyframes op{
		0%{opacity: 0.3;}
		50%{opacity: 1;}
	    100%{opacity: 0.3;}
	}
	@keyframes op{
		0%{opacity: 0.3;}
		50%{opacity: 1;}
	    100%{opacity: 0.3;}
	}

	.partner .lists{
		width: 100%;
	}
	.partner .lists li{
		background-color: #fff;
		margin-bottom: 0.25rem;
		-webkit-transition: all 0.3s;
      	transition: all 0.3s;
	}
	.partner .lists li .pic{
		width: 100%;
		overflow: hidden;
	}
	.partner .lists li .pic img{
		width: 100%;
		transform: translateX(0%);
		-webkit-transition: all 0.3s;
      	transition: all 0.3s;
	}
	.partner .lists li .box{
		padding: 0.25rem 0.3rem 0.4rem;
	}
	.partner .lists li .box .title{
		font-size: 0.3rem;
		color: #222222;
		line-height: 1.3;
	}
	.partner .lists li .box .detaile{
		font-size: 0.24rem;
		color: #777777;
		line-height: 1.6;
		margin: 0.15rem 0 0.4rem;
	}
	.partner .lists li .box .btn{
		width: 2.2rem;
	    height: 0.65rem;
	    line-height: 0.65rem;
	    text-align: center;
	    border-radius: 30px;
	    font-size: 0.24rem;
	    cursor: pointer;
	    -webkit-transition: all 0.3s;
	    border: 0.02rem solid #d2d2d2;
    	color: #666666;
	}
	.partner .lists li .box .btn span{
	    display: inline-block;
	    padding-right: 0.35rem;
	    height: 100%;
	    position: relative;
	}
	.partner .lists li .box .btn span i{
		background: url(../img/img85.png) right center no-repeat;
		display: block;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 0.35rem;
	    height: 100%;
	}
	.partner .honor{
		width: 100%;
	}
	.partner .honor li{
		width: 48%;
		float: left;
		margin: 0 4% 0.25rem 0;
		background-color: #fff;
		-webkit-transition: all 0.3s;
      	transition: all 0.3s;
	}
	.partner .honor li:nth-child(2n){
		margin-right: 0
	}
	.partner .honor li .pic,
	.partner .honor li .pic img{
		width: 100%;
	}
	.partner .honor li .title{
		font-size: 0.26rem;
		text-align: center;
		height: 0.7rem;
		line-height: 0.7rem;
	}
	.partner .honor .case-btns{
		margin: 0.7rem auto 0;
	}

	.partner .map{
		overflow: hidden;
		border-top: 1px solid #ebebeb
	} 
	.partner .map .mbox span{
		font-size: 0.28rem;
		color: #222222;
		line-height: 1.6;
	}
	.partner .map .mbox .tel{
		font-size: 0.36rem;
		color: #222222;
		line-height: 1.4;
		margin: 0.1rem 0;
	}
	.partner .map .mbox .tit{
		font-size: 0.24rem;
		color: #222222;
		line-height: 1.6;
	}
	.partner .map .mbox .mtel{
		font-size: 0.24rem;
		color:#8b95a0;
		line-height: 1.3;
		margin-bottom: 0.1rem;
	}
	.partner .map .mbox .mtel:last-child{
		color: #0067da
	}
	.partner .map .mbox .title{
		font-size: 0.28rem;
		color: #222222;
		line-height: 1.6;
	}
	.partner .map-box{
		width: 100%;
		margin-top: 0.5rem;
	}
	.partner .map-box .select-box{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.partner .map-box .select-box .head{
		height: 0.75rem;
		line-height: 0.75rem;
		font-size: 0.28rem;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
		position: relative;
		padding-left:.1rem
	}
	.partner .map-box .select-box .head:before{
		display: block;
		content: '';
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 6px solid #333;
		position: absolute;
		right: 0.3rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.partner .map-box .select-box .sel-box{
		position: absolute;
		left: 0;
		display: none;
		top: 0.8rem;
		box-sizing:border-box;
		background-color: #fff;
		padding:0.2rem 0.3rem;
		width: 100%;
		font-size: 0.28rem;
		z-index: 5;
	}
	.partner .map-box .select-box .sel-box p{
		height: 0.7rem;
		line-height: 0.7rem;
		cursor: pointer;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		-webkit-transition: all 0.3s;
      	transition: all 0.3s;
	}
	.partner .map-box .select-box .sel-box p:hover{
		background-color: rgba(0,0,0,0.05)
	}
	.partner .map-box .select-box .sel-box p:last-child{
		border-bottom: 0
	}
	.partner .map-box .select-box .list{
		width: 100%;
		/*padding: 0.3rem 0;*/
		max-height: 3rem;
		overflow-y:auto; 
		margin: 0.3rem 0 0.4rem;
	}
	.partner .map-box .select-box .list::-webkit-scrollbar{  
	  width: 2px;  
	  height: 13px;
	}  
	.partner .map-box .select-box .list::-webkit-scrollbar-thumb{  
	  background-color: rgba(0,0,0,0.3);
	  background-clip: padding-box;
	  -webkit-transition: all 0.3s;
	      transition: all 0.3s; 
	}  


	.partner .map-box .select-box .list .lie{
		width: 100%;
		font-size: 0.28rem;
		color: #666;
		height: 0.8rem;
		line-height: 0.8rem;
		padding:0 0.5rem 0 0.8rem;
		position: relative;
		cursor: pointer;
		box-sizing:border-box;
	}
	.partner .map-box .select-box .list .lie span{
		display: block;
		height: 0.5rem;
		width: 0.5rem;
		position: absolute;
		left: .1rem;
		top: 50%;
		transform: translateY(-50%);
		line-height: 0.5rem;
		text-align: center;
		color: #fff;
		border-radius: 50%;
		color: #fff;
		background-color: #222;
	}
	.partner .map-box #map{
		width: 100%;
		height: 4rem;
	}
	.partner .map-box #map #allmap{
		width: 100%;
		height: 100%;
	}
	.BMap_bubble_content{
		font-size: 14px;
	}
	
	.trrr{
		text-align: left;
	}
	.btnsst{
		width: 100%;

		font-size: 0;
		margin-top: 0.25rem;
	}
	.trrr a{
		margin: 0 0.1rem 0.1rem 0 ;
	}
	.btnsst a{
		display: inline-block;
		width: 1.2rem;
	    height: 0.55rem;
	    line-height: 0.55rem;
	    border-radius: 30px;
	    border: 1px solid #999;
	    text-align: center;
	    font-size: 0.24rem;
		color: #fff;
	}
	.cat-ban .box .mbox .btn{
		margin-top: 0.4rem;
	}

}
@media (min-width:768px){
	.partner {
	    padding: 60px 0;
	}
	.partner .head-box .title,
	.loadtext .head-box .title{
	    font-size: 22px;
	}
	.partner .head-box .title span,
	.case .head-box .title span,
	.loadtext .head-box .title span{
	    font-size: 20px;
	}
	.partner .list li{
	    width: 31%;
	    margin: 0 3.5% 20px 0;
	}
	.partner .list li .title {
	    font-size: 16px;
	    height: 50px;
	    line-height: 50px;
	}
	.partner .head-box {
	    margin-bottom: 50px;
	}
	.case {
	    width: 100%;
	    padding: 70px 0 100px;
	}
	.case .head-box {
	   padding: 0
	}
	.case .head-box .mbox{
		padding: 50px 0 0;
	    width: 1400px;
	    max-width: 92%;
	    margin: 0 auto;
	    position: relative;
	}
	.case .head-box .title {
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.case .head-box .detaile {
	    font-size: 15px;
	}
	.case .list{
		margin-top: -30px;
	}
	.case .list li{
	    padding-top: 0;
	}
	.case .list li:nth-child(odd) {
	    padding: 20px 0;
	    z-index: 1;
	    position: relative;
	}
	.case .list li:nth-child(odd) .max-box{
		position: relative;
		bottom: -40px;
		left: 0;
	}
	.case .list li:nth-child(even) {
	    background-color: #fff;
	    padding: 80px 0 60px;
	}
	.case .list li .max-box {
	    padding: 0;
	    width: 1400px;
	    max-width: 92%;
	    margin: 0 auto;
	}
	.case .list li:nth-child(odd) .pic{
	    width: 55.7%;
	    float: left;
	}
	.case .list li:nth-child(odd) .box{
	    padding: 0;
	    width: 40%;
	    position: absolute;
	    top: 45%;
	    right: 0;
	    transform:translateY(-50%);	
	}
	.case .list li:nth-child(even) .pic{
	    width: 55.7%;
	    float: right;
	}
	.case .list li:nth-child(even) .box{
	    padding: 0;
	    width: 40%;
	    position: absolute;
	    top: 50%;
	    left: 0;
	    transform:translateY(-50%);	
	}
	.case .list li .box .title {
	    font-size: 20px;
	    line-height: 1.5;
	}
	.case .list li .box .title span{
		display: block;
	}
	.case .list li .box .detaile {
	    font-size: 14px;
	    margin: 10px 0 20px;
	}
	.case .list li .box .btn {
	    width: 36px;
	    height: 36px;
	}
	.case .list li .box .btn i{
		background-size: 14px;
	}
	.case-btns{
		width: 210px;
	    height: 44px;
	    line-height: 40px;
	    font-size: 18px;
	    border: 2px solid #333333;
	}
	.case-btns a{ color:#333;}
	.case-btns span{
		padding-right: 17px;
	}
	.case-btns span i{
		width: 17px;
	}

	.partner .lists li .pic {
	    width: 60%;
	    overflow: hidden;
	    float: left;
	}
	.partner .lists li .box {
	    padding: 0;
	    height: 100%;
	    width: 100%;
	    float: right;
	    width: 40%;
	    position: absolute;
	    top: 0;
	    right: 0;
	    box-sizing: border-box;
	}
	.partner .lists li .box .mbox{
		padding:0 8%;
		position: relative;
		top: 50%;
		transform:translateY(-50%);
	}
	.partner .lists li .box .title {
	    font-size: 16px;
	}
	.partner .lists li .box .detaile {
	    font-size: 14px;
	    margin: 10px 0 30px;
	    height: 66px;
    	overflow: hidden;
	}
	.partner .lists li .box .btn{
		width: 104px;
	    height: 34px;
	    line-height: 34px;
	    font-size: 12px;
	    border: 1px solid #d2d2d2;
	}
	.partner .lists li .box .btn span {
	    padding-right: 20px;
	}
	.partner .lists li .box .btn span i {
	    width: 20px;
	}

	.partner .honor li {
	    width: 32%;
	    margin: 0 2% 20px 0;
	}
	.partner .honor li:nth-child(2n){
		margin-right: 2%
	}
	.partner .honor li:nth-child(3n){
		margin-right: 0
	}
	.partner .honor li .title {
	    font-size: 16px;
	    height: 54px;
	    line-height: 54px;
	}
	.partner .honor .case-btns {
	    margin: 50px auto 50px;
	}
	#partner .head-box {
	    margin-bottom: 30px;
	}
	.partner .map {
	    padding-top: 30px;
	    overflow: hidden;
	}
	.partner .map .mbox{
		float: left;
		width: 32%;
		margin-right:2% ;
	}
	.partner .map .mbox:last-child{
		margin-right: 0
	}
	.partner .map .mbox span {
	    font-size: 16px;
	    display: block;
	}
	.partner .map .mbox .tel {
	    font-size: 22px;
	    margin: 0 0 5px 0;
	}
	.partner .map .mbox .tit {
	    font-size: 14px;
	}
	.partner .map .mbox .mtel{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.partner .map .mbox .title {
	    font-size: 16px;
	}
	.partner .map-box .select-box .head {
	    height: 60px;
	    line-height: 60px;
	    font-size: 18px;
	    padding-left: 10px;
	}
	.partner .map-box .select-box .list {
	    /*padding: 15px 0 30px;*/
	    margin: 30px 0 40px;
	}
	.partner .map-box .select-box .list .lie {
	    font-size: 16px;
	    height: 50px;
	    line-height: 50px;
	    padding: 0 0 0 60px;
	}
	.partner .map-box .select-box .list .lie span {
	    height: 25px;
	    width: 25px;
	    left: 10px;
	    line-height: 25px;
	}
	.partner .map-box .select-box .sel-box {
	    top: 61px;
	    padding: 20px 30px;
	    font-size: 16px;
	}
	.partner .map-box .select-box .sel-box p {
	    height: 40px;
	    line-height: 40px;
	}
	.BMap_bubble_content{
		font-size: 16px;
	}

	.btnsst{
		font-size: 0;
	    margin-top: 20px;
	    width: 340px;
	    padding-right: calc(100% - 340px);
	}
	.btnsst a {
	    width: 70px;
	    height: 32px;
	    line-height: 32px;
	    border-radius: 30px;
	    font-size: 14px;
	}
	.trrr a{
		margin: 0 8px 8px  0;
	}
	.cat-ban .box .mbox .btn{
		margin-top: 35px;
	}

}

@media (min-width:992px){	
	.partner {
	    padding: 80px 0;
	}
	.partner .list li{
		width: 23%;
		margin: 0 2.666% 20px 0;
	}
	.partner .list li:nth-child(5n) {
	    margin-right:0%
	}
	.case .list li:nth-child(odd) .box {
	    width: 33%;
	    right: 3%;
	}
	.case .list li:nth-child(even) .box {
	    width: 35%;
	}

	.partner .honor li{
	    width: 23%;
	    margin: 0 2.66% 25px 0;
	}



}
@media (min-width:1025px){
	
	.partner {
	    padding: 5vw 0 7.45vw;
	}
	.partner .head-box {
	    margin-bottom: 4.1vw;
	}
	.partner .head-box .title,
	.case .head-box .title{
		font-size: 2vw;
	}
	.partner .head-box .title span,
	.case .head-box .title span,
	.case .list li .box .title{
	    font-size: 1.6vw;
	}
	.partner .head-box .btn,
	.case .head-box .btn{
		display: block;
		/*width: 164px;
		height: 44px;
		line-height: 44px;*/
		width: 140px;
	    height: 38px;
	    line-height: 38px;
		text-align: center;
		border-radius: 30px;
		border: 2px solid #333333;
		position: absolute;
		right: 0;
		top: calc(50% - 22px);
		cursor: pointer;
		-webkit-transition: all 0.3s;
      	transition: all 0.3s;
	}
	.partner .head-box .btn span,
	.case .head-box .btn span{
		padding-right: 27px;
		position: relative;
		display: inline-block;
		font-size: 16px;
		overflow: hidden;
	}
	.partner .head-box .btn span i,
	.case .head-box .btn span i{
		position: absolute;
		right: 0;
		top: 0;
		width: 27px;
		/*height: 44px;*/
		height: 38px;
		background: url(../img/img23.png) right center no-repeat;
	}
	.partner .head-box .btn:hover span i,
	.case-btns:hover i,
	.case .head-box .btn:hover i{
		animation: doco 1.2s ease-out infinite;
	}
	@keyframes doco{
        0%{top: 0; opacity: 1;}
        35%{top: 25%; opacity: 0;}
        65%{top: -25%;opacity: 0;}
        100%{top: 0;opacity: 1;}
    }
	.partner .head-box .btn:hover,
	.case-btns:hover,
	.case .head-box .btn:hover{
		border: 2px solid rgba(0,0,0,0.1);
		background-color: #fff;
	}

	.partner .list li{
		width: 18.4%;
		margin: 0 2% 15px 0;
		-webkit-transition: all 0.3s;
      	transition: all 0.3s;
	}
	.partner .list li:nth-child(5n) {
	    margin-right: 0%;
	}
	.partner .list li .title {
	    height: 4.705vw;
	    line-height: 4.705vw;
	}
	.case{
	    padding: 90px 0 144px;
	}
	.case .head-box .mbox{
		padding: 5vw 0% 0;
	}
	.case .head-box .title{
		margin-bottom: 2vw;
	}
	.case .head-box .detaile{
		line-height: 2;
	}
	.case .list{
	    margin-top: -3.5vw;
	}
	.case .list li:nth-child(odd) {
	    padding: 5vw 0 0;
	}
	.case .list li:nth-child(odd) .max-box{
	    bottom: -2.5vw;
	}
	.case .list li:nth-child(even) {
	    padding: 10vw 0 7.5vw;
	}
	.case .list li .box .detaile {
	    margin: 1.8vw 0 3.2vw;
	}
	.case .list li .box .btn{
		transition: background 0.3s ease 0s;
	}
	.case .list li .box .btn .bg{
	    display: block;
	    width: 0;
	    height: 0;
	    left: 50%;
	    top: 50%;
	    transition: all 0.3s ease 0s;
	    position: absolute;
	    border-radius: 50%;
	    overflow: hidden;
	    z-index: 2;
	}
	.case .list li .box .btn:hover .bg{
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background-color: #333;
	}
	.case .list li .box .btn:hover i{
		background: url(../img/img24.1.png) center/14px no-repeat;
	}
	.case .list li .box .btn:hover {
	    border: 1px solid #333;
	    background-color: #333;
	    overflow: hidden;
	}
	.case .list li .pic img{
	    transform: translateZ(0px);
    	transition: transform 0.3s ease 0s;
	}
	.case .list li a:hover .pic img{
    	transform: scale(1.08, 1.08);
    	transition: transform 0.6s ease 0s;
	}
	.case .head-box .btn{
		display: block;
	}

	@keyframes docol{
        0%{left: 70%; opacity: 1;}
        35%{left: 92%; opacity: 0;}
        65%{left: 55%;opacity: 0;}
        100%{left: 70%;opacity: 1;}
    }

	.partner .lists li .box .detaile {
    	height: 100px;
    	line-height: 1.8;
		margin: 1.9vw 0 5.6vw;
	}
	.partner .lists li{
		margin-bottom: 20px;
	}
	.partner .lists li .box .btn{
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    border-radius: 50%;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	    overflow: hidden;
	}
	.partner .lists li .box .btn span{
	    width: 73px;
	    overflow: hidden;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	    position: absolute;
	    right: 0;
	    top: 0;
	    padding-right: 40px;
	}
	.partner .lists li .box .btn span i{
		width: 40px;
	    background: url(../img/img85.png) center no-repeat;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.partner .lists li .box .btn:hover span i{
		width: 20px;
	}
	.partner .lists li .box .btn:hover{
		width: 123px;
		border-radius: 30px;
	}
	.partner .lists li .box .btn:hover span{
	    width: auto;
	    padding-right: 25px;
	    position: relative;
	}
	.partner .lists li:hover{
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.15)
	}
	.partner .lists li:hover .pic img{
		-webkit-transform:scale3d(1.1,1.1,1);
		transform:scale3d(1.1,1.1,1);
	}
	.partner .lists li:last-child{
		margin-bottom: 0
	}
	.partner .honor .case-btns {
	    margin: 5.5vw auto 0px;
	}
	.partner .honor li:hover{
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.15)
	}
	.partner .map-box .select-box {
	    left: 4.3vw;
	    top: 4.4vw;
	}
	.partner .map .mbox .tel{
		font-size: 2vw
	}
	.partner .map-box {
	    margin-top: 6vw;
	}
	.partner .map-box .select-box .list{
		margin: 20px 0 20px;
		max-height: 400px;
	}

}

@media (min-width:1200px){
	.case-btns{
		margin: 0 auto 155px;
	}
	.partner .lists li .pic {
	    width: 65%;
	}
	.partner .lists li .box {
	    width: 35%;
	}
	.partner .lists li .box .title{
		font-size: 18px;
	}
	.partner .lists li{
		margin-bottom: 25px;
	}
	.par-section1 .list li {
	    width: 23%;
	    margin: 0 2% 25px 0;
	    padding: 2.8vw 1.9vw 3.1vw;
	}
	.par-section1 .list li:nth-child(3n) {
	    margin-right: 2%;
	}
	.par-section1 .list li:nth-child(4n) {
	    margin-right: 0%;
	}
	.par-section1 .title {
	    font-size: 22px;
	}
	.partner .map .mbox span,
	.partner .map .mbox .title{
		font-size: 18px;
	}
	.partner .map .mbox .tit{
		font-size: 16px;
	}
	.partner .map .mbox .mtel{
		font-size: 20px;
	}
}

@media (min-width:1300px){

	.partner .lists li .pic {
	    width: 68%;
	}
	.partner .lists li .box {
	    width: 32%;
	}
	.partner .lists li .box .title{
		font-size: 20px;
	}
	.par-section1 .title {
	    font-size: 24px;
	}
	.par-section2 .mian .box .btn{
		font-size: 18px;
	}
	.par-section2 .mian .box .btn span {
	    padding-right: 14px;
	}
	.par-section2 .mian .box .btn span:before {
	    border-top: 4px solid transparent;
	    border-bottom: 4px solid transparent;
	    border-left: 7px solid #222;
	}
}


@media (min-width:1595px){
	.partner {
	    padding: 82px 0 120px;
	}
	.partner .list li{
		margin: 0 2% 23px 0;
	}
	.partner .list li .title {
	    height: 76px;
	    line-height: 76px;
	}
	.case .head-box .mbox {
	    padding: 80px 0% 0;
	}
	.case .head-box .title{
		margin-bottom: 30px;
	}
	.case .list li:nth-child(odd) {
	    padding: 80px 0 0;
	}
	.case .list li:nth-child(odd) .max-box{
		bottom: -40px;
	}
	.case .list li:nth-child(even) {
	    padding: 160px 0 120px;
	}
	.case .list {
	    margin-top: -55px;
	}
	.case .list li .box .detaile{
	    font-size: 14px;
	    margin: 30px 0 50px;
	}
	
}

@media (min-width:1700px){
	.partner .head-box .title,
	.loadtext .head-box .title,
	.form-box .mian .title,
	.mer-sertion2 .mian .box .title,
	.par-section2 .mian .title{
		font-size: 36px;
	}
	.partner .head-box {
	    margin-bottom: 72px;
	}
	.partner .head-box .title span,
	.case .list li .box .title,
	.loadtext .head-box .title span{
	    font-size: 30px;
	}
	
	.page-ban .box .title {
    	font-size: 60px;
    	margin-bottom: 22px;
    }
    .page-ban .box .tit {
	    font-size: 48px;
	}
	
	.partner .lists li .box .detaile {
	    margin: 34px 0 95px;
	}
	.par-section1 .list li .detaile {
	    margin: 21px 0 75px;
	}
	.par-section1 .year {
	    margin: 33px auto 65px;
	}
	.par-section1 .list{
		padding: 0 0 132px 0;
	}
	.par-section2 {
	    padding-bottom: 185px;
	}
	.par-section2 .mian .mtit {
	    margin: 5px 0 38px;
	}
	.par-section2 .mian {
	    padding: 108px 0 140px;
	}
	.partner .map-box .select-box {
	    left: 74px;
	    top: 80px;
	}
	.partner .map .mbox .tel{
		font-size: 36px;
	}
	.partner .map-box {
	    margin-top: 107px;
	}
	.cat-ban .box .mbox .btn{
		margin-top: 80px;
	}


}

.project-container{ width:1400px; margin:0 auto; padding:60px 0 80px; overflow:hidden; font-size:16px; line-height:30px; color:#6d6d6d;}
.project-container .project_note{ width:100%; overflow:hidden;}
.project-container .project1{ overflow:hidden; padding:0 0 0 20px;}
.project-container .project1 li{ float:left; width:31.6%; margin:0 2.5% 2.5% 0; list-style:disc !important; color:#00a2e9;}
.project-container .project1 li:nth-of-type(3n){ margin:0 0 2.5% 0;}
.project-container img{ max-width:100%;}
.project-container .project2{ clear:left; padding:10px 0 0; overflow:hidden;}
.project-container .project2 li{ float:left; width:440px; margin:0 40px 40px 0;}
.project-container .project2 li:nth-of-type(3n){ margin:0 0 40px 0;}




@media (max-width: 1380px){
.bannerli .note{ width:100%;}
.bannerli .note p{ font-size:60px; line-height:60px; right:100px; bottom:100px;}
.bannerli .note span{ font-size:28px; line-height:28px; right:100px; bottom:70px;}
.project-container{ width:100%; padding:30px 55px 20px;}

.project-container .project2 li{ width:32%; margin:0 2% 2% 0;}
.project-container .project2 li:nth-of-type(3n){ margin:0 0 2% 0;}

}
@media (max-width: 1100px){
	.bannerli{ margin-top:70px;}	
	
}

@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1023px)   
and (orientation : portrait) {  
.project-container{ padding:30px 31px 20px;}

.project-container .project1 li{ width:49%; margin:0 2% 2% 0;}
.project-container .project1 li:nth-of-type(3n){ margin:0 2% 2% 0;}
.project-container .project1 li:nth-of-type(2n){ margin:0 0 2% 0;}

.project-container .project2 li{ width:49%; margin:0 2% 2% 0;}
.project-container .project2 li:nth-of-type(3n){ margin:0 2% 2% 0;}
.project-container .project2 li:nth-of-type(2n){ margin:0 0 2% 0;}


}

@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)   
and (orientation : landscape) { 
.project-container{ padding:30px 40px 20px;}
.project-container .project1 li{ width:49%; margin:0 2% 2% 0; height:auto;}
.project-container .project1 li:nth-of-type(3n){ margin:0 2% 2% 0;}
.project-container .project1 li:nth-of-type(2n){ margin:0 0 2% 0;}

}

@media only screen  
and (min-device-width : 1024px )   
and (max-device-width : 1366px)   
and (orientation : portrait) {  
.project-container{ padding:30px 40px 20px;}
.project-container .project1 li{ width:49%; margin:0 2% 2% 0; height:auto;}
.project-container .project1 li:nth-of-type(3n){ margin:0 2% 2% 0;}
.project-container .project1 li:nth-of-type(2n){ margin:0 0 2% 0;}

}

@media (max-width: 767px) {
.project-container{ padding:30px 0 20px;}
.project-container .project1 li{ width:100%; margin:0 0 2% 0;}
.project-container .project2 li{ width:49%; margin:0 2% 2% 0;}
.project-container .project2 li:nth-of-type(3n){ margin:0 2% 2% 0;}
.project-container .project2 li:nth-of-type(2n){ margin:0 0 2% 0;}
	
}