
input,
button input:hover,
button:hover,
input:focus,
button:focus {
    outline: none;
}

textarea {
    outline: none;
}


img {
    max-width: 100%;
    border: 0;
    outline: none;
}

ul,
li {
    list-style: none;
}

a{
    list-style: none;
    color: #4b4a4a;
    text-decoration: none !important;
    outline: none;
    cursor: pointer;
}

a:focus,
a:hover {
    /* color: #fff; */
    text-decoration: none;
}

section,
.block {
    display: block;
}

.m0a {
    margin: 0 auto;
}

.white {
    color: #fff;
}

.bg-f4f6f8 {
    background: #f4f6f8;
}



/* .show {
    display: block !important;
} */

.wraper {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

/* .transition {
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.transition1 {
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}
 */

.black {
    color: black;
}

.bg_wraper {
    background-color: #f8f8f8;
}

.hide {
    display: none !important;
}

button.nobor::after {
    border: none;
}

.btn-hover {
    opacity: 0.8;
}

.common-view {
    width: 100%;
    height: auto;
    display: block;
    background: white;
}

.tab-fix {
    width: 100%;
    z-index: 2;
}

.isIpx {
    padding-bottom: 68px;
}

.fff {
    color: #fff;
}

.bg_opacity_sec {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    filter: Alpha(opacity=50);
    color: white;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tj {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0px;
    height: 0px;
    zoom: 1;
}

.fix {
    position: fixed;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.circle {
    border-radius: 50%;
}

.br-5 {
    border-radius: 5rem;
}

.br-10 {
    border-radius: 10rem;
}

.br-15 {
    border-radius: 5rem;
}

.rotate-45 {
    transform: rotate(45deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clamp1,
.clamp2,
.clamp3,
.clamp4,
.clamp5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.clamp5 {
    -webkit-line-clamp: 5;
}

.flex,
.flex100 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex100 {
    width: 100%;
}

.flex100-15,
.flex100-2,
.flex100-25,
.flex100-3,
.flex100-4,
.flex100-5,
.flex100-6,
.flex100-7,
.flex100-75,
.flex100-8,
.flex100-85 {
    box-sizing: border-box;
}

.flex100-15 {
    flex: 0 0 15%;
}

.flex100-2 {
    flex: 0 0 20%;
}

.flex100-25 {
    flex: 0 0 25%;
}

.flex100-3 {
    flex: 0 0 30%;
}

.flex100-33 {
    flex: 0 0 33.33%;
}

.flex100-4 {
    flex: 0 0 40%;
}

.flex100-5 {
    flex: 0 0 50%;
}

.flex100-6 {
    flex: 0 0 60%;
}

.flex100-7 {
    flex: 0 0 70%;
}

.flex100-75 {
    flex: 0 0 75%;
}

.flex100-8 {
    flex: 0 0 80%;
}

.flex100-85 {
    flex: 0 0 85%;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-warp {
    display: flex;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-strat;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-x-center {
    display: flex;
    justify-content: center;
}

.flex-x-between {
    display: flex;
    justify-content: space-between;
}

.flex-y-center {
    display: flex;
    align-items: center;
}

.flex-y-start {
    display: flex;
    align-items: flex-start;
}

.flex-y-end {
    display: flex;
    align-items: flex-end;
}

.flex-y-baseline {
    display: flex;
    align-items: baseline;
}





.proc_list .title {
    background-color: #000000;
    margin-bottom: 0;
    line-height: 2.4;
	color: #fff;
}
.link1:first-child {
    margin-right: .3rem;
}
.link1 {
    padding: .47rem 1.2rem;
    background-color: #000000;
    color: #fff;
}
.link1:hover{color: #fff;}
.proc_list .abs {
    bottom: .2rem;
    left: 0;
    width: 100%;
}
.bankuai_dsc {
    margin-bottom: .5rem;
	margin-top: .9rem;
	color: #3b3b3b;
	line-height: 2em;
}
.proc_list>.right p.clearfix {
    padding-bottom: 0.9rem;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #818181;
	margin-top: 4.5rem;
}
.hot_m a{ margin-left: 1.5rem;}
.hot_title{ color: #1b1b1b;}
.proc_list {
    margin: 7.2rem 0;
}
.proc_list .tc{ padding-top: 1rem;}
/*list end*/


.pro_list_wraper .prod_til {
    margin-bottom: 1.6rem;
}

.prod_til {
    font-size:2rem;
    padding: 0 0 0 1.4rem;
    line-height: 1;
    margin:4rem 0 4rem;
	background: url(../../images/bg1.jpg) no-repeat 0 top;
	font-style: normal;
	font-weight: normal;
	color: #3b3b3b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	
}
.prod_til2 {
    font-size:2rem;
    padding: 0 0 0 3.4rem;
    line-height: 1;
    margin:4rem 0 4rem;
	background: url(../../images/bg10.png) no-repeat 0 top;
	font-style: normal;
	font-weight: normal;
	color: #3b3b3b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	
}
.pro_list {
    margin-bottom: 2.8rem;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, .2);
}
.img_boxs {
    width: 29.5%;
    overflow: hidden;
}
.img_boxs img {
    width: 100%;
}
.proc_list1 .con {
    width: 70.5%;
}
.pro_list .con {
    padding: 0 3.4rem;
}
.pro_list .con>p {
    text-indent: 2em;
	color: #1b1b1b;
}
.transition {
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.pro_list:hover .img_boxs img {
    /* transform: scale(1.08); */
}
.pro_list .con h4 {
    margin: 1.2rem 0;
    color: #0a5497;
    line-height: 1.6;
}


.container1{width: 100%;
    max-width: 1220px;
    margin: 0 auto;}
.tabBar {
    float: left;
    width: 20%;
    padding: .1rem;
    color: #000;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.tabBar p {
    line-height: 1.6;
    word-wrap: break-word;
    margin-bottom: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.tabBar:hover,
.tabBar.active {
    background: #fdc900;
}

.tabBar:hover p,
.tabBar.active p {
    color: #fff;
}

.tabBar:hover,
.tabBar.active {
    background: #fdc900;
}

.tabBar:hover p,
.tabBar.active p {
    color: #fff;
}

.tab_lists {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.tab_list {
    display: none;
}

.tab_list:first-child {
    display: block;
}

.tab_list.progress_tab_list:first-child {
    display: none;
}

.tab_list.progress_tab_list:last-child {
    display: block;
}
.tab_list img:nth-child(2){
	padding-bottom:20px;

}
.tab_list img:nth-child(3){
	padding-bottom:20px;

}
.progress_tab_list {
    color: #000;
}
.zzzs_tab {
    margin-bottom: .6rem;
}

.zzzs_tab .tabBar {
    border-bottom: 3px solid #fdc900;
    margin-right: 5px;
    width: auto;
    padding: .8rem .5rem;
}

.zzzs_tab_lists .tab_list>div {
    display: block;
    float: left;
    width: calc(20% - 13.6px);
    margin-bottom: .75rem;
    margin-right: 13.6px;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}


.sptj_tab {
    border-bottom: 2px solid #fdc900;
    margin-bottom: .7rem;
}

.sptj_tab .tabBar {
    width: 33.33%;
    margin-right: 0;
    border: none;
}

.sptj_tab .tabBar .iconfont {
    font-size: .24rem;
    margin-right: .1rem;
}

.sptj_tab .tabBar:hover,
.sptj_tab .tabBar.active {
    background: #fdc900;
}


.fwlc {
    background: url(../../images/bg_fwlc.jpg) no-repeat 0 0;
    background-size: cover;
    /*padding-bottom: .8rem;*/
	margin: 3rem 0;
}

.fwlc .container {
    max-width: 1400px;
}

.fwlc .main_title h2 {
    font-size: 1.36rem;
	font-size: 2.6rem;
}

.fwlc .main_title p {
    margin: 0.8rem 0 0.8rem;
	text-align: center;
}
.fwlc .main_title {
    padding: 3rem 0 1.18rem;
    color: #3b3b3b;
}
.fwlc_list .list {
    color: #000;
    padding: 0 2.3rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.fwlc_list .list:after {
    position: absolute;
    right: -1.05rem;
    top:2.8rem;
    content: "";
    width: 2.33rem;
    height: 2.28rem;
    background: url(../../images/arrow1.png) no-repeat 0 0;
    background-size: contain;
}

.fwlc_list .list:last-child:after {
    background: none;
}

.fwlc_list .list:hover a {
    color: #fdc900;
}

.fwlc_list .iconfont {
    padding: .08rem;
    font-size: .66rem;
    border-radius: 10px;
    border: 1px solid #000;
}

.fwlc_list h3 {
    font-size: 1.2rem;
    line-height: 1;
    margin: 1.25rem 0 1.1rem;
}


/* 留言表单 */

.layui-form-item .layui-inline {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
}

.layui-inline:nth-child(2n-1) {
    margin-right: 2%;
    margin-left: 0;
}

.layui-inline:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
}

.layui-form-label {
    width: 100%;
    text-align: left;
    padding: 0 0 0 .1rem;
    line-height: 1.45rem;
    margin-bottom: 0;
    color: #000;
    font-size: 1.16rem;
	margin: 2rem 0 0.8rem 0;
}

.layui-form-label.layui-required:after {
    content: "*";
    color: red;
    position: absolute;
    top: 30px;
    left: 0;
}

.layui-form-item .layui-input-inline {
    width: 100%;
}

.layui-input {
    width: 100%;
    height: 3.45rem;
    line-height: 3.45rem;
    font-size: 2.16rem;
    border: #d3d2d2 2px solid;
    outline: none;
    color: #000;
    background-color: #fcfcfc;
    text-indent: .1rem;
    box-shadow: 3px 3px 4px 1px #d1d0d0;
}

.layui-input:focus,
.layui-textarea:focus,
.layui-input:hover,
.layui-textarea:hover {
    border: 2px solid #fdc900 !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #fdc900;
}

.layui-input-block {
    margin-left: 0;
    min-height: .4rem;
}

.layui-input-block textarea {
    border: #d3d2d2 2px solid;
    outline: none;
    color: #000;
    background-color: #fcfcfc;
    text-indent: .1rem;
    box-shadow: 3px 3px 4px 1px #d1d0d0;
}

.layui-btn {
       width: 14.5rem;
       float: left;
       background: #fdc900;
       height: 3.45rem;
       line-height: .45rem;
       color: #fff;
       border: none;
       margin-bottom: 0.3rem;
       cursor: pointer;
       font-size: 1.42rem;
       text-align: center;
       box-shadow: 3px 3px 4px 1px #d1d0d0;
	margin-top: 1rem;
}

.ly-li:last-of-type label {
    vertical-align: top;
}

.zxly-ny {
    margin-bottom: .3rem;
    width: calc(100% - 1rem);
    height: 2rem;
    font-size: .18rem;
    padding-top: 4px;
    background-color: #fcfcfc;
    border: #818181 1px solid;
    outline: none;
    color: #000;
    text-indent: .1rem;
    outline: none;
    box-shadow: 3px 3px 4px 1px #d1d0d0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

.module_wraper {
    padding: 0 .1rem;
    margin-bottom: .9rem;
}

.module_wraper .sdzx_list>a {
    border-radius: 8px;
    overflow: hidden;
}
.online textarea {
    width: 100%;
    height: 8.5rem;
}



@media(min-width: 768px) {
    .fs66 {
        font-size: 66px;
    }
    .fs60 {
        font-size: 60px;
    }
    .fs50 {
        font-size: 50px;
    }
    .fs48 {
        font-size: 48px;
    }
    .fs42 {
        font-size: 42px;
    }
    .fs44 {
        font-size: 44px;
    }
    .fs40 {
        font-size: 40px;
    }
    .fs38 {
        font-size: 38px;
    }
    .fs36 {
        font-size: 36px;
    }
    .fs34 {
        font-size: 34px;
    }
    .fs32 {
        font-size: 32px;
    }
    .fs30 {
        font-size: 30px;
    }
    .fs28 {
        font-size: 28px;
    }
    .fs26 {
        font-size: 26px;
    }
    .fs24 {
        font-size: 24px;
    }
    .fs22 {
        font-size: 22px;
    }
    .fs20 {
        font-size: 20px;
    }
    .fs17 {
        font-size: 17px;
    }
    .fs16 {
        font-size: 16px;
    }
    .fs15 {
        font-size: 15px;
    }
    .fs14 {
        font-size: 14px;
    }
    .fs18 {
        font-size: 18px;
    }
    .fs12 {
        font-size: 12px;
    }
}

.bold {
    font-weight: bolder;
}

.gray {
    color: #888888;
}

.fcw {
    color: #fff;
}

@media(max-width: 768px) {
	.tab_list img:nth-child(1){
		padding-bottom:20px;
	
	}
	.fwlc .main_title h2{
    font-size: 1.6rem;}
	.fwlc_list .list:after {
	    display: none;
	}
	.proc_list {
	    margin: 2.2rem 0.2rem;
	}
	.proc_list .right{ padding: 0 2rem;}
	.proc_list>.right p.clearfix{ margin-top: 1.8rem;}
	.hot_m a {
	    margin: 3rem 1rem 3rem 0;
	}
	.pro_list .con>p {
	    display: none;
	}
	.web_margin{ margin: 1.5rem 0;}
	.web_warp_m{ padding: 0 1.3rem 2rem 1.3rem;}
	.web_margin .fs30{ font-size: 1.2rem;}
	.prod_til{margin: 2rem 0 1rem;margin-left:2rem;font-size:1.2rem;}
    .fs66 {
        font-size: 1.66rem;
    }
    .fs60 {
        font-size: 1.6rem;
    }
    .f .fs50 {
        font-size: 1.5rem;
    }
    .fs48 {
        font-size: 1.48rem;
    }
    .fs42 {
        font-size: 1.42rem;
    }
    .fs46 {
        font-size: 1.46rem;
    }
    .fs44 {
        font-size: 1.44rem;
    }
    .fs40 {
        font-size: 1.5rem;
    }
    .fs38 {
        font-size: 1.4rem;
    }
    .fs36 {
        font-size: 1.38rem;
    }
    .fs34 {
        font-size: 1.38rem;
    }
    .fs32 {
        font-size: 1.36rem;
    }
    .fs30 {
        font-size: 1.36rem;
    }
    .fs28 {
        font-size: 1.32rem;
    }
    .fs26 {
        font-size: 1.3rem;
    }
    .fs24 {
        font-size: 1.3rem;
    }
    .fs22 {
        font-size: 1.3rem;
    }
    .fs20 {
        font-size: 1.3rem;
    }
    .fs18 {
        font-size: 1.3rem;
    }
    .fs17 {
        font-size: 1.26rem;
    }
    .fs16 {
        font-size: 1.26rem;
    }
    .fs15 {
        font-size: 1rem;
    }
    .fs14 {
        font-size: 1rem;
    }
    .fs12 {
        font-size: 1rem;
    }
}