*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}
body{
    min-width:1200px;
    overflow-x:hidden;
    font:12px/1.5em "microsoft yahei";color:#656565;background:#fff;
}
ul,li{
    list-style:none;
}
img{
    border:none;
    outline:none;
}
h1,h2,h3,h4,h5,h6{
    margin:0px;
}
a{
    color: #333333;
    text-decoration: none;
}
.line_1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.hbtn{
    transition: ease-out .4s;
}
.hbtn:hover{
    transition: ease-out .4s;
}
input,textarea{
    border:none;
    outline: none;
}
.bklist{
    width:52px;
    cursor: pointer;
    margin-top:25px;
}

.page{text-align:left;margin:10px auto; padding-bottom:20px;display:flex; color:#303030;}
.page_turner {padding:20px 0px 0px 1px;clear:both;}
.page_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}

.page1{float:right;text-align:left;margin:10px 30px;display:inline;}
.page1_turner {padding:4px 0px 0px 1px;float:left;clear:both;}
.page1_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page1_turner a:link, .page_turner a:visited { text-decoration:none; }
.page1_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}
.page::after{content:"";display: block;clear: both;}

/*header*/
header{
    width:83.33vw;
    height: 132px;
    margin:0 auto;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    height: 83px;
    vertical-align: top;
}
header > .right .language{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header > .right .language a{
    font-size:16px;
    color:#323333;
    line-height: 18px;
}
header > .right .language span{
    width:1px;
    height: 18px;
    background-color:#323333;
    margin:0 5px;
}
header .right{
    text-align: right;
    height: 100%;
}
header .right .date{
    text-align: right;
    font-size: 13px;
    line-height: 16px;
    display: inline-flex;
    padding:5px;
    border:2px solid #dc4040;
    margin-bottom: 5px;
    margin-top: 5px;
}
header .right .date span{
    margin-left: 5px;
}
.navwrap{
    width:60vw;
    margin-top: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav > li{
    position: relative;
}
.nav > li > a{
    font-size:16px;
    color:#323333;
    display: block;
    line-height: 40px;
    padding:0 15px;
    white-space: nowrap;
}
.nav > li.cur > a{
    background-color: #2357a7;
    color:#fff;
    font-weight: bold;
}
.nav > li:hover > a{
    background-color: #2357a7;
    color:#fff;
    font-weight: bold;
}
.nav > li:hover > .submenu{
    display: block;
}
.submenu{
    display: none;
    position: absolute;
    width:100%;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    background-color: #2357a7;
    z-index: 99;
}
.submenu li a{
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-top:1px solid #fff;
}
.submenu li a:hover{
    background-color: #3672ce;
}
.searchwrap{
    width:200px;
    height:36px;
    border:1px solid #e6e6e6;
    border-radius:5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
}
.searchwrap input[type="text"]{
    width:76%;
    height: 100%;
}
.searchwrap input[type="submit"]{
    width:24%;
    height: 100%;
    background:url(../images/icon_search.png) center center no-repeat;
    cursor: pointer;
}
#indexbanner{
    width:100%;
    position: relative;
}
#indexbanner img{
    vertical-align: top;
    width: 100%;
}
.indexpage{
    width:83.33vw;
    height:100%;
    position: absolute;
    z-index:9;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.indexpage div{
    width:45px; 
    height:100px; 
    position:absolute; 
    z-index:10;
    top:50%;
    transform: translateY(-50%);
    cursor:pointer;
    opacity: .3;
    transition: .4s;
}
.indexpage .bannerleft{
    left:0;
    background:url(../images/sprite.png) no-repeat 0 0; 
}
.indexpage .bannerright{
    right:0;
    background:url(../images/sprite.png) no-repeat right top; 
}
.indexpage div:hover{
    opacity: 1;
}
.childbanner img{
    width:100%;
    vertical-align: top;
}
/*footer*/
footer{
    width:100%;
    height: 220px;
    background-color:#999999;
}
.footwrap{
    width:83.33vw;
    margin:0 auto;
    display: flex;
}
.whiteline{
    width:100%;
    height: 30px;
}
.ft1{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60vw;
    padding-top:45px;
}
.ft1 img{
    margin-bottom: 27px;
}
.ft1 p{
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
}
.ft1 p a{
    color: #fff;
}
.ft2{
    padding-top:33px;
    display: flex;
    align-items: flex-start;
}
.ft2 .ft2item{
    text-align: center;
    margin-right: 30px;
    text-align: center;
}
.ft2 p{
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
}
.contactwrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 50px 0;
}
.contactwrap .left h5{
    font-size: 26px;
    color: #333333;
    line-height: 1;
    width: 360px;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.contactwrap .left p{
    font-size: 20px;
    color: #545454;
    line-height: 38px;
}
.contactwrap .right{
    width: 55vw;
    height: 18vw;
}



/*index*/
.container{
    width:83.33vw;
    margin:0 auto;
}
.indexitem{
    width:39.79vw;
}
.index1{
    margin-top: 90px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.indextitle{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 29px;
    border-bottom:1px solid #e6e6e6;
    margin-bottom: 22px;
}
.indextitle .link,.indextitle span{
    font-size:30px;
    color:#333333;
    line-height: 1;
    font-weight: bold;
}
.indextitle a.more{
    width: 30px;
    height: 30px;
    background:url(../images/icon_more.png);
    display: none;
}
img{
    max-width: 100%;
}
.index1 .left .content{
    font-size:24px;
    color:#333333;
    line-height: 42px;
    margin-top:20px;
}
.index1 .left .content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.index1 .right{
    background-color: #f6f6f6;
}
.index1 .right .titlewrap{
    width: 100%;
    height: 60px;
    background-color:#2357a7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 30px 0 26px;
}
.index1 .titlewrap .title span{
    font-size:24px;
    color: #ffffff;
    line-height: 60px;
}
.index1 .titlewrap .title span.cur{
    font-weight: bold;
}
.index1 .titlewrap .title span:not(:last-child)::after{
    content: "";
    width:2px;
    height:26px;
    margin:0 18px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.index1 .titlewrap .more{
    width:25px;
    height: 25px;
    background:url(../images/icon_more_w.png);
    display: none;
}
.index1 .right .content{
    padding:8px 34px 0 42px;
}
.index1 .right .content .item{
    display: flex;
    height:49px;
    border-bottom: 1px dashed #e6e6e6;
    align-items: center;
}
.index1 .right .content .item::before{
    content:"";
    display: block;
    width:6px;
    height: 6px;
    background-color: #333333;
    border-radius: 50%;
    margin-right:10px;
}
.index1 .right .content .item a{
    font-size:16px;
    color:#666666;
    width:70%;
}
.index1 .right .content .item span{
    font-size:14px;
    color:#999999;
    margin-left:auto;
}
.index1 .right .content > div{
    display: none;
}
.index1 .right .content > div:first-child{
    display: block;
}
.index2{
    margin-top:71px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index2 .left iframe{
    width:100%;
    height:332px; 
}
.index2 .left .content a:nth-child(n+2){
    font-size:26px;
    color:#333333;
    line-height: 60px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.index2 .left .content a:nth-child(n+2)::before{
    content:"";
    display: block;
    width:8px;
    height: 8px;
    background-color:#2357a7;
    margin-right:21px;
    flex-shrink: 0;
}
.index2 .right .content{
    width:100%;
    height:22.8125vw;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
    padding:1.04vw;
    background-color:#f6f6f6;
}
.index2 .right .content img{
    width:18.33vw;
    vertical-align: top;
}
.index3{
    padding-bottom: 64px;
}
.index3 .title{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index3 .title img{
    width:23.39vw;
}
.index3 .title span{
    font-size: 36px;
    color: #2357a7;
    margin:0 33px;
}
#swiper_pro .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.proslide{
    text-align: center;
}
.proslide img{
    vertical-align: top;
}
.proslide a:nth-child(2){
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 1;
    margin-top:30px;
}


@keyframes transup1{
    0%{
        transform: translateY(600px);
        opacity:0;
    }
    100%{
        transform:none;
        opacity:1;
    }
}
.transup1{
    animation-name: transup1;
    animation-fill-mode: both;
    animation-timing-function:ease-out;
    animation-duration: 1s;
}
@keyframes transup2{
    0%{
        transform: translateY(500px);
        opacity:0;
    }
    100%{
        transform:none;
        opacity:1;
    }
}
.transup2{
    animation-name: transup2;
    animation-fill-mode: both;
    animation-timing-function:ease-out;
    animation-duration: 1s;
}
@keyframes transup3{
    0%{
        transform: translateY(400px);
        opacity:0;
    }
    100%{
        transform:none;
        opacity:1;
    }
}
.transup3{
    animation-name: transup3;
    animation-fill-mode: both;
    animation-timing-function:ease-out;
    animation-duration: 1s;    
}
/*child*/
.childsortswrap{
    width:100%;
    max-width:1920px;
    height:70px;
    margin:0 auto;
    background-color:#0060bc;
}
.childsorts{
    width:83.33vw;
    height:100%;
    margin:0 auto;
    display: flex;
    align-content: flex-start;
}
.childsorts a{
    color:#fff;
    font-size:14px;
    line-height:70px;
    min-width:200px;
    text-align: center;
}
.childsorts[_pro] a{
    /*min-width: auto;*/
    padding:0 20px;
    overflow: hidden;
    white-space: nowrap;
}
.childsorts a.on{
    background-color:#fff;
    color:#0a408a;
    font-weight: bold;
}
.childsorts a:hover{
    background-color:#fff;
    color:#0a408a;
    font-weight: bold;
}
.childcontainer{
    width:83.33vw;
    margin: 0 auto;
    padding:30px 0;
}
.c_newsitem{
    width:100%;
    height:220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}
.c_newsitem img{
    height:160px;
}
.c_newsitem_r{
    width:100%;
}
.childnews_title{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.childnews_title a{
    font-size: 18px;
    color: #545454;
    line-height: 38px;
    font-weight: bold;
}
.childnews_title span{
    font-size: 14px;
    color: #666666;
}
.childnews_content{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.childnews_more{
    display: block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #545454;
    background-color: #f2f2f2;
    margin-top:40px;
}
.article_title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.article_info{
    display: flex;
    justify-content: center;
    align-items: center;
    height:28px;
    background-color:#999;
    margin:15px 0;
}
.article_info span{
    font-size:13px;
    margin:0 13px;
    color:#fff;
}
.article_others{
    margin-top:20px;
    padding:20px 0;
    border-top: 1px dashed #333;
}
.article_others a{
    line-height:25px;
}
.article_others a:hover{
    color:#0a408a;
}
.backlist{
    background-color:#999;
    color:#fff;
    padding:5px 10px;
}
.backlist:hover{
    background-color:#0a408a;
}
.childpro,.childpic{
    display: flex;
    flex-wrap: wrap;
}
.proitem{
    width:32%;
    padding:20px 20px 0;
    border:1px solid #eeeeee;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
.proitem:nth-child(3n+2){
    margin: 0 2% 20px;
}
.proitem:hover{
    border-color:#0a408a;
}
.proitem img{
    width:100%;
}
.proitem p{
    font-size:14px;
    color:#333333;
    line-height:45px;
    text-align: center;
}
.picitem{
    width:32%;
    padding:20px;
    border:1px solid #eeeeee;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
.picitem:nth-child(3n+2){
    margin: 0 2% 20px;
}
.picitem:hover{
    border-color:#0a408a;
}
.picitem img{
    width:100%;
}
.picitem p{
    font-size:14px;
    color:#333333;
    line-height:45px;
    text-align: center;
}
.childmessage{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.msgform{
    width:850px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.msgitem p{
    line-height:1.5;
    color:#5a5a5a;
    margin-bottom:10px;
}
.msgcode p{
    line-height:1.5;
    color:#5a5a5a;
}
.msgitem input{
    width:100%;
    height:38px;
    padding-left:15px;
    border:1px solid #c1c1c1;
    outline:none;
}
.msgitem textarea{
    width:100%;
    height: 150px;
    border:1px solid #c1c1c1;
    outline:none;
    resize: none;
    line-height:38px;
}
.msgcode{
    display: flex;
    height:38px;
    align-items: center;
}
.msgcode input{
    width:120px;
    height:100%;
    border:1px solid #c1c1c1;
    outline:none;
    margin:0 20px;
    padding-left:15px;
}
.msgform input[type="submit"]{
    width:100%;
    height:48px;
    border:none;
    outline:none;
    color:#fff;
    background-color: #0a408a;
    cursor: pointer;
}





/*products*/

/*product*/
.pro2_titlewrap{
    width:100%;
    max-width:1920px;
    margin:.0 auto;
    height:70px;
    background-color:#1f75bc;
}
.pro2_title{
    width:1200px;
    height:70px;
    margin:0 auto;
}
.pro2_title li{
    float:left;
}
.pro2_title li a{
    display:block;
    padding:0 73px;
    line-height:70px;
    font-size:14px;
    color:#ffffff;
}
.pro2_title li a:hover{
    color:#1f75bc !important;
    background-color:#ffffff;
    font-weight:bold;
}
.pro2_titleon a{
    color:#1f75bc !important;
    background-color:#ffffff;
    font-weight:bold;
}
.pro2_1wrap{
    width:100%;
    max-width:1920px;
    margin:0 auto;
    padding-top:80px;
    padding-bottom:40px;
    background-color:#f2f2f2;
}
#imghidden{
    display:none;
}
.pro2_1{
    width:1200px;
    margin:0 auto;
    text-align:center;
}
.pro2_1 h2{
    font-size:28px;
    color:#333333;
    line-height:1;
    margin-bottom:40px;
}
#pro2imgshow{
    width:100%;
    height:400px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
#pro2imgs{
    width:100%;
    height:100px;
    padding:10px;
    text-align:left;
    background-color:#333333;
}
#pro2imgs img{
    height:80px;
    margin-right:10px;
    opacity:.5;
}
.proimgon{
    opacity:1 !important;
    height:85px !important;
    border-bottom:5px solid #f18c24;
    margin-bottom:-5px;
}



.picContainer{
    padding-top:50px;
    text-align:left;
}
.picContainer h3{
    font-size:24px;
    line-height:1;
    color:#333333;
    margin-bottom:30px;
}
.picContainer > p{
    font-size:14px;
    margin-bottom:15px;
    color:#666666;
}
.picwrap{
    text-align:justify;
}
.picwrap div{
    display:inline-block;
    width:180px;
    text-align:center;
}
.picwrap a img{
    width:180px;
}
.picwrap div p{
    font-size:14px;
    color:#666666;
    line-height:56px;
}
/*news*/
.newswrap{
    padding:30px 0;
    border-bottom:1px solid #e6e6e6;
}
.newswrap > div:nth-child(1){
    float:left;
    width:240px;
    height:160px;
    overflow:hidden;
}
.newswrap > div:nth-child(1) img{
    width:100%;
}
.newswrap > div:nth-child(2){
    float:right;
    width:935px;
    height:160px;
}
.newstitle{
    /*margin-bottom:20px;*/
}
.newstitle h4{
    font-size:18px;
    color:#545454;
    line-height:38px;
    float:left;
}
.newstitle span{
    line-height:38px;
    font-size:14px;
    color:#666666;
    float:right;
}
.newscontent{
    height:96px;
    padding-top:14px;
}
.newscontent p{
    font-size:14px;
    color:#666666;
    line-height:28px;
    text-align:justify;
}
.newsmore{
    display: block;
    width:100px;
    height:26px;
    line-height:26px;
    text-align: center;
    font-size:12px;
    color:#545454;
    background-color:#f2f2f2;
}
.artical_info{
    width:100%;
    background-color:#999;
    text-align:center;
    color:#fff;
    line-height:28px;
    height:28px;
    margin-top:15px;
    margin-bottom:15px;
}
.artical_content{
    padding-bottom:15px;
    margin-bottom:10px;
    border-bottom:1px dashed #393939;
}
.artical_others{
    margin-bottom:15px;
}
.backlist{
    background-color:#999;
    color:#fff !important;
    padding:5px 10px;
}
.about_1{
    padding-top:50px;
    margin-bottom:30px;
    text-align:center;
}
.about_1 > h2{
    font-size:28px;
    color:#333333;
    line-height:1;
    margin-bottom:24px;
}
.about_1 > p{
    font-size:14px;
    color:#666666;
}
.about1_1{
    float:left;
    position:relative;
    width:390px;
    height:380px;
    padding:57px 30px 0 40px;
    background-color:#f5f5f5;
    text-align:left;
}
.about_context h4{
    font-size:28px;
    color:#333333;
    font-weight:normal;
    line-height:1;
    margin-bottom:22px;
}
.about_context p{
    font-size:14px;
    color:#666666;
    line-height:27px;
    text-align:justify;
}
.about_context a{
    display:block;
    position:absolute;
    width:46px;
    height:46px;
    left:40px;
    bottom:50px;
    cursor:pointer;
    background:url(../images/label1_gray.png) center center no-repeat;
}
.about_context i{
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    right:-10px;
    top:177px;
    z-index:9;
    background-color:#f5f5f5;
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
}
.about1_2{
    display:block;
    float:left;
    width:390px;
    height:380px;
    cursor:pointer;
    overflow:hidden;
}
.about1_2 a img{
    width:100%;
    transition: all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    -moz-transition:all .8s ease 0s;
    -webkit-transition:all .8s ease 0s;
    
}
.about1_2 a img:hover{
    transform: scale(1.3);
    -o-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -webkit-transform:scale(1.3);
    
}
.about1_3{
    float:right;
    width:390px;
    height:380px;
}
.about_img a{
    display:block;
    width:100%;
    height:100%;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}
.about_img a img{
    width:100%;
    -ms-transition:all .8s;
    -moz-transition:all .8s;
    -webkit-transition:all .8s;
    transition: all .8s;
}
.about_img a img:hover{
    -ms-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -webkit-transform:scale(1.3);
    transform: scale(1.3);
}
.about_img a p{
    position:absolute;
    bottom:0px;
    width:100%;
    height:105px;
    padding-left:29px;
    text-align:left;
    font-size:28px;
    color:#ffffff;
    line-height:105px;
    background:url(../images/label2.png) right 30px center no-repeat;
    background-color:#1f75bc;
    opacity:.9;
}
.about_2{
    width:100%;
    height:380px;
    margin-bottom:30px;
}
.about2_1{
    float:left;
    width:810px;
    height:380px;
}
.about2_1 a{
    width:100%;
    height:100%;
    display:block;
    overflow:hidden;
}
.about2_1 a img{
    width:100%;
    -ms-transition:all .8s;
    -moz-transition:all .8s;
    -webkit-transition:all .8s;
    transition: all .8s;
}
.about2_1 a img:hover{
    -ms-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -webkit-transform:scale(1.3);
    transform: scale(1.3);
}
.about2_2{
    float:left;
    position:relative;
    width:390px;
    height:380px;
    padding:57px 30px 0 40px;
    background-color:#1f75bc;
    text-align:left;
}
.about_3{
    margin-bottom:50px;
}
.about3_1{
    width:390px;
    height:380px;
    float:left;
    overflow:hidden;
}
.about3_2{
    float:left;
    position:relative;
    width:390px;
    height:380px;
    padding:57px 30px 0 40px;
    background-color:#f5f5f5;
    text-align:left;
    margin-left:30px;
}
.about3_3{
    width:390px;
    height:380px;
    float:left;
    overflow:hidden;
}
.pro2_2wrap{
    width:100%;
    max-width:1920px;
    margin:0 auto;
    height:81px;
    background-color:#fff;
    border-bottom:1px solid #dbdbdb;
}
.pro2_2wrapon{
    position:fixed;
    top:0px;
    z-index:9;
}
.pro2_2_title{
    width:1200px;
    height:80px;
    margin:0 auto;
    text-align:center;
}

.pro2_2_title li{
    display:inline-block;
    padding:0 10px;
    margin:0 25px;
    height:80px;
    line-height:80px;
    position:relative;
    font-size:16px;
    color:#545454;
    cursor:pointer;
}
.pro2_2_title li div{
    position:absolute;
    width:100%;
    height:3px;
    background-color:#f18c24;
    bottom:-3px;
    left:0px;
    display:none;
}
.pro2_2_titleon > div{
    display:block !important;
}
.pro2_3{
    width:1200px;
    /*height:297px;*/
    padding-bottom:32px;
    margin:0 auto;
    padding-top:49px;
    border-bottom:1px solid #dbdbdb;
}
.pro2_3 h4{
    font-size:16px;
    color:#333333;
    line-height:1;
    margin-bottom:24px;
}
.pro2_3 p:nth-child(2){
    line-height:24px;
    font-size:14px;
    color:#666666;
    margin-bottom:23px;
}
.pro2_3 p:nth-child(n+3){
    font-size:14px;
    color:#666666;
    margin-bottom:12px;
}
.pro2_4{
    width:1200px;
    /*height:435px;*/
    margin:0 auto;
    padding-top:60px;
    padding-bottom:20px;
    border-bottom:1px solid #dbdbdb;
    text-align:center;
}
.pro2_4 h2{
    font-size:22px;
    color:#333333;
    line-height:1;
    margin-bottom:60px;
}
.xnwrap{
    width:100%;
    text-align:left;
}
.xnwrap div{
    display:inline-block;
    vertical-align: top;
    margin-bottom:20px;
    width:570px;
    min-height:135px;
    text-align:left;
    padding:11px 0 0 123px;
    background-position:left top;
    background-repeat:no-repeat;
}
.xnwrap div:nth-child(odd){
    margin-right:60px;
    /*float:left;*/
}
.xnwrap div:nth-child(even){
    /*float:right;*/
}
.xnwrap div h4{
    font-size:16px;
    color:#333333;
    line-height:1;
    margin-bottom:13px;
}
.xnwrap div p{
    font-size:14px;
    line-height:20px;
    color:#666666;
}
/*.xnwrap div:nth-child(1){
    background-image:url(../images/xn1.jpg);
}
.xnwrap div:nth-child(2){
    background-image:url(../images/xn2.jpg);
}
.xnwrap div:nth-child(3){
    background-image:url(../images/xn3.jpg);
}
.xnwrap div:nth-child(4){
    background-image:url(../images/xn4.jpg);
}*/
.pro2_5{
    width:1200px;
    /*height:655px;*/
    margin:0 auto;
    padding-top:60px;
    padding-bottom:33px;
    text-align:center;
}
.pro2_5 h2{
    font-size:22px;
    line-height:1;
    color:#333333;
}
.pro2_5 img{
    width:100%;
    margin-top:40px;
}
.pro2_6{
    width:1200px;
    height:665px;
    margin:0 auto;
    padding-top:60px;
    text-align:center;
}
.pro2_6 h2{
    font-size:16px;
    color:#333333;
    line-height:1;
    margin-bottom:73px;
}
.fordata{
    text-align:justify;
}
.fordata input[type="text"]{
    width:380px;
    height:45px;
    border:0px;
    outline:none;
    background-color:#f4f7f9;
    padding-left:18px;
    margin-bottom:20px;
}
.fordata textarea{
    width:1200px;
    height:262px;
    background-color:#f4f7f9;
    border:none;
    outline:none;
    line-height:45px;
    padding-left:18px;
    margin-bottom:20px;
    resize:none;
}
.fordata input[type="submit"]{
    width:1200px;
    height:40px;
    text-align:center;
    background-color:#f18c24;
    color:#fff;
    line-height:40px;
    border:none;
    outline:none;
    border-radius:5px;
    font-size:16px;
    cursor:pointer;
}
.pro2container{
    min-width: 1200px;
    width:83.33vw;
    margin:0 auto;
    padding:70px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.pro2container .childsortswrap{
    width:20.83%;
    height: auto;
}
.pro2container .childcontainer{
    width:76.67%;
    padding:0;
}
.sortitem .title{
    display: block;
}
.sortitem .title img{
    width:100%;
    vertical-align: top;
}
.sortitem ul{
    width:100%;
    border-left:1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.sortitem li{
    height: 45px;
    background:url(../images/rg.png) right 15px center no-repeat;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
.sortitem li a{
    display: block;
    font-size: 14px;
    color:#333333;
    line-height: 44px;
    padding-left: 17px;
}
.sortitem li:hover{
    background:url(../images/rg_w.png) right 15px center no-repeat;
    background-color: #2357a6;
}
.sortitem li:hover > a{
    color:#fff;
}
