﻿@charset "utf-8";

#header{
    position: fixed;
    width: 1200px;
    height: 70px;
    z-index: 999;
    top: 10px;
    transition: .6s;
    left:50%;
    margin-left:-600px;
    background: #fff;
    padding: 0 15px;
}
.topbar{
    width:1170px;
    margin:auto;
}
.inner_tit .wenhua {
fongt-size: 15px;
}
#header.header_on{
    top:0;
    width: 100%;
    left: 0;
    margin:0;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
#header.header_on .topbar{
    width: 1200px;
    margin:auto;
}
.logo{
    padding-top: 10px;
}
.nav li{
    float: left;
    line-height: 70px;
    width: 96px;
    text-align: center;
}
.nav li a{
    display: inline-block;
    font-size: 14px;
    color: #666;
    position: relative;
}
.nav li:hover  .listnav{
background:white;
border-radius: 3px;
display:block;
}
.nav li .listnav dd:hover{
background:#0085ff40;
border-radius: 3px;
}
.nav li .listnav{
width:116px;
background:white;
border-radius: 3px;
display: none;
}
.nav li .listnav dd{
	line-height:38px;
	}
.nav li.cur a,.nav li a:hover{
    color: #034484;
}

.nav li.cur a:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: #034484;
    height: 1px;
    top: 50px;
}
#header .tel{
    font-size: 20px;
    color: #034484;
    background: url("../images/ico1.png") no-repeat left;
    padding: 0 0 0 30px;
    line-height: 70px;
}

.slide_banner{
    width:100%;
    position:relative;
    background:#ccc;
    height:800px;
}
.slide_banner .bd{
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.slide_banner .bd ul{
    width:100% !important;
}
.slide_banner .bd li{
    width:100% !important;
    overflow:hidden;
    text-align:center;
    height:800px;
}
.slide_banner .bd li a{
    display:block;
    height:100%;
}
.slide_banner .hd{
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
}
.slide_banner .hd ul{
    text-align:center;
}
.slide_banner .hd ul li{
    cursor:pointer;
    background: #fff;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:30px;
    height:6px;
    margin:0 3px;
    text-indent: -9999px;
    filter:alpha(opacity=30);opacity:0.3;
}
.slide_banner .hd ul .on{
    filter:alpha(opacity=80);
    opacity:0.8;
}
.slide_banner .prev,
.slide_banner .next{
    display:none;
    position:absolute;
    z-index:1;
    top:50%;
    margin-top:-30px;
    left:10%;
    width:40px;
    height:60px;
    cursor:pointer;
    background:rgba(0,0,0,.2);
    color:#fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-family: "宋体";
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    font-weight:bold;
    user-select:none;
}
.slide_banner .next{
    left:auto;
    right:10%;
}

.choose_us{
    overflow: hidden;
}
.choose_us .tit{
    text-align: center;
    margin:60px 0 50px;
}
.choose_us ul li{
    width: 570px;
    float: left;
}
.choose_us ul li:nth-child(2n){
    margin-left:60px;
margin-bottom: 40px;
}
.choose_img{
    background: #fafafa;
    padding: 7px;
    border: 1px solid #eee;
}
.choose_img img{
    display: block;
}
.choose_txt{
        padding-top: 30px;
    height:100px;
}
.choose_txt .ico{
    width: 62px;
    height: 62px;
    float: left;
    background:url("../images/ico2.png") no-repeat;
    text-align: center;
    line-height:62px;
    font-size: 26px;
    color: #fff;
    margin-top:10px;
}
.choose_txt .txt{
    float: right;
    width: 490px;
}
.choose_txt .txt h4{
    font-size: 20px;
    color: #444;
    font-weight: bold;
    padding-bottom: 7px;
}
.choose_txt .txt p{
    color: #848484;
    font-size: 14px;
}
.choose_txt .txt p span{
    color: #f60000;
    font-weight: bold;
}
.choose_txt .txt p span em{
    font-size: 16px;
    font-style: inherit;
}
.ban1_wrap{
    background: url("../images/bg1.jpg") no-repeat center;
    height: 300px;
    text-align: center;
    color: #fff;
    margin-top:20px;
}
.ban1_wrap h2{
    font-size: 50px;
    font-weight: bold;
    padding-top: 60px;
    letter-spacing: 1px;
}
.ban1_wrap span{
    font-size: 18px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
}
.ban1_wrap p{
    font-size: 24px;
    padding-top: 30px;
}

.tit_box1{
    margin:50px 0 0;
}
.tit_box1 .tit h4{
    font-size: 22px;
    color: #444;
    line-height: 1;
}
.tit_box1 .tit p{
    color: rgba(0,0,0,.3);
    font-size: 16px;
    text-transform: capitalize;
}
.tit_box1 .menu{
    margin-top:10px;
}
.tit_box1 .menu li{
    display: inline-block;
    padding: 0 28px;
    background: url("../images/ico3.png") no-repeat left;
}
.tit_box1 .menu li:first-child{
    background: none;
}
.tit_box1 .menu li a{
    display: block;
    font-size: 14px;
    color: #666;
    position: relative;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.tit_box1 .menu li a:after{
    content:'';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: #2495e4;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.tit_box1 .menu li a:hover{
    color: #2495e4;
}
.tit_box1 .menu li a:hover:after{
    width:100%;
}
.tit_box1 .menu li.more{
    background: none;
}
.tit_box1 .menu li.more a{
    background: url("../images/ico4.png") no-repeat;
    width:29px;
    height: 11px;
}
.tit_box1 .menu li.more a:hover:after{
    width: 0;
}
.tit_box2 .tit h4{
    color: #fff;
}
.tit_box2 .tit p{
    color: rgba(255,255,255,.6);
}
.product_con{
    margin-top:35px;
    overflow: hidden;
    margin-bottom:20px;
}
.product_con li{
    width: 285px;
    height:340px;
    float: left;
    margin:0 15px 10px 0;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_con li .img{
    width: 100%;
    height:100%;
    overflow:hidden;
}
.product_con li .img:before{
    content: '';
    position: absolute;
    width: calc(100% - 300px);
    height: calc(100% - 6px);
    border-top: 3px solid #2495e4;
    top: 0;
    border-bottom: 3px solid #2495e4;
    display: block;
    left: 150px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}
.product_con li .img:after{
    content: '';
    position: absolute;
    height: calc(100% - 300px);
    width: calc(100% - 6px);
    border-left: 3px solid #2495e4;
    left: 0;
    border-right: 3px solid #2495e4;
    display: block;
    top: 150px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}
.product_con li:hover .img:before{
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 1;
}
.product_con li:hover .img:after{
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
}
.product_con li:hover{
    background: #2495e4;
}
.product_con li h4{
    font-size:14px;
    margin:-32px 0 10px;
    color: #555;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_con li p{
    color: #999;
    font-size: 13px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_con li:hover h4{
    padding: 0 10px;
    color: #fff;
}
.product_con li:hover p{
    color: #eee;
    padding: 0 10px;
}

.about_wrap{
    background: url("../images/bg2.jpg") no-repeat center;
    height: 450px;
    overflow: hidden;
}
.about_con{
    width: 610px;
    padding-top: 30px;
}
.about_con .con{
    font-size: 14px;
    color: #fff;
    padding: 40px 0 60px;
}
.about_con .more a{
    display: block;
    width: 142px;
    height: 42px;
    background: #fff;
    text-align: center;
    line-height: 38px;
    font-family: 宋体;
    font-size: 16px;
    border: 2px solid #fff;
}
.about_con .more a:hover{
    background: transparent;
    color: #fff;
}
.about_img{
    margin-top:85px;
}

/*新闻*/
.news_con{
    padding-top: 45px;
}
.news_con li{
    width: 380px;
    margin-right:30px;
    box-shadow:5px 5px 5px rgba(0, 0, 0, .1);
    transition: all .3s;
}
.news_con li:nth-child(3n){
    margin-right:0;
}
.news_con li .con{
    padding:15px 20px ;
}
.news_con li .con h4{
    font-size: 16px;
    color: #555;
    padding: 0 0 14px;
    border-bottom: 1px solid #dadada;
}
.news_con li .con p{
    font-size: 12px;
    color: #999;
    padding-top: 15px;
    height: 56px;
}
.news_con li .con span{
    color: #ccc;
    font-size: 16px;
    display: block;
    margin-top:15px;
    background: url("../images/ico5.png") no-repeat right;
}
.news_con li:hover{
    box-shadow:10px 10px 10px rgba(0, 0, 0, .15);
}
.news_more a{
    display: block;
    width: 160px;
    height: 50px;
    border: 1px solid #2495e4;
    color: #2495e4;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    margin:80px auto 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
}
.news_more a span{
    font-family: 宋体;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.news_more a:before{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    background: #2495e4;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.news_more a:hover:before{
    left: 0;
    right: auto;
    width: 100%;
}
.news_more a:hover{
    color:#fff;
}
.news_more a:after{
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.friend_link{
    margin-top:75px;
}
.friend_link .bd{
    width: 1080px;
    margin:auto;
}
.friend_link .bd li{
    float: left;
    margin:0 7px;
    width: 200px;
    height: 83px;
}
.friend_link .bd li img{
    border: 1px solid #f5f5f5;
}
.friend_link .hd{
    position: relative;
}
.friend_link .hd a{
    display: block;
    width:11px;
    height: 17px;
    position: absolute;
    top: 34px;
    cursor: pointer;
}
.friend_link .hd a.prev{
    background: url("../images/prev.jpg") no-repeat;
    left: 30px;
}
.friend_link .hd a.next{
    background: url("../images/next.jpg") no-repeat;
    right: 30px;
}

.footer{
    background: #424955;
    margin-top:50px;
    padding: 60px 0 0;
}
.f_contact{
    width:470px;
}
.f_logo{
    padding-bottom: 30px;
}
.f_contact .txt{
    font-size: 14px;
    color: rgba(255,255,255,.8);
}
.f_contact .txt h4{
    padding-bottom: 15px;
}
.f_contact .code{
    color: rgba(255,255,255,.8);
    text-align: center;
    position: absolute;
    right: -30px;
    top: 10px;
}
.f_menu{
    width: 650px;
}
.f_menu dl{
    flex: 1;
}
.f_menu dl dt{
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
}
.f_menu dl dd a{
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,.8);
}
.footer_bottom{
    font-size: 14px;
    height: 65px;
    line-height: 30px;
    background: #353a44;
    margin-top:40px;
    color: rgba(255,255,255,.7);
    text-align: center;
}

/*内页*/
.inner_tit{
    background: url("../images/i_ban.jpg") no-repeat center;
    height: 500px;
    text-align: center;
    padding-top: 150px;
    color: #fff;
}
.inner_tit1{
    background: url("../images/i_ban_join.jpg") no-repeat center;
}
.inner_tit2{
    background: url("../images/i_ban_contact.jpg") no-repeat center;
}
.inner_tit3{
    background: url("../images/i_ban_book.jpg") no-repeat center;
}
.inner_tit h4{
    font-size: 40px;
    line-height: 1.2;
    padding-top: 45px;
}
.inner_tit p{
    font-size: 20px;
    text-transform: uppercase;
}

.inner_pos{
    font-size: 14px;
    border-bottom: 1px solid #eee;
    background: url("../images/ico6.png") no-repeat left;
    padding: 0 0 0 20px;
    height:40px;
    line-height: 40px;
    color: #666;
}
.inner_pos a{
    color: #666;
}
/*单页*/
.page_index{
    padding: 30px 0 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.9;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.page_index h3{
    font-size: 24px;
    text-align: center;
    color: #222;
}
.page_index p{
    padding-bottom: 20px;
}
.page_index .des{
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #999;
    margin-bottom: 20px;
}
.page_index img{
    display:block;
    margin:auto;
}
.hot_product .tit{
    text-align: center;
    font-size: 24px;
}
.hot_product ul{
    padding: 20px 0;
}
.hot_product ul li{
    width: 285px;
    margin-right:20px;
}
.hot_product ul li .img{
    height:296px;
    overflow: hidden;
}
.hot_product ul li h4{
    font-size: 14px;
    line-height: 36px;
}
.hot_product ul li:nth-child(4n){
    margin-right:0;
}

/*新闻列表*/
.page_newsList li{
    border-bottom: 1px solid rgba(227,227,227,.61);
    padding: 30px 0;
    transition: all .3s ease-out 0s;
}
.page_newsList li .img{
    margin-right:20px;
}
.page_newsList li .img img{
    width:200px;
    height: 126px;
}
.page_newsList li .time{
    width: 140px;
    margin-right: 60px;
}
.page_newsList li .time p{
    color: #c5c5c5;
    font-size:20px;
    font-family: "微软雅黑";
}
.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{
    width: 640px;
    padding-top: 20px;
}
.page_newsList li .con h4{
    height: 43px;
    color: #333;
    transition: all .3s ease-out 0s;
    font-size: 16px;
}
.page_newsList li .con p{
    color: #A4A2A2;
    font-size: 13px;
    line-height: 24px;
}
.page_newsList li:hover{
    border-bottom: 1px solid #2495e4;
}
.page_newsList li:hover .con h4{
    color: #2495e4;
}
.page_newsList li:hover .time span{
    border: 1px solid #2495e4;
    color: #2495e4;
    margin-left:50px;
}
.page{
    text-align: center;
    margin:30px 0;
}
.page span{
    border: 1px solid #333;
}
.page li{
    display: inline-block;
    margin:0 2px;
    background: #eee;
    padding: 2px 10px;
    font-size: 14px;
    color: #666;
}
.page li.thisclass{
    background: #2495e4;
    color: #fff;
}
.page li:last-child{
    display: none;
}
.page li a{
    color: #666;
}
.pageinfo{
    display: none;
}
/*产品*/
.page_picList{
    padding: 30px 0 0;
}

.page_picList li{
    float: left;
    width:285px;
    margin:0 20px 10px 0;
}
.page_picList li a{
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: relative;
}
.page_picList li a .img_box img{
    display: block;
}
.page_picList li a .img_box p{
    background-color: #034484;
    position: absolute;
    bottom:0;
    left: 0;
    transition:all .3s;
    width: 100%;
}
.page_picList li a .img_box p em{
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    margin: 0 30px;
    background: url(../images/aw-dr5.png) no-repeat right center;
    background-size: 12px auto;
    font-style: normal;
    display: block;
}
.page_picList li a .con{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 68, 132, .8);
    text-align: center;
    color: #fff;
    transition:all .3s;
}
.page_picList li a .con h4{
    padding-top: 60px;
    color: #fff;
    font-size: 16px;
}
.page_picList li a .con p{
    padding-top: 15px;
    position: relative;
    margin: 0 15%;
    line-height: 24px;
    font-size: 16px;
}
.page_picList li a:hover .img_box p{
    opacity: 0;
}
.page_picList li a:hover .con{
    opacity: 1;
}
.page_picList li:nth-child(4n){
    margin-right:0;
}


.typo{
    margin-top: 30px;
    font-size: 15px;
}

/*内页分类*/
.inner_subMenu li{
    display: inline-block;
    margin:20px 10px 0 0;
    float:left;
    position: relative;
}
.inner_subMenu li>a{
    display: block;
    color: #666;
    background: #f5f5f5;
    padding: 2px 50px;
    font-size: 14px;
}
.inner_subMenu li>a:hover{
    color: #fff;
    background: #2495e4;
}
.inner_subMenu li .list{
    width:100%;
    background:#2495e4;
    display:none;
    position: absolute;
    left:0;
    top:28px;
    z-index:9999;
}
.inner_subMenu li:hover .list{
    display:block;
}
.inner_subMenu li .list a{
    display:block;
    color:#fff;
    text-align:center;
    height:30px;
    line-height:30px;
}
.inner_subMenu li .list a:hover{
    background:rgba(0,0,0,.2)
}

/*翻页*/
.return_page{
    background: #f7f7f7;
    padding: 10px 20px;
    line-height: 30px;
    color: #666;
}
.return_page p a{
    color: #034484;
}

/*在线留言*/
#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;
}
