﻿
/*-----------------[初始化]--------------*/
body{color: #83838e;font-size: 12px;line-height: 1.5;
    font-family:"宋体";
    background: #f8f8fa;
    min-width: 1200px;
}
li{list-style: none;}
.m-body{min-width: 0;}
a{color: #83838e;}
a:hover{color: #0061ae;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"宋体";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
button, input, select, textarea {
    /*取消苹果手机方法效果*/
    font-size:16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type='submit'],input[type='reset'],input[type='button']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.bg-w{background: #fff;}
/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}
.h60{height: 60px;}

/*******************************
  -------[=头部]-------
********************************/
body{padding-top: 70px;}
#hd{
    line-height: 70px;color: #ddd;background: #fff;height: 70px;
    position: fixed;width: 100%;top:0;left:0;z-index: 200;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.12);
}
#hd .col-r{height: 70px;}
#hd a{color: #333;}
#hd a:hover{color: #0075c1;}

.logo{display: inline-block;}
.logo img{vertical-align: middle;padding-right: 30px;max-height: 70px;}
.hd-red{
    display: inline-block;padding-left: 30px;background: url(../images/top-4.png) no-repeat 0 center;margin-left: 15px;
    color: #e6272d;font-size: 14px;
}


/*******************************
    -------[=导航]-------
********************************/
/*nav*/
#nav{display: inline-block;}
#nav li{float: left;}
#nav li .items{
    display: inline-block;padding: 0 15px;line-height: 70px;font-size: 14px;text-transform: uppercase;
    position: relative;z-index: 999;padding-bottom: 1px;
}
#nav li .items:hover{background:#f8f8fa;color: #0075c1;}
#nav li.on .items{background: #f8f8fa;}
#nav li.bg.on .items{background: url(../images/top-b.png) no-repeat center 55px;}
#nav li.bg.ok .items,#nav .bg .items:hover{background:#f8f8fa url(../images/top-b-on.png) no-repeat center 55px;color: #0075c1;}


/*图标*/
.hd-list{display: inline-block;border-right: 1px solid #ddd;}
.hd-list li{float: left;position: relative;}
.hd-list .a1,.hd-list .a2{display: block;line-height: 70px;height: 70px;width: 64px;display: block;}
.hd-list li .a1{position: relative;z-index: 999;padding-bottom: 1px;}
.hd-list .a1.ok{background:url(../images/top-b.png) no-repeat center 55px;}
.hd-list li .a1:hover,.hd-list .btn-2.on .a1,.hd-list .btn-1.on .a1{background:#f8f8fa url(../images/top-b.png) no-repeat center 55px;;}
.hd-list .btn em{
    display: block;height: 70px;width: 64px;border-left: 1px solid #ddd;
    /*background: url(../images/top-1.png) no-repeat center center;*/
    position: relative;
}
.hd-list li a em{
    
}
.hd-list li a em:after{
    -webkit-transition: -webkit-transform 150ms linear;
    transition: transform 150ms linear;
    overflow: hidden;
}
.hd-list li .a1:hover em:after{
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.hd-list .btn-1 em:after{
    position: absolute;top:50%;left:50%;content: "";
    margin-left: -10px;margin-top: -10px;
    background-image: url(../images/top-1.png);
    background-repeat: no-repeat;
    width: 20px;height: 20px;
}
.hd-list .btn-2 em:after{
    position: absolute;top:50%;left:50%;content: "";
    margin-left: -10px;margin-top: -10px;
    background-image: url(../images/top-2.png);
    background-repeat: no-repeat;
    width: 20px;height: 20px;
}
.hd-list .btn-3 em{
    background-image: url(../images/top-3.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.hd-list .btn-3{display: none;}
/*二级菜单*/
.nav-second{
    position: fixed;z-index:99;display: none;
    width: 100%;top: 70px;left: 0;background: #f8f8fa;height: 60px;line-height: 60px;
    border: 1px solid #ddd;
}
.nav-second2{
    position: fixed;z-index:99;display: none;
    width: 100%;top: 70px;left: 0;background: #f8f8fa;height: 60px;line-height: 60px;border: 1px solid #ddd;text-align: center;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}
.nav-second2 dl{display: inline-block;}
.nav-second2 dl dd{float: left;}
.nav-second2 dl dd a{margin: 0 24px;}

.nav-second .hd-ul1{display: inline-block;position: relative;}
.nav-second .hd-ul1 dd{float: left;}
.nav-second .hd-ul1 dd a{margin: 0 24px;font-size: 14px;}

.hd-ul2{
    display: none;
    position: absolute;line-height: 60px;white-space: nowrap;z-index: 999!important;
    left: 0;width: 100%;top:70px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);  
    -webkit-transform: translateX(-50%); 
    -o-transform: translateX(-50%);   
    -moz-transform: translateX(-50%);}
.hd-ul2 dd{display: inline-block;}
.hd-ul2 dd a{margin: 0 24px;}

.hd-list .btn-2{position: relative;}
.search-box{
    display: none;
    position: absolute;z-index: 99;right:-1px;top: 69px;width: 260px;height: 155px;padding: 30px;
    border: 1px solid #ddd;background: #f8f8fa;
}
.search-box .input-text{
    width: 260px;height: 40px;line-height: 40px;border: 1px solid #ddd;background: #fff;padding: 0 10px;
    margin: 0 0 15px 0;display: block;color: #9b9dae;font-size: 14px;
}
.search-box button{
    width: 260px;height: 40px;line-height: 40px;text-align: center;
    color: #0075c1;border: 1px solid #0075c1;background: none;cursor: pointer;
}
.search-box button:hover{background:#0075c1;color: #fff;}


/*******************************
  -------[=banner]-------
*******************************/
#ban{width: 100%;clear: both;padding: 0;}

#ban .items{
    position: relative;height: 560px;width: 100%;
    background-position: center center;background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
#ban .items a{
    display: block; position: relative;height: 100%;
    background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;background-size: cover;
}
#ban .txt{
    font-size:36px;color: #0075c1;position: absolute;left:50%;top: 50%;text-transform: uppercase;
    margin-top: -100px;margin-left: -600px;width: 585px;max-width: 580px;
}
#ban .txt img{display: block;}

#ban .slick-dots{
    position: absolute;
    bottom: 2%;
    text-align: center;
    width: 100%;
}
#ban .slick-dots li{
    display: inline-block;
    margin:0 5px;
}
#ban .slick-dots li a{
    display: block;
    font-size: 0;
    padding:0;
    width: 12px;
    height:12px;
    background:#fff;
    border:0;
    border-radius: 50%;
}
#ban .slick-dots li.slick-active a{
    background:rgba(0,0,0,0.4);
}

#ban .slick-prev,#ban .slick-next{
    position: absolute;
    z-index: 9;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background:#b1b2bf url(../images/arr-l.png) no-repeat center center;
    font-size: 0;
    border: none;
}
#ban .slick-prev {
    left: 50px;
    top: 48%;
}
#ban .slick-next {
    right: 50px;
    top: 48%;
    background-image:url(../images/arr-r.png); 
}

#ban .items .txt{display: none;}

#ban .items.slick-active .txt{
    display: block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}

#ban .txt{
    -webkit-animation-duration:1.6s;
    animation-duration:1.6s;
}






/*******************************
  -------[=底部]-------
********************************/
#fd{line-height: 87px;background: #a2a4b3;}
.fd-top{overflow: hidden;padding: 45px 0 20px;}

.fd-ul{overflow: hidden;margin-left: -80px;}
.fd-ul li{float: left;margin-left: 80px;}
.fd-ul li h3{font-size: 14px;line-height: 40px;}
.fd-ul li a{color: #fff;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.fd-ul li a:hover{color: #0061ae;}
.fd-dl dd{padding-left: 10px;background: url(../images/fd-bg.png) no-repeat 0 center;line-height: 30px;font-size: 14px;}

.fd-info{overflow: hidden;margin-top: 200px;}
.fd-info li{float: left;}
.fd-info li a{
    display: block;width: 32px;height: 32px;
    background: url(../images/fd-01.png) no-repeat center center;
    background-size: 29px 29px;margin-left: 10px;
    -webkit-transition: -webkit-transform 100ms linear;
    transition: transform 100ms linear;
}
.fd-info li a:hover{
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.fd-info .s2{background-image: url(../images/fd-02.png);}
.fd-info .s3{background-image: url(../images/fd-03.png);}

#fd .blue{color: #0061ae;}
.fd-bot{background: #fff;}
.fd-bot2{text-align: center;background: #fff;line-height: 38px;display: none;padding-bottom: 15px;}
.fd-bot2 .s1{
    display: inline-block;vertical-align: middle;width: 21px;height: 21px;margin: 0 5px;
    background: url(../images/fd-04.png) no-repeat 0 0;background-size: 21px 21px;
}
.fd-bot2 .s2{background-image: url(../images/fd-05.png);}
.fd-bot2 .s3{background-image: url(../images/fd-06.png);}
.bor-b{border-bottom: 1px solid #ddd;}

/*返回顶部*/
.toTop{position: fixed;bottom: 50px;left: 50%;margin-left: 570px;z-index: 9999;display: none;}
.toTop img{display: block;}

/*******************************
    -------[=正文]-------
********************************/

.m-row1{line-height: 80px;background: #fff;border-bottom: 1px solid #ddd;margin: 30px 0 0;}
.m-row1 .tit{
    float: left;width: 116px;border-right: 1px solid #ddd;text-align: center;
    color: #a2a4b4;font-size: 18px;
}
.lm-tit1.row1{display: none;}
.m-row1 .txt{overflow: hidden;height:80px;font-size: 14px;}
.m-row1 .txt .a-txt{display: block;height: 50px;padding: 15px;}
.m-row1 .txt p{
    line-height: 25px;height: 25px;
    display: -webkit-box;display: box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.m-row1 .txt h4{
    color: #57575e;line-height: 25px;
    white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 25px;
}
.m-row1 a:hover h4{color: #0061ae;}
.m-row1 .a-btn{
    display: block;float: right;color: #0061ae;
    width:70px;height: 80px;line-height: 80px;padding-left: 33px;border-left: 1px solid #ddd;
    background: url(../images/a-r.png) no-repeat 15px center;
}

.m-row1 .btn-more{
    display: none;float: right;width:70px;height: 40px;line-height: 40px;padding-left: 33px;
    background: url(../images/a-r.png) no-repeat 15px center;color: #0061ae;
}


.lm-tit1{line-height: 50px;font-size: 18px;color: #57575e;padding-top: 15px;}
.lm-tit4{line-height: 50px;font-size: 24px;color: #57575e;padding-top: 15px;text-transform: uppercase;}

.lm-list1{overflow: hidden;margin-left: -20px;}
.lm-list1 li{float: left;width: 25%;}
.lm-list1 .inner{display: block;margin-left: 20px;border-bottom: 1px solid #E4E7EB;}

.m-img{overflow: hidden;position: relative;padding-top: 100%;}
.m-img img{
    position: absolute;width: 100%;height: 100%;z-index: 9;
    left: 0;top: 0;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
}
a:hover .m-img img,
.inner:hover .m-img img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1); 
    -ms-transform: scale(1.1,1.1); 
    -o-transform: scale(1.1,1.1); 
    transform: scale(1.1,1.1);
    transform-origin: 50% 50%;
}
.lm-list1 .txt{background: #fff;padding:28px 20px 30px;}
.lm-list1 .tit{
    display: inline-block;line-height: 25px;height: 25px;font-size: 14px;font-weight: lighter;color: #fff;
    background: #0061ae;padding: 0 10px;border-radius: 3px;margin-bottom: 17px;white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.lm-list1 .tit2{display: block;background: none;font-size: 18px;padding: 0;border-bottom: 1px solid #e4e7eb;padding-bottom: 10px;}
.lm-list1 .tit2 a{color: #0075c1;}
.lm-list1 .txt p{    
    font-size: 14px;line-height: 20px;height:60px;
    display: -webkit-box;display: box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.lm-list1 .btn-more{
    display: inline-block;width: 105px;height: 32px;text-align: center;border: 1px solid #ddd; 
    border-radius: 5px;background: #fff;line-height: 32px;font-size: 14px;margin-top: 10px;
}
.g_list1{margin-left: -40px;}
.g_list1 .m-img{padding-top:59%;}
.g_list1 .txt{background: none;padding: 10px 0;}
.g_list1 .inner{margin-left: 40px;margin-bottom: 50px;border-bottom:0;}


.lm-list2{overflow: hidden;}
.lm-list2 li{float: left;width: 50%;}
.lm-list2 li a{display: block;color: #fff;}
.lm-list2 li .img-box{width: 50%;}
.lm-list2 .li-1 .img-box,.lm-list2 .li-2 .img-box{float: right;}
.lm-list2 .li-3 .img-box,.lm-list2 .li-4 .img-box{float: left;}

.lm-list2 li .txt-box{width: 50%;background: #000;}
.lm-list2 .li-1 .txt-box,.lm-list2 .li-2 .txt-box{float: left;}
.lm-list2 .li-3 .txt-box,.lm-list2 .li-4 .txt-box{float: right;}

.lm-list2 li .txt{padding-top: 100%;position: relative;}
.lm-list2 li .txt-inner{
    position: absolute;left: 0;top: 0;width: 100%;height: 100%;
    background: #fff;background: #0061ae;
}
.lm-list2 li .inner{padding: 30px;}
.lm-list2 li .txt h5{font-size: 16px;line-height: 60px;}
.lm-list2 li .txt p{
    font-size: 14px;line-height: 20px;height: 60px;
    display: -webkit-box;display: box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.lm-list2 li .txt .more{
    float: right;padding-left: 15px;font-size: 14px;line-height: 60px;
    background: url(../images/a-r.png) no-repeat 0 center;
}

.lm-list2 li .m-img em{
    display: block;opacity: 0;
    position: absolute;width: 100%;height: 100%;left: 0;top: 0;
    background: rgba(0,117,193,0.5);z-index: 99;
}

.lm-list2 li a:hover .m-img em{opacity: 1;}
.lm-list2 li a:hover .more{color: #fff;background-image: url(../images/a-r2.png);}



.content-box{position: relative;}

.lm-list2 a:hover .content-box:before {
opacity: 1;
display: block;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
    transform: scale(.9);
filter: alpha(opacity=100);
opacity: 1;
}

.content-box:before {
content: '';
position: absolute;
top: -4px;
left: -4px;
-webkit-box-sizing: content-box;
        box-sizing: content-box;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 400ms linear;
        transition: all 400ms linear;

filter: alpha(opacity=0);
border: 4px solid #fff;
z-index: 100;
}


/*弹窗*/
#f-weixin{
    background: #fff;position: fixed;display: none;
    left: 50%;top: 50%;margin: -132px 0 0 -115px;z-index:1000;
    border-radius: 5px;overflow: hidden; box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}
#f-weixin p{line-height: 39px;border-bottom: 1px solid #ddd;padding: 0 10px;font-size: 14px;}
#f-weixin .p2{width: 190px;font-size: 12px;line-height: 18px;padding:5px 20px 10px;border-top: 1px solid #ddd;}
#f-weixin img{width: 190px;height: 190px;padding: 10px 20px;}
#f-weixin .close-btn{
    width: 39px;height: 39px;position: absolute;right: 0;top: 0;
    background: url(../images/close-btn.jpg) no-repeat center center;
    cursor: pointer;
}

/*弹窗*/
#f-website{
    background: #fff;position: fixed;display: none;
    left: 50%;top: 50%;margin: -132px 0 0 -115px;z-index:1000;
    border-radius: 5px;overflow: hidden; box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}
#f-website p{line-height: 39px;border-bottom: 1px solid #ddd;padding: 0 10px;font-size: 14px;}
#f-website .p2{width: 190px;font-size: 12px;line-height: 18px;padding:5px 20px 10px;border-top: 1px solid #ddd;}
#f-website img{width: 190px;height: 190px;padding: 10px 20px;}
#f-website .close-btn{
    width: 39px;height: 39px;position: absolute;right: 0;top: 0;
    background: url(../images/close-btn.jpg) no-repeat center center;
    cursor: pointer;
}

/*英文版*/
.lm-list7 li{padding: 10px 0;border-bottom: 1px solid #ddd;}
.lm-list7 p{color: #0075c1;font-size: 14px; line-height: 30px;}
.lm-list7 h5{font-weight: lighter;}
.lm-list7 h5 a{
    font-size: 14px;line-height: 30px;color: #83838e;-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.lm-list7 h5 a:hover{color: #0075c1;}
.news-more{
    display: inline-block;
    width: 128px;height: 32px;line-height: 32px;text-align: center;background: #f8f8fa;
    border: 1px solid #ddd;font-size: 14px;margin-top: 20px; border-radius: 5px;
}

/*英文版底部*/
#fd.fd-2{background: #f8f8fa;}
.fd-2 .fd-top{position: relative;}
.fd-2 .fd-ul{margin-left: -50px;}
.fd-2 .fd-ul li{margin-left: 50px;}

.fd-2 .fd-ul li a{color: #83838e;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;}
.fd-2 .fd-ul li a:hover{color: #0075c1;}
.fd-line{border-bottom: 2px solid #0075c1;position: absolute;width: 100%;height: 2px;left: 0;top: 88px;}
.fd-2 dl{margin-top:15px;}
.fd-2 .fd-dl dd{background: none; padding: 0;}

.fd-2  .fd-info{margin-top: 30px;}
.fd-tit{line-height: 38px;}
.fd-2  .fd-info .s1{background-image: url(../images/fd-07.png);}
.fd-2  .fd-info .s2{background-image: url(../images/fd-08.png);}
.fd-2  .fd-info .s3{background-image: url(../images/fd-09.png);}
