@charset "utf-8";



body{
    overflow-x: hidden;
}
.header_top{
    height: 50px;
    background: #000;
    line-height: 50px;
    font-size:16px;
    color:#fff;
}
.header_top p{
    flex:1;
}
#header{
    transition:all .3s;
}
.header_wrap{
    width: 100%;
    left: 0;
    top: 0;
    height: 118px;
    z-index: 9998;
    transition:all .6s;
}

.logo{
    flex: 1;
    transition:all .3s;
    margin-top: 14px;
}
.logo img{
    height: 90px;
}


.weixin_code{
    line-height: 80px;
    font-size: 14px;
}

.nav_pc{
    padding: 0 10px;
}
.nav_pc ul{
    flex:1;
}
.nav_pc li{
    display: inline-block;
    position: relative;
}
.nav_pc li>a{
    display: block;
    line-height:118px;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    color:#333;
    padding: 0 20px;
}

.nav_pc li.cur>a,.nav_pc li a:hover{
    color:#204589;
}

.nav_pc li .sub_nav{
    position: absolute;
    left: 0;
    width: 100%;
    background:#204589;
    transition: all .3s;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.nav_pc li:hover .sub_nav{
    top:118px;
    opacity: 1;
    visibility: visible;
}
.nav_pc li .sub_nav a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:6px 12px;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.nav_pc li .sub_nav a:last-child{
    border-bottom: none;
}
.nav_pc li .sub_nav a:hover{
    background: #333;
    color:#fff;
}
.nav_search i{
    font-size:24px;
    color:#fff;
    line-height: 60px;
    padding:0 30px 0 10px;
    cursor: pointer;
}
.header_wrap .lang{
    height: 34px;
    margin-left: 50px;
}
.header_wrap .lang a{
    display: block;
    font-size:14px;
    line-height: 34px;
    color:#fff;
}

.fixed_search{
    background: #ececec;
    left: 0;
    position: fixed;
    right: 0;
    top:-50%;
    z-index: 99999999;
    height: 50%;
    transition:all .3s;
}
.fixed_search_on{
    top: 0;
}
.fixed_search form{
    left: 10%;
    position: absolute;
    right: 10%;
    top: 42%;
    z-index: 99999999;
}
.fixed_search .key{
    width: 100%;
    height: 100px;
    background: transparent;
    padding: 20px;
    font-size: 35px;
    line-height: 60px;
    border-bottom: 2px solid #333;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}
.fixed_search .btn{
    position: absolute;
    right: 0;
    top: 20px;
    border:none;
    background: none;
    outline: none;
}
.fixed_search .btn i{
    font-size:30px;
    
}
.fixed_search .close{
    position: absolute;
    right: 70px;
    top:70px;
    opacity: 1;
    border:2px solid #666;
    padding: 12px;
    border-radius: 50%;
}
.fixed_search .close i{
    font-size:18px;
    color:#666;
}

.phone_top_nav{
    display: none;
}
.phone_top_nav .sub_nav_phone{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav_phone a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.header_icon{
    justify-content: flex-end;
}
.header_icon .ico{
    font-size: 14px;
    color:#000;
    line-height: 85px;
    margin-right: 15px;
}
.header_icon .ico a{
    color: #000;
}
.header_icon .ico i{
    background: #114c97;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 7px;
}
.phone_menu_btn{
    font-size: 16px;
    color: #fff;
    padding-top:18px;
    display: none;
}
.phone_menu_btn .line{
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
}
.phone_menu_btn span{
    position: absolute;
    left: 32px;
    top: 2px;
}
.phone_top_nav{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 100%;
    border-top:1px solid #ccc;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 70px 30px 30px;
    transition: .5s;
    transform: translateY(-100%);
}
.phone_top_nav li>a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #5a5657;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.phone_top_nav .sub_nav{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.header_active .line:nth-of-type(1){
    -webkit-transform: translateY(5.5px) rotate(-45deg);
    -ms-transform: translateY(5.5px) rotate(-45deg);
    transform: translateY(5.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2){
    opacity:0;
}
.header_active .line:nth-of-type(3){
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
}
.header_active .phone_top_nav{
    transform: translateY(0);
}


/* banner */
.banner{
    position: relative;
}
.banner .item{
    position: relative;
}
.banner .item a{
    display: block;
}
.banner .item .con{
    position: absolute;
    left:0;
    top: 50%;
    width: 100%;
    transform:translateY(-50%);
    color:#fff;
}
.banner .item .con .txt{
    display: inline-block;
}
.banner .item .con h4{
    font-size:36px;
    font-weight: 600;
    letter-spacing: 1px;
}
.banner .item .con h4 span{
    color:#f9c606;
    font-size:56px;
}
.banner .item .con p{
    font-size:14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner .item .con p:after{
    content: "";
    display: block;
    width:50px;
    height: 6px;
    background: #f9c606;
    margin:18px 0 20px;
}
.banner .item .con i{
    font-style: normal;
    font-size:16px;
    font-size:20px;
}
.banner .item .img img{
    width:100%;
}

.banner .owl-pagination{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    left:0;
    height:40px;
}
.banner .owl-pagination>div{
    display: inline-block;
    width:7px;
    height:7px;
    background: #fff;
    border-radius: 50%;
    text-indent: -9999px;
    margin:0 7px;
    border: 1px solid #fff;
    position: relative;
}
.banner .owl-pagination>div.active:after{
    width:19px;
    height:19px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    border:1px solid #fff;
    left:-7px;
    top: -7px;
}


/*首页css__start*/


/*公用头部*/

.tit_box1{
    padding: 70px 0 40px;
}
.tit_box1 .tit h4{
    color:#333;
    font-size:36px;
}
.tit_box1 .tit p{
    font-size:36px;
    color:rgba(32,69,137,.3);
    line-height: 1;
    margin-left: 25px;
}


/* bg */

.bg1{
    background:url(../images/bg1.jpg) no-repeat center;
    height: 335px;
}

.bg2{
    background: url(../images/bg2.png) no-repeat center center;
    height: 420px;
}
.bg3{
    background: #f4f4f4;
}
.bg4{
    background: url(../images/bg4.jpg) no-repeat center bottom;
}
.bg5{
    background: url(../images/bg5.jpg) no-repeat center center fixed;
    background-size: cover;
}

/* line1 */
.line1{
    background: #eeeeee;
    width: 100%;
    height: 1px;
}

/* video_con */

.video_con .item a{
    display: block;
    position: relative;
}
.video_con .item .con{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video_con .item .con i{
    font-size:60px;
    color:#eee;
}
.video_con .item .con h4{
    font-size:30px;
    color:#fff;
}
.video_con .owl-pagination{
    text-align: center;
    margin-top: 25px;
}
.video_con .owl-pagination>div{
    display: inline-block;
    width: 10px;
    height: 10px;
    border:1px solid #0c0c0c;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    position: relative;
    margin:0 6px;
}
.video_con .owl-pagination div span{
    width: 4px;
    height: 4px;
    display: block;
    background: #0c0c0c;
    text-indent: -9999px;
    position: absolute;
    left: 2px;
    border-radius: 50%;
    top: 2px;
    display: none;
}
.video_con .owl-pagination>div.active span{
    display: block;
}

/*kick off meeting*/
.kfMeeting .owl-pagination{
    text-align: center;
    margin-top: 25px;
}
.kfMeeting .owl-pagination>div{
    display: inline-block;
    width: 10px;
    height: 10px;
    border:1px solid #0c0c0c;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    position: relative;
    margin:0 6px;
}
.kfMeeting .owl-pagination div span{
    width: 4px;
    height: 4px;
    display: block;
    background: #0c0c0c;
    text-indent: -9999px;
    position: absolute;
    left: 2px;
    border-radius: 50%;
    top: 2px;
    display: none;
}
.kfMeeting .owl-pagination>div.active span{
    display: block;
}
.kfMeeting li{
    margin: 0 15px;
}
.kfMeeting li .con h4{
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    background: #000;
    color: #fff;
}
/* hot_product */

.hot_product{
    background: url(../images/img_bg.jpg) no-repeat center;
    padding: 40px 0;
}

.hot_product a{
    height: 100%;
}
.hot_product .img{
    width: 50%;
}
.hot_product .img img{
    width: 60%;
    margin:auto;
}
.hot_product .con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    width: 50%;
}
.hot_product .con h4{
    font-size:36px;
    font-weight: bold;
    color:#204589;
    font-style: italic;
    margin-bottom: 30px;
}
.hot_product .con .info{
    font-size:24px;
    color:#333;
}
.hot_product .con .info p{
    margin-bottom: 20px;
}
.hot_product .owl-buttons>div{
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    background: #fff;
    border:3px solid #204589;
    border-radius: 50%;
    text-align: center;
}
.hot_product .owl-buttons .owl-prev{
    left: 60px;
}
.hot_product .owl-buttons .owl-next{
    left: 43%;
}
.hot_product .owl-buttons>div span{
    font-size:24px;
    line-height: 52px;
    color:#204589;
}

/* product_con */

.product_con{
    margin-top: 50px;
}
.product_con li{
    margin-bottom: 12px;
}
.product_con li a{
    display:block;
    overflow: hidden;
    background: #fff;
}
.product_con li .img{
    border:1px solid #000;
    padding: 10px;
}
.product_con li .con h4{
    height: 38px;
    line-height:38px;
    font-size:18px;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    background: #000;
    color:#fff;
}
.product_con li:hover .bg{
    height: 100%;
}
.product_con li:hover .img p{
    top: 50%;
}


.product_more{
    text-align: center;
    margin-top: 40px;
}
.product_more a{
    display: inline-block;
    font-size:18px;
    color:#333;
    background: url(../images/more.png) no-repeat center;
    padding: 0 50px;
}

/* ban1_con */

.ban1_con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 335px;
}
.ban1_con ul{
    justify-content: space-between;
    width: 100%;
    color:#fff;
}
.ban1_con li{
    text-align: center;
    position: relative;
}
.ban1_con li:after{
    content:'+';
    font-size:80px;
    position: absolute;
    left: -100px;
    top: -10px;
}
.ban1_con li:first-child:after{
    display: none;
}
.ban1_con li h4{
    font-size:36px;
    font-weight: bold;
}
.ban1_con li h4 span{
    font-size:72px;
}
.ban1_con li p{
    font-size:24px;
}
.more__1 a{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #204589;
    color:#fff;
    border-radius: 5px;
    position: relative;
    text-align: center;
    font-size:16px;
    margin-top: 45px;
}
.more__1 a:before{
    content:'';
    width: 130px;
    height: 30px;
    border:1px solid #fff;
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
    border-radius: 5px;
    transition:all .3s;
}
.more__1 a:hover:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* join */

.join_con .con {
    padding-left: 10px;
}
.join_con .con h4{
    font-size:24px;
    color:#333;
    font-weight: normal;
    margin:20px 0 30px;
}
.join_con .con p{
    font-size:16px;
    color:#333;
}
.join_con .con span{
    display: block;
    font-size:48px;
    color:#eee;
    line-height: 1.6;
}
.join_con .con a{
    display: block;
    font-size:16px;
    color:#333;
}
.join_con .con a:hover{
    color:#204589;
}

/* ban2_con */

.ban2_con{
    margin-top: 90px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}
.ban2_con p{
    font-size:36px;
}
.ban2_con h4{
    font-size:48px;
    margin-top: 10px;
}

.more__2 a{
    background: #fff;
    color:#204589;
}
.more__2 a:before{
    border-color: #204589;
}

/* news_con */

.news_con li a{
    display: block;
}
.news_con li .con{
    padding: 25px 30px;
    background: #f7f7f7;
}
.news_con li .con h4{
    font-size:24px;
    color:#333;
}
.news_con li .con p{
    font-size:14px;
    color:#666;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 14px 0;
}
.news_con li .con span{
    color:#333;
    font-size:18px;
}
.news_con li a:hover{
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.news_con li a:hover .con h4{
    color:#204589;
}


#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}


/*页底css*/

.footer{
    background:url(../images/footer_bg.jpg) no-repeat center;
    padding:60px 0;
    color:#fff;
    text-align: center;
}
.footer_logo img{
    margin:auto;
    height: 225px;
}
.footer_btns{
    margin-top: 30px;
}
.footer_btns a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border:2px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin:0 8px;
}
.footer_btns a i{
    font-size:24px;
    line-height: 36px;
    color:#fff;
}
.footer_btns a:hover{
    background: #fff;
}
.footer_btns a:hover i{
    color:#204589;
}

.footer_copyright{
    overflow: hidden;
    font-size:14px;
    background: #333333;
    height: 50px;
    line-height: 50px;
    color:#fff;
    text-align: center;
}
.footer_wechat {
    transition: all 0.5s ease;
    cursor: pointer;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.footer_wechat img{
    max-height: 100px;
}

/* fixed_rightbtn */

.fixed_rightbtn{
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 30%;
}
.fixed_rightbtn li{
    background: rgba(32,69,137,.9);
    width: 75px;
    height: 75px;
    margin-bottom: 2px;
    color:#fff;
    position: relative;
}
.fixed_rightbtn li:hover{
    background:#204589;
}
.fixed_rightbtn li a{
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75px;
    line-height: 1.2;
    position: relative;
    
}
.fixed_rightbtn li i{
    display: block;
    font-size:30px;
}
.fixed_rightbtn li p{
    position:absolute;
    height: 75px;
    right:-320px;
    top: 0;
    background: #fff;
    box-shadow: -5px 0 10px rgba(21,40,76,.2);
    color:#333;
    font-size:24px;
    width: 290px;
    text-align: center;
    line-height: 75px;
    transition:all .3s;
}
.fixed_rightbtn li:hover p{
    right: 0;
}
#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}



/* phone_fixed_menu */

.phone_fixed_menu{
    border-top: 1px solid #E5E9F2;
    width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: none;
}
.phone_fixed_menu ul li{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    line-height: 1.2;
}
.phone_fixed_menu ul li a{
    display: block;
}
.phone_fixed_menu ul li i{
    font-size:20px;
    color:#333;
}
.phone_fixed_menu ul li p{
    color:#333;
    font-size:14px;
}



/*首页css__end*/


/*内页*/

.page_tit{
    padding: 30px 0;
}
.page_tit .tit{
    flex:1;
    font-size:20px;
    font-weight: bold;
    color:#282828;
    line-height: 1;
}
.page_tit .pos{
    font-size:14px;
}

.ibanner{
    background: url(../images/ibanner.jpg) no-repeat center;
    position: relative;
}
.ibanner .pos{
    position: absolute;
    bottom:15px;
    color:#ccc;
    font-size:14px;
}
.ibanner .pos a{
    color:#ccc;
}

/* 内页分类 */

.inner{
    padding:40px 0;
}

.left_menu>ul{
    background: #204589;
    padding: 20px 0;
}
.left_menu>ul>li{
    
}
.left_menu>ul>li>a{
    display: block;
    height:45px;
    line-height:45px;
    color:#fff;
    padding: 0 20px;
    font-size:15px;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.left_menu>ul>li>a:hover,.left_menu>ul>li.cur>a{
    background: #f9c606;
    color:#333;
}

/* 内页二级分类显示 */

.inner_sublist{
    transition: all .3s;
    padding: 0 30px;
    background:rgba(0,0,0,.02);
}
.inner_sublist li{
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.inner_sublist li a{
    color:#fff;
    font-size:12px;
    display: block;
    line-height: 3;
}
.inner_sublist li a i{
    font-size:12px;
    margin-right: 5px;
}

.page_index{
    min-height:300px;
    padding:20px 0 30px;
    background: #fff;
}
.page_index p{
    font-size:16px;
    line-height:1.9;
    margin-bottom: 15px;
}
.page_index img{
    margin:auto;
    margin-bottom: 15px;
}

/* 内页左侧 */

.i_left_con{
    padding-left: 20px;
}
.i_left_con .tit{
    font-size:18px;
    font-weight: bold;
    color:#333;
    margin-bottom: 5px;
}
.left_search .key{
    height: 44px;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    font-size:14px;
    padding: 0 10px;
}
.left_search button{
    background: #204589;
    width: 44px;
    height: 44px;
    border:none;
    outline: none;
}
.left_search button i{
    color:#fff;
    font-size:20px;
}
.left_contact .con{
    font-size:14px;
    line-height: 1.8;
}
.left_news li{
    padding: 15px 0;
    border-top: 1px solid #E8E9EF;
}
.left_news .img{
    width: 30%;
}
.left_news .con{
    flex:1;
    padding: 0 0 0 15px;
}
.left_news .con h4{
    font-size:14px;
}
.left_news .con p{
    font-size:12px;
    margin-top: 6px;
}
.left_news .con p i{
    font-size:12px;
    margin-right: 6px;
}

/* 单页内容 */


.page_index .tit h1{
    color:#444;
    font-size:30px;
    font-weight: bold;
}
.page_index .tit p{
    font-size:14px;
    border-bottom: 1px solid #f8f8f8;
    padding:6px 0 20px;
    margin:0;
    text-indent: 0;
}
.page_index .tit p span{
    margin-right:20px;
}
.page_index .tit p span i{
    margin-right:5px;
}
.page_index .desc{
    font-size:14px;
    background: #f8f8f8;
    padding:15px 20px;
    color:#888;
}
.page_index .desc span{
    font-weight: bold;
    color:#f04c36;
}
.page_index .con{
    padding:20px 0;
    min-height: 400px;
}
.xg_news{
    margin:40px 0 0;
}
.xg_news h3{
    font-size:16px;
    border-bottom: 1px solid #eee;
    line-height:2;
    color:#3c3b5c;
    font-weight: bold;
}
.xg_news ul{
    margin-bottom: 20px;
}
.xg_news ul li {
    padding:15px 0 0;
}
.xg_news ul li .img{
    width:80px;
}
.xg_news ul li .con{
    flex:1;
    margin-left: 20px;
}
.xg_news ul li .con a{
    font-size:14px;
    display: block;
    line-height: 1.2;
    color:#555;
    margin-bottom: 3px;
    max-height:32px;
    overflow: hidden;
}
.xg_news ul li .con span{
    color:#999;
}
.xg_news .tags{
    padding: 10px 0 20px;
}
.xg_news .tags a{
    display: inline-block;
    padding: 3px 10px;
    background: #ffba00;
    margin:0 5px 5px 0;
    color:#fff;
    font-size:14px;
    border-radius:3px;
}
.xg_news dl{
    margin-top:15px;
}
.xg_news dl dt{
    width: 100%;
}
.xg_news dl dd{
    font-size:14px;
    text-align: center;
    font-weight: bold;
    color:#151515;
    line-height: 2;
}

/* 公司介绍 */

.page_about_index .tit{
    color:#222931;
    font-size:34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.page_about_index .con{
    font-size:16px;
    line-height: 1.9;
    text-align: center;
}
.page_about_index .con p{
    margin-bottom: 20px;
}
.page_about_index ul li{
    text-align: center;
}
.page_about_index ul li i{
    width: 100px;
    height: 100px;
    display: block;
    margin:0 auto 20px;
    background: #003f92;
    border-radius: 50%;
    font-size:36px;
    color:#fff;
    text-align: center;
    line-height: 100px;
}
.page_about_index ul li h4{
    color:#003f92;
    font-size:22px;
    font-weight: bold;
}

.page_service_index .con{
    max-width: 900px;
    margin:-30px auto 0;
    font-size:16px;
    text-align: center;
    color:#fff;
}

.page_honor_index li .con h4{
    text-align: center;
    line-height:60px;
    height: 60px;
    overflow: hidden;
    font-size:22px;
    color:#333;
    font-weight: bold;
}


/* 产品列表 */

.page_picList {
    
}

.page_picList li{
    margin-bottom:16px;
}

.page_picList li a{
    display:block;
    background: #fff;
}
.page_picList li .con{
    padding: 14px 26px 0;
}
.page_picList li .con h4{
    transition: color .4s;
    font-size: 16px;
    font-weight: bold;
    color:#204589;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    height:24px;
    overflow: hidden;
}
.page_picList li .con p{
    color:#555;
    margin: 10px 0 0;
    font-size:13px;
    max-height: 44px;
    overflow: hidden;
    text-align: center;
}
.page_picList li .img{
    overflow: hidden;
    border:2px solid #204589;
    padding: 10px;
    position: relative;
}
.page_picList li .img i{
    font-size:50px;
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    line-height: 1;
    color:#204589;
}
.page_picList li img{
    transition: all 0.6s;
    margin:0;
    width:100%;
}
.page_picList li:hover img{
    transform: scale(1.1);
}
.page_picList li span{
    display: inline-block;
    font-size: 14px;
    color:rgba(17,17,17,0.5);
    margin-right: 18px;
    position: relative;
    padding: 6px 0;
}
.page_picList li:hover .con h4{
    color:#222931;
}



/* 单页联系我们 */

.page_contactindex {
    padding-top:30px;
}
.page_contactindex .tit{
    text-align: center;
}
.page_contactindex .tit h4{
    font-size:30px;
    font-weight: bold;
    color:#000;
    margin:0 0 15px;
}
.page_contactindex .tit p{
    font-size:14px;
    color:#999;
}
.page_contactindex ul{
    margin:40px 0 0;
}
.page_contactindex li{
    display: flex;
    flex:1;
    margin:0 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding: 0 20px;
    background: #f7f7f7;
    border-radius: 5px;
    flex-basis: 45%;
}
.page_contactindex li i{
    color:#204589;
    font-size:30px;
    display: block;
    line-height: 1;
}
.page_contactindex li h4{
    font-size:16px;
    font-weight: bold;
    color:#333;
    margin:30px 0 5px;
}
.page_contactindex li p{
    font-size:14px;
    color:#333;
    text-align: center;
}

.page_contactindex .msg{
    margin:50px 0 0;
}

.page_contactindex .map{
    margin:50px 0 0;
    text-align: center;
    overflow: hidden;
}


.innerBgfff{
    background: #fff;
    overflow: hidden;
}

/*新闻列表*/

.page_newsList{
   
}
.page_newsList li{
    border-bottom: 1px solid rgba(227,227,227,.61);
    padding:15px 20px;
    transition: all .3s ease-out 0s;
    background: #fff;
}
.page_newsList li:first-child{
    padding-top: 0;
}
.page_newsList li .img img{
    width:200px;
    height: 126px;
    margin-bottom: 0;
}
.page_newsList li .time{
    width: 140px;
    margin-right: 60px;
}
.page_newsList li .time p{
    color: #c5c5c5;
    font-size:30px;
}
.page_newsList li .time span{
    display: block;
    border: 1px solid #e6e6e6;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-family:宋体;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 2px;
    color: #aaa;
    transition: all .3s ease-out 0s;
}
.page_newsList li .con{
    transition: all .3s ease-out 0s;
    padding:0;
    flex:1;
    margin-left:25px;
}
.page_newsList li .con h4{
    height: 32px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease-out 0s;
    font-size: 16px;
    overflow: hidden;
}
.page_newsList li .con p{
    color: #888;
    font-size: 13px;
    line-height: 24px;
    max-height:75px;
    margin:0;
    text-indent: 0;
    overflow: hidden;
}
.page_newsList li .con span{
    display: block;
    color:#777;
    margin-top:8px;
}
.page_newsList li:hover{
    box-shadow: 0 0 10px 6px #eee;
    padding:20px 20px;
}
.page_newsList li:hover .con h4{
    color: #204589;
}

/* 新闻详情 */




/* 产品详情页 */

.page_picshow{
    margin-bottom: 50px;
    background: #fff;
    padding: 20px 10px;
}
.page_picdetails{
}
.page_picdetails .img img{
    width: 100%;
    border:1px solid #204589;
}
.page_picdetails .info{
}
.page_picdetails .info h1{
    font-size:20px;
    margin: 10px 0 15px;
    color:#3c3b5c;
    font-weight: bold;
    line-height:1.3;
    border-bottom: 1px solid #eee;
    padding:0 0 14px;
}
.page_picdetails .info p{
    font-size:14px;
    margin:0 0 40px;
}
.page_picdetails .info>span{
    background: #204589;
    padding:3px 15px;
    margin-top:14px;
    display:inline-block;
    color:#fff;
    font-size:16px;
}
.page_picdetails .info span i{
    font-size:20px;
    margin-right:6px;
}
.page_picdetails .info span em{
    font-style:normal;
    font-size:22px;
    font-family: Arial, Helvetica, sans-serif;
}

.page_picdetails .con{
    border:none;
    margin:0;
    padding: 20px 0 0;
}
.page_picdetails .con .tags{
    font-size:14px;
    margin-bottom: 15px;
}
.page_picdetails .con .tags a{
    color:#fff;
    background: #f04c36;
    display: inline-block;
    line-height: 1.4;
    padding: 0 3px;
    margin-right:3px;
}
.page_picdetails .con .ptit{
    font-size:16px;
    background: #f7f7f7;
    padding:6px 13px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    
}
.page_picdetails .con .ptit::before{
    content:'';
    display: block;
    width:3px;
    height:18px;
    background: #003f92;
    position: absolute;
    left:0;
    top:10px;
}

/* 案例列表 */

.page_caseList{
    padding: 20px 0 0;
}
.page_caseList li{
    margin-bottom:20px;
}
.page_caseList li a{
    display: block;
    background: #fff;
    overflow: hidden;
}
.page_caseList .img{
    position: relative;
}
.page_caseList .img img{
    width: 100%;
}
.page_caseList .img i{
    display: block;
    width: 100%;
    height:100%;
    left: 0;
    position: absolute;
    top:-100%;
    background: rgba(0, 185, 285,.6);
    font-size: 36px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .3s;
}
.page_caseList li:hover .img i{
    top: 0;
}
.page_caseList li .con{
    padding: 20px 15px 0 0;
}
.page_caseList li .con h4{
    font-size:18px;
    color:#555;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
}
.page_caseList li .con p{
    font-size:14px;
    margin:10px 0 10px;
    color:#777;
    max-height: 75px;
    overflow: hidden;
}
.page_caseList li .con span{
    display: block;
    background: #1a81fd;
    color:#fff;
    display: inline-block;
    padding: 5px 10px;
    font-size:12px;
    transition:all .3s;
}


.page_hotpic .tit{
    font-size:18px;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
}
.page_hotpic .tit::before,.page_hotpic .tit::after{
    width:50px;
    height:1px;
    background: #eee;
    content:'';
    display:block;
    position: absolute;
    top:15px;
    left:0;
}
.page_hotpic .tit::after{
    left:auto;
    right:0;
}
.page_hotpic li{
    margin-bottom: 10px;
}
.page_hotpic li h4{
    font-weight: normal;
    text-align: center;
    font-size:14px;
    margin: 10px 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

/*翻页*/
.return_page{
    background: #eee;
    padding: 15px 20px;
    line-height: 30px;
    color: #333;
    position: relative;
}
.return_page p{
    margin-bottom: 0;
    text-indent: 0;
    line-height:2;
}
.return_page p a{
    color: #333;
}
.return_page .go_history a{
    background: #204589;
    width:70px;
    height:30px;
    line-height:30px;
    text-align: center;
    color:#fff;
    position: absolute;
    right:0;
    top:50%;
    display:block;
    transform: translateY(-50%);
}

/* 页码 */

.pagination{
    text-align: center;
    display: block;
}
.pagination li{
    display: inline-block;
    margin:0 1px;
}
.pagination li span,.pagination li a{
    display: block;
    padding:0 10px;
    line-height:28px;
    background: #eee;
    color:#003f92;
}
.pagination li.active a{
    background: #003f92;
    color:#fff;
    border-color: #003f92;
}



/*在线留言*/
#my_form{
    padding: 30px 0 0;
}
#my_form table{
    width: 100%;
}
#my_form tr{
    display: inline-flex;
    width: 48%;
    margin-bottom: 15px;
}
#my_form tr:nth-child(2n){
    margin-left:4%;
}
#my_form tr.content{
    width: 100%!important;
    display: flex;
    margin-left:0;
}
#my_form tr td:first-child{
    line-height: 34px;
    color: #333;
}
#my_form tr td:last-child{
    flex: 1;
}
#my_form tr input,#my_form tr textarea{
    height:34px;
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: 微软雅黑;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#my_form tr input:focus,#my_form tr textarea:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#my_form tr ::placeholder{
    color: #999;
    font-family: 微软雅黑;
    font-size: 14px;
}
#my_form tr textarea{
    height:100px;
    padding-top: 6px;
}
#my_form .btn{
    margin-left:30px;
}
#my_form .btn input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
#my_form .btn input:first-child{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#my_form .btn input:first-child:focus{
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.bdsharebuttonbox span{
    line-height:30px;
}

/*全站搜索*/
.searchMain{
    padding: 70px 0;
}
.searchBox{
    padding-top: 15px;
}
.search form{
    padding: 0;
    height: 40px;
}
.searchKey{
    padding-left: 10px;
    width: 100%;
}
.search button{
    width: 40px;
}
.search-body-list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block;
}
.search-body-title,.search-body-content{
    margin-bottom: 10px;
}
.search-body-title{
    font-size: 18px;
}
.search-body-content{
    font-size: 14px;
}