@font-face {
    font-family: Microsoft YaHei;
    src: url(‘myfont.ttf’);
}

    @media (min-width: 1500px){
        .slideBox form{
            top:50px;
			height:450px;
			left: 20%;
			background: url("../images/bg.png") no-repeat;
        }	
        .slideBox form div {
            margin-top: 30px;
        }
        .slideBox form p{
            margin-top:30px;
        }
    }
    @media (max-width: 1500px){
        .slideBox form{
            top:8px;
			height:400px;
			left: 15%;
			 background: url("../images/bg(4).png") no-repeat;
        }
        .slideBox form p{
            margin-top:25px;
        }
        .slideBox form div {
            margin-top: 25px;
        }
    }
	.big-link{
    display: block;
    width: 318px;
    line-height: 40px;
    height: 40px;text-align: center;
    background: #af1f18;
    color: #fff;
    font-size: 16px;
    margin-left: 3px;
    margin-top: 25px;
    border-radius: 3px;
	}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #333333;
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
body, dl, dd, h1,h2,h3,h4,p,form,b{margin:0;font-weight: normal}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #3e3e3e;
}
.center{
    width: 1200px;
    margin: 0 auto;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
img {
    border: 0px;
}
input, button {
    border: none medium;
    outline: none;
    font-family: "微软雅黑";
}




.comm_head{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    position: relative;
    z-index: 30;

}
.comm_head .fl{
    float: left;
    font-size: 14px;
    color: #666;
}
.comm_head .fr{
    float: right;

}
.comm_head .fr li{

    display: inline;
}
.comm_head .fr li span{
    width: auto;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #666;
    padding: 0 12px;
    margin: 8px 0;
}
.comm_head .fr>li:nth-child(2) a{
    border-left: 0;
}
.comm_head .fr li a{
    width: auto;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #666;
    padding: 0 19px;
    margin: 8px 0;
}
.comm_head .fr a {
    border-left: 1px solid #d0d0d0;
}


/*搜索*/
.index-search {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}
.logo-box {
    float: left;
}
.logo-box img{
    vertical-align: middle;
    margin-top: 30px;
}
.search-form {
    float: right;
}
.search-form-tab {
    font-size: 0;
}
.search-form-tab>li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-bottom: 10px;
}
.search-form-tab>li.active a {
    color: #900003;
}
.search-form-tab>li i {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 0;
    display: none;
    width: 0;
    height: 0;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    border-bottom: 4px #af1f18 solid;
}
.search-form-tab>li.active i {
    display: block;
}
.search-form-box {
    font-size: 0;
[;letter-spacing: -4px;];
[;word-spacing: -4px;];
}
.search-form-box>input,
.search-form-box>button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
[;letter-spacing: normal;];
[;word-spacing: normal;];
}
.search-form-box>input {
    line-height: 16px;
    height: 16px;
    padding: 8px 10px;
    border: 2px #af1f18 solid;
    width: 294px;
    border-right: 0;
    /*border-radius: 2px 0 0 2px;*/
}
.search-form-box>button {
    line-height: 34px;
    height: 36px;
    padding: 0 20px 0 15px;
    background: #af1f18;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    /*border-radius: 0 2px 2px 0;*/
}
.search-form-box>button:hover{ background: #900003;}
.search-form-box span {
    margin-left: 2px;
    position: relative;
    top: -2px;
}
.size25 {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-right: 5px;
    background-image: url(../images/search.png);
}


/*导航*/
.sub-transverse-nav{
    float: right;
}
.sub-transverse-nav>li{
    float: left;
    font-size: 18px;
    color: #444;
    padding: 0 8px;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}

.sub-transverse-nav>li.on{
    border-bottom: 2px solid #af1f18;
}
.sub-transverse-nav>li ul{
    position: absolute;
    top: 40px;
    padding: 10px 30px;
    left: -25px;
    width: 380px;
    display: none;
    z-index: 55;
    background-color: rgba(213,216,218,.8);
    /*background-image: url("../images/code.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/

}
.sub-transverse-nav>li ul li{
    cursor: pointer;
}
.sub-transverse-nav>li ul li:hover em{
    display: block;

}
.sub-transverse-nav>li ul li em{
    width: 21px;
    margin-right: 10px;
    display: none;
    height: 16px;
    float: left;
    margin-top: 10px;
    background: url("../images/hand.png") no-repeat;
}

.sub-transverse-nav>li:hover ul{
    display: block;
}

.sub-transverse-nav>li ul .code{
    border-left: 1px solid #ababab;
    padding-left: 90px;
    position: absolute;
    right: 30px;
    top: 20px;
}

/*轮播*/
.slideBox{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left: 50%; bottom:23px; z-index:1;margin-left: -50px}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 50% }
.slideBox .hd ul li.on{ width: 12px;  height: 12px; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;width: 100%}
.slideBox .bd img{ width:100%; height:auto; display:block;  }

.slideBox form{
    position: absolute;
    /* top: 10px; */
    z-index: 999;
   
    width: 374px;
    padding: 20px 20px 0 20px;
  /*   height: 420px; */
   
}
.slideBox form>h4{
    font-size: 24px;
    color: #d31a11;
    /* margin-bottom: 40px; */
}
.slideBox form div {
    width: 310px;
    /* margin-top: 30px; */
}
.slideBox form div input{
    width: 310px;
    height: 40px;
    margin-left: 3px;
    line-height: 40px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 16px;
    color: #999;

}
.slideBox form div input[type=submit]{
    width: 320px;
    background: #af1f18;
    color: #fff;
    font-size: 16px;
}
.slideBox form p{
    /* margin-top: 40px; */
    margin-left: 5px;
}
.slideBox form p span{
    display: block;
    margin-top: 5px;
}
.slideBox form p>span:nth-child(1){
    color: #333333;
    font-size: 16px;
}
.slideBox form p>span:nth-child(1) i{
    font-size: 21px;
    color: #af1f18;
    font-style: normal;
    padding: 0 5px;
}
.slideBox form p>span:nth-child(2){
    font-size: 14px;
}

.part1{
    height: 200px;
    background: #f3f3f3;
}
.part1 ul{
    float: left;
}
.part1 ul li{
    width: 200px;
    text-align: center;
    float: left;
}
.part1 ul li span{
    width: 74px;
    height: 67px;
    display: block;
    margin: 20px auto;
}
.part1 ul>li:nth-child(1) span{
    background: url("../images/home.png") 0 -62px no-repeat;
}
.part1 ul>li:nth-child(2) span{
    background: url("../images/home.png") -73px -62px no-repeat;
}
.part1 ul>li:nth-child(3) span{
    background: url("../images/home.png") -145px -62px no-repeat;
}
.part1 ul>li:nth-child(4) span{
    background: url("../images/home.png") -218px -62px no-repeat;
}

.part1 ul li h4{
    font-size: 24px;
}
.part1 ul li p{
    font-size: 16px;
    margin-top: 15px;
}

.part1 .tel{
    float: left;
    padding-left: 60px;
    margin-top: 10px;
    height: 185px;
    border-left: 1px solid #ccc;
}
.part1 .tel h4{
    margin-top: 20px;
    font-size: 24px;
    color: #282828;
}
.part1 .tel p{
    font-family: myfont;
    font-size: 14px;
    color: #da251c;
    margin-top: 15px;
}
.part1 .tel span{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #999;
}
.part1 .tel span a{
    background-color: #ff7f00;
    padding: 4px 17px;
    border-radius: 3px;
    color: #fff;
    margin-right: 20px;
}

.title {
    height: 35px;
    padding-top: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ababab;
}
.title h3 {
    font-size: 24px;
    color: #af1f17;
    float: left;
    line-height: 24px;
    margin-right: 30px;
    position: relative;
}
.title h3 i {
    width: 30px;
    height: 16px;
    /*background-position: -731px -114px;*/
    position: absolute;
    top: 35px;
    left: 95px;
    background: url(../images/sanjiao.png) no-repeat;
    overflow: hidden;
    z-index: 22;
    background-color: #fff;
}

.title a {
    color: #666;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.title .more {
    float: right;
    margin-right: 20px;
    color: #af1f18;

}
/*贷款资质*/

.part2 ul li{
    width: 260px;
    float: left;
    height: 200px;
    padding: 0 10px;
    box-shadow: 1px 1px 8px #ccc;
    position: relative;
    margin: 0 8px;
    cursor: pointer;
}
.part2 ul li .one{
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;

}
.part2 ul li .one span{
    font-size: 20px;
    margin-right: 35px;
}
.part2 ul li .two{
    width: 120px;
    height: 105px;
    float: right;
    margin-right: 5px;
    margin-top: 30px;
}
.part2 ul li .two p{
    font-size: 16px;
    margin-bottom: 6px;
}
.part2 ul li img{
    position: absolute;
    left: 20px;
    top: 80px;
}
.part2 ul li:hover .one{
    border-bottom: 1px solid #af1f18;
}
.part2 ul li:hover .one span{
    color: #c7615f;
}
.part2 .bt-a{
    text-align: center;
}
.part2 .bt-a p{
    margin-top: 40px;
    margin-right: 50px;
    margin-left: 50px;
}
.part2 .bt-a a{
    display: block;
    width: 260px;
    height: 45px;text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    background-color: #fff;
}
.part2 .bt-a p{
    width: 260px;
    text-align: center;
    display: inline-block;
}
.part2 .bt-a p span{
    font-size: 14px;
    color: #999;
}
.part2 .bt-a div{
    font-family: myfont;
    font-size: 18px;
    color: #da251c;
    margin: 30px 0;
}
.part2 .bt-a div span{
    color: #282828;
    font-size: 26px;
}

/*热门贷款服务*/
.part3{
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}
.service li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}
.service li i{
    width: 57px;
    height: 57px;
    float: left;
    margin-left: 10px;
    /*outline: 1px solid red;*/
}
/*.service>li:nth-child(1) i{
    background: url("../images/home.png") -8px -196px no-repeat;
}
.service>li:nth-child(2) i{
    background: url("../images/home.png") -81px -196px no-repeat;
}
.service>li:nth-child(3) i{
    background: url("../images/home.png") -153px -196px no-repeat;
}
.service>li:nth-child(4) i{
    background: url("../images/home.png") -225px -196px no-repeat;
}
.service>li:nth-child(5) i{
    background: url("../images/home.png") -297px -196px no-repeat;
}*/
.service li:hover i{
    background-position-y: -58px !important;
}
.service li div{
    float: left;
    /*outline: 1px solid red;*/
}
.service li div span{
    color: #666;
    display: block;
    margin-top: 15px;
    font-size: 12px;
}
.service li .a{
    width: 310px;
    margin-left: 40px;
}
.service li .a p{
    color: #444;
}
.service li .b{
    width: 220px;
}
.service li .b p{
   color: #f90303;
}
.service li .c{
    width: 180px;
}
.service li .c p{
    color: #222;
}
.service li .d{
    width: 350px;
}
.service li .d input{
    width: 200px;
    height: 38px;
    float: left;
    border-radius: 4px 0 0 4px ;
    padding-left: 10px;
    border: 1px solid #ff7f00;
}
.service li .zixun{
    width: 85px;
    height: 42px;
    float: left;
    line-height: 42px;
    color: #fff;
    position: relative;
    padding-left: 45px;
    background-color: #ff7f00;
    border-radius: 0 4px 4px 0;
}
.service li .zixun img{
    position: absolute;
    top: 8px;
    left: 10px;
}




/*货代顾问*/
.picScroll-left{
   min-width: 1200px;
    height: 350px;
    position: relative;
}
.picScroll-left ul li{
    width: 280px;
    height: 350px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 26px;
}
.picScroll-left ul li .pic{
    width: 280px;
    height: 350px;
}
.picScroll-left ul li .pic img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.picScroll-left ul li .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(3,3,3,.5);
    font-size: 18px;
    color: #fff;
    transition: all .4s linear;
}
.picScroll-left ul li .text span{
    margin-left: 10px;
}
.picScroll-left ul li .text em{
    width: 76px;
    height: 14px;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    background: url("../images/star.png") no-repeat;
}
.picScroll-left ul li .down{
    position: absolute;
    top: -350px;
    padding: 20px;
    width: 240px;
    height: 310px;
    border-radius: 5px;
    transition: all .3s linear;
    background-color: rgba(0,0,0,.5);
}
.picScroll-left ul li .down span{
    color: #fff;
}
.picScroll-left ul li .down p{
    font-size: 14px;
    margin-top: 20px;
    line-height: 28px;
    color: #fff;
}
.picScroll-left ul li .down img{
    margin: 20px 0;
}
.picScroll-left ul li .down .consult{
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #af1f18;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    bottom: 20px;
}
.picScroll-left ul li:hover .text{
    bottom: -40px;
}
.picScroll-left ul li:hover .down{
    top: 0;
}

.picScroll-left .next{
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0px;
    background: url("../images/home.png") -37px -312px no-repeat;
}

.picScroll-left .prev{
    position: absolute;
    width: 25px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 0;
    background: url("../images/home.png") -9px -312px no-repeat;
}
.picScroll-left a:hover{
    -ms-background-position-y: -354px;
    background-position-y: -354px; ;
}


/*成功案例*/
.part5{
    background-color: #f3f3f3;
    margin-top: 50px;
}
.part5 .fl{
    width: 570px;
    float: left;
}
.case-list{
    margin-top: -20px !important;
}
.case-list li{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.case-list li .pic {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: #fff;
    color: #af1f18;
    font-size: 28px;
    float: left;
    position: relative;
}
.case-list li .pic i{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
}
/*
.case-list li .pic i.a{
    background: url("../images/home.png") no-repeat -9px -410px;
}
.case-list li .pic i.b{
    background: url("../images/home.png") no-repeat -51px -410px;
}
.case-list li .pic i.c{
    background: url("../images/home.png") no-repeat -94px -410px;
}
.case-list li .pic i.d{
    background: url("../images/home.png") no-repeat -134px -410px;
}
*/

.case-list li:hover .pic i{
    background-position-y: -40px !important ;
}

.case-list li .comment{
    width: 470px;
    float: left;
    font-size: 14px;
    margin-left: 10px;
}

/*.case-list li .comment h4 span{
    color: #ff0000;
}*/
.case-list li .comment p{
    margin: 10px 0;
}
.part5 .apply{
    margin-top: 20px;
}
.part5 .apply input{
    width: 455px;
    height: 38px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px ;
    float: left;
    border-right: 0;
    font-size: 16px;
    padding-left: 10px;
}
.part5 .apply .as{
    display: inline-block;
    float: left;
    background-color: #af1f18;
    color: #fff;
    width: 100px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 0 4px 4px 0 ;
    margin-left: -1px;

}





/*贷款问答*/
.part5 .fr{
    width: 570px;
    float: right;
    padding-bottom: 50px;
}
.part5 .fr .one h4{
    font-size: 16px;
    /*margin-top: 2px;*/

}
.part5 .fr .one p{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.part5 .fr ul li{
    font-size: 16px;
    padding: 14px 0;
    border-bottom: 1px dashed #ccc;
}
.part5 .fr ul li h4{
    padding-left: 30px;
    margin-bottom: 10px;
    color: #282828;
    background: url("../images/ask.png") no-repeat;
}
.part5 .fr ul li p{
    padding-left: 30px;
    color: #555555;
    background: url("../images/ans.png") no-repeat;
}


/*公司动态*/
.part6 .fl{
    width: 400px;
    float: left;
}
.part6 .fl h4{
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
}
.part6 .fl img{
    width: 400px;
    height: 200px;
    border-radius: 3px;

}
.part6 .fl p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-left: 10px;
    text-indent: 2em;
    line-height: 26px;

}
.h-one{
    font-size: 20px;
    color: #444444;
    margin-bottom: 20px;
}
.h-one span{
    color: #af1f18;
}

/*行业资讯*/
.part6 .fr{
    width: 740px;
    float: right;
}
.part6 .fr img{
    width: 230px;
    height: 130px;
    border-radius: 4px;
}
.part6 .fr .one p{
    width: 480px;
    float: right;
    font-size: 16px;
}
.part6 .fr .one p span{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-top: 20px;
}
.red{
    color: #af2018;
}


.part6 .fr ul{
    margin-top: 20px;
}
.part6 .fr ul li{
    padding-left: 40px;
    font-size: 16px;
    float: left;
    width: 330px;

    margin-bottom: 10px;
    /*outline: 1px solid red;*/
    background: url("../images/add.png") no-repeat;
}


/*公司视频*/
.part7 {
    background-color: #f3f3f3;
    padding-bottom: 50px;
}

.video li{
    height: 330px;
    width: 280px;
    float: left;
    padding: 0 10px;
    position: relative;
}
.video li .pic{
    width: 280px;
    height: 200px;

}
.video li .pic img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.video li .comment{
    border-top: 2px solid #b8b8b8;
    margin-top: 15px;
    padding: 10px 5px;
}
.video li .comment p{
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    margin-top: 5px;
}
.video li span{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 160px;
    left: 20px;
    background: url("../images/home.png") -9px -532px no-repeat;
}
.video li .play{
    width: 280px;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 5;
    display: none;
    background-color: rgba(249,204,204,.7);
}

.video li .play a{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10;
    top: 80px;
    left: 120px;
    display: block;
    background: url("../images/home.png") -8px -563px no-repeat;
}
.video li:hover .play{
    display: block;
}
.video li:hover span{
    display: none;
}
.video li:hover .comment{
    border-top: 2px solid #af1f18;
}


/*合作伙伴*/
.picScroll{
    min-width: 1200px;
    position: relative;
    height: 80px;


}
.picScroll .bd{
    position: absolute;
    left: 25px;
}
.picScroll .bd li{
    float: left;
    width: 230px;
    text-align: center;
}
.picScroll .prev{
    width: 8px;
    height: 14px;
    display: block;
    left: 0;
    top: 10px;
    position: absolute;
    background: url("../images/bt-icon.png") no-repeat;
}
.picScroll .next{
    width: 8px;
    height: 14px;
    display: block;
    right: 0;
    top: 10px;
    position: absolute;
    background: url("../images/bt-icon.png") -16px 0 no-repeat;
}
.picScroll a:hover{
    background-position-y: -14px;
}

/*友情链接*/
.link{
    margin-bottom: 40px;
}
.link h4{
    color: #af1f18;
}
.link p a{
    float: left;
    margin-top: 20px;
    margin-right: 50px;
    font-size: 14px;
    color: #555;
}



.navbar-inner{
    height: 60px;
    line-height: 60px;
    background-color: #af1f18;
}
.navbar-inner li{
    float: left;

    text-align: center;

}
.navbar-inner li a{
    color: #fff;
    width: 170px;
    display: block;
}
.navbar-inner li:hover{
    background-color: #86120c;
    cursor: pointer;
}
.bottom-info {
    margin: 50px 0;
    float: left;
    width: 100%;
    /*padding: 20px 0;*/
}
.bottom-info-left img{
    margin-top: 50px;
}
.bottom-info-left {
    width: 275px;
    height: 148px;
    float: left;
    border-right: 1px solid #ededed;
    line-height: 80px;
    font-size: 1.5em;
    font-weight: 800;
}
.bottom-info-middle {
    width: 570px;
    height: 80px;
    float: left;
}
.bottom-info-middle p {
    margin-left: 60px;
    
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    font-size: 12px;

}
.bottom-info-middle p i{
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.bottom-info-middle>p:nth-child(1) i{
    background: url("../images/home.png") -8px -613px no-repeat;
}
.bottom-info-middle>p:nth-child(2) i{
    background: url("../images/home.png") -35px -613px no-repeat;
}
.bottom-info-middle>p:nth-child(3) i{
    background: url("../images/home.png") -62px -613px no-repeat;
}
.bottom-info-middle>p:nth-child(4) i{
    background: url("../images/home.png") -89px -613px no-repeat;
}
.bottom-info-right {
    width: 290px;
    float: right;
}
.bottom-info-right img{
    margin-left:10px;

}
.bottom-info-right p{
    margin-left:10px;
    text-align: center;
}
.copyRight{
    line-height: 40px;
    background-color: #dadada;
    font-size: 14px;
    text-align: center;
}


/*浮动框*/

.fix_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
    z-index: 100;
}
.fix_wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}
.fix_bar .free_apply {
    height: 100%;
    position: relative;
}
.con_width {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.fix_bar .free_apply .pic1 {
    position: absolute;
    top: 43px;
    left: 0;
    width: 447px;
    height: 32px;
    background: url(../images/tel1.png) no-repeat;
}
.fix_bar .free_apply form {
    /*width: 400px;*/
    position: absolute;
    right: 350px;
    top: 35px;
}
.fix_bar .free_apply form input{
    width: 220px;
    height: 46px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px ;
    float: left;
    border-right: 0;
    font-size: 16px;
    padding-left: 10px;
}
.fix_bar .free_apply form .a{
    border: none;
    display: inline-block;
    float: left;
    background-color: #af1f18;
    color: #fff;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.fix_bar .free_apply .pic3{
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 55;
}
.fix_bar .pic3 a{
    width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    background-color: #18a7af;
}
.fix_bar .free_apply .pic2 {
    position: absolute;
    top: 5px;
    right: 0;
    width: 28px;
    height: 28px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}


/*贷款服务*/
.sub-nav-box{
    box-shadow: 0 4px 7px -3px #ccc; /*单边阴影*/
}

.location{
    line-height: 70px;
    font-size: 14px;

}
.location .center div{
    position: relative;
    padding-left: 50px;
}
.location i{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    background: url("../images/sprites.png") 0 0 no-repeat;

}
.loan-service{
    box-shadow: 0px 1px 5px #ccc;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.title1 {
    height: 35px;
    padding-top: 10px;

    margin-left: 10px;
}
.title1 h3 {
    font-size: 24px;
    float: left;
    line-height: 24px;
    margin-right: 40px;
    position: relative;
}


.title1 a {
    color: #666;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
    float: left;
}
.service{
    margin-top: 30px;
}

.evaluation{
    width: 770px;
    float: left;
}
.evaluation ul{
    margin-top: 30px;
}
.evaluation li{
    float: left;
    width: 254px;
    text-align: center;
}
.evaluation li i{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;

}
.evaluation ul>li:nth-child(1) i{
    background: url("../images/sprites.png") -1px -28px no-repeat;
}
.evaluation ul>li:nth-child(2) i{
    background: url("../images/sprites.png") -102px -28px no-repeat;
}
.evaluation ul>li:nth-child(3) i{
    background: url("../images/sprites.png") -203px -28px no-repeat;
}
.evaluation li h4{
    margin-top: 20px;
}
.evaluation li p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.adviser{
    width: 340px;
    float: right;
    padding-bottom: 10px !important;

}
.consultation{
    margin-top: 40px;

}
.consultation div{
    margin-left: 90px;
}
.consultation a{
    padding: 11px 30px;
    background-color: #ff7f00;
    color: #fff;
    border-radius: 3px;
   margin-left: 60px;
}
.consultation p{
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 30px;
}
.adviser ul li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
/*.adviser ul{*/
    /*border-top: 1px solid #ccc;*/
/*}*/
.adviser li{
    margin:20px 10px;
    padding-bottom: 20px;

    border-bottom: 1px dashed #ccc;
}
.adviser li .fl{
    width: 120px;
    height: 150px;
    float: left;
}
.adviser li .fl img{
    width: 100%;
    height: 100%;
}
.adviser li .fr{
    width: 185px;
    margin-left: 15px;
    float: left;
}
.adviser li .fr h4 span{
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}
.adviser li .fr p{
    font-size: 12px;
    color: #666;
    margin-top: 15px;
}
.adviser li .fr p a{
    width: 78px;
    display: inline-block;
    height: 25px;text-align: center;
    line-height: 25px;
    background-color: #af1f18;
    color: #fff;
    border-radius: 3px;
    margin-right: 15px;
}

/*找贷款*/
.ad{
    width: 100%;
    height: auto;
    position: relative;
}
.ad img{
    width: 100%;
}
.purpose{
    margin-top: 20px;
}
.purpose .pic{
    width: 280px;
    height: 450px;
    float: left;
}
.purpose .pic img{
    width: 100%;
    height: 100%;
}

.pur-list li{
    float: left;
    height: 220px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px #ccc;
}
.pur-list li.a{
    width: 340px;
}
.pur-list li.a i{
    width: 90px;
    height: 80px;
    float: left;
    margin-top: 75px;
    margin-left: 25px;
    background: url("../images/sprites.png") 0 -135px no-repeat;
}
.pur-list li.a div{
    margin-left: 30px;
    float: left;
    width: 175px;
    margin-top: 60px;
}
.pur-list li div h4{
    font-size: 22px;
}
.pur-list li div p{
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 26px;
}
.pur-list li.b{
    width: 180px;
    text-align: center;
}
.pur-list li.c{
    width: 220px;
    text-align: center;
}
.pur-list li.b i{
    width: 90px;
    height: 80px;
    display: block;
    margin: 15px auto;
}
.pur-list li.c i{
    width: 80px;
    height: 80px;
    display: block;
    /*outline: 1px solid red;*/
    margin: 10px auto;
}
.pur-list>li:nth-child(1) i{
    background: url("../images/sprites.png") 0 -135px no-repeat;
}
.pur-list>li:nth-child(2) i{
    background: url("../images/sprites.png") -90px -135px no-repeat;
}
.pur-list>li:nth-child(3) i{
    background: url("../images/sprites.png") -180px -135px no-repeat;
}
.pur-list>li:nth-child(4) i{
    background: url("../images/sprites.png") -270px -135px no-repeat;
}
.pur-list>li:nth-child(5) i{
    background: url("../images/sprites.png") -360px -135px no-repeat;
}
.pur-list>li:nth-child(6) i{
    background: url("../images/sprites.png") -450px -135px no-repeat;
}
.pur-list>li:nth-child(7) i{
    background: url("../images/sprites.png") -540px -135px no-repeat;
}
.pur-list>li:nth-child(8) i{
    background: url("../images/sprites.png") -630px -135px no-repeat;
}

.case li{
    width: 280px;
    height: 282px;
    float: left;
   background-color: #f7f7f7;
    margin-right: 16px;
}
.case li:last-child{
    margin-right: 0;
}
.case li .pic{
    height: 110px;text-align: center;
    border-bottom: 1px solid #ddd;
}
.case li .pic i{
    width: 65px;
    height: 65px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.case>li:nth-child(1) .pic i{
    background: url("../images/sprites.png") -9px -230px no-repeat ;
}
.case>li:nth-child(2) .pic i{
    background: url("../images/sprites.png") -88px -230px no-repeat ;
}
.case>li:nth-child(3) .pic i{
    background: url("../images/sprites.png") -170px -230px no-repeat ;
}
.case>li:nth-child(4) .pic i{
    background: url("../images/sprites.png") -252px -230px no-repeat ;
}
.case li .pic p{
    margin-top: 5px;
}
.case li .comment{
    padding: 10px;
}
.case li .comment h4{
    margin-top: 10px;
}
.case li .comment p{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

/*贷款问答(内页)*/
.myFl{
    width: 800px;
    float: left;
}
.question{
    padding: 20px 30px;
    margin-bottom: 50px;
    box-shadow: 1px 1px 5px #ccc;
}
.answer{
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #ababab;
}
.answer li{
    font-size: 16px;
    padding: 14px 0;
    border-bottom: 1px dashed #ccc;
}
.answer li h4{
    padding-left: 30px;
    margin-bottom: 10px;
    color: #282828;
    background: url(../images/ask.png) no-repeat
}
.answer li p {
    padding-left: 30px;
    color: #555555;
    background: url(../images/ans.png) no-repeat;
}
.page{
    margin-top: 50px ;
    margin-bottom: 40px;
    text-align: center;
}
.page a{
    margin-right: 5px;
    font-size: 20px;
    padding: 12px 23px;
    border: 1px solid #ccc;
    color: #999;
}
.page a.on{
    color: #af1f18;
    border: 1px solid #af1f18;
}

.doubt{
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px 30px;
    box-shadow: 1px 1px 5px #ccc;
}
.doubt div{
    margin-bottom: 20px;
}
.doubt div input[type=text]{
    width: 728px;
    padding-left: 10px;
    height: 48px;
    border: 1px solid #cfcfcf;

}
.doubt div textarea{
    width: 718px;
    padding: 10px;
    height: 118px;
    border: 1px solid #cfcfcf;
    color: #999;
    font-size: 14px;
}
.doubt div input[type=submit]{
    background: #af1f18;
    color: #fff;
    width: 738px;
    height: 48px;
    font-size: 20px;
}

.myFr{
    width: 370px;
    float: right;
}
.news-list{
    padding-top: 10px;
}
.news-list li{
    margin: 10px 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #666;
}
.question .case-list{
    margin-top: 10px !important;
    border-top: 1px solid #ccc;
}


/*找顾问*/
.consultants{
    border-top: 1px solid #ccc;
    margin-top: 5px;
}
.consultants li{
    margin: 20px 10px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
}

.consultants li .fl{
    width: 140px;
    height: 180px;
    float: left;
}
.consultants li .fl img{
    width: 100%;
    height: 100%;
}
.consultants li .fr{
    width: 550px;
    margin-left: 30px;
    float: left;
}
.consultants li .fr h4{
    font-size: 20px;
}
.consultants li .fr h4 span{
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}
.consultants li .fr p{
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    line-height: 30px;
}
.consultants li .fr .zixun a{
    width: 120px;
    display: inline-block;
    height: 40px;text-align: center;
    line-height: 40px;
    background-color: #ff7f00;
    color: #fff;
    border-radius: 3px;
    margin-right: 15px;
}
.consultants li .fr .zixun{
    position: absolute;
    right: 0;
    bottom: 18px;
}


/*找顾问详情*/
.title3 h3{
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.title3 p{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.content .pic{
    text-align: center;
    margin: 30px 0;
}
.content p{
    font-size: 14px;
    color: #666;
}
.page1{
    margin-top: 30px;
    border-top: 1px solid #cfcfcf;
    padding-top: 30px;
    font-size: 14px;
    color: #666;
}
.page1 p{
    margin-bottom: 15px;
}

/*贷款申请*/
.loan-application{
    text-align: center;
    margin-bottom: 30px;
}
.loan-application div{
    margin-top: 30px;
}
.loan-application div input[type=text]{
    width: 308px;
    height: 38px;
    border-radius: 3px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
}
.loan-application div input[type=submit]{
    width: 318px;
    height: 40px;
    border-radius: 3px;
    background-color: #af1f18;
    color: #fff;
}

/*新闻动态*/
.news-group li{
    margin: 20px 0px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}
.news-group li .fl {
    width: 180px;
    height: 120px;
    float: left;

}
.news-group li .fl img{
    width: 100%;
    height: 100%;
}
.news-group li .fr{
    width: 527px;
    margin-left: 30px;
    float: left;
    position: relative;
}
.news-group li .fr h4 span{
    display: block;
    font-size: 14px;
}
.news-group li .fr p{
    margin-top: 24px;
    line-height: 24px;
    font-size: 14px;
    width: 388px;
}
.news-group li .fr .ck{
    position: absolute;
    right: 0;
    top: 38px;
    width: 100px;
    height: 30px;
    display: none;
    border-radius: 3px;
    background-color: #ff7f00;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.news-group li:hover .ck{
    display: block;
}


/*视频*/
.video-list{
    padding: 30px 0;
    box-shadow: 1px 1px 5px #ccc;
}
.video-list .title3{
    margin: 0 10px;
}
.video-list .video li{
    margin-top: 20px;
}
.video-list .video li:hover .comment{
    background-color: #f3f3f3;
}


/*贷款申请*/
.apply-for{
    padding: 30px;
    box-shadow: 1px 1px 5px #ccc;
}
.apply-for h4{
    margin-bottom: 60px;
    color: #666;
    font-size: 20px;
}
.apply-for form{
    width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}
.apply-for form div{
    margin-bottom: 40px;
}
.apply-for form input[type=text]{
    width: 690px;
    height: 50px;
    background-color: #f0f0f0;
    border-radius: 3px;
    padding-left: 10px;
}
.apply-for form input[type=submit] {
    width: 700px;
    height: 50px;
    border-radius: 3px;
    background-color: #af1f18;
    color: #fff;
    font-size: 20px;
}
.apply-for form div p{
    font-size: 14px;
}

/*联系我们*/
.contact-us .title2{
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 12;
    box-shadow: 0px 1px 8px #ccc;
}
.bg-color{
    padding: 80px 0;
    /*background-color: #f5f5f5;*/
    background: url("../images/bg.jpg");
}
.contact-us .bg-color ul li{
    width: 314px;
    padding: 30px 0;
    text-align: center;
    float: left;
    margin-right: 120px;

}
.contact-us .bg-color ul li:hover{
    cursor: pointer;
    box-shadow: 1px 1px 5px #ccc;
}
.contact-us ul>li:last-child{
    margin-right: 0;
}
.contact-us ul li h4{
    font-weight: bold;
    font-size: 20px;
}
.contact-us ul li p{
    /* margin-top: 17px; */
    color: #666666;
    /* line-height: 26px; */
    font-size: 16px;
}

/*工商注册*/
.business{
    padding: 30px 30px;
    box-shadow: 1px 1px 5px #ccc;
}
#scroll{
    padding: 0 20px;
    margin: 20px 0;
    border-radius: 3px;
}
#scroll p{
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
#scroll p span{
    margin: 0 55px;
    font-weight: normal;
}
.list-all{
    width: 600px;
    float: left;
}
.list-all li{
    width: 172px;
    margin-bottom: 30px;
    margin-left: 70px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    padding-left: 10px;
    height: 50px;float: left;
    background: url("../images/bg1.jpg") no-repeat;
}
.list-all li:hover{
    background: url("../images/bg2.jpg") no-repeat;
}

.appointment{
    width: 432px;
    float: left;
    padding: 20px;
    box-shadow: 1px 1px 5px #ccc;
}
.appointment h3{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ababab;

}
.appointment h3 span{
    color: #af1f18;
    font-weight: bold;
}
.appointment input[type=text]{
    width: 188px;
    height: 38px;
    padding-left: 10px;
    border: 1px solid #dfdfdf;
    margin-right: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.appointment input[type=submit]{
    width: 120px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    background-color: #ff7f00;
    margin-left: 80px;
}

.appointment input[type=reset]{
    width: 120px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    background-color: #ff7f00;
    margin-left: 32px;
}

.ad1{
    width: 1200px;
    height: 150px;
    margin: 50px 0;
}
.ad1 img{
    width: 100%;
    height: 100%;
}


.public{
    padding: 25px;
    border-bottom: 1px dashed #ccc;
}

.pro-group{
    padding: 0 30px;

}
.pro-group li{
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.pro-group li .a{
    width: 125px;
    text-align: center;

    float: left;
}
.pro-group li i img{
    width: 80px;
    height:80px;
}
.pro-group li:hover i{
    background-position-y: -58px !important;
}
.pro-group li .b{
    width: 400px;
    margin: 0 30px;
    float: left;
}
.pro-group li .b h4{
    font-size: 16px;
}
.pro-group li:hover .b h4 span{
    color: #ff7f00;
}
.pro-group li .b p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;

}
.pro-group li .b p span{
    width: 50%;
    float: left;
    display: inline-block;
}
.pro-group li .c{
    float: right;
    width: 130px;

}
.pro-group li .c a{
    width: 130px;
    color: #fff;
    background-color: #41b5bc;
    text-align: center;
    line-height: 35px;
    margin-bottom: 13px;
    height: 35px;display: block;
    border-radius: 3px;
}
.pro-group li:hover .a i{
    background-position-y: -256px;
}
.pro-group li .c a:hover{
    background-color: #3ca4ab;
}

/*房产中介*/
.ad .divs{
    width: 660px;
    height: 60px;
    position: absolute;
   bottom: 120px;
    left: 50%;
    margin-left: -330px;
}
.ad .divs input{
    width: 509px;
    height: 58px;
    float: left;
    border: 1px solid #fff;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    padding-left: 10px;
    font-size: 20px;
    background-color: rgba(255,255,255,.4);
}
.ad .divs .aaa{
    width: 135px;
    float: left;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border: 1px solid #af1f18;
    height: 63px;background-color: #af1f18;
    border-radius: 0 3px 3px 0;
}
.list-agency{
    padding-bottom: 50px;
}
.list-agency li{
    margin-left: 100px;
    float: left;
    margin-top: 40px;
}
.list-agency li i{
    width: 86px;
    height: 86px;
    float: left;
}

.list-agency li div{
    float: left;
    width: 342px;
    margin-left: 20px;
}
.list-agency li div h4{
    font-size: 20px;
}
.list-agency li div p{
    font-size: 16px;
    color: #666;
}

.bg3{
    background-color: #f7f7f7;
    padding: 50px 0;
}
.bbb{
     width: 500px;
     margin: 30px;
     height: 350px;
     position: relative;
     float: left;
 }
.bbb .hd li{
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    cursor: pointer;
}

.bbb .hd{
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 5;
}
.bbb .hd li.on{
    background-color: #af1f18;
}
.bbb .bd li img{
    width: 500px;
    height: 350px;
}
.describe{
    width: 600px;
    height: 350px;
    overflow: hidden;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.section2 ul{
    width: 600px;
    padding: 0 30px;
    float: left;
}
.section2 ul li{
    margin-top: 30px;
}
.section2 ul li h4{
    font-size: 16px;
    color: #333;
}
.section2 ul li p{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.section2 .left{
    width: 430px;
    float: left;
    height: 260px;padding-left: 50px;
    border-left: 1px solid #ccc;
    margin-top: 30px;
}
.section2 .left p{
    line-height: 30px;
}
.section2 .left h4{
    font-size: 30px;
    margin-top: 40px;
}
.section2 .left a{
    margin-top: 30px;
    display: block;
}
.section3{
    margin: 50px 0;

}
.section3 .map{
    width: 1150px;
    margin: 30px;
}
.section3 .map img{
    width: 100%;
}

/*贷款服务详情*/

.section4{
    padding: 20px;
    box-shadow: 1px 1px 5px #ccc;
}
.section4 .fl{
    width: 550px;
    height: 400px;
    float: left;
}
.section4 .fl img{
    width: 100%;
    height: 100%;
}
.section4 .fr{
    width: 570px;
    float: right;
}
.section4 .fr h4{
    font-size: 32px;
    color: #333;
}
.section4 .fr p{
    margin-top:30px;
    font-size: 14px;
}
.section4 .fr p span{
    width: 50%;
    margin-top: 10px;
    float: left;
    display: inline-block;
}
.section4 .fr p span i{
    font-size: 18px;
    color: #ff7f00;
    font-style: normal;
}
.section4 .fr p a{
    padding: 15px 64px;
    border-radius: 3px;
    background-color: #ff7f00;
    color: #fff;
    margin-right: 30px;
    float: left;
    font-size: 18px;
    /*margin-top: 20px;*/
}
.section4 .fr p b{
    font-size: 18px;
}

.sideMenu{
    width: 310px;
    float: right;
    padding: 30px;
    margin-top: 20px;
}



.sideMenu{ border:1px solid #ddd;  }
.sideMenu>h4{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    /*outline: 1px solid red;*/
}
.sideMenu h4 em{
    float:left;
    display:block;
    margin-top: 4px;
    margin-right: 20px;
    width:20px; height:20px;
    background:url(../images/on.png) no-repeat; cursor:pointer; }
.sideMenu h4.on em{
    background:url(../images/off.png) no-repeat;

}
.sideMenu ul{
    margin-left: 40px;
    color:#999; display:none; /* 默认都隐藏 */
}
.sideMenu ul li{
    margin-top: 20px;


}
.sideMenu ul li a{
    color: #666;
    font-size: 16px;
}
.picScroll-left1{
    height: 303px;
    margin-top: 30px;
}
.picScroll-left1 ul li{
    width: 242px;
    height: 303px;
    margin-right: 20px;
}
.picScroll-left1 ul li .pic{
    width: 242px;
    height: 303px;
}
.picScroll-left1 ul li .down{
    width: 202px;
    height: 263px;
    border-radius: 3px;
}
.picScroll-left1 ul li .down .consult{
    width: 209px;
}


/*关于个贷（个贷介绍）*/
.change{
    height: auto;
}
.change .hd1{
    width: 1200px;
    margin: 40px auto;
    height: 70px;
    padding-bottom: 0px;
    background: url("../images/bg3.png") bottom no-repeat;

}
.change .hd1 ul{
    text-align: center;

}
.change .hd1 li{
    float: left;
    height: 77px;
    display: inline;
    width: 220px;
    font-size: 24px;
    margin: 0 40px;
}
.change .hd1 li.on{
    background: url("../images/in.png") no-repeat bottom;
}
.change .bd1{
    width: 100%;
    /*height: 800px;*/
    position: relative;
    background: url("../images/banner6.jpg") no-repeat;
}
.change .bd1>ul{
    position: absolute;
    z-index: 10;
    width: 1200px;
    height: 550px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -270px;
    margin-left: -600px;
}
.myChoose>li{
    padding: 50px;
}
.myChoose li .fl{
    float: left;
}
.myChoose>li .fl span{
    font-size: 20px;
    color: #cbcbcb;
    display: block;
}
.myChoose>li .fl b{
    font-weight: bold;
    font-size: 30px;
    color: #333;
}
.myChoose>li .fl p{
    margin-left: 20px;
    font-size: 14px;
    color: #666;
}
.myChoose>li .fr{
    width: 645px;
    float: right;

}
.myChoose>li .fr p{
    height: 300px;
    font-size: 16px;
    color: #666;
    line-height: 34px;
}
.map{
    min-width: 1200px;
    height: auto;
}
.map ul li iframe{
	width:100%;
}
.map img{
    width: 100%;
    height: auto;
}

.title4{
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 50px;

}

.title4 span{
    font-size: 20px;
    color: #666;display: block;
}



#wrap {}
#wrap .ff{
    margin-bottom: 20px;
}
#wrap .ff small{
    font-size: 20px;
    color: #cbcbcb;
    display: block;
}
#wrap .ff b{
    font-size: 30px;
    color: #333;
}
#wrap .ff p{
    /*margin-left: 20px;*/
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

#tit {
	width: 315px;
    height: 365px;
    overflow-y: auto;
	overflow-x:hidden;
    float: left;
	}
#tit>span {
    display:block;
    height: 60px;
    line-height: 60px;
    width: 300px;
    font-size: 20px;
    padding-left: 5px;
    color: #333;
	cursor: pointer;
    border-bottom: 1px dashed #ccc;
}
#con{
    float:left;
}
#con li{
    display: none;
    width: 600px;
    float: left;
    margin-left: 160px;
}
#con li h4{
    position: relative;
 
    height: 100px;
    font-size: 20px;
}
#con li h4 i{
    width: 156px;
    height: 101px;display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    background: url("../images/bg-i.png") no-repeat;
}
#con li h4 span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
#con li p{
    font-size: 16px;
    color: #666;
    line-height: 34px;
}
#tit span.select {}
#con li.show {display: block;}


/*企业文化*/
.slideTxtBox{
    width: 1200px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    height: 500px;
    left: 50%;
    margin-left: -600px;
}
.slideTxtBox .hd{
    width: 300px;
    float: left;
}
.slideTxtBox .hd li{
    cursor: pointer;
}
.slideTxtBox .hd li .myTitle{
    width: 300px;
    height: 44px;
    border: 3px solid #af1f18;
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
    overflow: hidden;
    transition: 1s;
    -webkit-transition: 1s;
}


.slideTxtBox .hd li .t1 {
    width: 251px;
    font-size: 24px;
    line-height: 45px;
    padding: 0 0 0 33px;
    color: #fff;
    position: relative;
    top: 0;
    transition: 0.1s;
    -webkit-transition: 1s;
}
.slideTxtBox .hd li .t3 {
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 50px;
    color: #fff;
    line-height: 65px;
    padding: 0 36px 15px 36px;
    position: relative;
    top: -50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.slideTxtBox .hd li .t2 {
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 32px;
    margin: 0 0 0 30px;
    font-size: 30px;
    position: relative;
    top: 50px;
    padding-top: 18px;
    background: url("../images/line1.png") no-repeat;
    transition: opacity 0.5s 0.4s,top 0.5s 0.4s;
    -webkit-transition: opacity 0.5s 0.4s,top 0.5s 0.4s;
}

.slideTxtBox .hd .on .myTitle {
    height: 300px;

    background-color: rgba(141,54,49,.8);
    border: 3px solid rgba(141,54,49,0);
}

.slideTxtBox .hd .on .t1{
    top: -50px;
    opacity: 0;
}
.slideTxtBox .hd .on .t3 {
    opacity: 1;
    top: 0px;
}
.slideTxtBox .hd .on .t2 {
    opacity: 1;
    top: 0;

}












.slideTxtBox .bd{
    width: 500px;
    height: 600px;
    float: right;
    /*margin-left: 275px;*/
}
.slideTxtBox .bd li{
    color: #fff;
    margin-bottom: 30px;
    padding-left: 50px;
    background: url("../images/to.png") 0 10px no-repeat;
}
.slideTxtBox .bd li h4{
    font-size: 32px;
}
