@charset "utf-8";

.wrap {margin: 0 auto;max-width: 1400px;width: 86%;}
.menuBtn{display: none;width: 60px;height: 60px;padding: 17px 0 0;cursor: pointer;z-index: 9;width: 60px;height: 60px;margin: 0;position: fixed;top: 0;right: 0;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.menuBtn b{display: block;height: 3px;background-color: #333;margin: 3px auto 5px;border-radius: 2px;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;width: 30px;}
.menuBtn.open{margin-top: 0;padding:0;background: #1b2c42;}
.menuBtn.open b{display: none;margin: 0;position: absolute;top: 50%;width: 30px;left: 50%;margin-left: -15px;background: #ffffff;}
.menuBtn.open b:first-child{display: block;transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.menuBtn.open b:last-child{display: block;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.navbg{display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index:0;}
.header{width:100%;position: fixed;top: 0;left: 0;z-index: 11;background-color: transparent;border-bottom: 1px solid rgba(255,255,255,.3);}
.header .wrap{display: flex;justify-content: space-between;align-items: center;}
.header .logo{display: block;position: relative;}
.header .logo img{display: inline-block;vertical-align: middle;width: 88px;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.header .logo .logoImg1{opacity: 1;visibility: visible;}
.header .logo .logoImg2{position: absolute;left: 0;top: 0;}
.header .nav{margin-left: 8%;}
.header .nav li {float: left;position: relative;margin: 0 5px;}
.header .nav li .v1{font-size: 20px;color: #ffffff;line-height: 100px;padding: 0 32px;position: relative;display: block;transition:all 300ms ease;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;}
.header .nav li::after{ content: ""; width: 0; height: 6px; background: #FFFFFF; border-radius: 3px; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 10px; opacity: 0; visibility: hidden; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.header .nav li.on::after,.header .nav li:hover::after{width: 64px; opacity: 1;visibility: visible;}
.header .nav li.on .v1,.header .nav li:hover .v1{color: #FFFFFF;}
.header .nav li dl{width: 170px;background: #f4f4f4;position: absolute;left: 50%;top: 110%;margin-left: -85px;opacity: 0;visibility: hidden;transition:all 500ms ease;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;}
.header .nav li dl a{font-size: 14px;color: #303030;line-height: 54px;text-align: center;display: block;transition:all 300ms ease;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;}
.header .nav li dl a:hover{color: #ffffff;background: #1780c1;}
.header .nav li:hover dl{opacity: 1;visibility: visible;top: 100%;}

.header .img{width: 140px;display: block;position: relative;}
.header .img img{ display: inline-block; vertical-align: middle; width: 100%; opacity: 0; visibility: hidden; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.header .img .img1{opacity: 1;visibility: visible;}
.header .img .img2{position: absolute;left: 0;top: 0;}
.header.active {background: #fff;box-shadow: 0px 0px 20px 0px rgba(19,25,37,0.17);}
.header.active .logoImg1{opacity: 0;visibility: hidden;} 
.header.active .logoImg2{opacity: 1;visibility: visible;} 
.header.active .nav li .v1{color: #333;}
.header.active .nav li::after{background: #1780C1;}
.header.active .nav li.on .v1,.header.active .nav li:hover .v1{color: #1780C1;}
.header.active .img .img1{opacity: 0;visibility: hidden;}
.header.active .img .img2{opacity: 1;visibility: visible;}

.header.hover {background: #fff;box-shadow: 0px 0px 20px 0px rgba(19,25,37,0.17);}
.header.hover .logoImg1{opacity: 0;visibility: hidden;} 
.header.hover .logoImg2{opacity: 1;visibility: visible;} 
.header.hover .nav li .v1{color: #333;}
.header.hover .nav li::after{background: #1780C1;}
.header.hover .nav li.on .v1,.header.hover .nav li:hover .v1{color: #1780C1;}
.header.hover .img .img1{opacity: 0;visibility: hidden;}
.header.hover .img .img2{opacity: 1;visibility: visible;}

.commPad{padding: 0 8.5vw;}
.more{display: block; width: 150px; border: 1px solid #FA0000; font-size: 18px; color: #FA0000; line-height: 42px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; background-image: url(../images/common/jt2.png);background-repeat: no-repeat;background-position: 110px center; padding-right: 44px;padding-left: 30px;margin: 0 auto;}
.more:hover{color: #fff;border-color: #FA0000;background-color: #FA0000;background-image: url(../images/common/jt1.png);}
.commTit{position: relative;z-index: 0;}
.commTit img{display: block;height: 70px;position: absolute;top: -30px;left: 0;z-index: -1;}
.commTit h3{font-size: 48px;color: #333333;line-height: 1;}
.commTit h3 span{color: #1780C1;}
.commTit i{display: block;width: 48px;height: 4px;background: #FA0000;margin-top: 38px;}

.footer{background: #363739;}
.footer .wrap{display: flex;justify-content: space-between;padding: 60px 3vw;}
.footer .logo{display: block;width: 88px;margin-top: 56px;}
.footer .logo img{display: block;width: 100%;}
.footer h3{font-size: 16px;color: rgba(255,255,255,.8);line-height: 30px;font-weight: normal;margin-bottom: 50px;position: relative;}
.footer h3::after{content: '';width: 34px;height: 1px;background: #434345;position: absolute;left: 0;top: 50px;}
.footer .nav .aBox{display: flex;flex-wrap: wrap;}
.footer .nav .aBox a{display: block;font-size: 14px;color: rgba(255,255,255,.4);line-height: 30px;width: 33.33%;margin-bottom: 15px;}
.footer .nav .aBox a:hover{color: #fff;}
.footer .lx p{font-size: 14px;color: rgba(255,255,255,.4);line-height: 30px;margin-bottom: 16px;}
.footer .lx p img{display: inline-block;width: 22px;vertical-align: middle;margin-right: 15px;}
.footer .lx p:last-of-type{margin-bottom: 0;}
.footer .ewm{display: block;width: 116px;}
.footer .bot{background: #262729;font-size: 14px;color: rgba(255,255,255,.16);line-height: 28px;text-align: center;padding: 16px 0;}
.footer .bot a{color: rgba(255,255,255,.16);display: inline-block;margin-left: 10px;}
.footer .bot a:hover{color: #fff;}
.commTop{margin-top: 100px;}
.commBanner{position: relative;overflow: hidden;}
.commBanner img{display: block;width: 100%;}
.commBanner .block{position: absolute;left: 13vw;top: 40%;}
.commBanner .block h3{font-size: 64px;color: #fff;line-height: 1;}
.commBanner .block span{font-size: 24px;color: #fff;letter-spacing: 6px;display: block;margin-top: 20px;text-transform: uppercase;}
.pages{display: flex;align-items: center;justify-content: flex-end;margin-top: 50px;}
.pages a{font-size: 16px;color: #666666;line-height: 36px;min-width: 48px;text-align: center;padding: 0 14px;margin: 0 4px;background: #fff;}
.pages a.active{background: #1780C1;color: #fff;}

.tips{ position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); display: none;z-index: 999;}
.tips p{ font-size: 16px; color: #333; line-height: 30px; padding: 10px 20px; background: #fff; border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ;box-shadow: 0 5px 20px rgba(0,0,0,.1); }
.success{position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);width: 600px;height: 400px; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(19,25,37,0.17);border-radius: 12px;display: none;z-index: 999; }
.success .close{width: 22px;height: 22px;display: block;position: absolute;right: 28px;top: 28px;}
.success .img{display: block;width: 124px;margin: 106px auto 0;}
.success h3{font-size: 32px;color: #333333;text-align: center;display: block;margin-top: 26px;font-weight: normal;}

.crumbs{padding-top: 40px;padding-bottom: 40px;font-size: 16px;color: #333;line-height: 30px;display: flex;align-items: center;}
.crumbs a{color: #333;}
.crumbs span{color: #1780C1;}
.crumbs a:hover{color: #1780C1;}
.fixRight{position: fixed;right: 3px;top: 32%;z-index: 99;}
.fixRight a{display: block;width: 76px;height: 76px;background: #1780C1;border-radius: 6px;margin-bottom: 6px;position: relative;padding-top: 12px;}
.fixRight a:hover{background-color: #146da5;}
.fixRight a span{font-size: 14px;color: #fff;text-align: center;display: block;margin-top: 5px;}
.fixRight a .icon{display: block;width: 38px;margin: 0 auto;}
.fixRight .icon1 .tel,.fixRight .icon2 .tel{ background-color: #146da5; font-size: 18px; color: #ffffff; line-height: 56px; position: absolute; left: -178px; top: 10px; width: 160px; text-align: center; opacity: 0; visibility: hidden; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.fixRight .icon2 .tel{ width:238px; left:-254px; }
.fixRight .icon1 .tel::after,.fixRight .icon2 .tel::after{content: '';display: block;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #146da5;position: absolute;right: -10px;top: 50%;margin-top: -10px;}
.fixRight .icon1:hover .tel,.fixRight .icon2:hover .tel{opacity: 1;visibility: visible;}
.fixRight .icon3 .ewm{width: 152px;height: 152px;padding: 16px;background-color: #146da5;position: absolute;left: -170px;top: -32px;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;}
.fixRight .icon3 .ewm img{display: block;width: 100%;}
.fixRight .icon3 .ewm::after{content: '';display: block;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #146da5;position: absolute;right: -10px;top: 50%;margin-top: -10px;}
.fixRight .icon3:hover .ewm{opacity: 1;visibility: visible;}


@media only screen and (max-width:1600px){
	.commTit h3{font-size: 44px;}
    .commTit img{height: 60px;}
    .commBanner .block h3{font-size: 60px;}
}

@media only screen and (max-width:1440px){
    .commTop{margin-top: 80px;}
	.header .nav li .v1{font-size: 18px;line-height: 80px;}
    .header .nav li::after{height: 4px;}
    .header .logo img{width: 60px;}
    .header .img{width: 120px;}
    .more{font-size: 16px;line-height: 40px;width: 140px;}
    .pages a{font-size: 14px;}
    .commBanner .block h3{font-size: 52px;}
    .commBanner .block span{font-size: 20px;letter-spacing: 2px;}
}
@media only screen and (max-width:1366px){
	
}

@media only screen and (max-width:1199px){
	.header .nav li .v1{font-size: 16px;padding: 0 20px;}
}
@media only screen and (max-width:992px){
	.wrap{padding: 0 15px;width: 100%;}
    .commTop{margin-top: 60px;}
    .menuBtn{display: block;}
    .header{position: fixed;top: 0;left: 0;width: 100%;padding: 0 70px 0 15px;}
    .header.active{background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
    .header .wrap{padding: 0;height: 60px;}
    .header .logo img{width: 40px;}
    .header .img{width: 80px;}
    .header .nav{position: fixed;top: 0;left: -100%;width:calc(100% - 60px);height: 100%;padding: 0;background: #fff;z-index: 14;float: none;margin-left: 0;transition: all ease 0.5s;-webkit-transition: all ease 0.5s;display: block;opacity: 1;visibility: visible;margin-top: 0;overflow-y: auto;}
    .header .nav.active{left: 0;}
    .header .nav li{transition: all 500ms ease;-webkit-transition:all 500ms ease;position: relative;display: block;float: none;margin: 0;padding: 0 25px;}
    .header .nav li.on:after, .header .nav li:hover:after{display: none;}
    .header .nav li a.v1{font-size: 16px;color: #333;line-height: 46px;padding:0;display: block;transition: all 500ms ease;-webkit-transition:all 500ms ease;position: relative;position: relative;font-weight: normal;}
    .header .nav li:first-child a.v1 { line-height: 64px !important;}
    .header .nav li:nth-of-type(odd){background: #f4f4f4;}
    .header .nav li dl{width: 100%; position: static;opacity: 1;visibility: visible;margin: 0;padding-bottom: 20px;}
    .header .nav li dl a{text-align: left;padding-left: 20px;line-height: 46px;}
    .fixRight{top: 80vh;}
    .fixRight a{width: 60px;height: 60px;}
	.fixRight a .icon{width: 26px;}
    .fixRight a span{font-size: 12px;}
    .fixRight .icon1,.fixRight .icon2,.fixRight .icon3{display: none;}
    .more{font-size: 14px;line-height: 34px; width: 120px;background-position: 90px center;padding-right: 32px;padding-left: 24px;}
    .commTit h3{font-size: 24px;}
    .commTit img{height: 30px;top: -16px;}
    .commPad{padding: 35px 15px !important;}
    .commTit i{width: 36px;margin-top: 16px;}
    .footer .wrap{padding: 35px 15px;flex-wrap: wrap;}
    .footer .logo{display: none;}
    .footer .nav{display: none;}
    .footer .lx{width: 100%;margin-bottom: 20px;}
    .footer .ewmBox{width: 100%;}
    .footer h3{margin-bottom: 26px;}
    .footer h3::after{top: 40px;}
    .footer .lx p{margin-bottom: 8px;}
    .footer .lx p img{margin-right: 6px;}
    .footer .bot{line-height: 24px;padding: 10px 15px;}
    .commBanner img{ width: 130%; position: relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
    .commBanner .block{top: 32%;}
    .commBanner .block h3{font-size: 26px;line-height: 30px;}
    .commBanner .block span{font-size: 16px;line-height: 24px;margin-top: 10px;}
    .pages{justify-content: center;margin-top: 35px;}
    .pages a{font-size: 12px;line-height: 34px;min-width: 30px;margin: 0 2px;}
    .crumbs{font-size: 14px;padding: 0 15px 20px !important;}
}
