@charset "utf-8";

/* CSS Document */
body {
    padding-top: 74px;
	font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
}

/*宽*/
.w010 {
	width: 100%;
}

.maxw010 {
	max-width: 100%;
}


.h-100{
    height: 0;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.mt21{ margin-top: 21px;}
.mt65{ margin-top: 65px;}

.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
.mb65{ margin-bottom: 65px;}
.mb70{ margin-bottom: 70px;}
.mb80{ margin-bottom: 80px;}
.mb100{ margin-bottom: 100px;}


.fs0{ font-size: 0;}
.fs26{ font-size: 26px;}
.fs30{ font-size: 30px;}
.fs40{ font-size: 40px;}

.color-2b2b2b{ color: #2b2b2b;}


.list-01{ display: none;}


/*header*/
.header-custom{
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.header-custom .logo{
    height: 74px;
    padding: 16px 20px;
}
.header-custom .logo img{
    display: block;
}
.header-custom .nav-custom>li>a{
    padding: 14px 15px;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-custom .nav-custom>li>a:hover,
.header-custom .nav-custom>li>a:focus{
    color: #e60012;
}
.header-custom .nav-custom>.active>a,
.header-custom .nav-custom>.active>a:hover,
.header-custom .nav-custom>.active>a:focus{
    background: none;
    color: #e60012;
}
.language-toggle{
    height: 25px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 24px;
    right: 20px;
}
.language-toggle a{
    float: left;
    width: 39px;
    height: 23px;
    line-height: 23px;
    color: #aaa;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.language-toggle a:hover,
.language-toggle .on{
    background: #e60012;
    color: #fff;
}
.header-custom .navbar-toggle{
    margin-top: 20px;
    margin-right: 120px;
}
.header-custom .navbar-toggle:hover,
.header-custom .navbar-toggle:focus{
    background: #e60012;
}
.header-custom .navbar-toggle:hover .icon-bar,
.header-custom .navbar-toggle:focus .icon-bar{
    background: #fff;
}


/*footer*/
.footer{
    background: url("../images/footer_bg.png") left top repeat;
}
.footer-btn{
    padding-top: 50px;
    border-bottom: 1px solid #e2dedf;
}
.footer-btn>div{
    margin-bottom: 20px;
}
.footer-btn>div a{
    display: block;
    font-size: 14px;
    color: #262626;
    text-transform: uppercase;
    text-align: center;
}
.footer-btn>div a span{
    display: block;
}
.footer-btn>div a span.icon{
    height: 68px;
}
.footer-btn>div a span.icon img{
    max-width: 100%;
}
.footer-btn>div a span.text{
    height: 44px;
    line-height: 22px;
}
.footer-btn>div a:hover .icon img{
    animation: rubberBand 1s 1 linear;
}
.footer-nav{
    position: relative;
}
.footer-nav .li a{
    display: block;
    line-height: 30px;
}
.footer-nav .li .a-1{
    margin-bottom: 6px;
    font-size: 16px;
    color: #373737;
}
.footer-nav .li .a-2{
    color: #999;
}
.footer-nav .footer-logo{
    margin-top: -35px;
    position: absolute;
    top: 50%;
    right: 0;
}
.footer-down{
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e2dedf;
    color: #999;
}
.footer-down a{
    color: #999;
}


/*page*/
.page{
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}
.page a{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 20px;
    color: #9c9c9c;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.page a:hover,
.page a.current{
    color: #e60012;
}
.page span{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 20px;
    color: #9c9c9c;
}


/*banner*/
.logo-2{
    width: 314px;
    margin-top: -98px;
    margin-left: -157px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 98;
}
.logo-2 img{
    width: 100%;
    animation: zoomIn 0.8s ease-out 0.5s both;
}
#banner{
    width: 100%;
}
#banner .item a{
    display: block;
}
#banner .item a img{
    display: block;
    width: 100%;
}
#banner.owl-theme .owl-controls{
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
}
#banner.owl-theme .owl-dots .owl-dot span{
    width: 18px;
    height: 18px;
    margin: 0 10px;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#banner.owl-theme .owl-dots .owl-dot.active span,
#banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #e60012;
    border: 2px solid #e60012;
}


/*main*/
.box-01{
    padding-top: 110px;
    background: url("../images/bg_1.png") center bottom no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.block-01{
    max-width: 1482px;
    padding-top: 142px;
    padding-right: 332px;
    padding-left: 332px;
    margin-right: auto;
    margin-left: auto;
}
.mod-01{
    position: relative;
}
.mod-01>img{
    display: block;
    width: 100%;
}
.mod-01 .text{
    width: 302px;
    cursor: pointer;
    position: absolute;
    filter:alpha(opacity=0); 
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0; 
}
.mod-01 .text .title{
    height: 36px;
    line-height: 36px;
    padding-right: 44px;
    padding-left: 44px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    font-size: 32px;
    font-weight: bold;
}
.mod-01 .text .content{
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mod-01 .text9{
    text-align: right;
    bottom: 0;
    right: 104%;
    /* display: none; */
}
.mod-01 .text9 .title{
    background-image: url("../images/tit_bg1.png");
    background-position: right center;
    color: #feb960;
}
.mod-01 .text1{
    text-align: right;
    bottom: 26%;
    right: 104%;
    filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1; 

}
.mod-01 .text1 .title{
    background-image: url("../images/tit_bg1.png");
    background-position: right center;
    color: #feb960;
}
.mod-01 .text2{
    text-align: right;
    bottom: 58%;
    right: 100%;
    filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1; 
}
.mod-01 .text2 .title{
    background-image: url("../images/tit_bg2.png");
    background-position: right center;
    color: #f55e5a;
}
.mod-01 .text3{
    text-align: right;
    bottom: 87%;
    right: 83%;
    filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1; 
}
.mod-01 .text3 .title{
    background-image: url("../images/tit_bg3.png");
    background-position: right center;
    color: #f55a98;
}
.mod-01 .text4{
    bottom: 107%;
    left: 31.2%;
    right: 31.2%;
    filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1; 
}
.mod-01 .text4 .title{
    background-image: url("../images/tit_bg4.png");
    background-position: 72px center;
    color: #e60012;
    text-align: center;
}
.mod-01 .text5{
    bottom: 87%;
    right: auto;
    left: 83%;
    filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1; 
}
.mod-01 .text5 .title{
    background-image: url("../images/tit_bg5.png");
    background-position: left center;
    color: #58bcea;
}
.mod-01 .text6{
    bottom: 58%;
    right: auto;
    left: 100%;
    filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1; 
}
.mod-01 .text6 .title{
    background-image: url("../images/tit_bg6.png");
    background-position: left center;
    color: #38c695;
}
.mod-01 .text7{
    bottom: 26%;
    right: auto;
    left: 104%;
    filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1; 
}
.mod-01 .text7 .title{
    background-image: url("../images/tit_bg7.png");
    background-position: left center;
    color: #653165;
}
.mod-01 .text8{
    bottom: 0;
    right: auto;
    left: 104%;
    /* display: none; */
    
    filter:alpha(opacity=0); 
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0; 
}
.mod-01 .text8 .title{
    background-image: url("../images/tit_bg7.png");
    background-position: left center;
    color: #653165;
}

.op0{
	filter:alpha(opacity=0); 
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0;
}


/*03-0Customer-Support*/
.other-banner img{
    display: block;
    width: 100%;
}
.tit-1 .name{
    display: inline-block;
    padding-right: 120px;
    background: url("../images/line_1.jpg") right center no-repeat;
}
.tit-1 .name span{
    display: inline-block;
    line-height: 50px;
    padding-left: 120px;
    background: url("../images/line_1.jpg") left center no-repeat;
    color: #2b2b2b;
    text-transform: uppercase;
}
.mod-02>div{
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.mod-02>div>img{
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-02>div .text{
    width: 62%;
    height: 292px;
    padding-top: 80px;
    margin-top: -146px;
    margin-left: -31%;
    background: url("../images/bg_3.png") center top no-repeat;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
}
.mod-02>div .text span{
    display: block;
}
.mod-02>div .text .title{
    height: 74px;
    line-height: 60px;
    margin-bottom: 30px;
    background: url("../images/tit_bg8.jpg") center bottom no-repeat;
    font-size: 34px;
    color: #000;
}
.mod-02>div .text .more{
    line-height: 30px;
    color: #bebebe;
}
.mod-02>div:hover>img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.row-01{
    margin-right: -10px;
    margin-left: -10px;
}
.mod-03{
    text-align: center;
    overflow-x: auto;
}
.mod-03 .box .tabs-tit{
    display: inline-block;
    padding-bottom: 7px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.mod-03 .box .tabs-tit span{
    display: block;
    line-height: 35px;
    padding-right: 20px;
    padding-left: 20px;
    background: #a0a0a0;
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-03 .box .tabs-tit.selected{
    background: url("../images/li_bg1h.png") center bottom no-repeat;
}
.mod-03 .box .tabs-tit.selected span{
    background: #e60012;
}
.mod-04{
    line-height: 24px;
    font-size: 16px;
    color: #6a6a6a;
}
.mod-04 img{
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.mod-04 .text-1 ul li{
    padding-left: 172px;
    margin-bottom: 65px;
    position: relative;
}
.mod-04 .text-1 ul li .number{
    width: 152px;
    line-height: 72px;
    margin-top: -36px;
    font-size: 72px;
    color: #727171;
    text-align: right;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
}
.mod-04 .text-1 ul li .content{
    line-height: 32px;
    font-size: 30px;
    color: #999da0;
}
.mod-05{
    display: none;
    z-index: 1000;
}
.mod-05 .close-message{
    position: absolute;
    top: -56px;
    right: -20px;
}
.mod-05 .close-message img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.mod-05 .close-message:hover img{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.mod-05 .title{
    height: 75px;
    line-height: 75px;
    background: #e12913;
    font-size: 34px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.mod-05 .content{
    min-height: 280px;
    padding: 36px 20px 50px 20px;
    background: #fff;
}
.mod-05 .content .form-con{
    font-size: 16px;
    color: #161616;
}
.mod-05 .content .form-con .control-label{
    padding-top: 13px;
    padding-right: 0;
    color: #797979;
    font-weight: normal;
}
.mod-05 .content .form-con .radio-inline{
    padding-top: 13px;
    margin-right: 10px;
}
.mod-05 .content .form-con .radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline{
    margin-left: 0;
}
.mod-05 .content .form-con .con-1{
    padding-right: 110px;
    position: relative;
}
.mod-05 .content .form-con .con-1 .yzm{
    width: 100px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}
.wbk-1{
    height: 45px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
}
.wbk-2{
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
}
.input-1{
    width: 48%;
    height: 45px;
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.input-1.bg1{
    background: #e12913;
}
.input-1.bg2{
    background: #2b2b2b;
}
.input-2{
    width: 240px;
    height: 45px;
    background: #e12913;
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
#message-success{
    margin-top: -177px;
    position: fixed;
    top: 50%;
}
.mod-05 .content .text-1{
    line-height: 36px;
    font-size: 26px;
    color: #3d3c3c;
    text-align: center;
}


/*03-3Customer-Support-contact*/
.mod-06{
    height: 650px;
}


/*01-1-0About-ZRT-News*/
.mod-07 .box{
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-07 .box .title{
    margin-bottom: 8px;
    font-size: 24px;
    color: #2b2b2b;
}
.mod-07 .box .title a{
    color: #2b2b2b;
}
.mod-07 .box .date{
    margin-bottom: 18px;
    color: #bebebe;
}
.mod-07 .box .content{
    min-height: 72px;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
    color: #6a6a6a;
    position: relative;
}
.mod-07 .box .content img{
    display: block;
    width: 170px;
    height: 125px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
.mod-07 .box .more{
    color: #bebebe;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-07 .box:hover{
    background: #f9f9f9;
    box-shadow: 0 0 20px rgba(16,5,9,0.1);
}
.mod-07 .box:hover .more{
    color: #e60012;
}


/*01-1-1About-ZRT-News-more*/
.return-btn{
    display: inline-block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    background: #9fa0a0;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}
.mod-08{
    line-height: 32px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    color: #868686;
}
.mod-08 .title{
    font-size: 30px;
    color: #2b2b2b;
}
.mod-09{
    padding-top: 30px;
    line-height: 34px;
    border-top: 1px dotted #ccc;
    font-size: 18px;
    color: #3f3f3f;
}
.mod-09 a{
    color: #e60012;
}


/*01-2About-ZRT-Honor*/
.mod-10{
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #e60012;
}
.mod-11{
    border-bottom: 1px dotted #cdcdcd;
}
.mod-11>div{
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: -1px;
    background: url("../images/li_bg2.png") left 38px no-repeat;
    border-bottom: 1px dotted #cdcdcd;
}
.mod-11>div .title{
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #2b2b2b;
}
.mod-11>div .title a{
    color: #2b2b2b;
}
.mod-11>div .content{
    line-height: 24px;
    font-size: 16px;
    color: #6a6a6a;
}
.mod-12{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.mod-12 .img-con img{
    float: left;
    width: 210px;
    height: 150px;
    margin-right: 20px;
}
.nicescroll-rails{
    background: #ebebeb;
}


/*02-5Principal-Business-zhongrong-wealth-center*/
.block-02{
    background: url("../images/bg_6.png") center center no-repeat;
    background-size: 100%;
}
.mod-13{
    position: relative;
}
.mod-13>img{
    display: block;
    width: 100%;
}
.mod-13 .anchor{
    height: 28px;
    line-height: 28px;
    position: absolute;
    font-size: 14px;
    color: #999;
}
.mod-13 .anchor .icon{
    display: inline-block;
    vertical-align: text-bottom;
}
.mod-13 .anchor:hover,
.mod-13 .anchor.on{
    color: #e60012;
}
.mod-13 .anchor.a-1{
    right: 47.3%;
    bottom: 50.3%;
}
.mod-13 .anchor.a-2{
    right: 37.4%;
    bottom: 45.6%;
}
.mod-13 .anchor.a-3{
    right: 45%;
    bottom: 35.9%;
}
.mod-13 .anchor.a-4{
    right: 47.8%;
    bottom: 20.7%;
}
.mod-13 .anchor.a-5{
    right: 26.5%;
    bottom: 14.9%;
}
.mod-13 .anchor.a-6{
    right: 30.1%;
    bottom: 12.4%;
}
.mod-13 .anchor.a-7{
    bottom: 7.5%;
    left: 69.4%;
}
.mod-13 .anchor.a-8{
    bottom: 10.4%;
    left: 70.6%;
}
.mod-13 .anchor.a-9{
    bottom: 12.7%;
    left: 75.6%;
}
.mod-13 .anchor.a-10{
    bottom: 15%;
    left: 78.6%;
}
.mod-13 .anchor.a-11{
    bottom: 19.3%;
    left: 82.4%;
}
.mod-13 .anchor.a-12{
    bottom: 24.8%;
    left: 84%;
}
.mod-13 .anchor.a-13{
    bottom: 28.4%;
    left: 85.6%;
}
.mod-13 .anchor.a-14{
    right: 14.2%;
    bottom: 31.3%;
}
.mod-13 .anchor.a-15{
    right: 15.2%;
    bottom: 34.2%;
}
.mod-13 .anchor.a-16{
    bottom: 34%;
    left: 87.2%;
}
.mod-13 .anchor.a-17{
    bottom: 38%;
    left: 86.4%;
}
.mod-13 .anchor.a-18{
    bottom: 40.1%;
    left: 85.4%;
}
.mod-13 .anchor.a-19{
    right: 15.9%;
    bottom: 40.2%;
}
.mod-13 .anchor.a-20{
    bottom: 44%;
    left: 84.1%;
}
.mod-13 .anchor.a-21{
    bottom: 52%;
    left: 82.1%;
}
.mod-13 .anchor.a-22{
    bottom: 60.5%;
    left: 84%;
}
.mod-13 .anchor.a-23{
    bottom: 60%;
    left: 76.4%;
}
.mod-13 .anchor.a-24{
    bottom: 69.4%;
    left: 85%;
}
.mod-13 .anchor.a-25{
    right: 24%;
    bottom: 61.6%;
}
.mod-13 .anchor.a-26{
    right: 20%;
    bottom: 37.6%;
}
.mod-13 .anchor.a-27{
    right: 22.4%;
    bottom: 33%;
}
.mod-13 .anchor.a-28{
    right: 28%;
    bottom: 27.4%;
}
.mod-13 .anchor.a-29{
    right: 14.6%;
    bottom: 39%;
}
.tooltip-inner{
    max-width: 100%;
    line-height: 28px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
    font-size: 14px;
    color: #e60012;
    text-align: left;
}
.box-02{
    height: 250px;
    padding-top: 24px;
    padding-right: 6px;
    padding-bottom: 24px;
    padding-left: 85px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    position: relative;
}
.box-02 .name{
    width: 60px;
    height: 248px;
    position: absolute;
    top: 0;
    left: 0;
}
.address-scroll{
    height: 200px;
    overflow: hidden;
}
.mod-14 .list-02{
    display: none;
}
.mod-14 .li{
    min-height: 200px;
    margin-bottom: 20px;
    position: relative;
}
.mod-14 .li .title{
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #e60012;
}
.mod-14 .li .content{
    line-height: 24px;
    font-size: 14px;
    color: #6a6a6a;
}
.mod-14 .li img{
    display: block;
    width: 275px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}
.wap-address{
    display: none;
}
.wap-address .content{
    line-height: 36px;
    font-size: 18px;
    color: #454649;
}
.wap-address .more{
    display: block;
    width: 260px;
    height: 45px;
    line-height: 45px;
    background: #e12913;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
}

.go-top{
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 12px;
    background: #e12913;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 94;
}
.go-top img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}





.guodu {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.i_title {
	font-size: 32px;
	line-height: 32px;
	color: #333;
	padding-bottom: 32px;
	background: url('../images/i_bar.jpg') center bottom no-repeat;
	text-align: center;
	text-transform: uppercase;
}

.i_section_01 {
	width: 100%;
	background: #f6f7f7;
	padding-top: 118px;
	padding-bottom: 117px;
}

.i_section_01 .div1 {
	font-size: 16px;
	line-height: 32px;
	color: #999;
	margin-top: 22px;
}

.i_shuzi {
	padding-top: 40px;
	margin-left: -15px;
	margin-right: -15px;
}

.i_shuzi .b1 {
	font-size: 36px;
	color: #333;
	margin-top: 20px;
}

.i_shuzi .b1.c_e60012 {
	color: #e60012;
}

.i_shuzi .span1 {
	font-size: 14px;
	color: #bebebe;
	margin-top: 25px;
}

.i_shuzi .span2 {
	font-size: 12px;
	color: #787878;
	margin-top: 7px;
}

.i_business {
	margin-top: 124px;
}

.i_bus_div1 {
	background: #f7f8f8;
	margin-top: 80px;
}

.i_bus_div1 .div1 {
	float: left;
	width: 79%;
	height: 540px;
	position: relative;
}

.i_bus_div1 .div1 .div_mc {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.i_bus_div1 .div1 .div_nr {
	padding-left: 25%;
	height: 540px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.i_bus_div1 .div1 .div_nr:first-child {
	display: block;
}

.i_bus_div1 .div1 .divv1 {

	/* float: left; */
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	z-index: 3;
}

.i_bus_div1 .div1 .divv1 .mg1{
	position: absolute;
	top: 80px;
	left: 100%;
}

.i_bus_div1 .div1 .divv1 .divv2 {
	padding: 0 14px;
	font-size: 14px;
	line-height: 26px;
	margin-top: 121px;
	color: #999;
}

.i_bus_div1 .div1 .divv1 .divv2 .span1 {
	font-size: 20px;
	color: #333;
	padding-bottom: 46px;
	background: url('../images/i_bar2.jpg') left bottom no-repeat;
	margin-bottom: 44px;
}

.i_bus_div1 .div1 .divv1 .divv2 .span2 {
	height: 130px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.i_bus_div1 .div1 .divv1 .divv2 a.a1 {
	font-size: 12px;
	color: #fff;
	width: 82px;
	height: 28px;
	background: #e60113;
	border-radius: 3px;
	text-transform: uppercase;
	margin-top: 33px;
}

.i_bus_div1 .div1 .mg_img {
	width: 100%;
	height: 540px;
}

.i_bus_div1 .div2 {
	float: right;
	width: 21%;
	text-align: right;
	position: relative;
	z-index: 99;
}

.i_bus_div1 .div2 .span1 {
	display: block;
	padding-right: 14%;
	height: 270px;
	line-height: 270px;
	font-size: 20px;
}

.i_bus_div1 .div2 .span1:nth-child(1) {
	line-height: 44px;
	padding-top: 90px;
}

.i_bus_div1 .div2 .span1 a {
	display: block;
	color: #2b2b2b;
}

.i_bus_div1 .div2 .span1:hover, .i_bus_div1 .div2 .span1.xz {
	margin-left: -170px;
	padding-left: 170px;
	background: #e60315;
}

.i_bus_div1 .div2 .span1:hover a, .i_bus_div1 .div2 .span1.xz a {
	color: #fff;
}

.i_bus_div1 .div2 .span1 bdo {
	font-size: 16px;
}

.i_bus_div1 .div2 .span1 bdo a {
	display: inline-block;
	margin-left: 15px;
}

.i_bus_div1 .div2 .span1 bdo a:hover {
	text-decoration: underline;
}

.i_subsidiary {
	width: 100%;
	background: url('../images/i_bg_01.jpg') center center no-repeat;
	padding-top: 118px;
	padding-bottom: 124px;
}

.i_subsidiary .div1 {
	margin-left: -15px;
	margin-right: -15px;
}

.owl_subsidiary {
	padding-top: 60px;
}

.owl_subsidiary a {
	border: 1px solid #f0f0f0;
	margin-top: 20px;
}

.owl_subsidiary a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.owl_subsidiary a img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: 0;
}

.owl_subsidiary .owl-controls {
	margin-top: 30px;
}

.owl_subsidiary .owl-dots {
	height: 13px;
}

.owl_subsidiary .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	background: none;
	border: 1px solid #c3c3c3;
	margin: 0 10px;
}

.owl_subsidiary .owl-dots .owl-dot.active span, .owl_subsidiary .owl-dots .owl-dot:hover span {
	background: #d6000f;
	border: 1px solid #d6000f;
}

.tc_bg_mc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}

.public_tc {
	position: fixed;
	top: 15%;
	bottom: 15%;
	left: 15%;
	right: 15%;
	background: #fff;
	max-height: 850px;
	z-index: 1000;
	display: none;
}

.subsidiary_kuang {
	position: absolute;
	left: 0;
	top: 50px;
	right: 5px;
	bottom: 50px;
	overflow: hidden;
	background: #fff;
	display: none;
}

.subsidiary_kuang:first-child, .subsidiary_kuang.xz {
	display: block;
}

.subsidiary_kuang .div_nr {
	width: 88%;
	margin: 0 auto;
}

.subsidiary_kuang .div_title {
	border-bottom: 1px dotted #d1d1d1;
	padding-bottom: 50px;
}

.subsidiary_kuang .div_title a img {
	max-width: 80%;
}

.subsidiary_kuang .div_title a.a1 {
	position: absolute;
	right: 0;
	top: 27px;
	font-size: 18px;
	color: #e60214;
	display: inline-block;
	line-height: 18px;
	border-bottom: 1px solid #e60214;
}

.subsidiary_kuang .div_art {
	font-size: 16px;
	color: #787878;
	line-height: 32px;
}

.subsidiary_kuang .div_art .span1 {
	font-size: 28px;
	line-height: 30px;
	color: #333;
	margin-bottom: 27px;
	margin-top: 46px;
}

.subsidiary_kuang .div_art img {
	max-width: 100%;
}

.subsidiary_kuang .div_art .mg1 {
	float: right;
	margin-left: 25px;
}

.guanbi {
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -32px;
	cursor: pointer;
}

.guanbi:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.jiantou_left, .jiantou_right {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 117px;
	margin-top: -58px;
	cursor: pointer;
	z-index: 1001;
}

.jiantou_left {
	left: -140px;
}

.jiantou_right {
	right: -140px;
}

.public_tc .mm1 {
	display: block;
}

.public_tc .mm2 {
	display: none;
}

.foot_kuang {
	position: absolute;
	left: 0;
	top: 50px;
	right: 5px;
	bottom: 50px;
	overflow: hidden;
	background: #fff;
	display: none;
}

.foot_kuang:first-child, .foot_kuang.xz {
	display: block;
}

.foot_kuang .div_nr {
	width: 88%;
	margin: 0 auto;
}

.foot_kuang .div_title{
	font-size: 28px;
	color: #333;
	line-height: 60px;
	text-transform: uppercase;
}

.foot_kuang .div_title a{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 18px;
	color: #e60214;
	text-transform: capitalize;
	display: inline-block;
	line-height: 16px;
	border-bottom: 1px solid #e60214;
}

.foot_kuang .div1{
	margin-top: 40px;
}

.foot_kuang .div1 .mg1{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.foot_ul1 li{
	padding-left: 23px;
	background: url('../images/i_ico1.png') left 25px no-repeat;
	margin-top: 40px;
}

.foot_ul1 li:first-child{
	margin-top: 30px;
}

.foot_ul1 li a .span1{
	font-size: 20px;
	color: #373737;
	line-height: 30px;
	padding: 15px 0 9px;
	border-bottom: 1px dotted #d1d1d1;
}
.foot_ul1 li a .span2{
	font-size: 16px;
	color: #787878;
	line-height: 20px;
	margin-top: 12px;
}

.foot_ul2 li{
	padding-left: 0;
	background: none;
}
.foot_ul2 li a .span2{
	line-height: 32px;
	margin-top: 6px;
}
.foot_ul2 li a img{
	width: 100%;
}
.foot_kuang .div2 ul{ margin: 0 -20px; }
.foot_kuang .div2 ul li{ float: left; width: 25%; padding:0 20px; margin-top: 50px;}
.foot_kuang .div2 ul li a{ color: #fff; }
.foot_kuang .div2 ul li a,.foot_kuang .div2 ul li a img{ display: block; width: 100%; }
.foot_kuang .div2 ul li a .span1{ position: absolute; left: 4.5%; bottom: 7.5%; font-size: 14px; line-height: 26px; text-transform: uppercase; }
.foot_kuang .div2 ul li a .span1 .b1{ font-size: 26px;}
.foot_kuang .div2 ul li a .mg2{ position: absolute; left: 0; top: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.foot_kuang .div2 ul li a:hover .mg2{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.index_ab_section_01{ display: none;` }

/* 0About-ZRT */
.ab_section_01{
	background: url('../images/ab_bg_02.jpg') center center no-repeat;
	background-attachment: fixed;
}
.ab_section_01 .i_section_01{
	background: none;
}
.ab_section_01 .divv1 .div_1{
    position: relative;
    margin-top: 112px;
    cursor: pointer;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}
.ab_section_01 .divv1 .div_1 .span_tu{
    width: 111px;
    height: 111px;
    padding: 22px 28px;
    border: 1px solid #cecece;
    border-radius: 50%;
}
.ab_section_01 .divv1 .div_1 b.b1{
    font-size: 24px;
    line-height: 24px;
    color: #131a20;
    margin-top: 29px;
}
.ab_section_01 .divv1 .div_1 span.span1{
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    color: #bebebe;
    padding-right: 9px;
    text-transform: uppercase;
    background: url('../images/icon_8.png') right 1px no-repeat; 
}
.ab_section_01 .divv1 .div_2{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0; 
    z-index: -1;
     transform: rotateY(180deg); 
     -ms-transform: rotateY(180deg); 
     -moz-transform: rotateY(180deg); 
     -webkit-transform: rotateY(180deg); 
     -o-transform: rotateY(180deg); 
     text-align: left;
}
.ab_section_01 .divv1:hover .div_1{
    z-index: -1; 
    transform: rotateY(180deg); 
    -ms-transform: rotateY(180deg); 
    -moz-transform: rotateY(180deg); 
    -webkit-transform: rotateY(180deg); 
    -o-transform: rotateY(180deg); 
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.ab_section_01 .divv1:hover .div_2{
    z-index: 1; transform: rotateY(0); 
    -ms-transform: rotateY(0); 
    -moz-transform: rotateY(0); 
    -webkit-transform: rotateY(0); 
    -o-transform: rotateY(0);
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}

.ab_section_03{ background: url('../images/ab_bg_01.png') center center no-repeat; padding: 100px 0; background-attachment: fixed; }
.ab_licheng{ border-bottom: 10px solid #d0d0d0; height: 656px; padding: 0 60px; }
.ab_owl{ height: 656px; padding-top: 80px; }
.ab_owl .item{ height: 576px; }

.ab_owl .item .div_putlic{
	font-size: 14px;
	padding-left: 30px;
	line-height: 20px;
	color: #666;
}
.ab_owl .item .div_putlic.divh1{ height:406px; margin-top: 170px; }
.ab_owl .item .div_putlic.divh2{ height:576px; }
.ab_owl .item .div_putlic b.b1{
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 12px;
	padding-top: 50px;
}
.ab_owl .item .div_putlic.div1{
	background: url('../images/ab_b1.png') top left no-repeat;
	border-bottom: 10px solid #ffb75c;
}
.ab_owl .item .div_putlic.div1 b.b1{
	color: #ffb75c;
}
.ab_owl .item .div_putlic.div2{
	background: url('../images/ab_b2.png') top left no-repeat;
	border-bottom: 10px solid #f5625b;
}
.ab_owl .item .div_putlic.div2 b.b1{
	color: #f5625b;
}
.ab_owl .item .div_putlic.div3{
	background: url('../images/ab_b3.png') top left no-repeat;
	border-bottom: 10px solid #f55b99;
}
.ab_owl .item .div_putlic.div3 b.b1{
	color: #f55b99;
}
.ab_owl .item .div_putlic.div4{
	background: url('../images/ab_b4.png') top left no-repeat;
	border-bottom: 10px solid #b27cf5;
}
.ab_owl .item .div_putlic.div4 b.b1{
	color: #b27cf5;
}
.ab_owl .item .div_putlic.div5{
	background: url('../images/ab_b5.png') top left no-repeat;
	border-bottom: 10px solid #59bce5;
}
.ab_owl .item .div_putlic.div5 b.b1{
	color: #59bce5;
}
.ab_owl .item .div_putlic.div6{
	background: url('../images/ab_b6.png') top left no-repeat;
	border-bottom: 10px solid #3cc597;
}
.ab_owl .item .div_putlic.div6 b.b1{
	color: #3cc597;
}
.ab_owl .owl-controls .owl-nav [class*=owl-]{
	width: 49px;
	height: 50px;
	position: absolute;
	top: 0;
	font-size: 0;
	border-radius: 0;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.ab_owl .owl-controls .owl-nav .owl-prev{
	left:-65px;
	background: url('../images/ab_j1.jpg') center center no-repeat;
}
.ab_owl .owl-controls .owl-nav .owl-prev:hover{
	background: url('../images/ab_j1h.jpg') center center no-repeat;
}
.ab_owl .owl-controls .owl-nav .owl-next{
	right:-65px;
	background: url('../images/ab_j2.jpg') center center no-repeat;
}
.ab_owl .owl-controls .owl-nav .owl-next:hover{
	background: url('../images/ab_j2h.jpg') center center no-repeat;
}
.ab_section_04{
	padding: 100px 0;
	background: url('../images/ab_bg_03.jpg') center bottom no-repeat;
	 background-attachment: fixed;
}
.ab_section_04 .mg1{
	max-width: 100%;
	margin-top: 50px;
}
.ab_section_05{
	background: url('../images/ab_bg_04.jpg') center center repeat;
}
.ab_section_05 .span_tu img.mg1{
	width: 100%;
	max-width: 100%;
}
.ab_section_05 .a1{
	margin: 0 -15px;
}
.ab_section_05 .a1 .divv1{
	position: relative;
    z-index: 99;
}
.ab_section_05 .a1 .divv1 .span1{
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -76px;
}
.ab_section_05 .a1 .span_tu .mg2{
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -25px;
}
.ab_section_05>div:nth-child(2) .a1 .span_tu img.mg2{
	bottom: auto;
	top: -1px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(810deg);
}
.ab_section_05 .a1 .divv1 .span1 .bdo1{
	font-size: 34px;
	line-height: 36px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 36px;
	background: url('../images/ab_bar.jpg') center bottom no-repeat;
}
.ab_section_05 .a1 .divv1 .span1 .bdo2{
	font-size: 12px;
	line-height: 12px;
	color: #bebebe;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 38px;
	padding-right: 11px;
	background: url('../images/ab_ico_01.png') center right no-repeat;
}
.ab_section_05 .a1:hover .divv1 .span1{
	margin-top: -96px;
}
.ab_section_05 .a1:hover .divv1 .span1 .bdo2{
	color: #e60012;
	background: url('../images/ab_ico_01h.png') center right no-repeat;
}
.ab_section_05 .a1:hover .span_tu img.mg1{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
}

/* 01-3About-ZRT-Annual */
.about_nianbao{
    margin-top: 67px;
    padding-bottom: 70px;
}
.ab_nb{
    margin-left: -15px;
    margin-right: -15px;
}
.ab_nb ul{ margin: 0 -20px; padding-top: 17px; }
.ab_nb ul li{ float: left; width: 25%; padding:0 40px; margin-bottom: 50px;}
.ab_nb ul li a{ color: #fff; }
.ab_nb ul li a,.ab_nb ul li a img{ display: block; width: 100%; }
.ab_nb ul li a .span1{ position: absolute; left: 4.5%; bottom: 7.5%; font-size: 14px; line-height: 26px; text-transform: uppercase; }
.ab_nb ul li a .span1 .b1{ font-size: 26px;}
.ab_nb ul li a .mg2{ position: absolute; left: 0; top: 0; 
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}
.ab_nb ul li a:hover .mg2{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}

/* 02-2Principal-Business-Private Financing */
.sy_div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}
.sy_div img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.sy_div .span1{
    position: relative;
    width: 101px;
     height: 80px;
     margin: 0 auto;
}
.sy_div .span1 img{
    position: absolute;
    left: 0;
    top: 0;
}
.sy_div .span1 img.mg1{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}
.sy_div .span1 img.mg2{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;    
}
.sy_div .divv1{
    font-size: 24px;
    color: #e60012;
    line-height: 62px;
    padding: 68px 0 48px 0;
    margin-left: -15px;
    margin-right: -15px;
    background: url('../images/icon_bar.png') left center no-repeat;
}
.sy_div .div1:first-child .divv1{
    background: none;
}
.sy_div .divv1 .mg_sanjiao{
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;  
}
.sy_div .div1:hover .divv1,.sy_div .div1.xz .divv1{
    background: rgba(229, 21, 36, 0.95);
    color: #fff;
}
.sy_div .div1:hover img.mg1,.sy_div .div1.xz img.mg1{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.sy_div .div1:hover img.mg2,.sy_div .div1.xz img.mg2{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}
.sy_div .div1:hover .mg_sanjiao,.sy_div .div1.xz .mg_sanjiao{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}
.sm_section_con{ padding-top: 85px; background: url('../images/ab_bg_04.jpg') center center repeat; }
.sm_section{ background: url('../images/sy_011.jpg') top center no-repeat; background-size: cover; }
.sm_sec_nr{ position: relative; z-index: 2;  }
.div_bg_top,.div_bg_bottom{ position: absolute; left: 0; right: 0; }
.div_bg_top{ top: 0; width: 100%; height: 0; overflow: hidden; }
.div_bg_bottom{ bottom: 0; width: 100%; height: 0; overflow: hidden;}
.div_bg_top .div1,.div_bg_bottom .div1{ width: 100%; left: 0; right: 0; position: absolute; }
.div_bg_top .div1{ top: 0; background: url('../images/sy_01.jpg') center top no-repeat; background-size:cover; }
.div_bg_bottom .div1{ bottom: 0; background: url('../images/sy_01.jpg') center bottom no-repeat; background-size:cover; }

.sm_ul1 li .li1{
    padding: 55px 0 53px;
    line-height: 24px;
}
.sm_ul1 li .li1 .span1{
    font-size: 24px;
    color: #2b2b2b;
}
.sm_ul1 li .li1 .span1 .bdoo{
    width: 56px;
    height: 47px;
    position: relative;
    margin-bottom: 20px;
}
.sm_ul1 li .li1 .span1 img{
    position: absolute;
    left: 0;
    top: 0;
}
.sm_ul1 li .li1 .span1 .mg1{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.sm_ul1 li .li1 .span1 .mg2{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}
.sm_ul1 li .li1 .span2{
    font-size: 16px;
    color: #2b2b2b;
    margin-top: 20px;
}
.sm_ul1 li .li1 .bdo1{
    background: none;
}
.sm_ul1 li .li1 .bdo2{
    background: 
}

.sm_ul1 li .li1:hover .bdo1,.sm_ul1 li .li1.xz .bdo1{ padding-left: 43px; background: url('../images/icon_bar2.jpg') center left no-repeat; }
.sm_ul1 li .li1:hover .bdo2,.sm_ul1 li .li1.xz .bdo2{ padding-right: 43px; background: url('../images/icon_bar2.jpg') center right no-repeat; }

.sm_ul1 li .li1:hover .span1 .mg1,.sm_ul1 li .li1.xz .span1{
    color: #fff;
}
.sm_ul1 li .li1:hover .span1 .mg1,.sm_ul1 li .li1.xz .span1 .mg1 {
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}
.sm_ul1 li .li1:hover .span1 .mg2,.sm_ul1 li .li1.xz .span1 .mg2 {
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.sm_ul1 li .li1:hover .span2,.sm_ul1 li .li1.xz .span2{ 
    color: #fff; 
}
.sm_section_01{ 
    background: url('../images/sy_02.jpg') top center no-repeat; 
    background-size: cover; 
}
.sm_section_01 .div_bg_top .div1{ 
    top: 0; 
    background: url('../images/sy_022.jpg') center top no-repeat; 
    background-size:cover; 
}
.sm_section_01 .div_bg_bottom .div1{ 
    bottom: 0; 
    background: url('../images/sy_022.jpg') center bottom no-repeat; 
    background-size:cover; 
}
.sm_section_01 .sm_ul1 li .li1 .span1,.sm_section_01 .sm_ul1 li .li1 .span2{
    color: #fff;
}
.sm_section_01 .sm_ul1 li .li1:hover .span1,.sm_section_01 .sm_ul1 li .li1.xz .span1,.sm_section_01 .sm_ul1 li .li1:hover .span2,.sm_section_01 .sm_ul1 li .li1.xz .span2{
    color: #2b2b2b;
}
.sm_section_01 .sm_ul1 li .li1:hover .bdo1,.sm_ul1 li .li1.xz .bdo1{ 
    background: none; 
}
.sm_section_01 .sm_ul1 li .li1:hover .bdo2,.sm_ul1 li .li1.xz .bdo2{ 
    background: none; 
}

/* 02-1Principal-Business */
.bussiness{ 
    background: url('../images/ab_bg_04.jpg') center center repeat; padding-top: 100px; 
}
.b_section_03{ 
    padding:28px 0 120px; 
}
.b_section_03 .a1{ 
    float: left; 
    padding: 30px 38px 9px; 
    background: #fff; 
    border: 1px solid #f6f6f6; 
    margin-top: 20px; 
}
.b_section_03 .a1 .span1{ 
    font-size: 24px; 
    color: #2b2b2b; 
    line-height: 26px; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.b_section_03 .a1 .bdo1{ 
    font-size: 14px; 
    color: #bebebe; 
    line-height: 48px;
}
.b_section_03 .a1 .span2{ 
    font-size: 16px; 
    color: #6a6a6a; 
    line-height: 24px; 
    margin-bottom: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.b_section_03 .a1 .bdo2{ 
    font-size: 12px; 
    line-height: 50px; 
    color: #bebebe; 
    padding-right: 8px; 
    background: url('../images/ab_ico_01.png') right center no-repeat;
}
.b_section_03 .a1 .span_tu img{
    width: 100%;
    max-width: 100%;
}
.b_section_03 .a1:hover{
    -webkit-box-shadow:0 0 60px rgba(240, 240, 240,1);  
    -moz-box-shadow:0 0 60px rgba(240, 240, 240,1);  
    box-shadow:0 0 60px rgba(240, 240, 240,1); 
}
.b_section_03 .a1:hover .bdo2{ color: #e60012; background: url('../images/ab_ico_01h.png') right center no-repeat; }
.bamore{ 
    line-height: 54px; 
    background: #e60012; 
    color: #fff; 
    text-transform: uppercase; 
    padding: 0 30px; 
    font-size: 18px; 
    margin-top: 60px; 
}
.bamore:hover{ font-size: 20px; color: #fff;}
.b_section_01{
    margin-bottom: 67px;
}
.b_section_01 div{
    padding: 0;
}
.b_section_01 .a1{ 
    font-size: 26px; 
    color: #000; 
    background: #fff; 
    line-height: 26px;
    padding: 60px 0;
    border: 1px solid #f6f6f6;
}
.b_section_01 .a1 .span_nr{
    padding-left: 98px;
    position: relative;
    word-wrap:break-word;
}
.b_section_01 .a1 .span1{
    position: absolute;
    display: inline-block;
    left: 0;
    top: -17px;
    width: 154px;
    height: 106px;
}
.b_section_01 .a1 .span1 img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.b_section_01 .a1 .span1 img.mg1{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}
.b_section_01 .a1 .span1 img.mg2{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}
.b_section_01 .a1.xz{ 
    color: #fff; 
    background: #e60012; 
}
.b_section_01 .a1.xz .span1 img.mg1{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.b_section_01 .a1.xz .span1 img.mg2{ 
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}
.b_section_02{
    margin-bottom: 86px;
}
.b_section_02 .div1{
    margin-top: 45px;
    position: relative;
}

.b_owl .item{
    background: #f6f6f6;
}
.b_owl a{
    margin-left: -15px;
    margin-right: -15px;
}
.b_owl a.a1{
    position: relative;
    height: 520px;
}
.b_owl a.a1 .span_tu{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 548px;
}
.b_owl a.a2{
    width: 62.5%;
    padding-left: 6.25%;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.b_owl a.a2 .span_wapper{
    padding: 30px 0;
}
.b_owl a.a2 .span_wapper .div_span_nr{
    height: 456px;
    padding-right: 15px;
    overflow: auto;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.b_owl a.a2 .span_wapper .div_span_nr::-webkit-scrollbar  
{  
    width: 6px;  
    height: 6px;  
    background-color: #F5F5F5;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
.b_owl a.a2 .span_wapper .div_span_nr::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 6px;  
    background-color: #F5F5F5;  
}  
  
/*定义滑块 内阴影+圆角*/  
.b_owl a.a2 .span_wapper .div_span_nr::-webkit-scrollbar-thumb  
{  
    border-radius: 6px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #555;  
} 









.b_owl a.a2 .span1{
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.b_owl a.a2 .span3{
    color: #e60012;
    padding-right: 8px;
    background: url('../images/ab_ico_01h.png') right center no-repeat;
    text-transform: uppercase;
    margin-top: 47px;
}
.b_owl .owl-controls .owl-nav [class*=owl-]{
    width: 49px;
    height: 50px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border-radius: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    margin-top: -25px;
}
.b_owl .owl-controls .owl-nav .owl-prev{
    left:-5px;
    background: url('../images/ab_j1.jpg') center center no-repeat;
}
.b_owl .owl-controls .owl-nav .owl-prev:hover{
    background: url('../images/ab_j1h.jpg') center center no-repeat;
}
.b_owl .owl-controls .owl-nav .owl-next{
    right:-5px;
    background: url('../images/ab_j2.jpg') center center no-repeat;
}
.b_owl .owl-controls .owl-nav .owl-next:hover{
    background: url('../images/ab_j2h.jpg') center center no-repeat;
}
.b_owl .owl-controls{ margin-top: 0; }
.b_owl .owl-dots .owl-dot{ width: 50%; }
.b_owl .owl-dots .owl-dot span{ width: 100%; height: 150px; margin: 0; background: none; border-radius: 0; }
.b_owl .owl-dots .owl-dot.active span,.b_owl .owl-dots .owl-dot:hover span{ background:none; }

.b_section_02 .div_nav{
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
}
.b_section_02 .div_nav .span1{
    line-height: 30px;
    padding: 60px 0;
    margin: 0 -15px;
    background: #fff;
    color: #000;
    font-size: 26px;
}
.b_section_02 .div_nav .span2{
    padding-left: 108px;
    position: relative;
}
.b_section_02 .div_nav .span2 .bdo1{
    width: 108px;
    position: absolute;
    left: 0;
    top: 0;
}
.b_section_02 .div_nav .span2 .bdo1 img{
    position: absolute;
    left: 0;
    top: -17px;
    width: 100%;
}
.b_section_02 .div_nav .span2 .bdo1 img.mg1{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}
.b_section_02 .div_nav .span2 .bdo1 img.mg2{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.b_section_02 .div_nav .span1.xz{
    background: #e60012;
    color: #fff;
}
.b_section_02 .div_nav .span1.xz .span2 .bdo1 img.mg1{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}
.b_section_02 .div_nav .span1.xz .span2 .bdo1 img.mg2{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}




.bus_kuang {
    position: absolute;
    left: 0;
    top: 50px;
    right: 5px;
    bottom: 50px;
    overflow: hidden;
    background: #fff;
    display: block;
}

.bus_kuang .div_nr {
    width: 88%;
    margin: 0 auto;
}

.bus_kuang .div_title{
    font-size: 26px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 1px dotted #d1d1d1;
    padding:15px 0 43px;
}

.bus_kuang .div_title a{
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 18px;
    color: #e60214;
    text-transform: capitalize;
    display: inline-block;
    line-height: 16px;
    border-bottom: 1px solid #e60214;
}

.bus_kuang .div1{
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
    color: #787878;
}
.bus_kuang .div1 img{
    max-width: 100%;
    margin-bottom: 24px;
}

.i_a_more {
    font-size: 12px;
    color: #fff;
    width: 82px;
    height: 28px;
    line-height: 28px;
    background: #e60113;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 33px;
    display: none;
}
.i_a_more:hover,.i_a_more:focus{
    color: #fff;
}







