@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-size:14px;font-family:"微软雅黑";-webkit-text-size-adjust:none;color:#000;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0;vertical-align:bottom;max-width: 100%;display: block;margin: auto;}
input{-webkit-appearance: none;}
ul,li{list-style-type:none;}
a{color:#000;text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
/*左浮*/
.l{float: left;}
/*右浮*/
.r{float: right;}
/*清除浮动*/
.clear{clear:both;}
.lineblock{display: inline-block;}
.middle{vertical-align: middle;}
.overtext{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*header*/
.logo{position:fixed; top:0; left:0; width:100%;z-index:999;    background-color: #fff;}
.search{width:30px;position:absolute;left: 3%;top:13px;z-index:8;}

/*下拉菜单*/
.nav{position: absolute;width: 8%;top: 45%;right: 3%;cursor: pointer;z-index: 10;}
.hidenav {position: absolute;width: 25%;right: 0%;top: 100%;background-color: rgba(102,102,102,0.8);padding: 2% 3%;}
.hidenav li {width: 100%;line-height: 35px;text-align: center;}
.hidenav li a {color: #fff;}
.top{width:40px;position:absolute;left:2%;top:8px;}
.lanmu_bottom{background-color: #2b69b4;margin-top: 14%;}
.lanmu_bottom_list{padding: 0.2rem 0;width: 1.875rem;text-align: center;font-size: 0.26rem;}
.lanmu_bottom_list a{color: #fff;}

.zw{width: 100%;height: 55px;}

/*.nono{text-align: center;}*/

/*index*/
.product{background-color:#f8f8f8;overflow:hidden;}
.company{padding:3%;font-size:15px;line-height:1.5;opacity:0;}
.com_pic{width:40%;float:left;padding:0 2% 0 0;}
.com_title{color:#191919;font-size:20px;text-align:center;padding:3% 3% 0 3%;}
.zhsz{width: 40%; margin: 0 2% -1% 0}
.xing{width: 8%;}
.com_title a span{padding: 0 3%; margin-top: -5px; color: #666; font-size: 20px; font-weight: 600;}
.s-neirong p{padding-top: 3%;padding-bottom: 5%; color: #939393; font-size:14px;}
.s-zhs-button1{padding-bottom: 5%;}
.s-zhs-button{padding: 3% 10%;display: inline-block;background-color: #f45316; color: #fff;}
.com_tm{opacity:1;
transition:opacity 1s linear;
-webkit-transition:opacity 1s linear;
-moz-transition:opacity 1s linear;
-ms-transition:opacity 1s linear;
-0-transition:opacity 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;}

.content{padding:0 0.2rem;}



/*高级*/
.top_list{clear:both;padding:3% 0 3% 0;overflow:hidden;}
.top_list li{width:30%;float:left;padding:2% 0 0 2.7%;position:relative;}
.s-gj-b{width: 100%;padding:10% 0;background-size: 100% 100%;}
.s-gj-t{width: 70%;margin: 0 auto;}
.s-gj-t img{border-radius: 100%;}
.s-gj-w{padding-top: 15%;}
.s-gj-w-p{font-size: 16px;color: #002c81;text-align:center;}
.s-gj-w-p1{padding-top: 10%;font-size: 14px;color: #666666;text-align:center;}
.s-lx-dh{border-radius: }
.s-gj ul li:hover .s-gj-w-p{color: #ed702e;}

.sjewm{width: 100%; text-align: center;margin:3% 0 3% 0;}
.sjewm img{width: 50%;}

/*.top_list li a{color:#fff;}
.top_list_t{width:95%;position:absolute;top:20%;right:5%;color:#fff;font-size:16px;text-align:right;}*/

.news{background:url(../images/bg1.jpg) no-repeat center top;background-size:100% 100%;padding:0 2% 2% 2%;overflow:hidden;}
.news_title{color:#fff;font-size:20px;text-align:center;padding:3% 0;}
.news li{background:#de172e;width:96%;padding:3% 2%;color:#fff;font-size:15px;text-align:right;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:0 0 3% 0;}
.news li a{color:#fff;float:left;}
.news_title a{color:#fff;}
/*.news li{background:#de172e;width:96%;padding:3% 2%;color:#fff;font-size:15px;text-align:right;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:0 0 3% -100%; -webkit-animation:mymar 1s linear; opacity:0;-webkit-animation-fill-mode: forwards }
@-webkit-keyframes mymar{
	0%{margin:0 0 3% -100%; opacity:0;}
	20%{margin:0 0 3% -80%; opacity:0.2;}
	40%{margin:0 0 3% -60%; opacity:0.4;}
	60%{margin:0 0 3% -40%; opacity:0.6;}
	80%{margin:0 0 3% -20%; opacity:0.8;}
	100%{margin:0 0 3% 0; opacity:1;}}*/
.news_more a{width:40px;height:40px;display:block;margin:0 auto;background:#fff;font-size:15px;line-height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#000;}
.news_more a:hover{background:#de172e;color:#fff;transform:rotate(360deg);
transition:background 1s linear,color 1s linear,transform 1s linear;
-webkit-transition:background 1s linear,color 1s linear,transform 1s linear;
-moz-transition:background 1s linear,color 1s linear,transform 1s linear;
-ms-transition:background 1s linear,color 1s linear,transform 1s linear;
-0-transition:background 1s linear,color 1s linear,transform 1s linear;}
.news_more1{transform:rotate(360deg);transition:transform 1s linear;-webkit-transition:transform 1s linear;-moz-transition:transform 1s linear;}
.news_more2{width:40px;height:40px;display:block;margin:0 auto;background:#fff;font-size:15px;line-height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#000;}
.pro_title{color:#191919;font-size:20px;text-align:center;padding:4% 0;}
.pro_text{color:#fff;height:30px;line-height:30px;font-size:16px;background:#1f2229;}
.pro_nr li{width:44%;float:left;text-align:center;margin:0 3% 4% 3%;background:#fff;
/*transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
animation:fz 1s linear;
-webkit-animation:fz 1s linear;
-moz-animation:fz 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;*/
opacity:1;}
.pro_nr_pic{background:url(../images/Preloader_1.gif) no-repeat 50% 50%;border:none;}
.pro_nr_pic img{width:100%;height:150px;}
.pro_zz{opacity:0;
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-0-transform: rotateY(360deg);
transition:transform 1s linear,opacity 1s linear;
-webkit-transition:transform 1s linear,opacity 1s linear;
-moz-transition:transform 1s linear,opacity 1s linear;
-ms-transition:transform 1s linear,opacity 1s linear;
-0-transition:transform 1s linear,opacity 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;}


@keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;}
	100%{transform: rotateY(0deg); opacity:1;}
	}

@-webkit-keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;}
	100%{transform: rotateY(0deg); opacity:1;}
	}
@-moz-keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;} 
	100%{transform: rotateY(0deg); opacity:1;}
	}	

/*footer*/
.footer{padding: 0.2rem 0;background-color: #418afd;margin-top: 0.5rem;}
.footer_con{width: 6.41rem;margin: 0 auto;text-align: center;color: #ffffff;font-size: 0.26rem;}



/*banner*/

#ban{ margin-top:1px;}

#ban img{ width:100%;}

#banner { width: 100%;}

.swipe{}

.swipe ul{}

#slider{ position:relative; overflow:hidden;}

#slider li{ float:left;}
#slider li img{width: 100%;}
#pagenavi{ position:absolute; bottom:0; width:100%; z-index:1; text-align:center; padding:10px 0;}

#pagenavi a{ width:12px; height:12px;border-radius: 12px; line-height:99em; background:#ffffff; margin:0px 2px 0px 2px; overflow:hidden; cursor:pointer; display:inline-block;}

#pagenavi a.active{width:11px; height:11px;border-radius: 11px;background-color:rgba(255,255,255,0);border: 1px solid #fff;}

.logo{position:fixed; top:0; left:0; width:100%;z-index:999;    background-color: #fff;}
.search{width:30px;position:absolute;left: 3%;top:46%;z-index:8;}
.ss{width:100%;height:45px;position:absolute;left:0;top:7px;overflow:hidden;z-index:7;}
.ss_bd{width:68%;height:45px;border:none;background:#fff;float:left;color:#333333;padding:0 0 0 12%;font-family:"微软雅黑";border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:16px;}
.ss_btn{width:20%;float:left;line-height:45px;background: #fe9730;border:none;color:#fff;font-family:"微软雅黑";border-radius:3px;
-moz-border-radius:3px;-webkit-border-radius:3px;font-size:18px;}


/*首-s1*/
/*.lanmuseach{padding: 0.32rem 0.83rem;background-color: #ebebeb;}
.ss_name{height: 0.58rem;border: none;width: 79.4%;padding-left: 0.2rem;}
.ss_btn{height: 0.598rem;width: 0.994rem;border: none;font-size: 0.26rem;color: #fff;background-color: #bb3137;}*/

/*s2*/
.s2{padding: 0 0 0.4rem 0;}
.s2_lb{margin: 0.2rem 0;position: relative;}
.s2_con_tittle{padding:0.22rem 0.22rem;background-color: rgba(0,0,0,0.5);position: absolute;bottom: 0rem;left: 0rem;width: 94%;color: #ffffff;font-size: 0.28rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.section1R li {
    border-bottom: 1px dashed #c6c6c6;
    box-sizing: border-box;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    position: relative;
}
.section1R li.ons {
    height: auto;
    padding: 0;
    padding-bottom: 0.1rem;
}
.section1R li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    color: #666;
}
.section1R li.ons p {
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
    padding-bottom: 0.17rem;
}
.section1R li.ons div {
    font-size: 0.26rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.s2_x{padding-bottom: 0.05rem;padding-top: 0.05rem;}
.s2_x a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.section1R li:before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.05rem;
    background-color: #666;
    left: 0;
    top: 0.17rem;
    border-radius: 50%;
}
.s2_title_hg{width: 2.73rem;height: 1px;background-color: #cdcdcd;margin-top: 0.22rem;}
.s2_title_wz{font-size: 0.32rem;color: #000000;margin-left: 0.16rem;    text-align: center;width: 20%;}

/*s3*/
.s3{margin-bottom: 0.3rem;}
.s3_img{width: 2.3rem;margin-right: 0.1rem;}
.s3_img:nth-child(3n){margin-right: 0rem;}
.s3_img img{width: 100%;}

/*s4*/
.s4_con{margin-top: 0.3rem;font-size: 0.3rem;color: #000;}

/*新闻*/
.n_list_wz{background-color: #fe9730;padding-top: 0.22rem;padding-bottom: 0.22rem;}
.n_list_wz_l_s{margin-left: 0.22rem;margin-top: 0.07rem;color: #fff;}
.n_list_wz_l_s a{color: #fff;font-size: 0.28rem;}
.n_list_wz_r_wz{color: #fff;font-size: 0.28rem;margin-left: 0.1rem;    margin-top: 0.07rem;}
.about_fl{margin-top: 0.26rem;text-align: center;}
.about_fl div{padding: 0.12rem 0.36rem;font-size: 0.26rem;display: inline-block;border: 1px solid #333333;}
.about_fl div a{color: #333333;}
.about_fl div.ons{background-color: #418afd;border: 1px solid #418afd;}
.about_fl div.ons a{color: #fff;}

.newsList {
    margin-top: 0.5rem;
}
.newsList li {
    margin-bottom: 0.2rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid #bfbfbf;
}
.newsList li .newsListPic {
    width: 2.27rem;
    height: 1.58rem;
}
.newsList li .newsListPic img {
    width: 100%;
    height: 100%;
}
.newsList li .newsListText {
    width: 63.8%;
    margin-left: 0.3rem;
}
.newsList li .newsListText>p {
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
}
.newsList li .newsListText>div {
    margin: 0.18rem 0;
}
.newsList li .newsListText>div p {
    font-size: 0.26rem;
    color: #666;
    line-height:0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsList li .newsbtn {
    display: block;
    background-color: #fe9730;
    border-radius: 0.08rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    padding: 0.05rem 0.08rem;
    display: inline-block;
}

.newshow {
    padding: 0.8rem 0 0;
}
.newshowTitle {
    text-align: center;
    font-size: 0.37rem;
    color: #333;
    padding: 0 0.75rem;
}
.newshowDate {
    text-align: center;
    font-size: 0.26rem;
    color: #999;
    margin: 0.35rem 0 0.45rem;
}
.newshowDate span {
    display: inline-block;
    vertical-align: middle;
}
.newshowDate span:nth-child(2) {
    margin-right: 0.15rem;
}
.newshowcon {
    padding: 0 0 0.55rem;
}
.fypage {
    padding: 0.2rem 0 0;
    border-top: 1px solid #bfbfbf;
}
.fypage div a {
    color: #1b1b1b;
    display: block;
    width: 100%;
    line-height: 0.38rem;
    height: 100%;
    font-size: 0.24rem;
}

.declareCon {
    /*padding: 0rem 0 0 0.3rem;*/
    margin: 0 auto;
    width: 100%;
    display: none;
}
.declareInput {
    margin-bottom: 0.28rem;
}
.declareInput input {
    height: 0.8rem;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 0.25rem;
    font-size: 0.26rem;
    color: #333;
    box-sizing: border-box;
}
.declareInput textarea {
    height: 3rem;
    border: 1px solid #ddd;
    width:100%;
    text-align: left;
    font-size: 0.26rem;
    color: #333;
    resize: none;
    padding: 0.1rem 0.25rem;
    box-sizing: border-box;
}
.declareInputSub input {
    width:100%;
    height: 0.8rem;
    border: none;
    background-color: #418afd;
    color: #fff;
    font-size: 0.3rem;
}
.regStepFile {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #f7f7f7;
    border-radius: 0.1rem;
    overflow: hidden;
    vertical-align: top;
}
.regStepFile input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
.declareInput p {
    padding-right: 0.1rem;
    text-align: right;
    font-size: 0.26rem;
    color: #333;
    line-height:0.8rem;
    vertical-align: top;
    width: 1.9rem;
}


.ejtype{margin-top: 0.26rem;text-align: center;}
.ejtype li{padding: 0.12rem 0.36rem;font-size: 0.26rem;display: inline-block;border: 1px solid #333333;color: #333333;}
.ejtype li a{color: #333333;}
.ejtype li.ons{background-color: #418afd;border: 1px solid #418afd;color: #fff;}
.ejtype li.ons a{color: #fff;}


.logoss{
/*    position: fixed;
    top: 5%;
    left: 0;*/
    color: #418afd;
    font-size: 0.4rem;
    font-weight: 900;
    width: 100%;
    text-align: center;
    display: none;
    padding: 1.3% 0;
}

.fhzz {
    background-color: #418afd;
    text-align: right;
    color: #fff;
    padding-top: 1.3%;
    padding-bottom: 1.3%;
    font-size: 0.28rem;
}
.fhzz a{color: #fff;}