*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}
body{
    min-width:1200px;
    max-width:1920px;
    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;
}


.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{
    height: 100px;
    margin:0 auto;
    position: relative;
    min-width: 1520px;
}
.topwrap{
    width:1320px;
    height: 100%;
    margin:0 auto;
    display: flex;
    align-items: center;
}
.logowrap{
    position: relative;
    margin-right: 95px;
}
.logowrap img{
    vertical-align: top;
}
.logowrap::after{
    content:"";
    display: block;
    position: absolute;
    right:-55px;
    top:50%;
    transform: translateY(-50%);
    width:1px;
    height: 53px;
    background-color: #d9d9d9;
}
.navwrap{
    height:100%;
    display:flex;
    align-items: flex-start;
}
.navwrap li{
    margin:0 15px;
    height:100%;
    position:relative;
}
.navwrap li.on::after{
    content:"";
    display:block;
    height:2px;
    width: 100%;
    position:absolute;
    bottom:0;
    background-color:#005bac;
}
.navwrap li:hover::after{
    content:"";
    display:block;
    height:2px;
    width: 100%;
    position:absolute;
    bottom:0;
    background-color:#005bac;
}
.navlink{
    display: block;
    line-height:100px;
    font-size:16px;
    color:#666666;
    padding: 0 10px;
}
.downlistwrap{
    display:none;
    position:absolute;
    width:200px;
    top:104px;
    left:50%;
    transform: translateX(-50%);
    background-color:#fff;
    z-index:9;
}
.downlistwrap a{
    display: block;
    width:100%;
    padding:0 5px;
    line-height:40px;
    border-bottom:1px solid #eeeeee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size:14px;
    color:#666;
}
.downlistwrap a:hover{
    color:#0a408a;
}
.downlistwrap a:last-child{
    border:none;
}
.toptel{
    width: 145px;
    margin-left: auto;
    height: 100%;
    padding-left: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background:url(../images/icon_tel.png) left center no-repeat;
}
.toptel p{
    font-size:16px;
    color: #4c4c4c;
    line-height: 26px;
    font-family: "Arial";
    font-weight: bold;
}
.topsearch{
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
}
.topsearch input[type="text"]{
    width:300px;
    height: 100%;
    border:1px solid #005bac;
    padding-left: 15px;
    display: none;
}
.topsearch input[type="submit"]{
    width:100px;
    height: 100%;
    background:url(../images/icon_search.png) center center no-repeat;
    background-color: #005bac;
    cursor: pointer;
}
.topsearch:hover > input[type="text"]{
    display: block;
}
.bannerwrap{
    /*width:100%;*/
    width:1920px;
    position:relative;
    left:50%;
    transform: translateX(-50%);
}
#indexbanner{
    width:1920px;
    left: 50%;
    transform: translateX(-50%);
}
#indexbanner img{
    vertical-align: top;
}
.childbanner{
    width:1320px;
    height: 400px;
    margin:0 auto;
    position: relative;
}
.childbanner img{
    width:1920px;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
/*footer*/
footer{
    width:100%;
    max-width: 1920px;
    background-color:#292929;
    margin:0 auto;
}
.footwrap{
    width:1320px;
    margin:0 auto;
}
.foot_t{
    width:100%;
    height: 346px;
    padding-top: 70px;
    border-bottom:1px solid #868686;
    display: flex;
    align-items: flex-start;
}
.ft_1{
    width:148px;
}
.ft_2{
    width:156px;
}
.ft_3{
    width:152px;
}
.ft_4{
    width:153px;
}
.ft_5{
    width:120px;
}
.ftitem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom:27px;
}
.ftitem h5{
    font-size:16px;
    color:#e5e5e5;
    line-height:1;
    font-weight: normal;
    margin-bottom:21px;
}
.ftitem a{
    font-size:14px;
    color:#999999;
    line-height:32px;
}
.botcode{
    width:590px;
    height: 190px;
    border-left: 1px solid #868686;
    padding:13px 0 0 60px;
    display: flex;
    align-items: flex-start;
}
.botcode img{
    margin-right: 32px;
}
.botcode .right p{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 23px;
    padding-left: 44px;
    white-space: nowrap;
}
.botcode .right p:nth-child(1){
    background:url(../images/bot_tel.png) left center no-repeat;
}
.botcode .right p:nth-child(2){
    background:url(../images/bot_add.png) left center no-repeat;
}
.botcode .right p:nth-child(3){
    background:url(../images/bot_email.png) left center no-repeat;
}
.botcode .right p b{
    font-size: 26px;
    color: #999999;
    font-family: "Impact";
}
.cpwrap{
    width: 1320px;
    height:60px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cpwrap p{
    display: flex;
    align-items: center;
}
.cpwrap p{
    color:#999999;
    font-size:12px;
}
.cpwrap span,.cpwrap a{
    color:inherit;
    margin:0 3px;
    color:#999999;
}

/*index*/
.index1wrap{
    height: 600px;
    background-color: #f5f5f5;
}
.index1{
    padding-top:60px;
    height: 100%;
}
.indextitle{
    text-align: center;
}
.indextitle h5{
    font-size: 36px;
    color: #1f1f1f;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: normal;
}
.indextitle p{
    font-size: 14px;
    color: #999999;
    line-height: 1;
    text-transform: uppercase;
}
.sortswrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:40px;
    margin-bottom:40px;
}
.sortswrap a{
    width: 150px;
    height: 45px;
    border:1px solid #cccccc;
    border-radius:22.5px;
    margin:0 13px;
    font-size: 14px;
    color: #666666;
    line-height: 43px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.sortswrap a:hover{
    background-color: #005bac;
    border-color: #005bac;
    color:#fff;
}
#swiper_pro img{
    width: 100%;
    vertical-align: top;
}
#swiper_pro .swiper-slide a:last-child{
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 27px;
    text-align: center;
}
.index2{
    height: 615px;
    padding-top:45px;
}
.index2 .content{
    margin-top: 53px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.index2 .right{
    width: 622px;
    padding-top:31px;
}
.index2 .right .title{
    font-size: 28px;
    color: #333333;
    line-height: 1;
}
.inex2 .right .title::after{
    content:"";
    display: block;
    width:70px;
    height: 2px;
    background-color: #005bac;
    margin-top:20px;
}
.index2 .right .context{
    margin:26px 0 31px;
}
.index2 .right .context p{
    font-size: 14px;
    color: #545454;
    line-height: 30px;
    text-indent: 2em;
}
.index2 .right .more{
    display: block;
    width: 157px;
    height: 48px;
    background-color: #005bac;
    font-size: 14px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.index3wrap{
    height: 467px;
    background:url(../images/bg_adv.png) center top;
}
.index3{
    height: 100%;
    padding-top:78px;
    position: relative;
}
.index3 .indextitle *{
    color:#fff;
}
.index3 .contentwrap{
    position: absolute;
    top:143px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top:70px;
    width: 1466px;
    height:  546px;
    background:url(../images/shadow_adv.png) center top;
}
.index3 .content{
    width: 1320px;
    height: 400px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index3 .content .item{
    flex:1;
    height: 100%;
    padding-top:234px;
    text-align: center;
}
.index3 .content .item:nth-child(1){
    background:url(../images/adv_1.png) center top 125px no-repeat;
}
.index3 .content .item:nth-child(2){
    background:url(../images/adv_2.png) center top 121px no-repeat;
}
.index3 .content .item:nth-child(3){
    background:url(../images/adv_3.png) center top 129px no-repeat;
}
.index3 .content .item:nth-child(4){
    background:url(../images/adv_4.png) center top 123px no-repeat;
}
.index3 .content .item:nth-child(5){
    background:url(../images/adv_5.png) center top 125px no-repeat;
}
.index3 .content .item:nth-child(even){
    background-color: #fbfbfb;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
}
.index3 .content .item p:first-child{
    font-size: 18px;
    color:#333333;
    line-height: 1;
    margin-bottom: 6px;
}
.index3 .content .item p:last-child{
    font-size: 12px;
    color:#999999;
    line-height: 22px;
}
.index4wrap{
    height: 720px;
    background-color: #f5f5f5;
}
.index4{
    padding-top: 243px;
}
#swiper_pic{
    margin-top: 49px;
}
#swiper_pic img{
    vertical-align: top;
    width: 100%;
}
#swiper_pic .swiper-slide p{
    margin-top: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    text-align: center;
}
.index5{
    height: 512px;
    padding-top:54px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index5 .left{
    width:936px;
}
.index5 .right{
    width: 370px;
}
.index5 .title a{
    display: inline-block;
    width: 120px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
    color:#333333;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #f5f5f5;
}
.index5 .title a:hover{
    color:#fff;
    background-color: #005bac;
}
.index5 .title a.cur{
    color:#fff;
    background-color: #005bac;
}
.index5 .title a:first-child{
    color:#fff;
    background-color: #005bac;
}
.index5 .left .content{
    height: 380px;
    padding:30px 50px 0 30px;
    background-color: #f5f5f5;
}
.firstnews{
    height: 140px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.firstnews img{
    height: 100%;
}
.firstnews_r{
     width:580px;  
}
.firstnews_r div:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.firstnews_r div:nth-child(1) a{
    font-size: 16px;
    color:#333333;
    font-weight: bold;
}
.firstnews_r div:nth-child(1) span{
    font-size: 12px;
    color:#666666;
}
.firstnews_r div:nth-child(2) p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.index5 .left .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index5 .left .item a{
    width: 70%;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}
.index5 .left .item span{
    font-size: 12px;
    color: #666666;
}
.index5 .right .content{
    height: 380px;
    background-color: #f5f5f5;
    padding:30px 18px 0;
}
.index5 .right .item{
    height: 100px;
    padding-top: 14px;
    border-bottom:1px dotted #bbbbbb;
}
.index5 .right .item a{
    display: block;
    font-size: 14px;
    color: #545454;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left:30px;
}
.index5 .right .item a::before{
    content:"خت";
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color:#fff;
    background-color: #333;
    position: absolute;
    left:0;
    top:0;
}
.index5 .right .item p{
    display: block;
    font-size: 14px;
    color: #545454;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.index5 .right .item p::before{
    content:"´ً";
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color:#fff;
    background-color: #005bac;
    margin-right: 10px;
    position: absolute;
    left:0;
    top:0;
}



/*child*/
.childsortswrap{
    width:100%;
    max-width:1920px;
    height:70px;
    margin:0 auto;
    background-color:#005bac;
}
.childsorts{
    width:1320px;
    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;*/
}
.childsorts a.on{
    background-color:#fff;
    color:#0a408a;
    font-weight: bold;
}
.childsorts a:hover{
    background-color:#fff;
    color:#0a408a;
    font-weight: bold;
}
.childcontainer{
    width:1320px;
    margin: 0 auto;
    padding:30px 0;
}
.childcontainer::after{
	content:"";
	display: block;
	clear: both;
}
.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:1025px;
}
.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:420px;
    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 30px 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:420px;
    padding:20px 20px 0;
    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 30px 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: #0060bc;
    cursor: pointer;
}

.container,.wrap{
    width:1320px;
    margin:0 auto;
}



    