
*{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    /*font-size: 62.5%;/!*10 ¡Â 16 ¡Á 100% = 62.5%*!/*/
}
body{
    color:#333;
    background:#fff;
    font-family:'Î¢ÈíÑÅºÚ','Microsoft YaHei' ;
    font-size:12px;
    /*font-size: 1.2rem;*/
}
a{text-decoration:none;color:#93959a;outline:none;}
ul,ol{list-style:none}
img{
    vertical-align:bottom;
    max-width:100%;
    border:none;
}

i,em{ font-style:normal;}/*ÇãÐ±±êÇ©*/
button, input, select, textarea { font-size: 100%; } /* Ê¹µÃ±íµ¥ÔªËØÔÚ ie ÏÂÄÜ¼Ì³Ð×ÖÌå´óÐ¡ */


/*layout*/
.fixed_top{
    position:fixed !important;
    left:0;
    top:0;
}
.main{
    /*background:#F5F5F5;*/
}
.footer{

}
.container{
    width:1200px;
    margin:0 auto;
    position:relative;
}

.container:before{
    content:'';
    display:table;
}
.container:after{
    content:'';
    display:table;
    clear:both
}

.fl{float:left}
.fr{float:right}
.justify_fix{
    display:inline-block !important;
    width:100%;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    font-size:0 !important;
    box-shadow:none !important;
    line-height:0 !important;
    height:0 !important;
}
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
.ovh{overflow:hidden;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display: table;line-height: 0;content:"";}
.clearfix:after{clear:both;}
.trs {
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    -ms-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
}
.db{
    display:block;
}
.dn{
    display:none;
}
.tj{
    text-align:justify !important;
    font-size:0; /*ËùÓÐä¯ÀÀÆ÷*/
    font-size:1px\9; /*IE8ÒÔ¼°ÒÔÏÂ°æ±¾ä¯ÀÀÆ÷*/
    *font-size:0; /*IE7¼°ÆäÒÔÏÂ°æ±¾ä¯ÀÀÆ÷*/
    _font-size:0; /*IE6ä¯ÀÀÆ÷*/
}
.fs0{
    font-size:0 !important; /*ËùÓÐä¯ÀÀÆ÷*/
}
.dib{
    display:inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
}
.hidden{
    position:absolute!important;
    overflow:hidden;
    clip:rect(1px 1px 1px 1px);
    clip:rect(1px,1px,1px,1px);
    margin:-1px;
    padding:0!important;
    width:1px;
    height:1px!important;
    border:0!important;
}
.vc img{
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.vc:after{
    content:"";
    vertical-align: middle;
    display:inline-block;
    /**zoom:1;*/
    /**display: inline;*/
    width:0;
    height:100%;
}
@media screen and (max-width: 767px){
    .db_phone{display:block;}
}

@media screen and (min-width: 768px) and (max-width: 991px){
    /*Ð¡ÆÁÄ»£¨Æ½°å£¬´óÓÚµÈÓÚ768px£©*/
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    /*ÖÐµÈÆÁÄ»£¨×ÀÃæÏÔÊ¾Æ÷£¬´óÓëµÈÓÚ992px£©*/
}

@media screen and (min-width: 1200px){
    /*´óÆÁÄ»£¨´ó×ÀÃæÏÔÊ¾Æ÷£¬´óÓëµÈÓÚ1200px£©*/
}

.verticle-mode {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    *writing-mode: tb-rl;
}
.rtl { direction: rtl; }
.ltr { direction: ltr; }
/*:-moz-placeholder { /!* Mozilla Firefox 4 to 18 *!/*/
/*color: #fff; opacity:1;*/
/*}*/

/*::-moz-placeholder { /!* Mozilla Firefox 19+ *!/*/
/*color: #fff;opacity:1;*/
/*}*/

/*input:-ms-input-placeholder{*/
/*color: #fff;opacity:1;*/
/*}*/

/*input::-webkit-input-placeholder{*/
/*color: #fff;opacity:1;*/
/*}*/


.list{
    font-size:0; /*ËùÓÐä¯ÀÀÆ÷*/
    font-size:1px\9;
    *font-size:0;
    _font-size:0;
}
.list>li{
    display:inline-block;
    *zoom:1;
    *display: inline;
    width:auto;
    height:auto;
    position:relative;
    vertical-align: top;
}
.list>li>a{
    display:block;
    width:100%;
    height:100%;

}
.list>li>img{
    display:inline-block;
    *zoom:1;
    *display:inline;
    vertical-align: middle;
}
.list.w50>li{
    width:50%;
    text-align:center;
}
.list.w33>li{
    width:33.333333333%;
    text-align:center;
}
.list.w25>li{
    width:25%;
    text-align:center;
}
.list.w20>li{
    width:20%;
    text-align:center;
}
/*---------------------------------*/

.header{
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*background-color:rgba(0,0,0,.8);*/
    /*filter:Alpha(Opacity=60);/!*100Îª²»Í¸Ã÷£¬0ÎªÈ«Í¸Ã÷*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc000000', endColorstr='#cc000000');*/
    /*z-index:1;*/
}

.header .topbar{
    height:40px;
    line-height: 40px;
    background-color: #f3f3f3;
    font-size:0;
}
.header .topbar .l{
    font-size:14px;
    color:#999;
}
.header .topbar .r a{
    margin-right:20px;
}

.header .topbar .r a.last{
    margin-right:0;
}
.header .logobar{
    height:60px;
    line-height:60px;
    margin-top: 20px;
    margin-bottom: 10px;
}


.header .phone em{
    font-size:16px;
    color:#666;
    margin-left:7px;
}
.header .phone i{
    font-size:20px;
    color:#1364c1;

}
.header .nav .container{
    border-top:1px solid #ddd;
}
.header .nav_list{
    font-size:0; /*ËùÓÐä¯ÀÀÆ÷*/
}
.header .nav_list>li{
    display:inline-block;
    *zoom:1;
    *display: inline;
    text-align: center;
    cursor:pointer;
    position: relative;
    background-image: url(".");
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    -ms-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
    margin-right:18px;
}
/*.header .nav_list>li{*/
    /*display:inline;*/
/*}*/
.header .nav_list>li>a{
    color:#666;
    font-size:16px;
    display:inline-block;
    *zoom:1;
    *display: inline;
    padding:20px;
    /*height:60px;*/
    background-image: url(".");
    position:relative;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    -ms-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;

}

.header .nav_list>li.active,.header .nav_list>li:hover{
    background-color:#fe7215;
}
.header .nav_list>li.active>a,.header .nav_list>li:hover>a{
    background-color:#fe7215;
    color:#fff;
}
.header .nav_list>li .sub{
    /*background-color:rgba(255,255,255,.5);*/
    /*filter:Alpha(Opacity=60);/!*100Îª²»Í¸Ã÷£¬0ÎªÈ«Í¸Ã÷*!/*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccffffff', endColorstr='#ccffffff');*/
    /*background-color:#666;*/
}
.header .nav_list>li .sub li{
    width:140px;
    height:42px;
    line-height:45px;
    position:relative;
    background-repeat:repeat-x;
    background-position: center;
    background-image: url(images/nav_bg.png);
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    -ms-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;

}
.header .nav_list>li .sub li a{
    text-align:center;
    font-size:14px;
    display:inline-block;
    *zoom:1;
    *display: inline;
    width:100%;
    height:100%;
    color:#666;
    border-bottom:1px solid #fff;
}
.header .nav_list>li .sub li a.last{
    border-bottom:0;
}
.header .nav_list>li .sub li a span{
    color:transparent;
    margin-left:-16px;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    -ms-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
}
.header .nav_list>li .sub li a:hover span{
    color:#22afe2;
    margin-left:10px;
}
.header .nav_list>li .sub1{
    position:absolute;
    left:50%;
    top:100%;
    margin-left:-70px;

}

.header .nav_list>li .sub1 li a:hover{
    color:#22afe2;
}
.header .nav_list>li .sub1 li{
    position:relative;
}
.header .nav_list>li .sub2{
    left:140px;
    top:0;
    opacity:1;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    -ms-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
    position: absolute;
    visibility: hidden;
    z-index:10;

}

.header .nav_list>li .sub1{
    opacity:0;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    -ms-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
    top:135%;
    visibility: hidden;
    z-index:10;
}
.header .nav_list>li:hover .sub1
/*.header .nav_list>li.active .sub1*/
{
    opacity:1;
    top:100%;
    visibility:visible;
}
.header .nav_list>li .sub1>li:hover .sub2{
    opacity:1;
    visibility: visible;
    padding-left:2px;
    /*background-color:transparent;*/
}
/*carousel*/
.carousel{
    position:relative;
    z-index:0;
    height:550px;
}
.carousel_wrap{
    position:relative;
    z-index:0;
    height:100%;
}
.carousel_wrap .next,
.carousel_wrap .prev
{
    position:absolute;
    z-index:1;
    width: 45px;
    height:50px;
    text-align:center;
    line-height:50px;
    background:rgba(255,255,255,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ffffff', endColorstr='#99ffffff');
    top:50%;
    margin-top:-50px;
    font-size:25px;
    cursor:pointer;
    color:#fff;
}
.carousel_wrap .prev{

    left:10%;

}
.carousel_wrap .next{

    right:10%;

}
.carousel_wrap .hd{
    position:absolute;
    left:50%;
    bottom:20px;
    z-index:1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.carousel_wrap .bd{height: 100%}
.carousel_wrap .tempWrap{height: 100%}
.carousel_wrap .picList{height: 100%}
.carousel_wrap .picList li{
    height:100%;
    width:100%;
}
.carousel_wrap .picList li>a{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.carousel_wrap .picList li>a img{
    /*float:left;*/
    /*width:100%;*/
    /*height:100%;*/
}
/*.carousel_wrap .picList li>a.a1{*/
/*background-image: url(images/ban1.jpg);*/
/*}*/
/*.carousel_wrap .picList li>a.a2{*/
/*background-image: url(images/ban2.jpg);*/
/*}*/
/*.carousel_wrap .picList li>a.a3{*/
/*background-image: url(images/ban3.jpg);*/
/*}*/

.carousel_wrap .hd li{
    width:15px;
    height:15px;
    text-align:center;
    line-height:15px;
    color:transparent;
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin-right:25px;
    cursor:pointer;
    border:1px solid #fff;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.carousel_wrap .hd li.on{
    background-color:#fff;
}
.carousel_wrap .picList li>a .btn{
   margin-top:320px;
    width:200px;
    line-height:45px;
    background-color: #f46c11;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    text-align:center;
    margin-left:360px;


}

.carousel_wrap .picList li>a .btn span{margin-right:9px;font-size:16px;}
.carousel_wrap .picList li>a .btn:hover{
    background-color: #eb660e;
}

.main .mod{
    padding:60px 0;
}
.main .mod1{
    background-color: #fff;
}
.main .mod1 .container{
    width:1220px;
}

.tit_m1{
    height:60px;
    line-height:60px;
    background-repeat: no-repeat;
    background-position: center;
    margin:0 auto;
    position:relative;
    margin-bottom:38px;

}
.tit_m1.b1{
    width:160px;
    background-image: url(images/border1.png);
}
.tit_m1.b2{
    width:160px;
    background-image: url(images/border2.png);
}
.tit_m1.b2 .in{
    margin-left:-97px;
}
.tit_m1.b3{
     width:160px;
     background-image: url(images/border3.png);
 }
.tit_m1.b4{
    width:160px;
    background-image: url(images/border2.png);
}
.tit_m1.b3 .in{
    margin-left:-147px;
}
.tit_m1 .in>span{
    font-size:24px;
    color:#666;
}
.tit_m1 .in>em{
    font-size:14px;
    color:#999;
}
.tit_m1 .in{
    margin-left:-65px;
}
.tit_m1:after{
    content:"";
    display:block;
    position:absolute;
    width:100px;
    height:1px;
    background-color: #eb660e;
    top:50%;
    right:-80px;
}
.tit_m1.b3 .in span{
    color:#fff;
}
.tit_m1.b3 .in em{
    color:#fff;
}
.tit_m1.b4 .in{
    margin-left:-97px;
}

.service_box{

}

.service_box .boxl,.service_box .boxr{
    position:relative;
}

.list1{

}
.list1 li{
    width:310px;
    height:80px;
    position:relative;
    margin-bottom:1px;
}
.list1 li>a{
    width:300px;
    height:80px;
    position:absolute;
    right:0;
    top:0;
    background-color:#f9f9f9;
    background-repeat: no-repeat;
    background-position: 25px center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding:10px 47px 10px 80px;
}
.list1 li>a .tit{
    font-size: 18px;
    color:#666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list1 li>a .desc{
    font-size: 14px;
    color:#999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list1 li>a:after{
    content:"";
    display:block;
    position: absolute;
    right:20px;
    top:50%;
    border-top:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid #fff;
    margin-top:-9px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    /* IE 4-9 */
    filter:alpha(opacity=0);
}
.list1 li>a.a1{
    background-image: url(images/ser1.png);
}

.list1 li>a.a2{
    background-image: url(images/ser2.png);
}

.list1 li>a.a3{
    background-image: url(images/ser3.png);
}

.list1 li>a.a4{
    background-image: url(images/ser4.png);
}

.list1 li>a.a5{
    background-image: url(images/ser5.png);
}

.list1 li>.a1:hover,
.list1 li>.a1.active
{
    background-image: url(images/ser1_h.png);
}
.list1 li>.a2:hover,
.list1 li>.a2.active
{
    background-image: url(images/ser2_h.png);
}
.list1 li>.a3:hover,
.list1 li>.a3.active
{
    background-image: url(images/ser3_h.png);
}
.list1 li>.a4:hover,
.list1 li>.a4.active
{
    background-image: url(images/ser4_h.png);
}
.list1 li>.a5:hover,
.list1 li>.a5.active
{
    background-image: url(images/ser5_h.png);
}

.list1 li>a:hover,
.list1 li>a.active
{
    width:100%;
    background-color: #1364c1;
}
.list1 li>a:hover:after,
.list1 li>a.active:after
{
    opacity: 1;
    filter:alpha(opacity=100);
    right:0px;
}
.list1 li>a:hover .tit,
.list1 li>a.active .tit
{
    color:#fff;
}
.list1 li>a:hover .desc,
.list1 li>a.active .desc
{
    color:#fff;
}
.service_box .boxc{
    float:left;
    height:404px;
    width:600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-image: url(images/ser11.jpg);*/
}

.list2 li{
    width:310px;
    height:80px;
    position:relative;
    margin-bottom:1px;
}
.list2 li>a{
    width:300px;
    height:80px;
    position:absolute;
    left:0;
    top:0;
    background-color:#f9f9f9;
    background-repeat: no-repeat;
    background-position: 240px center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding:10px 80px 10px 47px;
}
.list2 li>a .tit{
    font-size: 18px;
    color:#666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list2 li>a .desc{
    width:173px;
    font-size: 14px;
    color:#999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list2 li>a:after{
    content:"";
    display:block;
    position: absolute;
    left:20px;
    top:50%;
    border-top:10px solid transparent;
    border-right:10px solid #fff;
    border-bottom:10px solid transparent;
    border-left:10px solid transparent;
    margin-top:-9px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    /* IE 4-9 */
    filter:alpha(opacity=0);
}
.list2 li>a.a1{
    background-image: url(images/ser6.png);
}

.list2 li>a.a2{
    background-image: url(images/ser7.png);
}

.list2 li>a.a3{
    background-image: url(images/ser8.png);
}

.list2 li>a.a4{
    background-image: url(images/ser9.png);
}

.list2 li>a.a5{
    background-image: url(images/ser10.png);
}

.list2 li>.a1:hover,
.list2 li>.a1.active
{
    background-image: url(images/ser6_h.png);
}
.list2 li>.a2:hover,
.list2 li>.a2.active
{
    background-image: url(images/ser7_h.png);
}
.list2 li>.a3:hover,
.list2 li>.a3.active
{
    background-image: url(images/ser8_h.png);
}
.list2 li>.a4:hover,
.list2 li>.a4.active
{
    background-image: url(images/ser9_h.png);
}
.list2 li>.a5:hover,
.list2 li>.a5.active
{
    background-image: url(images/ser10_h.png);
}

.list2 li>a:hover,
.list2 li>a.active
{
    width:100%;
    background-color: #1364c1;
    background-position: 250px center;
}
.list2 li>a:hover:after,
.list2 li>a.active:after
{
    opacity: 1;
    filter:alpha(opacity=100);
    left:0;
}
.list2 li>a:hover .tit,
.list2 li>a.active .tit
{
    color:#fff;
}
.list2 li>a:hover .desc,
.list2 li>a.active .desc
{
    color:#fff;
}

.li_h1{
    width:362px;
    height:80px;
    border:2px solid red;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    z-index:0;
    cursor:pointer;
}
.li_h1 span{
    float:right;
    height:80px;
    width:50px;
    background-color:red;
    color:#fff;
    font-size:18px;
    text-align:center;
    line-height:80px;
}
.service_box .boxc{
    padding-left:100px;
}
.service_box .boxc a{
    font-size:18px;
    color:#fff;
    line-height:1.5em;
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.li_h2{
    width:362px;
    height:80px;
    border:2px solid red;
    position:absolute;
    top:0;
    right:0;
    overflow:hidden;
    z-index:0;
    cursor:pointer;
}
.li_h2 span{
    float:left;
    height:80px;
    width:50px;
    background-color:red;
    color:#fff;
    font-size:18px;
    text-align:center;
    line-height:80px;
}

/*advantage*/
.main .mod2{
    background-color:#f9f9f9;
}

.service .service_list{
    font-size:0;
}
.adv_list li{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:390px;
    height:250px;
    position:relative;
    vertical-align: top;
    margin-bottom:15px;
}

.adv_list li .img{
    width:100%;
    height:100%;
}

.adv_list li .i_mask{
    position:absolute;
    left:0;
    top:200px;
    bottom:0;
    right:0;
    background-color:rgba(19,100,193,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#991364c1', endColorstr='#991364c1');
    text-align:center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding:0 40px;
    overflow:hidden;
}

.adv_list li .i_mask .title{
    color:#fff;
    /*margin-top:105px;*/
    height:30px;
    line-height:30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	margin:10px 0 5px;
	font-size:16px;
	font-weight:bold;

}

.adv_list li .i_mask .title em{
    font-size:16px;
    margin:0 18px;
}
.adv_list li .i_mask .desc{
    font-size:14px;
    color:#fff;
    line-height:3.5em;
    display:block;
    margin-top:100px;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -ms-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear;
    height:4.8em;

}
.adv_list li .i_mask .desc:after{
    content: "";
    display:block;
    width:80%;
    height:1px;
    background-color:#fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-top:30px;
    position:absolute;
    bottom:-1px;
    left:50%;
    margin-left:-40%;

}
.adv_list li:hover .i_mask{
    top:0;
}
.adv_list li:hover .i_mask .title{
}
.adv_list li:hover .i_mask .desc{
    margin-top:0;
    line-height:1.6em;
}
.adv_list li:hover .i_mask .desc:after{
    bottom:40px;
}
.main .mod3{
    height:390px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/case_t.jpg);
}
.main .mod3 .container{
    height:100%;
}
.case_box{
    position:absolute;
    width:1200px;
    height:375px;
    -webkit-box-shadow: 1px 2px 3px 1px #eee;
    -moz-box-shadow: 1px 2px 3px 1px #eee;
    box-shadow: 1px 2px 3px 1px #eee;
    left:50%;
    margin-left:-600px;
    bottom:-245.5px;

}
.list3{
    font-size:0;

}
.list3 li{
    width:300px;
    height:125px;
    border:1px solid #eee;
}

.list3 a{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:300px;
    height:125px;
    position:relative;

}
.list3 a .i_img{
   line-height:125px;
    text-align:center;
    background-color:#fff;
}
.list3 a .i_img img{
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.list3 a:hover img{
    transform: scale(1.1);
}

.list3 a .t{
    position:absolute;
    z-index:10;
}
.list3 a .t-r{
    height: 1px;
    background-color: red;
    left: 0;
    bottom: 0;
    width: 0;
}

.list3 a .t-t{
    height: 0;
    background-color: red;
    right: 0;
    bottom:0;
    width: 1px;
}
.list3 a .t-l{
    height: 1px;
    background-color: red;
    right: 0;
    top: 0;
    width: 0;
}
.list3 a .t-b{
    height: 0;
    background-color: red;
    left: -1px;
    top: 0;
    width: 1px;
}

.main .mod4{
    padding-top:240px;
}
.news_box .bl{
    width:580px;
    overflow:hidden;
}
.news_box .bl .i_img{
    width:580px;
    height:318px;
    overflow:hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.news_box .bl:hover .i_img{
    transform: scale(1.05);
}
.news_box .bl .tit{
    padding:20px 0;
    font-size:16px;
    color:#666;
    white-space: nowrap;
    overflow:hidden;
    line-height:1em;
}

.news_box .bl .desc{
    font-size: 14px;
    color: #999;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    position:relative;
}
.news_box .bl .desc span{
    position:absolute;
    color:#1364c1;
    bottom:0;
    right:0;

}
.news_box a.more{
    width:150px;
    line-height:35px;
    display:block;
    margin-top:25px;
    font-size:14px;
    text-align:center;
    background-color: #1364c1;
    color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.news_box a.more:hover{
    background-color: #21538d;
}
.news_box a.more img{
    margin-left:10px;
}

.news_box .br{
    width:580px;
}

.list4 li{
    margin-bottom:17px;
}
.list4 li a{
    display:block;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    overflow:hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list4 li .date{
    width:60px;
    height:90px;
    text-align:center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #ddd;
    padding:0 4px;
    overflow:hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right:18px;
}

.list4 li .date .t{
    padding:10px 0;
    border-bottom:1px solid #ddd;
    font-size:30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.list4 li a .date .b{
    font-size:12px;
    padding:5px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.list4 li .con{
    padding:8px 5px;
}

.list4 li .tit{
    font-size:16px;
    white-space: nowrap;
    color:#666;
    line-height:1em;
    padding:7px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list4 li .desc{
    font-size:14px;
    color:#999;
    line-height:1.5em;
    height:3em;
    overflow:hidden;
}
.list4 li a:hover{
    border-bottom:1px solid #1364c1;
}
.list4 li a:hover .tit{
    color:#1364c1;
}

.list4 li a:hover .date{
    background-color: #1364c1;
}

.list4 li a:hover .date .t{
    color:#fff;
    border-bottom:1px solid #fff;
}
.list4 li a:hover .date .b{
    color:#fff;
}


.footer{
    padding-top:40px;
    padding-bottom:20px;
    background-color:#0d2d46;
}


.list.list5 li{
    display:inline-block;
    *zoom:1;
    *display:inline;
}
.footer .list5{
    margin-bottom:48px;
}
.list.list6{
    /*border-top:1px solid #566c7e;*/
    padding-top:20px;
}
.list.list6 li{
    display:inline-block;
    *zoom:1;
    *display:inline;
    vertical-align: top;
}

.list.list6 li .link_list>a{
    display:block;
    font-size:12px;
    line-height:1.9em;
    color:#c5c5c5;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;

}
.list.list6 li .link_list>a:hover{
    color:#fff;
}
.list.list6 li .tit{
    font-size:14px;
    color:#ddd;
    padding:20px 0;
    line-height:1em;
    padding-top:0;
}

._ban{
    text-align:center;
    position:relative;
    /*height:400px;*/
    /*width:1920px;*/
    /*margin:0 auto;*/
    /*overflow:hidden;*/
}

._ban a{
    text-align:center;
    position:absolute;
    right:468px;
    bottom:100px;
    width:260px;
    height:45px;
    line-height:45px;
    text-align: center;
    font-size:0;
    color:#f7741d;
    background-color:rgba(255,255,255,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80ffffff', endColorstr='#80ffffff');
}

._ban a span{
    font-size:20px;
    margin-right:10px;
}
._ban a:hover{
    background-color:rgba(255,255,255,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b2ffffff', endColorstr='#b2ffffff');
}

._main .mod{
    padding:55px 0;
}
.tit_m2{
    text-align:center;
    margin-bottom:40px;
}
.tit_m2 .tit{
    font-size:28px;
    line-height:1em;
    padding-bottom:13px;
    color:#666;
}
.tit_m2 .hr{
    width:50px;
    height:3px;
    background-color: #f46c11;
    margin:0 auto;
}
.tit_m2 .sub_t{
    margin-top:15px;
}

.list.list7{
    margin-top:47px;
}
.list.list7 li{
    width:285px;
    display:inline-block;
    margin-bottom:20px;
}

.list.list7 li .i_img{
    width:100%;
    height:176px;
    overflow:hidden;
}
.list.list7 li .i_img img{
    width:100%;
    height:100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.list.list7 li:hover img{
    transform: scale(1.05);
}
.list.list7 li .i_tit{
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:16px;
    color:#1364c1;
    overflow:hidden;
    background-color:#f9f9f9;
    -webkit-box-shadow: 1px 1px 5px 1px #eee;
    -moz-box-shadow: 1px 1px 5px 1px #eee;
    box-shadow: 1px 1px 5px 1px #eee;
}
.list.list7 li em{
    margin:0 10px;
}

.tech .mod2{
    background-color: #f9f9f9;
}


.list.list8 li{
    display:inline-block;
    width:238px;
    height:300px;
    text-align:center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow:hidden;
    padding:0 25px;
}

.list.list8>li .i_img{
    width:120px;
    height:120px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:15px;
}
.list.list8>li .i1{
    font-size:18px;
    color:#333;
    line-height:1em;
    text-align:center;
}

.list.list8>li .hr{

    width:40px;
    height:2px;
    background-color: #f46c11;
    margin:15px auto;
}
.list.list8>li .i2{
    font-size:14px;
    color:#666;
    line-height:1.5em;
    text-align:center;
    height:4.5em;
    overflow:hidden;
}

.list.list8>li:hover{
    background-color:#fff;
    -webkit-box-shadow: 1px 1px 5px 1px #eee;
    -moz-box-shadow: 1px 1px 5px 1px #eee;
    box-shadow: 1px 1px 5px 1px #eee;
}

.tech .mod4{
    background-color: #f9f9f9;
}
.tech .mod5 li{
    margin-bottom:18px;
}

._main .mod .pic{
    text-align:center;
}
._main .mod .sub_t{
    font-size:16px;
    line-height:1.5em;
    color:#999;
    text-align:center;
    margin-bottom:40px;
}
.deduct .mod1 .sub_t{
    margin-bottom:40px;
}

.deduct .mod2{
    background-color: #f9f9f9;
    padding-bottom:20px;
}
.deduct .mod2 .tit_m2{margin-bottom:13px}


._hr1{
    display:block;
    width:80px;
    height:1px;
    background-color: #ddd;
    position:relative;
    margin:0 auto;
    margin-top:5px;
}
._hr1:after{
    content: "";
    display:block;
    width:16px;
    height:3px;
    background-color: #f46c11;
    left:50%;
    margin-left:-8px;
    position:absolute;
    top:-1px;
}

._ser .mod1 .list li{
    margin-bottom:30px;
}
._ser .mod2{
    background-color:#f9f9f9;
}
._ser .mod2 .list.w33{
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
._ser .mod2 .list.w33 li{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    line-height:230px;
}
._ser .mod4{
    background-color:#f9f9f9;
}
._ser .mod4 .list{
    margin-top:83px;
}
.patent .mod1 .list li{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.patent .mod1 .list li:hover{
    -webkit-box-shadow: 1px 2px 3px 1px #eee;
    -moz-box-shadow: 1px 2px 3px 1px #eee;
    box-shadow: 1px 2px 3px 1px #eee;
}
.patent .mod3{
    background-color: #f9f9f9;
}

.backPatent{
    width:100%;
    background-color: #f8f8f8;
    height:50px;
}
.details .tit{
    color:#1364c1;
    font-size:20px;
    margin:20px 0;
}

.details .text{
    font-size:14px;
    line-height:2em;
    color:#666;
}
.details .img{
    text-align:center;
    margin:20px 0;
}

.brand .mod1 .t_tit{
    font-size:14px;
    color:#666;
    line-height:2.5em;
    text-align:center;
    margin-bottom:50px;
}

.brand .mod1 .list.w33{
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.brand .mod1 .list.w33 li{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    line-height:200px;
}
.brand .mod2{
    background-color: #f9f9f9;
}
.brand .mod2 .list.w33{
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.brand .mod2 .list.w33 li{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    line-height:210px;
    background-color: #fff;
}
.brand .mod4{
    background-color: #f9f9f9;
}

.brand .mod5{
}
.brand .adv_list li{
    width:380px;
}

.brand .adv_list .i_mask{
    background:rgba(0,0,0,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}


.list9.ud_pt li{
    display:inline-block;
    width:100px;
    height:auto;
    text-align:center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow:hidden;
}
.list9.ud_pt>li .i_img{
    width:100px;
    height:100px;
    margin:0 auto;
    margin-bottom:20px;
}
.list9.ud_pt>li .i1{
    font-size:16px;
    color:#999;
    line-height:1em;
    text-align:center;
}
.list9.ud_pt.u1{
    margin-bottom:60px;
}


.copyright .mod2{
    background-color: #f9f9f9;
}
.list10.ucd_ptl li{
    display:inline-block;
    width:285px;
    text-align:center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow:hidden;
    padding:40px;
    background-color: #fff;
}
.list10.ucd_ptl>li .i_img{
    width:100px;
    height:100px;
    margin:0 auto;

}
.list10.ucd_ptl>li .i1{
    font-size:18px;
    color:#999;
    line-height:1em;
    text-align:center;
    padding:15px 0;
}
.list10.ucd_ptl .line{
    width:30px;
    height:1px;
    margin:0 auto;
    background-color: #f46c11;
}
.copyright .mod3{
    height: 602px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(images/cp18.jpg);
}
.copyright .mod3 .tit_m2 .tit{
    color:#fff;
}

.copyright .mod5{
    background-color: #fbfbfb;
}
.copyright .mod5 .list{
    padding:0 165px;
}






.why_box{
    height:370px;
}

.why_box .bl{
    width:556px;
    height:370px;
}

.why_box .br{
    width:620px;
    height:370px;
}

.why_box .carousel{
    position:relative;
    z-index:0;
    height:100%;
}
.why_box .carousel_wrap{
    position: relative;
}
.why_box .carousel_wrap .next,
.why_box .carousel_wrap .prev
{
    position:absolute;
    z-index:1;
    width: 40px;
    height:50px;
    text-align:center;
    line-height:50px;
    background:rgba(0,0,0,.2);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33000000', endColorstr='#33000000');
    top:100%;
    font-size:25px;
    cursor:pointer;
    color:#fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.why_box .carousel_wrap .prev{
    left:580px;
}
.why_box .carousel_wrap .next{
    right:-125px;
}

.why_box .carousel_wrap .next:hover,
.why_box .carousel_wrap .prev:hover
{
    background-color: #f46c11;
}

.why_box .t{
   color:#f46c11;
    font-size:30px;
    line-height:1em;
    margin-bottom: 40px;
}
.why_box .st{
    font-size:18px;
    color:#666;
    line-height:1.5em;
    height:3em;
    margin-bottom:35px;
}

.why_box .desc{
    height:130px;
    background-color: #f9f9f9;
    display:table-cell;
    vertical-align: middle;
    font-size:14px;
    color:#666;
    padding:0 60px;
}

.why_box .desc span{
    color:#f46c11;
    font-size:20px;
}

.knowledge .mod2{
    background-color: #f9f9f9;
}
.knowledge .mod2 .pic{
    background-color: #f9f9f9;
    margin-bottom:65px;
}


.knowledge .adv_list li{
    width:290px;
    height:220px;
}

.knowledge .adv_list .i_mask{
    background:rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b2000000', endColorstr='#b2000000');
    top:170px;
}

.knowledge .adv_list li .i_mask .desc:after{
    display:none;
}

.knowledge .adv_list .title i{
    width:28px;
    height:2px;
    background-color: #fff;
    display:block;
    margin:0 auto;
    position:relative;
    top:0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.knowledge .adv_list a:hover i{
    top:-7px;
}

.list11.ucd_ptlt li{
    text-align:center;
    overflow:hidden;
    padding:40px;
    background-color: #fff;
    border:1px solid #ddd;
    margin-right:-1px;
    margin-top:-1px;
}
.list11.ucd_ptlt>li .i_img{
    width:100px;
    height:100px;
    margin:0 auto;
    margin-bottom:20px;

}
.list11.ucd_ptlt>li .i1{
    font-size:16px;
    color:#666;
    line-height:1em;
    text-align:center;
}
.list11.ucd_ptlt .line{
    width:40px;
    height:3px;
    background-color: #049ad9;
    margin:10px auto;
}

.list11.ucd_ptlt>li .i2{
    font-size:14px;
    color:#999;
    line-height:1em;
    text-align:center;
}

.knowledge .mod4{
    background-color: #f9f9f9;
}
.contact_box .tit_m2 .tit{
    font-size:24px;
    text-align:left;
}
.contact_box .bl{
    width:430px;
}

.contact_box .br{
    width:580px;
}

.contact_box .br .i1{
    margin-bottom:20px;
}
.contact_box .br .i1 input,.contact_box .br .i2 input{
    height:45px;
    line-height:45px;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:14px;
    outline:none;
    padding:0 10px;
    width:280px;
    color:#999;
}
.contact_box .br .i2 input{
    width:135px;
}
.contact_box .br .i2 span{
    width:130px;
    height:45px;
}
.contact_box .br .i2 span img{
    width:100%;
    height:100%;
}
.contact_box .br{

}
.contact_box .br button{
    width:280px;
    height:45px;
    line-height:45px;
    text-align: center;
    color:#fff;
    font-size:14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #2dd3fd;
    outline: none;
    border:none;
    cursor:pointer;
}
.contact_box .br button:hover{
    background-color: #19b6de;
}
.contact_box .i2{
    margin-bottom:40px;
}

.contact_box .i3 a{
    display:block;
    height:50px;
    line-height:50px;
    text-align: center;
    color:#fff;
    font-size:16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #2dd3fd;
    outline: none;
    border:none;
    cursor:pointer;

}
.contact_box .i3 a em{
    margin:0 15px;
}
.list12{
    padding:0 190px;
}
.list12 li{
    width:390px;
    height:180px;
    margin-bottom:40px;
}
.list12 li>a{
    padding:50px;
    background-repeat: no-repeat;
    background-position: center;
    padding-left:72px;
}
.list12 li>a.a1{
    background-image: url(images/kn12.jpg);
}
.list12 li>a.a2{
    background-image: url(images/kn13.jpg);
}
.list12 li>a.a3{
    background-image: url(images/kn14.jpg);
}
.list12 li>a.a4{
    background-image: url(images/kn15.jpg);
}
.list12 li>a .i_img{
    width:80px;
    height:80px;
    float:left;
    margin-right:20px;
}
.list12 li>a .i_img img{
    widht:100%;
    height:100%;
}
.list12 li>a .tit{
    font-size:18px;
    line-height:1em;
    color:#fff;
    margin-bottom:20px;
}
.list12 li>a .det{
    font-size:14px;
    color:#fff;
    line-height:1em;
    padding:10px 0;
    border-bottom:2px solid #fff;
    overflow:hidden;
    width:85px;
}
.list12 li>a .det span{
    float:left;
}
.list12 li>a .det em{
    float:right;
}
.list12 li>a .ovh{
    padding-top:3px;
}


.knowledge .mod6{
    background-color: #f9f9f9;
}

.knowledge .mod6 .list li{
    width:580px;
    margin-bottom:50px;
}
.knowledge .mod6 .list li .wen{
    line-height:20px;
    height:20px;
    font-size:16px;
    color:#666;
    margin-bottom: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(images/wen.png);
    padding-left:30px;
}
.knowledge .mod6 .list li .da{
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(images/da.png);
    font-size:14px;
    padding-left:30px;
    color:#999;
}


.doubs .mod2{
    background-color: #f9f9f9;
}

.doubs .mod3{
    height:550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    margin-bottom: 40px;
}
.doubs .mod3 .list li{
    margin-bottom:55px;
}
.doubs .mod3 .tit_m2 .tit{
    color:#fff;
}

.doubs_in .dbs_l{
    width:200px;
    background-color: #fff;
    min-height:50px;
}
.doubs_in .dbs_l .tit{
    margin-bottom: 30px;
}
.doubs_in .dbs_r{
    width:950px;
    min-height:50px;
}

.dbs_nav li a{
    width:200px;
    height:50px;
    line-height:50px;
    background-color:#f7f7f7;
    /*f7f7f7*/
    display:block;
    margin-bottom: 10px;
    text-align:center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.dbs_nav li a span{
    webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size:16px;
    padding-left:20px;
    color:#666;
}
.dbs_nav li a i{
    webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position:relative;
    left:0;
    font-size:23px;
    top:3px;
    color:#666;
    opacity: 0;
    filter:Alpha(opacity=0);
}

.dbs_nav li a:hover{
    background-color:#f46c11;
}
.dbs_nav li a:hover span{
    color:#fff;
}
.dbs_nav li a:hover i{
    left:20px;
    color:#fff;
    visibility: visible;
    opacity: 1;
    filter:Alpha(opacity=100);
}
.bread .breadl {
    font-size: 16px;
    color: #666;
    border-bottom: 2px solid #f46c11;
    height:25px;
    line-height:25px;
    margin-right:8px;
}
.bread .breadr{
    border-bottom:1px solid #ddd;
    text-align:right;
    color:#999;
}
.bread .breadr a{
    font-size:14px;
    color:#999;
    height:24px;
    line-height:24px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bread .breadr a:hover{
    color:#f46c11;
}
.bread .breadr i{
    font-size:17px;
    position:relative;
    top:-2px;
    margin-right:6px;
}

.dbs_r .details .tit{
    color:#f46c11;
}

.declare_box{
    width:1070px;
    height:555px;
    margin:0 auto;
    position:relative;
    perspective: 600px;
}
.declare_box a{
    position:absolute;
    z-index:1;
}

.declare_box a.a1{
    left:90px;
    top:0;
}
.declare_box a.a9{
      top:0;
      right:90px;
}

.declare_box a.a2{
    top:120px;
    left:0;
}
.declare_box a.a8{
    top:120px;
    right:0;
}

.declare_box a.a3{
    top:240px;
    left:0;
}
.declare_box a.a7{
    top:240px;
    right:0;
}

.declare_box a.a4{
    top:360px;
    left:90px;
}
.declare_box a.a6{
    top:360px;
    right:90px;
}

.declare_box a.a5{
    bottom:0;
    left:50%;
    margin-left:-140px;
    z-index:0;
}

.declare_box a.a10{
    left:50%;
    top:90px;
    margin-left:-101.5px;
}

.fund .mod2{
    background-color: #f9f9f9;
}
.fund .mod3{
    background-color: #fff;
}

.details .main_tit{
    font-size:26px;
    color:#333;
    text-align:center;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.fund_detail .details .tit{
    color:#f46c11;
}

.fund_detail .details .text .tip{
    color:#f46c11;
}

.tab1{
    width:100%;
    height:480px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(images/certi8.jpg);
    padding-top:60px;
}
.tab1 .tab_list{
    font-size:0;
}
.tab1 .tab_list a{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:260px;
    height:70px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/certi1.png);
    vertical-align: top;
    font-size:20px;
    line-height:70px;
    text-align:center;
    color:#fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right:30px;
    position:relative;

}
.tab1 .tab_list a img{
    margin-right:10px;
}

/*.tab1 .tab_list a:after{*/
    /*content:'';*/
    /*position:absolute;*/
    /*bottom:0;*/
    /*left:0;*/
    /*height:0;*/
    /*width:0;*/
    /*border-top:7px solid transparent;*/
    /*border-right:9px solid transparent;*/
    /*border-bottom:7px solid #1263c3;*/
    /*border-left:9px solid transparent;*/
    /*left:50%;*/
    /*margin-left:-4.5px;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*filter:alpha(opacity=0);*/
/*}*/
.tab1 .tab_list a:hover,
.tab1 .tab_list a.active
{
    /*-webkit-box-shadow: 6px 6px 15px 0 rgba(0,0,0,.1);*/
    /*-moz-box-shadow: 6px 6px 15px 0 rgba(0,0,0,.1);*/
    /*box-shadow: 6px 6px 15px 0 rgba(0,0,0,.1);*/
    background-image: url(images/certi1_h.png);
}
/*.tab1 .tab_list a:hover:after{*/
    /*opacity: 1;*/
    /*filter:alpha(opacity=100);*/
    /*visibility: visible;*/
/*}*/

.tab1 .tab_box{
    overflow: hidden;
}
.tab1 .tb{
    height:350px;
    width:100%;
    position:absolute;
    color:#fff;
    background-repeat: no-repeat;
    background-position: right center;
    /*background-color: yellow;*/
    opacity: 0;
    filter:alpha(opacity=0);
    float:left;

}

.tab1 .tb .tit{
    font-size:30px;
    margin-bottom:20px;
    margin-top:90px;
}
.tab1 .tb .desc{
    font-size:14px;
    line-height:1.5em;
}
.tab1 .tb1{
    opacity: 1;
    filter:alpha(opacity=100);
    background-image: url(images/certi5.png);
}


.tab1 .tb2{
    background-image: url(images/certi6.png);
}
.tab1 .tb3{
    background-image: url(images/certi7.png);
}

.certi .mod2{
    background-color: #f9f9f9;
}
.certi .mod4{
    background-color: #f9f9f9;
}
.list14.w33 li{
    border:1px solid #ddd;
    margin-right:-1px;
    margin-bottom:-1px;
    background-color: #fff;
    height:200px;
    overflow:hidden;
}
.list14.w33 li .i_img{
    margin-right:15px;
}
.list14.w33 li .desc{
    width:235px;
    font-size:14px;
    color:#666;
    line-height:1.5em;
   text-align:left;
}

.certi .mod5 li{
    margin-bottom:20px;
}
.list13 li{
    border-bottom:1px solid #ddd;
    display:block;
}
.list13 li a{
    padding:40px 0;
}

.list13 li .i_img{
    width:275px;
    height:146px;
    border:2px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right:30px;
    overflow:hidden;
}
.list13 li .i_img img{
    width:100%;
    height:100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list13 li .con{
    width:770px;
    height:146px;
    float:left;
}
.list13 li .tit{
    font-size:18px;
    line-height:1em;
    color:#666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom:20px;
}

.list13 li .desc{
    font-size:14px;
    color:#999;
    line-height:1.5em;
    height:3em;
    overflow:hidden;
    margin-bottom:30px;
}

.list13 li .date{
    line-height:19px;
    padding-left:23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/news4.jpg);
    font-size:14px;
    color:#999;
}
.list13 li .more{
    width:95px;
    height:70px;
    border-left:2px solid #d6d6d6;
    color:#666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 70px;
    font-size:14px;
    text-align:center;
    margin-top:38px;
}

.list13 li .more span{
    margin-right:10px;
}

.list13 li a:hover .i_img{
    border:2px solid #f46c11;
}

.list13 li a:hover .i_img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.list13 li a:hover .tit{
    color:#f46c11;
}

.list13 li a:hover .more{
    color:#f46c11;
}
.list13{
    margin-bottom:60px;
}

.pages a{
    display:inline-block;
    padding:8px 15px;
    margin-right:18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
    color:#666;
    font-size:14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #ddd;
}
.pages a.last{
    margin-right:0;
}

.pages a:hover{
    background: #1364c1;
    color:#fff;

}
.pages{
    text-align:center;
}

.pages .inner{
    display:inline-block;
}


.news_tit{
    padding-bottom:20px;
}
.news_tit .tit{
    font-size:24px;
    color:#333;
    line-height:1em;
    margin-bottom:10px;
    text-align:center;
}

.news_tit .det{
    font-size:14px;
    color:#999;
    line-height:1em;
    text-align:center;
    position:relative;
}

.news_tit .date{
}
.news_tit .backlist{
    position:absolute;
    right:0;
    top:0;
}
.news_tit .backlist i{
    margin-left:10px;
}

.news_detail .textArea{
    font-size:14px;
    color:#666;
    line-height:2em;
    padding:25px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-bottom:35px;
}

.up_down a{
    font-size:16px;
    color:#999;
    line-height:1em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.up_down a.up i{
    margin-right:20px;
}
.up_down a.down i{
    margin-left:20px;
}
.up_down a:hover{
    color:#f46c11;
}
.about .tit_m2 .tit{
    padding-bottom:0;
}
.about .tit_m2 .sub_t{
    margin:15px 0;
}
.vline{
    width:1px;
    height:40px;
    background-color: #ddd;
    margin:20px auto;

}
.about .mod1 .text{
    font-size:16px;
    line-height:2em;
    color:#666;
}

.tit_m3{
    font-size:26px;
    line-height:1em;
    color:#333;
    margin-bottom: 30px;
}
.tit_m3 i{
    color:#999;
    font-size:14px;
}

.map_box{
    background-color: #f9f9f9;
    padding:30px;
    margin-bottom: 30px;
}

.map_box .map{
    width:555px;
    background-color: #fff;
    height:300px;
}
.map_box .con{
    width:555px;
    background-color: #fff;
    height:300px;
    padding:30px;
}

.map_box .tit{
    font-size:20px;
    color:#309fee;
}
.map_box .st{
    font-size:14px;
    color:#999;
    line-height:2em;
    margin-bottom:25px;
}

.map_box p{
    font-size:14px;
    line-height:1em;
    color:#666;
    margin-bottom:20px;
    overflow:hidden;
}

.footer{
    position:relative;
}
.footer:after{
    content: "";
    position:absolute;
    width:100%;
    height:1px;
    background-color:#566c7e;
    top:158px;

}


.topbar .r .wx{
    position:relative;

}
.topbar .r .wx .wx_in{
    position:absolute;
    bottom:-150px;
    left:-35px;
    width:100px;
    height:100px;
    z-index:15;
    visibility: hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.topbar .r .wx:hover .wx_in{
    bottom:-100px;
    opacity:1;
    filter:alpha(opacity=100);
    visibility: visible;
}



.backTop{
    width:39px;
    height:56px;
    position:fixed;
    bottom:140px;
    right:100px;
    background-image: url(images/toTop.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow:hidden;
    cursor:pointer
}

.backTop .in{
    width:100%;
    height:100%;
    color:#666;
    position:absolute;
    left:0;
    top:0;
    font-size:14px;
    text-align:center;
    padding-top:15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.backTop .in.in1{
    left:0;
}

.backTop .in.in2{
    left:100%;
    color:#f47119;
}
.backTop:hover .in1,
.backTop.active .in1
{
    left:-100%;
}

.backTop:hover .in2,
.backTop.active .in2
{
    left:0;
}
.fbah{
	width:100%;
	height:35px;
	overflow:hidden;
	line-height:35px;
	padding:0;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	background:#0C2941;
	position:relative;
}
.yuteng{
	width:1200px;
	height:35px;
	overflow:hidden;
	line-height:35px;
	padding:0;
	margin:15px auto 0;
	text-align:center;
	font-size:20px;
	color:#1364c1;
	position:relative;
}
.q11 a{ display:block;
padding:3px 0;}
.q11 img {
	vertical-align: middle;
}