@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}

body,button,input,select,textarea{font:14px/1.5  "微软雅黑";}

h1,h2,h3,h4,h5,h6{font-size:100%;}

address,cite,dfn,em,var{font-style:normal;}

code,kbd,pre,samp{font-family:courier new,courier,monospace;}

small{font-size:12px;}

ul,ol{list-style:none;padding: 0}

a{text-decoration:none;}

a:hover{text-decoration:none;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

legend{color:#000;}

fieldset,img{border:0;}

button,input,select,textarea{font-size:100%;border:none}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color:#999999
}
input:-moz-placeholder, textarea:-moz-placeholder{
    color:#999999
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color:#999999
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color:#999999
}


table{border-collapse:collapse;border-spacing:0;}

.fl{
    float:left;
}
.fr{
    float:right;
}
.cf:after{
    clear:both;
    content:"";
    height:0;
    display:block;
}
.wp{
    width:1200px;
    margin:0 auto;
}
body{
    background-color:#ffffff;
    color:#333333;
    font-family:微软雅黑;
}
a{
    color:inherit;
}
.iconfont{
    font-size:inherit;
    vertical-align:middle;
}
.bridge{
    position: fixed;
    right:0;
    bottom:0;
    background: #1f9d45 !important;
    z-index: 10000;
}
.bridge_jr{
    position: fixed;
    right:0;
    bottom:0;
    background: #FFF;
    z-index: 10000;
}
.bridge_jr li{
    text-align: center;
    color: #333;
    width: 100px;
    line-height: 40px;
    border-bottom: 1px solid #F5F5F5;
}
.bridge_jr li a,span{
    font-size: 16px;
}
.bridge_jr li a:active{
    color:#fff
}
.bridge_active_item{
    background: #2fb654 !important;
    color: white !important;
}
.bridge li{
    text-align: center;
    color: #fff;
    width: 100px;
    line-height: 40px;
    border-bottom: 1px solid #F5F5F5;
	display:inline-block;
}
.bridge li a,span{
    font-size: 16px;
}
.bridge li a:active{
    color:#fff
}
.bridge li a:hover{
    color:#fff
}
.jixie_news{
    display: flex;
    justify-content:space-between;
}
.jixie_news ul{
    padding: 0 10px;
    box-sizing: border-box;
}
.jixie_news ul li{
    display:block;
    float:left;
    width:31%;
    margin: 0 1%;
    line-height:35px;
    border-bottom: 1px solid #e1e1e1;
}
.jixie_news ul li span{
    color: #999;
}
.jixie_new_title{
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
}
.jixie_news ul li a{
    color: #666 !important;
}
.jixie_new_title span{
    font-size: 24px;
    color: #666;
}
.tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mainProduct_wrap{
    display: flex;
    align-items:center;
    display: flex;
}
.mainProduct_content{
    display: flex;
    flex-wrap: wrap;
}
.mainProduct_content a{
    font-size: 20px !important;
    color: #666 !important;
    margin-bottom: 10px;
    display: inline-block;
    /*width: 9%;*/
    word-wrap: normal;

}
.mainProduct_wrap_title{
    font-size: 22px !important;
    color: #000 !important;
    font-weight: 700 !important;
    white-space: nowrap;
}
.error_content{
    background: #F5F5F5;
    width: 100%;
    height: 700px;
}
.error_content::before{
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.error_content_child{
    margin:200px auto ;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error_txt{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error_txt a{
    color: #666;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #999;
    border-radius:24px;
    margin-top: 20px;
}
.error_txt span{
    color: #666;
    font-size: 18px;
}
.error_bg{
    width: 220px;
    height: 245px;
    background: url("../../static/images/404.png") no-repeat;
    background-size: 100%;
}
.ex_container{
    width: 100%;
    overflow: hidden;
}
.ex_head{
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
 }
.ex_head a{
    color: #0070B8;
    font-size: 14px;
}
.ex_content{
    margin:0 auto;
    width:1200px ;
    overflow: hidden;
}
.ex_head ul{
    display: flex;
}
.ex_head ul li{
    margin-right: 70px;
}
.ex_menu{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
.ex_logo_txt{
    color: #0070B8;
    font-size: 14px;
    margin-top: 10px;
}
.ex_logo_img img{
    width: 238px;
    height: 40px;
}
.ex_menu_list ul{
    display: flex;
    justify-content: space-around;
}
.ex_menu_list ul li{
    margin-right: 60px;
}
.ex_menu_list a{
    color: #0070B8;
    font-size: 18px;
}
.ex_tel{
    font-size: 18px;
    color: #fff;
    background:#0070B8 ;
    border-radius: 20px;
    padding: 5px 15px;
    box-sizing: border-box;
}
#banner{
    width: 100%;
}
#banner img{
    width: 100%;
}
.ex_main{
    color: #0170B5;
    font-size: 36px;
}
.ex_l{
    color: #0170B5;
    font-size: 24px;
    margin-left: 10px;
}
.ex_intor_head{
    text-align: center;
    margin: 48px auto;
}
.ex_intor_head_box{
    display: inline-block;
    border-bottom: 4px solid #F3C921;
}
.ex_intor_txt{
    font-size: 16px;
    color: #666;
    text-indent: 20px;
    text-align: justify;
    line-height: 30px;
}
#ex_intor{
    background: #f5f5f5;
}
.ex_icon_list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 46px;
}
.ex_icon_item_img img{
    width: 120px;
    /*height: 160px;*/
}
.ex_icon_item_img{
    height: 162px;
}
.ex_color{
    color:#0170B5 ;
}
.ex_icon_item{
    width: 30%;
    margin-bottom: 30px;
}
.ex_icon_item_txt{
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}
.flex_vertical{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll-text {
    border: 1px solid red;
    width: 400px;
    height: 4.5em;
    overflow: hidden;
    padding:3px;
}
.scroll-text ul {
    width: 800px;
    height: 100px;
    overflow: hidden;
    margin: 0;
}
.scroll-text ul li {
    height: 1.5em;
}
.scroll-img {
    height: 200px;
    overflow: hidden;
    font-size: 0;
}
.scroll-img ul li img{
    width: 300px !important;
}
.scroll-img ul {
    width: 700px;
    height: 600px;
    margin: 0;
}
.scroll-img ul li {
    display: inline-block;
    margin: 10px 0 10px 10px;
}
#demo4.scroll-img ul, #demo5.scroll-img ul {
    width: 2000px;
}
#ex_sign_up{
    width: 100%;
    height: 544px;
    background: url("../../static/images/ex_sign_ip_bg.png");
    background-size: 100%;
}
#ex_sign_up::before{
    content: "";
    display: block;
    height: 0;
    overflow:hidden;
    clear: both;
}
#ex_sign_up{
    /*padding-top: 30px;*/
}
.ex_name{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../../static/images/ex_name.png") no-repeat;
}
.ex_form{
    background: white;
    width: 510px;
    padding:0 20px;
    margin-bottom: 20px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.flex_box{
    display: flex;
    align-items: center;
}
.ex_input{
    border: none;
    height: 50px;
    width:200px ;
    padding-left: 10px;
    font-size: 18px;
    color: #666;
}
.ex_phone{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../../static/images/ex_phone.png") no-repeat;
    background-size: 60%;
}
.ex_weichat_img{
    /*margin-left: 100px;*/
}
.ex_weichat_img　img{

}
.ex_ppai{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 45px;
}
.ex_ppai_item{
    margin-bottom: 10px;
}
.ex_ppai_item img{
    width: 230px;
    height: 115px;
}
.ex_etragy{
    font-size: 24px;
}
.ex_map_txt_titl{
    font-size: 20px;
    color: #333;
}
#ex_strategy{
    padding-bottom: 127px;
}
#ex_footer{
    height: 258px;
    width: 100%;
    background: #333333;
}
.ex_icon_police{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../../static/images/ex_footer_police_icon.png") no-repeat;
    margin-left: 5px;
}
.ex_tjr_tels{
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url("../../static/images/ex_tel.png");
}
#tip{
    position: absolute;
    bottom: 390px;
    width: 200px;
    height: 50px;
    font-size: 18px;
    color: green;
    border-radius: 8px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    line-height: 50px;
    background: #f5f5f5;
    display: none;
}

/*轮播图*/
.train_banner{width:100%;overflow:hidden;position:relative;max-height: 700px;}
.train_banner .banner_images{width:1000%;}
.train_banner .banner_images li{float:left;width:15% !important;}
.train_banner .banner_images li a{display:block;width:100%}
.train_banner .banner_images li a img{display:block;width:100%;object-fit: cover;}
.train_banner .banner_index{position:absolute;bottom:20px;width: 100%;text-align: center}
.banner_index-frame{display: inline-block;}
.train_banner .banner_index li{transition: all 0.3s;margin-right:15px ;float:left;width:10px;height:10px;border-radius:50%;background: #FFFFFF;}
.train_banner .banner_index li.current{transition: all 0.3s;background-color:#1998da;width: 40px;border-radius: 5px;}
.train_banner .banner_index li:hover{transform: scale(1.5);}
.train_banner .banner_index li.current:hover{transform: scale(1);}
.train_banner_left{cursor: pointer;transition: all 0.5s;position:absolute;left: 0;top:0;height: 100%;width: 5%;text-align: center;z-index: 5;color: #FFFFFF;opacity: 0.3;); /* 标准的语法 */}
.train_banner_right{cursor: pointer;transition: all 0.5s;position:absolute;right: 0;top:0;height: 100%;width: 5%;text-align: center;z-index: 5;color: #FFFFFF;opacity: 0.3;}
.train_banner_left:hover,.train_banner_right:hover{display: block;opacity: 0.5;}
.train_banner_li{position: absolute;top:50%;width: 100%;text-align: center;}