﻿@charset "utf-8";
.banner{ width:100%; margin:0 auto; position:relative; overflow:hidden; z-index:2}
.banner img{ width:100%; height:auto; }
.banner .img1{ display:block}
.banner .img2{ display:none}
.banner .item{ position:absolute; left:0; width:100%; color:#fff; top:50%; transform:translateY(-50%);  z-index:9; color:#fff;}
.banner .item .title{ font-size:40px; font-weight:bold; line-height:1; color:#519a07}
.banner .item .intro{ font-size:20px; color:#152e22; line-height:1.4; margin-top:20px}

@media (max-width: 1600px){
	.banner .item .title{ font-size:32px; }
	.banner .item .intro{ font-size:16px; margin-top:20px}
	

}
@media (max-width: 1200px){
	.banner .img2{ display:block}
	.banner .img1{ display:none}
	.banner .item .title{ font-size:24px; }
	.banner .item .intro{ font-size:14px; margin-top:20px}

}
@media (max-width: 750px){
	.banner .item .title{ font-size:20px; }
	.banner .item .intro{ font-size:14px; margin-top:16px;}
}


.nr_pc{ display:block;}
.nr_pc img{ max-width:100%}
.nr_sj{ display:none;}
.nr_sj img{ max-width:100%}
@media all and (max-width:1200px){
	.nr_pc{ display:none;}
	.nr_sj{ display: block;}
}

.zhuanye{ padding:50px 0; background:url(g_25.png) top center no-repeat; background-size:100%}
.zhuanye .iihd{ line-height:1; font-size:28px; color:#000000; font-weight:bold; padding-bottom:18px; background:url(g_24.jpg) left bottom no-repeat}
.zhuanyeList{ width:100%; display:flex;flex-wrap: wrap; margin-top:40px}
.zhuanyeList .item{ width:384px; margin-right:24px; margin-bottom:20px}
.zhuanyeList .item:nth-child(3n){ margin-right:0}
.zhuanyeList .item a{ display:flex;align-items: flex-start; width:100%; background:#f2f7fb; box-sizing:border-box; padding:30px 20px; border-radius:20px; overflow:hidden}
.zhuanyeList .item a .pic{ width:140px; border-radius:10px; overflow:hidden}
.zhuanyeList .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.zhuanyeList .item a .pic:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.zhuanyeList .item a .cont{ width:calc(100% - 140px); box-sizing:border-box; padding-left:18px}
.zhuanyeList .item a .cont .title{ font-size:18px; color:#2c2c2c; font-weight:bold}
.zhuanyeList .item a .cont .bq{ font-size:14px; color:#2c2c2c; line-height:25px; margin-top:6px}
.zhuanyeList .item a .cont .intro{ font-size:14px; color:#2c2c2c; line-height:25px; margin-top:6px}
.zhuanyeList .item a:hover{ background:#004ea2; box-shadow:0 0 30px rgba(0,78,162,0.2)}
.zhuanyeList .item a:hover .cont .title{ color:#fff}
.zhuanyeList .item a:hover .cont .bq{ color:#fff}
.zhuanyeList .item a:hover .cont .intro{ color:#fff}
@media (max-width: 1200px){
	.zhuanye{ padding:40px 0; }
	.zhuanye .iihd{ font-size:24px; padding-bottom:16px; background-size:auto 3px}
	.zhuanyeList{ margin-top:30px}
	.zhuanyeList .item{ width:49%; margin-right:2%; margin-bottom:2%}
	.zhuanyeList .item:nth-child(3n){ margin-right:2%}
	.zhuanyeList .item:nth-child(2n){ margin-right:0}
	.zhuanyeList .item a{  padding:20px 16px; border-radius:15px; }
	.zhuanyeList .item a .pic{ width:130px; border-radius:8px; }
	.zhuanyeList .item a .cont{ width:calc(100% - 130px); padding-left:10px}
	.zhuanyeList .item a .cont .title{ font-size:16px; }
	.zhuanyeList .item a .cont .bq{ font-size:12px; line-height:20px; }
	.zhuanyeList .item a .cont .intro{ font-size:12px; line-height:20px; }
}
@media (max-width: 750px){
	.zhuanye{ padding:40px 0; }
	.zhuanye .iihd{ font-size:20px; padding-bottom:15px; background-size:auto 2px}
	.zhuanyeList{ margin-top:20px}
	.zhuanyeList .item{ width:100%; margin-right:0; margin-bottom:20px}
	.zhuanyeList .item:nth-child(3n){ margin-right:0}
	.zhuanyeList .item:nth-child(2n){ margin-right:0}
	.zhuanyeList .item a{  padding:20px 16px; border-radius:15px; }
	.zhuanyeList .item a .pic{ width:130px; border-radius:8px; }
	.zhuanyeList .item a .cont{ width:calc(100% - 130px); padding-left:10px}
	.zhuanyeList .item a .cont .title{ font-size:16px; }
	.zhuanyeList .item a .cont .bq{ font-size:12px; line-height:20px; }
	.zhuanyeList .item a .cont .intro{ font-size:12px; line-height:20px; }
}






.location{}
.location { border-bottom:2px solid #eeeeee}
.location .a{ float:left; font-size:24px; color:#292929; height:50px; line-height:50px; position:relative}
.location .a:after{ content:""; display:block; width:100%; height:2px; background:#046cbb; position:absolute; left:0; bottom:-2px;}
.location .b{ font-size:14px; float:right; color:#696969; line-height:50px}
.location .b a{ color:#696969}
.location .b { background:url(g_26.jpg) left center no-repeat; padding-left:20px; background-size:14px}
.location .b a:hover{ color:#000}
@media (max-width: 1200px){
	.location{ display:none}
	
}

.second_nav{ width:314px; float:left; position:relative;}
.second_nav dl{ font-size:0;}
.second_nav dl dt{ width:100%; margin-top:3px; display:inline-block; vertical-align:top; position:relative}
.second_nav dl dt a{ display:block; line-height:40px; font-size:18px; color:#606060; background:#edf0f4; box-sizing:border-box; padding:10px 5% 10px 20%}
.second_nav dl dt.on a{ color:#1f61af; background:#e0e3e7}
.second_nav dl dt:hover a{ color:#1f61af; background:#e0e3e7}

.second_nav dl dd{ width:100%; margin-top:3px; display:inline-block; vertical-align:top; position:relative}
.second_nav dl dd a{ display:block; line-height:30px; font-size:16px; color:#606060; background:#edf0f4; box-sizing:border-box; padding:10px 0  10px 30%}
.second_nav dl dd.on a{ color:#1f61af; background:#e0e3e7}
.second_nav dl dd:hover a{ color:#1f61af; background:#e0e3e7}

.second_nav .t{ background:#1f61af; padding:20px 0; font-size:24px; color:#fff; text-align:center}
@media (max-width: 14400px){
	.second_nav{ width:230px}
	.second_nav .t{ font-size:20px}
	.second_nav dl dt a{ font-size:16px; line-height:30px}
}

@media (max-width: 1200px){
	.second_nav{ width:100%}
	.second_nav .t{ display:block; font-size:17px; width:100%;background-color:#0c61ae;text-align:left;display:block;padding:5px 5.335%;line-height:40px;overflow:hidden; color:#fff; box-sizing:border-box}
	.second_nav .t i{ display:block; float:right; width:12px; height:40px; background:url(cx10.png) center center no-repeat; background-size:12px; transition:all 0.3s linear}
	.second_nav .t.on i{  background:url(cx10.png) center center no-repeat; background-size:12px; transform:rotate(180deg)}
	.second_nav{ background:#f1f1f1; position:relative}
	.second_nav:after{ content:""; display:block; width:1000%; position:absolute; left:-500%; height:50px; background:#0c61ae;  top:0; z-index:-1}
	.second_nav .nr{ width:100%}
	.second_nav dl{ text-align:left; box-sizing:border-box; background:#fff; display:none}
	.second_nav dl dt{ width:100%; border-bottom: 1px solid #e7e7e7;}
	.second_nav dl dt a{ line-height:45px; font-size:16px; padding:0 0 0 10%}
	.second_nav dl dt:before{ width:0}
	.second_nav dl dt:hover::after{ left:0; bottom:-1px; width:100%}
	.second_nav dl dt.on::after{ left:0; bottom:-1px; width:100%}
	.second_nav dl dd a{ line-height:24px; font-size:14px; padding:8px 0  8px 20%}

	
}


.main{ width:1045px; float:right}
.container{ margin:30px 0 0 0}
@media (max-width: 14400px){
	.main{ width:930px}
}
@media (max-width: 1200px){
	.container{ margin:0 0 0 0}
	.main{ width:100%}
}




.news{ padding:0 0 50px}
.djgzQh{ width:100%;}
.djgzQh .swiperQh{ width:100%; overflow:hidden; position:relative; background:#fff; box-shadow:0 0 40px rgba(168,168,168,0.18);}
.djgzQh .swiperQh .swiper-slide{ width:100%; overflow:hidden; background:url(bx1.png) right center no-repeat}
.djgzQh .swiperQh .swiper-slide .pic{ width:656px; float:left; overflow:hidden}
.djgzQh .swiperQh .swiper-slide .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.djgzQh .swiperQh .swiper-slide .pic:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.djgzQh .swiperQh .swiper-slide .cont{ width:calc(100% - 656px); box-sizing:border-box; padding:35px 50px 0; float:left}
.djgzQh .swiperQh .swiper-slide .cont .title{ font-size:30px; color:#060606; font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; height:90px; line-height:45px; margin-top:30px}
.djgzQh .swiperQh .swiper-slide .cont .time{ font-size:16px; color:#818181; }
.djgzQh .swiperQh .swiper-slide .cont .intro{ font-size:16px; color:#333333; margin-top:25px; line-height:30px; height:90px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.djgzQh .swiperQh .paginationQh{ position:absolute; left:730px; bottom:40px; z-index:99; font-size:0}
.djgzQh .swiperQh .paginationQh span{ display:inline-block; vertical-align:top; margin:0; padding:0; width:34px; height:14px; background:url(ax4.png) center center no-repeat; background-size:100%; opacity:1; margin-right:10px; cursor:pointer}
.djgzQh .swiperQh .paginationQh span.swiper-pagination-bullet-active{ background:url(bx2.png) center center no-repeat; background-size:100%}
.djgzQh .swiperQh .btn{ position:absolute; left:calc(656px + 50px); bottom:30px; z-index:22}
.djgzQh .swiperQh .btn .prevQh{ background:url(g_16.png) center center no-repeat; background-size:100%; width:54px; height:54px; cursor:pointer; float:left}
.djgzQh .swiperQh .btn .prevQh:hover{ background:url(g_38.png) center center no-repeat; background-size:100%; transform:rotate(180deg)}
.djgzQh .swiperQh .btn .nextQh{ background:url(g_17.png) center center no-repeat; background-size:100%; width:54px; height:54px; cursor:pointer; float:left; margin-left:8px}
.djgzQh .swiperQh .btn .nextQh:hover{ background:url(g_38.png) center center no-repeat; background-size:100%;}

@media all and (max-width:14400px){
	.djgzQh .swiperQh .swiper-slide .pic{ width:580px;}
	.djgzQh .swiperQh .swiper-slide .cont{ width:calc(100% - 580px); padding:30px 40px 0}
	.djgzQh .swiperQh .swiper-slide .cont .title{ font-size:20px; line-height:30px; height:60px; margin-top:20px}
	.djgzQh .swiperQh .swiper-slide .cont .time{ font-size:14px;}
	.djgzQh .swiperQh .swiper-slide .cont .intro{ font-size:14px; line-height:25px; height:75px; margin-top:20px}
	.djgzQh .swiperQh .paginationQh{ position:absolute; left:620px;}
	.djgzQh .swiperQh .btn{ left:620px}
	.djgzQh .swiperQh .btn .prevQh,.djgzQh .swiperQh .btn .nextQh{ width:42px; height:42px}
}
@media all and (max-width:1200px){
	.news{ padding:40px 0}
	.djgzPage{ padding:40px 0}
	.djgzQh .swiperQh .swiper-slide .pic{ width:360px;}
	.djgzQh .swiperQh .swiper-slide .cont{ width:calc(100% - 360px); padding:20px 20px 0}
	.djgzQh .swiperQh .swiper-slide .cont .title{ font-size:18px}
	.djgzQh .swiperQh .swiper-slide .cont .time{ font-size:12px;}
	.djgzQh .swiperQh .swiper-slide .cont .intro{ font-size:12px; line-height:20px; height:60px; margin-top:15px}
	.djgzQh .swiperQh .paginationQh{ position:absolute; left:430px; bottom:20px}
	.djgzQh .swiperQh .paginationQh span{ width:20px; height:9px; margin-right:5px}
	.djgzQh .swiperQh .btn{ left:auto; right:20px; top:20px; bottom:auto}
	.djgzQh .swiperQh .btn .prevQh,.djgzQh .swiperQh .btn .nextQh{ width:32px; height:32px}
}
@media all and (max-width:750px){
	.djgzQh .swiperQh .swiper-slide .pic{ width:100%;}
	.djgzQh .swiperQh .swiper-slide .cont{ width:100%; padding:20px}
	.djgzQh .swiperQh .swiper-slide .cont .title{ font-size:18px}
	.djgzQh .swiperQh .swiper-slide .cont .time{ font-size:12px; margin-top:15px}
	.djgzQh .swiperQh .swiper-slide .cont .intro{ font-size:14px; line-height:20px; height:auto; margin-top:15px}
	.djgzQh .swiperQh .paginationQh{ position:absolute; left:20px; bottom:20px}
	.djgzQh .swiperQh .paginationQh span{ width:20px; height:9px; margin-right:5px}
	.djgzQh .swiperQh .btn{ left:auto; right:auto; top:auto; bottom:auto; position:relative; margin:0 auto; width:fit-content; padding-bottom:25px}
	.djgzQh .swiperQh .btn .prevQh,.djgzQh .swiperQh .btn .nextQh{ width:32px; height:32px}
}

.newsList{ width:100%; padding:40px 0 60px}
.newsList .item{ width:100%; padding:30px 25px; box-sizing:border-box; background:#e0e3e7 }
.newsList .item:nth-child(2n){background:#f6f6f6}
.newsList .item:hover{ background:#1f61af}
.newsList .item a{ display:flex; width:100%; height:100%; box-sizing:border-box; }
.newsList .item a .pic{ width:295px; overflow:hidden;}
.newsList .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.newsList .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.newsList .item a .cont{ width:calc(100% - 295px);  box-sizing:border-box; padding-left:30px}
.newsList .item a .cont .time{ font-size:14px; color:#888888; margin-top:10px}
.newsList .item a .cont .title{ font-size:18px; color:#000000;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; margin-top:10px; line-height:30px; font-weight:bold;}
.newsList .item a .cont .intro{ font-size:14px; color:#888888; line-height:25px; height:50px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newsList .item:hover a .cont .title{ color:#fff}
.newsList .item:hover a .cont .time{ color:#fff}
.newsList .item:hover a .cont .more{ color:#fff}
.newsList .item:hover a .cont .intro{ color:#fff}
.newsList .item a .cont .more{ font-size:14px; color:#888888; margin-top:20px}

@media all and (max-width:1200px){
	.news{ padding:20px 0 0 0}
	.newsList{ padding:0 0 40px}
	.newsList .item{ width:100%; padding:25px 20px; }
}
@media all and (max-width:750px){
	
	.newsList .item{ width:100%; padding:20px 20px; }
	.newsList .item a .pic{ width:160px;}
	.newsList .item a .cont{ width:calc(100% - 160px);}
	.newsList .item a .cont .time{ font-size:12px; margin:0}
	.newsList .item a .cont .title{ font-size:14px; margin-top:5px}
	.newsList .item a .cont .intro{ font-size:12px; margin-top:5px}
	.newsList .item a .cont .more{ display:none}
}
@media all and (max-width:450px){
	.newsList .item{ width:100%; padding:15px; }
	.newsList .item a .pic{ width:120px;}
	.newsList .item a .cont{ width:calc(100% - 120px); padding-left:15px}
	.newsList .item a .cont .time{ font-size:12px; margin:0}
}

/*分页*/
.page{ text-align:center; font-size:0;}
.page a{ display:inline-block; vertical-align:top; background:#fff; text-align:center; font-size:14px; color:#5c5c5c; margin: 0 5px; padding:10px 15px; border:1px solid #cccccc; border-radius:5px;}
.page a.current,.page a:hover{ background:#1f61af; border:1px solid #1f61af; color:#fff}
.page .first,.page .last{ display:none}
.page.page104 a{ color:#e51a0e}
.page.page104 a.current,.page.page104 a:hover{ background:#e51a0e; color:#fff}

@media all and (max-width:1200px){
	.page a{ font-size:12px; padding:8px 10px; margin:0 2px}
}


.pc_nr{ display:block}
.sj_nr{ display:none}
@media all and (max-width:1200px){
	.pc_nr{ display:none}
	.sj_nr{ display:block}
}



/* 内容模式 */
.article { padding:40px 0; width:100%; margin:0 auto; box-sizing:border-box; line-height:2; font-size:16px; word-wrap:break-word; min-height:400px; }
.article .hd { margin:0 0 30px; padding:0 0 30px; border-bottom: 1px dotted #ccc; }
.article .hd h1 { color:#000; font-size:28px; text-align:center; font-weight:normal; line-height:1.6 }
.article .hd .titBar { color:rgba(0,0,0,0.6); font-size:16px; text-align:center; margin-top:10px }
.article .bd { padding-bottom:40px; line-height:2; font-size:16px; color:#282828 }
.article .bd img{ max-width:100%; height:auto}
.article .ft { margin:12px 0 0;}
.article .ft a{}
.article .ft ul li { width:100%; text-align:left; line-height:40px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; color:#282828}
.article .ft ul li a{ color:#282828}
.article .ft ul:hover li a{ color:#1f61af}
.nr_pc{ display:block}
.nr_sj{ display:none}
.article .bd video{ max-width:100%; height:auto}
@media all and (max-width:1200px){
	.article { padding:20px 0;}
	.article .hd h1{ font-size:18px}
	.article .hd{ padding-bottom:20px; margin-bottom:20px}
	.article .hd .titBar { font-size:12px}
	.article{ font-size:14px}
	.article .ft{ }
	.article .ft .back{ top:20px}
	.article .ft ul li{ width:100%}
	.article .ihd{ font-size:20px;  padding:5px 0; margin-bottom:20px}
	.nr_pc{ display:none}
	.nr_sj{ display:block}
	.article .ft { margin:0 0 0; height:auto}
	.article .ft ul{ display:block; height:auto}
	.article .ft ul li { width:100%; line-height:50px;margin:10px 0 0; padding:0 15px}
	.article .bd{ font-size:14px; line-height:2}	
}
/*articles*/
.articles{ padding:30px 0; background: #f6f7f8}
.articles .content .nr{ background:#fff; padding:50px; box-sizing:border-box}
@media all and (max-width:1200px){
	.articles .content .nr{ padding:15px}
	.articles{ padding:20px 0 }
}

.newsPage2{ padding:15px 0 50px}
.newsList2{ padding-bottom:35px}
.newsList2 .item{ width:100%; padding:20px 0; border-bottom:1px solid #e1e1e1}
.newsList2 .item a{ display:block;display:flex;align-items: center;   width:100%; height:100% }
.newsList2 .item .time{ width:75px; height:75px; text-align:center; box-sizing:border-box; border:1px solid #dddddd; background:#f5f5f5; border-radius:5px;}
.newsList2 .item .time .p1{ font-size:18px; line-height:1; color:#666666; padding:10px 0 0 0}
.newsList2 .item .time .p2{ display:inline-block; vertical-align:top; font-size:12px; line-height:1; color:#666666; border-top:1px solid #dddddd; padding:10px 0 0 0; margin:10px 0 0 0}
.newsList2 .item .cont{ width:calc(100% - 75px); box-sizing:border-box; padding:0 0 0 30px}
.newsList2 .item .cont .title{ font-size:18px; color:#292929;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsList2 .item .cont .intro{ font-size:14px; color:rgba(0,0,0,0.45); line-height:24px; height:48px; margin-top:6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newsList2 .item:hover .cont .title{ font-weight:bold; color:#1f61af}
@media all and (max-width:1200px){
	.newsPage2{ padding:0 0 40px}
	.newsList2{ padding-bottom:20px}
	.newsList2 .item{ }
	.newsList2 .item .time{ width:70px; height:70px}
	.newsList2 .item a{ }
	.newsList2 .item:hover a{ }
	.newsList2 .item .time .p1{ font-size:16px;}
	.newsList2 .item .cont{ width:calc(100% - 70px); padding:0  0 0 15px}
	.newsList2 .item .cont .title{ font-size:16px}
	.newsList2 .item .cont .intro{ font-size:12px; line-height:20px; height:40px}
}




/*picx*/
.picx{ padding:40px 0}
.picxList{ width:100%;}
.picxList .item{ width:31.5%; float:left; margin-right:2.75%; background:#fff; margin-bottom:40px}
.picxList .item:nth-child(3n){ margin-right:0}
.picxList .item:hover{ box-shadow:0 0 10px rgba(00,0,0,0.15)}
.picxList .item a{}
.picxList .item a .pic{ width:100%; overflow:hidden; position:relative}
.picxList .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.picxList .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.picxList .item a .cont{ }
.picxList .item a .cont .title{padding:20px; background:#f0f4f8; box-sizing:border-box; font-size:16px; color:#333333;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; text-align:center;}
.picxList .item:hover a .cont .title{ background:#1f61af; color:#fff}
@media all and (max-width:14400px){
	.picxList{ padding-bottom:30px}
	.picxList .item{ margin-bottom:30px}
	.picx{ padding:40px 0 60px}

}
@media all and (max-width:1200px){
	.picx{}
	.picxList{ padding-bottom:20px}
	.picxList .item{ margin-bottom:20px}
	.picx{ padding:40px 0}
	.picxList .item a .cont{ padding:15px}
	.picxList .item a .cont .title{ font-size:16px}	

}
@media all and (max-width:750px){
	.picxList .item{ width:48.5%;   margin-right:3%;margin-bottom:15px}
	.picxList .item:nth-child(3n){ margin-right:3%}
	.picxList .item:nth-child(2n){ margin-right:0}	
	.picxList .item a .cont{ padding:10px}
	.picxList .item a .cont .title{ font-size:14px;}	

}

















.contacts03{ margin-top:3%}
.contacts03 .iintro{ margin-top:40px; font-size:16px; color:#333; text-align:justify; line-height:2}
.contacts03 .ihd{ font-size:48px; width:fit-content; margin:0 auto; padding: 0 10px; line-height:1; }
.contacts03 .ibd{ width:100%; }


.contacts03 .ibd ul li { float:left; width:48%; margin-right:4%; }
.contacts03 .ibd ul li:nth-child(2n) { margin-right:0; }
.contacts03 .ibd ul li:nth-child(n + 3) { margin-top:20px; }
.contacts03 .ibd ul li .p1 { line-height:40px; font-size:16px; color:#181818; }
.contacts03 .ibd ul li .p1 i { color:#e52b26; }
.contacts03 .ibd ul li .p2 .text { width:100%; height:50px; line-height:50px; border:1px solid #eee; font-size:14px; padding:0 20px; box-sizing: border-box; background:#eee }
.contacts03 .ibd ul li .p2 .textarea { width:100%; height:120px;  border:1px solid #eee; font-size:14px; padding:10px 20px; box-sizing: border-box; background:#eee  }
.contacts03 .ibd ul li.li05 { width:100%; margin-right:0; }
.contacts03 .ibd ul li.li06 { width:100%; margin-right:0; text-align:center; }
.contacts03 .ibd ul li.li06 .btn { display:inline-block; width:150px; height:45px; text-align:center; line-height:45px; font-size:16px; color:#fff; letter-spacing:1px; background:#333; margin:0 20px; border-radius:15px; cursor:pointer; }
.contacts03 .ibd ul li.li06 .btn01 { background:#1f61af;  }

@media all and (max-width:1200px){

	.contacts03{ }
	.contacts03 .ihd{ font-size:24px;}
	.contacts03 .ibd{ width:100%; padding-top:20px}
	.contacts03 .ibd ul li:nth-child(n + 3) { margin-top:25px; }
	.contacts03 .ibd ul li .p2 .text { height:50px; line-height:50px; }
	
	.contacts03 .iintro{ font-size:14px; }
	.contacts03 .ibd ul li.li06 .btn{ width:120px; height:40px; font-size:14px; line-height:40px; margin:0 10px}

}
@media all and (max-width:750px){

	.contacts03 .ibd ul li { float:none; width:100%; margin-right:0; }
	.contacts03 .ibd ul li:nth-child(2n) { margin-right:0; }
	.contacts03 .ibd ul li:nth-child(n + 2) { margin-top:10px; }
	.contacts03 .ibd ul li .p1 { line-height:30px; font-size:14px; }
	.contacts03 .ibd ul li .p2 .text { height:40px; line-height:40px; font-size:14px; padding:0 10px; }
}













































