@charset "utf-8";
*{-webkit-text-size-adjust: none;}
.flexCenter{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexStart{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexBetween{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexAround{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexEnd{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexColumn{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.clearfix:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}

.wxbig{position: fixed;top: 60%;left: 10px;z-index: 99;}
/*.item_link{margin-bottom: 50px;padding-top: 50px;}*/
.item_link>div{position: relative;cursor: pointer;}
.item_link>div>img{margin-right: 15px;}
.item_link .code img{width: 100px;}
.item_link .code{position: absolute;bottom: 30px;left: 0;display: none;}
.item_link>div:hover .code{display: block;}

@font-face {
    font-family: 'pfbold';
    src: url('../fonts/PingFang Bold.ttf');
}
@font-face {
    font-family: 'pfmed';
    src: url('../fonts/PingFang Medium.ttf');
}

/*全局控制*/
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"微软雅黑"; color:#565656;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
body{max-width: 600px;}
img{border:0;}ul,li{list-style:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.fb{font-weight:bold;}
.dis{display:block;}
.undis{display:none;}
a{text-decoration:none;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.main{width: 100%;margin:0 auto;}
.clear{clear: both;}

.count_container{width: 92%;margin: 20px auto;}
.count_top{height: 60px;background: #f3f3f3;border-radius: 6px;}
.count_top form{width: 100%;height: 100%;}
.count_top .date_box p{font-size: 14px;color: #464646;margin-right: 12px;}
.count_top #submit{width: 115px;height: 34px;background: #0776af;border-radius: 6px;font-size: 14px;color: #fff;border: 0;margin-left: 20px;}
.count_top .count{font-size: 14px;color: #0776af;margin-left: 20px;}

.layui-table th{text-align: center !important;}
.layui-table td{text-align: center !important;}

.top_link{text-align:center;background:rgb(244,244,244);height:60px;}
.top_link a{display:inline-block;margin:0 15px;font-size:15px;color:#222;background: url(../images/fgx2.png) center right no-repeat;padding-right:30px;}

/*头部*/
.head_one{width: 100%;height: 35px;border-bottom: 1px solid #dddddd;}
.head_one1{width: 1200px;height: auto;margin:0 auto;}
.head_one_l{width: 255px;height: 35px;float: left;}
.head_one_l p{color: #333333;font-size: 14px;line-height: 35px;width: 100%;text-indent: 30px;background: url(../images/home.png) center left no-repeat;}
.head_one_r{height: 35px;float: right;cursor:pointer;}
.head_one_r a{color: #333333;font-size: 14px;color: #404040;}
.head_one_r a img{margin-right: 10px;}
.head_one_r .line{width: 1px;height: 14px;background: #dcdcdc;margin: 0 12px;}

.register_container{display: none; position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .5);z-index: 9;}
.register_box{width: 907px;height: 498px;background: url(../images/register.png);position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.register_box .cha{position: absolute;right: 20px;top: 15px;cursor: pointer;}
.register_box .box{width: 423px;padding: 0 45px;box-sizing: border-box;height: 100%;margin-left: auto;text-align: center;padding-top: 40px;}
.register_box .box h2{font-size: 24px;color: #e64711;font-weight: bold;margin-bottom: 30px;position: relative;}
.register_box .box h2:after{content: '';position: absolute;width: 44px;height: 2px;background: #e64711;left: 50%;margin-left: -22px;bottom: -10px;}
.register_box .box>input{width: 100%;height: 55px;border: 1px solid #dddddd;outline: none;box-sizing: border-box;border-radius: 5px;font-size: 16px;color: #aeaeae;padding-left: 20px;box-sizing: border-box;margin-bottom: 20px;}
.register_box .box .xieyi_box{font-size: 14px;color: #464646;}
.register_box .box .submit{cursor: pointer; height: 55px;background: #0776af;border-radius: 5px;font-size: 20px;color: #fff;text-align: center;line-height: 55px;margin-top: 20px;}
.register_box .box>p{font-size: 14px;color: #7c7c7c;margin-top: 20px;}

.login_container{display: none; position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .5);z-index: 9;}
.login_box{width: 907px;height: 454px;background: url(../images/login.png);position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.login_box .cha{position: absolute;right: 20px;top: 15px;cursor: pointer;}
.login_box .box{width: 423px;padding: 0 45px;box-sizing: border-box;height: 100%;margin-left: auto;text-align: center;padding-top: 60px;}
.login_box .box h2{font-size: 24px;color: #e64711;font-weight: bold;margin-bottom: 40px;position: relative;}
.login_box .box h2:after{content: '';position: absolute;width: 44px;height: 2px;background: #e64711;left: 50%;margin-left: -22px;bottom: -10px;}
.login_box .box>input{width: 100%;height: 55px;border: 1px solid #dddddd;outline: none;box-sizing: border-box;border-radius: 5px;font-size: 16px;color: #aeaeae;padding-left: 20px;box-sizing: border-box;margin-bottom: 20px;}
.login_box .box .submit{cursor: pointer; height: 55px;background: #0776af;border-radius: 5px;font-size: 20px;color: #fff;text-align: center;line-height: 55px;margin-top: 20px;}
.login_box .box>p{font-size: 14px;color: #7c7c7c;margin-top: 20px;}

.ywly li{width: 285px;margin-right: 20px;margin-bottom: 20px;}
.ywly li:nth-child(4n){margin-right: 0;}
.ywly li a{display: block;}
.ywly li a .img{overflow:hidden;}
.ywly li a .img img{width: 100%;transition:1s;}
.ywly li:hover a .img img{transform:scale(1.1);}
.ywly li a .img h2{font-size: 26px;color: #000;font-weight: bold;}
.ywly li a .look{margin: 20px auto 0; width: 100px;height: 35px;border: 1px solid #797979;border-radius: 35px;font-size: 14px;color: #797979;text-align: center;line-height: 35px;}

/*.ywly_show .img{width: 448px;}*/
.ywly_show .img img{width: 100%;}
.ywly_show .img h2{font-size: 38px;color: #000;font-weight: bold;}
/*.ywly_show .con{width: 600px;margin-left: 55px;}*/
.ywly_show .con h3{font-size: 32px;color: #333;}
.ywly_show .con div{font-size: 16px;color: #5c5c5c;margin: 15px 0 35px;}

.ywly_show .con .lianxi{width:150px;}
.ywly_show .con .lianxi a{font-size: 16px;width: 150px;height: 45px;border: 1px solid #0776af;text-align: center;line-height: 45px; color: #0776af;display: block;}
.ywly_show .con .lianxi img{display:none;}
.ywly_show .con .lianxi:hover img{display:block;}


.ywly_xq{margin-top: 50px; font-size: 20px;color: #0776af;border-bottom: 1px solid #e6e6e6;padding-bottom: 12px;position: relative;}
.ywly_xq:after{content: '';position: absolute;width: 80px;height: 3px;background: #0776af;left: 0;bottom: -1px;}

.pingtai_box>h3{font-size: 20px;color: #090909;text-align: center;font-weight: normal;}
.pingtai_box .con{font-size: 14px;color: #464646;margin: 30px auto;}
.pingtai_box .denglu{display: block;width: 200px;height: 50px;font-size: 18px;color: #fff;background: #0776af;border-radius: 50px;text-align: center;line-height: 50px;margin: 0 auto 40px;}


.down_box{background: #fff;}
.down_box ul{width: 1200px;margin: auto;}
.down_box ul li{height: 70px;border-bottom: 1px solid #e5e5e5;}
.down_box ul li div{width: 20px;height: 21px;background: url(../images/hui.jpg);margin: 0 20px 0 10px;}
.down_box ul li p{font-size: 16px;color: #383838;}
.down_box ul li a{cursor: pointer; margin-left: auto;width: 90px;height: 36px;border: 1px solid #878686;font-size: 15px;color: #878686;box-sizing: border-box;border-radius: 36px;text-align: center;line-height: 34px;margin-right: 10px;}
.down_box ul li:hover div{background: url(../images/lan.jpg);}
.down_box ul li:hover a{color: #0776af;border-color: #0776af;}
.down_box ul li:hover p{color: #0776af;}

.zhuanjia_container{background: #fff;}
.zhuanjia_container ul{width: 92%;margin: auto;}
.zhuanjia_container ul li{width: 49%;margin-right:2%;margin-top: 15px;}
.zhuanjia_container ul li:nth-child(2n){margin-right: 0;}
.zhuanjia_container ul li a{display: block;}
.zhuanjia_container ul li .img{overflow: hidden;border-radius: 50%;}
.zhuanjia_container ul li .img img{width: 100%;transition:1s;}
.zhuanjia_container ul li:hover .img img{transform:scale(1.2);}
.zhuanjia_container ul li h3{font-size: 16px;color: #222;font-weight: normal;text-align: center;margin: 12px 0;}
.zhuanjia_container ul li p{font-size: 14px;color: #333;text-align: center;height: 20px;}


.zjzx_show .img{overflow: hidden;border-radius: 50%;}
.zjzx_show .img img{width: 100%;}
.zjzx_show .img h2{font-size: 38px;color: #000;font-weight: bold;}

.zjzx_show .con h3{font-size: 32px;color: #333;}
.zjzx_show .con h3 span{font-size: 14px;color: #fff;background: #0776ae;border-radius: 5px;padding: 3px 10px;font-weight: normal;margin-left: 15px;}
.zjzx_show .con div{font-size: 16px;color: #5c5c5c;margin: 15px 0 35px;}
.zjzx_show .con .lianxi{width:150px;}
.zjzx_show .con .lianxi a{font-size: 16px;width: 150px;height: 45px;border: 1px solid #0776af;text-align: center;line-height: 45px; color: #0776af;display: block;}
.zjzx_show .con .lianxi img{display:none;}
.zjzx_show .con .lianxi:hover img{display:block;}

.kehuyuyue h2{font-size: 24px;color: #090909;font-weight: normal;text-align: center;}
.kehuyuyue .liuc{display: block;margin: 40px auto;}








.header{width: 100%;}
.header_1{width: 1200px;height: 100%;margin:0 auto;}
.header_1_l{width: 920px;height: 100%;float: left;}
.header_1_l_logo{width: 100%;padding-top: 20px;}
.header_1_l_logo a{width: 100%;display: block;}
.header_1_l_logo a img{display: block;}
.header_1_r{width: 280px;height: auto;float: right;}
.header_1_r1{width: 195px;height: auto;float: right;}
.header_1_r_kh{width: 100%;height: 0px;}
.header_1_r1_l{width: 60px;height: 80px;float: left;margin-top: 30px;}
.header_1_r1_l img{display: block;float: left;width: 45px;height: 53px;}
.header_1_r1_r{width: 135px;height: 80px;float: left;}
.header_1_r1_r1{width: 100%;height: 28px;line-height: 28px;color: #000;font-size: 18px;}
.header_1_r1_r2{width: 100%;height: 25px;line-height: 25px;color: #0776af;font-size: 18px;font-weight: bold;}
.nav{width: 100%;height: 60px;/*background: #0776af;*/}
.nav1{width: 1200px;height: auto;margin:0 auto;}
.nav_lm{width: 120px;height: 60px;float: left;}
.links{width: 100%;display: block;color: #fff;text-align: center;line-height: 60px;}
.nav li:hover{background: url(../images/nav1.jpg) left bottom repeat-x;}
.nav_lm dl{ width:100%;display:none;z-index:99999;position: relative;}
.nav_lm dd{width:100%;height:40px;line-height:40px;margin:0 auto;background: url(../images/zhc2.png) center top no-repeat;}
.dl-a{color:#fff;font-size:16px;font-family: 微软雅黑;width:100%;float:left;display: block;text-align: center;}
.dl-a:hover{color: #fff;}
/*咨询*/
.sy_zixun{width: 100%;height: 60px;position: absolute;bottom: 60px;}
.sy_zixun1{width: 648px;height: 58px;background: url(../images/zixun4.png) center top no-repeat;margin:0 auto;}
.sy_zixun1_l{width: 141px;height: 100%;float: left;}
.sy_zixun1_l p{width: 102px;height: 58px;text-align: center;color: #000000;font-size: 16px;line-height: 58px;}
.sy_zixun1_2{width: 363px;height: 100%;float: left;}
.tels{color: #999999;font-size: 16px;width: 100%;display: block;border: none;height: 100%;line-height: 58px;text-indent: 21px;}
.sy_zixun1_3{width: 144px;height: 100%;float: left;}
.sy_zixun1_3 a{color: #fff;font-size: 16px;width: 100%;text-align: center;line-height: 58px;display: block;}
/*首页内容部分*/
.content{width: 100%;height: auto;margin:0 auto;}
.sy_kh1{width: 100%;height: 50px;}
.sy_kh2{width: 100%;height: 35px;}
/*第一部分*/
.content_one{width: 100%;height: auto;}
.content_one1{width: 1200px;height: 100%;margin:0 auto;}
.content_one1_top{width: 100%;height: 132px;}
.content_one1_top1{width: 100%;height: 105px;}
.content_one1_top_1{color: #000000;font-size: 34px;text-align: center;width: 100%;height: 68px;line-height: 54px;background: url(../images/tu1.png) center bottom no-repeat;}
.content_one1_top_1 span{color: #0776af;}
.content_one1_top_2{color: #666666;font-size: 14px;text-align: center;width: 100%;height: 35px;line-height: 35px;}
.con_one_con{width: 100%;height: 520px;}
.img-scroll {position: relative;width: 100%;height: 100%;}
.img-scroll .prev, .img-scroll .next {position: absolute;display: block;width:42px;height:80px;top: 200px;}
.img-scroll .prev {left: 0;}
.img-scroll .next {right: 0}
.img-list {position: relative;width:1024px;height:100%;overflow: hidden;margin:0 auto;}
.img-list ul {width: 9999px;}
.img-list li {float: left;display: inline;width: 100%;height: 100%;}
/*第二部分*/
.content_two{width: 100%;height: auto;}
.content_two1{width: 1200px;height: 100%;margin:0 auto;}
.con_two_con{width: 100%;height: 550px;background: url(../images/sy_bg1.png) center top no-repeat;}
.con_two_con1{width: 1200px;height: 485px;margin:0 auto;overflow: hidden;}
.con_two_con_kh1{width: 100%;height: 83px;}
.con_two_lb{width: 256px;height: 400px;float: left;background: #fff;margin-right: 60px;}
.con_two_lb_img{width: 256px;height: 256px;position: relative;}
.con_two_lb_img a{display: block;width: 100%;overflow: hidden;height: 256px;}
.con_two_lb_img a img{display: block;width: 100%;}
.con_two_lb_zhc{width: 256px;height: 256px;position: absolute;background: url(../images/zhc1.png) left top;top:0;left: 0;display: none;}
.con_two_lb_zhc1{width: 215px;margin:0 auto;padding:25px 0px;}
.con_two_lb_zhc1 a{display: block;width: 100%;color: #fff;font-size: 14px;line-height: 30px;}
.con_two_lb_img:hover .con_two_lb_zhc{display: block;}
.con_two_lb_bt{width: 100%;height: 50px;line-height: 50px;padding-top: 10px;}
.con_two_lb_bt a{width: 100%;display: block;text-align: center;color: #333333;font-size: 20px;}
.con_two_lb_zx{width: 100%;height: 55px;position: relative;}
.zx1{width: 160px;height: 54px;margin:0 auto;}
.zx2{width: 160px;height: 54px;display: none;margin:0 auto;}
.con_two_lb_zx a{display: block;width: 160px;height: 54px;margin:0 auto;display: block;}
.con_two_lb_zx a img{display: block;width: 100%;}
.con_two_lb_zx:hover .zx2{display: block;}
.con_two_lb_zx:hover .zx1{display: none;}
.con_two_lb_zhc_zx{width: 100%;height:268px; position: absolute;background: url(../images/zhc1.png) left top;background-size:100% 100%; top:-328px;display: none;padding:0 28px;box-sizing:border-box;}
.con_two_lb_zhc_zx1{width: 100%;height: auto;}
.con_two_lb_zhc_zx1 a{display: block;width: 100%;height: 256px;overflow: hidden;}
.con_two_lb_zhc_zx1 a img{display: block;width: 100%;}
.con_two_lb_zx:hover .con_two_lb_zhc_zx{display: block;}
/*第三部分*/
.content_three{width: 100%;height: auto;}
.content_three1{width: 1200px;height: auto;margin:0 auto;}
.con_three_con{width: 100%;height: auto;}
.con_three_lb{width: 200px;height: 240px;float: left;text-align: center;margin-left: 130px;margin-bottom: 10px;}
.con_three_lb a{display: block;width: 100%;height: 240px;}
.con_three_lb_kh1{width: 100%;height: 19px;}
.con_three_lb_img{width: 120px;height:120px;margin:0 auto;}
.con_three_lb_img img{width: 100%;display: block;transition:all 1s ease 0s;}
.con_three_lb_bt{width: 100%;height: 37px;line-height: 37px;padding-top: 20px;color: #333333;font-size: 16px;}
.con_three_lb_ms{width: 100%;height: 42px;line-height: 42px;color: #666666;font-size: 14px;}
.con_three_lb:hover .con_three_lb_img img{ transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.con_three_kh1{width: 100%;height: 50px;}
/*第四部分*/
.content_four{width: 100%;height: 650px;margin:0 auto;background: url(../images/sy_bg2.png) center top no-repeat;}
.content_four1{width: 1200px;height: 100%;margin:0 auto;}
.content_four1_top{width: 100%;height: 118px;}
.content_four1_top1{width: 100%;height: 105px;}
.content_four1_top_1{color: #000000;font-size: 34px;text-align: center;width: 100%;height: 61px;line-height: 40px;background: url(../images/tu1.png) center bottom no-repeat;}
.content_four1_top_1 span{color: #0776af;}
.content_four1_top_2{color: #fff;font-size: 14px;text-align: center;width: 100%;height: 35px;line-height: 35px;}
.con_four1_con{width: 100%;height: 380px;}
.con_four1_con_l{width: 330px;height: auto;float: left;margin-right: 105px;/*background: url(../images/bb1.png) center top no-repeat;*/height: 360px;}
.con_four1_con_l1{width: 100%;height: 33px;background: url(../images/sy_new1.png) left bottom no-repeat;}
.con_four1_con_l1 p{color: #0776af;font-size: 18px;text-align: left;width: 100%;line-height: 33px;}
.con_four1_con_kh1{width: 100%;height: 10px;}
.con_four1_con_l2{width: 100%;height: 304px;}
.con_four1_new_lb{width: 100%;height: 60px;line-height: 60px;}
.con_four1_new_lb a{width: 310px;display: block;margin:0 auto;background: url(../images/icon1.png) center left no-repeat;color: #000000;font-size: 14px;text-indent: 18px;border-bottom: 1px dashed #000000;}
/*.con_four1_new_lb a:hover{color: #0776af;background: url(../images/icon2.png) center left no-repeat;}*/
.con_four1_con_m{width: 330px;height: auto;float: left;margin-right: 105px;}
.con_four1_con_r{width: 330px;height: auto;float: left;}
.con_four1_more{width: 100%;height: 55px;}
.con_four1_more a{color: #fff;font-size: 14px;width: 160px;height: 54px;display: block;margin:0 auto;text-align: center;line-height: 54px;background: url(../images/more1.png) center top no-repeat;}
/*第五部分*/
.content_five{width: 100%;height: auto;}
.content_five1{width: 1200px;height: 100%;margin:0 auto;}
.content_five1_top{width: 100%;height: 127px;}
.content_five1_top1{width: 100%;height: 100px;}
.content_five1_top_1{color: #000000;font-size: 34px;text-align: center;width: 100%;height: 61px;line-height: 45px;background: url(../images/tu1.png) center bottom no-repeat;}
.content_five1_top_1 span{color: #0776af;}
.content_five1_top_2{color: #666666;font-size: 14px;text-align: center;width: 100%;height: 37px;line-height: 37px;}
.con_five_con{width: 100%;height: 430px;}
.con_five_con1{width: 100%;height: 353px;}
.con_five_fllb{width: 364px;height: 354px;background: url(../images/sy_newbg1.png) center top no-repeat;float: left;margin-left: 54px;}
.con_five_fllb1{width: 340px;margin-left: 10px;padding-top: 10px;height: 333px;}
.con_five_fllb_1{width: 340px;height: 140px;overflow: hidden;}
.con_five_fllb_1 img{display: block;width: 100%;}
.con_five_fllb_2{width: 329px;height: 33px;background: url(../images/sy_new2.png) left bottom no-repeat;float: right;padding-top: 8px;}
.con_five_fllb_2 p{color: #fff;font-size: 18px;text-align: left;width: 100%;line-height: 33px;}
.con_five_fllb_kh1{width: 100%;height: 13px;}
.con_five_fllb_3{width: 100%;height: 110px;}
.con_five_lb{width: 100%;height: 25px;line-height: 25px;}
.con_five_lb a{width: 330px;display: block;margin:0 auto;background: url(../images/icon2.png) center left no-repeat;color: #eeeeee;font-size: 14px;text-indent: 10px;float: right;}
.con_five_fllb_4{width: 100%;height: 22px;}
.con_five_fllb_4 a{width: 80px;height: 22px;display: block;float: right;background: url(../images/icon3.png) center left no-repeat;line-height: 22px;text-indent: 30px;color: #eeeeee;font-size: 14px;}
/*第六部分*/
.content_six{width: 100%;height: 600px;background: url(../images/sy_bg3.png) center top no-repeat;}
.content_six1{width: 1200px;height: auto;margin:0 auto;}
.content_six1_kh1{width: 100%;height: 145px;}
.con_six1_con{width: 100%;height: 315px;}
.con_six1_l{width: 405px;height: 100%;float: left;}
.con_six1_l1{width: 205px;height: 100%;float: left;}
.con_six1_l_1{width: 100%;height: 185px;}
.con_six1_l_1 a{display: block;width: 100%;}
.con_six1_l_1_img{width: 100%;height: 120px;}
.con_six1_l_1_img img{width: 110px;height: 110px;padding-top: 7px;margin:0 auto;}
.con_six1_l_1_bt{width: 100%;color: #0776af;font-size: 30px;text-align: center;height: 55px;line-height: 55px;}
.con_six1_l_2{width: 100%;height: 130px;}
.con_six1_l_2 a{display: block;width: 100%;height: 130px;}
.chaxun1{width: 100%;color: #666666;font-size: 20px;text-align: center;line-height: 45px;}
.con_six1_l2{width: 200px;height: 100%;float: left;}
.con_six1_m{width: 420px;height: 100%;float: left;}
.con_six1_m1{width: 401px;height: auto;float: left;}
.con_six1_m1 img{display: block;width: 100%;}
.con_six1_r{width: 375px;height: 100%;float: left;}
.con_six1_r1{background: url(../images/sy_bg5.png) center top no-repeat;width: 373px;height: 289px;float: right;}
.con_six1_r1_1{width: 100%;height: 75px;color: #fff;font-size: 26px;text-indent: 70px;line-height: 75px;}
.con_six1_r1_2{width: 230px;height: 200px;margin:0 auto;}
.con_six1_r1_2 ul{width: 100%;height: auto;}
.zhuce1{width: 100%;height: 60px;border-bottom: 1px solid #0776af;}
.zhuce1 p{width: 25px;float: left;}
.zhuce1 p img{display: block;padding-top: 30px;padding-left: 2px;}
.zhuce1 input{display: block;width: 205px;float: left;border: none;line-height: 40px;color: #999999;font-size: 16px;font-family: 微软雅黑;background: none;height: 40px;padding-top: 20px;}
.zhuce1_kh{width: 100%;height: 30px;}
.zhuce3{width: 100%;height: 47px;}
.zhuce_tj{width: 123px;height: 47px;display: block;background: url(../images/zc_an.png) center top no-repeat;float: right;color: #fff;font-size: 16px;text-align: center;line-height: 47px;cursor: pointer;border: none;}
.con_six1_r_nr{width: 100%;height: auto;color: #0776af;font-size: 20px;text-align: center;line-height: 40px;}
.con_six1_r_nr img{display: block;width: 300px;height: 300px;margin:0 auto;}
/*第七部分*/
.content_seven{width: 100%;height: 160px;background: url(../images/sy_bg4.png) center top no-repeat;}
.content_seven1{width: 1200px;height: auto;margin:0 auto;}
.con_seven1_con{width: 100%;height: 100px;}
.con_seven1_kh{width: 100%;height: 40px;}
.con_seven1_l{width: 600px;height: auto;float: left;}
.peixunbm{width: 272px;height: 84px;background: url(../images/tu3.png) center top no-repeat;float: right;margin-right: 109px;}
.peixunbm a{display: block;width: 100%;line-height: 84px;color: #0776af;font-size: 30px;text-align: center;}
.con_seven1_r{width: 600px;height: auto;float: left;}
.yewuyy{width: 272px;height: 84px;background: url(../images/tu3.png) center top no-repeat;float: left;margin-left: 109px;}
.yewuyy a{display: block;width: 100%;line-height: 84px;color: #0776af;font-size: 30px;text-align: center;}
/*第八部分*/
.content_eight{width: 100%;height: auto;margin:0 auto;}
.content_eight1{width: 1200px;height: auto;margin:0 auto;}
.content_eight1_kh1{width: 100%;height: 70px;}
.con_eight1_top{width: 100%;height: 150px;}
.con_eight1_top1{width: 100%;height: 105px;}
.con_eight1_top_1{color: #000000;font-size: 34px;text-align: center;width: 100%;height: 68px;line-height: 54px;background: url(../images/tu1.png) center bottom no-repeat;}
.con_eight1_top_1 span{color: #0776af;}
.con_eight1_top_2{color: #666666;font-size: 14px;text-align: center;width: 100%;height: 35px;line-height: 35px;}
.con_eight1_con{width: 100%;height: auto;}
.con_eight1_con ul{width: 100%;height: auto;}
.link_lb{width: 560px;height: 178px;float: left;margin-left: 80px;margin-bottom: 20px;}
.link_lb a{display: block;width: 100%;height: 178px;overflow: hidden;}
.link_lb a img{display: block;width: 100%;}
/*第九部分*/
.content_nine{width: 100%;height: auto;margin:0 auto;}
.content_nine1{width: 1200px;height: auto;margin:0 auto;}
.content_nine1_kh1{width: 100%;height: 50px;}
.con_nine1_top{width: 100%;height: 155px;}
.con_nine1_top1{width: 100%;height: 130px;}
.con_nine1_top_1{color: #000000;font-size: 34px;text-align: center;width: 100%;height: 68px;line-height: 54px;background: url(../images/tu1.png) center bottom no-repeat;}
.con_nine1_top_1 span{color: #0776af;}
.con_nine1_top_2{color: #666666;font-size: 14px;text-align: center;width: 100%;height: 50px;line-height: 25px;padding-top: 5px;}
.con_nine1_con{width: 100%;height: 362px;}
.con_nine1_con ul{width: 100%;height: auto;}
.con_nine1_lb{width: 260px;height: 360px;border: 1px solid #dddddd;float: left;margin-left: 50px;}
.con_nine1_lb_img{width: 260px;height: 280px;}
.con_nine1_lb_img a{display: block;width: 100%;height: 280px;overflow: hidden;}
.con_nine1_lb_img a img{display: block;width: 100%;}
.con_nine1_lb_bt{width: 100%;height: 80px;line-height: 80px;}
.con_nine1_lb_bt a{color: #333333;font-size: 16px;text-align: center;width: 100%;display: block;}
/*底部*/
.bot{width: 100%;height: auto;background: #262626;}
.bot1{width: 1200px;height: 100%;margin:0 auto;}
.bot1_l{width: 188px;float: left;background: #0776af;height: 327px;line-height: 327px;}
.bot1_l p{color: #fff;font-size: 42px;text-align: center;}
.bot1_r{width: 975px;float: right;}
.bot1_r_kh1{width: 100%;height: 60px;}
.bot1_r1{width: 100%;height: auto;margin-bottom: 20px;}
.bot_nav{width: auto;float: left;color: #999999;font-size: 14px;background: url(../images/fgx1.png) center right no-repeat;height: 16px;line-height: 16px;padding:0px 5px;}
.bot_nav:hover{color: #fff;}
.bot1_r2{width: 773px;height: 38px;border: 1px solid #666666;}
.bot1_r2_l{width: 588px;margin-left: 10px;background: url(../images/dz.png) center left no-repeat;float: left;color: #999999;font-size: 14px;line-height: 38px;text-indent: 30px;}
.bot1_r2_r{width: 170px;height: 100%;float: left;color: #999999;font-size: 14px;line-height: 38px;}
.bot1_r2_r p{color: #0776af;display: inline;}
.bot1_kh1{width: 100%;height: 45px;}
.bot1_r3{width: 100%;height: auto;}
.bot1_r3_l{width: 665px;height: auto;float: left;}
.bot1_r3_l1{width: 100%;height: auto;float: left;line-height: 25px;padding-bottom: 30px;color: #999999;font-size: 14px;}
.bot1_r3_l2{width: 100%;height: auto;}
.bot1_r3_l2_1{width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #fff;}
.bot1_r3_l2_con{width: 100%;height: auto;}
.yqlj{color: #999999;font-size: 12px;line-height: 30px;float: left;padding:0px 5px;}
.yqlj:hover{color: #fff;}
.bot1_r3_r{float:right;}
.bot1_r3_r1{text-align: center;color: #999999;font-size: 14px;line-height: 35px;margin-left: 25px;}
/*二级开始*/
.ej_content{width: 100%;height: auto;background: #f3f3f3;}
.ej_kh{width: 100%;height: 55px;}
.ej_kh1{width: 100%;height: 50px;}
/*关于我们*/
.ej_about_top{width: 100%;height: 55px;background: #fff;border-bottom: 1px solid #ececec;}
.ej_about_top1{width: 1200px;height: 100%;margin:0 auto;}
.ej_about_top_l{height: auto;float: left;}
.ej_about_top_l p{width: 100%;height: auto;color: #666666;font-size: 12px;line-height: 55px;background: url(../images/home1.png) center left no-repeat;text-indent: 20px;}
.ej_about_top_l p a{color: #666666;}
.ej_about_top_l p span{color: #0776af;}
.ej_about_top_r{height: 100%;float: right;}
.ej_about_top_r ul{width: 100%;height: 100%;overflow: hidden;}
.lb{width: 140px;height: 55px;float: left;background: url(../images/fgx2.png) center right no-repeat;}
.lb a{width: 100%;display: block;font-size: 14px;line-height: 55px;color: #333333;text-align: center;}
.lb:hover{background: #0776af;}
.lb:hover a{color: #ffffff;}
.lb.active{background: #0776af;}
.lb.active a{color: #ffffff;}
.ej_about{width: 1200px;height: auto;margin:0 auto;}
.ej_about_con{width: 100%;height: auto;}
.ej_about_con1{width: 100%;margin:0 auto;height: auto;color: #333333;font-size: 14px;line-height: 30px;}
.ej_about_con1 img{display: block;max-width: 100%;overflow: hidden;margin:0 auto;}
/*专家团队*/
.zjtd_lb{width: 100%;height: 232px;border-bottom: 1px dashed #bbbbbb;}
.zjtd_lb1{width: 100%;height: 192px;padding: 20px 0px;}
.zjtd_lb_l{width: 150px;height: 100%;float: left;background: #fff;border-radius: 5px;}
.zjtd_lb_l_img{width: 140px;height: 180px;padding:5px 6px;}
.zjtd_lb_l_img a{width: 100%;display: block;height: 180px;overflow: hidden;}
.zjtd_lb_l_img a img{display: block;width: 100%;}
.zjtd_lb_r{width: 1035px;height: 100%;float: right;}
.zjtd_lb_r a{width: 100%;display: block;}
.zjtd_lb_r_bt{width: 100%;height: 35px;line-height: 35px;padding-top: 30px;color: #0776af;font-size: 18px;}
.zjtd_lb_r_zc{width: 100%;height: 25px;line-height: 25px;padding-top: 10px;color: #333333;font-size: 14px;}
.zjtd_lb_r_jj{width: 100%;height: 94px;line-height: 28px;color: #333333;font-size: 14px;}
/*专家团队详情*/
.ej_zjtd_xq{width: 100%;height: auto;background: #fff;margin-bottom: 30px;padding:30px 0px;}
.ej_zjtd_xq1{width: 94%;margin:0 auto;height: auto;}
.ej_zjtd_xq_img{width: 100%;height: auto;}
.ej_zjtd_xq_img img{display: block;margin:0 auto;max-width: 100%;}
.ej_zjtd_xq_bt{width: 100%;color: #333333;font-size: 18px;text-align: center;line-height: 30px;padding:10px 0px;}
.ej_zjtd_xq_zw{width: 100%;text-align: center;color: #333333;font-size: 14px;line-height: 30px;}
.ej_zjtd_xq_kh{width: 100%;height: 20px;}
.ej_zjtd_xq_con{width: 100%;height: auto;color: #666666;font-size: 14px;line-height: 30px;}
/*新闻中心*/
.ej_new_one{width: 100%;height: 320px;}
.ej_new_one_lb1{width: 718px;height: 312px;border: 4px solid #bbbbbb;float: left;}
.ej_new_one_lb1_img{width: 468px;height: 312px;float: left;border-right: 4px solid #bbbbbb;}
.ej_new_one_lb1_img a{display: block;width: 100%;height: 312px;overflow: hidden;}
.ej_new_one_lb1_img a img{display: block;width: 100%;}
.ej_new_one_lb1_nr{width: 246px;height: 100%;float: left;}
.ej_new_one_lb1_bt{width: 192px;margin:0 auto;padding-top: 50px;height: 75px;line-height: 30px;overflow: hidden;}
.ej_new_one_lb1_bt a{display: block;text-align: left;color: #0776af;font-size: 16px;font-weight: bold;}
.ej_new_one_lb1_jj{width: 192px;margin:0 auto;color: #999999;font-size: 12px;height: 96px;line-height: 22px}
.ej_new_one_lb1_more{width: 192px;margin:0 auto;;}
.ej_new_one_lb1_more a{color: #fff;font-size: 12px;width: 95px;height: 32px;display: block;background: #0776af;text-align: center;line-height: 32px;}
.ej_new_one_lb2{width: 446px;height: 146px;border: 2px solid #bbbbbb;float: right;position: relative;float: right;margin-bottom: 19px;}
.ej_new_one_lb2_tb{width: 40px;height: 41px;background: url(../images/xing1.png) top right no-repeat;position: absolute;top:0;right: 0;}
.ej_new_one_lb2_1{width: 370px;height: 106px;margin-left: 30px;padding:20px 0px;}
.ej_new_one_lb2_bt{width: 100%;height: 35px;line-height: 30px;}
.ej_new_one_lb2_bt a{width: 100%;display: block;color: #333333;font-size: 14px;}
.ej_new_one_lb2_jj{width: 100%;height: 57px;line-height: 20px;color: #666666;font-size: 12px;}
.ej_new_one_lb2_sj{width: 100%;height: 14px;}
.ej_new_one_lb2_sj p{width: 100%;line-height: 14px;background: url(../images/sj1.png) center left no-repeat;text-indent: 20px;color: #aaaaaa;font-size: 12px;}
.ej_new_one_lb2_sj p span{background: url(../images/yan1.png) center left no-repeat;text-indent: 25px;color: #aaaaaa;font-size: 12px;float: right;}
.ej_new_one_kh{width: 100%;height: 70px;}
.ej_new_kh1{width: 100%;height: 50px;background: #fff;}
.ej_new_con{width: 100%;height: auto;background: #fff;}
.ej_new_con1{width: 100%;height: auto;}
.new_lb{width: 100%;height: 206px;}
.new_lb1{width: 1200px;height: 146px;padding:30px 0px;margin:0 auto;}
.new_lb_l{width: 219px;height: 146px;float: left;}
.new_lb_l a{display: block;width: 100%;height: 146px;overflow: hidden;}
.new_lb_l a img{display: block;width: 100%;}
.new_lb_r{width: 945px;height: 146px;float: right;}
.new_lb_r1{width: 920px;height: auto;margin:0 auto;}
.new_lb_bt{width: 100%;height: 35px;line-height: 35px;padding-top: 10px;}
.new_lb_bt a{display: block;width: 100%;color: #333333;font-size: 16px;}
.new_lb_jj{width: 100%;line-height: 22px;color: #666666;font-size: 12px;height: 60px;overflow: hidden;}
.new_lb_sj{width: 100%;height: 18px;line-height: 18px;}
.new_lb_sj p{width: 100%;line-height: 14px;background: url(../images/sj1.png) center left no-repeat;text-indent: 20px;color: #aaaaaa;font-size: 12px;}
.new_lb_sj span{background: url(../images/yan1.png) center left no-repeat;text-indent: 25px;color: #aaaaaa;font-size: 12px;margin-left: 35px;display: inline-block;}
.new_lb:hover .new_lb_bt a{color: #0776af;}
.new_lb:hover{background: #eeeeee;}
.new_kh{width: 100%;height: 80px;}
/*分页*/
.pro_kh{width: 100%;height: 25px;}
.page_kh{width: 100%;height: 80px;}
.page{width: 100%;height: auto;}
.page1{width: 90%;margin:0 auto;text-align: center;height: auto;}
.page1 a{padding:7px 12px;text-align: center;color: #626262;font-size: 12px;margin-left: 10px;margin-bottom: 10px;background: none;border:1px solid #999999;border-radius: 20px;}
.page1 .select{color: #fff!important;font-size: 12px;background: #0776af;border:1px solid #0776af;}
/*.page1 a:last-child{background:url(../images/last1.png) center top no-repeat;width: 100px;height: 38px;display: block;}*/
.page3{width: 100%;height: 50px;}
/*新闻详情*/
.ej_new_xq{width: 100%;height: auto;float: right;}
.ej_new_xq1{padding: 30px;}
.ej_new_xq_title{color: #333333;font-size: 18px;line-height: 30px;width: 100%;text-align: left;font-weight: bold;}
.ej_new_xq_sj{width: 100%;height: 52px;padding-top: 10px;border-bottom: 1px solid #c9c9c9;}
.ej_new_xq_sj .new_sj{width: 115px;height: 30px;float: left;color: #aaaaaa;font-size: 12px;line-height: 30px;background: url(../images/sj1.png) center left no-repeat;text-indent: 20px;}
.ej_new_xq_sj .new_djl{width: 100px;height: 30px;line-height: 30px;float: left;color: #aaaaaa;font-size: 12px;background: url(../images/yan1.png) center left no-repeat;text-indent: 25px;}
.ej_new_xq_kh{width: 100%;height: 30px;}
.ej_new_xq_con{width: 100%;height: auto;padding-top: 35px;}
.ej_new_xqq_con1{width: 100%;color: #666666;font-size: 15px;line-height: 35px;}
/*上下页*/
.ej_pro_kh{width: 100%;height: 30px;}
.xq_fenye{width: 100%;height: auto;margin:0 auto;padding:10px 0px;background: #fff;}
.xq_fenye1{width: 94%;margin:0 auto;height: auto;}
.shang{width: 50%;float:left;height: auto;margin:0 auto;}
.shang a{width: 100%;display: block;cursor: pointer;height: 35px;color: #666666;font-size: 14px;text-align: left;}
.shang a p{color: #666666;}
.shang a p:hover{color: #0776af;}
.xia{width: 50%;float:left;height: auto;margin:0 auto;margin-bottom: 20px;}
.xia a{width: 100%;display: block;cursor: pointer;height: 35px;color: #666666;font-size: 14px;text-align: right;}
.xia a p{color: #666666;}
.xia a p:hover{color: #0776af;}
/*产品展示*/
.ej_pro_con{width: 100%;height: auto;}
.pro_lb{width: 286px;height: 542px;float: left;margin-left: 18px;margin-bottom: 30px;background: #68686e;}
.pro_lb_img{width: 100%;height: 350px;}
.pro_lb_img a{display: block;width: 100%;height: 350px;overflow: hidden;}
.pro_lb_img a img{display: block;width: 100%;}
.pro_lb_nr{width: 100%;height: 192px;}
.pro_lb_nr_kh{width: 100%;height: 50px;}
.pro_lb_title{width: 100%;height: 25px;}
.pro_lb_title a{width: 100%;display: block;line-height: 25px;color: #fff;font-size: 16px;text-align: center;}
.pro_lb_nr_ms{width: 100%;height: 35px;color: #dddddd;font-size: 12px;line-height: 15px;text-align: center;}
.pro_lb_nr_more{width: 100%;height: 32px;}
.pro_lb_nr_more a{width: 102px;height: 32px;border: 1px solid #8c8c90;border-radius: 20px;margin:0 auto;color: #dddddd;font-size: 12px;text-align: center;line-height: 32px;display: block;}
.pro_lb:hover{background: #0776af;margin-top: -20px;transition:all 1s ease 0s;}
.pro_lb:hover .pro_lb_nr_ms{color: #fff;}
.pro_lb:hover .pro_lb_nr_more a{border: 1px solid #fff;}
/*产品展示详情页*/
.ej_pro_l{background: #fff;}
.ej_pro_xq{width: 100%;background: #fff;height: auto;}
.ej_pro_xq1{padding: 30px;}
.ej_pro_xq_title{color: #333333;font-size: 18px;line-height: 30px;width: 100%;text-align: left;font-weight: bold;}
.ej_pro_xq_sj{width: 100%;height: 52px;padding-top: 10px;border-bottom: 1px solid #c9c9c9;}
.ej_pro_xq_sj .sj{width: 115px;height: 30px;float: left;color: #aaaaaa;font-size: 12px;line-height: 30px;background: url(../images/sj1.png) center left no-repeat;text-indent: 20px;}
.ej_pro_xq_sj .djl{width: 100px;height: 30px;line-height: 30px;float: left;color: #aaaaaa;font-size: 12px;background: url(../images/yan1.png) center left no-repeat;text-indent: 25px;}
.ej_pro_xq_img{width: 100%;display: block;}
.ej_pro_xq_img img{display: block;margin:0 auto;max-width: 100%;}
.ej_pro_xq_kh{width: 100%;height: 30px;}
.ej_pro_xq_con{width: 100%;height: auto;padding-top: 35px;}
.ej_pro_xq_con1{width: 100%;color: #666666;font-size: 15px;line-height: 35px;}
.ej_pro_r{width: 320px;height: auto;float: right;background: #fff;}
.ej_pro_r1{width: 260px;height: auto;padding: 30px 0px;margin:0 auto;}
.ej_pro_r1_top{width: 100%;height: 40px;border-bottom: 1px solid #dddddd;}
.ej_pro_r1_top p{background: url(../images/fgx3.png) center left no-repeat;width: 100%;height: 22px;color: #333333;font-size: 14px;text-indent: 10px;}
.ej_pro_r1_con{width: 100%;height: auto;}
.pro_xq_lb{width: 100%;height: 66px;border-bottom: 1px dashed #dddddd;}
.pro_xq_lb_bt{width: 100%;margin-top: 15px;height: 23px;line-height: 23px;}
.pro_xq_lb_bt a{background-clip: url(../images/dian.png) center left no-repeat;width: 100%;display: block;text-indent: 15px;color: #333333;font-size: 14px;}
.pro_xq_lb_sj{width: 100%;text-indent: 15px;color: #333333;font-size: 12px;height: 20px;line-height: 20px;}
.ej_pro_r1_kh1{width: 100%;height: 17px;}
.ej_pro_r1_two{width: 260px;height: 95px;border: 1px solid #dddddd;}
.ej_pro_r1_two1{width: 260px;height: 95px;overflow: hidden;}
.ej_pro_r1_two1 img{display: block;width: 100%;}
/*招聘*/
.ej_job_one{width: 100%;background: #f3f3f3;height: 285px;}
.ej_job_one1{width: 1200px;height: auto;margin:0 auto;}
.ej_job_one1_kh1{width: 100%;height: 55px;}
.ej_job_one1_bt{width: 100%;text-align: center;height: 56px;line-height: 37px;color: #000033;font-size: 22px;}
.ej_job_one1_img{width: 100%;height: 65px;}
.ej_job_one1_img img{display: block;width: 38px;height: 40px;margin: 0 auto;}
.ej_job_one1_ms{width: 100%;line-height: 28px;height: 60px;color: #666666;font-size: 14px;text-align: center;}
.job_kh2{width: 100%;height: 62px;}
.job_list{width: 100%;height: auto;}
#liajie3{width: 100%;height: 47px;}
#liajie3 th{font-family: 微软雅黑;color: #333333;font-size: 22px;font-weight: normal;}
#liajie{background: #f4f4f4;color: #666666;height: 55px;line-height: 55px;font-size: 18px;font-family: 微软雅黑;}
#liajie td a{color: #666666;}
#liajie td a:hover{color: #0776af;}
.job_kh3{width: 100%;height: 40px;}
/*招聘详情*/
.job_show_kh{width: 100%;height: 50px;}
.job_xq{width: 100%;height: auto;}
.job_show{width: 100%;height: auto;}
.job_show_title{width: 100%;height: 65px;line-height: 42px;color: #333333;font-size: 22px;text-align: center;}
.job_show_con{width: 850px;height: auto;margin:0 auto;}
.job_show_con1{width: 100%;height: auto;line-height: 30px;color: #0776af;font-size: 14px;text-align: left;}
.job_show_con2{color: #666666;font-size: 14px;width: 100%;height: auto;line-height: 30px;text-align: left;}
.job_show_jj{margin-top: 30px;text-align: center;}
.job_show_jj a{display: block;width: 100%;color: #0776af;font-size: 14px;line-height: 25px;}
.job_show_kh2{width: 100%;height: 20px;}
/*简历*/
.jianli_kh1{width: 100%;height: 60px;}
.jianli_con{width: 100%;height: auto;background: #fff;padding:50px 0px;}
.jianli{width: 94%;height: auto;margin:0 auto;}
.main_bd3{border: 1px solid #666666;font-size: 12px;color: #333333;line-height: 25px;}
.main_bd4{width: 100%;height: 106px;line-height: 25px;border: 1px solid #666666;font-size: 12px;color: #333333;}
/*给我留言*/
.ej_gbook_kh1{width: 100%;height: 5px;}
.ej_gbook_kh{width: 100%;height: 60px;}
.ej_gbook_l{width: 880px;height: auto;float: left;}
/*.gbook{width: 100%;height: auto;margin:0 auto;}*/
/*.gbook ul {width: 100%;}*/
/*.li1{width: 430px;height:42px;border: 1px solid #e2e4e6;float: left;margin-bottom: 12px;}*/
/*.li2{margin-left: 16px;}*/
/*.li1 p{width: 121px;height: 100%;line-height: 42px;float: left;color: #333333;font-size: 14px;background: #e2e4e6;text-align: center;display: block;}*/
/*.li1_1{width: 308px;height: 100%;display: block;line-height: 42px;text-indent: 5px;color: #333333;font-size: 14px;border: none;}*/
/*.li3{width: 878px;min-height:162px;border: 1px solid #e2e4e6;float: left;margin-bottom: 12px;}*/
/*.li3 p{width: 121px;min-height: 162px;line-height: 42px;float: left;color: #333333;font-size: 14px;background: #e2e4e6;text-align: center;display: block;}*/
/*.li3_1{width: 755px;min-height: 162px;display: block;line-height: 30px;text-indent: 5px;color: #333333;font-size: 14px;border: none;resize: none;}*/
/*.li4{width: 440px;height:42px;float: left;}*/
/*.li4 p{width: 121px;height: 100%;line-height: 42px;float: left;color: #333333;font-size: 14px;background: #e2e4e6;text-align: center;display: block;}*/
#yzm{width: 170px;height: 40px;display: block;line-height: 40px;text-indent: 5px;color: #333333;font-size: 14px;border: 1px solid #e2e4e6;float: left;}
.zym_img{width: 130px;height: 42px;display: block;margin:0 auto;text-align: center;float: left;margin-left: 15px;}
.li_kh{width: 100%;height: 32px;}
/*.gb_tjcz{width: 100%;height: auto;border: none!important;}*/
/*.gb_tijiao{width: 121px;height: 42px;border: none;float: left;background: #0776af;color: #fff;font-size: 16px;line-height: 42px;text-align: center;cursor: pointer;}*/
.gbook_kh{width: 100%;height: 70px;}
.ej_gbook_r{width: 260px;height: auto;float: right;}
.ej_gbook_r1{width: 258px;height: 94px;margin-bottom: 15px;}
.ej_gbook_r1_con{width: 254px;height: 90px;border: 2px solid #dddddd;}
.ej_gbook_r1_con img{display: block;width: 100%;}
.j_gbook_r2{width: 258px;height: 294px;}
.ej_gbook_r2_con{width: 254px;height: 290px;border: 2px solid #dddddd;}
.ej_gbook_r2_con img{display: block;width: 100%;}
/*客户评价*/
.gbook_lb{width: 100%;height: 153px;background: #fff;}
.gbook_lb1{width: 100%;height: 80px;padding-top:37px;}
.gbook_lb_l{width: 94px;height: auto;float: left;}
.gbook_lb_l1{border: 2px solid #dddddd;width: 90px;height: 76px;}
.gbook_lb_l1 h2{color: #666666;font-size: 36px;padding-top: 14px;height: 36px;text-align: center;line-height: 36px;display: block;}
.gbook_lb_l1 h4{color: #666666;font-size: 12px;height: 18px;line-height: 18px;text-align: center;display: block;}
.gbook_lb_r{width: 1040px;float: right;margin-right: 35px;}
.gbook_lb_r_bt{width: 100%;height: 34px;line-height: 22px;color: #333333;font-size: 16px;}
.gbook_lb_r_jj{width: 100%;height: 46px;line-height: 26px;color: #333333;font-size: 14px;overflow: hidden;}
.gbook_lb:nth-child(2n) {background: url(../images/gbook_lb1.png) right top no-repeat;}
.gbook_lb:nth-child(2n) .gbook_lb_l1{background: #0776af;}
.gbook_lb:nth-child(2n) .gbook_lb_l1 h2{color: #fff;}
.gbook_lb:nth-child(2n) .gbook_lb_l1 h4{color: #fff;}
/*培训报名*/
.ej_peixun{background:#fff url(../images/peixun1.png) top right no-repeat;width: 100%;height: auto;;}
.ej_peixun_con{width: 845px;height: auto;margin:0 auto;padding:51px 0px;}
.ej_peixun_con ul{width: 100%;height: auto;}
.peixun1{width: 255px;height: 42px;}
.peixun1 p{width: 101px;color: #333333;font-size: 12px;height: 26px;line-height: 26px;float: left;}
.peixun_1{width: 151px;height: 24px;border: 1px solid #666666;float: left;display: block;line-height: 24px;}
.peixun2{width: 100%;height: 108px;}
.peixun2 p{width: 101px;color: #333333;font-size: 12px;height: 108px;line-height: 108px;float: left;}
.peixun_2{width: 740px;height: 178px;border: 1px solid #666666;float: left;display: block;line-height: 24px;resize: none;overflow:hidden;text-indent: 15px;}
.px_kh1{width: 100%;height: 60px;}
.px_tjcz{width: 100%;height: 135px;}
.peixun_tj{width: 100px;height: 35px;text-align: center;line-height: 35px;color: #fff;font-size: 16px;background: #0776af;display: block;float: left;border: none;margin-left: 309px;cursor: pointer;}
.peixun_cz{width: 100px;height: 35px;text-align: center;line-height: 35px;color: #000000;font-size: 16px;background: #dddddd;display: block;float: left;border: none;margin-left: 38px;cursor: pointer;}
/*业务预约*/
.ej_yewu_con{width: 100%;height: auto;background: #fff;}
.ej_yewu_kh{width: 100%;height: 50px;}
.ej_yewu_l1{width: 850px;margin: auto;}
.yuyue1{width: 380px;height: 38px;margin-bottom: 25px;}
.yuyue1 p{width: 115px;color: #333333;font-size: 14px;}
.yuyue1 p span{color: #ff0000;margin-right: 10px;}

.yuyue4{width: 100%;height: 38px;margin-bottom: 25px;}
.yuyue4 p{width: 115px;color: #333333;font-size: 14px;}
.yuyue4 p span{color: #ff0000;margin-right: 10px;}
.yuyue1_4{width: 735px;height: 38px;border: 1px solid #c5c5c5;box-sizing: border-box;padding-left: 10px;font-size: 14px;color: #333333;}
.inp_box p{width: 115px;color: #333333;font-size: 14px;}
.inp_box p span{color: #ff0000;margin-right: 10px;}




.yuyue1_1{width: 265px;height: 38px;border: 1px solid #c5c5c5;box-sizing: border-box;padding-left: 10px;font-size: 14px;color: #333333;}
.yuyue_kh1{width: 100%;height: 27px;}
.yuyue3 p{width: 115px;color: #333333;font-size: 14px;}
.yuyue3 p span{color: #ff0000;margin-right: 10px;}
.yuyue3_1{width: 733px;height: 178px;border: 1px solid #c5c5c5;resize: none;padding: 10px;box-sizing: border-box; font-size: 14px;color: #333333;}
.yuyue_kh2{width: 100%;height: 60px;}
.yuyue_tj{width: 140px;height: 40px;text-align: center;line-height: 40px;color: #fff;font-size: 16px;background: #0776af;cursor: pointer;border: 0;border-radius: 40px;}
.yuyue_cz{width: 140px;height: 40px;text-align: center;line-height: 40px;color: #373737;font-size: 16px;background: #dddddd;cursor: pointer;border: 0;border-radius: 40px;}
/*学员专区*/
.ej_xyzq{width: 100%;height: auto;}
.ej_xyzq_one{width: 100%;height: 284px;background: #f3f3f3;}
.ej_xyzq_one1{width: 1200px;height: auto;margin:0 auto;}
.ej_job_one1_kh1{width: 100%;height: 60px;}
.ej_job_one1_bt{width: 100%;height: 51px;line-height: 26px;text-align: center;color: #000033;font-size: 22px;}
.ej_job_one1_img{width: 100%;height: 63px;}
.ej_job_one1_img img{display: block;width: 41px;height: 39px;margin:0 auto;}
.ej_job_one1_ms{width: 100%;height: 60px;line-height: 28px;color: #333333;font-size: 18px;text-align: center;}
.ej_xyzq_kh{width: 100%;height: 33px;}
.ej_xyzq_two{width: 100%;height: auto;background: #fff;}
.ej_xyzq_lb{width: 100%;height: 205px;}
.ej_xyzq_lbs{width: 1200px;height: auto;margin:0 auto;}
.ej_xyzq_lb1{width: 100%;height: 145px;padding:30px 0px;}
.xyzq_lb_l{width: 220px;height: 145px;float: left;}
.xyzq_lb_l a{width: 100%;display: block;height: 145px;overflow: hidden;}
.xyzq_lb_l a img{width: 100%;display: block;}
.xyzq_lb_r{width: 935px;height: auto;float: right;}
.xyzq_lb_r1{width: 805px;height: auto;float: left;}
.xyzq_lb_r1_kh1{width: 100%;height: 60px;}
.xyzq_lb_bt{width: 100%;height: 50px;line-height: 22px;}
.xyzq_lb_bt a{width: 100%;color: #333333;font-size: 16px;display: block;}
.xyzq_lb_sj{width: 100%;height: 20px;line-height: 20px;}
.xyzq_lb_sj p{width: 100%;line-height: 14px;background: url(../images/sj1.png) center left no-repeat;text-indent: 20px;color: #aaaaaa;font-size: 12px;}
.xyzq_lb_sj span{background: url(../images/yan1.png) center left no-repeat;text-indent: 25px;color: #aaaaaa;font-size: 12px;margin-left: 35px;display: inline-block;}
.xyzq_lb_r2{width: 130px;height: auto;float: left;}
.xyzq_lb_r2 a{width: 100px;height: 36px;display: block;float: left;padding-top: 55px;}
.xyzq_lb_r2 a img{display: block;width: 100%;}
.xyzq_kh{width: 100%;height: 50px;}
.ej_xyzq_lb:hover{background: #eeeeee;}
.ej_xyzq_lb:hover .xyzq_lb_bt a{color: #0776af;}
/*学员专区详情*/
.ej_xyzq_xq{width: 1200px;height: auto;margin:0 auto;}
.ej_xyzq_xq1{width: 1180px;height: auto;margin:0 auto;}
.ej_xyzq_xq_kh1{width: 100%;height: 50px;}
.xyzq_xq_title{width: 100%;height: 65px;line-height: 42px;color: #333333;font-size: 22px;text-align: center;}
.xyzq_xq_con{color: #666666;font-size: 14px;width: 100%;height: auto;line-height: 30px;text-align: left;}
.xyzq_xq_xiazai{width: 100%;height: 50px;}
.xyzq_xq_xiazai a{width: 100px;height: 36px;display: block;float: right;padding-top: 55px;}
.xyzq_xq_xiazai a img{display: block;width: 100%;}
.ej_xyzq_xq_kh2{width: 100%;height: 30px;}
/*学员推荐*/
.ej_xytj{width: 1200px;height: auto;margin:0 auto;}
.ej_xytj_kh{width: 100%;height: 63px;}
.ej_xytj_con{width: 100%;height: auto;background: #fff url(../images/tuijian1.png) bottom right no-repeat;padding:60px 0px 280px 0px;}
.ej_xytj_nr{width: 940px;height: auto;margin:0 auto;}
#xytj1{width: 100%;height: 37px;}
#xytj1 th{font-family: 微软雅黑;color: #333333;font-size: 16px;font-weight: normal;}
#xytj2{background: #eeeeee;min-height: 42px;line-height: 42px;}
#xytj2 td {color: #333333;font-size: 14px;font-family: 微软雅黑;text-align: center;}
.ej_xytj_kh2{width: 100%;height: 50px;}
/*搜索*/
.ej_seach{width: 100%;height: auto;}
.ej_seach_one{width: 100%;height: 182px;background: #f3f3f3;}
.ej_seach_one_kh{width: 100%;height: 57px;}
/*.seach_one_ss{width: 360px;height: 60px;background: url(../images/ss1.png) center top no-repeat;margin:0 auto;}*/
.seach_one_ss{width: 700px;height: 40px;border: 1px solid #0776af;margin:0 auto;border-radius: 30px;}
.seach2{width:600px;float: left;border: none;line-height: 40px;font-size: 14px;color: #9f9f9f;background: none;text-indent: 25px;font-family: 微软雅黑;}
#ss_img{width: 100px;height: 40px;float: left;border: none;cursor: pointer;text-align: center;line-height: 40px;color: #fff;font-size: 16px;background: #0776af;font-family: 微软雅黑;border-radius: 30px;}
.ss_jg{width: 1200px;height: 35px;line-height: 35px;color: #000000;font-size: 18px;text-align: left;margin:0 auto;}
.ej_seach_two{width: 100%;height: auto;margin:0 auto;}
.ss_kong{width: 1200px;height: auto;margin:0 auto;}
.ss_pro{width: 1200px;height: auto;margin:0 auto;padding:30px 0px;}
/*注册*/
.reg{width: 100%;height: auto;}
.reg_one{width: 100%;height: 282px;background: #f3f3f3;}
.reg_one1{width: 1200px;height: auto;margin:0 auto;}
.reg_one1_kh1{width: 100%;height: 55px;}
.reg_one1_bt{width: 100%;height: 55px;line-height: 35px;text-align: center;color: #000033;font-size: 22px;}
.reg_one1_img{width: 100%;height: 60px;}
.reg_one1_img img{width: 44px;height: 40px;display: block;margin:0 auto;}
.reg_one1_ms{width: 100%;height: 35px;line-height: 35px;color: #333333;font-size: 18px;text-align: center;}
.reg_one1_ms2{width: 100%;height: 25px;line-height: 25px;color: #333333;font-size: 14px;text-align: center;}
.reg_two{width: 100%;height: auto;background: #fff;}
.reg_two_kh1{width: 100%;height: 35px;}
.reg_two1{width: 1200px;height: auto;margin:0 auto;}
.reg_two1 ul{width: 600px;height: auto;margin:0 auto;}
.regs{width: 265px;float: left;height: 42px;}
.regs:nth-child(odd) {float: right;}
.reg1{width: 108px;height: 26px;float: left;line-height: 26px;text-align: left;color: #333333;font-size: 12px;}
.reg1_1{width: 151px;height: 24px;border: 1px solid #666666;float: left;display: block;color: #333333;font-size: 12px;text-align: left;text-indent: 5px;}
.reg1_2{width: 86px;height: 24px;border: 1px solid #666666;float: left;display: block;color: #333333;font-size: 12px;text-align: left;}
.reg1_3{width: 55px;height: 24px;border: 1px solid #666666;float: right;display: block;}
.reg_kh2{width: 100%;height: 44px;}
.reg_tj{width: 100px;height: 35px;background: #0776af;text-align: center;line-height: 35px;color: #fff;font-size: 16px;display: block;float: left;border: none;margin-left: 182px;cursor: pointer;}
.reg_cz{width: 100px;height: 35px;background: #dddddd;text-align: center;line-height: 35px;color: #000000;font-size: 16px;display: block;float: left;border: none;margin-left: 38px;cursor: pointer;}
/*登录*/
.login_con{width: 100%;height: auto;}
.login_con_kh1{width: 100%;height: 32px;}
.login_con_nr{width: 100%;height: auto;}
.login_con_nr ul{width:260px;height: auto;margin:0 auto;}
.user_dl1{width: 255px;float: left;height: 42px;}
.user_dl1 p{width: 100px;height: 26px;float: left;line-height: 26px;text-align: left;color: #333333;font-size: 12px;}
.user_dl1_1{width: 151px;height: 24px;border: 1px solid #666666;float: left;display: block;color: #333333;font-size: 12px;text-align: left;text-indent: 5px;}
.user_dl1_2{width: 85px;height: 24px;border: 1px solid #666666;float: left;display: block;color: #333333;font-size: 12px;text-align: left;}
.user_dl1_3{width: 55px;height: 24px;border: 1px solid #666666;float: right;display: block;}
.user_dl_kh2{width: 100%;height: 45px;}
.user_dl2{width: 100%;height: 40px;}
.dl_tj{width: 100px;height: 35px;background: #0776af;text-align: center;line-height: 35px;color: #fff;font-size: 16px;display: block;float: left;border: none;cursor: pointer;}
.zc_tj{width: 100px;height: 35px;background: #dddddd;text-align: center;line-height: 35px;color: #000000;font-size: 16px;display: block;float: left;border: none;margin-left: 38px;cursor: pointer;}
.user_khh{width: 100%;height: 92px;}
/*会员下载中心*/
.hyxiazai_lb{width: 100%;height: 205px;}
.hyxiazai_lbs{width: 1200px;height: auto;margin:0 auto;}
.hyxiazai_lb1{width: 100%;height: 145px;padding:30px 0px;}
.hyxiazai_lb_l{width: 220px;height: 145px;float: left;}
.hyxiazai_lb_l a{width: 100%;display: block;height: 145px;overflow: hidden;}
.hyxiazai_lb_l a img{width: 100%;display: block;}
.hyxiazai_lb_r{width: 935px;height: auto;float: right;}
.hyxiazai_lb_r1{width: 735px;height: auto;float: left;}
.hyxiazai_lb_bt{width: 100%;height: 35px;line-height: 28px;padding-top: 28px;}
.hyxiazai_lb_bt a{width: 100%;color: #333333;font-size: 16px;display: block;}
.hyxiazai_lb_jj{width: 100%;height: 65px;line-height: 23px;color: #666666;font-size: 12px;}
.hyxiazai_lb_sj{width: 100%;height: 20px;line-height: 20px;}
.hyxiazai_lb_sj p{width: 100%;line-height: 14px;background: url(../images/sj1.png) center left no-repeat;text-indent: 20px;color: #aaaaaa;font-size: 12px;}
.hyxiazai_lb_sj span{background: url(../images/yan1.png) center left no-repeat;text-indent: 25px;color: #aaaaaa;font-size: 12px;margin-left: 35px;display: inline-block;}
.hyxiazai_lb_r2{width: 130px;height: auto;float: right;}
.hyxiazai_lb_r2 a{width: 100px;height: 36px;display: block;float: left;padding-top: 55px;}
.hyxiazai_lb_r2 a img{display: block;width: 100%;}
.xyzq_kh{width: 100%;height: 50px;}
.hyxiazai_lb:hover{background: #eeeeee;}
.hyxiazai_lb:hover .hyxiazai_lb_bt a{color: #0776af;}
/*二级结束*/






/* 新加部分 */
/* 首页登录部分 */

.cw{width: 100%;margin: auto;}
.cdenglu{width:94%;margin:30px auto;display:flex;}
.cdenglu>div{height: 47px;line-height: 47px;margin-left: 55px;font-size: 20px;margin-top: 50px;cursor:pointer;}
.cdenglu>div img{width: 47px;height: 47px;display: inline-block;margin-right: 5px;}
.cdenglu>div a{color: #4f4f4f;font-weight:bold;cursor:pointer}


/* 登录 */
.cyhdlogin{height: 666px;background: url(../images/loginbg.png) no-repeat left top;background-size: 100% auto;padding-top:100px;}
.cyhdlogin_con{width: 100%;height: 500px;background: rgba(255,255,255,0.8);}

.cyhdlogin_con .title{font-size: 24px;text-align: center;font-weight: bold;color: #e64711;padding-top: 40px;}
.cyhdlogin_con span{width: 44px;height: 2px;background: #e64711;display: block;margin:10px auto 30px auto;}
.cyhdlogin_con input{width: 73%;height: 45px;line-height: 45px;padding:0 20px;border:1px solid #dddddd;border-radius: 8px;font-size: 16px;display: block;margin: auto;margin-bottom: 20px;}
.cyhdlogin_con .submit_an{cursor:pointer; height: 45px;background: #108ad2;text-align: center;line-height: 45px;width: 84%;margin: auto;margin-top: 20px;color: #fff;font-size: 17px;border-radius: 8px;}
.cyhdlogin_con .get_zh{border-radius: 8px;}
.cyhdlogin_con .ccanniu{width: 84%;margin: auto;margin-top: 20px;display: flex;justify-content: space-between;}
.cyhdlogin_con .ccanniu p{color: #222;}
.cyhdlogin_con .ccanniu p input{display: inline-block;width: 15px;height: 15px;margin-right: 5px;position: relative;top: 2px;}
.cyhdlogin_con a{display: block;float: right;color: #222222;}

.cygozhuce{width: 80%;font-size: 15px;margin:20px auto 0;text-align:center;}
.cygozhuce p{display:inline-block;}
.cygozhuce a{color:#108ad2;display:inline-block;float:none;margin-left:3px;}




.cyhdlogin_con .clearfix{width: 84%;height: 45px;line-height: 45px;margin: auto;padding: 0;}
.cyhdlogin_con .clearfix input{width: 52%;}
.cyhdlogin_con .clearfix .fr{width: 30%;text-align: center;background: #0776af;color: #fff;}

.cyhdlogin_con .input_select{width: 84%;/*height: 32px;*/line-height: 32px;margin: 20px auto;padding: 0;}
.cyhdlogin_con .input_select .select{width:100%;height:55px}
.cyhdlogin_con .input_select input{width:100%!important;padding:0 20px!important;margin-bottom:0!important}




/* 用户端注册前 */

.yhdzcq{background: url(../images/cimg8.png);background-size: 100% 100%;overflow: hidden;}
.yhdzcq .title{font-size: 20px;text-align: center;color: #fff;padding:60px 0;font-family: 'pfbold';}
.yhdzcqq{margin:10px 0 40px;}
.yhdzcqq a{display: block;width: 100px;height: 32px;line-height: 32px;border-radius: 40px;color: #fff;background: #00a9ff;margin-top: 20px;text-align: center;margin: auto;font-size: 14px;}

    /* 注册流程 */
.yhdzcq_lc{padding: 30px 0;background: #fff;}
.yhdzcq_lc .title{font-size: 18px;color: #333333;text-align: center;font-family: 'pfbold';}
.yhdzcq_lc .list{width:94%;margin:0 auto;margin-top: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.yhdzcq_lc .list>div{width: 42%;padding: 20px 11px;background: #f5f7ff;margin-bottom: 15px;}
.yhdzcq_lc .list>div span{font-size: 26px;color: #00a9ff;font-weight: bold;}
.yhdzcq_lc .list>div p{font-size: 18px;color: #222;margin: 10px 0 15px 0;}
.yhdzcq_lc .list>div div{font-size: 14px;color: #8d8d8d;}

    /* 平台优势 */
.yhdzcq_ys{padding: 50px 0;}
.yhdzcq_ys .title{font-size: 24px;font-weight: bold;color: #000;text-align: center;}
.yhdzcq_ys .list{margin-top: 60px;display: flex;justify-content: space-between;}
.yhdzcq_ys .list>div{width: 275px;position: relative;}
.yhdzcq_ys .list>div .con{position: absolute;width: 80%;height: 100%;top: 0;left: 0;right: 0;margin: auto;text-align: center;}
.yhdzcq_ys .list>div .con span{font-size: 24px;color: #fff;margin-top: 47px;display: block;}
.yhdzcq_ys .list>div .con p{font-size: 14px;margin-top: 20px;color: #a1c4ea;}

.cuserziliao{}

    /* 用户端注册 */

.yhdzc{background: #fff;padding: 30px 0;}
.yhdzc .jindu{width: 100%;margin: auto;display: flex;justify-content: space-between;position: relative;}
.yhdzc .jindu>div{width:70px;text-align: center;background: #fff;position: relative;z-index: 100;}
.yhdzc .jindu>div span{display: block;margin: auto;width: 30px;height: 30px;border-radius: 50%;border: 1px solid #d6d6d6;text-align: center;line-height: 30px;position: relative;}
.yhdzc .jindu>div span::after{content: '';width: 50px;height: 1px;background: #d3d3d3;position: absolute;display: block;top: 15px;right: 42px;}
.yhdzc .jindu>div:nth-child(1) span::after{display: none;}
.yhdzc .jindu>div span.active{background-color: #0776af;color: #fff;border-color: #0776af;}
.yhdzc .jindu>div span.active::after{background:#0776af;}
.yhdzc .jindu>div p{margin-top: 15px;color: #595959;font-size: 14px;}
.cjzh{background: #fff;overflow: hidden;}
.cjzh .biaodan{width: 94%;margin:0 3%;margin-top: 20px;}
.cjzh .biaodan>div{display: flex;height: 42px;line-height: 42px;font-size: 14px;justify-content: space-between;margin-bottom: 30px;align-items:center}
.cjzh .biaodan>div p{display: block;width: 22%;text-align: right;color: #333333;font-family: 'pfmed';font-size: 14px;line-height:1.4em;}
.cjzh .biaodan>div p span{color: red;}
.cjzh .biaodan>div input{display: block;width: 68%;padding: 0 10px;border:1px solid #dddddd;border-radius: 8px;font-size: 15px;display: block;line-height: 45px;}

.cjzh .biaodan>div.yzm{position: relative;}
.cjzh .biaodan>div.yzm div{height: 100%;text-align: center;line-height: 45px;font-size: 14px;margin-left: 10px;color: #0776af;cursor: pointer;font-family: 'pfmed';position: absolute;right:10px;}

.cjzh .biaodan>div.guize{position: relative;}
.cjzh .biaodan>div.guize::after{content:attr(data);position: absolute;font-size: 12px;display: block;height: 100%;left: 29%;bottom: -36px;}


.cjzh .addxieyi{width: 680px;margin: auto}
.cjzh .addxieyi>p{width: 94%;margin:0 auto;}



.cjzh .biaodantj{width: 80%;margin:30px auto;}
.cjzh .biaodantj .submit_an{width: 100%;height: 45px;background: #0776af;text-align: center;line-height: 45px;font-size: 18px;color: #fff;text-align: center;border-radius: 8px;}
.cjzh .biaodantj a{display: block;float: right;color:#7c7c7c;width: 100%;text-align: center;margin-top: 15px}
.cjzh .biaodantj a span{color: #0776af;}

            /* 账号登录 */
.yhdlc2{background: #fff;height: 560px;overflow: hidden;}
.yhdlc2 a{width: 214px;height: 48px;border-radius: 48px;font-size: 16px;text-align: center;line-height: 48px;color: #0776af;border:1px solid #0776af;display: block;margin: 129px auto;}

/* 用户端信息完善 */
.wsxinxin{margin-top: 25px;background: #fff;display: none;}
.wsxinxin.on{display: block;}
.wsx_type{display: flex;width: 94%;margin:0 auto;justify-content: space-between;text-align: center;margin-top:20px;}
.wsx_type a{background: #f8f8f8;width:23%;border-radius: 30px;line-height: 32px;color:#666666;}
.wsx_type a.on{background: #daebf3;color:#0776af;}

.wsxinxin .table{padding:0 3%;}
.wsxinxin .table .title{font-size: 22px;color: #222;}

.wsxinxin .table table{margin-top: 30px;}
.wsxinxin .table .table1 tr td{height: 50px;padding: 0 3px 0 5px;font-size: 14px;color: #666666;}
.wsxinxin .table .table1 tr td:nth-child(1){width: 41%;background: #f7f7f7;}
.wsxinxin .table .table1 tr td:nth-child(1) span{color: red;display: inline-block;margin-right: 5px;}
.wsxinxin .table .table1 tr td:nth-child(2){width: 59%;}
.wsxinxin .table .table1 tr td:nth-child(3){width: 190px;background: #f7f7f7;}
.wsxinxin .table .table1 tr td:nth-child(3) span{color: red;display: inline-block;margin-right: 5px;}
.wsxinxin .table .table1 tr td:nth-child(4){width: 375px;}
.wsxinxin .table .table1 tr td input[type='text']{display: block;width: 100%;height: 100%;outline: none;border: 0;}
.wsxinxin .table .table1 tr td textarea{display: block;resize: none;width: 100%;height: 90px;padding: 10px 0;border: 0;}


.wsxinxin .table .table1 tr td.qixian{display: flex;border: none;}
.wsxinxin .table .table1 tr td.qixian input{width: 72%;border:1px solid #e5e5e5;height:40px;margin-top: 5px;border-radius: 5px;background: url(../images/rq.png);background-size: auto;background-repeat: no-repeat;background-position: center right;flex-shrink: 0;border:none;}
.wsxinxin .table .table1 tr td.qixian span{display:inline-block;margin: 0 18px 0 0;line-height: 50px;}
.wsxinxin .table .table1 tr td.nashui{line-height: 50px;}
.wsxinxin .table tr td.nashui .layui-form-radio{margin: 0!important;padding-right: 0px!important;}
.wsxinxin .table tr td.nashui .layui-form-radio>i {margin: 0!important;}

.wsxinxin .table .table1 .layui-input-inline{margin:0!important;}
.wsxinxin .table .table1 .layui-form-select i{display:none!important;}
.wsxinxin .table .table1 .layui-form-select .layui-input{padding-right:0!important;padding-left:0!important;}
.wsxinxin .table .table1 .layui-input{padding-right:0!important;padding-left:0!important;}

.wsxinxin .table .table2 tr th{background: #f7f7f7;color:#666;}
.wsxinxin .table .table2 tr th{width: 180px;height: 50px;padding: 0 15px;font-size: 15px;}
.wsxinxin .table .table2 tr th:nth-child(1){width: 40%;}
.wsxinxin .table .table2 tr td{height: 50px;text-align: center;padding: 0 10px;color: #666;font-size: 14px;}
.wsxinxin .table .table2 tr td:nth-child(1){background:#f7f7f7;color:#666;}
.wsxinxin .table .table2 tr td input[type='text']{display: block;width: 100%;height: 100%;outline: none;border: 0;text-align:right;}


.wsxinxin .table .table3 tr td{height: 50px;text-align: center;padding: 0 5px;color: #666;font-size: 14px;text-align: left;}
.wsxinxin .table .table3 tr td:nth-child(1){width: 40%;background: #f7f7f7;text-align: left;}
.wsxinxin .table .table3 tr td:nth-child(1) span{color: red;display: inline-block;margin-right: 5px;}
.wsxinxin .table .table3 tr td:nth-child(2){width: 800px;}
.wsxinxin .table .table3 tr td input[type='text']{display: block;width: 100%;height: 100%;outline: none;border: 0;}

.wsxinxin .table .table4 tr td{height: 50px;text-align: center;padding: 0 10px;color: #666;font-size: 14px;text-align: left;}
.wsxinxin .table .table4 tr td:nth-child(1){width: 40%;height: 85px;background: #f7f7f7;text-align: left;}
.wsxinxin .table .table4 tr td span{color: red;display: inline-block;margin-right: 5px;}
.wsxinxin .table .table4 tr td a{color: #0776af;margin-top:5px;}
.wsxinxin .table .table4 tr td:nth-child(2),
.wsxinxin .table .table4 tr td:nth-child(4){width: 260px;height: 85px;}
.wsxinxin .table .table4 tr td div{width: 85px;position: relative;display: inline-block;margin-right:30px;}
.wsxinxin .table .table4 tr td div img{width: 100%;}
.wsxinxin .table .table4 tr td input{position: absolute;display: block;width: 100%;height: 100%;opacity: 0;top: 0;left: 0;}

.wsxinxi_fujian .table .table4 tr td:nth-child(1){padding-top:15px;padding-bottom:15px;height:auto;}
.wsxinxi_fujian .table .table4 tr td:nth-child(2){height:auto;padding-top:15px;padding-bottom:15px;}
.wsxinxi_fujian .table .table4 tr td:nth-child(2) a{text-align:center;}

.wsxinxin .table .zhushi{font-size: 15px;color: #0776af;margin-top: 18px;}
.cxieyi{text-align: left;font-size: 15px;width:94%;margin:0 auto;margin-top: 20px;}
.cxieyi a{color: #0776af;display: inline-block;}
.cxieyi .layui-form-checkbox {height: 20px;line-height: 20px;margin-right: 10px;padding-right: 20px;}
.cxieyi .layui-form-checkbox i {width: 16px;height: 16px;font-size: 16px;border-left: 1px solid #d2d2d2;}

.canniu{text-align: center;width:90%;margin:20px auto;}
.canniu button{width: 48%;height: 40px;border: 0;background: #0776af;border-radius:50px 0 0 50px;color: #fff;display: inline-block;font-size: 15px;}
.canniu div{width: 52%;height:38px;background: #daebf3;line-height: 38px;border:1px solid #0776af;border-radius:0 50px 50px 0;}
.canniu div a{color:#0776af;}

.reging button:nth-child(1){width: 50%;}
.reging button:nth-child(2){width: 50%;height:40px;background: #daebf3;line-height: 40px;border:1px solid #0776af;border-radius:0 50px 50px 0;color:#0776af;}

/* 登记入库 */
.yhd_djrk{height: 560px;background: #fff;margin-top: 25px;}
.yhd_djrk p{font-size: 16px;text-align: center;padding-top: 86px;}

/* 用户端审核状态 */

.cuserzt{padding: 30px 0;}
.cuserzt .cw{background: #fff;padding: 70px 0;height: 800px;}
.cuserzt .cw div{width: 100%;text-align: center;}
.cuserzt .cw div img{display: inline-block;}
.cuserzt .cw div .con{width: 94%;margin: auto;margin-top: 20px;}
.cuserzt .cw div a{width: 180px;height: 40px;border-radius: 40px;background: #0776af;color: #fff;display: block;margin: auto;margin-top: 30px;font-size: 16px;line-height: 40px;cursor: pointer;}


/* 用户端公示期 */

.cusergsq{}
.cusergsq .ztitle{color: #e93f20;font-size: 12px;width: 94%;margin:0 auto;}
.cusergsq .cseach{width: 94%;height: 38px;padding: 15px 0;background: #fff;margin: 20px auto 0;}
.cusergsq .cseach form{display: block;width: 100%;height: 100%;text-align: center;}
.cusergsq .cseach form .seach{display: flex;justify-content: space-between;}
.cusergsq .cseach form .seach div{font-size: 14px;line-height: 38px;margin-right: 10px;position: relative;}
.cusergsq .cseach form input{width: 48%;height: 38px;padding: 0 10px;border: 1px solid #cccccc;border-radius: 12px;display: inline-block;margin-right: 12px;}
.cusergsq .cseach form button{width: 100%;height: 38px;border-radius: 12px;background: #daebf3;color: #0776af;border: 0;font-size: 15px;display: block;cursor: pointer;font-family: 'pfmed';}
.cusergsq .cseach .seach.gld button{width: 80px;}
.cusergsq .cseach form span{display: inline-block;height: 100%;line-height: 33px;color: #0776ae;font-size: 16px;}

.cusergsq .table{width:94%;margin: 15px auto 0;background: #fff;}
.cusergsq .table table tr th{height: 50px;background: #f7f7f7;color: #666666;font-size: 14px;font-family: 'pfmed';
    font-weight: 500;
    border: 1px solid #e5e5e5;
    background-clip: padding-box;}
.cusergsq .table table tr th:nth-child(1){width: 150px;}
.cusergsq .table table tr th:nth-child(2){width: 310px;}
.cusergsq .table table tr th:nth-child(3){width: 265px;}
.cusergsq .table table tr th:nth-child(4){width: 225px;}
.cusergsq .table table tr th:nth-child(5){width: 260px;}

.cusergsq .table table tr td{height: 50px;text-align: center;font-size: 16px;}


/* 翻页 */
.cpage{text-align: center;margin: 30px 0;display:flex;justify-content:center;}
.cpage a{height: 28px;
    line-height: 28px;
    display: block;
    border: 1px solid #CCCCCC;
    padding: 0 8px 0 8px;
    white-space: nowrap;
    margin:0 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
.cpage a.select{    background: #0776af;
    border: 1px solid #0776af;
    color: #fff;}
.cpage a:hover{    background: #0776af;
    border: 1px solid #0776af;
    color: #fff;}
.cpage a:first-child{display:none;}
.cpage a:last-child{display:none;}

/* 下载协议 */

.cuserzt .cw>.xzxy{background-size: 100% 100%;height: 704px;width: 100%;}
.cuserzt .cw .xzxy .table5{display: block;width: 94%;margin: auto;}
.cuserzt .cw .xzxy .table5 tr th{height: 87px;width: 1138px;line-height: 87px;}
.cuserzt .cw .xzxy .table5 tr th a{display: inline-block;color: #0776af;font-size: 18px;border: 0;background: 0;width: auto;margin: 0;padding: 0;font-weight: bold;text-decoration: underline;}
.cuserzt .cw .xzxy .table5 tr td{height: 88px;font-size: 15px;}
.cuserzt .cw .xzxy .table5 tr td:nth-child(1){background: #f7f7f7;width: 50%;}
.cuserzt .cw .xzxy .table5 tr td:nth-child(2){text-align: center;}
.cuserzt .cw .xzxy .table5 tr td div{position: relative;width: 125px;height: 45px;margin-left: 20px;}
.cuserzt .cw .xzxy .table5 tr td div input{width: 100%;position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;}
.cuserzt .cw .xzxy .xieyi_submit{width: 235px;height: 50px;margin: 150px auto;background: #0776ae;color: #fff;font-size: 16px;border-radius: 50px;text-align: center;line-height: 50px;cursor: pointer;}

/* 协议审核 */
.cuserzt .cw>.xzxysh{background: url(../images/rkbg.png);background-size: 100% 100%;height: 704px;width: 100%;}
.cuserzt .cw>.xzxysh>p{font-size: 25px;font-weight: bold;text-align: center;margin-top: 90px;color: #0776ae;}
.cuserzt .cw>.xzxysh>.con{margin: 50px auto;font-size: 16px;}
.cuserzt .cw>.xzxysh>.xzwj{width: 200px;height: 50px;margin: 0 auto;background: #0776ae;color: #fff;font-size: 16px;border-radius: 50px;text-align: center;line-height: 50px;cursor: pointer;}



/* 新头部 */
.dw{width: 94%;margin: auto;}
.cnewhead{height: 66px;background: #0776af;}
.cnewhead .newlogo{width: 60%;margin-top: 4vw;}
.cnewhead .cusertou{width:40%;display:flex;align-items:center;justify-content: space-between;height:66px;}
.cnewhead .newlogo .img{width: 60%;}
.cnewhead .newlogo .img img{width: 100%;}
.cnewhead .newlogo .webname{height: 20px;color: #fff;border-left: 1px solid #fff;font-size: 14px;margin-left: 10px;line-height: 20px;padding-left: 10px;margin-top:2vw;}

.cnewhead .cusertou .usertou{width: 36px;height: 36px;border-radius: 50%;overflow: hidden;margin-top: 15px;}
.cnewhead .cusertou .username{color: #fff;font-size: 14px;margin: 0 0 0 10px;overflow: hidden;width:60%;text-align: right;}
.cnewhead .cusertou .tuichu{cursor:pointer; color: #fff;font-size: 14px;border-left: 1px solid #fff;height: 20px;padding-left: 10px;}

.cnewnav{height:70px;border-bottom: 1px solid #eeeeee;line-height: 70px;width: 94%;margin:0 auto;padding:0 3%;}
.cnewnav .logo{font-size: 18px;font-family: "pfbold";}
.cnewnav .cnewnav_but{color:#0776af;font-size: 17px;font-family: 'pfmed';}
.cnewnav .cnewnav_but img{width: 26px;}

/* 查询端 */

.ctyleft{width: 100%;padding: 50px 0;}
.ctyright{width: 94%;margin:0 auto;}

.ctyleft>div{width: 80%;min-height: 60px;margin:0 auto;border-bottom: 1px solid #fff;}
.ctyleft>div>a{display: flex;line-height: 60px;color: #fff;font-size:15px;justify-content: space-between;align-items: center;}
.ctyleft>div.active{}
.ctyleft>div.active>a{color: #fff;}

.ctyleft>div ol{display: none}
.ctyleft>div ol li{display: block;}
.ctyleft>div ol li a{display: block;line-height: 60px;color: #fff;text-indent: 30px;font-size: 15px;}
.ctyleft>div ol li.active{background: #daebf3;}
.ctyleft>div ol li.active a{color: #0776af;}



.ctyright .crtop{font-size: 17px;background: #fff;height: 55px;line-height: 55px;padding-left: 12px;position: relative;font-family: 'pfbold';}
.ctyright .crtop::before{content:'';width: 4px;height:16px;background: #0776af;position: absolute;left:0;top:20px;border-radius: 3px;}
.ctyright .crtop.yhdscpzbut img{height: 27px;}
.ctyright .crtop .fr{font-size:14px;font-weight:initial;color:#4f4f4f}
.ctyright .crseach{width: 100%;margin: auto;margin-top: 0;background: #fff;padding:5px 0 15px 0;}
.ctyright .crseach>div{margin-bottom:15px;}
.ctyright .crseach .seach{display: flex;margin-right:0;}
.ctyright .crseach .seach.gld{justify-content: space-between;width: 100%;}
.ctyright .crseach .seach div{font-size: 3.8vw;line-height: 38px;margin-right: 5px;position: relative;}
.ctyright .crseach .seach div.yhmcsx{width:75px;}
.cusergsq .cseach div.yhmcsx{width:65px;}
.ctyright .crseach .seach .seadiv::after{content:'';background-image:url(../images/you.png);position:absolute;top:12px;right:6px;width: 8px;height:15px;-webkit-background-size:100% 100%;background-size:100% 100%;display: inline-block;}
.ctyright .crseach .seach input{width: 100%;display: block;border:1px solid #e5e5e5;height:38px;border-radius: 12px;background: url(../images/rq.png);background-size: auto;background-repeat: no-repeat;background-position: center right;margin-right: 12px;font-size: 12px;position: relative;}
.ctyright .crseach .seach.gld input{width: 60%;}
.ctyright .crseach .seach input::-webkit-input-placeholder {color: #999999;}
.ctyright .crseach .seach input::-moz-placeholder {color: #999999;}
.ctyright .crseach .seach input:-moz-placeholder {color: #999999;}
.ctyright .crseach .seach input::-ms-input-placeholder {color: #999999;}
.ctyright .crseach .seach button{width: 110px;height: 38px;border-radius: 12px;background: #daebf3;color: #0776af;border: 0;font-size: 15px;display: block;cursor: pointer;font-family: 'pfmed';}
.ctyright .crseach .seach.gld button{width: 80px;}

.ctyright .crseach .seach .zixunbut{background: #f8f8f8;color:#666666;border-radius: 20px;height:34px;margin-right:8px;margin-bottom: 10px;overflow: hidden;line-height: 34px;font-size:13px}
.ctyright .crseach .seach:nth-child(3n) .zixunbut{margin-right: 0;}
.ctyright .crseach .fr{cursor: pointer;}

.cxfw_tzble{background: #fff;padding:0 0 20px;width: 100%;margin: auto;}
.cxfw_tzble tr th{background: #f7f7f7;}
.cxfw_tzble tr th,.cxfw_tzble tr td{height: 50px;padding: 0 10px;font-size: 14px;color:#666666;text-align: center;}
.cxfw_tzble tr th:nth-child(1){width: 3%;}
.cxfw_tzble tr th:nth-child(2){width: 10%;}
.cxfw_tzble tr th:nth-child(3){width: 10%;}
.cxfw_tzble tr th:nth-child(4){width: 10%;}
.cxfw_tzble tr th:nth-child(5){width: 10%;}
.cxfw_tzble tr th:nth-child(6){width: 10%;}
.cxfw_tzble tr th:nth-child(7){width: 10%;}

.cxfw_tzble tr td:nth-child(6) a{color: #0776af;}
.cxfw_tzble tr td:nth-child(7) a{color: #0776af;text-decoration: underline;}


/* 服务对象统计 */
.cxtj_tzble{width: 100%;margin: auto;margin-top: 30px;}
.cxtj_tzble>div{width: 100%;background: #fff;}


/* 金融端  公司列表 */

.ctyright .miaoshu{width: 96%;margin:30px auto;font-size: 16px;padding: 0 1%;font-weight: bold;}
.jrdfw_table{background: #fff;padding:20px 0;width: 100%;margin: auto;}
/*.jrdfw_table table{display: block;width: 100%;}*/
.jrdfw_table tr th{background: #f7f7f7;}
.jrdfw_table tr th,.jrdfw_table tr td{height: 50px;padding: 0 10px;font-size: 14px;color:#666666;text-align: center;}
.jrdfw_table tr th:nth-child(1){width: 3%;}
.jrdfw_table tr th:nth-child(2){width: 10%;}
.jrdfw_table tr th:nth-child(3){width: 10%;}
.jrdfw_table tr th:nth-child(4){width: 10%;}
.jrdfw_table tr th:nth-child(5){width: 10%;}
.jrdfw_table tr th:nth-child(6){width: 10%;}
.jrdfw_table tr td:nth-child(6) a{color: #0776af;text-decoration: underline;}

/* 金融端  申请列表 */

.jrdsq_table{background: #fff;padding:0 0 20px;width: 100%;margin: auto;}
/*.jrdsq_table table{display: block;width: 100%;}*/
.jrdsq_table tr th{background: #f7f7f7;}
.jrdsq_table tr th,.jrdsq_table tr td{height: 50px;padding: 0 10px;font-size: 14px;color:#666666;text-align: center;}
.jrdsq_table tr th:nth-child(1){width: 3%;}
.jrdsq_table tr th:nth-child(2){width: 10%;}
.jrdsq_table tr th:nth-child(3){width: 10%;}
.jrdsq_table tr th:nth-child(4){width: 10%;}
.jrdsq_table tr th:nth-child(5){width: 10%;}
.jrdsq_table tr th:nth-child(6){width: 10%;}
.jrdsq_table tr th:nth-child(7){width: 10%;}
.jrdsq_table tr th:nth-child(8){width: 10%;}
.jrdsq_table tr th:nth-child(9){width: 10%;}
.jrdsq_table tr th:nth-child(10){width: 10%;}

.jrdsq_table tr td{height: 74px;}
.jrdsq_table tr td:nth-child(8) a{display: inline-block;margin-left: 5px;}
.jrdsq_table tr td:nth-child(9) a{color: #0776af;}
.jrdsq_table tr td:nth-child(10) span{color: #0776af;}


/* 管理端  资料审核 */


.ew{background: #fff;width: 100%;margin: auto;margin-top: 10px;}
/*.ctyright table{display: block;width: 100%;}*/
.ctyright tr th,.ctyright tr td{height: 50px;padding: 0 5px;font-size: 14px;color:#666666;text-align: center;font-family: 'pfmed';}
.ctyright tr th{background: #f7f7f7;width: 10%;height: 50px;padding: 0 5px;font-size: 14px;color:#666666;text-align: center;font-family: 'pfmed';font-weight: 500;border:1px solid #e5e5e5;background-clip:padding-box;}
.ctyright tr th:nth-child(1){width: 4%;}


.ctyright tr td a{color: #0776af;display: inline-block;color:#333333;font-family: 'pfmed';}
.ctyright tr td a img{margin-left: 5px;width: 18px;}
.ctyright tr td span{color: #0776af;cursor:pointer;}
.ctyright tr td{position: relative;}
.ctyright tr td textarea{display: none;width: 150%;height: 60px;position: absolute;top: 80%;right: 0;resize: none;background: #fff;z-index: 555;border:1px solid #e5e5e5;padding: 10px;}



.gldht_table tr td a{color: #0776af;display: inline-block;}
.gldht_table tr td a img{margin-left: 5px;}


/*凭证客户代码*/
.pzkhdm{width: 94%;padding:2% 3%;background: #f7f7f7;border-radius: 8px;color:#666666;font-size:13px;line-height: 1.6em;margin-bottom: 20px;font-family: 'pfmed';}

/*统计*/
.countype{width: 106%;display: flex;justify-content: space-between;border-bottom:1px solid #e5e5e5;position: relative;margin-left: -3%;}
.countype .title{width: 50%;text-align: center;font-size: 15px;color:#666666;padding-bottom: 8px;}
.countype .title.on{color:#0776af;border-bottom:1px solid #0776af;}

.cxtj_each{height:0;overflow:hidden}
.cxtj_each.on{height:auto}


/* 亚东 */


input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: #b9b9b9;
}

input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: #b9b9b9;
}

input::-moz-placeholder {
    /* Firefox版本19+ */
    color: #b9b9b9;
}

input:-ms-input-placeholder {
    /* IE浏览器 */
    color: #b9b9b9;
}


/* .uploadOriginalCertificate,
.uploadBankReconciliation,
.publicService,
.financingService {
    padding: 28px;
} */

.uploadTable {
    width: 100% ;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
    font-family: 'pfmed';
}

.uploadTable tr>td:nth-child(2n-1) {
    background-color: #f7f7f7;
    width: 40%;
    color: #333333;
    text-align: center;
}

.uploadTable tr>td:nth-child(2n) {
    width: 60%;
    color:#999;
}

.uploadTable tr>td {
    height: 42px;
    line-height: 42px;
    padding: 0 6px;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background-clip:padding-box;
    font-family: 'pfmed';
}
.uploadTable tr > td a input{color:#333;}

.uploadTable tr>td input {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 15px;
    text-align: center;
    color:#333;
}
.uploadTable tr>td input::input-placeholder{
    color:#999;
}
.uploadTable tr>td input::-webkit-input-placeholder{
    color:#999;
}
.uploadTable tr>td input::-moz-placeholder{
    color:#999;
}
.uploadTable tr>td input::-ms-input-placeholder{
    color:#999;
}

.uploadTable .layui-form-radio {
  margin:2px 0 0 0!important;
  padding:0!important;
}

.height88>td {
    height: 58px !important;
    line-height: 58px !important;
}

.height128>td {
    height: 88px !important;
    line-height: 88px !important;
}

.financingService input[type="text"] {
    width: 100%;
}

.financingService select {
    border: none;
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    outline: none;
}

.table_uploadFile {
    position: relative;
    height: 45px;
    width: 90px;
    display: flex;
    cursor: pointer;
    margin:0 auto;
    align-items: center;
}
.table_uploadFile img{width: 92%;margin:auto;}
.publicService input[type="file"] ,
.uploadBankReconciliation input[type="file"] ,
.uploadOriginalCertificate input[type="file"] ,
.otherService input[type="file"] ,
.financingService input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.hint {
    font-size: 14px;
    color: #d71616;
    margin-top: 30px;
    line-height: 1.7em;
}

.cytjtj {
    border: none;
    background-color: #0776af;
    font-size: 16px;
    text-align: center;
    color: white;
    line-height: 45px;
    width: 150px;
    margin: 50px auto 33px;
    border-radius: 200px;
    display: block;
    cursor: pointer;
}

.color0776af {
    color: #0776af;
    cursor: pointer;
}

.uploadDownloadFile {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #b6b6b6;
    height: 46px;
    width: 160px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    line-height: 46px;
}

.uploadDownloadFile>div:nth-of-type(2),
.uploadDownloadFile>div:nth-of-type(3) {
    width: 24px;
    display: flex;
    cursor: pointer;
}

.uploadDownloadFile>div:nth-of-type(2) {
    margin: 0 12px;
}

.financingService hr {
    border: none;
    border-top: 1px dashed #cccccc;
}


.cynewlist{width: 100%;padding: 14px 0 14px 0;border-bottom: 1px solid #e5e5e5;font-size: 15px;line-height:36px;display: flex;justify-content: space-between;align-items: center;}
.cynewlist .k{width: 20px;height: 20px;background: #eeeeee;color:#c4c4c4;text-align: center;line-height: 20px;margin-right: 8px;}
.cynewlist .title{width: 68%;line-height: 1.5em;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow:hidden;text-overflow:ellipsis; }
.cynewlist .xz{width: 70px;height: 28px;border-radius: 36px;border: 1px solid #0776af;color: #0776af;text-align: center;line-height: 28px;cursor: pointer;font-size: 15px;}
.cynewlist .xz a{color: #0776af;}
/*.cynewlist:hover{color: #0776af;}
.cynewlist:hover .k{background: #0776af;color: #fff;}
.cynewlist:hover .xz{color: #0776af;border-color: #0776af;}*/

.yhdsh_reson{width: 94%;padding:4vw 3%;border-radius: 12px;background: #daebf3;margin-top: 30px;}
.yhdsh_restit{color:#0776af;font-size: 18px;font-family: 'pfbold';}
.yhdsh_resnr{color:#333;font-size: 16px;font-family: 'pfmed';line-height: 1.4em;margin-top:2vw;}
.yhdsh_liuy{margin-top: 30px;}

/* 各种端首页 */

.yhg_index_body{margin-top: 20px;}
.yhg_index_body .left{width: 94%;margin:0 auto;}
.yhg_index_body .left .title{font-size: 17px;height: 40px;padding-left: 12px;position: relative;font-family: 'pfbold';}
.yhg_index_body .left .title::before{content:'';width: 4px;height:16px;background: #0776af;position: absolute;left:0;top:4px;border-radius: 3px;}

.yhg_index_body .left .list{display: flex;flex-wrap: wrap;margin-bottom:10px;}
.yhg_index_body .left .list>div{width:28%;text-align: center;margin-right:8%;margin-bottom: 20px;}
.yhg_index_body .left .list>div:nth-child(3n){margin-right: 0;}
.yhg_index_body .left .list>div img{width: 60%;display: block;margin: auto;}
.yhg_index_body .left .list>div p{text-align: center;font-size: 14px;margin-top: 10px;color: #333;}
.yhg_index_body .right{width: 94%;margin:0 auto;}

.ctxxtx{background: #fff;border-radius: 5px;margin-top: 18px;}
.ctxxtx .title{font-size: 17px;padding-left: 12px;position: relative;font-family: 'pfbold';display: flex;justify-content: space-between;}
.ctxxtx .title::before{content:'';width: 4px;height:16px;background: #0776af;position: absolute;left:0;top:4px;border-radius: 3px;}
.ctxxtx .title a{color: inherit;color:#0776af;}
.ctxxtx .list li{padding:10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #aaa;}
.ctxxtx .list li.active{color: #333;}
.ctxxtx .list img{width: 100%;margin-top: 20px;}
.xxlist li{padding:10px;font-size: 16px;color: #aaa;}
.xxlist li.active{color: #333;}


table td a{position:relative}
table td a input[type="file"]{position:absolute;width:100%;height:100%;top:0;left:0;margin:auto;opacity:0} 



.upfile_a{display:block;position:absolute;width:50px;height:100%;top:0;left:155px}


/* 新增留言部分 */

.cnewlylist{width: 94%;margin:0 auto;}
.cnewly_title{font-size: 15px;font-weight: bold;color: #000;border-bottom: 1px solid #e6e6e6;padding: 30px 0;}
.cnewlylist_list{margin-top: 25px;}
.cnewlylist_list .ly_name_time{height: 25px;line-height: 25px;font-size: 14px;}
.cnewlylist_list .ly_name_time .img{width: 27px;}
.cnewlylist_list .ly_name_time .name{margin-left: 10px;}
.cnewlylist_list .ly_con{width: 89%;margin-left:15px;padding:4% 3%;border-radius: 10px;border:1px solid #e9e9e9;background: #f7f7f7;margin-top: 25px;}



/* 新增流程指引 */

.clc_yd{width: 5vw;position: fixed;left: 0;top: 20%;z-index: 88888;cursor: pointer;max-width: 100px;}
.clc_yd img{width: 100%;}

.cy_zllc{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index:99999;background: #fff;}
.cy_zllc img{width: 100%;height: auto;max-width: 100%;}
.cy_zllc .mySwiper_clc{height: 100%;width: 100%;position: relative;z-index: 200;}
.cy_zllc .mySwiper_clc .bigimg{width: 100%;height: 100%;position: relative;}
.cy_zllc .mySwiper_clc .bigimg img{width: 100%;height: auto;max-width: 100%;}
.cy_zllc .cynext{width: 126px;height: 124px;position: absolute;top: 0;bottom: 0;right: 50px;margin: auto;z-index: 500;}
.cy_zllc .cyprev{width: 126px;height: 124px;position: absolute;top: 0;bottom: 0;left: 50px;margin: auto;z-index: 500;}

.cy_zllc .clc_close{width: 40px;;height: 40px;position: absolute;top: 80px;right: 80px;z-index: 1200;}
.cy_zllc .clc_stary{position: absolute;top: 0;left: 0;z-index: 1000;width: 100%;height: 100%;}


.clc_wenjian{text-align:right;color: #fff;width: 100%;font-size: 20px;margin-top: -100px;position: relative;z-index: 300;}
.clc_wenjian span{color: red;cursor: pointer;}


.wenjian_pdf{width: 50%;height: 100%;position: absolute;left: 0;right: 0;margin: auto;top: 0;z-index: 2000;display: none;}
.wenjian_pdf .clc_close2{width: 40px;;height: 40px;float: right;position: absolute;top: 50px;right: 50px;}
/* .wenjian_pdf embed{width: 100%;height: 100%;display: block;} */
.wenjian_pdf iframe{width: 100%;height: 100%;display: block;}



.idxgsqtc{position: fixed;width: 80px;font-size: 20px;font-weight: bold;color: #0776af;top: 51%;z-index: 99;padding-left: 18px;}
.idxgsqtc a{color:#0776af;}

.ggtu{width: 94%;margin:0 auto;}
.ggtu img{width:100%;}
