@charset "utf-8";
* { font-family:'Microsoft YaHei'; margin:0; padding:0;}

.Min1200 { min-width:1200px;}

.c_b { clear:both;}

a { border-style:none; text-decoration:none;}

img,p{ border-style:none;
border-top-style:none;}
/*header*/

header { width:100%;}

.head1 { background:#F2F2F2; width:100%; height:35px;}
.head1>.w1200>p { display:block; float:left; font-size:14px; font-weight:bold; line-height:35px; color:#333333;}
.head1>.w1200>ul { margin-top:11px; float:right;}
.head1>.w1200>ul>li { line-height:12px; float:left; list-style:none;}
.head1>.w1200>ul>li>a { padding:0 12px; height:13px; display:block; margin-top:-1px; font-size:12px; color:#6d6d6d;}
.head1>.w1200>ul>li:last-child>.h-qrcode{ width:100px; height:0px; transition:all .2s; position:absolute; margin:5px 0 0 -14px; box-shadow:none; overflow:hidden;}
.head1>.w1200>ul>li:last-child>.h-qrcode img{ width:100%;}
.head1>.w1200>ul>li:last-child:hover>.h-qrcode{ height:100px; box-shadow:1px 1px 9px 1px rgba(0,0,0,0.2);}
.head1>.w1200>ul>li+li { border-left:1px solid #6d6d6d;}

.head2 { width:100%; overflow:hidden;}
.head2 .logo{ width:300px; height:50px; margin:15px 0; float:left;}
.head2 .logo svg{  height:100%;}

.head2 .tel{ float:right; margin:15px 0; overflow:hidden; display:flex;}
.head2 .tel>div{ overflow:hidden;}
.head2 .tel>div:nth-child(1){ margin-right:15px;}
.head2 .tel>div img{ height:20px; float:left; margin-right:8px;}
.head2 .tel>div div{ font:normal 14px/20px "微软雅黑";}
.head2 .tel>div p{ font:normal 26px/30px Impact; letter-spacing:1px; color:#1479d7;}

.head3 { z-index:99; background:#333333; width:100%; height:50px;}
.head3 .nav-list { height:50px; width:100%; display:flex; justify-content:space-between;}
.head3 .nav-list>li { list-style:none; height:100%; text-align:center; position:relative; justify-content:space-between;}
.head3 .nav-list>li.active, .nav-list>li:hover { background:#1479d7;}
.head3 .nav-list>li>a { display:block; font-size:15px; color:#fff; line-height:50px; height:50px; padding:0 15px;}
.head3 .nav-list>li>ul{ display:none; position:absolute; left:0; top:50px;	z-index:999; width:100%; border-top:1px solid #e10602;}
.head3 .nav-list>li>ul>li{ 	background:#333333; list-style:none; position:relative;}
.head3 .nav-list>li>ul>li>a{ display:block; font-size:14px; color:#fff; line-height:40px; height:40px;}
.head3 .nav-list>li>ul>li>ul{ display:none; position:absolute; left:100%; top:0px; width:100%; padding:5px 0; background:#ffffff;}
.head3 .nav-list>li>ul>li>ul>li>a{ display:block; width:100%; height:30px; font-size:12px; line-height:30px;}
.head3 .nav-list>li:hover>ul{ display:block;}
.head3 .nav-list>li>ul>li:hover>a{ background:#1479d7;}
.head3 .nav-list>li>ul>li:hover>ul{ display:block;}
.head3 .nav-list>li>ul>li>ul>li>a:hover{ background:#e10602; color:#ffffff;}

.ind_ban .sw1 img{ width:100%;}
.ind_ban .sw1 .swiper-pagination-bullet{ width:10px; height:10px; border:1px solid #ffffff; background:none; opacity:1; margin:0 6px!important;}
.ind_ban .sw1 .swiper-pagination-bullet-active{ background:#ffffff;}

/* 兼容IE8 */
@media \0screen {     
	.head2>a+div {    margin-left:27px;    height:100%;    float:left;}
	.head2>a+div>p:first-child {    line-height:110px;    font-size:24px;    color:#333333;}
	.head2>a+div+div {    margin-top:28px;    float:right;}
	.head2>a+div+div+div>img {    float:left;}
}