@charset "utf-8";
html,body{width:100%;}
.d-block{
    display: block
}
.w-100{
    width: 100%;
}
.w1400{
   width: 100%;
   max-width: 1400px;
   margin: 0 auto;
}
.top{
    position: fixed;
	top: 0;
	z-index: 100;
    width: 100%;
    height: 120px;
   background-color: rgba(255,255,255,0.7);
}
.fixed{
    background-color: rgba(255,255,255,1);
}
.top .logo{
    flex: 0 0 17%;
    height: 57px;
    background: url(../images/logo.png) 0 0 no-repeat;
}
.top .w1400{
   height: 120px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   overflow: visible;
}
.nav{
    flex: 1;
    height: 120px;
    display: flex;
    justify-content: space-evenly;
}
.nav li{
    height: 120px;
    position: relative;
}
.nav li a{
   text-decoration: none;
   color: #2d2d2d;
}
.nav li .a1{
   display: block;
   height: 120px;
   line-height: 120px;
   text-decoration: none;
   color: #2d2d2d;
   font-size: 16px;
   text-align: center;
}
.nav li a:hover{
   color: #2364c4;
}
.nav li .subnav{
   position: absolute;
   height: auto;
   width: 190px;
   left: 50%;
   top: 86px;
   margin-left: -95px;
   border-radius: 7px;
   background-color: #fff;
   border: 2px solid #999999;
   display: none;
   z-index: 99;
}
.nav li .subnav a{
   display: block;
   height: 35px;
   width: 100%;
   line-height: 35px;
   text-decoration: none;
   color: #333333;
   border-bottom: 1px solid #e9e9e9;
   font-size: 14px;
   text-align: center;
}
.nav li .subnav a:nth-last-child(1) {
   border-bottom:0
}
.nav li:hover .subnav{
   display: block;
}

.iphone{
    flex: 0 0 15%;
    height: 46px;
    border-radius: 23px;
    background:#2364c4 url(../images/phone.png) 16px center no-repeat;
    color: #fff;
    text-indent: 47px;
    line-height: 46px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
}
.search{
   height: 82px;
   background-color: #fff;
}
.search .w1400{
   overflow: visible;
}
.searchbox{
   width: 100%;
   height: 60px;
   background-color: #fff;
   position: relative;
   z-index: 99;
   margin-top: -20px;
   box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
   display: flex;
   justify-content: space-between;
   box-sizing: border-box;
   padding: 0 17px;
   align-items: center;
}
.searchbox .left{
   line-height: 60px;
   font-size: 14px;
}
.searchbox form{
   width: 393px;
   height: 38px;
   border: 1px solid #bd162d;
   display: flex;
}
.searchbox form .i1{
   width: 354px;
   height: 38px;
   text-indent: 9px;
   border: none;
   flex-shrink: 0;
   outline: none;
}
.searchbox form .i2{
   width: 0;
   border: none;
   flex: 1;
   height: 38px;
   background: url(../images/button.jpg) center center no-repeat;
}
.box1{
    width: 100%;
    height: 781px;
    background: url(../images/box1.jpg) center 0 no-repeat;
    background-size: cover;
    overflow: hidden;
}
.title{
   width: 100%;
   height: 99px;
}
.title h1{
   margin-top: 43px;
   display: block;
   width: 100%;
   height: 54px;
   background: url(../images/titlebg.png) center center no-repeat;
   line-height: 54px;
   font-size: 45px;
   font-weight: bold;
   text-align: center;
   color: #fff;
}
.title span{
   display: block;
   width: 100%;
   height: 29px;
   line-height: 29px;
   text-align: center;
   margin-top: 17px;
   color: #fff;
   font-size: 18px;
}
.box1-cont{
   width: 100%;
   height: 175px;
   margin-top: 40px;
   font-size: 16px;
   color: #fff;
   text-align: center;
   line-height: 40px
}
.box1list{
   width: 100%;
   height: 420px;
   background: url(../images/box1listbg.png) center center no-repeat;
   position: relative;
}
.box1li{
   height: 420px;
   top: 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   position: absolute;
}
.box1li .numbox:before{
    position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	bottom: -43px;
	border: 1px solid #000;
	left: 35%;
}
.box1li:hover .numbox:before{
    transform: scale(1.2);
}
.box1li .numbox:after{
    position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #2364c4;
	bottom: -34px;
	left: 50%;
	transform: translate(-50%,0);
}
.box1lia .numbox:before{
    position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	top: -40px;
	border: 1px solid #000;
	left: 35%;
}
.box1lia:hover .numbox:before{
    transform: scale(1.2);
}
.box1lia .numbox:after{
    position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #2364c4;
	top: -30px;
	left: 50%;
	transform: translate(-50%,0);
}
.box1li .numbox{
   position: relative;
   width: 122px;
   height: 155px;
   margin: 30px 0 40px;
   text-align: center;
   background: url(../images/box1icon.png) 0 0 no-repeat;
}
.box1li .numbox div{
   width: 122px;
   height: 122px;
   flex-direction: column;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 30px;
   font-weight: bold;
   color: #fff;
}
.box1li .numbox div span{
   display: block;
   line-height: 30px;
}
.box1li .sp1{
   display: block;
   width: 100%;
   line-height: 24px;
   margin-top: 29px;
   color: #fff;
   font-size: 18px;
   text-align: center;
   line-height: 24px;
}
.box1li .sp3{
   font-size: 20px;
   line-height: 20px;
}
.box1li1{
   left: 0;
   width: 270px;
}
.box1li2{
   left: 460px;
   width: 385px;
}
.box1li3{
   left: 1107px;
   width: 194px;
}
.box1li4{
   left: 210px;
   width: 350px;
}
.box1li5{
   left: 820px;
   width: 225px;
}
.box1lia{
   height: 420px;
   top: 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   position: absolute;
}
.box1lia .sp1{
   display: block;
   width: 100%;
   color: #fff;
   font-size: 18px;
   text-align: center;
   line-height: 24px;
   margin-top: 104px;
   margin-bottom: 36px;
   min-height: 72px;
}
.box1lia .numbox{
    position: relative;
   width: 122px;
   height: 155px;
    margin-top: 20px;
   text-align: center;
   background: url(../images/box1icona.png) center bottom no-repeat;
}
.box1lia .numbox div{
   width: 122px;
   height: 122px;
   flex-direction: column;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 30px;
   margin-top: 35px;
   font-weight: bold;
   color: #fff;
}
.box2{
   height: 403px;
   background: #fff;
}
.box2list{
   width: 100%;
   height: auto;
   display: flex;
   justify-content: space-between;
   margin-top: 48px;
}
.box2list li{
   width: 465px;
   height: 340px;
}
.box2list li i{
   display: block;
   width: 100%;
   height: 145px;
}
.box2list li:nth-child(1) i{
  background: url(../images/box2icon1.png) center 0 no-repeat;
}
.box2list li:nth-child(2) i{
   background: url(../images/box2icon2.png) center 0 no-repeat;
}
.box2list li:nth-child(3) i{
   background: url(../images/box2icon3.png) center 0 no-repeat;
}
.box2list a{
    text-decoration: none;
}
.box2list li h1{
   display: block;
   width: 100%;
   height:34px;
   line-height: 34px;
   margin-top: 35px;
   color: #333;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
}
.box2list li span{
   display: block;
   width: 100%;
   height: auto;
   line-height: 30px;
   margin-top: 7px;
   color: #fff;
   color: #454545;
   text-align: center;
   font-size: 14px
}
.box3{
   height: 932px;
   background: url(../images/box3.jpg) center 0 no-repeat;
   background-size: cover;
   position: relative;
}
.box3::after{
   content: "";
   width: 100%;
   height: 1px;
   background-color: #dbdbdb;
   position: absolute;
   top: 220px;
   left: 0;
}
.indexprod-nav{
   width: 100%;
   height: 48px;
   display: flex;
   justify-content: center;
   margin-top: 28px;
}
.indexprod-nav a{
   display: block;
   height: 48px;
   text-decoration: none;
   padding: 0 18px;
   font-size: 16px;
   font-weight: bold;
   color: #fff;
   line-height: 48px;
   margin-right: 65px;
   position: relative;
   z-index: 2;
   border-bottom: 2px solid transparent;
}
.indexprod-nav a:nth-last-child(1){
   margin-right: 0;
}
.indexprod-nav a:hover{
   border-bottom: 2px solid #fff;
}

.prodlist{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    flex-wrap: wrap;
}
.prodlist li{
    width: 343px;
    height: 273px;
    position: relative;
    margin-bottom: 10px;
}
.prodlist li a{
   display: block;
   width: 100%;
   height: 100%;
}
.prodlist li img{
    width: 100%;
    height: 100%;
}
.prodlist li .zhedang{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(35, 100, 196, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
	visibility: hidden;
}
.prodlist li:hover .zhedang{
    opacity: 1;
	visibility: visible;
}
.prodlist li .zhedang i{
   width: 28px;
   height: 28px;
   background: url(../images/prodicon.png) 0 0 no-repeat;
}
.prodlist li .zhedang span{
   display: block;
   width: 100%;
   height: 32px;
   margin-top: 10px;
   text-align: center;
   color: #fff;
   font-size: 18px;
}
.box3-more{
   width: 100%;
   height: 60px;
   margin-top: 30px;
   display: flex;
   justify-content: center;
}
.box3-more a{
   display: block;
   width: 185px;
   height: 60px;
   border-radius: 5px;
   background-color: #bd162d;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   color: #fff;
   font-size: 18px;
}
 .box6{
    height: 760px;
    background-size: 100% auto;
    background-color: #fff;
 }
 .box6 .w1400{
    overflow: hidden !important;
 }
 .title2{
   width: 100%;
   height: 99px;
}
.title2 h1{
   margin-top: 43px;
   display: block;
   width: 100%;
   height: 54px;
   background: url(../images/titlebg2.png) center center no-repeat;
   line-height: 54px;
   font-size: 45px;
   font-weight: bold;
   text-align: center;
   color: #2364c4;
}
.title2 span{
   display: block;
   width: 100%;
   height: 29px;
   line-height: 29px;
   text-align: center;
   margin-top: 17px;
   color: #a6a6a6;
   font-size: 18px;
}
 .newslist{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
 }
 .newslist li{
    width: 685px;
    height: 135px;
    margin-bottom: 5px;
    
 }
 .newslist li a{
   display: flex;
   justify-content: space-between;
   text-decoration: none;
   color: #333;
   width: 700px;
   height: 128px;
   box-sizing: border-box;
   padding-top: 20px;
}
 .newslist li .left{
    width: 6px;
    height: 6px;
    border-radius: 50%;
   background-color: #5f5f5f;
   margin-left: 31px;
   margin-right: 17px;
   margin-top: 11px;
 }
 .newslist li .cont{
   width: 500px;
   overflow: hidden;
 }
 .newslist li .cont h1{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #5F5F5F;
 }
 .newslist li .cont span{
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 14px;
    color: #A6A6A6;
    font-size: 14px;
 }
 .newslist li .time{
    width: 142px
 }
 .newslist li .time h1{
    display: block;
    width: 100%;
    height:46px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height:46px;
    color: #5F5F5F;
 }
 .newslist li .time span{
   display: block;
    width: 38px;
    height: 20px;
    background: url(../images/newsicon.png);
    margin: 12px auto 0 auto;
 }
 .newslist li .xian{
   width: 660px;
   height: 1px;
   background-color: #a6a6a6;
   margin: 6px auto 0 auto;
 }
 .newslist li:nth-last-child(1) .xian{
   display: none;
 }
 .newslist li:nth-last-child(2) .xian{
   display: none;
 }
 .box7{
   height: 380px;
   background: url(../images/box7.jpg) center 0 no-repeat;
   background-size: cover;
 }
 .title3{
   width: 100%;
   height: 99px;
}
.title3 h1{
   margin-top: 43px;
   display: block;
   width: 100%;
   height: 54px;
   background: url(../images/titlebg3.png) center center no-repeat;
   line-height: 54px;
   font-size: 45px;
   font-weight: bold;
   text-align: center;
   color: #2364c4;
}
.title3 span{
   display: block;
   width: 100%;
   height: 29px;
   line-height: 29px;
   text-align: center;
   margin-top: 17px;
   color: #474747;
   font-size: 18px;
}
.picSwiper{
   margin-top: 30px;
}
 .bottom{
    height: 499px;
    overflow: hidden;
    background: url(../images/bottom.jpg) center 0 no-repeat;
 }

 .bottom-top{
   width: 100%;
   height: 325px;
   overflow: hidden;
   margin-top: 44px;
   display: flex;
 }
 .bottom-left{
   width: 250px;
   margin-left: 130px;
 }
 .bottom-left h1{
   display: block;
   color: #fff;
   height: 55px;
   line-height: 55px;
   font-size: 36px;
   font-weight: bold;
   margin-top: 34px;
 }
 .bottom-left span{
   display: block;
   color: #fff;
   height: 49px;
   line-height: 49px;
   font-size: 36px;
 }
 .bottom-left a{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 166px;
   height: 60px;
   background: #BD162D;
   color:#fff;
   text-decoration: none;
   margin-top: 72px;
   font-size: 16px;
 }
 .erweimabox{
    width: 176px;
    margin-left: 131px;
 }
 .erweimabox img{
    width: 175px;
    height: 175px;
    margin-top: 45px;
 }
 .erweimabox span{
    line-height: 24px;
    margin-top: 18px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
 }
 .btcont{
    width: 560px;
    margin-top: 31px;
    margin-left: 153px;
 }
 .btcont span{
    display: block;
    height:54px;
    padding-left: 44px;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
 }
 .btcont .sp1{
    background: url(../images/bticon1.png) 0 center no-repeat;
 }
 .btcont .sp2{
    background: url(../images/bticon2.png) 0 center no-repeat;
 }
 .btcont .sp3{
    background: url(../images/bticon3.png) 0 center no-repeat;
 }
 .btcont .sp4{
    background: url(../images/bticon4.png) 0 center no-repeat;
 }
 .btcont .sp5{
    background: url(../images/bticon5.png) 0 center no-repeat;
 }
 .bottom-nav{
   width: 100%;
   height: 38px;
   display: flex;
   justify-content: center;
   margin-top: 27px;
 }
 .bottom-nav a{
   line-height: 38px;
   font-size: 18px;
   color: #fff;
   text-decoration: none;
   margin: 0 66px;
 }
 .footer{
    margin: 0 auto;
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.pagebanner{
   height: 500px;
}
.pagebanner1{
   background: url(../images/pagebanner1.jpg) center 0 no-repeat;
}
.pagebanner2{
   background: url(../images/pagebanner2.jpg) center 0 no-repeat;
}
.pagebanner3{
   background: url(../images/pagebanner3.jpg) center 0 no-repeat;
}
.pagebanner4{
   background: url(../images/pagebanner4.jpg) center 0 no-repeat;
}
.pagebanner5{
   background: url(../images/pagebanner5.jpg) center 0 no-repeat;
}
.locationbg{
   height: 100px;
   background-color: #fff;
}
.location{
   display: flex;
   justify-content: space-between;
   height: 100px;
}
.location .left h1{
   line-height: 37px;
   color: #2364c4;
   font-size: 30px;
   font-weight: bold;
   margin-top: 18px;
}
.location .left span{
   line-height: 28px;
   color: #000000;
   font-size: 22px;
   margin-top: 18px;
}
.location .pagerightnav{
   display: flex;
   margin-top: 21px;
   height: 60px;
   align-items: center;
}
.location .pagerightnav li{
   width: 95px;
   height: 58px;
   border-bottom: 2px solid transparent;
}
.location .pagerightnav div:nth-last-child(1){
   display: none;
}
.location .pagerightnav li a{
   display: block;
   height: 58px;
   line-height: 58px;
   color: #000000;
   text-decoration: none;
   box-sizing: border-box;
   font-size: 18px;
   text-align: center;
}
.location .pagerightnav div{
   width: 4px;
   height: 4px;
   background-color: #2364c4;
   margin: 0 13px;
}
.location .pagerightnav li:hover{
   border-bottom: 2px solid #2364c4;
}
.location .pagerightnav li:hover a{
   color: #2364c4
}
.page{
   height: auto;
   /*overflow: hidden;*/
   padding-top: 50px;
}
.pagecontent{
   width: 100%;
   min-height: 500px;
   overflow: hidden;
}
.prod-left{
   width: 310px;
   background-color: #fff;
   float: left;
}
.prod-left .prod-title{
   height: 85px;
   border-top-right-radius: 28px;
   background-color: #2364c4;
   box-sizing: border-box;
   padding-left: 22px;
   overflow: hidden;
}
.prod-left .prod-title h1{
   display: block;
   width: 100%;
   height: 30px;
   line-height: 30px;
   margin-top: 18px;
   font-size: 22px;
   color: #fff;
   font-weight: bold;
}
.prod-left .prod-title span{
   display: block;
   height: 20px;
   line-height: 20px;
   font-size: 14px;
   color: #fff;
}
.prod-nav{
   width: 100%;
   height: auto;
}
.prod-nav li{
   width: 100%;
   height: 52px;
   border-bottom: 1px solid #f7f7f7;
}
.prod-nav li a{
   display: flex;
   margin: 0 auto;
   width: 100%;
   height:52px;
   color: #434343;
   text-decoration: none;
   box-sizing: border-box;
   padding-left: 22px;
   font-size: 16px;
   line-height: 52px;
   background: url(../images/prodnavicon.png) 276px center no-repeat;
}
.prod-nav li a:hover{
   color: #2364c4;
   background: url(../images/prodnaviconh.png) 276px center no-repeat;
}
.prod-right{
   width: 1060px;
   float: right;
}
.page-prodlist{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
.page-prodlist li{
   width: 335px;
   height: 270px;
   margin-bottom: 22px;
   margin-right: 26px;
   background-color: #fff;
}
.page-prodlist li:nth-child(3n){
   margin-right: 0;
}
.page-prodlist li a{
   text-decoration: none;
   color: #fff;
}
.page-prodlist li img{
   width: 100%;
   height: 196px;
   box-sizing: border-box;
}
.page-prodlist li .sp1{
   display: block;
   width: 100%;
   height:25px;
   line-height: 25px;
   text-align: center;
   margin-top: 8px;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
}
.page-prodlist li .sp2{
   display: block;
   width:110px;
   height: 20px;
   text-align: center;
   margin: 7px auto 0 auto;
   background-color: #2364c4;
   border-radius: 10px;
   color: #fff;
   line-height: 20px;
   font-size: 10px;
}
.page-prodlist li:hover .sp1{
   color: #2364c4;
}
.prodpage-right{
   width: 1000px;
   float: right;
   height: auto;
   box-sizing: border-box;
   padding: 0 20px;
   background-color: #fff;
   overflow: hidden;
}
.prodpage{width: 100%;min-height: 403px;border-radius: 5px;}
.prodpage-cont{width: 100%;height: auto;overflow: hidden;}
.prodpage .left{width: 372px;float: left;height: 302px;margin-top: 54px}
.prodpage .left img{width:  372px;height:302px}
.prodpage .right{width: 35.11rem;float: right;margin-top:54px;}
.prodpage h1{display: block;width: 100%;line-height: 50px;color: #333;font-size:24px;text-align: center;}
.prodpage .right span{display: block;width: 100%;line-height: 29px;margin-top:10px;color: #686868}
.prodpage .prodpicimg{float: left;
   margin-right: 20px;
   margin-bottom: 10px;}
.prodcontent{width: 100%;height: auto;padding-bottom:20px;margin-left: 47px;overflow: hidden;margin: top 30px;;}
.page-newslist{
   width: 100%;
   height: auto;
}
.page-newslist li{
   width: 100%;
}
.page-newslist li a{
   width: 100%;
   display: flex;
   box-sizing: border-box;
   padding: 0 60px 30px;
   text-decoration: none;
   justify-content: space-between;
   overflow: hidden;
}
.page-newslist li .icon{
   width: 70px;
   height: 70px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #c9c9c9;
   flex-shrink: 0;
   color: #fff;
   font-size: 36px;
   font-weight: bold;
   margin-top: 43px;
}
.page-newslist li .cont{
   width: 1177px;
   height: auto;
   margin-top: 32px;
}
.page-newslist li .cont h1{
   display: block;
   width: 100%;
   line-height: 43px;
   font-size: 24px;
   font-weight: bold;
   color: #494949;
}
.page-newslist li .cont .sp1{
   width: 800px;
   font-size: 16px;
   color: #494949;
   height: 48px;
   line-height: 24px;
   margin-top: 4px;
   display: block;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}
.page-newslist li .cont .sp2{
   margin-top: 10px;
   display: block;
   font-size: 14px;
   color: #969696;
}
.page-newslist li:hover{
   background-color: #2364c4;
}
.page-newslist li:hover .icon{
   background-color: #fff;
   color: #2364c4;
}
.page-newslist li:hover .cont h1,.page-newslist li:hover .cont .sp1,.page-newslist li:hover .cont .sp2{
   color: #fff;
}
.newspage{width:100%;float:left;min-height:500px;}
.newshow-top{text-align:center;width:100%;height:auto;overflow:hidden;float:left;}
.newshow-top h1{font-size:24px;margin-top:18px;height:auto;display:block;width:100%;line-height:30px;float:left;color:#333333}
.newshow-top span{font-size:12px;color:#888888;line-height:26px;display:block;float:left;width:100%;margin-top:3px;margin-bottom:10px}
.fengexian1{border-bottom:1px solid #ebebeb;float:left;width:100%;}
.newshow-ct{padding-bottom:27px;color:#555555;float:left;margin-left:15px;margin-right:10px;padding-top:15px;overflow:hidden;}
.newshow-bot{width:100%;position:relative;margin-bottom:5px;float:left;overflow:hidden;margin-top:10px;margin-bottom:10px;}
.newshow-bot span{color:#666666;font-size:13px;display:block;width:550px;margin-top:3px;line-height:20px;margin-left: 15px;}
.newshow-bot span a{color:#666666;text-decoration:none;}
.newshow-bot span a:hover{color:#407aee;}
.piclista{
    display:flex;
    flex-wrap: wrap;
}
.piclista li{
    flex: 0 0 24%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.piclista li:nth-child(4n){
    margin: 0;
}

.contact{width: 100%;height: 403px;display: flex;background: url(../images/contact.jpg) center 0 no-repeat;}
.contact .map{width: 910px;height: 376px;box-sizing: border-box;border: 1px solid #2364c4;}
.contact .contact-cont{width: auto;box-sizing: border-box;padding: 0 25px;flex: 1;margin-top: 60px;font-size: 16px;}
.contact img{
    margin-right: 10px;
}
.about-img{
    float: left;
    margin-top: 0;
}
.about-img img{
    padding-right: 20px;
    width: 600px;
}
.pagecontent .about-p{
    font-size: 14px;
}
.pagecontent .about-h2{
    font-size: 24px;
}
.qyyj-img{
    float: left;
    width: 23%;
    padding: 10px;
}
.qyyj-img.ce{
    min-height: 215px;
    display: flex;
	align-items: center;
}
.qyyj-img img{
    width: 100%;
}
#pagerMain a{
    text-decoration: none;
    padding: 5px 8px;
    margin: 0 2px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
#pagerMain .page-num-current{
    color: white;
    background-color: #2364c4;
    border-color: #2364c4;
}
.footer a{
    color: #fff;
}
.box2 .w1400,
.box3 .w1400,
.box6 .w1400,
.box7 .w1400{
    overflow: auto;
}
.ceclass{
    display: flex;
    flex-wrap: wrap;
}
.ceclass .ce{
    flex: 0 0 25%;
}
.ceclass .ce img{
    width: 95%;
}
.pagecontent p{
    font-size: 14px;
}