html,body,p,h1,h2,h3 {
    font-family:"Arial",'Microsoft Yahei';
    margin: 0;
    padding: 0;
}
p,h1,h2,h3 {
    line-height: 1;
}
h2 {
    font-size: 36px;
    color: #000;
    font-weight: 400;
}
.main p.show_flag {
    margin: 40px 0 48px 0;
}
.header {
    width: 100%;
    height: 43px;
    background: rgba(0,0,0,.8);
}
.header .head_content,.header .head_content ul {
    height: 43px;
}
.header .head_content ul li{
    width: 50%;
    height: 43px;
    line-height: 43px;
    float: left;

}
.header .head_content ul li:first-child img {
    margin-top: 9px;
    width:120px;
    height:30px;
}
.header .head_content ul li:nth-child(2) a{
    float: right;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    color:  #fff;
    margin-top:9px;
    background: rgba(255,0,0,.8);

}
.banner {
    width: 100%;
}
.banner h1 {
    width: 100%;
    height: 768px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    background: url("../images/english/bg_english.png") no-repeat center center;
    background-size: cover;
    position: relative;
}
.banner .banner_content {
    position: absolute;
    width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .banner_content p:nth-child(2) {
    margin: 36px 0 0 0;
}
.about_ubitraq {
    width: 100%;
    background: #f3f6f8;
}
.about_ubitraq .about_ubi_content {
    width: 890px;
    padding: 120px 0 0 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
}
.about_ubitraq .about_ubi_content .show_flag,
.about_ubitraq .about_ubi_content h2{
    text-align: center;
}
 .about_ubi_content p {
    line-height: 30px;
    margin-bottom: 20px;
}
.about_ubitraq .about_ubi_content p:last-child{
    padding-bottom: 20px;
    margin-bottom: 0;
}


.anchors_tags {
    width: 100%;
    height: 1654px;
    /*background: #f3f6f8 url(../images/english/bg_tags.png) no-repeat center center;*/
    background: url(../images/english/bg_tags.png) no-repeat center center;
    background-size:cover;
}
.anchors_content,.tags_content{
    width: 100%;
}
.anchors_content {
    height: 756px;
}
.tags_content {
    height: 898px;
}
.anchors_content>div,.tags_content>div {
    width: 49.9%;
    float: left;
}
.anchors_photo {
    margin: 300px 0 240px 0;
}
.anchors_photo img {
    padding-left: 23px;
}

.tags_content .tags_text {
    float: left;
    margin-left:-501px;
}
.anchors_text p,.tags_text p {
    font-size: 16px;
    margin-bottom: 26px;
    color: #333;
}
.tags_text p {
    color: #fff;
    float: right;
}
.tags_text p span{
    float: right;
}
.anchors_text p span,.tags_text p span,.rtls_content p span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: red;
    vertical-align: middle;
}
.anchors_text p span {
    margin: 0 28px 0 20px;
}
.tags_text p span {
    margin: 8px 108px 0 28px;
}
.anchors_text h2 {
    margin: 218px 0 102px 20px;
}
.tags_text h2 {
    margin: 240px 108px 120px 0;
    float: right;
    color: #fff;
}
.tags_photo {
    margin: 209px 0 0 0;
    /*margin: 290px 0 0 0;*/
}
.tags_photo img {
    margin-left: 10px;
}

.rtls {
    width: 100%;
    background: url(../images/english/bg_system.png) no-repeat center center;
    padding: 50px 0;
    background-size:cover;
    /*margin-top: -20px;*/
}
.rtls_content h2,.rtls_content p {
    text-align: center;
}
.rtls_content p {
    margin-bottom: 26px;
}
.rtls_content p span {
    margin: 0 28px 0 0;
}
.rtls_content .beforeStystem {
    padding-bottom: 24px;
}
.footer {
    width: 100%;
    background: url(../images/english/bg_bottom.png) no-repeat center center;
    padding: 80px 0;
    height: 222px;
    background-size:cover;
}

.footer p,.footer h3 {
    text-align: center;
}
.footer p:first-child {
    margin-top: -100px;
}
.footer h3 {
    margin: 60px 0 80px 0;
}
.footer p:first-child a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255,0,0,.8);
    border-radius: 50%;
}
.footer p:last-child a {
    display: inline-block;
    width: 316px;
    height: 122px;
    text-align: center;
    cursor: default;
    background: rgba(255,255,255,.7);
}
.footer p:last-child a:nth-child(2) {
    margin: 0 27px;
}
.footer p:last-child img {
    margin: 20px 0 0 0;
}
.footer p:last-child span {
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.footer p:last-child .foot_title {
    color: #db1b21;
    font-weight: 700;
    /*margin: 16px 0 24px 0;*/
    margin: 16px 0 17px 0;
}
.footer p:last-child .foot_cont {
    color: #333;
}