html{
    font-size: 16px;
    min-width: 1200px;
}
html,body{
    height: 100%;    
    scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	background-color: #fff;
	color: #666;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
	}
body::-webkit-scrollbar{width:6px;height:6px;}
body::-webkit-scrollbar-track{background: #f6f6f6;}
body::-webkit-scrollbar-thumb{background: #aaa;}
body::-webkit-scrollbar-thumb:hover{background: #999;}
body::-webkit-scrollbar-corner{background: #f6f6f6;}
body::-webkit-scrollbar{width:6px;height:6px;}
body::-webkit-scrollbar-track{background: #f6f6f6;}
body::-webkit-scrollbar-thumb{background: #aaa;}
body::-webkit-scrollbar-thumb:hover{background: #999;}
body::-webkit-scrollbar-corner{background: #f6f6f6;}
a{
    text-decoration: none;
    color: #666;
    outline: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-decoration: none;
}
a:hover {
    color: #2469f3;
}
img{
	border: 0;
}
.sp60{
    height: 60px;
}
.webTitle{
    text-align: center;
    color: #000;
}
.webTitle h3{
    font-family: Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
}
.webTitle h2{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 25px;
}
.webTitle h2 span{
    display: inline-block;
    padding: 0 15px;
}
.resetDiv ul,.resetDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zwnr {
    line-height: 200%;
}
.zwnr img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.zwnr a{
    cursor: pointer;
}
.box1200{
    width: 1200px;
    margin: 0 auto;
}
.webHeader{
    background-color: #081940;
}
.webHeader .box1200{
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.webHeader .webHeaderLeft,.webHeader .webHeaderRight{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.webHeader .webHeaderLeft a{
    display: block;
    height: 31px;
    width: 274px;
    background: url(../images/logo.png) 50% no-repeat;
    margin-right: 35px;
    text-indent: -10000%;
    overflow: hidden;
}
.webHeader .webHeaderRight > a{
    display: block;
    padding: 5px 15px;
    color: #fff;
    background-color: #2d7bff;
    border-radius: 6px;
}
.webHeader .webHeaderRight > a:hover{
    background-color: #fff;
    color: #2d7bff;
}
.webHeader .webHeaderRight > ul{
    color: #fff;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.webHeader .webHeaderRight > ul a{
    color: #fff;
}
.webHeader .webHeaderRight > ul a:hover{
    color: #2d7bff;
}
.webHeader .webHeaderRight > ul span{
    display: inline-block;
    padding: 0 10px;
}
.webBanner{
    height: 515px;
    background: url(../images/pics-banner.jpg) 50% no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.boxSeach{
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px #bbb;
    box-shadow: 0 0 20px #bbb;

}
.boxSeach form{
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.boxSeach input{
    border: none;
    background-color: #f2f2f2;
    width: 80%;
    height: 65px;
    padding: 0 15px;
    margin: 0;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
}
.boxSeach a{
    display: block;
    width: 19%;
    height: 65px;
    background-color: #2469f3;
    border-radius: 4px;
    color: #fff;
    font-size: 25px;
    font-weight: 480;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.boxSeach a:hover{
    background-color: #081940;
}
.boxSeach a i{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    font-size: 23px;
}
.boxYwfw{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.boxYwfw > a{
    display: block;
    width: 380px;
}
.boxYwfw > a:nth-child(3n+2){
    margin: 0 30px;
}
.boxYwfw > a i{
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.boxYwfw > a img{
    display: block;
    width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.boxYwfw > a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.boxYwfw > a h2{
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
}
.boxAbout{
    background: #f8f8f8 url(../images/bg-about.jpg) 50% top no-repeat;
    background-size: contain;
}
.boxAbout .webTitle{
    color: #fff;
}
.boxAbout .boxAboutIntro{
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 50px;
    margin-top: 20px;
}
.webFooter{
    background-color: #081940;
    color: #fff;
}
.webFooter .webBQ{
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid #666;
}
.webFooter .webContact{
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.webFooter .webContactInfo h2{
    font-weight: normal;
    font-size: 25px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.webFooter .webContactInfo a{
    color: #fff;
}
.webFooter .webContactInfo a:hover{
    text-decoration: underline;
}
.webFooter .webContactEwm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.webFooter .webContactEwm > li{
    margin-left: 20px;
    text-align: center;
}
.webFooter .webContactEwm img{
    display: inline-block;
    width: 120px;
    height: auto;
}
.webFooter .webContactEwm span{
    display: block;
    padding: 5px 0;
}
#webGoTop{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #ff4904;
    width: 2.875rem;
    height: 2.875rem;    
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-decoration: none;
}
#webGoTop:hover{
    cursor: pointer;
    background-color: #2469f3;
}
#webGoTop span{
    color: #fff;
    font-size: 1.875rem;
}
.ddSearchList > li{
    margin-bottom: 30px;
    display: -webkit-box;display: -ms-flexbox;display: flex;
}
.ddSearchList > li > i{
    display: block;
    font-size: 26px;
    margin-right: 30px;
}
.ddSearchList > li > i.ddsuc{
    color: #ff0000;
    font-weight: bold;
}
.ddSearchList > li > div > p{
    margin: 0;
    padding-bottom: 5px;
}
.ddSearchList > h1{
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-weight: normal;
    font-size: 25px;
}
