/* top S */

#top {
    background: #efefef;
    border-bottom: 1px solid #ddd;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
    height: 30px;
}

.top_left {}

.top_right {}

.top_right span {
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    min-width: 30px;
    height: 30px;
    text-indent: 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.top_right span:nth-child(1) {
    background: url(/public/home/web/image/phone.png) 5px 50% no-repeat;
    background-size: 20px;
    color: #00428E;
}

.top_right span:nth-child(2) {
    background: url(/public/home/web/image/kf.png) 5px 50% no-repeat;
    background-size: 15px;
    ;
}

.top_right span:nth-child(3) {
    background: url(/public/home/web/image/qrcode.png) 5px 50% no-repeat;
    background-size: 20px;
}

.top_right span>img {
    width: 20px;
    display: table-cell;
    vertical-align: middle;
}

.qrcodebtn {
    position: relative;
}

.qrcodebox {
    position: absolute;
    left: -55px;
    top: 40px;
    display: none;
}

.qrcodebox img {
    width: 150px;
}


/* top E */


/* header S */

#header {}

.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
    width: 400px;
    margin-top: 36px;
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
    width: 340px;
    overflow: hidden;
}


/* header E */
/* nav S */
#nav {
    height: 46px;
    background: #fb503c;
}

.header .r{
    width: 800px;
    float: right;
    height: 46px;
    margin-top: 37px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 150px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.nav>li:first-child{
    background: #1c3e7b;
}

.nav>li:after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0px;
}

.nav>li:last-child:after {
    display: none;
}

.nav>li .fa {
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 18px;
}

.nav>li .fa:hover{
    font-weight: bold;

}

.nav-box .inner{
    height: 50px;
}

.active{
    
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 170px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #efefef;
}

.nav>li.list .list_ul>li:hover{
    border: 2px solid #00428E;
}

.nav>li.list .list_ul>li a {
    color: #555;
    display: block;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 133px;
    width: 170px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #555;
}

.fullscreen_list_div {
    background: #ff675d;
}

.fullscreen_list_div {
    display: none;
    position: relative;
    z-index: 9999;
}

.fullscreen_list_div .fullscreen_list_ul {
    width: 1200px;
    margin: 0 auto;
}

.fullscreen_list_div .fullscreen_list_ul li {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 5px 8px;
    background: #fb503c;
}

.fullscreen_list_div .fullscreen_list_ul li:hover,
.fullscreen_list_div .fullscreen_list_ul li.close {
    background: #fb160e;
    cursor: pointer;
}

.fullscreen_list_div .fullscreen_list_ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
}


/* nav E */


/* banner S */

#banner {
    border-bottom: 1px solid #efefef;
}


/* banner E */


/* index about S */

#index_about {
    width: 1200px;
    margin: 50px auto;
}

.index_title {
    width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}

.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}


/* index about E */


/* index product S */

#index_product {
    width: 1200px;
    margin: 50px auto;
}

.index_product_sort {
    margin-bottom: 40px;
}

.index_product_sort>li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.index_product_sort>li>a {
    padding: 5px 10px;
    border: 2px solid #555;
    border-radius: 10px;
    display: block;
}

.index_product_sort_children {
    position: absolute;
    top: 33px;
    z-index: 999;
    width: 1200px;
    display: none;
}

.index_product_sort>li:hover .index_product_sort_children {
    display: block;
}

.index_product_sort_children>li {
    display: inline-block;
    position: relative;
}

.index_product_sort_children>li>a {
    padding: 10px 10px;
    display: block;
    font-size: 12px;
}

.index_product_info {}

.index_product_info a {
    display: block;
}


/* index product E */


/*index new S*/

#index_new {
    width: 1200px;
    margin: 50px auto;
}

.index_new_ul {}

.index_new_ul li {
    width: 550px;
    padding: 20px;
    float: left;
    margin: 5px;
    background: #f7f7f7;
}

.index_new_li_title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.index_new_li_description {
    font-size: 12px;
    color: #888;
    text-indent: 20px;
    margin-bottom: 15px;
}

.index_new_li_time {
    font-size: 12px;
    color: #888;
}


/*index new E*/


/*footer S*/

#footer {
    background: #333;
    margin-top: 50px;
    padding-top: 20px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

.footer_ul {}

.footer_ul_li {
    float: left;
    color: #fff;
    width: 120px;
    padding-right: 15px;
}

.footer_ul_li_ul {}

.footer_ul_li_ul li:first-child {
    margin-bottom: 10px;
    font-weight: 700;
}

.footer_ul_li_ul li {
    margin-bottom: 5px;
}

.footer_ul_li_ul li a {
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #aaa;
}

.footer_qrcode {
    width: 160px;
    float: right;
}

.footer_bottom {
    background: #222;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    margin-top: 30px;
}

.footer_bottom div{
    width: 1200px;
    margin: auto;
}

.footer_bottom a{
    color: #fff;
}

/*footer E*/

.search_page_right_form button{
    padding: 15px 20px;

}
/*在线留言悬浮框 S*/

#mbtn {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    background: url(/public/home/web/image/mbtn.png) no-repeat 50% 50% #fb503c;
    background-size: 80% 80%;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}

.mcbtn {
    float: right;
    width: 25px;
    height: 25px;
    background: url(/public/home/web/image/mcbtn.png) no-repeat 50% 50%;
    background-size: 80% 80%;
    cursor: pointer;
}

#message {
    position: fixed;
    right: 5px;
    bottom: 0px;
    width: 188px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #efefef;
    box-shadow: 2px -2px 2px #efefef;
    display: none;
}

.message_title {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

#message input,
#message textarea {
    margin-bottom: 5px;
    line-height: 30px;
}

#message buttoon {}


/*在线留言悬浮框 E*/


/*内页 S*/

#page_about,
#sort_product,
#info_product,
#message_page,
#sitemap,
#search_page {
    width: 1200px;
    margin: 28px auto;
}

.sort_product_right_ul {
    margin-top: 30px;
}

.sort_product_right_ul li {
    width: 195px;
    float: left;
    padding: 5px;
    margin: 10px;
    box-shadow: 2px 2px 10px #efefef;
    margin-bottom: 30px;
}

.sort_product_right_ul li:hover{
    box-shadow: 2px 2px 10px #333;
}

.sort_product_right_ul li .img{
    width: 195px;
    height: 151px;
    vertical-align: middle;
    text-align: center;
    /*display: table-cell;*/
}

.sort_product_right_ul li h4{
    height: 60px;
}

.sort_product_right_ul li a {
    display: block;
}

.sort_product_right_ul li a img {
    max-width: 100%;
    max-height: 100%;
}

.sort_product_right_ul li a h4 {
    text-align: center;
    line-height: 30px;
}
.page_about_left_div>div:nth-child(2){
    padding:2px 12px 20px 23px ; 
}

.sort_new_right_ul {
    margin-top: 30px;
    word-break: break-word;
}

.sort_new_right_ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    clear:both;
    box-shadow: 0 0 10px #ccc;
    padding:16px;
}

.sort_new_right_ul li a {
    display: block;
}
.sort_new_right_ul li a img{
    float:left;
    width: 159px;
    height: 120px;
    margin-right: 20px;
}

.sort_new_right_ul li a h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.sort_new_right_ul li a p {
    font-size: 14px;
    height: 56px;
    line-height: 28px;
    color: #777;
    text-indent: 20px;
    margin-bottom: 10px;
}

.sort_new_right_ul li a .time {
    font-size: 12px;
    color: #777;
}

.info_product_right_time,
.info_product_right_page_view {
    font-size: 12px;
    float: left;
    margin-right: 10px;
}

.info_product_right_image {
    margin-top: 20px;
}

.info_product_right_description {
    word-break: break-word;
    margin-top: 20px;
    box-shadow: 0 0 10px #ccc;
    padding:20px 10px;
}

.info_product_right_description img {
    max-width: 100%;
}

.rightbox_relation {
    margin-top: 20px;
}

.rightbox_relation_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}
.leftbox_div div>p{
    line-height: 30px;
}

.rightbox_product_relation_ul {}

.rightbox_product_relation_ul li {
    width: 160px;
    padding: 5px;
    margin: 5px;
    float: left;
    background: #f6f6f6;
}

.rightbox_product_relation_ul li a {
    display: block;
}

.rightbox_product_relation_ul li a img {
    width: 160px;
    height: 125px;
}

.rightbox_product_relation_ul li a h4 {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.rightbox_new_relation_ul {
    word-break: break-word;
}

.rightbox_new_relation_ul li {
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 0 10px #ccc
}

.rightbox_new_relation_ul li a {
    display: block;
}

.rightbox_new_relation_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rightbox_new_relation_time {
    font-size: 12px;
    margin-bottom: 10px;
    color: #666;
}

.rightbox_new_relation_description {
    font-size: 12px;
    color: #666;
    text-indent: 20px;
}

.leftbox_ul p {
    line-height: 24px;
}

.rightbox_message_form {
    margin-top: 20px;
    box-shadow: 0 0 10px #ccc;
    padding:45px;
}

.rightbox_message_form input,
.rightbox_message_form textarea {
    margin-bottom: 20px;
    max-width: 800px;
}

.rightbox_message_form textarea {
    line-height: 80px
}
.rightbox_message_form input{
    line-height: 40px;
}

.rightbox_message_form img{
    display: block; 
    margin: 10px 0 20px 10px;
}

.rightbox_message_form button{
    padding:10px 60px;
    border-radius: 5px;
}
.sitemap_right_box {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
}

.sitemap_right_box_title {
    margin-bottom: 10px;
    font-size: 14px;
    border: none;
    font-weight: 700;
}

.sitemap_right_box_ul {}

.sitemap_right_box_ul li {
    float: left;
    margin: 5px 10px;
}

.search_page_right_form {
    margin-top: 20px;
}

.search_page_right_ul {
    margin-top: 20px;
}

.search_page_right_ul li {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 15px;
    padding: 15px ;
}

.search_page_right_ul .search_title {
    font-weight: bold;
}

.search_title {
    font-size: 14px;
    margin-bottom: 8px;
}



.search_chunk {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #888;
    position: relative;
}

.search_chunk:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -5px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #888;
}

.search_sort {
    float: left;
    font-size: 12px;
    color: #888;
    margin-right: 20px;
}

.search_time {
    float: left;
    font-size: 12px;
    color: #888;
}


/*--------------------------------------*/

.leftbox {
    width: 250px;
    float: left;
    box-shadow: 0 0 10px #ccc;
}

.leftbox_ul {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.leftbox_ul li:hover{
    border: 2px solid #00428E;
    width: 246px;
}

.leftbox_ul li:first-child,
.leftbox_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}

.leftbox_ul li {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    background: url(/public/image1/a1.png) no-repeat 230px center;
    text-indent: 25px;

}

.leftbox_ul li:first-child, .leftbox_title ,.rightbox_relation_title,  .rightbox_relation_title{
    margin-bottom: 10px;
    font-size: 18px;
    border: none;
    width: 230px;
    margin-left: 10px;
    background: url(/public/image1/a1.jpg) repeat-x bottom;
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
}



.rightbox {
    width: 900px;
    float: right;
    position: relative;
}

.rightbox_title {
    padding: 9px 0;
    font-size: 18px;
    border: none
}

.rightbox_frame {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 0px;
}

.rightbox_frame li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.rightbox_frame li:after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    top: 9px;
    right: -5px;
    background: #666;
}

.rightbox_frame li:last-child {
    margin: 0px;
}

.rightbox_frame li:last-child:after {
    display: none;
}

.rightbox_siblings {
    margin-top: 20px;
}

.rightbox_siblings>div {
    margin-bottom: 10px;
}

.makea{
    margin-right: 10px;
}
/*内页 E*/

.pro{
    width: 100%;
    float: left;
    min-height: 200px;
    overflow: hidden;
}
.pro-box{
    width: 1200px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.pro-box .l{
    width: 230px;
    float: left;
    min-height: 200px;
    overflow: hidden;
}

.pro-box .l .tip{
    width: 230px;
    height: 120px;
    float: left;
    background: #00428E;
}

.pro-box .l .tip h2{
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 30px;
}

.pro-box .l .tip h3{
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.pro-box .l .sort{
    width: 226px;
    float: left;
    min-height: 200px;
    overflow: hidden;
    border: 2px solid #00428E;
}

.pro-box .l .sort ul{
    padding: 10px;
    min-height: 360px;
    overflow: hidden;
}

.pro-box .l .sort ul li{
    width: 198px;
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
    border: 1px dotted #ccc;
    margin-top: 20px;
}

.pro-box .l .sort ul li:hover{
    border: 2px solid #00428E;
    width: 196px;
    height: 38px;
}

.pro-box .l .sort ul li a{
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.pro-box .r{
    width: 950px;
    float: right;
}

.pro-box .r ul li{
    width: 215px;
    margin-left: 30px;
    height: 260px;
    float: left;
}

.pro-box .r ul li:nth-child(4n-3){
    margin-left: 0px;
}

.pro-box .r ul li .img{
    width: 213px;
    height: 213px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.pro-box .r ul li .img img{
    max-width: 90%;
    max-height: 90%;
}

.pro-box .r ul li h4{
    height: 40px;
    text-align: center;

}

.pro-box .r ul li:hover h4{
    border: 2px solid #00428E
}

.environment{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.environment .tip{
    width: 1200px;
    height: 80px;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
}

.environment .tip span{
    font-size: 22px;
    font-weight: bold;
}


.environment img{
    margin-top: 30px;
}

.honor{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.honor .show{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    margin-bottom: 40px;
}

.honor .show ul li{
    width: 270px;
    height: 240px;
    float: left;
    margin-left: 40px;
    /*margin-bottom: 30px;*/
}

.honor .show ul li:nth-child(4n-3){
    margin-left: 0px;
}

.honor .show ul li h4{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.honor .show ul li img{
    width: 270px;
    height: 200px;
}

.honor .tip{
    width: 1200px;
    height: 80px;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
}

.honor .tip span{
    font-size: 22px;
    font-weight: bold;
}

.honor img{
    margin-top: 30px;
}

.about-box{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -600px;
    margin-top: 30px;
}

.about-box .tip{
    width: 1200px;
    height: 80px;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
}

.about-box .tip span{
    font-size: 22px;
    font-weight: bold;
}


.about-box img{
    width: 550px;
    float: left;
    margin-top: 30px;
}

.about-box .show{
    width: 600px;
    float: right;
    margin-top: 30px;
}


.news-box{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.news-box .tip{
    width: 1200px;
    height: 80px;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
}

.news-box .tip span{
    font-size: 22px;
    font-weight: bold;
}

.news-box .show{
    width: 1200px;
    float: left;
    min-height: 200px;
    overflow: hidden;
}

.news-box .show ul li{
    width: 575px;
    float: left;
    margin-left: 50px;
    height: 140px;
    background: #F8F8F8;
    margin-top: 20px;
}

.news-box .show ul li:nth-child(2n-1){
    margin-left: 0px;
}

.news-box .show ul li .inner{
    padding: 20px;
}

.news-box .show ul li .inner img{
    max-height: 100px;
    float: left;
    max-width: 140px;
}

.news-box .show ul li .inner .info{
    width: 365px;
    float: right;
    height: 100px;
}

.news-box .show ul li .inner .info h1{
    font-size: 15px;
    font-weight: bold;
}

.news-box .show ul li .inner .info h2{
    padding-top: 5px;
}

.news-box .show ul li .inner .info h3{
    padding-top: 5px;
}

.foot {width:100%; height:484px; margin: 0px auto; background-color:#333333; clear:both;}
.footnv {width:1200px; height:484px; margin: 0px auto;}
.f_r {width:1200px; height:341px; float:left;}
.f_ks {width:996px; height:291px; float:left; padding-top:50px;}
.f_ks ul {list-style:none; margin-left:0px;}
.f_ks li {
    width:190px;
    height: auto;
    float: left;
    background-repeat: no-repeat;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #3f3f3f;
}


.f_ks li a{color:#b1b1b1;}
.f_ks li a:hover{color:#fff;}

.ye {
    font-size:16px;
    text-align:center;
    color:#fff;
    font-family:"微软雅黑";
    width:190px;
    height:35px;
    line-height:30px;
    font-weight:bold;
    background-image: url(/public/image1/fobg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.yee {
    font-size:16px;
    text-align:center;
    color:#fff;
    font-family:"微软雅黑";
    width:160px;
    height:35px;
    line-height:30px;
    font-weight:bold;
    background-image: url(/public/image1/fobg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.f_m {font-size:12px; text-align:center; color:#7c8282; float:left; width:190px; line-height:27px;}


.f_mm {font-size:12px; text-align:center; color:#7c8282; float:left; width:160px; line-height:27px;}





.f_kt {width:204px; height:291px; float:left; padding-top:50px;}
.f_kt ul {list-style:none; margin-left:0px;}
.f_kt li {
    width:160px;
    height: auto;
    float: left;
    background-repeat: no-repeat;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #3f3f3f;
}
.f_kt li a{color:#b1b1b1;}
.f_kt li a:hover{color:#fff;}


.f_h {width:955px; height:80px; padding-top:13px; float:left;   border-top-width: thin;
    border-top-style: solid;
    border-top-color: #666666;}
.f_h ul{list-style:none;}
.f_h li{width:100px; height:30px; float:left;}
.f_h li a {color:#a2a2a2; font-size:14px;}
.f_h li a:hover{color:#fff; font-size:14px;}
.f_h span{float:left; color: #a2a2a2; line-height:30px; width:955px;}
.telh {
    width:185px;
    padding-top:35px;
    padding-left:60px;
    height:58px;
    float:left;
    color:#fff;
    font-size:25px;
    background-image:url(/public/image1/images_81.jpg);
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #666666;
}
.f_kt span{width: 174px; height:130px; padding-left:30px; padding-top:30px; float:left;}



.applications{
    position: relative;
    width: 100%;
    height: 704px;
    background-image: url(/public/image1/applications.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
}
.applications .top{
    
    width: 468px;
    height: 97px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: rgba(255,255,255,.36);
    box-sizing: border-box;
    margin-top: 0 auto;
    margin-top: 50px;
}
.applications .top span{
    display: block;
    font-size: 18px;
    color: #1d384c;
}

.applications img{
    width: 1200px;
    margin: 50px auto;
    display: block;
}
.applications .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    font-size: 16px;
    font-weight:600;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.48);
}

.applications .item1{
    position: absolute;
    top: 210px;
    left: 50%;
    width: 360px;
    height: 139px;
    margin-left: -599px;
    background-image: url(/public/image1/applications1.png);
}
.applications .item2{
    position: absolute;
    top: 210px;
    left: 50%;
    width: 414px;
    height: 275px;
    padding-top: 28px;
    margin-left: -232px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
}
.applications .item2 img{
    display: block;
    margin: 0 auto;
}
.applications .item2 .one{
    font-size: 28px;
    font-weight: bold;
    color: #ba331b;
}
.applications .item2 .one strong{
    font-size: 58px;
    color: #ba331b;
}
.applications .item2 .two{
    font-size: 16px;
    font-weight: bold;
    color: #1d384c;
}
.applications .item2 .two b{
    color: #ba331b;
}
.applications .item3{
    position: absolute;
    top: 210px;
    left: 50%;
    width: 412px;
    height: 139px;
    margin-left: 189px;
    background-image: url(/public/image1/applications3.png);
}
.applications .item4{
    position: absolute;
    top: 355px;
    left: 50%;
    width: 360px;
    height: 275px;
    margin-left: -599px;
    background-image: url(/public/image1/applications4.png);
}
.applications .item5{
    position: absolute;
    top: 493px;
    left: 50%;
    width: 415px;
    height: 137px;
    margin-left: -232px;
    background-image: url(/public/image1/applications5.png);
}
.applications .item6{
    position: absolute;
    top: 355px;
    left: 50%;
    width: 412px;
    height: 275px;
    margin-left: 189px;
    background-image: url(/public/image1/applications6.png);
}

.advantage{
    width: 100%;
  
    min-height: 200px;
    overflow: hidden;
}

.advantage .title{
    width: 100%;
    height: 98px;
    background-image: url(/public/image1/advantage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
/*.advantage .box,
.advantage .item3,
.advantage .item4,
.advantage .item5{
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}*/


.advantage .box .item1{
    width: 1200px;
    margin: 0 auto;
    height: 409px;
    overflow: hidden;
}

.advantage .box .item1 h1{
    color: #b4281f;
    font-size: 30px;
    font-weight: 600;
    padding-top: 100px;
}

.advantage .box .item1 h2{
    color: #1a74b0;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
}

.advantage .box .item1 .text{
    color: #666;
    font-size: 17px;
    line-height: 2em;
    margin-top: 50px;
}

.advantage .box .item2{
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
}

.advantage .box .item2 h1{
    color: #b4281f;
    font-size: 30px;
    font-weight: 600;
    padding-top: 100px;
    text-align: right;
}

.advantage .box .item2 h2{
    color: #1a74b0;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
    text-align: right;
}

.advantage .box .item2 .text{
    color: #666;
    font-size: 17px;
    line-height: 2em;
    margin-top: 50px;
    text-align: right;
}


.advantage .box{
    width: 100%;
    height: 805px;
    background: url(/public/image1/adv1.png) no-repeat left;
    float: left;
}
.advantage .box .item1{

}
.advantage .box .item1 img{
    position: absolute;
    top: 69px;
    left: 50%;
    margin-left: -600px;
}

.advantage .box .item2 img{
    position: absolute;
    top: 61px;
    right: 50%;
    margin-right: -600px;
}

.advantage .item3{
    height: 401px;
    background: url(/public/image1/advbg3.png);
    width: 100%;
    float: left;
}
.advantage .item3 .show{
    width: 1200px;
    height: 401px;
    margin: 0 auto;
}


.advantage .item3 h1{
    color: #b4281f;
    font-size: 30px;
    font-weight: 600;
    padding-top: 100px;

}
.advantage .item3 h2{
    color: #1a74b0;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;

}
.advantage .item3 .text{
    color: white;
    font-size: 17px;
    line-height: 2em;
    margin-top: 50px;

}

.advantage .item4{
    height: 402px;
    background: url(/public/image1/advbg4.png);
    width: 100%;
    float: left;
}

.advantage .item4 .show{
    width: 1200px;
    height: 401px;
    margin: 0 auto;
}

.advantage .item4 h1{
    color: #b4281f;
    font-size: 30px;
    font-weight: 600;
    padding-top: 100px;
    text-align: right;
}
.advantage .item4 h2{
    color: #1a74b0;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
    text-align: right;
}
.advantage .item4 .text{
    color: #666;
    font-size: 17px;
    line-height: 2em;
    margin-top: 50px;
    text-align: right;
}
.advantage .item5{
    height: 398px;
    background: url(/public/image1/advbg5.png);
    width: 100%;
    float: left;
}

.advantage .item5 .show{
    width: 1200px;
    height: 401px;
    margin: 0 auto;
}

.advantage .item5 h1{
    color: white;
    font-size: 30px;
    font-weight: 600;
    padding-top: 100px;

}
.advantage .item5 h2{
    color: #1a74b0;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;

}
.advantage .item5 .text{
    color: white;
    font-size: 17px;
    line-height: 2em;
    margin-top: 50px;

}

.banner-out {
    width: 100%;
    position: relative;
    z-index: 9;
    float: left;
    /*min-height: 600px;*/
    overflow: hidden;
}

.banner {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.banner .img {
    width: 99999px;
    position: absolute;
    left: 0px;
    top: 0;
}

.banner .img li {
    float: left;
}

.banner .img img {
    max-width: 100%;
    width: 100%;
}

.banner .num {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    font-size: 0px;
}

.banner .num li {
    width: 10px;
    height: 10px;
    background: #888;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.banner .num li.on {
    background: #F60;
}

.banner .btn {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    font-family: "宋体";
    display: none;
}

.banner:hover .btn {
    display: block;
}

.banner .btn_l {
    left: 0;
}

.banner .btn_r {
    right: 0;
}
