html{
    font-size: 16px;
    min-width: 1200px;
}
html,body{
    height: 100%;    
    scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-family: 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: #2c97ea;
}
img{
	border: 0;
}
.area1200{
    width: 1200px;
    margin: 0 auto;
}
.sp60{
    height: 60px;
}
.sptop{
    height: 1px;
    background-color: #ddd;
}
.bgc{
    background-color: #f2f2f2;
}
.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;
}
.webTitle{
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.webTitle span{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.webTitle h2{
    margin: 0;
    padding: 5px 0;
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
}
.webTitle h2 i{
    display: inline-block;
    width: 15px;
}
.banBox{
    position: relative;
}
.banBox > img{
    display: block;
    width: 100%;
}
.banBox > div{
    position:absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.banBox > div > h1{
    font-size: 3.5rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.banBox > div > span{
    font-size: 2rem;
    display: block;
    margin-top: 10px;
}
.webTop{
    background-color: #fff;
}
.webTop > .area1200{
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.webTop > .area1200 .webLogo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.webTop > .area1200 .webLogo a,.webTop > .area1200 .webLogo span{
    display: inline-block;
}
.webTop > .area1200 .webLogo span{
    color: #1d2088;
    margin-left: 10px;
    padding-top: 10px;
}
.webTop > .area1200 .webNav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.webTop > .area1200 .navList{
    padding-right: 10px;
}
.webTop > .area1200 .navList a{
    color: #666;
}
.webTop > .area1200 .navList a:hover{
    color: #e60012;
}
.webTop > .area1200 .navList span{
    display: inline-block;
    padding: 0 10px;
    color: #999;
}
.webTop > .area1200 .webNav > a{
    display: block;
    height: 36px;
    padding-right: 10px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.webTop > .area1200 .webNav > a:hover{
    border-color: #e60012;
    color: #e60012;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.webTop > .area1200 .webNav > a i{
    display: inline-block;
    font-weight: normal;
    font-size: 32px;
    padding-left: 3px;
}
.webTop > .area1200 .webNav > a img{
    display: inline-block;
    height: 18px;
    width: auto;
    padding-left: 10px;
    padding-right: 5px;
}
.searchBox{
    width: 1200px;
    margin: 0 auto;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.searchBox form{
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.searchBox a{
    display: block;
    width: 19%;
    height: 65px;
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #666;
    border: 1px solid #ccc;
    font-size: 25px;
    font-weight: 480;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
}
.searchBox a:hover{
    background-color: #e60012;
    border-color: #e60012;
    color: #fff;
}
.searchBox a i{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    font-size: 23px;
}
.searchBox input{
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    width: 80%;
    height: 65px;
    padding: 0 15px;
    margin: 0;
    outline: none;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.aboutBox{
    padding-top: 20px;
}
.aboutBox > .aboutPic{
    height: 321px;
    background-image: url(../images/aboutPic_ru.jpg?v=1.00);
    border-radius: 10px;
}
.zyywBox{
    max-width: 1920px;
    margin: 0 auto;
}
.zyywBox > .zyywList{
    padding-top: 20px;
    padding-left: 4%;
    padding-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.zyywBox > .zyywList a{
    display: block;
    width: 32%;
}
.zyywBox > .zyywList a i{
    display: block;
}
.zyywBox > .zyywList a img{
    display: block;
    width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.zyywBox > .zyywList a:hover img {
    border-radius: 15px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.zyywBox > .zyywList h2{
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-weight: normal;
    color: #333;
    font-size: 18px;
}
.zyywBox > .zyywList span{
    display: block;
    color: #666;
    font-size: 14px;
}
.webBtn{
    background-color: #24272e;
    background-image: url(../images/btnPic01.jpg), url(../images/btnPic02.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
}
.webBtn .area1200{
    position: relative;
    height: 460px;
}
.webBtn .webBQ{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #cccccc;
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid #424857;
}
#webGoTop{
    position: fixed;
    bottom: 15px;
    right: 5px;
    background-color: #000;
    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: #e60012;
}
#webGoTop span{
    color: #fff;
    font-size: 1.875rem;
}
.webBtn .webContact{
    color: #fff;
    padding-top: 90px;
    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;
}
.webBtn .webContactInfo h2{
    font-weight: normal;
    font-size: 25px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.webBtn .webContactInfo a{
    color: #fff;
}
.webBtn .webContactInfo a:hover{
    text-decoration: underline;
}
.webBtn .webContactEwm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.webBtn .webContactEwm > li{
    margin-left: 20px;
    text-align: center;
}
.webBtn .webContactEwm img{
    display: inline-block;
    width: 100px;
    padding: 10px;
    background-color: #fff;
    height: auto;
}
.webBtn .webContactEwm span{
    display: block;
    padding: 5px 0;
    font-size: 14px;
}
.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: 0;
    padding-bottom: 5px;
}
.ddSearchList > h1{
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-weight: normal;
    font-size: 20px;
}
.ddInfoBox{
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
.ddInfoBox > h2{
    font-size: 16px;
    color: #ff0000;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}