@charset "utf-8";
/* CSS Document */
body{font-family:'Microsoft YaHei' !important;font-size:12px;color:#333;}
.content_warp{margin:10px auto;clear:both;}
.content_warp:after{display:block; visibility:hidden; clear:both; height:0; content:"."}
.foot_warp{margin-top:10px; width:100%; float:left}
ul,ol,li,dl,dt,dd,em,p,div,h1,h2,h3,h4,form,table,tr,td,label{margin: 0;padding: 0;}
*{padding:0; margin:0;}
table {border-collapse: collapse;}
dfn{font-style: normal;font-size: 12px;font-family: "Microsoft YaHei"!important;}
em, i {font-style: normal;}
a{color:#00b6dd;text-decoration: none; cursor:pointer;}
input, textarea, select {font-size: 12px;vertical-align: middle;outline:none;}
li {list-style: none outside none;}
h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3,h4,h5,h6{font-size: 12px;}
span{vertical-align: middle;}
img {border: 0 none;vertical-align: middle;}
big{font-size:16px;font-family:Arial, 'Microsoft YaHei';}
small{font-size:11px;font-weight:normal;}
.uppercase{text-transform:uppercase;}
.clear {clear: both;padding:0;margin:0;}
.clear:after{display:block; visibility:hidden; clear:both; height:0; content:"."}
.clearfix {display: block;}
.clearfix:after{display:block; visibility:hidden; clear:both; height:0; content:"."}
.none{ display:none;}
.block{ display:block;}
th{ font-weight:normal;}
.fl{float:left;}
.fr{float:right;}
input[button]{cursor:pointer;}
button[button]{cursor:pointer;outline:0;}
/**鍏敤瑙ｅ喅鍒嗚鲸鐜囨牱寮?*/
.screen_layout{width: 1200px !important; box-sizing: border-box; background:#fff;margin: 0 auto;
    margin-top: 10px;}

/*鍏叡鐨勮疆鎾浘*/
.pf-bg1 {
    min-width: 1200px;
    height: 0;
    overflow: hidden;
    background: #fff;
    padding-bottom: 27.6%;
    position: relative;
}
.pf-bg1 .swiper-container,.swiper-wrapper{
    width:100%;
    height: 0;
    padding-bottom: 27.6%;
    overflow: hidden;
}
.swiper-pagination-bullet-active{
    background: #f0f0f0 !important;
}
.pf-bg1 img{
    width: 100%;
    height: auto;
    padding-bottom: 27.6%;
}
.navItem{
    width: 80px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    display: inline-block;
    margin: 34px 150px 0px 15px;
    color: #333;
}
.navItem.active{
    border-bottom: 2px solid #0f99cc;
    padding-bottom: 24px;
    color: #0f99cc;
    font-weight: bold;
}
.bottom_line{
    position: absolute;
    display: flex;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
}
.line_left{
    width: 70%;
    height: 10px;
    background-image: linear-gradient(57deg, #0061DC 99%, rgba(255, 255, 255, 0) 50%);
}
.line_right{
    height: 10px;
    width: 30%;
    background-image: linear-gradient(129deg, #00a7df 98%, rgba(255, 255, 255, 0) 50%);
    transform: rotateY(180deg);
}