﻿
/*-----------------[初始化]--------------*/
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:0px;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: 0px;
}
#nav li .items:hover{background:#0094f1;color: #fff;}
#nav li.on .items{background: #0094f1;color: #fff;}
#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:#0094f1 url(../images/top-b-on.png0) no-repeat center 55px;color: #fff;}


/*图标*/
.hd-list{  float:right;}
.hd-list img{  width:90%; margin-top:6px; margin-left:10px;}

.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: -560px;width: 585px;max-width: 580px;
}

#ban .txt2{
    
    margin-top: -200px;margin-left: -380px;
}

#ban .txt3{
    
    margin-top: -120px;margin-left: -520px;
}



#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: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: 47px;background: #323232;}
.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: #999;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

.fd-ul li h3 a{color: #fff;}

.fd-ul li a:hover{color: #0061ae;}


.fd-dl dd{padding-left: 0px;background: url(../images/fd-bg.png) no-repeat 0 center;line-height: 30px;font-size: 14px;}

.fd-info{overflow: hidden;margin-top: 0px;}
.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: #242424;}
.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: 25px 0; text-align:center}
.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%;z-index:-1;}
.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{padding:0px 20px 10px;z-index:2; background:#0094f1}
.lm-list1 .tit{
    display: inline-block;line-height: 28px;height: 28px;font-size: 14px;font-weight: lighter;color: #fff;
    background: #ef0707;padding: 0 10px;border-radius: 6px;white-space: nowrap;overflow: hidden;
    
    text-overflow: ellipsis;margin-top: -10px; margin-left:75px;
}
.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;color: #fff;
}

p.ystxt { padding:20px 0; line-height:32px; text-indent:2rem;}

p.ystxt a{ color:#0094f1}

.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);}


ul.lm-list5 { height:auto; overflow:hidden; }
ul.lm-list5  li {
    float: left;
    width: 168px;
    height: 100px;
    text-align: center;
    border: 1px solid #efefef; margin:0 2px 2px 0;
    
    position: relative;
    z-index: 0;
}

ul.lm-list5  li:hover { border: 1px solid #d0d0da; background:#f8f8fa; }

ul.lm-list5 li p {
    color: #F30;
    font-size: 25px;
    font-family: "Arial";
    margin-top: 20px; font-weight:bold;margin-bottom: 0px;
}

ul.lm-list5 li span {
    color: #333;
    font-size: 14px;
    margin-top: 0px;
    display: inline-block; padding-bottom: 20px;line-height: 40px;
}

.lm-tit5 {
    line-height: 50px;
    font-size: 24px;
    color: #5197ed;
    padding: 25px 0;
    text-align: left; font-weight:normal;  
}

.lm-tit5 a{ float:right;font-size: 14px;
    color:#666; margin-top:10px;}

.lm-tit5 a:hover{color: #5197ed;}

.list5Txt1{ font-size: 14px; height:32px;  line-height:32px; font-weight:bold; margin-left:10px}
.list5Txt1 a{ margin-right:10px}
.list5Txt2{ font-size: 14px; height:32px; line-height:32px; font-weight:bold; background:#eee; }




.lm-tit55 {
    line-height: 50px;
    font-size: 14px;
    color: #5197ed;
    padding: 25px 0;
    text-align: left; font-weight:normal;  
}

ul.lm-list55 li  {
    border: 1px solid #c1daf9;
}
ul.lm-list55 li:hover  {
    border: 1px solid #9fc7f8;
}



ul.lm-list55 li p {
    color: #666666;
    font-size: 12px;
    font-family: "Arial";
    margin-top: 30px;
}

ul.lm-list55 li:hover p,ul.lm-list55 li:hover b { font-weight:bold;
    
}

ul.lm-list55 li b {
    color: #ee5953;
    font-size: 16px;
    font-family: "Arial";
    margin-top: 30px; font-weight:normal;
}





ul.lm-list6 li {
    float: left;
    width: 398px;
    height: 210px;
    /* text-align: center; */
    border: 1px solid #efefef;
    margin: 0px 10px 0px 0px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: 0px 25px;
}


ul.lm-list6 li:last-child { margin-right:0px}

ul.lm-list6  li h5 {
    position: relative;
    color: #ee5953;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}


ul.lm-list6  li h5 i {
    color: #ee5953;
    font-size: 45px;
    font-family: "Arial";
    font-style: normal;z-index:-1;
}

ul.lm-list6 li h5 img {
    position: absolute;
    top: -26px;
    right: -20px; z-index:2;
}



.pac-tc-two-tab dl dd.active{
  border-bottom: 2px solid #ee5953;
  color: #ee5953;
  font-size: 14px;
}
.pac-tc-two-tab dl dd.active:after{
  position: absolute;
top: 50%;
right: -20px;
content: "";
width: 14px;
height: 14px;
margin-top: -10px;
background: url(../images/dh-red.png) no-repeat;
}

.pac-tc-two-con section span{
  float: left;
  width: 33.33%;
  text-align: center;
  margin-top: 8px;
  transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}

.pac-tc-two-con section span:hover{
  cursor: pointer;
transform:scale(1.2);
-ms-transform:scale(1.2);
-moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
}

.pac-zz-one{
  width: 340px;
height: 420px;
background: url(../images/pac-zz.png) no-repeat;
position: relative;
}
.pac-zz-one a{
  display: inline-block;
width: 160px;
height: 40px;
line-height: 40px;
text-align: center;
color: #ffffff;
font-size: 16px;
border-radius: 20px;
border: 1px solid #ffffff;
position: absolute;
bottom: 40px;
left: 50%;
margin-left: -80px;
}
.pac-zz-one a:hover{
   background-color: #fcb6b3;
  border:1px solid #fcb6b3;
  color: #f86c66;
  font-size: 16px;
  font-weight: bold;
}
.pac-zz{
  display: flex;
}
.pac-zz-two{
  flex:1;
  border: 1px solid #efefef;
  margin-left: 10px;
}

.pac-zz-qh ul li{
  float: left;
  width: 425px;
  height: 189px;
  border: 1px solid #efefef;
  margin: 0px 0px -1px -1px;
    box-sizing: border-box;
}

.pac-zz-qh ul li:nth-child(1){
  border-top: none!important;
  border-bottom: none!important;
}
.pac-zz-qh ul li:nth-child(2){
  border-top: none!important;
  border-right: none!important;
}
.pac-zz-qh ul li:nth-child(4){
  border-right: none!important;
}

.pac-zz-qh ul li{
  display: flex;
}
.pac-zz-qh ul li div:nth-child(1){
  width: 120px;
  text-align: center;
  margin-top: 40px;
}
.pac-zz-qh ul li div:nth-child(2){
  position: relative;
  width: 230px;
}

.pac-nov-p p {
    color: #0085d8;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 8px;
}

.pac-nov-p-one p {
    color: #666666;
    font-size: 14px;
    margin-top: 4px;
    margin-left: 8px;
}

.site-info dd, .site-info dt {
    line-height: 26px;font-size: 14px;color: #999;
}

.site-info dd {
    position: relative;
    margin-bottom: 22px;
    padding-left: 35px;
}
.site-info dd:after {
    content: '';
    position: absolute;
    width: 21px;
    top: 0;
    left: 0;
    background: url(../images/siteinfo-icon.gif) no-repeat;
    height: 26px;
}

.site-info .b:after {
    background-position: 0 -26px;
}
.site-info .c:after {
    background-position: 0 -52px;
}
.site-info .d:after {
    background-position: 0 -78px;
}


