@charset "utf-8";


* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e9280c;
    text-decoration: none;
}


ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}



.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.fl{ float:left;}
.fr{ float:right;}

.bowrap {
    width: 80%;
    margin: 0 auto;
    display: block;  
}

.w1, .container{
        width: 1200px;
        margin: 0 auto;
        display: block;       
    }

 @media (max-width:1520px) {
    .bowrap {
        width: 1200px;
        margin: 0 auto;
         display: block;  
    }
}

.header {
    width: 100%;
    display: block;
    background: #fff; 
}

.top{ width: 100%;  display: block;  height: 34px;  border-bottom: 1px solid #ededed; }
.top p{ font-size: 14px; color: #646464; }
.top .top_ico {
    display: block;
    position: relative; 
  
}

.top .top_ico ul {
    list-style: none;
    float: left; display: block;overflow: hidden;
}

.top .top_ico ul li {
    float: left;
    padding: 0 10px;
    margin:10px 0;   
    line-height: 14px;
}
.top .top_ico ul li i{ width: 23px; height: 18px; float: left; margin-right: 5px; }
.top .top_ico ul li .a01{ background: url(../images/index_03.png) -108px 0 no-repeat }
.top .top_ico ul li .wx{ }
.top .top_ico ul li .wx b{  display: none;
    width: 200px;
    background: #fff;
    position: absolute;
    top: 46px;
    left: 0;   
    color: #999;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    font-size: 15px;
    z-index:9999;}
.top .top_ico ul li .a02{ background: url(../images/index_03.png) -108px 0 no-repeat }
.top .top_ico ul li .a03{ background: url(../images/index_03.png) -212px 0 no-repeat }
.top .top_ico ul li:nth-child(4){ border-right: none; }
.top .top_ico ul li a {
    color: #333333;
    opacity: 0.7;
    font-size: 14px;
    display: block;
}


.top_logo {
    height: 100px;
    display: block;
    position: relative;}
    

.logo{
    display: block;
    overflow: hidden;  
       width: 260px;    
     
}

.logo img{ margin: 10px auto 12px; display: block; max-width: 100%; }


.navlist {
       position: absolute;
    white-space: nowrap;
    left:60%;
    top: 0;
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 740px;
}

.nav_out {
    width:740px;
    display: block;
    margin: 0 auto;

}

.tem_head nav {
    width: 740px;
    position: absolute;
    height: 60px;
    line-height: 60px;
    margin-top:20px;

}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 60px;
    width: 16%
}


.tem_head nav a {
    display: block;
    font-size: 18px;
    color: #000;
    text-align: center;
   
}

.tem_head nav a:hover {
    color: #f08519;  
}

.tem_head nav a.navdown {
    color: #f08519;
   
}

.tem_head nav a.navdown:hover {
    color: #f08519;
   
}

.tem_head nav ul li dl {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, 0.8);

}

.tem_head nav ul li dl dd {

    padding: 10px 10px 20px;
    width: 150px;
    display: block;
    overflow: hidden;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px !important;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    height: 36px;
}

.tem_head nav ul li dl dd a:hover {
    line-height: 36px;
    color: #fff !important;
    border-bottom: none;
    height: 36px;
}

.tem_head nav ul li:hover>dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}

.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}

.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}



.right_reasch {
    text-align: right;
    float: right;
    font-size: 24px;
    color: #fff;
    margin-top: 20px
}

.right_reasch h3 {
    float: left;
    font-size: 20px;
    color: #333;
}

.right_reasch a {
    width: 60px;
    text-align: center;
    display: block;
    float: left;
    overflow: hidden
}

.right_reasch i {
    margin-right: 5px;
    font-size: 26px;
    line-height: 81px;
}

.right_reasch a:hover {
    color: #0461c2 !important
}

.right_reasch a i:hover {
    color: #0461c2 !important
}


.sb_search {
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    cursor: pointer; margin-top: 20px;
}

.sb-icon-search {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/sea_btn.png) no-repeat;
}

.sb_search_in {
    display: none;
    position: absolute;
    z-index: 9;
    width: 200px;
    height: 36px;
    right: -5px;
    top: 50px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.sb-search-input {
    display: block;
    float: left;
    width: 158px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    background: #fff;
    z-index: 9;
    border: none
}

.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
    margin: 8px 5px;
    background-position: -49px 1px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/sea_btn.png) no-repeat;
}


.top_zx{ width: 120px; 
position: absolute; right: 0; display: block; background: #f08519; border-radius: 20px; text-align: center; margin-top:30px; line-height: 36px; }
.top_zx a{ color: #fff; font-size: 14px;  }

.slide{ width: 100%; display: block; overflow: hidden; position: relative; }
.slide_txt{ width: 100%;  position: absolute; top:25%; display: block; text-align: center; z-index: 99;}
.s_cc{}
.s_cc h3{ font-size: 46px; color: #fff; font-weight: normal; }
.s_cc p{ font-size: 22px; color: #fff; margin-top:40px; }
.s_cc p i{ color: #fa7922; font-style:normal; font-weight:bold; }
.top_feed{ width:60%; display:block; background: rgba(0,0,0,0.2);
    padding:30px 0;  margin: 50px auto 0; overflow: hidden; min-width: 1200px; }

.fee_tit{ width:100%; display:block; overflow:hidden; margin-bottom:12px;}

.fee_tit h3{ font-size:16px; color:#fff; font-weight:normal; float:left; padding-left:20px;}

.fee_tit span{ font-size:16px; color:#fff; float:right; margin-right:30px;}

.top_feed .liuyan{ list-style:none; display:block;}

.top_feed .liuyan li{width: 21.5%;float:left;padding:10px;display:block;
    overflow:hidden;background:#fff;margin: 0 1.5%;line-height:40px;font-size:16px;color:#999; border-radius:8px;}

.exmple{display: block; overflow: hidden; width:542px; margin: 40px auto 0;}
.exmple p{ background: url(../images/b-t.png) left no-repeat; padding-left:25px; font-size: 14px; color: #fff; line-height: 30px; text-align: left; }

.top_feed .liuyan li:nth-child(4){ width:15%; display:block; background:#f08519; margin-right:0 !important}

label {

    color: #7e7e7e;

    cursor: pointer;

    font-size: 14px;

    font-weight: 400;

    display:block;

}





.ipt{

    font-size: 16px;

    line-height: 30px;

    width: 90%;

    color: #999;

    padding-left: 22px;

}

.liuyan li a{color: #fff; font-size: 18px; display: block;}
.liuyan li .submitBtn {

    width: 100%;

    margin: 0 auto;

    display: block;

    background:#f08519; 

    color: #fff;

    text-align: center;

    padding: 2% 0;

    border: none;

    font-size: 18px;

}

.index_brand{ padding: 40px 0;  overflow: hidden;}
.index_brand dl{ width: 280px; float: left; overflow: hidden; display: block; margin-right: 25px; text-align: center; }
.index_brand dl:nth-child(4){margin-right: 0;}
.index_brand dl dt{width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    box-shadow: 1px 1px 15px #ddd;
    margin: 10px auto;
    padding: 20px; }
.index_brand dl dd{overflow: hidden; display: block; }
.index_brand dl dd h3{ font-size: 22px; color: #000000; line-height: 36px; }
.index_brand dl dd p{ font-size: 16px; color: #737373; line-height: 30px; margin: 5px 0 15px; }
.index_brand dl dt i{ width: 100px; height: 100px; display: block;  }
.index_brand dl dt .b01{ background: url(../images/ico_04.png) 0 0 no-repeat; }
.index_brand dl dt .b02{ background: url(../images/ico_04.png) 0 -115px no-repeat; }
.index_brand dl dt .b03{ background: url(../images/ico_04.png) 0 -225px no-repeat; }
.index_brand dl dt .b04{ background: url(../images/ico_04.png) 0 -338px no-repeat; }

.index_brand dl:hover dt{ background: #f08519; }
.index_brand dl:hover dt .b01{ background: url(../images/ico_04.png) -100px 0 no-repeat;    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s; }
.index_brand dl:hover dt .b02{ background: url(../images/ico_04.png) -100px -115px no-repeat;     -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;}
.index_brand dl:hover dt .b03{ background: url(../images/ico_04.png) -100px -225px no-repeat;     -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;}
.index_brand dl:hover dt .b04{ background: url(../images/ico_04.png) -100px -338px no-repeat;    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s; }
.index_brand dl dd span{ width: 150px;  margin:5px auto; display: block; text-align: center; height: 42px; overflow: hidden;  }
.index_brand dl dd span a{ font-size: 14px; color: #f83a01;display: block;  border-radius:25px;border:2px solid #f83a01; }

.index_brand dl:hover dd span a{ color: #fff;background-image: linear-gradient(90deg, #fac020, #f83a01); border:none; box-shadow: 1px 1px 8px #ddd; border-radius:25px;}

/* question  */
.index_adv{ width: 100%; background: url(../images/ys_bg.jpg)  0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover; padding:60px 0; overflow: hidden;}
.pro_tit{overflow: hidden; display: block; text-align: center;}
.pro_tit h3{ font-size: 40px; color: #000; line-height: 45px; font-weight: normal; }
.pro_tit p{ font-size: 20px; color: #575757; line-height: 30px; margin-top:12px; }
.adv_txt{ width:780px;display: block; overflow: hidden; }
.adv_txt ul{ list-style:none; display: block; overflow: hidden; }
.adv_txt ul li{ width:600px; background: #fff; box-shadow: 1px 8px 15px rgba(255,103,0,0.26);
 line-height: 78px; border-radius: 15px; margin:10px 20px 40px 70px; padding: 0 20px; overflow: hidden; }
.adv_txt ul li i{ font-size:44px; color: #fa7922; font-weight: bold; font-style: normal; line-height: 78px; float: left; margin-right: 5px;}
.adv_txt ul li p{ font-size: 20px; color: #50443c; float: left;}
.adv_txt ul li:nth-child(2n){ margin-left:10px; }
.adv_txt ul li:nth-child(2){width: 720px; }
.adv_txt ul li:nth-child(5){width: 720px;margin-left:20px; }

/* 业务范围  */
.index_zj{padding:60px 0; overflow: hidden;}
.pro_tit02{overflow: hidden; display: block; text-align: center;}
.pro_tit02 h3{ font-size: 40px; color: #000; line-height: 45px; font-weight: normal; }
.pro_tit02 p{ font-size: 20px; color: #fa7922; line-height: 30px; margin-top:12px; }
.business_list{overflow: hidden; display: block;}
.business_list dl{ width: 370px; margin: 10px 25px 20px 10px; float: left;display: block; box-shadow: 1px 1px 12px #ddd;}
.business_list dl:nth-child(3n){ margin-right: 10px;  }
.business_list dl dt{overflow: hidden; display: block;}
.business_list dl dt img{display: block; -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s; }
.business_list dl:hover dt img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)}
.business_list dl dd{ padding:15px 0 20px; display: block; text-align: center; }
.business_list dl dd h3{ font-size: 22px; color: #282828; }
.business_list dl dd span{ border: 1px solid #fa7922; font-size: 14px; color: #000; display: block; border-radius:20px; width: 120px; margin: 10px auto 0 }
.business_list dl:hover dd span{ background: #fa7922; color: #fff;-webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s; }

/*  注册须知 */
.index_xuzhi{padding:80px 0; overflow: hidden; display: block; background: url(../images/bg_02.jpg) center  repeat-y;}
.part01{overflow: hidden; display: block; }
.p01_tit{ text-align: center;overflow: hidden; display: block; }
.p01_tit h3{ font-size: 34px; color: #000; line-height: 45px; }
.p01_tit h3 i{ color: #9b9b9b; font-style: normal; font-weight: normal; }
.p01_tit p{ font-size: 20px; color: #fa7922; line-height: 36px; margin-top:10px; }

.p01_cc,.p02_cc{overflow: hidden; display: block; }
.p01_cc dl{ width: 282px; float: left; margin-right: 22px; display: block;overflow: hidden; position: relative; }
.p01_cc dl:nth-child(4){ margin-right: 0; }
.p01_cc dl dt{ display: block; width: 100%; overflow: hidden; }
.p01_cc dl dt img{display: block; width: 100%;}
.p01_cc dl dd{ width: 100%; background:rgba(0,0,0,0.6) ; height: 100%; display: block; position: absolute; top:0; text-align: center; }
.p01_cc dl dd h3{ font-size: 24px; color: #fff; line-height: 40px; margin-top: 20%; }
.p01_cc dl dd p{ padding: 20px 30px; display: block; overflow: hidden; font-size: 18px; color: #fff; line-height: 36px; }
.p01_cc dl dd span{ width: 180px;display: block; border-radius: 30px; text-align: center;   
 background-image: linear-gradient(90deg, #fac020, #f83a01); margin: 10px auto 0;line-height: 40px; color: #fff; font-size: 16px; font-weight: bold;
 text-shadow:#000 1px 1px 8px }
.p01_cc dl:hover dd{ background: rgba(250,121,34,0.8);-webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s; }


.p02_cc dl{ width: 375px; float: left; margin-right: 37px; display: block; position: relative;min-height:525px; }
.p02_cc dl:nth-child(3){ margin-right: 0; }
.p02_cc dl dt{ width: 100%; display: block; overflow: hidden; }
.p02_cc dl dd{ position: absolute; top:110px; display: block;  width: 88%; background: #fff;padding:25px 0; left:6%;box-shadow: 1px 1px 10px #ccc; }
.p02_cc dl dd .cc_list{ list-style: none; display: block; overflow: hidden; padding:0 20px;}
.p02_cc dl dd .cc_list li{ display: block; overflow: hidden; margin-bottom: 22px; }
.p02_cc dl dd .cc_list li i{ width: 48px; height: 48px; border:4px solid #fa7922; background: #fff6eb; border-radius:100%; 
 float: left; margin-right: 15px; text-align: center; font-style: normal; line-height: 48px; font-size: 16px; color: #fa7922; font-weight: bold; }
.p02_cc dl dd .cc_list li h3{ font-size: 18px; color: #000; line-height: 28px; }
.p02_cc dl dd .cc_list li p{ font-size: 16px; color: #949494; line-height: 28px; }
.p02_cc dl dd .cc_list span{ width: 100%; background: #fa7922; text-align: center; line-height: 36px; display: block;box-shadow: 1px 1px 6px #fa7922; margin-bottom: 5px; }
.p02_cc dl dd .cc_list span a{ font-size: 18px; color: #fff;font-weight: bold; }
.p02_cc dl  .zc_tit{width: 100%; display: block;position: absolute; top:50px; text-align: center;}
.p02_cc dl  .zc_tit h3{font-size: 24px; color: #fff;}

.lc_con{ width: 100%; background: #fff; border-radius:15px;display: block; overflow: hidden; }
.lc_con ul{list-style: none; display: block; overflow: hidden;padding:40px 60px;}
.lc_con ul li{ display: block; overflow: hidden; float: left; text-align: center;}
.lc_con ul li i{ width: 85px; height: 85px; display: block; border:1px solid #fa7922; margin: 0 auto; border-radius:100%;   }
.lc_con ul li.jt{ width: 160px; height: 21px; background: url(../images/lcb.png) no-repeat; float: left; margin-top:35px; }
.lc_con ul li .b01{ background: url(../images/ico_02.png) 0 0 no-repeat }
.lc_con ul li .b02{ background: url(../images/ico_02.png) 0 -88px no-repeat }
.lc_con ul li .b03{ background: url(../images/ico_02.png) 0 -175px no-repeat }
.lc_con ul li .b04{ background: url(../images/ico_02.png) 0 -260px no-repeat }
.lc_con ul li .b05{ background: url(../images/ico_02.png) 0 -340px no-repeat }
.lc_con ul li p{ font-size: 20px; color: #616161; line-height: 36px;margin-top:12px; }


/*  关于我们 */
.index_about{width: 100%; background: url(../images/ab_bg.jpg)  0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover; padding:60px 0 0; overflow: hidden;}
.ab_tit{ text-align: center;overflow: hidden; display: block; }
.ab_tit h3{ font-size: 40px; color: #fff; line-height: 45px; font-weight: normal; }
.ab_tit hr{ background: #fa7922; width: 56px;height: 5px; border:none; margin:10px auto 0;}

.ab_txt{display: block; overflow: hidden; margin-top:40px;}
.ab_txt p{ font-size: 16px; color: #fff; line-height: 36px; text-align: center; padding:0 10%; }
.ab_txt span{ width:150px; border:1px solid #fff;display: block; overflow: hidden; margin: 12px auto 0; text-align: center; }
.ab_txt span a{ font-size: 14px; color: #fff; line-height: 40px; }
.ab_list{ width: 100%; background: rgba(250,121,34,0.8); display: block; overflow: hidden;  }
.ab_list ul{list-style: none; display: block; overflow: hidden;padding:65px 0;text-align: center;}
.ab_list ul li{display: inline-block; overflow: hidden;  text-align: center; padding:0 40px; min-width:300px; border-right: 1px solid rgba(255,255,255,0.6);}
.ab_list ul li:nth-child(3){ border-right: none; }
.ab_list ul li .ico01{width: 120px; height: 120px; display: block;  border-radius:100%; background: #fff; padding:20px; margin: 15px auto;box-shadow: 1px 1px 20px #444  }
.ab_list ul li .ico01 i{width: 120px; height: 120px; display: block;  }
.ab_list ul li .d01{ background: url(../images/ico_03.png) 0 0 no-repeat  }
.ab_list ul li .d02{ background: url(../images/ico_03.png) 0 -120px no-repeat  }
.ab_list ul li .d03{ background: url(../images/ico_03.png) 0 -240px no-repeat  }
.ab_list ul li h3{ font-size: 26px; color: #fff; font-weight: normal; line-height: 45px; margin-top:15px; }
.ab_list ul li hr{ background: #fff; width: 60px;height: 1px; border:none; margin:0 auto 20px;}
.ab_list ul li p{ font-size: 18px; color: #fff; line-height: 36px;  }

/* 新闻资讯 */
.index_news{ width:100%;display: block; overflow: hidden;background: #f6f6f6;  padding:80px 0 50px; }
.news_con{ padding-top: 30px; overflow: hidden; }
.news_tj{width: 32%;display: block; overflow: hidden; margin-right: 2%; }
.news_tj:nth-child(3){ margin-right: 0; }
.news_tj .news_img{ display: block; overflow: hidden;margin-top: 10px; }
.news_tj .news_img img{ display: block;-webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s; }
.news_tj .news_img img:hover{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)}
.news_co{display: block; overflow: hidden; margin-top: 15px;}
.news_co ul{ list-style: none; display: block; overflow: hidden; }
.news_co ul li{ display: block; line-height: 40px; border-bottom: 1px dashed #ddd; overflow: hidden; }
.news_co ul li a{ float: left; font-size: 14px; color: #333; }
.news_co ul li span{ float: right; font-size: 13px; color: #999; }
.news_co ul li:hover a{ color: #fa7922; }
.news_bt{display: block; overflow: hidden;}
.news_bt h3{ font-size: 18px; color: #222; line-height: 50px; float: left; }
.news_bt span{ float: right;
    font-size: 13px;
    line-height: 50px; }
.news_bt span a{ color: #999; }

/*
#p01{display: block; overflow: hidden;position: relative;}
#p01 .swiper-slide{ width: 100%; display: block; }
#p01 .swiper-slide dl{position: relative; display: block; overflow: hidden;}
#p01 .swiper-slide dl dt{width: 100%; display: block; overflow: hidden; }
#p01 .swiper-slide dl dt img{width: 100%; display: block; height: 370px;}
#p01 .swiper-slide dl dd{ width: 100%;display: block; position: absolute; bottom: 0; background: rgba(0,0,0,0.6); line-height: 45px; }
#p01 .swiper-slide dl dd p{ font-size: 14px; color: #fff; padding-left:30px; }
#p01 .swiper-pagination{     text-align: right;    right: 20px;
    left: auto; }
#p01 .swiper-pagination-bullet{ background:#fff; opacity: 0.8 }
#p01 .swiper-pagination-bullet-active{ background: #e50012 }

.news-right {float: right;width: 660px;}
.news-right li {padding: 0 0 24px 0;border-bottom: 1px solid #ddd;margin-bottom: 25px;}
.news-right li a {display: block;padding-right: 96px;position: relative;}
.news-right li h4 {margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: url(../images/quan01.png) 0 center no-repeat;padding-left: 26px;font-weight: normal;font-size: 18px;}
.news-right li p {margin: 10px 0 0;height: 48px;line-height: 24px;color: #84858c;overflow: hidden;}
.news-right li .time {position: absolute;right: 0;top: 0;line-height: 1;color: #686868;text-transform: uppercase;text-align: center;}
.news-right li .time strong {display: block;color: #fa7922;font-size: 40px;margin: 5px 0;}
.news-right li:last-child {padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
*/

.p_more{ width: 160px; margin:40px auto 0; display: block; text-align: center; border:1px solid #fa7922; }
.p_more a{ font-size: 14px; color: #fa7922; display: block; padding:8px 0; }
.p_more a:hover{ background: #fa7922; color: #fff; -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s; }


.link01 {
    width: 100%;
    margin: 15px 0;
    display: block;
    overflow: hidden;
}

.link01 ul {
    width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.link01 li {
    float: left;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.link01 li a {
    padding: 0px 15px;
    color: #333;
    font-size: 14px;
    display: block;
    text-decoration: underline;
}

.link01 li a:hover {
    text-decoration: underline;
    color: #f00;
}


/* 底部内容  */
.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #222;    
   
}

.db_logo {
    width: 300px;
    display: block;
    overflow: hidden;
    margin-right: 80px;
}

.db_logo img {
    display: block;
    margin-top: 30px;
}

.db_lx {
    width: 350px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}
.db_lx h5{    color: #F0F0F0;
    font-size: 18px;
    margin-bottom: 12px; font-weight: normal;}
.db_lx a.tel {
    font-size: 32px;
    margin: 15px 0;
    color: #ACACAC;line-height: 30px;
}
.db_lx a{color: #ACACAC;
    display: block;
    line-height: 30px;
    font-size: 14px;}
.db_lx p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}

.db_nav {
       overflow: hidden;
    padding: 20px 0;
    width: 300px;
}
.db_nav h5{    color: #F0F0F0;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: normal;}
.db_nav ul{ list-style: none;  display: block;
    overflow: hidden; }
.db_nav ul li{float: left;    
    line-height: 14px;
    width: 48%; display: block; line-height: 34px; }

.db_nav ul li a{ font-size: 14px; color: #ccc; }
.db_con{ padding:25px 0; overflow: hidden; }
.ewm01 {
    width: 125px;
    display: block;
    overflow: hidden;
    margin-top: 12px;
}
.ewm01 ul{list-style: none;  display: block;
    overflow: hidden; text-align: center; }
 .ewm01 ul li{ float: left; width: 125px; display: block;margin-right: 40px;}
  .ewm01 ul li:nth-child(2){ margin-right: 0; }
 .ewm01 ul li img{ max-width: 100%; display: block; }
.ewm01  ul li p {
    text-align: center;
    width: 100%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.copyright {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #111
}

.copyright p {
    text-align: center;
    font-size: 14px;
    color: #eee;
    line-height: 58px;
}

.copyright p a {
    color: #fff;
}

/* 代理记账  */
.dl_con{ padding:50px 0; overflow: hidden; }
.daili{ width: 100%;
    display: block;
    overflow: hidden;}
.dl_tit{display: block;
    overflow: hidden;text-align: center;}
.dl_tit span{display: block; line-height: 50px; font-size: 34px; color: #000;display: inline-block;vertical-align: top; margin: 0 20px; font-weight: bold;}   
.dl_tit i{ width: 55px; height: 50px; display: inline-block;background: url(../images/dljz_05.png) no-repeat }
.dl_tit hr{ width: 68px; height: 5px; background: #fa7922; border:none; margin: 0 auto; }

.dl_list{display: block;    overflow: hidden;}
.dl_list ul{list-style: none;  display: block;    overflow: hidden; text-align: center;}
.dl_list ul li{ width: 282px; float: left; border:1px solid #aaaaaa; margin-right:20px;  display: block;  margin-bottom: 20px; padding: 30px 0 35px}
.dl_list ul li:nth-child(4n){ margin-right: 0; }
.dl_list ul li i{ width: 65px; height: 65px; display: block; margin: 0 auto }
.dl_list ul li h3{ font-size: 16px; color: #474747; font-weight: normal; line-height: 36px; margin: 8px 0 }
.dl_list ul li span{ font-size: 12px; background:#b8b8b8; width:98px; display: block; text-align: center;line-height: 30px; display: block; color: #fff; margin: 0 auto  }
.dl_list ul li .e01{ background: url(../images/ico04.png) 0 0 no-repeat }
.dl_list ul li .e02{ background: url(../images/ico04.png) 0 -65px no-repeat }
.dl_list ul li .e03{ background: url(../images/ico04.png) 0 -130px no-repeat }
.dl_list ul li .e04{ background: url(../images/ico04.png) 0 -195px no-repeat }
.dl_list ul li .e05{ background: url(../images/ico04.png) 0 -260px no-repeat }
.dl_list ul li .e06{ background: url(../images/ico04.png) 0 -325px no-repeat }
.dl_list ul li .e07{ background: url(../images/ico04.png) 0 -390px no-repeat }
.dl_list ul li .e08{ background: url(../images/ico04.png) 0 -455px no-repeat }

.dl_list ul li:hover span{ background: #fa7922; }

.dl_ys{display: block;    overflow: hidden; margin: 60px 0}
.ys_lb{ width: 100%; display: block; overflow: hidden; position: relative; height: 645px; }
.ys_fl h3{ margin:100px 0 0; text-align: center; font-size: 30px; color: #fff; line-height: 45px; }
.ys_fl{ width: 588px;display: block; overflow: hidden; background: #fa7922; border-radius:15px;height: 645px;  }
.ys_fr{ width: 594px;display: block; overflow: hidden; background:url(../images/dljz_09.png) no-repeat; height: 645px; }

.ys_fr h3{ margin:100px 0 0; text-align: center; font-size: 30px; color: #000; line-height: 45px; }
.ys_fl ul{list-style: none;  display: block;    overflow: hidden; padding-left:140px; margin-top:30px;}
.ys_fl ul li{ font-size: 18px; color: #fff; line-height: 54px;background: url(../images/dljz_12.png) left no-repeat; padding-left:45px; }

.ys_fr ul{list-style: none;  display: block;    overflow: hidden; padding-left:140px; margin-top:30px;}
.ys_fr ul li{ font-size: 18px; color: #000; line-height: 54px;background: url(../images/cha.png) left no-repeat; padding-left:40px; }

.ys_vs{ width: 265px; height: 265px;     background-image: linear-gradient(70deg, #fdc199, #ff812c); border-radius: 100%;
 position: absolute; top:30%; left:466px; border:4px solid rgba(255,255,255,0.2); z-index: 5; }
.ys_vs h2{ font-size: 150px; color: #fff; font-family: Impact; line-height: 265px; text-align: center; }


.ys_lc{display: block;    overflow: hidden;}
.ys_lc ul{list-style: none;  display: block;    overflow: hidden; }
.ys_lc ul li{ float: left; text-align: center; width: 120px;  display: block;}
.ys_lc ul li .icoa{ width: 80px; height: 80px; padding:20px;   background-image: linear-gradient(70deg, #4285ec, #17aef8); display: block;  border-radius: 100%;}
.ys_lc ul li .icoa i{width: 80px; height: 80px;display: block; }
.ys_lc ul .jt02{ width: 59px; height: 25px; background: url(../images/dljz_17.png) no-repeat; float: left; margin-top:50px; } 
.ys_lc ul li .icoa .f01{ background: url(../images/ico05.png) 0 0 no-repeat; }
.ys_lc ul li .icoa .f02{ background: url(../images/ico05.png) 0 -80px no-repeat; }
.ys_lc ul li .icoa .f03{ background: url(../images/ico05.png) 0 -160px no-repeat; }
.ys_lc ul li .icoa .f04{ background: url(../images/ico05.png) 0 -240px no-repeat; }
.ys_lc ul li .icoa .f05{ background: url(../images/ico05.png) 0 -320px no-repeat; }
.ys_lc ul li .icoa .f06{ background: url(../images/ico05.png) 0 -400px no-repeat; }
.ys_lc ul li .icoa .f07{ background: url(../images/ico05.png) 0 -480px no-repeat; }
.ys_lc ul li h3{ font-size: 20px; color: #494949; line-height: 30px; font-weight: normal; margin-top:12px; }


.dl_list ul li .g01{ background: url(../images/ico06.png) 0 0 no-repeat }
.dl_list ul li .g02{ background: url(../images/ico06.png) 0 -65px no-repeat }
.dl_list ul li .g03{ background: url(../images/ico06.png) 0 -130px no-repeat }
.dl_list ul li .g04{ background: url(../images/ico06.png) 0 -195px no-repeat }
.dl_list ul li .g05{ background: url(../images/ico06.png) 0 -260px no-repeat }
.dl_list ul li .g06{ background: url(../images/ico06.png) 0 -325px no-repeat }
.dl_list ul li .g07{ background: url(../images/ico06.png) 0 -390px no-repeat }
.dl_list ul li .g08{ background: url(../images/ico06.png) 0 -455px no-repeat }


.team_list{display: block;    overflow: hidden;}
.team_list ul{ list-style: none;  display: block;    overflow: hidden; margin-top:60px;}
.team_list ul li{ float: left; display: block; overflow: hidden; text-align: center; border-right: 1px solid #ccc; width: 33%; padding:20px 0 40px;border-bottom: 1px solid #ccc; }
.team_list ul li:nth-child(3n){ border-right: none; }
.team_list ul li h3{ font-size: 24px; color: #000; line-height: 36px; }
.team_list ul li p{ font-size:16px; color: #767676; line-height: 30px; margin-top:15px;  }

.team_list ul li:nth-child(4){ border-bottom: none;padding-top:40px; }
.team_list ul li:nth-child(5){ border-bottom: none;padding-top:40px; }
.team_list ul li:nth-child(6){ border-bottom: none; padding-top:40px;}


.ys_lc02{display: block;    overflow: hidden;}
.ys_lc02 ul{list-style: none;  display: block;    overflow: hidden; margin: 0 20px; }
.ys_lc02 ul li{ float: left; text-align: center; width: 130px;  display: block;}
.ys_lc02 ul li .icoa{ width: 80px; height: 80px; padding:25px;  
 background-image: linear-gradient(70deg, #fb8231, #fca84b); display: block;  border-radius: 100%;
box-shadow: 1px 1px 10px #ccc;}
.ys_lc02 ul li .icoa i{width: 80px; height: 80px;display: block; }
.ys_lc02 ul .jt02{ width: 74px; height: 25px; background: url(../images/dljz_17.png) no-repeat; float: left; margin-top:50px; } 
.ys_lc02 ul li .icoa .f01{ background: url(../images/ico07.png) 0 0 no-repeat; }
.ys_lc02 ul li .icoa .f02{ background: url(../images/ico07.png) 0 -80px no-repeat; }
.ys_lc02 ul li .icoa .f03{ background: url(../images/ico07.png) 0 -160px no-repeat; }
.ys_lc02 ul li .icoa .f04{ background: url(../images/ico07.png) 0 -240px no-repeat; }
.ys_lc02 ul li .icoa .f05{ background: url(../images/ico07.png) 0 -320px no-repeat; }
.ys_lc02 ul li .icoa .f06{ background: url(../images/ico07.png) 0 -400px no-repeat; }

.ys_lc02 ul li h3{ font-size: 20px; color: #494949; line-height: 30px; font-weight: normal; margin-top:20px; }

.ys_lc02 p{ font-size: 18px; color: #c2c2c2; line-height: 40px; text-align: center; margin-top:60px; }

.zc_lb{display: block;    overflow: hidden;}
.zc_lb dl{ float: left; margin-right:34px ; display: block; overflow: hidden;width: 274px; }
.zc_lb dl:nth-child(4){ margin-right: 0; }
.zc_lb dl dt{display: block;    overflow: hidden; width: 100%;}
.zc_lb dl dd{ padding:12px 0; overflow: hidden; display: block;  text-align: center;}
.zc_lb dl dd h3{ font-size: 18px; color: #000; line-height: 32px;  }
.zc_lb dl dd p{ font-size: 16px; color: #808080; line-height: 30px; }


/* 高新认定  */
.warp01{}
.gx_part01{ padding:50px 0 70px; background: url(../images/gxrd/bg_02.jpg) top center no-repeat; display: block; overflow: hidden; }
.gx_ys{}
.gx_ys dl{ width: 24%; margin-right:1.3%; float: left; background: #fff;margin-top:30px; display: block; position: relative; 
    text-align: center; border-radius:15px; box-shadow: 1px 1px 5px #ccc; padding:15px 0 30px; }
.gx_ys dl:nth-child(4){ margin-right: 0; }
.gx_ys dl dt{ width:72px; height: 71px; background: url(../images/gxrd/gx_05.png) center no-repeat; position: absolute; top:-25px; left:40%;
 font-size: 28px; color: #fff; line-height: 60px; font-weight: bold;  }
.gx_ys dl dd{margin-top:28px; display: block; overflow: hidden;} 
.gx_ys dl dd h3{ font-size: 18px; color: #656472; line-height: 45px; }
.gx_ys dl dd p{ font-size: 14px; color:#a1a1a1; display: block;}
.gx_ys dl:hover{box-shadow: 0 0 16px rgba(88,88,88,.3);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;}
.gx_part02{padding:60px 0; display: block; overflow: hidden;}

.gqrd_ys02{ display: block; overflow: hidden;}
.gqrd_ys02 dl{ width: 220px; margin:80px 15px 15px 2px; float: left; display: block; position: relative;
 box-shadow: 1px 1px 5px #ddd;  background: #f3f6fc; padding:20px 0; }
.gqrd_ys02 dl dt{ width: 128px;height: 128px; background:#c8ddef; position: absolute; top:-70px; left:46px; border-radius:100%; padding: 12px; box-sizing:  border-box; }
.gqrd_ys02 dl dt .a01{ width: 104px; height: 104px; background: #346896; border-radius:100%; line-height:104px; text-align: center; font-size: 34px; color: #fff; font-weight: normal;  text-shadow: 1px 1px 2px #666;  }
.gqrd_ys02 dl:nth-child(2) dt{ background: #c1edeb; }
.gqrd_ys02 dl:nth-child(2) dt .a01{ background: #1caba6; }
.gqrd_ys02 dl:nth-child(3) dt{ background: #f1dab4; }
.gqrd_ys02 dl:nth-child(3) dt .a01{ background: #f6af37; }
.gqrd_ys02 dl:nth-child(4) dt{ background: #b6f2d0; }
.gqrd_ys02 dl:nth-child(4) dt .a01{ background: #40b673; }
.gqrd_ys02 dl:nth-child(5) dt{ background: #f8c3bc; }
.gqrd_ys02 dl:nth-child(5) dt .a01{ background: #f05e4b; }
.gqrd_ys02 dl dd{ padding: 60px 0 20px; display: block; overflow: hidden; min-height:140px; }
.gqrd_ys02 dl dd h3{ color: #346896; font-size: 20px; text-align: center; }
.gqrd_ys02 dl dd p{ padding: 0 20px; font-size: 16px; color: #646464; line-height: 26px; margin-top:20px; }
.gqrd_ys02 dl:nth-child(2) dd h3{ color: #1caba6 }
.gqrd_ys02 dl:nth-child(3) dd h3{ color: #f6af37 }
.gqrd_ys02 dl:nth-child(4) dd h3{ color: #40b673 }
.gqrd_ys02 dl:nth-child(5) dd h3{ color: #f05e4b }

.gqrd_ys02 dl:hover{box-shadow: 0 0 16px rgba(88,88,88,.3);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;}

.par_zixun{  width: 450px; margin: 40px auto 0; display: block; overflow: hidden; text-align: center; }
.par_zixun h3{ font-size: 30px; color: #eb7c1b; line-height: 45px; }
.par_zixun span{ margin-top:20px;display: block; }

.gx_part03{ padding:80px 0; background: url(../images/gxrd/bg_04.jpg) top center no-repeat; display: block; overflow: hidden; }
.ly_lb{ display: block; overflow: hidden; margin-top:60px; }
.ly_lb dl{display: block; position: relative; width: 280px; margin-right: 26px; margin-bottom: 26px; float: left; transition: all 0.3s;}
.ly_lb dl:nth-child(4n){ margin-right: 0; }
.ly_lb dl dt{}
.ly_lb dl dt{ width: 100%; display: block; overflow: hidden; }
.ly_lb dl dt img{ display: block; width: 100%; }
.ly_lb dl dd{ width: 100%; position: absolute; top:0; height: 100%; display: block; overflow: hidden; text-align: center; }
.ly_lb dl dd h3{ font-size: 16px; color: #fff; line-height: 36px; font-weight: normal; margin-top: 120px; }
.ly_lb dl dd span{width: 160px;background-image: linear-gradient(90deg, #f83a01, #fac020); border-radius:20px; line-height: 36px; font-size: 14px; color:#fff; display: none; margin: 0 auto; }
.ly_lb dl:hover dd span{ display: block;transition: all 0.3s;}
.ly_lb dl:hover dd h3{  margin-top:100px;transition: all 0.3s; }

.gx_tj{ padding: 50px 0; overflow: hidden; }
.tj_list{display: block; overflow: hidden;}
.tj_list ul{ list-style: none; display: block; overflow: hidden; }
.tj_list ul li{ width: 380px; margin-right: 26px; float: left; display: block; overflow: hidden; margin-bottom: 26px; position: relative; background: url(../images/gxrd/gx_33.jpg) no-repeat; height: 179px; padding: 40px 100px; box-sizing: border-box; }
.tj_list ul li i{ width:72px; line-height: 65px; font-size: 40px; color: #fff; font-style: normal; text-align: center;position: absolute; top:0px; left: 0; font-weight: bold;  }
.tj_list ul li:nth-child(3n){ margin-right: 0; }
.tj_list ul li h3{ font-size: 26px; color: #47435b;  margin:; }
.tj_list ul li span{ width: 180px; border:1px solid #ff5a00; text-align: center; display: block;  margin-top:18px; background: #fff; }
.tj_list ul li span a{ font-size: 18px; color: #ff5a00;display: block; padding:3px 0; }
.tj_list ul li:hover span a{ background: #ff5a00; color: #fff;transition: all 0.3s; }

.sbcx{ padding: 50px 0;overflow: hidden;}
.sbcx_list{}
.sbcx_list ul{ list-style: none; display: block; overflow: hidden; }
.sbcx_list ul li{ width: 371px; height: 195px;float: left; position: relative; margin-right: 43px; margin-bottom: 40px; overflow: hidden; background: url(../images/gxrd/sb_bg_03.png) no-repeat }
.sbcx_list ul li h2{ font-size: 170px; color: #ffe6d2;  font-family: Impact; text-align: center; position: absolute; top:70px; left:35%; }
.sbcx_list ul li:nth-child(3n){ margin-right: 0; }
.sbcx_list ul li h3{ font-size: 30px;  width: 100%; position: absolute; top:35%;  line-height: 40px; text-align: center; color: #a27048; z-index: 5; text-shadow: #fff 3px 0 0,#fff 0 3px 0,#fff -3px 0 0,#fff 0 -3px 0;
 }

.dl_tit h4{ margin-top:20px; font-size: 36px; color: #fff; font-weight: normal; line-height:45px; }
.dl_tit p{ font-size: 24px; color: #5f5f5f; line-height: 30px; margin-top:22px; }
.gx_solution{ width: 100%; display: block; overflow: hidden; background: url(../images/gxrd/bg_06.jpg)  0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 80px 0 40px;}
.gx_solu{display: block; overflow: hidden; position: relative;}
.gx_solu ul{list-style: none; display: block; overflow: hidden; width: 501px;}
.gx_solu ul li{ display: block; margin-bottom: 20px; background: url(../images/gxrd/so_01.png) no-repeat; height:72px;  padding: 9px 8px; box-sizing: 
    border-box; font-size: 20px; color: #fff; line-height: 50px; }
.gx_solu ul li i{ width: 54px; height: 54px; float: left; text-align: center; font-size: 40px; color: #ff5a00; line-height: 52px; font-style: normal; font-weight: bold; margin-right: 15px; }
.gx_solu ul.u02 li{background: url(../images/gxrd/so_02.png) no-repeat; padding-left:45px; }
.gx_solu ul.u02 li i{ float: right; margin-right: 0; }
.gx_solu .gx_zx{ width: 172px; height: 172px; position: absolute; top:35%; left:520px; }
.zx_ico{ margin:40px auto; width: 400px; display: block; overflow: hidden; }
.zx_ico a{ float: left; margin-right:167px; margin-right: 60px; display: block; }
.zx_ico a:nth-child(2){ margin-right: 0; }

.gxrd_value{ width: 100%; display: block; overflow: hidden; background: url(../images/gxrd/bg_07.jpg) no-repeat; padding: 80px 0;}
.value_list{ margin-top:60px; display: block; overflow: hidden; }
.value_list ul{list-style: none; display: block; overflow: hidden;}
.value_list ul li{ width: 200px; float: left; display: block; box-shadow: 1px 1px 8px #ccc; background:#fff; border-radius:12px;
    padding:20px 0; text-align: center; margin:20px 0 40px; }
.value_list ul li .v_img{ width: 110px; height: 110px; border:8px solid #f3f8fb; border-radius:100%; margin: 0 auto; overflow: hidden; box-shadow: 1px 1px 12px #999;}
.value_list ul li h3{ margin-top:20px; font-size: 24px; color: #3c3952; line-height: 40px; }
.value_list ul li span{ width: 130px; border:1px solid #ff5a00; display: block; margin: 12px auto; text-align: center; }
.value_list ul li span a{ font-size: 16px; color: #ff5a00;display: block; padding:3px 0;}
.value_list ul li:hover span a{ background: #ff5a00; color: #fff; }

.index_case{width: 100%; display: block; overflow: hidden; background: url(../images/gxrd/bg_08.jpg) no-repeat; padding: 60px 0;}
.c_tit{ text-align: center;display: block; overflow: hidden; }
.c_tit h3{ font-size: 36px; color: #fff; line-height: 45px; font-weight: normal; }
.c_tit hr{ width: 70px; height: 5px; background: #ff5a00; border:none; margin: 15px auto 0; }

.case_list{ background: #fff;display: block; overflow: hidden; padding:40px 30px;    box-shadow: 1px 1px 12px rgba(52,104,150,0.19);
}
.case_list dl{ width: 48%; float: left; background: #f3f8fb; margin-right: 4%;  border-radius:12px; overflow: hidden; }
.case_list dl:nth-child(2){ margin-right: 0; }
.case_list dl dt{ background: url(../images/gxrd/gx_62.jpg) no-repeat; background-size: 100%;
    display: block; overflow: hidden; line-height: 70px; text-align: center; font-size: 26px; color: #2274e0; font-weight: bold; }
.case_list dl dd{ padding:  40px 30px; display: block; overflow: hidden; }
.case_list dl dd p{ font-size: 16px; color: #565656; line-height: 30px; text-align: justify; }
.case_list dl dd p i{ color: #000; font-weight: bold; font-style: normal; }
.c_zx{display: block; overflow: hidden; width: 100%; }
.c_zx img{ display: block;  }

.hot_case{overflow: hidden;padding:40px 0; }
.hot_list{display: block; }
.hot_list dl{ background: #f3f8fb; float: left; width: 228px; margin-right: 14px;overflow: hidden; border-radius:15px; margin-top:15px; }
.hot_list dl:last-child{ margin-right: 0; }
.hot_list dl dt{ width: 100%;display: block; overflow: hidden; }
.hot_list dl dt img{ display: block; }
.hot_list dl dd{ padding: 20px 0; display: block; text-align: center; }
.hot_list dl dd h3{ font-size: 20px; color: #525252; line-height: 32px; font-weight: normal; }
.hot_list dl dd span{ width: 120px; background: #ff5a00;display: block; margin: 12px auto; text-align: center;border-radius: 10px;   }
.hot_list dl dd span a{ font-size: 14px; color: #fff; display: block; padding:5px 0;  }

/* 商标注册  */
.gx_lb02{display: block;    overflow: hidden;}
.gx_lb02 dl{display: block; overflow: hidden; float: left; 
    width: 282px; border:1px solid #e5e5e5; margin-right: 20px;
    padding:35px 0;
}
.gx_lb02 dl:nth-child(4){ margin-right: 0; }
.gx_lb02 dl dt{ width: 80px; margin: 0 auto; height: 80px; display: block; background: url(../images/sb_bg.jpg) center no-repeat; padding: 28.5px; }
.gx_lb02 dl dt i{ width: 80px; height: 80px;  display: block;}
.gx_lb02 dl dt .h01{ background: url(../images/ico09.png) 0 0 no-repeat; }
.gx_lb02 dl dt .h02{ background: url(../images/ico09.png) 0 -80px no-repeat; }
.gx_lb02 dl dt .h03{ background: url(../images/ico09.png) 0 -160px no-repeat; }
.gx_lb02 dl dt .h04{ background: url(../images/ico09.png) 0 -240px no-repeat; }
.gx_lb02 dl dd{ text-align: center;display: block; margin-top:15px;}
.gx_lb02 dl dd h3{ font-size: 24px; line-height: 32px; color: #000; }
.gx_lb02 dl dd p{ padding:10px 0 20px; font-size: 16px; color: #747474; }
.gx_lb02 dl dd span{ width: 165px; background: #b7b7b7; text-align: center; display: block; font-size: 18px; color: #fff; 
    line-height: 40px; margin: 0 auto; border-radius:8px; }
.gx_lb02 dl dd span a{}
.gx_lb02 dl:hover dd span{ background: #fa7922;-webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s; }

.sb_zc{display: block;    overflow: hidden;}
.sb_zc ul{list-style: none;  display: block;    overflow: hidden; }
.sb_zc ul li{ width: 211px; float: left; display: block; overflow: hidden; margin-right: 35px; background-image: linear-gradient(90deg, #f5f5f5, #dcdcdc);
padding:30px 0; height: 378px; text-align: center;}
.sb_zc ul li:nth-child(5){ margin-right: 0; }
.sb_zc ul li h3{ font-size: 24px; color: #000; line-height: 30px; }
.sb_zc ul li hr{ width: 112px; height: 2px; background: #fa7922; margin: 12px auto 25px; border:none; }
.sb_zc ul li p{ font-size: 16px; color: #767676; line-height: 40px; }

.icob{ background-image: linear-gradient(140deg, #fb8231, #fca74a) !important; }


/* 资质代办服务  */
.db_ser{display: block;    overflow: hidden;}
.db_ser ul{list-style: none;  display: block;    overflow: hidden; }
.db_ser ul li{background: #f6f6f6; float: left; margin-right: 150px; width: 300px; border-bottom: 3px solid #fa7922; text-align: center; padding:30px 0; height: 280px;}
.db_ser ul li:nth-child(3){ margin-right: 0; }
.db_ser ul li h3{ font-size: 24px; color: #000; line-height: 30px; }
.db_ser ul li hr{ width: 130px; height: 2px; background: #fa7922; margin: 12px auto 25px; border:none; }
.db_ser ul li p{ font-size: 18px; color: #757575; line-height: 34px; font-weight: bold; height: 155px; }
.db_ser ul li span{ width: 165px; margin: 20px auto 10px; display: block; text-align: center; box-shadow: 1px 1px 10px rgba(250,121,34,0.2); border-radius:20px; line-height: 36px; }
.db_ser ul li:hover span{ background: #fa7922; color: #fff; -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;}


.sb_zc02{display: block;    overflow: hidden; margin: 60px 0 40px;}
.sb_zc02 ul{list-style: none;  display: block;    overflow: hidden; }
.sb_zc02 ul li{ width: 299px; float: left; display: block; overflow: hidden;border-right: 1px solid #fa7922;text-align: center; height: 300px;}
.sb_zc02 ul li:nth-child(4){ border-right: none; }
.sb_zc02 ul li h3{ font-size: 24px; color: #333333; line-height:44px; }
.sb_zc02 ul li p{ font-size: 16px; color: #626262; line-height:30px; }
.sb_zc02 ul li i{ width: 90px; height: 90px; display: block; margin: 0 auto; }
.sb_zc02 ul li .a001{background: url(../images/ico_10.png) 0 0 no-repeat; }
.sb_zc02 ul li .a002{background: url(../images/ico_10.png) 0 -90px no-repeat; }
.sb_zc02 ul li .a003{background: url(../images/ico_10.png) 0 -180px no-repeat; }
.sb_zc02 ul li .a004{background: url(../images/ico_10.png) 0 -270px no-repeat; }
.sb_zc02 ul li span{ width: 165px; margin: 20px auto 10px; 
    display: block; text-align: center;background: #fa7922; color: #fff; border-radius:20px; line-height: 46px;}

.ys_lc04{display: block;    overflow: hidden; padding-top: 60px;}
.ys_lc04 ul{list-style: none;  display: block;    overflow: hidden; }
.ys_lc04 ul li{ float: left; text-align: center; width:100px;  display: block;}
.ys_lc04 ul li .icoc{ width: 100px; height: 100px; 
 background-image: linear-gradient(140deg, #2a5298, #203f78); display: block;  border-radius: 100%;
box-shadow: 1px 1px 10px #ccc;}
.ys_lc04 ul .jt02{ width: 37px; height: 25px; background: url(../images/dljz_172.png) center no-repeat; float: left; margin-top:40px; } 


.ys_lc04 ul li .icoc h3{ font-size: 18px; color: #fff; line-height: 30px; font-weight: normal;padding-top:35px; }

.dl_ys02{display: block;    overflow: hidden;}

.ys_lc03{display: block;    overflow: hidden; margin-top:60px;}
.ys_lc03 ul{list-style: none;  display: block;    overflow: hidden; margin: 0 20px; }
.ys_lc03 ul li{ float: left; text-align: center; width: 175x;  display: block;}
.ys_lc03 ul li .icoa{ width: 120px; height: 120px; padding:25px;  
 background-image: linear-gradient(70deg, #fb8231, #fca84b); display: block;  border-radius: 100%;
box-shadow: 1px 1px 10px #ccc;}
.ys_lc03 ul li .icoa i{width: 120px; height: 120px;display: block; }
.ys_lc03 ul .jt02{ width: 66px; height: 25px; background: url(../images/dljz_17.png) no-repeat; float: left; margin-top:80px; } 
.ys_lc03 ul li .icoa .f01{ background: url(../images/lc_ico.png) 0 0 no-repeat; }
.ys_lc03 ul li .icoa .f02{ background: url(../images/lc_ico.png) 0 -120px no-repeat; }
.ys_lc03 ul li .icoa .f03{ background: url(../images/lc_ico.png) 0 -240px no-repeat; }
.ys_lc03 ul li .icoa .f04{ background: url(../images/lc_ico.png) 0 -360px no-repeat; }
.ys_lc03 ul li .icoa .f05{ background: url(../images/lc_ico.png) 0 -480px no-repeat; }
.ys_lc03 ul li .icoa .f06{ background: url(../images/lc_ico.png) 0 -600px no-repeat; }

.ys_lc03 ul li h3{ font-size: 20px; color: #494949; line-height: 30px; font-weight: normal; margin-top:20px; }

.ys_lc03 p{ font-size: 18px; color: #c2c2c2; line-height: 40px; text-align: center; margin-top:60px; }



/*banner*/
#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}

/*banner*/

.flash {

    width: 100%;

    height: 550px;

    margin: 0 auto;

    overflow: hidden;

    _zoom: 1;

    position: relative;

    *zoom: 1;

}

.flash1 {

    width: 1000px;

    height: 550px;

    margin: 0 auto;

    position: relative;

}

.flash2 {

    width: 1920px;

    height: 550px;

    position: absolute;

    left: -460px;

}

.flexslider {

    margin: 0 auto;

    position: relative;

    width: 1920px;

    height: 550px;

    overflow: hidden;

    zoom: 1;

}

.flex-viewport {

    max-height: 2000px;

    -webkit-transition: all 1s ease;

    -moz-transition: all 1s ease;

    transition: all 1s ease;



}

.flexslider .slides {

    zoom: 1;

}

.flex-direction-nav a {

    width: 60px;

    height: 90px;

    line-height: 99em;

    overflow: hidden;

    margin: -60px 0 0;

    display: block;

    background: url(../images/ad_ctr.png) no-repeat;

    position: absolute;

    top: 50%;

    z-index: 10;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all .3s ease;

}

.flex-direction-nav .flex-next {

    background-position: 0 -90px;

    right: 0;

}

.flex-direction-nav .flex-prev {

    left: 0;

}

.flexslider:hover .flex-next {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-prev {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-next:hover,

.flexslider:hover .flex-prev:hover {

    opacity: 1;

    filter: alpha(opacity=50);

}

.flex-control-nav {

    width: 100%;

    position: absolute;

    bottom: 3px;

    text-align: center;

}

.flex-control-nav li {

    margin: 0 5px;

    display: inline-block;

    zoom: 1;

    *display: inline;

}

.flex-control-paging li a {

    background: url(../images/dot.png) no-repeat 0 -16px;

    display: block;

    height: 16px;

    overflow: hidden;

    text-indent: -99em;

    width: 16px;

    cursor: pointer;



}

.flex-control-paging li a.flex-active {

    background-position: 0 0;

}



/*左侧分栏*/

.con_section {

    position: relative;
    padding: 20px 10px 50px;
    background: #fff;   

}

lside {
    display: block;
    position: relative;

    float: left;

    width: 222px;

}

lside section h2 {
    background: url(../images/p_tit.png) 15px no-repeat #004b98;
    height: 105px;
    font-size: 30px;
    line-height: 105px;
    color: #fff;
    padding-left: 65px;
}

lside .lside_list {
    border: 1px solid #dfdfdf;

    display: block;

    overflow: hidden;

    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {

    padding-left: 34px;

    font-size: 16px;

    color: #666;

    background: url(../images/side_ico.png) 180px no-repeat;

    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #2d98e6;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #2d98e6;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;

}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover,
    {
    background: #efefef;
}

lside .lside_list dl dd .on2 {
    background: #004b98;
    color: #fff;
}



/*右侧内容*/

article {
    padding: 0 10px;

}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}



/*新闻列表*/
/*新闻列表*/
.module_list_article {
    padding: 10px;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
}

.module_list_article dl dt img {
    width: 100%;
    max-height: 150px;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    font-size: 16px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #666;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    margin-top: 20px;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {

    padding: 30px 10px;

}

.article_content .article_editor p {
    font-size: 14px;
    line-height: 32px;
}

.article_editor img{
    max-width:100%
}

/*图片列表*/

.module_list_img {
    overflow: hidden;

}

.module_list_img li {
    width: 32%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 30px auto;
    display: flex;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #787979;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.module_list_img li:hover h3 {
    background: #004b98;
}



/*图片详情*/

/*图片详情*/

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
}


.product-arr {
    float: right;
    width: 630px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.product-arr p {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}



/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}



/*分页*/

.page-list {

    clear: both;

    margin: 20px 0px 0px 0px;

    text-align: center;

}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {

    display: inline-block;

    font-family: Arial;

    font-size: 13px;

    padding: 7px 11px;

    margin-left: 6px;

    background-color: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 4px;

}

.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #007bff;

    border-color: #007bff;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6;

}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #004b97;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d86c5;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #004b97;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #004b97;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #004b97;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}


.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 230px;
}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.case_list02 ul li:hover p {
    background: #c91211;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.img_img {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.img_img img {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.banner {
    width: 500px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #fff;
}

.large_box {
    /* margin-bottom: 10px; */
    height: 300px;
    overflow: hidden;
    margin: 25px;
    width: 450px;
}

.large_box li {
    width: 450px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.large_box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 320px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
    height: 30px;
    margin: 20px auto;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {
    width: 150px;
    border: 1px solid #0061ae;
    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #0061ae;
    padding: 10px 0;
    display: block;
}

.product-arr .p_zx a:hover {
    background: #0061ae;
    color: #fff;
}


.p_show .met_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.p_show .met_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.p_show .met_nav li a {
    display: block;
    padding: 0 40px
}

.p_show .met_nav li.met_now,
#showproduct .met_nav li.met_hover {
    background: #f7f8fa
}

.tab-hd2 li {
    padding: 0 40px;
}

.p_show .met_nav li.active02 {
    background: #004b97;
    color: #fff;
}


.page_bg{ width: 100%; display: block; height: 450px; overflow: hidden; }
.warp{ padding: 40px 0 ; overflow: hidden;}

/* 解决方案  */
.solution_list {
    display: block;
    overflow: hidden;
}

.solution_list dl {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.solution_list dt {
    float: left;
    display: block;
    overflow: hidden;
    width: 560px;
}

.solution_list dd {
    width: 600px;
    display: block;
    float: right;
    overflow: hidden;
    padding: 20px 0;
}

.solution_list dd h3 {
    font-size: 24px;
    color: #16418a;
    line-height: 40px
}

.solution_list dd hr {
    width: 50px;
    height: 2px;
    background: #16418a;
    border: none;
    margin: 12px 0
}

.solution_list dd i {
    font-style: normal;
    font-size: 24px;
    color: #c1c1c1;
    line-height: 50px;
    text-transform: uppercase;
    margin: 10px 0 25px;
    display: block;
}

.solution_list dd p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.solution_list dd span {
    width: 180px;
    background: #16418a;
    text-align: center;
    display: block;
    margin-top: 30px;
    overflow: hidden;
}

.solution_list dd span a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
}

.solution_list dl:nth-child(2n) dt {
    float: right;
}

.solution_list dl:nth-child(2n) dd {
    float: left;
}

.cc_list02 {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cc_list02 dl {
    width: 32%;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    background: #f7f7f7;

}

.cc_list02 dl:nth-child(3n) {
    margin-right: 0;
}

.cc_list02 dl dt {
    padding: 5px;
    background: #ebebeb;
    display: block;
    overflow: hidden;
}


.cc_list02 dl:hover dt .zhezhao {
    z-index: 8;
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.cc_list02 dl dt .c_img {
    max-width: 100%;
    display: flex;
    overflow: hidden;
    height: 275px;
    justify-content: center;
    align-items: center;
}

.cc_list02 dl dt .c_img img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    max-height: 100%;
}

.cc_list02 dl dd {
    display: block;
    height: 60px;
    overflow: hidden;
}

.cc_list02 dl dd p {
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    text-align: center;    
    background: url(../images/link.png) 95% no-repeat;

}


.cc_list02 dl:nth-child(3n) {
    margin-right: 0 !important;
}

.cc_list02 dl:hover {
    border-bottom: 2px solid #1063cb;
}

.cc_list02 dl:hover dt {
    border: none;
}

.cc_list02 dl:hover dt .c_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}


.subsite{ width: 100%; display: block;  overflow: hidden; height: 70px; border-bottom: 1px solid rgba(255,255,255,0.16) }
.subsite ul{list-style:none; overflow: hidden; width: 1200px;margin: 0 auto}
.subsite ul li{ float: left;line-height: 70px; color: #fff}
.subsite ul li a{float: left; padding:0 10px; display: block; font-size: 14px; color: #c3c3c3;}



.sidebar { float: right; width: 28%; overflow: hidden; position: relative }
.about { background: #FFF url(../images/banner.jpg) no-repeat top center; overflow: hidden; }
.ctoavatar { margin: 80px auto 20px; width: 100px }
.ctoavatar img { width: 100px; /*border-radius: 50% */}
.abname { color: #3f3f3f; font-weight: bold; font-size: 16px; margin-bottom: 10px; text-align: center }
.abposition { color:#096; text-align: center }
.abtext { padding: 20px 40px; color: #9a9a9a; line-height: 26px }
.readmore { float: right; }
/*search*/
.search { background: #FFF; overflow: hidden; padding: 20px; margin: 20px 0 }
.input_text { padding-left: 5px; border: 1px solid #ccc; width: 70%; height: 26px; line-height: 26px; background-color: #f2f2f2; float: left; }
.input_submit { background-color: #333; color: #FFF; float: left; width: 20%; border: none; cursor: pointer; height: 28px; line-height: 28px; }
/*tags*/
.cloud { width: 100%; clear: both; overflow: hidden; background: #fff; margin-bottom: 20px }
.cloud ul { padding: 20px; overflow: hidden; }
.cloud ul a { line-height: 24px; height: 24px; display: block; background: #999; float: left; padding: 3px 11px; margin: 10px 10px 0 0; border-radius: 8px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #FFF }
.cloud ul a:nth-child(8n-7) { background: #8A9B0F }
.cloud ul a:nth-child(8n-6) { background: #EB6841 }
.cloud ul a:nth-child(8n-5) { background: #3FB8AF }
.cloud ul a:nth-child(8n-4) { background: #FE4365 }
.cloud ul a:nth-child(8n-3) { background: #FC9D9A }
.cloud ul a:nth-child(8n-2) { background: #EDC951 }
.cloud ul a:nth-child(8n-1) { background: #C8C8A9 }
.cloud ul a:nth-child(8n) { background: #83AF9B }
.cloud ul a:first-child { background: #036564 }
.cloud ul a:last-child { background: #3299BB }
.cloud ul a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px }
.hometitle { padding: 0 10px; line-height: 50px; height: 50px; font-size: 18px; border-bottom: 1px solid #e5e5e5; color: #333; position: relative } 
.hometitle:after { content: ''; position: absolute; height: 2px; width: 0; right: inherit; top: inherit; left: 0; bottom: -1px; background: #333; transition: 2s ease all; }
.hometitle:hover:after { width: 100%; transition: 2s ease all; }
.paihang { background: #FFF; overflow: hidden; margin-bottom: 20px }
.paihang ul { padding: 10px; }
.paihang ul li { border-bottom: solid 1px #EAEAEA; font-size: 14px; margin: 0 0 10px 0; padding: 0 0 10px 0; overflow: hidden }
.paihang ul li b { height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; }
.paihang ul li p { line-height: 24px; color: #888 }
.paihang ul li a:hover { color: #000; }
.paihang ul li:hover p { color: #000; }
.paihang ul li:hover b a { color: #000; }
.paihang li i { width: 100px; height: 90px; overflow: hidden; display: block; border: #efefef 1px solid; float: left; margin-right: 10px }
.paihang li img { height: 100%; margin: auto; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.paihang ul li:hover i img { transform: scale(1.1) }
/*links*/
.links { width: 100%; background: #FFF; overflow: hidden; }
.links ul { padding: 20px; overflow: hidden }
.links ul a { line-height: 24px; margin: 0 10px 0 0; display: block; float: left }
.links ul a:hover { text-decoration: underline }
.weixin { background: #FFF; overflow: hidden; margin: 20px 0; }
.weixin img { width: 70%; margin: 22px auto;}
/*lmnav*/
.lmnav { background: #FFF; overflow: hidden; margin-bottom: 20px }
.lmnav li { border-bottom: 1px dashed #CCCCCC; margin: 10px; padding-bottom: 5px; padding-left: 10px; font-weight: bold }
.lmnav li a { color: #333; }
.lmnav li a:hover { color: #096 }
.lmnav li ul li { border: none; margin: 0 0 0 30px; padding: 5px 0; font-weight: normal }
.navbor { border: #333 1px solid; position: relative; margin: 20px; background: url(../images/navbg.png) no-repeat bottom right; background-size: 70% 70%; }
.navbor:before { content: ""; width: 100px; height: 20px; background: #fff; top: -10px; left: 0; position: absolute }
.navbor:after { content: ""; width: 20px; height: 100px; background: #fff; top: -10px; left: -10px; position: absolute }
.picbox { width: 72%; float: left; overflow: hidden; margin-top: 20px }
.picbox ul { overflow: hidden; width: 268px; float: left; margin-right: 16px }
.picbox ul li { display: block; background: #FFF; margin: 0 0 20px 0; border: 1px #d9d9d9 solid; }
.picbox ul li i { margin: 10px; height: auto; overflow: hidden; display: block; }
.picbox ul li img { width: 100%; }
.picinfo h3 { border-bottom: #ccc 1px solid; padding: 20px 0; margin: 0 20px }
.picinfo span { padding: 20px; display: block; color: #666 }
.infos { float: left; width: 70%; overflow: hidden; background: #FFF; margin: 20px 0 }
.newsview { padding: 0 30px }
.intitle { line-height: 40px; height: 40px; font-size: 14px; ; border-bottom: #000 2px solid; }
.intitle a { font-weight: normal; }
.news_title { font-size: 24px; font-weight: normal; padding: 20px 0; color: #333; }
.news_author { width: 100%; color: #999; line-height: 18px; }
.news_author span { margin-right: 10px; padding-left: 20px }
.au01 { background: url(../images/author2.png) no-repeat left center }
.au02 { background: url(../images/date.png) no-repeat left center }
.au03 b { color: #333; padding: 0 5px }
.au04 { font-weight: normal; }
.news_about { color: #888888; border: 1px solid #F3F3F3; padding: 10px; margin: 20px auto 15px auto; line-height: 23px; background: none repeat 0 0 #F6F6F6; }
.news_about strong { color: #38485A; font-weight: 400 !important; font-size: 13px; padding-right: 8px; }
.news_content { line-height: 24px; font-size: 14px; }
.news_content p { overflow: hidden; padding-bottom: 4px; padding-top: 6px; word-wrap: break-word; }
.tags a { background: #F4650E; padding: 3px 8px; margin: 0 5px 0 0; color: #fff; }
.tags { margin: 10px 0; }
.news_infos { line-height: 24px; text-align: justify; }
.news_infos p { margin-bottom: 10px }
.news_infos img { max-width: 650px; height: auto; margin: 0 auto;}
.share { padding: 20px; }
.nextinfo { line-height: 24px; width: 100%; background: #FFF; border-radius: 10px; overflow: hidden; margin: 20px 0 }/*上一篇下一篇*/
.nextinfo p { padding: 4px 10px; border-radius: 5px; }
.nextinfo a:hover { color: #000; text-decoration: underline }
/*相关文章*/
.otherlink, .xzsm, .ffsm { width: 100%; background: #FFF; border-radius: 10px; overflow: hidden; margin: 20px 0 }
.otherlink h2 { border-bottom: #000 2px solid; line-height: 40px; font-size: 14px; background: url(../images/5794.png) left 10px center no-repeat; padding-left: 40px; color: #000 }
.otherlink ul { margin: 10px 0 }
.otherlink li { line-height: 24px; height: 24px; display: block; width: 290px; float: left; overflow: hidden; margin-right: 30px; padding-left: 10px; }
.otherlink li a:hover { text-decoration: underline; color: #000 }



.blogs{ float: left; width: 70%; overflow: hidden; }
.blogs li { margin-bottom: 10px; overflow: hidden; padding: 20px; background: #fff }
.blogs li:hover img { transform: scale(1.05, 1.05); opacity: 1; }
.blogs li:hover .font::before, .picshow li:hover .font::after { opacity: 1; transform: scale(1); transition: all 2s; }

h3.blogtitle { line-height: 30px; height: 30px; margin: 10px 0; }
.blogpic { overflow: hidden; width: 30%; display: block; float: left; margin-right: 20px; border-radius: 5px; ; }
.autor { width: 100%; overflow: hidden; clear: both; margin: 20px 0 0 0; display: inline-block; color: #838383; font-size: 12px; }
.autor span { margin-right: 10px; padding-left: 20px }
.autor span a { color: #096; }
.autor span a:hover { text-decoration: underline }
.lm { background: url(../images/newsbg01.png) no-repeat left center }
.dtime { background: url(../images/newsbg02.png) no-repeat left center }
.viewnum { background: url(../images/newsbg04.png) no-repeat left center }
.pingl { background: url(../images/newsbg03.png) no-repeat left center }
.blogpic img { width: 100% }
.bloginfo p { color: #888; line-height: 24px }
.more { font-size: 14px; }
.warp02{ background: #f7f7f7; display: block; overflow: hidden; padding:50px 0;}

.boxs{ width:280px; border:1px solid #1048a0; height:45px; line-height:45px; margin-left:10px;}
.texts {
    width: 188px;
    height: 100%;
    float: left;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
    border:none;
}

.btnSubmits {
    width: 82px;
    height: 45px;
    background: #1048a0;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 45px;
    border:none;
    cursor:pointer;
    vertical-align:top;
}
.ab_page { float: left; width: 70%; overflow: hidden;  }
.article_content{background: #fff; padding:12px; display: block; overflow: hidden;}