
*{
    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 ���ܼ̳������С */
/** ���ñ��Ԫ�� **/
table { border-collapse: collapse; border-spacing: 0; }

/*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;
}
/*---------------------------------*/


/*carousel*/
.carousel{
    position:relative;
    z-index:0;
    height:500px;
}
.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:#333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display:none;
}
.carousel_wrap .prev{
    left:10%;
}
.carousel_wrap .next{
    right:10%;
}

.carousel_wrap .next:hover,
.carousel_wrap .prev:hover
{
    color:#fff;
    background:rgba(32,129,198,1);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff1d7e80', endColorstr='#ff1d7e80');
}
.carousel:hover .next,
.carousel:hover .prev
{
    display:block;
}
.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 .picList li .container.a1{
    position: relative;
    width:1265px;
    height:100%;

}
.carousel .picList li .container>img{
    position:absolute;
}


.carousel .picList li .ban1_1{
    left:-1200px;
    top:80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 2s ease;

}
.carousel .picList li .ban1_2{
    right:-1200px;
    top:130px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 2.5s ease;
}

.carousel .picList li .ban1_3{
    right:-1200px;
    bottom:60px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 2.3s ease;
}

.carousel .picList li.active .ban1_1{
    left:0;
}
.carousel .picList li.active .ban1_2{
    right:0;
}
.carousel .picList li.active .ban1_3{
    right:0;
}


.carousel .picList li .container.a2{
    position: relative;
    width:1200px;
    height:100%;

}

.carousel .picList li .ban2_1{
    left:-1200px;
    top:50%;
    margin-top:-130px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 2s ease;

}
.carousel .picList li .ban2_2{
    right:-1200px;
    top:50%;
    margin-top:-130px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 2.3s ease;
}


.carousel .picList li .ban2_3{
    left:50%;
    margin-left:-319px;
    bottom:-50%;
    margin-bottom:-131px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 2.5s ease;
}


.carousel .picList li.active .ban2_1{
    left:0;
}
.carousel .picList li.active .ban2_2{
    right:0;
}
.carousel .picList li.active .ban2_3{
    bottom:50%;
}

.main .mod{
    padding:60px 0;
}

.main .mod.last{
    padding-bottom:100px;
}

.header{
    border-top:5px solid #e07419;
}
.logobar{
    padding:7px 0;
}

.logobar .logo{
    margin-right:365px;
}
.nav a{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:100px;
    height:56px;
    line-height:56px;
    text-align:center;
    background-color: #fff;
    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;
    font-size:14px;
}
.nav a:hover,
.nav a.active
{
    background-color:#2081C6;
    color:#fff;
}

.search_box{
    height:56px;
}

.search_box .in{
    width:40px;
    height:40px;
    position:relative;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*background-image: url(images/fdj_1.png);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*cursor:pointer;*/
    /*border:1px solid #ddd;*/
}
.search_box .in .btn{
    width:40px;
    height:40px;
    position:absolute;
    rigiht:0;
    top:0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(images/fdj.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor:pointer;
    border:1px solid #ddd;
    z-index:3;
}

.search_box .in input{
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    line-height:40px;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    outline:none;
    /*background-image: url(images/fdj.png);*/
    /*background-position: 9px center;*/
    /*background-repeat: no-repeat;*/
    border:none;
    -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-left:10px;
    opacity: 0;
    filter:alpha(opacity=0);
    visibility: hidden;
    z-index:1;
}

/*.search_box:hover input,*/
.search_box .in.active input
{
    width: 240px;
    border-radius: 50px;
    background-position: 200px center;
    border:1px solid #ddd;
    display:block;
    visibility: visible;
    opacity: 1;
    filter:alpha(opacity=100);
    padding-right:48px;
}

/*.search_box:hover .in,*/
.search_box .in.active
{
    background-image: none;
}

/*.search_box:hover .btn,*/
.search_box .in.active .btn
{
    border:1px solid transparent;
}

.tit_m1{
    font-size: 24px;
    line-height:50px;
    height:50px;
    border-bottom:1px solid #ddd;
    position:relative;
    width:300px;
    margin:0 auto;
    text-align:center;
    margin-bottom:40px;

}
.tit_m1 span{
    color:#2081C6;
    font-family: "Microsoft YaHei";
    font-size:21px;
    margin-right:15px;
}
.tit_m1:after{
    content:"";
    position:absolute;
    bottom:-2px;
    left:50%;
    width:40px;
    height:3px;
    margin-left:-20px;
    background-color:#e07419;

}

.about_box .bl{
    width:570px;
    height:340px;
    position:relative;
    left:-500px;
    opacity:0;
}
.about_box .bl:after{
    content:"";
    position:absolute;
    width:140px;
    height:140px;
    background-color: #e07419;
    bottom:-10px;
    left:-10px;
    z-index:0;
}

.about_box .bl:before{
    content:"";
    position:absolute;
    width:100px;
    height:1px;
    background-color: #dddddd;
    z-index:2;
    right:-50px;
    top:40px;
}
.about_box .bl .img{
    overflow:hidden;
    width:100%;
    height:100%;
    position:relative;
    z-index:1;
}
.about_box .br{
    width:550px;
    height:340px;
    position:relative;
    overflow:hidden;
    right:-500px;
    opacity:0;
}

.about_box .br .tit{
    font-size:18px;
    color:#2081C6;
    margin-bottom:25px;
}

.about_box .br .desc{
    font-size: 14px;
    line-height:2em;
    color:#666;
}

.about_box .btn{
    width:120px;
    height:35px;
    line-height:35px;
    text-align:center;
    color:#fff;
    background-color: #2081C6;
    font-size:20px;
    position:absolute;
    bottom:0;
    left:0;
    cursor:pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.about_box .btn:hover{
    background-color: #1A659D;
    width:135px;
}
.main .mod2{
    background-color: #f9f9f9;
}

.product_list li{
    width:285px;
    height:auto;
    border-bottom:1px solid #ddd;
    margin-bottom:40px;
    position:relative;
}

.product_list li a{
    display:inline-block;
    width:100%;
    height:100%;
}

.product_list li .i_img{
    width:285px;
    height:200px;
    margin-bottom:2px;
    position:relative;
}
.product_list li .i_img img{
    width:100%;
    height:100%;
}

.product_list li .i_tit{
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #666;
    position: relative;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.product_list li .i_tit span{
    margin-left: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;
    position:relative;
    z-index:3;
}

.product_list li .i_tit:after{
    content:"";
    position:absolute;
    width:100%;
    height:0%;
    bottom:0;
    left:0;
    background-color:rgba(32,129,198,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#991d7e80', endColorstr='#991d7e80');
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product_list li:hover .i_tit:after{
    height:100%;
}
.product_list li:hover span{
    color:#fff;
}

.product_list li .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0%;
    background-color:rgba(32,129,198,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#991d7e80', endColorstr='#991d7e80');
    text-align:center;
    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;
}


/*@keyframes zhuan{*/
    /*0%{*/
        /*-webkit-transform: rotate(-180deg);*/
        /*-moz-transform: rotate(-180deg);*/
        /*-ms-transform: rotate(-180deg);*/
        /*-o-transform: rotate(-180deg);*/
        /*transform: rotate(-180deg);*/
    /*}*/

    /*100%{*/
        /*-webkit-transform: rotate(0deg);*/
        /*-moz-transform: rotate(0deg);*/
        /*-ms-transform: rotate(0deg);*/
        /*-o-transform: rotate(0deg);*/
        /*transform: rotate(0deg);*/
    /*}*/
/*}*/
.product_list li .mask img{
    width:auto;
    height:auto;
    margin-top:-70px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;

}
.product_list li:hover .mask img{
    margin-top:65px;
    /*animation:zhuan 1s linear .2s;*/

}
.product_list li:hover .mask{
    height:100%;
}


.main .mod2 li{
    opacity: 0;
}
.main .mod2 li.l1{
    left:-500px;
    top:-150px;
}
.main .mod2 li.l2{
    left:-400px;
    top:-50px;
}
.main .mod2 li.l3{
    right:-400px;
    top:-50px;
}

.main .mod2 li.l4{
    right:-500px;
    top:-150px;
}


.main .mod2 li.l5{
    left:-500px;
    bottom:-150px;
}
.main .mod2 li.l6{
    left:-400px;
    bottom:-50px;
}
.main .mod2 li.l7{
    right:-400px;
    bottom:-50px;
}

.main .mod2 li.l8{
    right:-500px;
    bottom:-150px;
}


.ser_box .bl{
    width:795px;
    height:auto;
}

.ser_box .br{
    width:386px;
    height:456px;
}


.adv_list li{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:386px;
    height:220px;
    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:175px;
    bottom:0;
    right:0;
    background-color:rgba(32,129,198,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#991d7e80', endColorstr='#991d7e80');
    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:45px;
    line-height:45px;
    margin-bottom:15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

}

.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{
    margin-top:25px;
}
.adv_list li:hover .i_mask .desc{
    margin-top:0;
    line-height:1.6em;
}
.adv_list li:hover .i_mask .desc:after{
    bottom:35px;
}

.adv_list li.first .in{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:50px;
}

.adv_list li.first .in .tit{
    font-size:22px;
    line-height:1em;
    color:#fff;
    border-bottom:2px solid #e07419;
    width:4em;
    padding-bottom:15px;
    margin-bottom:35px;
}
.adv_list li.first .in .link{
    overflow:hidden;
}
.adv_list li.first .in .link a{
    display:inline-block;
    width:120px;
    height:36px;
    border:1px solid #fff;
    text-align:center;
    line-height:36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:14px;
    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;
}
.adv_list li.first .in .link a:hover{
    background-color:rgba(32,129,198,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#991d7e80', endColorstr='#991d7e80');
    border:1px solid transparent;
}
.ser_box .br{
    position:relative;
    text-align:center;
    color:#fff;
    overflow:hidden;

}
.ser_box .br .mask{
    position:absolute;
    bottom:-410px;
    left:0;
    background-color:rgba(32,129,198,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#991d7e80', endColorstr='#991d7e80');
    width:100%;
    height:100%;
    padding:13px 70px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ser_box .br .tit{
    font-size:16px;
    margin-bottom:20px;
    position:relative;
    /*left:-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;
}

.ser_box .br .desc{
    font-size:14px;
    line-height:10em;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:37px 0;
    height:310px;
    position:relative;
    /*left:-100%;*/
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.ser_box .br .line{
    width:100%;
    height:1px;
    background-color:#fff;
}

.ser_box .br:hover .mask{
    bottom:0;
    padding:50px 70px;
}
.ser_box .br:hover .tit{
    /*left:0;*/
}
.ser_box .br:hover .desc{
   line-height:2em;
}


/*.main .mod3 .adv_list li{*/
    /*position:relative;*/
    /*left:-500px;*/
    /*opacity: 0;*/
/*}*/
.main .mod3 .bl{
    position:relative;
    left:-500px;
    opacity: 0;
}
.main .mod3 .br{
    position:relative;
    right:-500px;
    opacity:0;
}
.footer .f1{
    padding-top:35px;
    background-color:#2081C6;
    padding-bottom:20px;
}
.footer .f1 .logo{
    margin-bottom:15px;
}

.footer .f1 p{
    font-size:14px;
    color:#fff;
    line-height:1em;
    margin-bottom:15px;
}
.footer .f1 .f1_l{
    margin-right:40px;
}
.footer .f1 .f_list{
    padding-bottom:27px;
    border-bottom:1px solid #90C0E3;
    margin-bottom:22px;
}
.footer .f1 .f_list a{
    font-size:14px;
    color:#fff;
    line-height:1em;
    margin-right:40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer .f1 .f_list a:hover{
  text-decoration: underline;
}
.footer .f1 .f_list a.last{
    margin-right:0;
}

.footer .f1 .f1_r .tit{
    color:#fff;
    text-align:center;
    margin-top:5px;
}
.footer .f2{
    background-color:#1A659D;
    height:45px;
    line-height:45px;
}
.footer .f2 .line{
    width:550px;
    height:1px;
    background-color:#90C0E3;
    display:inline-block;

}



.footer .f2 em{
    color:#90C0E3;
    margin:0 18px;
    font-size:14px;
    line-height:1em;
    position:relative;
    top:4px;
}

.footer .f1 .f1_l .b p.p3 a{
    color:#fff;
}
.footer .f1 .f1_l .b p.p3 a:hover{
    text-decoration: underline;
}

._ban{
    width:100%;
    height:400px;
    position:relative;
    margin:0 auto;
}

._ban .img{
    position:absolute;
    height:100%;
    left:0;
    top:0;
}

._nav{
    height:60px;
    line-height:60px;
    background-color: #f8f8f8;
    text-align:center;
}

._nav a{
    display:inline-block;
    width:140px;
    height:60px;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/about1_h.png);
    font-size:16px;
    color:#333;
    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;
}
._nav a.active,
._nav a:hover
{
    background-image: url(images/about1.png);
    color:#fff;
}

._main .mod{
    padding:60px 0;
}

._main .mod.last{
    padding-bottom:100px;
}

.tit_m2 .tit{
    font-size:36px;
    color:#ececec;
    font-family:"Arial";
}

.tit_m2 .st{
    font-size:24px;
    color:#666;
    margin-bottom:20px;
}

.tit_m2 .line{
    width:50px;
    height:3px;
    background-color: #2081C6;
}
.about .mod1 .l{
    margin-right:165px;
}
.about .mod1 .m1 .c{
    width:435px;
    font-size:14px;
    color:#666;
    line-height:2em;
}
.about .mod1 .m1 .r{
    width:377px;
    font-size:14px;
    color:#666;
    line-height:2em;
}
.about .mod1 .gyn{
    width:100%;
    font-size:14px;
    color:#666;
    line-height:2em;
}
.about .mod1 .m1{
    margin-bottom:50px;
}

.about .mod1 .m2{
    height:340px;
    margin-bottom:30px;
}

.about .mod1 .m3{
    margin-bottom:30px;
    font-size:14px;
    color:#666;
    line-height:2em;
}
.about .mod1 .m3 span{
    font-size:16px;
    line-height:3em;
    color:#333;
}

.about .mod1 .m4{
    height:280px;
    font-size:0;
}
.about .mod1 .m4 img{
    margin-right:30px;
}
.about .mod1 .m4 img.last{
    margin-right:0;
}
.culture .m1{
    text-align:center;
}
.culture .tit{
    font-size:20px;
    color:#2081C6;
}

.culture .line{
    width:1px;
    height:15px;
    background-color: #e07419;
    margin:20px  auto;
}
.culture .desc{
    font-size:16px;
    color:#666;
    line-height:2.5em;
}
.culture .ban{
    margin:45px 0;
}
.list.certi li{
    width:370px;
    margin-bottom:10px;


}
.list.certi li .i_img{
    width:370px;
    height:260px;
    overflow:hidden;
    box-shadow: 0 5px 15px 0px #999;
}
.list.certi 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;
}
.list.certi li .tit{
    font-size:16px;
    line-height:3em;
    white-space:nowrap;
    overflow:hidden;
    color:#666;
    text-align:center;
}
.list.certi li:hover 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);  
}
.news_list li{
    margin-bottom:50px;
}
.news_list li a{
    display:block;
    width:100%;
    height:100%;
    padding:40px;
    border:1px solid #ddd;
    -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;
}

.news_list li a .date{
    width:80px;
    height:90px;
    background-color: #2081C6;
    color:#fff;
    padding-left:20px;
    -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;

}
.news_list li a .date p{
    font-size:16px;
    margin-bottom:8px;
}

.news_list li a .date em{
    font-size:13px;
}
.news_list li a .date .in{
    display:table-cell;
   height:90px;
    width:80px;
    vertical-align: middle;
    text-align:left;

}
.news_list li .c{
    width:715px;
    overflow:hidden;
    margin-left:30px;
}
.news_list li .c .tit{
    font-size:18px;
    color:#333;
    margin-bottom:15px;
    line-height:1em;
}
.news_list li .c .tit:after{
    content:"";
    display:block;
    width:50px;
    height:1px;
    background-color: #ddd;
    margin-top:16px;
}
.news_list li .desc{
    font-size:14px;
    color:#777;
    line-height:1.5em;
    height:3em;
    overflow:hidden;
}

.news_list li .r{
    width:220px;
    height:90px;
    border:1px solid #ddd;
    background-color:#fff;
}

.news_list li .in{
    height:100%;
    text-align:center;
}
.news_list li .r img{
    height:100%;
}
.news_list li a:hover{
    background-color:#2081C6;
}
.news_list li a:hover .date{
    background-color: #fff;
    color:#2081C6;
}
.news_list li a:hover .desc{
   color: #fff;
}
.news_list li a:hover .tit{
    color: #fff;
}

.pages a{
    display:inline-block;
    padding:8px 15px;
    margin-right:10px;
    -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;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right:20px;
}
.pages a.last{
    margin-right:0;
}

.pages a:hover,
.pages a.active
{
    background: #2081C6;
    color:#fff;
}
.pages{
    text-align:center;
}

.pages .inner{
    display:inline-block;
}

.news_details {
    padding-bottom:100px;

}

.main_tit{
    margin-top:35px;
    text-align:center;
    margin-bottom:18px;
}
.main_tit .tit{
    font-size:18px;
    color:#333;
}
.main_tit .st{
    font-size:14px;
    color:#999999;
}
.news_details .con{
    border-top:1px solid #ddd;
    padding-top:30px;
	font-size:14px;
	line-height:180%;
    padding-bottom:65px;
}

.news_details .con .text{
    font-size:14px;
    line-height:2em;
    color:#666;
}

.news_details .con .tit{
    font-size:16px;
    color:#333;
    margin:23px 0;
}

.up_down{
    padding:20px 0;
    border-top:1px dashed #e3e3e3;
    border-bottom:1px dashed #e3e3e3;
    padding-left:15px;
    padding-right:65px;
}

.up_down a{
    display:block;
    font-size:14px;
    color:#666;
}
.up_down a:hover{
    color: #000;
}
.up_down .r{
    width:90px;
    height:37px;
    line-height:37px;
    text-align:center;
    background-color:#2081C6;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.up_down .r:hover{
    background-color: #216566;
}
.classify{
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
    margin-bottom:30px;
}
.classify a{
    display:inline-block;
    width:auto;
    height:40px;
    line-height:40px;
    text-align:center;
	padding:0 5px;
    margin-right:3px;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    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;
    
}
.classify a:hover,
.classify a.active
{
    background-color: #2081C6;
    color:#fff;
}

.classify a.last{
    margin-right:0;
}
.product .mod1{
    padding-top:30px;
}

.backParent{
    height:60px;
    line-height:60px;
    background-color: #f8f8f8;
    text-align:right;
}
.backParent a{
    display:inline-block;
    width:140px;
    height:60px;
    text-align:center;
    color:#fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/back.png);
}

.pro_details .title{
    font-size:18px;
    text-align:center;
    color:#333;
    margin:50px 0;
}
.desc_box{
    margin-bottom:50px;
}
.desc_box .bl{
    width: 374px;
    height:262px;
    overflow:hidden;
    border:1px solid #ddd;
}

.desc_box .br{
    width:760px;
    height:262px;
    padding-top:1px;
}

.desc_box .bl img{
    width:100%;
    height:100%;
}
/*.detail_box .bl:hover 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);*/
/*}*/

.desc_box .br .r{
    font-size:16px;
    color:#666;
    height:35px;
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
}
.desc_box .br span{
    font-size:16px;
}
.desc_box .br em{
    font-size:14px;
}
.detail_box .con{
    padding:40px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

}
.detail_box .tit{
    font-size:16px;
    color:#2081C6;
    margin-bottom:10px;
}

.detail_box .text{
    font-size:14px;
    color:#666;
    line-height:2em;
}
.detail_box{
    margin-bottom:60px;
}

.pro_details{
    padding-bottom:60px;

}

.detail_box .img{
    text-align:center;
    margin:20px 0;
}

.recommend_box .tit{
    font-size:16px;
    color:#2081C6;
    margin-bottom:10px;
}

.service .l,.service .r{
    width:580px;
    height:265px;
    overflow:hidden;
}
.service .l{
    font-size:14px;
    color:#666;
    line-height:2.2em
}
.service .r img{
    width:100%;
    height:100%;

}
.list1.lr_pt{
    padding:0 80px;
}
.list1.lr_pt li{
   width:490px;
    height:200px;
    display:inline-table;
    padding:0 40px;
    margin-bottom:60px;
    border:1px solid #ddd;
}
.list1.lr_pt li .i_img{
    display:table-cell;
    vertical-align: middle;
    width:67px;
}
.list1.lr_pt li .desc{
    display:table-cell;
    vertical-align: middle;
    padding-left:22px;
}

.list1.lr_pt li .desc{
    font-size:14px;
    color:#666;
    line-height:2.5em;
}
.list1.lr_pt li.last,.list1.lr_pt li.before_last{
    margin-bottom:0;
}

.cont_box .bl{
    width:460px;
    height:225px;
}
.cont_box .br{
    width:620px;
    height:225px;
}

.cont_box .bl .tit{
    font-size:18px;
    color:#333;
    line-height:1em;
    margin-bottom:35px;
}
.cont_box .bl .tit:after{
    content:"";
    display:block;
    width:40px;
    height:2px;
    background-color: #e07419;
    margin-top:15px;
}
.cont_box .bl .con p{
    font-size:14px;
    color:#666;
    margin-bottom:22px;
    line-height:1em;
}

.cont_box .bl .con p.last{
    margin-bottom:0;
}
.cont_box .br input{
    height:40px;
    line-height:40px;
    width:300px;
    margin-right:15px;
    border:1px solid #ddd;
    padding:0 20px;
    outline:none;
    -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;

}
.cont_box .br input:focus{
    border:1px solid #2081C6;
}
.cont_box .br input.last{
    margin-right:0;
}

.cont_box .br .r{
    margin-bottom:20px;
}
.cont_box .br .r.last{margin-bottom:0;}
.cont_box .br textarea{
    height:100px;
    width:100%;
    border:1px solid #ddd;
    padding:15px;
    outline:none;
    -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;
    resize: none;
}
.cont_box .br textarea:focus{
    border:1px solid #2081C6;
}

.cont_box .br button{
    height:45px;
    line-height:45px;
    width:100%;
    outline:none;
    -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;
    border:none;
    text-align:center;
    background-color: #fff;
    border:1px solid #ddd;
    color:#666;
    cursor:pointer;
}
.cont_box .br button:hover{
    background-color: #2081C6;
    color:#fff;
}

.contact .map_box{
    width:1328px;
    margin:0 auto;
    height:578px;
    margin-top:70px;
    position:relative;
}

.contact .map_box .map{
    position:absolute;
    left:64px;
    top:1px;
}
.contact .mod1.last{
    padding-bottom:50px;
}

.logobar .logo{
    margin-right:0;
	margin-top:9px;
}

.logobar .nav{
    float:none;
    float:right;
    margin-right:30px;
}

.logobar .search_box{
    margin-left:15px;
}

.ch_en{
    height:56px;
    line-height:56px;
}
.ch_en a{
    font-size:12px;
}
.ch_en a.active{
    color:#E07218;
}