/* CSS Document */
@charset "utf-8";
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,div,table,td,img,dl,dt,dd,
input{margin:0;padding:0;border:0;}
body{
   font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,Georgia,Serif,"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
   font-size: 15px;
   }
img{border:none;}
ul,ol{list-style:none;}
input,select,textarea{outline:none;}
textarea{resize:one;}
a{text-decoration:none;}
* {margin:0; padding:0;}    
body{background-color: #ffffff;}
/**remove a underline************/
a:focus{outline-style:none; -moz-outline-style: none;}

/*header_top*/
.header_top_nav
{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #d1dce6;
    display: none;
    }
.header_top_nav.active{display: block;}
.header_top_nav .header_top{position:relative;display:flex; justify-content: space-between; color:#666666;font-size:14px;}
.header_top .header_top_info{float:left;width:70%;line-height:40px;text-align:left;}
.header_top .header_top_btns {float:right;width:9%;text-align:right;background: url(../images/loginiconnew.png) left center no-repeat;}
.header_top .header_top_btns a{text-decoration:none;color:#666666;}

/*header_top_login*/
.header_top_nav_login
{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #d1dce6;
    display: none;
    }
.header_top_nav_login.active{display: block;}
.header_top_nav_login .header_top_login{position:relative;display:flex; justify-content: space-between; color:#666666;font-size:14px;}
.header_top_login .header_top_info_login{float:left;width:70%;line-height:40px;text-align:left;}
.header_top_login .header_top_btns_login {float:right;width:9%;text-align:right;background: url(../images/loginiconnew.png) left center no-repeat;}
.header_top_login .header_top_btns_login a{text-decoration:none;color:#666666;}
/*
.header_top .header_top_btns a
{  
    text-decoration:none;
    display:inline-block;
    font-size: 14px;
    padding-left: 23px;
    float: left;
    line-height:40px;
}
*/

/*header_nav*/
.header_nav{height: 140px;}
.container{ position:relative; width: 1200px;min-width: 1200px; margin: 0 auto; height: 100%;}
.header_nav .logo{float:left;margin-top: 45px;width: 578px;height: 69px;}
.header_nav .logo img{border: 0 none; }
.header_nav .search{float: right;width: 421px;margin-top: 30px; }
.header_nav .search .hot_news{width: 100%;overflow: hidden; height: 34px;line-height: 34px;font-size: 14px;color:#333;}
.header_nav .search .hot_news span{display: block; float: left;margin-right:10px;color: #333;font-size: 14px;}
.header_nav .search .hot_news a{display: block;float: left; margin-right:10px;height: 100%;text-decoration: none;color: #333;font-size: 14px;}
.header_nav .search .hot_news a:hover{color: #293890;}
.header_nav .search .search_nav input[type=text]{
   float: left;
   border: 1px solid #dddddd;
   border-right: 0;
   height: 39px;
   line-height: 39px;
   width: 300px;
   padding: 0 20px;
}
.header_nav .search .search_nav a.search_btn{
   width: 40px;
    height: 40px;
    background: url(../images/search.png) #293890 10px center no-repeat;
    border: 0;
    float: right;
    cursor: pointer;
    background-size: 20px 20px;
    padding-left: 40px;
    color: #fff;
    line-height: 40px;
}
/*menu_nav*/
.menu_nav_container{width: 1200px; min-width: 1200px; margin: 0 auto; background-color: #293890;}
/*菜单模块*/
.hdMenu{position: relative; width: 100%;height: 49px;line-height: 49px;background-color:#293890;}
.hdMenu  ul {display: flex;justify-content: space-between;align-items: center;} 
.hdMenu a {display: block;font-size: 17px;color: #fff;padding: 0 15px;width:120px;/*transition: 0.3s;*/}
.hdMenu ul li{list-style: none;position: relative; text-align:center;}
.hdMenu ul li:hover a ,.hdMenu ul li.current a{position: relative; background-color: #fff;/*#efdcbc*/;color:#0a1744/*#293890*/;}

  /* 二级菜单 */
.hdMenu .subMenu{display: none;position: absolute;top: 49px;left: 0;width: 120px; padding: 20px 15px;
background-color: rgb(255,255,255,0.90);z-index: 9999;box-shadow: 0 3px 3px #eee;/*border:1px solid #293890;*/}
.hdMenu .subMenu>ul{display: flex;flex-wrap: wrap;flex-direction: column;
    justify-content: center;align-items: center;width:100%;}
.hdMenu .subMenu>ul>li{list-style:none;width:100%;}
.hdMenu ul li .subMenu>ul>li>a {display: block; color:#0a1744/*#293890*/;padding: 2px 10px; width:100%; box-sizing:border-box;  font-size: 16px;text-align: left;}
.hdMenu ul li:hover .subMenu>ul>li>a ,.hdMenu ul li.current  .subMenu>ul>li>a
{display:block;text-align: left;line-height: 35px;color:#0a1744;/*#293890*/;
    background-color:rgb(255,255,255,0);font-size: 16px; }
.hdMenu ul li:hover .subMenu>ul>li>a:hover:after
{display: block; content: "";height: 1px;width: 100%; background-color:#293890;text-align: left;line-height: 35px; }

/*shortcut_nav*/
.shortcut_nav{width:100%}
section{position:relative}
h1{text-align:center}
.carousel{margin:15px auto;overflow:hidden;position:relative;/*padding:0 15px;*/width:1200px}
.carousel:before,.carousel:after{content:"";display:table}
.carousel:after{clear:both}
.slide{border:10px solid #fff;cursor: pointer; color:#fff;float:left;font-size:20px;height:100px;text-align:center;width:100px}
.slide .icon{display:block;margin:0 auto;width:65px;height:65px;margin-bottom:10px;margin-bottom:10px;border:0 none;transition: 0.3s;}
.slide:hover .icon{transform:translateY(-8px);transition:all .3s ease;}
.slide span{display:block;width:100%;height:35px;line-height:35px;text-align:center;font-weight: bold; font-size:16px;color:#293890;}
.pure-js-carousel-btn{width:35px;height:35px;cursor:pointer;}
.pure-js-carousel-btn-next{background:url(../images/right.png)  center center no-repeat;background-size:35px 35px;position:absolute;right:-7px;top:40px;border:0 none}
.pure-js-carousel-btn-prev{background:url(../images/left.png)  center center no-repeat;background-size:35px 35px;position:absolute;left:-7px;top:40px;border:0 none}
.pure-js-carousel-dots{float:left;margin-top:15px;text-align:center;width:100%;display:none}
.pure-js-carousel-dot{display:inline-block;margin:0 5px}
.pure-js-carousel-dot-btn{background:green;border-radius:50%;height:20px;width:20px}
.active .pure-js-carousel-dot-btn{background:blue}

/*banner_nav*/
.mainFirst {position: relative; width: 100%;min-width: 1200px;  height: 380px;overflow: hidden; margin: 0 auto;}
.First_left{float: left; width: 940px; height: 100%; }
.First_right{float: right; width: 240px; height: 100%;}
.First_left .banner_nav{position: relative; float: left; width: 730px; height: 100%; }
.First_left .banner_nav .banner{ position: absolute; z-index:99;left: 0; top: 0; cursor: pointer; width: 100%;height: 100%;opacity: 0; transition: opacity 1s;}
.First_left .banner_nav .banner.active{opacity: 1;z-index:101;}
.First_left .banner_ul{float: right; width: 200px;height: 100%; overflow:hidden;}
.First_left .banner_ul li{list-style: none;cursor: pointer; margin-bottom: 20px;height: 113px;}

.First_left .banner_ul li img{border: 0 none; width: 100%; height: 100%;}

.First_left .banner_nav .banner img{border: 0 none;width: 730px;height: 380px;}
.First_left .banner_nav .title_info{display: block; position: absolute;left: 0; bottom: 0; z-index: 99;width: 710px; padding: 5px 10px;text-align: center; height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px;font-size: 16px;color: #fff; background-color: rgb(0,0,0,0.55); }

/*login_nav*/
.login_nav{width: 238px;height: 243px;border: 1px solid #293890;display:none;}
.login_nav.active{display:block;}
.login_nav .top{/*padding: 30px;*/padding: 20px 20px 20px 20px;  display:flex;justify-content:space-around;background-color:#293890;}
.login_nav .top img{display: block; /*float: left;*/ width: 63px; height: 63px;margin:0 auto;}
.login_nav .top span{display: block; float: right; font-size: 16px;line-height: 63px; font-weight: bold; color: #fff; }

.login_nav .btns_nav{ display: flex; height: 36px; padding: 5px 0;background-color: #293890;border-top:1px solid #fff;}
.login_nav .btns_nav .login_btn,.login_nav .btns_nav .register_btn
{line-height: 36px; width: 129px; text-align: center;cursor: pointer;  font-size: 16px; color: #fff;font-weight: bold;}
.login_nav .btns_nav  span{width: 1px;height: 36px; background-color: #fff;}

.login_nav .huiyuan_nav{padding: 10px 20px 5px 20px;}
.huiyuan_nav p{cursor: pointer; height: 30px;line-height: 30px; text-align: center;font-size: 17px; font-weight: bold;color: #293890;}
.huiyuan_nav p:hover{font-weight: bold;}
.huiyuan_nav .line{display: block; width: 100%; border-top: 1px dotted #293890;}

.login_nav_after{width: 238px;height: 243px;border: 1px solid #ccc;display:none;}
.login_nav_after.active {
        display: block;
    }
.login_nav_after .top {padding: 30px; }
.login_nav_after .top span {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height:25px;
        text-align:center;
        color:#293890;
        font-weight:bold;
    }
.login_nav_after .btns_exit {
        display:block;
        cursor:pointer;
        border:0 none;
        outline:none;
        height: 36px;
        line-height:36px;
        text-align:center;
        padding: 5px 0;
        background-color: #293890;
        color:#fff;
    }
.login_nav_after .huiyuan_nav {
        padding: 10px 20px 5px 20px;
    }
/*download_nav*/
.download_nav {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    width: 198px;
    padding: 20px;
    height: 83px;
    border: 1px solid #292890;
}
.download_nav span{display: block;float: left; line-height: 83px;font-size: 24px;font-weight: bold; color: #293890;}
.download_nav img{display: block;float: right; margin-top: 13px; width: 60px;height: 60px;border: 0 none;}

/*news_nav*/
.mainSecond{position: relative; width: 100%; min-width: 1200px; height: 375px;overflow: hidden; margin: 20px auto;}
.Second_news,.Second_notice{float: left; width: 463px;min-width: 463px;  height: 100%; margin-right: 15px;}
.infomenu{width: 100%;}
.infomenu ul{width: 90%; float: left; height: 40px; line-height: 40px;}
.infomenu ul li{list-style: none;float: left; height: 40px; line-height: 40px;/*margin-right: 15px;*/color: #ccc;}
.infomenu ul li a{font-size: 17px; /*margin-right: 15px;*/position: relative;color: #333;}
.infomenu ul li.current a{color: #333;}
.infomenu ul li.current a::before{content: ''; position: absolute; left: 0; bottom: -10px; height: 2px; width: 100%;background-color:#d60000;}
.infomenu ul li.current{font-weight: bold;}
.infomenu ul.more{width: 10%; float: right; }
.infomenu ul.more li{display: none; }
.infomenu ul.more li.current_more{display: block;}
.infomenu ul.more li a img{ border: 0 none;width: 40px;height: 40px;}


.infocontent,.infocontent_notice{width: 100%; border-top: 1px solid #ddd; height: 345px;padding-top: 15px; display: none;}
.infocontent.active ,.infocontent_notice.active{display: block;}
.infocontent ul,.infocontent_notice ul{width: 100%; min-width: 463px;}
.infocontent ul li,.infocontent_notice ul li{list-style: none; width: 100%; height: 40px; line-height: 40px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
.infocontent ul li a,.infocontent_notice ul li a{list-style: none; width: 100%; height: 30px; line-height: 30px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden; text-decoration: none; color: #333;}
.infocontent ul li a:hover,.infocontent_notice ul li:hover a{color: #293890; }


.infocontent,.infocontent_bussiness{width: 100%; border-top: 1px solid #ddd; height: 220px;padding-top: 15px; display: none;}
.infocontent.active ,.infocontent_bussiness.active{display: block;}
.infocontent ul,.infocontent_bussiness ul{width: 100%; min-width: 463px;}
.infocontent ul li,.infocontent_bussiness ul li{list-style: none; width: 100%; height: 40px; line-height: 40px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
.infocontent ul li a,.infocontent_bussiness ul li a{list-style: none; width: 100%; height: 30px; line-height: 30px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden; text-decoration: none; color: #333;}
.infocontent ul li a:hover,.infocontent_bussiness ul li:hover a{color: #293890; }

.infocontent,.infocontent_zgzlj{width: 100%; border-top: 1px solid #ddd; height: 220px;padding-top: 15px; display: none;}
.infocontent.active ,.infocontent_zgzlj.active{display: block;}
.infocontent ul,.infocontent_zgzlj ul{width: 100%; min-width: 463px;}
.infocontent ul li,.infocontent_zgzlj ul li{list-style: none; width: 100%; height: 40px; line-height: 40px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
.infocontent ul li a,.infocontent_zgzlj ul li a{list-style: none; width: 100%; height: 30px; line-height: 30px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden; text-decoration: none; color: #333;}
.infocontent ul li a:hover,.infocontent_zgzlj ul li:hover a{color: #293890; }


.Second_right{position: relative; float: right; width: 240px;height: 100%;}
.Second_right .dangjian_nav{cursor: pointer; padding: 20px; width: 200px; height: 140px;margin-bottom:20px; background-color: #c1020e;}
.Second_right .dangjian_nav span{display: block; float: left;  font-size: 24px;line-height: 130px; color: #F9F1C1; font-weight: bold;}
.Second_right .dangjian_nav img{display: block; float: right;border: 0 none;width: 80px;height: 80px; margin-top:25px ;}

.Second_right .zhengji_nav{cursor: pointer; padding: 20px; width: 200px; height: 140px; bottom: 0; background-color: #293890;}
.Second_right .zhengji_nav span{display: block; float: right;  font-size: 24px;line-height: 130px; color: #fff; font-weight: bold;}
.Second_right .zhengji_nav img{display: block; float: left;border: 0 none;width: 80px;height: 80px; margin-top:25px ;}

/*zhiliang_nav China Quality Award \ quality management action \standardization management;*/
.mainThird{position: relative; width: 100%;min-width: 1200px;  height: 222px;overflow: hidden; margin: 20px auto;}
.mainThird .title{width: 100%; height: 45px; text-align: left; line-height: 45px; font-size: 17px; color: #333; font-weight: bold;}
.mainThird .third_CQA{ float: left; width: 260px; min-width: 260px; margin-right: 18px;} 
.mainThird .third_QMA{float: left; width: 663px; min-width: 663px;} 
.mainThird .third_SM{float: right; width: 241px; min-width: 241px;} 

.mainThird .third_CQA span{cursor: pointer; display: block;float: left; width: 129px; min-width: 129px; height: 88px; line-height: 88px; color: #fff; text-align: center; background-color: #293890;}
.mainThird .third_CQA span.border_right{border-right: 1px solid #fff;}
.mainThird .third_CQA span.border_bottom{ border-bottom: 1px solid #fff;}

/*中国质量奖、中国专利奖、质量创新奖-一排三个样式*/
.mainThird_jiang{position: relative; width: 100%;min-width: 1200px;  height: 222px;overflow: hidden; margin: 20px auto;}
.mainThird_jiang .title_jiang{width: 100%; height: 45px; text-align: left; line-height: 45px; font-size: 17px; color: #333; font-weight: bold;}
.mainThird_jiang .third_CQA_jiang{ float: left; /*width: 387px;*/ min-width: 387px;} 

.third_CQA_jiang.margin_R{margin-right: 18px;}
.third_CQA_jiang.margin_L{margin-left: 18px;}

.mainThird_jiang .third_CQA_jiang a{cursor: pointer; display: block;float: left; width:230px;/*width: 192px;*/ min-width: 192px; height: 88px; line-height: 88px; color: #fff; text-align: center; background-color: #293890;}
.mainThird_jiang .third_CQA_jiang a.border_right{border-right: 1px solid #fff;}
.mainThird_jiang .third_CQA_jiang a.border_bottom{ border-bottom: 1px solid #fff;}



.title_jiang{width: 100%; height: 45px; text-align: left; line-height: 45px; font-size: 17px; color: #333; font-weight: bold;}
.third_CQA_jiang{ float: left; /*width: 387px;*/ min-width: 387px;} 

.third_CQA_jiang.margin_R{margin-right: 18px;}
.third_CQA_jiang.margin_L{margin-left: 18px;}

.third_CQA_jiang a{cursor: pointer; display: block;float: left; width:230px;/*width: 192px;*/ min-width: 192px; height: 88px; line-height: 88px; color: #fff; text-align: center; background-color: #293890;}
.third_CQA_jiang a.border_right{border-right: 1px solid #fff;}
.third_CQA_jiang a.border_bottom{ border-bottom: 1px solid #fff;}
/*中国专利奖、质量创新奖-一排两个样式*/
.mainThird_zhuanli{position: relative; width: 100%;min-width: 1200px;  height: auto;overflow: hidden; margin: 20px auto;}
.mainThird_zhuanli .title{width: 100%; height: 45px; text-align: left; line-height: 45px; font-size: 17px; color: #333; font-weight: bold;}
.mainThird_zhuanli .third_zhuanli{ float: left; width: 591px; min-width: 591px; margin-right: 18px;} 
.mainThird_zhuanli .third_zlcx{float: right; width: 591px; min-width: 591px;} 

.mainThird_zhuanli  span{cursor: pointer; display: block;float: left; width: 147px; min-width: 147px; height: 88px; line-height: 88px; color: #fff; text-align: center; background-color: #293890;}
.mainThird_zhuanli  span.border_right{border-right: 1px solid #fff;}
.mainThird_zhuanli  span.border_bottom{ border-bottom: 1px solid #fff;}


/* .mainThird .third_CQA span:hover{font-weight: bold;} */

.mainThird .third_QMA span{cursor: pointer; display: block;float: left; width: 220px; min-width: 220px; height: 88px; line-height: 88px; color: #fff; text-align: center; background-color: #293890;}
.mainThird .third_QMA span.border_right{border-right: 1px solid #fff;}
.mainThird .third_QMA span.border_bottom{ border-bottom: 1px solid #fff;}

/*质量管理活动-一排显示*/
.mainThird_QMA{position: relative; width: 100%;min-width: 1200px;  height: auto;overflow: hidden; margin: 20px auto;}
.mainThird_QMA .third_QMA_HD .title{width: 100%; height: 45px; text-align: left; line-height: 45px; font-size: 17px; color: #333; font-weight: bold;}
 .third_QMA_HD span{cursor: pointer; display: block;float: left;padding: 20px; width: 159px; min-width: 159px; height: 48px; line-height: 25px; color: #fff; text-align: center; background-color: #293890;}
.mainThird_QMA .third_QMA_HD span.border_right{border-right: 1px solid #fff;}
.mainThird_QMA .third_QMA_HD span.border_bottom{ border-bottom: 1px solid #fff;}
/* .mainThird .third_QMA span:hover{font-weight: bold;} */

.mainThird .third_SM span{cursor: pointer; display: block; float:right; min-width: 241px; height: 88px;line-height: 88px;color: #fff; text-align: center; background-color: #293890;}
.mainThird .third_SM span.border_right{border-right: 1px solid #fff;}
.mainThird .third_SM span.border_bottom{ border-bottom: 1px solid #fff;}
/* .mainThird .third_SM span:hover{font-weight: bold;} */

/*fengzhi_nav*/
.fengzhi_nav{width: 100%;height: 200px;}
.fengzhi_nav ul{width: 100%;height: 40px; line-height: 40px;}
.fengzhi_nav ul li{list-style: none;float: left; height: 40px; line-height: 40px;margin-right: 25px;color: #ccc;}
.fengzhi_nav ul li a{font-size: 17px; margin-right: 25px;position: relative;margin-right: 25px;color: #333;}
.fengzhi_nav ul li.current a{color: #333;}
.fengzhi_nav ul li.current a::before{content: ''; position: absolute; left: 0; bottom: -10px; height: 2px; width: 100%;background-color:#d60000;}
.fengzhi_nav ul li.current{font-weight: bold;}

.fenzhi_content{width: 100%; border-top: 1px solid #ccc; padding: 30px 0;height: 115px;}
.fenzhi_content ul {width: 100%;}
.fenzhi_content ul li{list-style: none; cursor: pointer; float: left;width: 193px; height: 115px; text-align: center;margin: 0 23px;}
.fenzhi_content ul li img{display: block;border: 0 none; width: 45px; height: 45px; margin: 0 auto; margin-bottom: 10px;}
.fenzhi_content ul li img.width40{width: 50px; height: 50px;margin-top: 5px;}
.fenzhi_content ul li span{display: block; width: 100%; height: 60px; line-height: 28px;font-size: 15px; color: #333;}

/*link_nav*/
.link_nav{position: relative; height: 62px; line-height: 62px; background-color: #F6F6F6;margin: 30px 0;}
.link_nav span{display: block;float: left;padding-left: 8px; margin-right: 25px;  font-size: 16px;}
.link_nav ul{width: 100%;}
.link_nav ul.link_menu li{
    display: block; 
    float: left;
    width: 200px;
    height: 34px;
    line-height: 34px; 
    font-size: 16px;
    text-align: center;
    border: 1px solid #dddddd;
    background-color: #fff;
    margin-right: 48px;
    margin-top: 14px;
    padding: 0 10px;
}
.link_nav ul.link_menu li a{text-decoration: none; color: #333;}
.link_nav ul.link_menu li a:hover{color: #293890; font-weight: bold;}
.link_nav ul.link_menu li a{
    display: block;
    width: 100%;
    height: 34px;
    background: url(../images/arrdown.png) right center no-repeat;
    cursor: pointer;
    text-align: center;
}
.link_nav ul.link_menu li a.current{
    background: url(../images/arrup.png) right center no-repeat;
    color: #293890; font-weight: bold;
}
.link_nav .link_content{
    display: none;
    position: absolute;
    left: 50%;
    top: -260px;
    width: 1140px;
    height: 200px;
    margin-left: -600px;
    background-color: #fff;
    z-index: 999;
    border-top: 3px solid #d60101;
    padding: 30px;
    box-shadow: 0 10px 10px rgba(26,82,133,0.10);

}
.link_nav .link_content .close_link{ cursor: pointer; position: absolute; right: -20px; top: 5px;width: 18px; height: 25px;background: url('../images/closeLInk.png') no-repeat center center;background-size: 100% 100%;}
.link_nav .link_content .close_link:hover{background: url('../images/closeLInkHover.png') no-repeat center center;background-size: 100% 100%; }
.link_nav .active{display: block;}
.link_nav .link_content ul{width: 100%;}
    .link_nav .link_content ul.classify_content li {
        list-style: none;
        float: left;
        width: 20%;
        line-height: 30px;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
.link_nav .link_content ul.classify_content li a{text-decoration: none; color: #333;padding:0 10px;}


/*second_level*/
.second_level{position: relative; margin: 20px auto; width: 100%; min-width: 1200px;min-height: 500px;}
.second_level .path{ height: 40px;line-height: 40px;font-size: 14px; color: #333; padding-left: 30px ; background: url('../images/indexicon.png') no-repeat left center; background-size: 20px 20px;}
.second_level .path a{text-decoration: none; color: #333;}
.second_level .path a:last-child{color: #293890; font-weight: bold};
.second_level .second_menu{margin: 10px 0;}

.dangjian_top{
    position: relative;
    width: 100%;
    height: 360px;
    z-index: -999;
}
.dangjian_top img{
    position: absolute;
    border: 0 none;
    width: 100%;
    height: 100%;
    z-index: 10;
}


/*second_level_bg*/
.second_level_bg{position: relative; margin: 0 auto; width: 100%; min-width: 1200px;min-height: 500px; background-color: #f1f4f8;}
.second_level_bg .path{ height: 40px;line-height: 40px;font-size: 14px; color: #333; padding-left: 30px ; background: url('../images/indexicon.png') no-repeat left center; background-size: 20px 20px;}
.second_level_bg .path a{text-decoration: none; color: #333;}
.second_level_bg .path a:last-child{color: #293890; font-weight: bold};
.second_level_bg .second_menu{margin: 10px 0;}

.container_bg {
    position: relative;
    width: 1160px;
    min-width: 1160px;
    margin: 0 auto;
    height: 100%;
    padding: 20px;
    background-color: #fff;
}
/*xhgk-menu*/
.second_level .second_menu li a{text-decoration: none; display: block;list-style: none;cursor: pointer; float: left; padding:0 15px 0 30px; background: url('../images/xhgk.png') no-repeat #ECF2F6 5px center; background-size: 20px 20px;  text-align: left; width: 100px; height: 40px; line-height: 40px; margin-right: 15px;  font-size: 16px; color: #293890;margin-bottom: 10px;}
.second_level .second_menu li:hover{font-weight: bold;}
.second_level .second_menu li a.current{ color: #fff;background: url('../images/xhgk_white.png')no-repeat  5px center; background-size: 20px 20px;background-color: #293890;}


/*xhgk-menu-bg*/
.second_level_bg .second_menu li a{text-decoration: none; display: block;list-style: none;cursor: pointer; float: left; padding:0 15px 0 30px; background: url('../images/xhgk.png') no-repeat #ECF2F6 5px center; background-size: 20px 20px;  text-align: left; width: 100px; height: 40px; line-height: 40px; margin:0 15px 10px 0;  font-size: 16px; color: #293890;}
.second_level_bg .second_menu li:hover{font-weight: bold;}
.second_level_bg .second_menu li a.current{ color: #fff;font-weight: bold;background: url('../images/xhgk_white.png')no-repeat  5px center; background-size: 20px 20px;background-color: #293890;}

.second_menu_right{position: fixed;right:8px; bottom: 190px; display: none;}
.second_menu_right li a{text-decoration: none; display: block;list-style: none;cursor: pointer; padding-left:30px; background: url('../images/xhgk.png') no-repeat #ECF2F6 5px center; background-size: 20px 20px;  text-align: left; width: 103px; height: 38px; line-height: 38px; margin-bottom: 6px;  font-size: 16px; color: #293890;}
.second_menu_right li:hover{font-weight: bold;}
.second_level .second_menu_right li a.current{ color: #fff;font-weight: bold; background: url('../images/xhgk_white.png')no-repeat  5px center; background-size: 20px 20px;background-color: #293890;}

.second_level_bg .second_menu_right li a.current{ color: #fff;font-weight: bold;background: url('../images/xhgk_white.png')no-repeat  5px center; background-size: 20px 20px;background-color: #293890;}


/*zcbz-menu*/
.second_level .second_menu li.zcbz a{background: url('../images/zcbz.png')no-repeat #ECF2F6 5px center; background-size: 18px 18px;}
.second_level .second_menu li.zcbz a.current{ color: #fff;background: url('../images/zcbz_white.png')no-repeat  5px center; background-size: 18px 18px;background-color: #293890;}
.second_menu_right li.zcbz a{text-decoration: none; display: block;list-style: none;cursor: pointer; padding:0 10px; background: url('../images/xhgk.png') no-repeat #ECF2F6 10px center; background-size: 20px 20px;  width: 103px; height: 40px; line-height: 40px; margin-bottom: 10px;  font-size: 16px; color: #293890;}
.second_level .second_menu_right li.zcbz a.current{ color: #fff;background: url('../images/zcbz_white.png')no-repeat  10px center; background-size: 18px 18px;padding-left: 30px; background-color: #293890;}


/*zcbz-menu-bg*/
.second_level_bg .second_menu li.zcbz a{background: url('../images/zcbz.png')no-repeat #ECF2F6 5px center; background-size: 18px 18px; padding:0 15px 0 30px;}
.second_level_bg .second_menu li.zcbz a.current{ color: #fff;background: url('../images/zcbz_white.png')no-repeat  5px center; background-size: 18px 18px;background-color: #293890;}
.second_level_bg .second_menu_right li.zcbz a {
    background: url('../images/zcbz.png')no-repeat #ECF2F6 5px center;
    background-size: 18px 18px;
    padding: 0 15px 0 30px;
}
.second_level_bg .second_menu_right li.zcbz a.current{ color: #fff;background: url('../images/xhgk_white.png')no-repeat  5px center; background-size: 18px 18px;background-color: #293890;}


/*dangjian-menu*/
.second_level .second_menu li.dangjian a{background: url('../images/zcbz.png')no-repeat #ECF2F6 10px center; background-size: 20px 20px;}
.second_level .second_menu li.dangjian a.current{ color: #fff;background: url('../images/zcbz_white.png')no-repeat  5px center; background-size: 20px 20px;background-color: #c1020e;}
.second_menu_right li.dangjian a{text-decoration: none; display: block;list-style: none;cursor: pointer; padding:0 10px; background: url('../images/xhgk.png') no-repeat #ECF2F6 10px center; background-size: 20px 20px;  text-align: right; width: 103px; height: 40px; line-height: 40px; margin-bottom: 10px;  font-size: 16px; color: #293890;}
.second_level .second_menu_right li.dangjian a.current{ color: #fff;background: url('../images/xhgk_white.png')no-repeat  10px center; background-size: 20px 20px;background-color: #c1020e;}

/*dangjian-menu-bg*/
.second_level_bg .second_menu li.dangjian a{background: url('../images/zcbz.png')no-repeat #ECF2F6 10px center; background-size: 20px 20px;}
.second_level_bg .second_menu li.dangjian a.current{ color: #fff;background: url('../images/zcbz_white.png')no-repeat  5px center; background-size: 20px 20px;background-color: #c1020e;}
.second_menu_right li.dangjian a{text-decoration: none; display: block;list-style: none;cursor: pointer; padding:0 10px; background: url('../images/xhgk.png') no-repeat #ECF2F6 10px center; background-size: 20px 20px;  text-align: right; width: 103px; height: 40px; line-height: 40px; margin-bottom: 10px;  font-size: 16px; color: #293890;}
.second_level_bg .second_menu_right li.dangjian a.current{ color: #fff;background: url('../images/xhgk_white.png')no-repeat  10px center; background-size: 20px 20px;background-color: #c1020e;}


/*pubSecondCon_nav*/
.pubSecondCon_nav{padding: 10px 0;border-top: 1px solid #eee; margin-top: 10px;}
.pubSecondCon{width: 100%; box-sizing: border-box;display: none;}
.pubSecondCon.active{display: block;}
.pubSecondCon ul {width: 100%;}
.pubSecondCon ul li{cursor: pointer; list-style: none; width: 100%;height: 40px;overflow: hidden; line-height: 40px; font-size: 16px; color: #333; } 
.pubSecondCon ul li .title{display: block; float: left; width: 90%; text-overflow: ellipsis; white-space: nowrap;}
.pubSecondCon ul li .title:hover a{color: #293890;}
.pubSecondCon ul li .title a{text-decoration: none;color: #000; display: block;  width: 100%; text-overflow: ellipsis; white-space: nowrap;overflow:hidden;}
.pubSecondCon ul li .date{display: block; text-align: right; float: right; width: 10%; color: #8a8a8a;}
.pubSecondCon .line{display: block; height: 1px;margin: 15px 0; border-top: 1px dotted #eee;}
.pubSecondCon ul li:hover .title,.pubSecondCon ul li:hover .date{color: #293890;}

/*page_nav*/
.page_nav{margin: 20px 0; text-align: center; height: 40px; overflow: hidden; line-height: 40px;font-size: 14px; color: #333;}
.page_nav a{padding: 10px 20px;display: inline-block;margin-left: 5px;height: 20px; line-height: 20px; background-color: #ECF2F6; color: #293890;}
.page_nav span{padding: 10px 20px;display: inline-block;margin-left: 5px;height: 20px; line-height: 20px; background-color: #ECF2F6; color: #293890;}
.page_nav a.current{background-color: #293890; color: #fff;}
.page_nav a:hover{font-weight: bold;}
.page_nav span.current{background-color: #293890; color: #fff;}
.page_nav span:hover{font-weight: bold;}
/*pubThirdCon_nav*/
.pubThirdCon_nav{width: 100%;margin: 40px 0;}
.pubThirdCon{width: 100%; box-sizing: border-box;display: none; }
.pubThirdCon.active{display: block;}
.pubThirdCon .pubThirdConTop{padding: 20px 0;border-bottom: 1px solid #eee; margin-bottom: 20px; background-color: #ECF2F6;}
.pubThirdCon .pubThirdConTop h2{font-weight: 500; font-size: 21px;padding: 0 40px;color: #333; line-height: 40px; text-align: center;}
.pubThirdCon .pubThirdConTop .detail_info{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #8a8a8a;
}
.pubThirdCon .pubThirdConTop .wenhao{
    margin-top: 10px;
    font-size: 16px;
    color: #f5891d;
    text-align: center;
}
.pubThirdCon .thirdContent{width: 100%; min-height: 200px;}
.pubThirdCon .thirdContent p{font-size: 16px;line-height: 28px; text-align:justify; color: #333;margin: 18px 0;}/*color: #6e6e6e;*/
.pubThirdCon .thirdContent img{border: 0 none; max-width: 1160px; }
/*quickenter_nav*/
.quickenter_nav{width: 100%; min-width: 1100px; padding-top: 10px; margin-top: 10px; min-height: 500px;}
.quickenter{width: 1100px; margin: 0 auto;}
.quickenter .quickenter_top{width: 100%; display: flex; justify-content: space-between;}
.quickenter .quickenter_top li{cursor: pointer; list-style: none;text-align: center; width: 180px;height: 128px;}
.quickenter .quickenter_top li img{border: 0 none; width: 80px; height: 80px;transition:0.3s ;}
.quickenter .quickenter_top li span{display: block; font-size: 16px; height: 38px; line-height: 38px; overflow: hidden; color: #293890; font-weight: bold; text-align: center;}
.quickenter .quickenter_top li:hover img{transform: translateY(-8px); transition: all 0.3s;}
.quickenter .quickenter_first{padding: 10px 30px 20px 30px;margin: 20px 0;/* height: 240px; overflow: hidden;*/ background-color: #F9F9F9; display: flex; justify-content: space-between; align-items: center;}
.quickenter .quickenter_first .qk_first_info{width: 528px;/*height: 190px; overflow: hidden;*/}
.quickenter .quickenter_first .qk_first_info h2{position: relative; height: 30px; line-height: 30px;}
.quickenter .quickenter_first .qk_first_info h2 span{position: relative; font-size: 22px;letter-spacing: 0.5em; color: #293890; }

.quickenter .quickenter_first .qk_first_info .content{
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    margin-top: 25px;
    line-height: 28px;
    text-align: justify;
}
.quickenter .quickenter_first .qk_first_img{
    position: relative;
    width: 370px;
    height: 212px;
    background-color: #293890;
}
.quickenter .quickenter_first .qk_first_img img{
    position: absolute;
    border: 0 none;
    left: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
}
/*quickenter_notice*/
.quickenter .quickenter_notice{margin: 30px 0;width: 100%;}
.quickenter .quickenter_notice h2{text-align: center;}
.quickenter .quickenter_notice h2 span{position: relative;font-size: 22px; letter-spacing: 0.5em; color: #293890;}

.quickenter .quickenter_notice .quickenter_notice_con{position: relative;margin-top: 40px; display: flex; justify-content: space-between;align-items: center; }
.quickenter_notice h2{height: 30px; line-height: 30px;width: 100%; }
.quickenter_notice h2 span{position: relative; font-size: 18px; color: #293890;}

.quickenter .quickenter_first .qk_first_info h2 span::before,
.quickenter .quickenter_notice h2 span::before,
.quickenter_notice_con h2 span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 100%;
    background-color: #d60000;
}

.quickenter_notice_con .qk_notice_left{position: relative; width: 440px; height: 260px;}
.quickenter_notice_con .qk_notice_left img{border: 0 none; width: 100%; height: 100%;}
.quickenter_notice_con .qk_notice_left h3{position: absolute;left: 160px; top: 110px; font-size: 30px; color: #fff; }

.quickenter_notice_con .qk_notice_list{width: 570px; height: 260px; overflow: hidden;}
.quickenter_notice_con .qk_notice_list li{transition: 0.3s;position: relative; cursor: pointer; list-style: none;width: 100%;margin:  15px 0;  height: 45px; line-height: 45px;  display: flex; justify-content: space-between;}
.quickenter_notice_con .qk_notice_list li .qk_notice_title{display: block; line-height: 45px;width: 70%; font-size: 16px; color: #333; text-overflow: ellipsis; white-space: nowrap;overflow: hidden;border-bottom: 1px dotted #cacaca ;}
.quickenter_notice_con .qk_notice_list li .qk_notice_title a{text-decoration: none; color: #333;}
.quickenter_notice_con .qk_notice_list li .qk_notice_date{display: block;line-height: 45px;width: 30%;font-size: 16px; color: #8a8a8a;text-align: right;border-bottom: 1px dotted #cacaca ;}
.quickenter_notice_con .qk_notice_list li .qk_notice_date .detail_date{line-height: 25px;}
.quickenter_notice_con .qk_notice_list li .qk_notice_date .list_date{display: block;}
.quickenter_notice_con .qk_notice_list li .qk_notice_date .detail_date{text-align: center;display: none; margin-top: 20px; float: right;}

.quickenter_notice_con .qk_notice_list li:hover .qk_notice_title a{width: 70%;color: #293890; font-weight: bold;}
/*
.quickenter_notice_con .qk_notice_list li:hover .qk_notice_date{
    border-bottom:0px;
    font-weight: bold;
    transition:  all 0.3s;
}

.quickenter_notice_con .qk_notice_list li:hover .qk_notice_date .detail_date{display: block;}
.quickenter_notice_con .qk_notice_list li:hover .qk_notice_date .list_date{display: none;}


.quickenter_notice_con .qk_notice_list li:hover{
    margin-bottom: 70px;
    width: 100%;
}
*/
.quickenter_notice_con .qk_notice_list li .qk_notice_detail{
    position: absolute;
    width: 70%;
    left: 0;
    bottom: -75px;
    height: 0;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #8a8a8a;
    margin: 15px 0;
    padding-top: 30px;
    transition: 0.3s;
}
/*
.quickenter_notice_con .qk_notice_list li:hover .qk_notice_detail{
    transition:  all 0.3s;
    height: 50px;
    width: 70%;
}
*/

.quickenter_notice_more{margin: 30px auto; margin-bottom: 45px;}
.quickenter_notice_more .qk_more_btn{cursor: pointer; width: 110px;height: 34px; line-height: 34px; text-align: center; color: red; border: 2px solid red; margin: 0 auto;}
.quickenter_notice_more .qk_more_btn:hover{font-weight: bold;}
/*quickenter_news*/
.quickenter .quickenter_news{margin: 30px 0;width: 100%;}
.quickenter .quickenter_news h2{text-align: center;}
.quickenter .quickenter_news h2 span{position: relative;font-size: 22px; letter-spacing: 0.5em; color: #293890;}
.quickenter .quickenter_news h2 span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 100%;
    background-color: #d60000;
}

.quickenter_news_con{position: relative;margin-top: 40px;height: 490px;overflow: hidden; }
.quickenter_news_con .qk_news_left{float: left; width: 660px; margin-right: 30px; }
.quickenter_news_con .qk_news_list{width: 100%;}
.quickenter_news_con .qk_news_list li{cursor: pointer; list-style: none; float: left; width: 265px;height: 180px;overflow: hidden; padding: 25px; background-color: #F9F9F9;}
.margin_right{margin-right: 30px;}
.margin_bottom{margin-bottom: 30px;}

.quickenter_news_more{margin: 30px auto; margin-bottom: 50px;}
.quickenter_news_more .qk_more_btn{cursor: pointer; width: 110px;height: 34px; line-height: 34px; text-align: center; color: red; border: 2px solid red; margin: 0 auto;}
.quickenter_news_more .qk_more_btn:hover{font-weight: bold;}

.quickenter_news_con .qk_news_list li h4{height: 50px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #797979;/*background: url('../images/arrow_right.png') no-repeat right center;background-size: 100px 20px;*/ }
.qk_news_date{display: block;line-height: 25px;width: 30%;font-size: 16px; color: #8a8a8a;text-align: center;}
.qk_news_date .detail_date{line-height: 25px; }

.quickenter_news_con .qk_news_list li .ak_news_title{display: block; height: 40px; line-height: 40px; color: #333; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.quickenter_news_con .qk_news_list li .ak_news_info{display: block; height: 50px;line-height: 25px; font-size: 14px; color: #8a8a8a;overflow: hidden;text-align: justify;}

.quickenter_news_con .qk_news_list li:hover .ak_news_title{font-weight: bold;}
.quickenter_news_con .qk_news_list li:hover .ak_news_title{color: #293890;}


.qk_news_detail{float: right; cursor: pointer; width: 360px;height: 440px; padding: 25px; background-color: #F9F9F9;}
.qk_news_detail h4{height: 50px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #797979;/*background: url('../images/arrow_right.png') no-repeat right center;background-size: 100px 20px;*/ }
.qk_news_detail .qk_news_date{display: block;line-height: 25px;width: 30%;font-size: 16px; color: #8a8a8a;text-align: center;}
.qk_news_detail .qk_news_date .detail_date{line-height: 25px; }

.qk_news_detail .qk_news_title{display: block; height: 40px; line-height: 40px; color: #333; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.qk_news_detail .qk_news_info{display: block; height: 100px;line-height: 25px; font-size: 14px; color: #8a8a8a;overflow: hidden;text-align: justify;}
.qk_news_detail .qk_news_img{display: block; margin-top: 20px; width: 100%; height: 180px; }
.qk_news_detail .qk_news_img img{border: 0 none;width: 100%;height: 100%;}

.qk_news_detail:hover .qk_news_title{font-weight: bold; color: #293890;}

/*dangjian*/
.dangjian_list_nav {width: 100%;min-width: 1200px;  margin: 15px 0 35px 0;}
.dangjian_list_nav .dangjian_list{width: 1200px; margin: 0 auto;}
.dangjian_list .news_top
{
    cursor: pointer;
    height: 80px;
    border: 1px solid #c1c1c1;
    background: url(../images/djgz_news.jpg) no-repeat top left;
}
.dangjian_list .news_top span{
    display: block;
    margin-right: 32px;
    padding: 8px 15px;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    float: left;
    font-size: 24px;
    color: #fff;
}
.dangjian_list .news_top h2{
    font-size: 28px;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    float: left;
    color: #4c4c4c;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.dangjian_list .news_top h2 a{
   display:block;
    font-size: 28px;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    float: left;
    color: #4c4c4c;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;

}
.dangjian_list .news_top h2:hover{color: #333;}
.dangjian_list .news_hot{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}
.dangjian_list .news_hot .news_hot_title
{
    float: left;
    color: #d61818;
    font-size: 16px;
}
.dangjian_list .news_hot .news_hot_list{
    float: left;
}
.dangjian_list .news_hot .news_hot_list li{
    list-style: none;
    float: left;
    width: 362px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    cursor: pointer;
}
.dangjian_list .news_hot .news_hot_list li a{
   display:block;
   width:100%;
   height: 38px;
   line-height: 38px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin-left: 10px;
   cursor: pointer;
   color: #d61818;
}


/*biaozhunhua*/
.biaozhunhua {position: relative; margin: 15px 0 35px 0; width: 100%; min-width: 1200px;}
.biaozhun_first{width: 100%; position: relative; margin-bottom: 20px; height: 375px; overflow: hidden;}
.biaozhun_first_banner{position: relative; float: left; width: 580px; height: 100%; overflow: hidden; }
.biaozhun_first_news{float: right; width: 600px; height: 100%; overflow: hidden;}

.biaozhun_first_banner .bz_banner_nav{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
}
.biaozhun_first_banner .bz_banner_nav.active{opacity: 1;}
.biaozhun_first_banner .bz_banner_nav img{border: 0 none; width: 100%; height: 100%;}
.biaozhun_first_banner .bz_banner_nav .title_info{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 460px;
    padding: 5px 110px 5px 10px;
    text-align: left;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0,0,0,0.55);
}
.biaozhun_first_banner .bz_left_btn{position: absolute; display: block; cursor: pointer; width: 35px;height: 35px;left: -30px; top: 150px; transition: 0.3s; }
.biaozhun_first_banner .bz_right_btn{position: absolute;display: block; cursor: pointer; width: 35px;height: 35px;right: -30px; top: 150px; transition: 0.3s; }
.biaozhun_first_banner .bz_left_btn img,
.biaozhun_first_banner .bz_right_btn img{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.biaozhun_first_banner:hover .bz_left_btn{transform:translateX(40px); transition: all .3s ease;}
.biaozhun_first_banner:hover .bz_right_btn{transform:translateX(-40px); transition: all .3s ease;}

.biaozhun_first_banner ul{position: absolute; top: 350px; right: 5px;z-index: 999; }
.biaozhun_first_banner ul li{cursor: pointer; list-style: none; width: 10px; float: left; margin-right: 10px; height: 10px; background-color: rgba(255,255,255,0.55);border-radius: 50%;}
.biaozhun_first_banner ul li.current{background-color:rgba(255,255,255,1); ;}


.biaozhun_second{position: relative; width: 100%; min-width: 1200px;height: 160px; overflow: hidden;}
.biaozhun_second_tab{width: 1200px;margin: 0 auto; display: none;}
.biaozhun_second_tab.active{display: block;}
.biaozhun_second_con{display: flex; justify-content: space-between; align-items: center;border-top: 1px solid #ddd; padding: 15px 60px;}
.biaozhun_second_con .biaozhun_btns{font-size: 17px; font-weight: bold; cursor: pointer; position: relative;display: block; width: 300px; height: 70px; line-height: 70px; color: #fff;text-align: center;}
.biaozhun_second_con .biaozhun_btn_apply{background: url('../images/bzapply.png') no-repeat 25px center; background-size: 25px 25px; background-color: #293890; border-radius: 15px;}
.biaozhun_second_con .biaozhun_btn_tianbao{background: url('../images/bayijian.png') no-repeat 25px center; background-size: 25px 25px; background-color: #293890; border-radius: 15px;}
.biaozhun_second_con .biaozhun_btn_search{background: url('../images/bzsearch.png') no-repeat 25px center; background-size: 25px 25px; background-color: #293890; border-radius: 15px;}

.infomenu #UlMenu_biaozhun_system_houtai{width: 3%;}
.infomenu #UlMenu_biaozhun_system_houtai li{margin-right: 0;}
.infomenu #UlMenu_biaozhun_system_houtai li a{
    display: block;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    background: url('../images/bz_houtai.png') no-repeat right center;
    background-size: 100% 100%;
}
.infomenu #UlMenu_biaozhun_system_houtai li a:hover {
    background: url('../images/bz_houtaihover.png') no-repeat right center;
    background-size: 100% 100%;
}


.biaozhun_third{position: relative; width: 100%; min-width: 1200px;height: 290px; overflow: hidden;}
.biaozhun_third_left{float: left;width: 580px; height: 100%;}
.biaozhun_third_right{float: right; width: 600px; height: 100%;}
.biaozhun_third_tab{width: 100%;margin: 0 auto; display: none; border-top: 1px solid #ddd;}
.biaozhun_third_tab.active{display: block;}
.infomenu #menu_biaozhun_apply_more,
.infomenu #menu_biaozhun_notice_more
{width: 6%;}


#biaozhun_third_notice .infocontent ul li a,
#biaozhun_third_tab_ID .infocontent ul li a
{
   display: block;
   float: left;
   width: 80%;
}
#biaozhun_third_notice .infocontent ul li span,
#biaozhun_third_tab_ID .infocontent ul li span{
    display: block;
    float: right;
    width: 15%;
    text-align: right;
    color: #8a8a8a;
    font-size: 16px;
}

.link_biaozhun_nav{width: 100%; margin-bottom: 50px; min-width: 1200px;}
.link_biaozhun_nav_con{padding-top: 10px;border-top:1px solid #ddd ;}
.link_biaozhun_nav ul.link {width: 100%;}
.link_biaozhun_nav ul.link li{list-style: none; width: 200px;margin-right: 40px; padding-top: 15px; float: left;}
.link_biaozhun_nav  ul.link li a{width: 100%;display: block; margin-right: 10px; text-decoration: none; font-size: 15px; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.link_biaozhun_nav  ul.link li:hover a{color: #293890;}

/*fenhui_nav*******************************************************/
.fenhui_nav{width: 100%; min-width: 1200px; margin: 0 auto;}
.fenhui_nav .fenhui_banner{position: relative; width: 100%; height: 220px;margin-top: 20px; overflow: hidden; margin-bottom: 20px; }
.fenhui_banner .fenhui_banner_con {position: absolute; left: 0;top: 0; opacity: 0; width: 100%; height: 100%; overflow: hidden; transition: 0.3s;}
.fenhui_banner .fenhui_banner_con a{display: block;width: 100%; height: 100%;}
.fenhui_banner .fenhui_banner_con a img{border: 0 none; width: 100%; height: 100%;}
.fenhui_banner .fenhui_banner_con.active{opacity: 1;transition: all .3s ease;}
.fenhui_banner .fenhui_banner_con_icon{position: absolute; bottom: 15px; z-index: 999; left: 50%;transform:translateX(-50%);}
.fenhui_banner .fenhui_banner_con_icon li{cursor: pointer; list-style: none; width: 10px; float: left; margin-right: 10px; height: 10px; background-color: rgba(255,255,255,0.55);border-radius: 50%;}
.fenhui_banner .fenhui_banner_con_icon li.current{background-color:rgba(255,255,255,1); ;}

.fenhui_banner .fenhui_left_btn{position: absolute; display: block; cursor: pointer; width: 35px;height: 35px;left: -30px; top: 90px; transition: 0.3s; }
.fenhui_banner .fenhui_right_btn{position: absolute;display: block; cursor: pointer; width: 35px;height: 35px;right: -30px; top: 90px; transition: 0.3s; }
.fenhui_banner .fenhui_left_btn img,
.fenhui_banner .fenhui_right_btn img{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.fenhui_banner:hover .fenhui_left_btn{transform:translateX(40px); transition: all .3s ease;}
.fenhui_banner:hover .fenhui_right_btn{transform:translateX(-40px); transition: all .3s ease;}

/*fenhui_notice*/
.fenhui_notice{
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 290px;
    overflow: hidden;
    margin-bottom: 20px;
}
.fenhui_notice .fenhui_notice_left{float: left;width: 940px; height: 100%;}
.fenhui_notice .fenhui_notice_right{float: right;width: 240px; height: 100%;margin-top: 20px;}
.fenhui_notice_con{width: 100%;}
#fenhui_notice_left_id .infocontent ul li a
{
   display: block;
   float: left;
   width: 75%;
}
.infomenu #menu_fenhui_notice_more
{width: 4%;}
#fenhui_notice_left_id .infocontent ul li span{
    display: block;
    float: right;
    width: 20%;
    text-align: right;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 30px;
}

.fenhui_notice_right_con{
    position: relative;
    cursor: pointer;
    padding: 15px;
    width: 210px;
    height: 50px;
    bottom: 0;
    background-color: #293890;
    border-radius: 10px;
    margin-bottom: 10px;
}
.fenhui_notice_right_con img{
    display: block;
    float: left;
    border: 0 none;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 20px;
}
.fenhui_notice_right_con span{
    display: block;
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}

/*fenhui_news*/
.fenhui_news{
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 290px;
    overflow: hidden;
    margin-bottom: 20px;
}
.fenhui_news .fenhui_news_left{float: left;width: 590px; height: 100%;}
.fenhui_news .fenhui_news_right{float: right;width: 590px; height: 100%;}
.fenhui_news_nav{width: 100%;}
#fenhui_news_left_id .infocontent ul li a,
#fenhui_news_right_id .infocontent ul li a
{
   display: block;
   float: left;
   width: 75%;
}
.infomenu #menu_fenhui_news_more,
.infomenu #menu_fenhui_dongtai_more
{width: 6%;}
#fenhui_news_left_id .infocontent ul li span,
#fenhui_news_right_id .infocontent ul li span{
    display: block;
    float: right;
    width: 20%;
    text-align: right;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 30px;
}



/*fenhui_link*/
.fenhui_link {width: 100%;  margin-bottom: 50px;}
.fenhui_link_con{padding-top: 10px;border-top:1px solid #ddd ;}
.fenhui_link_con ul.link {width: 100%;}
.fenhui_link_con ul.link li{list-style: none; width: 200px;margin-right: 40px; padding-top: 15px; float: left;}
.fenhui_link_con ul.link li a{width: 100%;display: block; margin-right: 10px; text-decoration: none; font-size: 15px; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.fenhui_link_con ul.link li:hover a{color: #293890;}





/*bottom_nav*/
.bottom{width: 100%;min-width: 1220px; height: auto;background-color: #293890; align-items:center}
.bottom_nav {width: 1200px;margin: 0 auto;padding: 30px 10px; background-color: #293890; }
.bottom_left{float: left;}
.bottom_right{float: right;}
.bottom_left p{line-height: 24px; font-size: 14px; color: #fff;}
.bottom_right img{border: 0 none;width: 125px;height: 125px;}

/*suspension_window 悬浮窗*****************/
.suspension_window{
    position: fixed;
    right: 5px;
    top: 300px;
    border: 1px solid #293890;
    z-index: 9999;
    background-color: #fff;
    border-top: 0 none;
}
/*返回顶部*/
.goto_top{
    cursor: pointer;
    position: relative; 
    width: 67px;
    padding: 10px 5px 5px 5px;
    border-top: 1px solid #293890;
    display: none;
    transition: 0.3s;
}
.goto_top.active{
    display: block;
    transition: all .3s ease;
}
 .top_img{
    display: block; 
    border: 0 none; 
    width: 35px; 
    height: 35px; 
    margin: 0 auto;
    margin-bottom: 5px;
    background: url('../images/goto_top.png') no-repeat center center;
    background-size: 100% 100%;
}
.win_info{display: block;text-align: center;line-height: 20px; font-size: 13px; color:#293890;}
.goto_top:hover{background-color: #293890;}
.goto_top:hover .top_img{background: url('../images/goto_top_white.png') no-repeat center center;background-size: 100% 100%;}
.goto_top:hover .win_info{color: #fff;}
/*官网微信*/
.weixin_nav{
    cursor: pointer;
    position: relative; 
    width: 67px;
    padding: 10px 5px 5px 5px;
    border-top: 1px solid #293890;
}
.weixin_nav .top_img{
    background: url('../images/code.png') no-repeat center center;
    background-size: 100% 100%;
}
.weixin_nav:hover{background-color: #293890;}
.weixin_nav:hover .top_img{background: url('../images/code_white.png') no-repeat center center;background-size: 100% 100%;}
.weixin_nav:hover .win_info{color: #fff;}
.weixin_nav .weixin_con{
    position: absolute;
    width: 76px;
    height: 76px;
    left: -87px;
    top: 0;
    display: none;
    transition: 0.3s;
}
.weixin_nav .weixin_con img{
    border: 0  none;
    width: 100%;
    height: 100%;
}
.weixin_nav:hover .weixin_con{
    display: block;
    transition: all .3s ease;
}
#win_apply_nav .top_img{background: url('../images/QC.gif') no-repeat center center;background-size: 100% 100%;}
#win_apply_nav:hover .top_img{background: url('../images/QC_white.png') no-repeat center center;background-size: 100% 100%;}
.win_apply_con{
    position: absolute;
    display: none;
    width: 220px;
    height: 64px;
    padding: 5px 10px;
    overflow: hidden;
    left: -241px;
    top: 0;
    border: 1px solid #293890;
    border-right: 0 none;
    transition: 0.3s;
    background-color: #fff;
}
.win_apply_con .win_apply_title{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #293890;
    margin-bottom: 2px;
}
.win_apply_con .win_apply_time{
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #293890;
}
#win_apply_nav:hover .win_apply_con{
    display: block;
    transition: all .3s es;
}

/*login_register*********************************************/
.register_nav{
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 3px 3px #eee;
    margin-bottom: 20px;
}
#register_nav_id .infomenu ul{width: 100%;justify-content: space-around; align-items: center ; border-bottom: 1px solid #ddd;}

.register_con{
    width: 670px;
    margin:0 auto;
    min-height: 100px;
    padding: 50px 0 30px 0;
}
.register_con .register_info{position: relative; display: flex;margin-bottom: 15px;}
.register_info .register_code{
    position: absolute;
    right: 190px;
    padding: 0 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #293890;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    border: 0 none;
    outline: none;
}
.register_info .re_title_info{
    height: 41px;
    line-height: 41px;
    margin-right: 15px;
    letter-spacing: 2px;
    width: 150px;
    text-align: right;
    letter-spacing: 3px;
}
.register_info input{
    border: 0 none;
    border-bottom: 1px solid #347ebc;
    height: 41px;
    width: 300px;
    padding: 0 10px;
    outline: none;
}
.register_info_chkAgree{
    width:255px;
	margin:0 auto;
}
.register_info_chkAgree input[type="radio"]{
    border: 0 none;
    border-bottom: 1px solid #347ebc;
    padding: 0 10px;
    outline: none;
	height: auto;
    width: auto;
	margin-top:13px;
}

.register_info_chkAgree .bitian{color: #dc2328;}
.register_info input[type="checkbox"]{
    border: 0 none;
    border-bottom: 1px solid #347ebc;
    padding: 0 10px;
    outline: none;
	height: auto;
    width: auto;
}
.register_info input[type="radio"]{
    border: 0 none;
    border-bottom: 1px solid #347ebc;
    padding: 0 10px;
    outline: none;
	height: auto;
    width: auto;
	margin-top:13px;
}
.register_info textarea{
    border: 0 none;
    outline: none;
    border: 1px solid #347ebc;
    width: 70%;
}
.register_info .bitian{color: #dc2328;}
.register_code_btn{
    border: 0 none;
    text-align: center;
    cursor: pointer;
    outline: none;
    height: 41px;
    line-height: 41px;
    background-color: #293890;
    color: #fff;
    margin-top: 30px;
    border-radius: 20px;
    font-size: 18px;
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
    display:block;
}
/*suggestion******************************************/


/*login************************************************/
.login_nav_shadow{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.3);
    display: none;
}
.login_nav_shadow.active{display: block;}
.login_con{
    width: 330px;
    height: 280px;
    padding: 40px 50px;
    background-color: #fff;
    position: absolute;
    display: none;
    left: 34%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    /* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4); */
    box-shadow: 0 0 10px #f3f3f3;
    border-radius: 5px;
}
.login_con.active{display: block;}
.login_con .login_close{
    position: absolute;
    display: block;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url('../images/login_close.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.login_con:hover .login_close{
    background: url('../images/login_close_active.png') no-repeat center center;
    background-size: 100% 100%;
}
.login_con .login_top_info{
    position:relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #293890;
    font-size: 22px;
    top: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
	margin-top:-40px;
	padding-bottom:40px;
}
.login_top_info .login_top_tishi{
   position:absolute;
   left:0;
   bottom:0;
   font-size:12px;
   color:red;
}
.login_con .user_info{display: flex; margin: 20px auto;}
.login_con .user_info .username{
    height: 41px;
    line-height: 41px;
    margin-right: 15px;
    letter-spacing: 2px;
}
.login_con .user_info input{
    border: 0 none;
    border-bottom: 1px solid #347ebc;
    height: 41px;
    width: 250px;
    padding: 0 10px;
    outline: none;
}
.login_con .bottom_info{display: flex; justify-content: space-around;}
.login_con .bottom_info a{
    text-decoration: none;
    font-size: 12px;
    color: #8a8a8a;
}
.login_con .bottom_info a:hover{
    color: #293890;
    font-weight: bold;
}
.login_con .login_btn{
    border: 0 none;
    text-align: center;
    cursor: pointer;
    outline: none;
    height: 41px;
    line-height: 41px;
    background-color: #293890;
    color: #fff;
    margin-top: 30px;
    border-radius: 20px;
    font-size: 18px;
    display:block;
    width:100%;
}

.search-tit{
    position:absolute;
	top:0;
	right:0;
	height:40px;
	line-height:40px;
}

/*****jixiezhuanyeweiyuanhui********************************************************************/
.fenhui_nav_jxzhw{position: relative; width: 100%;padding-bottom: 50px; margin-top: -20px; background: url(../images/bg.gif) repeat;}

.fenhui_banner_jxzwh{position: relative; width: 100%; height: 260px;margin-top: 20px; overflow: hidden; margin-bottom: 20px; }
.fenhui_banner_jxzwh .fenhui_banner_con_jxzwh {position: absolute; left: 0;top: 0; opacity: 0; width: 100%; height: 100%; overflow: hidden; transition: 0.3s;}
.fenhui_banner_jxzwh .fenhui_banner_con_jxzwh a{display: block;width: 100%; height: 100%;}
.fenhui_banner_jxzwh .fenhui_banner_con_jxzwh a img{border: 0 none; width: 100%; height: 100%;}
.fenhui_banner_jxzwh .fenhui_banner_con_jxzwh.active{opacity: 1;transition: all .3s ease;}
.fenhui_banner_jxzwh .fenhui_banner_con_icon_jxzwh{position: absolute; bottom: 15px; z-index: 999; left: 50%;}
.fenhui_banner_jxzwh .fenhui_banner_con_icon_jxzwh li{cursor: pointer; list-style: none; width: 10px; float: left; margin-right: 10px; height: 10px; background-color: rgba(255,255,255,0.55);border-radius: 50%;}
.fenhui_banner_jxzwh .fenhui_banner_con_icon_jxzwh li.current{background-color:rgba(255,255,255,1); ;}

.fenhui_banner_jxzwh .fenhui_left_btn{position: absolute; display: block; cursor: pointer; width: 35px;height: 35px;left: -30px; top: 90px; transition: 0.3s; }
.fenhui_banner_jxzwh .fenhui_right_btn{position: absolute;display: block; cursor: pointer; width: 35px;height: 35px;right: -30px; top: 90px; transition: 0.3s; }
.fenhui_banner_jxzwh .fenhui_left_btn img,
.fenhui_banner_jxzwh .fenhui_right_btn img{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.fenhui_banner_jxzwh:hover .fenhui_left_btn{transform:translateX(40px); transition: all .3s ease;}
.fenhui_banner_jxzwh:hover .fenhui_right_btn{transform:translateX(-40px); transition: all .3s ease;}


/*notice*/
.notice{ width:258px; height:400px; overflow: hidden; float:left; padding:10px 15px; background-color: #fff;}

.title1{ width:100%; position:relative; height:29px; padding-top:6px;}
.title1 h1{ width:40%; height:18px; line-height:18px; font-weight:550; font-size: 18px; display:inline-block; border-left:3px #0061b0 solid; padding-left:8px; color:#111;}
.title1 a.more{ position:absolute; right:0; top:4px; color:#0061b0;}
.title1 a.more:hover{ text-decoration:underline;}

.list_not{ width:257px; height:354px;/* border-left:1px #6d98d0 solid;*/ position:relative; margin-top:10px;}
.list_not ul li{ width:247px; padding:5px 10px 5px 0; line-height:25px;height: 48px; overflow: hidden; border-bottom:1px #bfbfbf dotted;}
.list_not ul li:hover,.list_not ul li.on{ background:#f5f5f5;}
.list_not ul li a{ width:240px; padding-left:20px; display:block; color:#333; background:url(../images/li_not1.png) no-repeat 0 8px;/* margin-left:-7px;*/}
.list_not ul li a:hover,.list_not ul li a.curr{ background-image:url(../images/li_not2.png);}
.list_not ul li a span{ color:#0061b0;}


/*news*/
.infBox{ width:608px; height:420px; overflow: hidden; float:left; margin-left:10px; background-color: #fff;}
.tab_tit{ width:100%; height:44px; background:#f8f8f8; border-bottom:1px #eaeaea solid; position:relative;}
.tab_tit a{ height:42px; line-height:42px; border-top:3px #f8f8f8 solid; display:inline-block; font-size:18px; font-weight:500; margin-bottom:-1px; padding:0 18px;}
.tab_tit a:hover,.tab_tit a.onn{ background-color:#fff; border-top-color:#0061b0; color:#0061b0; border-right:1px #eaeaea solid;}
.tab_tit i.more{ display:block; line-height:44px; font-size:14px; position:absolute; right:15px; top:0; color:#0061b0; cursor:pointer;}
.tab_tit i.more:hover{ text-decoration:underline;}

.infcon{ width:578px; height:355px; padding:10px 15px; overflow:hidden;}
.news{ width:100%; height:170px; padding-bottom:10px; padding-top:10px; border-bottom:1px #bfbfbf dotted;}
.pic{ width:280px; height:167px; float:left;}
.t_news{ width:280px; height:169px; float:left; margin-left:15px;}
.t_news ul li{ width:280px; line-height:26px; padding-bottom:6px;}
.t_news ul li a{ color:#444; font-weight:bold; font-size:16px;}
.t_news ul li a:hover{ color:#0060b0;}
.t_news ul li.cc{ padding-top:5px; line-height:22px; height: 85px; overflow: hidden; font-size:14px; color:#777; text-indent:2em;}

.list_inf{ width:575px; margin-top:10px;}
.list_inf ul{ width:270px;}
.list_inf ul li{ width:260px; padding-left:15px; height:30px; line-height:30px; overflow:hidden; background:url(../images/list01.gif) no-repeat left center;}
.list_inf ul li a{ color:#585858;}
.list_inf ul li a:hover{ text-decoration:underline;}

.fl {float: left;}
.fr {float: right;}

/*icon*/
.R_box{ width:248px; height:420px; float:right; background-color: #fff;}

.r_btn{ width:218px; padding:10px 15px; height:195px;}
.r_btn ul{ width:218px; height:75px;}
.r_btn ul li{ width:70px; float:left; margin-right:4px; height:65px; text-align:center; -moz-border-radius: 6px; border-radius:6px; cursor:pointer;}
.r_btn ul li:hover{ background-color:#f5f5f5;}
.r_btn ul li em{ width:70px; height:35px; display:block;}
.r_btn ul li em.e1{ background:url(../images/zn.png) no-repeat center 8px;}
.r_btn ul li em.e2{ background:url(../images/sq.png) no-repeat center 8px;}
.r_btn ul li em.e3{ background:url(../images/down.png) no-repeat center 8px;}
.r_btn ul li a{ line-height:30px; color:#111; font-weight:bold;}

.fastBox{ width:216px; height:283px;  background: url(../images/fast_bg.png) no-repeat 0 0; position:relative;  z-index:888;}
.dl_btn{  padding-top:22px;}
.dl_btn a{  height:42px; line-height:42px; border:1px #88acd8 solid; text-align:center; color:#e6f0f8; background:#0060b0; display:block; margin-bottom:8px; font-weight:bold;}
.dl_btn a:hover{ background:#006bc4;}

.fast_btn{  padding-top:5px;}
.fast_btn h4{ font-size:14px; font-weight:bold; color:#0060b0; width:216px; height:25px; line-height:25px; text-align:center; background: url(../images/tit_bg03.gif) no-repeat center center; margin-bottom:10px;}
.fast_btn dl{ width:100%; margin-top:5px;}
.fast_btn dl dd{ width:92px; height:44px; line-height:44px; background-color:#6d98d0; cursor:pointer; margin-bottom: 5px;}
.fast_btn dl dd:hover{ background-color:#0060b0;}
.fast_btn dl dd img{ width:26px; height:26px; padding-top:10px; padding-left:5px; }
.fast_btn dl dd em{ display:inline-block; color:#fff; font-size:12px; padding-left:5px;}





/*****jixiezhuanyeweiyuanhui********************************************************************/



/*fenhui_common_notice*********************************************************************/
.fenhui_common_notice {
    float: left;
    width: 463px;
    min-width: 463px;
    height: 260px;
    overflow:hidden;
    margin-right: 15px;
    margin-bottom:20px;
}
.fenhui_common_icon{
    float:right;
    width:240px;
    height:260px;
    overflow:hidden;
}

/*bulid_index_second*********************************************************************/
.bulid_second_intro_left {
    float: left;
    width: 800px;
}
 .bulid_title{width:100%;height:50px;margin-bottom:20px;}
 span.bulid_title_f{font-size:32px;color:#293890;}
 span.bulid_title_s{font-size:18px;color:#eee;}

.bulid_second_intro_left .intro_left_con{
    width: 700px;
    overflow: hidden;
    color: rgb(84,84,84);
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    text-indent: 32px;
    line-height: 32px;
    font-weight: 400;
}
.bulid_second_intro_right {
    width: 315px;
    height: 210px;
    padding: 40px 20px 50px 50px;
    border:1px solid #293890;
    float:right;
}
.intro_right_txt {
    width: 90%;
    margin: 20px auto;
    color: #333;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}
  .intro_right_txt_name::before {
        width: 30px;
        height: 30px;
        position: absolute;
        left: -35px;
        content: '';
        background: url(../images/name.png) center center no-repeat;
        background-size: 60% 60%;
    }
.intro_right_txt_phone::before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -35px;
    content: '';
    background: url(../images/phone.png) center center no-repeat;
    background-size: 60% 60%;
}
.intro_right_txt_mail::before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -35px;
    content: '';
    background: url(../images/mail.png) center center no-repeat;
    background-size: 60% 60%;
}
.intro_right_txt_fax::before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -35px;
    content: '';
    background: url(../images/fax.png) center center no-repeat;
    background-size: 60% 60%;
}
.bulid_second_intro_img {
    width: 100%;
    height: 270px;
    background-color:#f9f9f9;
    background-size: 100% 100%;
    clear: both;
    margin: 30px 0;
    padding: 25px;
    text-align:center;
}
.bulid_second_intro_img img {
    margin: 0 6px;
    width:368px;
    height:200px;
    vertical-align:middle;
    display:inline-block;
}
.bulid_second_intro_yewu {
    width: 100%;
    height: 270px;
    background-size: 100% 100%;
    clear: both;
    margin-bottom: 30px;
    padding: 25px;
    text-align: center;
}
.bulid_intro_yewu_con {
    width: 1100px;
    overflow: hidden;
    color: rgb(84,84,84);
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
    margin: 0 auto;
    background: url(../images/bulid_yewu.png) no-repeat 900px center;
    background-size: auto 100%;
}
.tishi{text-align:center; color:#c1020e;}

