*{
	margin:0;
	padding:0;
	font-family: 微软雅黑;
    box-sizing: border-box;
}
a{
	text-decoration: none;
    color:#333333;
}
a:hover{
    color:#ff9000;
}
li{
	list-style: none;
}
a,img{
	transition: all .5s;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{
	min-width: 1200px;
}
.w_1200{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
}
.clear2:after{
    display:block;
    content:'';
    width:100%;
    height: 0;
    clear:both;
}

/*banner*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner_sw{
	width: 100%;
}
.banner_swi{
	width: 100%;
}
.banner_swi > img{
	width:100%;
}

/*top*/
.top{
    width:100%;
    padding:20px 0;
    border-bottom:1px solid #dddddd;
}
.logo{
    float:left;
}
.top_txt{
    float:left;
    width:270px;
    padding-left:20px;
    border-left:1px solid #999999;
    text-align: left;
    margin-top:13px;
}
.top_txt p{
    color:#999999;
    font-size: 16px;
}
.top_txt h2{
    color:#666666;
    font-size: 24px;
    text-align: left;
}
.top_txt h2 span{
    color:#ff9000;
}

.top_ri{
    float:right;
    padding-left:74px;
    position: relative;
    margin-top:5px;
}
.top_ri p{
    color:#666666;
    font-size: 14px;
}
.top_ri h2{
    color:#ff9000;
    font-size: 36px;
    font-family:"Impact";
}
.top_ri img{
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    margin:auto 0;
}

/*导航*/
.nav{
    width:100%;
    border-bottom:1px solid #dddddd;
}
.nav_ul{
    width:100%;
}
.nav_li{
    width:150px;
    float:left;
    height:56px;
    text-align: center;
    padding:10px 0;
    position: relative;
}
.nav_li_p{
    color:#666666;
    font-size: 15px;
}
.nav_li_span{
    color:#999999;
    font-size: 11px;
    font-family: "Arial";
    display: block;
}
.nav_li:hover{
    background:#ff9000;
}
.nav_li:hover .nav_li_p,.nav_li:hover .nav_li_span{
    color:#ffffff;
}


/*合作客户*/
.coop{
    width:100%;
    padding:50px 0;
}
.con_ti{
    width:100%;
    text-align: center;
}
.con_ti > h2{
    color:#333333;
    font-size: 36px;
}
.con_ti > p{
    color:#999999;
    font-size: 16px;
    padding:8px 0 15px;
}
.con_ti_heng{
    width:450px;
    height: 2px;
    background:#ff9000;
    margin:0 auto;
    position:relative;
}
.con_ti_heng span{
    position: absolute;
    display: block;
    width:13px;
    height: 13px;
    background:url("../images/ling.png") no-repeat center;
    top:-5.5px;
    left:50%;
    animation:move 8s cubic-bezier(1,1,1,1) infinite;

}
.coop_list{
    padding:40px 0 0;
}
.coop_sw{
    width:100%;
}
.coop_dl{
    width:100%;
}
.coop_dt{
    width:100%;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden;
    border:1px solid #cdcdcd;
}
.coop_dt img{
    width:100%;
}
.coop_dd{
    width:100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    color:#666666;
    font-size: 14px;
    line-height: 35px;
}
.coop_dl:hover .coop_dt img{
    transform: scale(1.2);
}

/*首页产品中心*/
.con1{
    width:100%;
    background:url("../images/probg.jpg") repeat center;
    padding:74px 0 133px;
}

.con1_le{
    float:left;
    width:240px;   
}
.con1_h2{
    text-align: center;
    width:100%;
    padding:30px 0;
    background:#ff9000;
}
.con1_h2 h2{
    color:#ffffff;
    font-size: 42.13px
}
.con1_h2 p{
    color:#ffffff;
    font-size: 18px;
    padding:5px 0;
    font-family: "Arial";
}
.con1_ul{
    width:100%;
    padding:13px 17px;
}
.con1_li{
    margin-top:35px;
    width:100%;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius:22px;
    background:#e6e6e6;
    font-size: 18px;
    color:#333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con1_li > a{
    color:#333333;
    transition: all 0s;
}
.con1_li:hover{
    background:#ff9000;
}
.con1_li:hover a{
    color:#ffffff;
}
.con1_ri{
    width:920px;
    float:right;
    margin-right:20px;
}
.con1_ri_h2{
    width:100%;
    padding:35px 0 15px;
    border-bottom:1px solid #efefef;
    font-size: 18px;
    color:#666666;
    font-weight: normal;
}
.con1_ri_h2 > a{
    float:right;
    font-size: 14px;
    color:#666666;
    margin-top:5px;
}
.js_con1{
    margin:0 5px;
}
.js_con1:hover{
    cursor:pointer;
}
.js_list1{
    display: none;
}
.con1_list,.js_list1{
    width:100%;
}
.con1_dl{
    float:left;
    width:290px;
    border:1px solid #efefef;
    box-sizing: border-box;
    margin-left:25px;
    margin-top:32px;
    transition: all .5s;
}
.con1_dt{
    width:100%;
    overflow: hidden;
}
.con1_dt img{
    width:100%;
}
.con1_dd{
    line-height:45px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    transition: all .5s;
}
.con1_dd a{
    color:#666666;
    font-size: 15px;
}
.con1_dl:hover{
    border:1px solid #ff9000;
}
.con1_dl:hover .con1_dt img{
    transform: scale(1.2);
}
.con1_dl:hover .con1_dd{
    background:#ff9000;
}
.con1_dl:hover .con1_dd a{
    color:#ffffff;
}
.con1_le_contact{
    margin-top:50px;
    height: 142px;
    width:100%;
    background:url("../images/intactbg.png") no-repeat center;
    box-sizing: border-box;
    position: relative;
}
.con1_le_contact img{
    position: absolute;
    left:65px;
    top:47px;
}
.con1_le_contact p{
    position: absolute;
    left:90px;
    top:45px;
    font-size: 14px;
    color:#333333;
}
.con1_le_contact span{
    position: absolute;
    right:10px;
    top:71px;
    font-size: 24px;
    color:#333333;
    font-weight: bold;
    font-family: "Arial";
}


/*新闻中心*/
.con2{
    width:100%;
    padding:70px 0;
}
.con2_list{
    width:100%;
    padding:40px 0 0;
}
.con2_le{
    float:left;
    width:806px;
}
.con2_h2{
    color:#ff9000;
    font-size: 24px;
    text-align: left;
    padding:0 0 15px;
    font-weight: normal;
}
.con2_con{
    width:100%;
    border-top:1px solid #ffdbad;
    border-bottom:1px solid #ffdbad;
}
.con2_con_le{
    float:left;
    width:393px;
    box-sizing: border-box;
    border-right:1px solid #ffdbad;
    font-size: 0;
}
.con2_con_le > img{
    width:100%;
}
.con2_con_le_d{
    width:100%;
    padding:25px 14px 25px 63px;
    box-sizing: border-box;
    border-left:1px solid #ffdbad;
    border-top:1px solid #ffdbad;
    position: relative;
}
.con2_pos{
    position: absolute;
    width:43px;
    left:11px;
    top:30px;
}
.con2_pos p{
    color:#ff9000;
    font-size: 18px;
    font-family: "Arial";
}
.con2_pos span{
    display: block;
    width:100%;
    border-left:1px solid #ff9000;
    height: 18px;
    background:url("../images/jt.png") no-repeat;
    background-position: 4px center;
    transition: all .5s;
}
.con2_con_le_d_ti{
    color:#333333;
    font-size: 16px;
    display: block;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con2_con_le_d_des{
    color:#999999;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    height: 75px;
}
.con2_con_le_d:hover .con2_pos span{
    background-position: 14px center;
}
.con2_con_le_d:hover .con2_con_le_d_ti{
    color:#ff9000;
}
.con2_con_ri{
    width:413px;
    float:right;
    box-sizing:border-box;
    padding:15px;
}
.con2_dl{
    width:100%;
    margin:30px 0 0;
}
.con2_dt{
    width:333px;
    float:left;
}
.con2_dt a{
    display: block;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding:0 0 0 20px;
    background: url("../images/ty.png") no-repeat left center;
    color:#333333;
    font-size: 16px;
}
.con2_dt p{
    color:#999999;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:5px 0;
}
.con2_dd{
    float:right;
    width:44px;
    height: 49px;
    text-align: left;
}
.con2_dd > p{
    color:#ff9000;
    font-size: 18px;
    font-family:"Arial";
}
.con2_dd > span{
    margin-top:5px;
    display: block;
    width:100%;
    height: 18px;
    border-left:1px solid #ff9000;
    background:url("../images/jt.png") no-repeat 5px center;
}
.con2_dl:hover .con2_dt a{
    color:#ff9000;
}
.con2_ri{
    float:right;
    width:370px;
}
.con2_ri_list{
    width:100%;
    padding:30px 20px;
    background:#fff9f1;
}
.con2_ri_d{
    margin-bottom:17px;
}
.con2_ri_d > a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#333333;
    font-size: 16px;
    line-height: 30px;
}
.con2_ri_d > p{
    color:#999999;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

/*过度*/
.gd{
    width:100%;
    position: relative;
    font-size: 0;
    background:url("../images/gd.jpg") no-repeat center;
}
/*.gd > img{
    width:100%;
}
.gd_1{
    width:100%;
}
.gd_w12{
    height: 100%;
    position: relative;
}*/
.gd-1{
    padding:43px 0;
}
.gd_a{
    /*position: absolute;*/
    display: block;
    width:183px;
    height:43px;
    border:1px solid #ffffff;
    color:#ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 43px;
    float:right;
    margin-right: 56px;
}
.gd_p{
    width:100%;
    text-align: right;
    float:right;
    color:#ffffff;
    font-size: 15px;
    margin-top:27px;
    margin-right:108px;
}
.gd_span{
    color:#ffffff;
    font-family: "Arial";
    float:right;
    margin-right: 12px;
    margin-top:3px;
    font-size: 28px;
}


.con3{
    padding:50px 0;
    background:#f5f5f5;
}
.con3_list{
    padding:50px 0;
}
.con3_dl{
    float:left;
    width:385px;
    margin-left:22px; 
}
.con3_dl:first-child{
    margin-left:0;
}
.con3_dt{
    width:100%;
    font-size: 0;
    overflow: hidden;
}
.con3_dt img{
    width:100%;
}
.con3_dd{
    box-sizing: border-box;
    width:100%;
    background: #ffffff;
    padding:30px 20px;
}
.con3_dd_a1{
    color:#333333;
    font-size: 16px;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0 0 10px;
}
.con3_dd span{
    display: block;
    width:60px;
    height: 1px;
    background: #000000;
    margin-bottom:13px;
}
.con3_dd p{
    color:#666666;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-bottom:20px;
}
.con3_dd_a2{
    display: inline-block;
    width:48%;
    text-align: left;
    color:#666666;
    font-size: 14px;
}
.con3_dd_a3{
    display: inline-block;
    width: 48%;
    text-align: right;
    color:#666666;
    font-size: 14px;
}
.con3_dd_a2:hover,.con3_dd_a3:hover{
    color:#ff9000;
}
.con3_dl:hover .con3_dd a{
    color:#ff9000;
}
.con3_dl:hover .con3_dt img{
    transform: scale(1.2);
}


/*关于我们*/
.con4{
    width:100%;
    padding:150px 0 0;
}
.con4_list{
    width:100%;
    padding:0 0 80px;
}
.con4_le{
    float:left;
    width:490px;
    padding:10px 0;
}
.con4_h2{
    color:#666666;
    font-size: 48px;
    font-family:"Bell MT";
    font-weight: normal;
}
.con4_p{
    color:#666666;
    font-size: 24px;
    padding:3px 0;
}
.con4_des{
    height: 210px;
    line-height: 30px;
    overflow: hidden;
    color:#666666;
    font-size: 15px;
    margin:15px 0 35px;
}
.con4_a{
    color:#ffffff;
    display: block;
    width:130px;
    height: 43px;
    background: #222222;
    text-align: center;
    line-height: 43px;
    font-size: 15px;
}
.con4_a:hover{
    background: #ff9000;
}
.con4_ri{
    width:650px;
    float:right;
    text-align: right;
    font-size: 0;
}
.con4_ri img{
    max-width:100%;
}
.con4_list2{
    width:100%;
    padding:0 0 100px;
}
.con4_le2{
    float:left;
    width:968px;
}
.con4_ri2{
    float:right;
    width:162px;
    background:url("../images/j2.png") no-repeat 0 10px;
}
.con4_ri2 a{
    display: block;
    color:#ffffff;
    font-size: 18px;
    text-align: center;
    width:100%;
    height: 52px;
    line-height: 52px;
    background:#222222;
    margin:30px 0;
}
.con4_ri2 a:hover{
    background:#ff9000;
}
.con4_sw{
    width:100%;
}
.con4_dl{
    width:100%;
}
.con4_dt{
    width:100%;
    font-size: 0;
}
.con4_dt img{
    width: 100%;
}
.con4_dd{
    color:#666666;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

/*footer*/
.footer{
    width:100%;
    background:#f5f5f5;
}
.fo_ul{
    width:100%;
    border-bottom:1px solid #dddddd;
}
.fo_ul h2{
    color:#000000;
    font-size: 18px;
    font-weight: normal;
    float:left;
    width:130px;
    height: 85px;
    line-height: 85px;
    background:url("../images/sd.png") no-repeat 84px center;
}
.fo_ul li{
    width:150px;
    float:left;
    text-align: center;
    line-height: 85px;
}
.fo_ul li a{
    color:#666666;
    font-size: 16px;
}

.fo_ul li a:hover{
    color:#ff9000;
}
.fo_list{
    width:100%;
    padding:50px 0;
}
.fo_logo{
    float:left;
    width:300px;
    text-align: center;
}
.fo_logo img{
    max-width: 100%;
}
.fo_logo p{
    color:#666666;
    font-size: 18px;
    line-height: 35px;
}
.fo_con{
    float:left;
    margin-left:100px;
    width:300px;
}
.fo_con h2{
    color:#666666;
    font-size: 18px;
    text-align: left;
    padding:5px 0 20px;
}
.fo_con p{
    color:#666666;
    font-size: 14px;
    padding:5px 0;
}
.fo_tel{
    width:250px;
    float:left;
    text-align: right;
}
.fo_tel1{
    display: inline-block;
    width:152px;
    height: 41px;
    text-align: left;
    border-radius:20px;
    text-indent: 50px;
    color:#ffffff;
    line-height: 41px;
    font-size: 18px;
    background:#ff9000 url("../images/fotel.png") no-repeat 17px center ;
}
.fo_tel h2{
    color:#ff9000;
    font-size: 36px;
    font-family: "Impact";
    padding:10px 0;
}
.fo_wx{
    float:right;
    width:145px;
    text-align: center;
}

.fo_wx img{
    max-width:100%;
}
.fo_wx p{
    color:#999999;
    font-size: 14px;
    line-height: 35px;
}

.fo2{
    width:100%;
    border-top:1px solid #dddddd;
    padding:30px 0;
}
.fo2_p{
    color:#666666;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    max-width:700px;
}
.fo2_p a,.fo2_p2 a{
    color:#666666;
}
.fo2_p2{
    color:#666666;
    font-size: 14px;
    text-align: right;
}

.neibanner,.neibanner img{
    font-size: 0;
    width:100%;
}
.pro{
    width:100%;
    padding:74px 0 133px;
}
.weizhi{
    padding:20px 0;
    border-bottom:1px solid #efefef;
}
.weizhi h2{
    font-size: 18px;
    font-weight: normal;
    color:#666666;
    text-align: left;
    float:left;
}
.weizhi p{
    float:right;
    text-align: right;
    font-size: 14px;
    color:#666666;
}
.weizhi p a{
    color:#666666;
}

/*新闻列表*/
.news{
    width:100%;
    padding:74px 0 133px;
}
.news_dl{
    width:100%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding:20px 10px;
    margin-top:10px;
}
.news_dl:after,.imgs:after{
    content:"";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.news_dt{
    float:left;
    width: 30%;
    overflow: hidden;
}
.news_dt img{
    max-width: 100%;
}
.news_dd{
    width: 65%;
    float:right;
}
.news_dd h2{
    color:#666;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding-bottom: 10px;
}
.news_dd span{
    display: block;
    color:#666;
    font-size: 14px;
    padding-bottom: 10px;
}
.news_dd p{
    color:#666;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news_dl:hover .news_dt img{
    transform: scale(1.3);
}
.news_dl:hover .news_dd h2{
    color:#ff9000;
    font-weight: bold;
}
.list1{
    width:100%;
}
.show_con{
    margin-top:20px;
    padding:20px;
    border:1px solid #efefef;
    box-sizing: border-box;
}
.show_con_h2{
    color:#ff9000;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    padding:0 0 10px;
}
.show_con_p{
    color:#999999;
    font-size: 14px;
    text-align: center;
    padding:0 0 5px;
    border-bottom:1px dashed #efefef;
}
.show_des{
    padding:30px 0;
    overflow:hidden;
}


/*联系我们*/
.contactus,.liuyan{
    padding:80px 0;
}
.contactus_ti{
    width:100%;
    text-align: center;
    font-size: 30px;
    color:#666;
    font-weight: bold;
    padding-bottom:15px;
}
.contactus_span{
    width:48px;
    height: 2px;
    background:#1a58ab;
    display: block;
    margin:0 auto 17px;
}
.contactus_p{
    color:#999999;
    font-size: 14px;
    text-align: center;
}
.cont_list{
    padding:60px 0 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
}
.cont_p{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    line-height: 50px;
    color:#666666;
    font-size: 14px;
}
.cont_p > img{
    float:left;
    margin:10px 20px 0 0;
}
.cont_p2{
    width:100%;
    text-align:left;
    padding:20px 0;
}
.cont_p2 > img{
    width: 120px;
}
.ditu{
    width:100%;
    min-height: 350px;
}

.call_form{
    width:100%;
    padding:50px 0;
}
.call_lab{
    width:567px;
    float:left;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius:5px;
    position: relative;
    margin-bottom: 30px;
}
.call_lab > span{
    float:left;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-indent: 28px;
    letter-spacing: 1px;
    color:#999999;
    font-size: 14px;
}
.call_lab > input{
    width: 430px;
    height: 48px;
    float:left;
    margin-left:3px;
    border:none;
}
.call_lab > i{
    font-style: normal;
    color:#f1881e;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 15px;
}
.call_lab_marle{
    margin-left: 65px;
}
.call_lab > textarea{
    width:60%;
    height: 200px;
    float:left;
    margin-left: 10px;
    border:none;
}
.call_submit{
    width:150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    font-size:14px;
    background:#1a58ab;
    transition: all .5s;
    border:none;
    display: block;
    margin:0 auto;
    border-radius:5px;
}
.call_submit:hover{
    background:#ffa800;
}


.pages{ padding-top:20px; padding-bottom:20px; text-align:center;font-size:13px;}
.pages a{border: 1px solid #ccc;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #fff;text-decoration:none;color:#999;}
.pages a:hover{border:1px solid #FF6600; background-color:#FF6600; color:#fff;}
.pages span{border: 1px solid #FF6600;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #FFEEE5;color: #FF6600;}









.li-active{
    background:#ff9000;
}
.li-active > a{
    color:#ffffff;
}

.li-active2{
    background:#ff9000;
}
.li-active2 a p,.li-active2 a span{
    color:#ffffff;
}
/*自定义动画*/
@keyframes move{
    0%{
        left:50%;
    }
    20%{
        left:450px;
    }
    40%{
        left:50%;
    }
    60%{
        left:0;
    }
    80%{
        left:50%;
    }

}











