<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------[åˆå§‹åŒ–]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"å¾®è½¯é›…é»‘","Microsoft Yahei";background: #f4f4f4;}
a{color: #444;    
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
a:hover{color: #f60;}
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:"å¾®è½¯é›…é»‘","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #ccc;font-size: 14px;}
::-moz-placeholder {color: #ccc;font-size: 14px; }
::-ms-input-placeholder {color: #ccc;font-size: 14px;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*å¸ƒå±€*/
.wp{width: 100%;max-width: 1400px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1180px;margin: 0 auto;}
.wp3{width: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h30{height: 30px;clear: both;overflow: hidden;}
.h40{height: 40px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=å¤´éƒ¨]-------
********************************/
#hd{height: 200px;font-size: 16px;color: #fff;line-height: 35px;overflow: hidden;
    background: url(../images/gbg1.jpg) no-repeat center center;
    /*border-bottom: 5px solid #ffbd3d;*/
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.h-top{text-align: right;overflow: hidden;font-size: 14px;}
.h-top .tel{float: right;margin-left: 60px;padding-left: 30px;background: url(../images/gicon1.png) no-repeat center left;}
.h-top .lang{float: right;margin-top: 5px;vertical-align: middle;margin-left: 22px;}
.h-top a{color: #942f2f;padding: 0 7px;display: block;float: left;height: 22px;line-height: 22px;background: #fff;}
.h-top .english{font-family: 'Arial';}
.h-top a.active{background: #ffbd3d;}
.h-top a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#hd .logo{display: block;float: left;width: 527px;height: 116px;overflow: hidden;position: relative;top: 14px;}
#hd .logo img{display: block;width: 100%;height: 100%;}
#hd .hd-r{float: right;}
#hd .soBox{width: 210px;height: 35px;line-height: 35px;position: relative;margin-top: 40px;overflow: hidden;}
#hd .soBox .input{display: block;padding: 0 10px;width: 210px;height: 35px;border: none;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#hd .soBox .so-bt{position: absolute;width: 18px;height: 35px;background: url(../images/gicon2.png) no-repeat center center;right: 7px;top: 0;border: none;}
#hd .soBox .so-bt:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#hd .login{display: block;height: 40px;line-height: 40px;color: #932e2e;background: #febd3d;margin-top: 30px;width: 170px;text-align: center;float: right;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
#hd .login:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#hd .login i{display: inline-block;width: 18px;background: url(../images/gicon3.png) no-repeat center center;vertical-align: middle;margin-right: 10px;position: relative;top: -2px;}
/*******************************
    -------[=å¯¼èˆª]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    position: absolute;right: 5px;top: 24px;
}
.menuBtn b{display: block;height: 3px;background-color: #fff;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{top: 32px;}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 10px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

#nv{height: 50px;line-height: 50px;font-size: 18px;border-bottom: 1px solid #ddd;}
/*#nv .wp{overflow: hidden;}*/
#nv li{float: left;text-align: center;width: 14.28%;position: relative;}
#nv li:last-child{margin-right: 0;}
#nv .s1{display: block;color: #333;height: 50px;overflow: hidden;}
#nv .s1:hover,#nv .on .s1{color: #febd3d;background: #932e2e;}
#nv .subBox{position: absolute;left: 0;right: 0;top: 100%;background: #932e2e;/*padding: 15px 0;*/z-index: 9999;
    /*border-left:1px solid #842929;border-right:1px solid #842929;*/display: none;background: rgba(0,24,44,.9);
}
#nv .subBox a{display: block;color: #fff;font-size: 14px;line-height: 51px;height: 51px;overflow: hidden;}

#nv .subBox a:hover{color: #ffbd3d;background: rgba(0,41,75,.9);}
/*#nv li:hover .subBox{display: block;}*/
/*******************************
  -------[=banner]-------
*******************************/
#banner{height: 832px;}
#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}
#banner .slick-slide{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#banner .slick-next,#banner .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 45px;height: 50px;font-size: 0;line-height: 0;z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
}
#banner .slick-prev{left: 50%;margin-left: -645px;background-image: url(../images/arr-l.png);}
#banner .slick-next{right: 50%;margin-right: -645px;background-image: url(../images/arr-r.png);}

#banner .slick-dots{position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;z-index: 99;}
#banner .slick-dots li{display: inline-block;margin: 0 2px;}
#banner .slick-dots li a{display: block;width: 24px;height: 24px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
}
#banner .slick-dots li.slick-active a{background-color: #000;}


/*******************************
  -------[=åº•éƒ¨]-------
********************************/
#fd{border-top: 1px solid #ececec;}
.fd-con{background: #f7f7f7;font-size: 14px;color: #565656;line-height: 26px;overflow: hidden;padding: 20px 0 10px;}
.fd-copy{overflow: hidden;background: #932e2e;line-height: 53px;color: #fff;font-size: 14px;}
.fd-copy .l-copy{float: left;}
.fd-copy .r-copy{float: right;}
.fd-copy .r-copy a{color: #fff;}
.fd-copy .r-copy a:hover{text-decoration: underline;}
.fd-con .l-con{width: 62%;float: left;position: relative;}
.fd-con .l-con:after{position: absolute;content: '';width: 1px;height: 71px;top: 50%;margin-top: -35px;right: 0;background: #d6d6d6;}
.fd-con .r-con{width: 33%;float: right;}
.fd-con .icon{display: block;width: 90px;height: 101px;overflow: hidden;float: left;margin-right: 45px;}
.fd-con .icon img{display: block;width: 100%;height: 100%;}
.fd-con .ma{float: left;text-align: center;margin-right: 14px;}
.fd-con .ma .pic{padding: 6px;background: #fff;width: 72px;height: 72px;margin-bottom: 4px;}
.fd-con .ma .pic img{display: block;width: 100%;height: 100%;}
.fd-con .txt{float: left;/*padding-top: 15px;*/width:340px;}
.fd-con .link{padding-top: 25px;}
.fd-con .link a{display: inline-block;margin-right: 30px;color: #565656;}
.fd-con .link a:hover{color: #932e2e;text-decoration: underline;}
.fd-con .share{overflow: hidden;margin-top: 15px;}
.fd-con .share a{display: inline-block;margin-right: 10px;height: 20px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.fd-con .qq{width:18px;background: url(../images/gicon11.png) no-repeat left top;}
.fd-con .qq:hover{background-position: 0 -43px;}
.fd-con .weixin{width:22px;background: url(../images/gicon12.png) no-repeat left top;}
.fd-con .weixin:hover{background-position: 0 -43px;}
.fd-con .tengxun{width:19px;background: url(../images/gicon13.png) no-repeat left 2px;}
.fd-con .tengxun:hover{background-position: 0 -45px;}
.fd-con .ren{width:15px;background: url(../images/gicon14.png) no-repeat left 3px;}
.fd-con .ren:hover{background-position: 0 -45px;}
.fd-con .xinlang{width:11px;background: url(../images/gicon15.png) no-repeat left 2px;}
.fd-con .xinlang:hover{background-position: 0 -43px;}
.fd-con .f{width:11px;background: url(../images/gicon16.png) no-repeat left top;}
.fd-con .f:hover{background-position: 0 -42px;}
/*******************************
    -------[=æ­£æ–‡]-------
********************************/
.index #bd{margin-bottom: 0;}
.ul-list1{overflow: hidden;font-size: 16px;}
.ul-list1 li{width: 33.33%;float: left;position: relative;}
.ul-list1 .con{position: relative;display: block;}
.ul-list1 .pic{position: relative;height: 0;padding-top: 70%;overflow: hidden;}
.ul-list1 .pic img{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.ul-list1 .txt{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.2);text-align: center;color: #fff;}
.ul-list1 .inner{top: 50%;margin-top: -47px;position: absolute;left: 0;right: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.ul-list1 h3{font-size: 30px;height: 36px;line-height: 36px;overflow: hidden;margin-bottom: 26px;}
.ul-list1 .more{display: inline-block;width: 140px;height: 33px;line-height: 33px;border: 1px solid #fff;color: #fff;overflow: hidden;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
}
.ul-list1 .con:hover .inner{margin-top: -55px;}
.m-section1{background: url(../images/gbg2.jpg) no-repeat center center;height: 935px;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-section1 .g-title1{padding-top: 37px;}
.g-title1{color: #333;font-size: 14px;line-height: 30px;text-align: center;}
.g-title1 h2{color: #932e2e;font-size: 36px;font-weight: normal;height: 60px;line-height: 60px;overflow: hidden;}
.g-title1 .txt{padding-bottom: 15px;position: relative;}
.g-title1 .txt:after{position: absolute;content: '';width: 50px;height: 3px;background: #ffbd3d;left: 50%;margin-left: -25px;bottom: 0;}
.g-title1 .more{text-align: center;margin-top: 27px;}
.g-title1 .more a{display: inline-block;margin: 0 10px;width: 180px;height: 50px;line-height: 50px;/*background: url(../images/gbg3.png) no-repeat center center;*/font-size: 20px;color: #c20000;
    text-shadow: 1px 0 2px rgba(6,0,1,.5);font-weight: bold;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.g-title1 .more a img{display: block;width: 100%;height: 100%;}
.g-title1 .more a:hover img{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-section1 .g-title1 .more a{ -webkit-box-reflect:below 1px -webkit-linear-gradient(transparent,transparent 50%,rgba(255,255,255,.3));}
.m-section1 .section{padding-top: 76px;overflow: hidden;}
.m-section1 .l-section{width: 45%;float: left;font-size: 14px;color: #000;line-height: 24px;}
.m-section1 .l-section .p1{line-height: 36px;}
.m-section1 .r-section{width: 550px;float: right;}
.m-section1 .pic{width: 550px;height: 550px;overflow: hidden;}
.m-section1 .pic img{display: block;width: 100%;}
.m-section1 h3{font-size: 30px;color: #932e2e;font-weight: normal;height: 81px;line-height: 81px;position: relative;margin-bottom: 20px;}
.m-section1 h3:after{position: absolute;content: '';width: 116px;height: 3px;background: #8e2727;left: 0;top: 100%;}
.m-section1 h4{color: #932e2e;font-size: 20px;height: 36px;line-height: 36px;overflow: hidden;margin-bottom: 6px;}
.m-section1 .p2{margin-bottom: 5px;}
.m-section1 .btn{width: 140px;height: 50px;line-height: 50px;color: #fff;background: #8e2727;font-size: 14px;display: block;text-align: center;margin-top: 47px;}
.m-section1 .btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-section1 .txt{padding-left: 6px;}

.m-section2{background: url(../images/gbg4.png) #fff no-repeat center center;height: 932px;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-section2 .g-title1{padding-top: 26px;}
.m-section2 .section{overflow: hidden;padding-top: 68px;}
.m-section2 .title{overflow: hidden;margin-bottom: 10px;}
.m-section2 .title .more{float: right;color: #8e2727;font-size: 14px;position: relative;top: 8px;}
.m-section2 .title .more:hover{text-decoration: underline;}
.m-section2 .title h3{color: #8e2727;font-size: 30px;height: 40px;line-height: 40px;overflow: hidden;font-weight: normal;}
.m-section2 .g-title1 .more{margin-top: 40px;}
.m-section2 .l-section{width: 48%;float: left;}
.m-section2 .r-section{width: 48%;float: right;}
.m-section2 .content{background: url(../images/gbg5.png) repeat center center;padding:10px;}
.m-section2 .slider{padding: 0 30px;background: #fff;height: 480px;}
.m-section2 .slider .con{display: block;color: #666;font-size: 14px;padding:15px 0 15px 20px;border-bottom: 1px dotted #999;}
.m-section2 .slider h4{font-size: 16px;color: #666;font-weight: normal;height: 30px;line-height: 30px;overflow: hidden;}
.m-section2 .slider p{height: 30px;line-height: 30px;overflow: hidden;overflow: hidden;}
.m-section2 .slider span{float: right;}
.m-section2 .slider .con:hover,.m-section2 .slider .con:hover h4{color: #8e2727;text-decoration: underline;}
.m-section2 .content2{height: 510px;overflow-x: auto;padding-right: 28px;}
.m-section2 .content2::-webkit-scrollbar { width: 3px; } 
.m-section2 .content2::-webkit-scrollbar-track { background: url(../images/gicon4.png) repeat-y center top; } 
.m-section2 .content2::-webkit-scrollbar-thumb { background: url(../images/gicon4.png) repeat-y center top; } 
.m-section2 .content2::-webkit-scrollbar-thumb:window-inactive { background: #942d2e;}
.ul-list2 li{padding-bottom: 24px;}
.ul-list2 .con{position: relative;padding-left: 130px;border: 1px solid #bbb;height: 88px;display: block;margin: 10px 0;    
    -webkit-border-radius: 88px;
    -moz-border-radius: 88px;
    border-radius: 88px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.ul-list2 .pic{width:94px;height: 94px;border: 3px solid #bbb;overflow: hidden;position: absolute;top: -4px;left: 0; 
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;   
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ul-list2 .pic img{display: block;width: 100%;height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ul-list2 .txt{color: #666;font-size: 14px;line-height: 22px;padding-top: 7px;}
.ul-list2 h4{color: #333;font-size: 16px;height: 26px;line-height: 26px;overflow: hidden;font-weight: normal;}
.ul-list2 p{height: 44px;overflow: hidden;}
.ul-list2 .con:hover .pic,.ul-list2 .con:hover{border-color: #8e2727;}

.m-section3{background: url(../images/gbg6.png) no-repeat center center;position: relative;height: 702px;}
.m-section3 .pic{position: absolute;left: 0;top: 0;width: 50%;/*height: 702px;*/overflow: hidden;z-index: 1;}
.m-section3 .pic img{display: block;width: 100%;height: 100%;}
.m-section3 .content{width: 46%;float: right;position: relative;z-index: 10;}
.m-section3 .g-title1{text-align: left;padding-top: 44px;}
.m-section3 .g-title1 .txt{font-family: "Arial";color: #999;}
.m-section3 .g-title1 .txt:after{width: 104px;left: 0;margin-left: 0;}
.m-section3 .more{display: block;text-align: right;color: #333;font-size: 14px;}
.m-section3 .more:hover{text-decoration: underline;}
.m-section3 .more span{display: inline-block;width: 13px;height: 13px;background-color: #932e2e;vertical-align: middle;margin-right: 10px;}
.ul-list3{padding-top: 56px;}
.ul-list3 li{position: relative;overflow: hidden;margin-bottom: 65px;}
.ul-list3 .icon{width: 90px;height: 90px;background-position: center center;background-repeat: no-repeat;background-color: #932e2e;float: left;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ul-list3 .icon a{display: block;height: 100%;}
.ul-list3 .txt{padding-left: 120px;color: #333;font-size: 14px;line-height: 26px;}
.ul-list3 h3{color: #333;font-size: 24px;font-weight: normal;height: 27px;line-height: 27px;overflow: hidden;margin-bottom: 10px;}
.ul-list3 h3 a{display: block;color: #333;}
.ul-list3 h3 a:hover{color: #932e2e;}
.ul-list3 p{height: 52px;overflow: hidden;}
.ul-list3 li:first-child{left: -30px;}
.ul-list3 li:nth-child(2){left: -82px;margin-bottom: 75px;}
.ul-list3 li:last-child{left: -129px;}

.g-title2{border-bottom: 1px solid #c5c5c5;height: 84px;line-height: 84px;position: relative;}
.g-title2 h2{font-size: 34px;font-weight: normal;position: relative;color: #8e2727;}
.g-title2 h2:after{position: absolute;width: 135px;height: 3px;background-color: #8e2727;content: '';bottom: -1px;left: 0;}
.m-section4{padding: 20px 0 16px;overflow: hidden;background-color: #fff;}
.ul-list4{overflow: hidden;padding-top: 41px;margin-right: -65px;}
.ul-list4 li{width: 50%;float: left;padding-right: 65px;margin-bottom: 30px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ul-list4 h3{padding-left: 14px;color: #000;font-size: 18px;height: 36px;line-height: 36px;overflow: hidden;position: relative;font-weight: normal;margin-bottom: 10px;}
.ul-list4 h3:after{position: absolute;content: '';width: 3px;height: 16px;background-color: #8e2727;top: 50%;margin-top: -8px;left: 0;}
.ul-list4 .pic{width: 260px;height: 150px;overflow: hidden;float: left;}
.ul-list4 .pic img{display: block;width: 100%;height: 100%;border-top-right-radius:16px;border-bottom-left-radius:16px; }
.ul-list4 .txt{padding-left: 275px;}
.ul-list4 .txt a{display: block;line-height: 30px;overflow: hidden;height: 30px;color: #000;font-size: 16px;}
.ul-list4 .txt a:hover{color: #8e2727;text-decoration: underline;}
.m-section5{overflow: hidden;background-color: #f5f5f5;padding-top: 25px;}
.m-section5 .g-title1 h2{color: #545051;}
.m-section5 .g-title1 .txt:after{width: 104px;margin-left: -52px;}
.m-section5 .g-title1 .txt{color:#989898;}
.ul-list5{overflow: hidden;padding-top: 40px;}
.ul-list5 li{width: 25%;float: left;}
.ul-list5 .con{position: relative;display: block;height: 0;padding-top: 67%;overflow: hidden;color: #fff;font-size: 14px;text-align: center;}
.ul-list5 .con img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ul-list5 .txt{position: absolute;left: 0;right: 0;bottom: -100%;background: rgba(147,46,46,.9);height: 100%;    
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.ul-list5 .inner{position: absolute;left: 0;right: 0;top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ul-list5 h3{font-size: 24px;font-weight: normal;padding: 0 10px;height: 36px;line-height: 36px;overflow: hidden;margin-bottom: 12px;}
.ul-list5 p{height: 24px;line-height: 24px;overflow: hidden;padding: 0 10px;}
.ul-list5 .con:hover .txt{bottom: 0;}

.m-section5 .introduce{padding-top: 30px;color: #932e2e;text-align: center;background: #fff;}
.m-section5 .icon{display: block;height: 27px;background: url(../images/gicon8.png) no-repeat center center;margin-bottom: 30px;}
.m-section5 .introduce h2{font-size: 30px;line-height: 40px;}
.m-section5 .introduce h2 span{display: block;font-weight: normal;font-size: 14px;line-height: 16px;font-family: 'Aria';}
.m-section5 .introduce .p1{display: inline-block;padding: 0 45px;height: 47px;line-height: 47px;border: 1px solid #932e2e;margin-top: 26px;font-size: 30px;overflow: hidden;}
.m-section5 .introduce .p2{font-size: 16px;font-family: 'Aria';margin:8px 0 24px;}
.m-section5 .introduce .span2{display: inline-block;padding: 0 30px;height: 32px;line-height: 32px;color: #fff;font-size: 21px;font-family: 'Aria';font-weight: bold;background: #932e2e;}

.m-section6{background: #fff;padding-top: 20px;}
.m-section6 .slider{padding: 70px 25px;position: relative;}
.m-section6 .item{outline: 0;}
.m-section6 .con{display: block;outline: 0;text-align: center;color: #656566;}
.m-section6 .slider img{display: block;max-width: 80%;margin: 0px auto 36px;}
.m-section6 .slider h3{font-size: 13px;font-weight: normal;height: 30px;line-height: 30px;overflow: hidden;}
.m-section6 .slick-arrow{position: absolute;width: 19px;height: 33px;position: absolute;top: 50%;margin-top: -16px;text-indent: -9999em;outline: 0;border: none;cursor: pointer;}
.m-section6 .slick-prev{left: 0;background: url(../images/gicon9.png) no-repeat center center;}
.m-section6 .slick-prev:hover{background: url(../images/gicon9-2.png) no-repeat center center;}
.m-section6 .slick-next{right: 0;background: url(../images/gicon10.png) no-repeat center center;}
.m-section6 .slick-next:hover{background: url(../images/gicon10-2.png) no-repeat center center;}
.m-section6 .con:hover{color: #932e2e;}

/*
-----------------[æµ‹è¾¹æµ®åŠ¨æ&nbsp;]--------------*/
.floatbar{position: fixed;right: 40px;bottom: 80px;z-index: 9999;}
.floatbar .con{display: block;width: 80px;height: 62px;background: #8e2727;padding-top: 18px;text-align: center;color: #fff;position: relative;z-index: 10;}
.floatbar .icon{display: block;background-position: center center;background-repeat: no-repeat;height: 23px;margin-bottom: 7px;}
.floatbar .txt{position: absolute;right: -300%;top: 80px;background: #fff;padding: 0 8px;border: 1px solid #eee;width: 145px;z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.floatbar .con:hover{background-color: #b83e3f;}
.floatbar dl{height: 64px;border-bottom:1px solid #eee;color: #666;font-size: 14px;padding: 15px 11px 0;}
.floatbar dl:last-child{border-bottom: none;}
.floatbar dt{padding-left: 26px;background: url(../images/gicon17.png) no-repeat center left;height: 24px;line-height: 24px;overflow: hidden;}
.floatbar dd{font-family: 'Arial';padding-left: 26px;}
.floatbar .li2:hover .txt{right: 110%;}


/*
-----------------[å…³äºŽPIRG]--------------*/
/*.h40{height: 40px;overflow: hidden;background: #f4f4f4;border-top: 1px solid #ddd;}*/
.m-section7{background: #932e2e;}
.m-section7 .section{overflow: hidden;background: #af3435;padding: 46px 0 59px;}
.m-section7 .g-title1{color: #fff;line-height: 26px;}
.m-section7 .g-title1 h2{color: #fff;font-weight: bold;margin-bottom: 10px;}
.m-section7 .g-title1 .txt:after{display: none;}
.ul-list6{padding-left: 95px;overflow: hidden;margin-top: 54px;}
.ul-list6 li{width: 25%;float: left;color: #fff;height: 104px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ul-list6 li:first-child{background: url(../images/gimg9.png) no-repeat left center;padding-left: 85px;}
.ul-list6 li:nth-child(2){background: url(../images/gimg10.png) no-repeat left center;padding-left: 40px;}
.ul-list6 li:nth-child(3){background: url(../images/gimg11.png) no-repeat left center;padding-left: 96px;}
.ul-list6 li:last-child{background: url(../images/gimg12.png) no-repeat left center;padding-left: 116px;}
.ul-list6 .txt{padding-top: 48px;line-height: 22px;font-size: 18px;}
.ul-list6 h3{font-size: 24px;font-weight: normal;height: 32px;line-height: 32px;overflow: hidden;}
.ul-list6 p{height: 22px;overflow: hidden;font-family: 'Arial';}

.m-section8{background: #f4f4f4;padding-bottom: 60px;}
.m-section8 .section{background: #fff;padding: 59px 55px 28px;overflow: hidden;}
.m-section8 .l-section{width: 28%;float: left;color: #999;font-size: 12px;line-height: 16px;}
.m-section8 .r-section{width: 61%;float: right;font-size: 14px;color: #666;}
.ul-list7 li{overflow: hidden;margin-bottom: 10px;}
.ul-list7 .icon{float: left;width: 60px;height: 60px;background-position: center center;background-repeat: no-repeat;background-color: #d7d7d7;}
.ul-list7 .txt{padding-left: 70px;}
.ul-list7 h3{color: #333;font-size: 20px;height: 24px;line-height: 24px;overflow: hidden;margin-bottom: 4px;}
.ul-list7 h3 span{display: inline-block;vertical-align: middle;margin-left: 10px;color: #b83e3f;font-size: 14px;font-weight: normal;font-family: 'Arial';position: relative;top: 3px;}
/*.ul-list7 p{height: 16px;overflow: hidden;}*/
.ul-list7 .p2{font-family: 'Arial';font-size: 14px;}
.ul-list8 li{padding-left: 36px;position: relative;line-height: 24px;margin-bottom: 16px;}
.ul-list8 span{position: absolute;width: 21px;height: 21px;line-height: 21px;border: 1px solid #999;left: 0;top: 0;text-align: center;}

.m-section9{background: #fff;padding: 66px 0 110px;}
.m-section9 .g-title1 .txt:after{display: none;}
.m-section9 .g-title1{line-height: 24px;color: #666;}
.m-section9 .g-title1 h2{color: #333;font-weight: bold;position: relative;padding-bottom: 10px;margin-bottom: 25px;}
.m-section9 .g-title1 h2:after{position: absolute;width: 40px;height: 3px;background: #febd3d;bottom: 0;left: 50%;margin-left: -20px;content: '';}
.m-section9 .section{position: relative;margin-top: 70px;overflow: hidden;}
.m-section9 .icon{position: absolute;background: url(../images/gicon32.png) no-repeat center center;width: 331px;height: 109px;left: 298px;top: 38px;z-index: 10;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-section9 .pic{float: left;width: 380px;height: 520px;overflow: hidden;}
.m-section9 .pic img{display: block;width: 100%;height: 100%;}
.m-section9 .slider-for{width: 74%;float: left;}
.m-section9 .slider-for .item{outline: 0;cursor: pointer;}
.m-section9 .slider-nav{width: 200px;float: right;padding: 40px 0 30px;}
.m-section9 .slider-nav .item{margin-bottom: 10px;outline: 0;cursor: pointer;}
.m-section9 .section .txt{padding-top: 180px;padding-left: 454px;color: #666;font-size: 14px;line-height: 24px;}
.m-section9 h3{color: #333;font-size: 36px;height: 82px;line-height: 82px;overflow: hidden;position: relative;left: -128px;margin-bottom: 30px;}
.m-section9 h3:after{position: absolute;content: '';width: 100px;height: 3px;background: #febd3d;left: 0;bottom: 0;}
.m-section9 h4{color: #333;font-size: 18px;font-weight: normal;height: 36px;line-height: 36px;overflow: hidden;margin-bottom: 18px;}
.m-section9 p{max-height: 168px;overflow: hidden;}
.m-section9 .slick-arrow{position: absolute;border: none;text-indent: -9999em;width: 32px;height: 18px;cursor: pointer;outline: 0;left: 50%;margin-left: -16px;background: none;}
.m-section9 .slick-next{bottom: 0;background: url(../images/gicon34.png) no-repeat center center;}
.m-section9 .slick-prev{top: 0;background: url(../images/gicon33.png) no-repeat center center;}
.m-section9 .slider-nav .pic{display: block;width: 200px;height: 140px;overflow: hidden;position: relative;}
.m-section9 .slider-nav .pic img{display: block;width: 100%;height: 100%;}
.m-section9 .slider-nav .border{border: 4px solid #b83e3f;width: 192px;height: 132px;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 999;display: none;}
.m-section9 .slider-nav .slick-current .border{display: block;}

.m-section10{background: url(../images/gbg7.png) #f4f4f4 no-repeat center center;height: 874px;padding-top: 75px;}
.m-section10 .g-title1{text-align: left;}
.m-section10 .g-title1 h2{position: relative;height: 80px;line-height: 80px;overflow: hidden;color: #333;font-weight: bold;}
.m-section10 .g-title1 h2:after {
    position: absolute;
    width: 40px;
    height: 3px;
    background: #febd3d;
    bottom: 0;
    left: 0;
    content: '';
}
.m-section10 .l-section{width: 35%;float: left;}
.m-section10 .r-section{width: 46%;float: right;}
.ul-list9{padding-top: 160px;}
.ul-list9 li{padding-left: 80px;color: #666;font-size: 16px;margin-bottom: 60px;}
.ul-list9 li:first-child{background: url(../images/gicon35.png) no-repeat left top;}
.ul-list9 li:nth-child(2){background: url(../images/gicon36.png) no-repeat left top;}
.ul-list9 li:nth-child(3){background: url(../images/gicon37.png) no-repeat left top;}
.ul-list9 li:last-child{background: url(../images/gicon38.png) no-repeat left top;}
.ul-list9 h3{color: #333;font-size: 22px;height: 22px;line-height: 22px;overflow: hidden;margin-bottom:10px;font-weight: normal;}
.ul-list9 p{height: 24px;overflow: hidden;}
.m-section10 .r-section h3{padding-top: 52px;height: 42px;line-height: 42px;overflow: hidden;color: #333;font-size: 24px;font-weight: normal;margin-bottom: 50px;}
.m-section10 .inp{overflow: hidden;line-height: 58px;margin-bottom: 20px;font-size: 16px;color: #666;}
.m-section10 .inp span{display: block;float: left;min-width: 60px;}
.m-section10 .inp em{display: block;overflow: hidden;}
.m-section10 .inp input{display: block;width: 100%;height: 60px;line-height: 60px;border: 1px solid #eee;padding: 0 10px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.m-section10 .inp input:focus{border-color:#febf43;}
.m-section10 .inp textarea{height: 120px;display: block;border: 1px solid #eee;width: 100%;padding: 10px 10px;resize:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.m-section10 .inp .btn{border: none;background: #b83e3f;width: 100%;height: 62px;line-height: 62px;color: #fff;cursor: pointer;font-size: 24px;}
.m-section10 .btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-section10 .inp2{padding-top: 40px;}

.m-section11{background: #fff;padding: 80px 0 95px;overflow: hidden;}
.m-section11 .l-section{width: 47%;float: left;}
.m-section11 .r-section{width: 40%;float: right;}
.m-section11 .g-title1{text-align: left;padding-top: 54px;color: #666;line-height: 28px;}
.m-section11 .g-title1 h2{position: relative;height: 80px;line-height: 80px;overflow: hidden;color: #333;font-weight: bold;margin-bottom: 25px;}
.m-section11 .g-title1 h2:after {
    position: absolute;
    width: 40px;
    height: 3px;
    background: #febd3d;
    bottom: 0;
    left: 0;
    content: '';
}
.m-section11 .g-title1 .txt:after{display: none;}
.ul-list10{padding-top: 15px;}
.ul-list10 li{overflow: hidden;padding: 26px 0 38px;border-bottom: 1px solid #e4e4e4;}
.ul-list10 li:last-child{border-bottom: none;}
.ul-list10 li a{display: block;width: 25%;float: left;}
.ul-list10 li .pic{height: 52px;}
.ul-list10 li .pic img{display: block;height: 100%;width: auto;max-width: 80%;margin: 0px auto;}

/*
-----------------[åˆ†å‰²]--------------*/
.m-sign{background: url(../images/gbg8.jpg) no-repeat center center;height: 800px;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-sign h2{font-size: 24px;font-weight: normal;color: #983031;font-weight: normal;text-align: center;height: 44px;line-height: 44px;overflow: hidden;margin-bottom: 30px;}
.m-sign .sign-inner{background: rgba(255,255,255,.2);width: 380px;position: absolute;top: 60px;left: 50%;margin-left: -190px;padding: 30px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
}
.m-sign .inp{margin-bottom: 16px;position: relative;}
.m-sign .inp input{height: 48px;line-height: 48px;background: rgba(52,21,20,.4);border:none;width: 100%;padding:  0 10px;width: 100%;color: #fff;font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid rgba(52,21,20,.0);
}
.m-sign .inp input:focus{border: 1px solid #febd3d;}
.m-sign .inp input::-webkit-input-placeholder {
    color: #fff;
}
.m-sign .inp input:-moz-placeholder {
    color: #fff;
}
.m-sign .inp input::-moz-placeholder{
    color: #fff;
}
.m-sign .inp input:-ms-input-placeholder {
    color: #fff;
}
.m-sign .btn{display: block;border: none;height: 48px;line-height: 48px;background: #983031;font-size: 18px;text-align: center;width: 100%;color: #fff;margin-top: 40px;}
.m-sign .link{color: #983031;font-size: 14px;display: block;text-align: center;height: 34px;line-height: 34px;margin-top: 10px;}
.m-sign .link:hover{text-decoration: underline;}
.m-sign .btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-login .sign-inner{top: 130px;}
.m-login .btn{margin-top: 80px;}
.m-login .inp input{padding-left: 48px;}
.m-login .inp .input1{background: url(../images/gicon39.png) rgba(52,21,20,.4) no-repeat 15px center; }
.m-login .inp .input2{background: url(../images/gicon40.png) rgba(52,21,20,.4) no-repeat 15px center; }
.m-login .inp .input1:focus{background: url(../images/gicon39-2.png) rgba(52,21,20,.4) no-repeat 15px center; }
.m-login .inp .input2:focus{background: url(../images/gicon40-2.png) rgba(52,21,20,.4) no-repeat 15px center; }
.m-login .home{position: absolute;right: 14%;bottom: 70px;width: 150px;height: 70px;overflow: hidden;display: block;}
.m-login .home img{display: block;width: 100%;height: 100%;}


/*
-----------------[åˆ†å‰²]--------------*/
.m-box{background: #313131;position: relative;padding: 200px 0 220px;}
.m-box .inner{width: 680px;height: 320px;position: relative;left: 50%;margin-left: -340px;background: #fff;color: #333;font-size: 18px;line-height: 26px;}
.m-box .inner .txt p{height: 52px;overflow: hidden;}
.m-box .content{padding: 35px 40px 20px;}
.m-box .title{background: #f7f7f7;height: 47px;line-height: 47px;border-bottom: 1px solid #eee;position: relative;}
.m-box .title .close{width: 47px;height: 47px;background: url(../images/gicon43.png) no-repeat center center;cursor: pointer;position: absolute;right: 0;top: 0;}
.m-box h3{font-size: 24px;color: #333;font-weight: normal;height: 34px;line-height: 34px;overflow: hidden;margin-bottom: 26px;}
.m-box .icon{width: 50px;height: 46px;display: block;background: url(../images/gicon44.png) no-repeat center center;}
.m-box dl{overflow: hidden;}
.m-box dt{float: left;}
.m-box dd{padding-left: 70px;position: relative;top: -4px;}
.m-box .txt2{font-size: 14px;color: #666;margin-top: 42px;position: relative;padding-top: 5px;}
.m-box .txt2 span{color: #b83e3f;font-size: 18px;font-family: 'Arial';}
.m-box .txt2 .home{display: block;width: 140px;height: 48px;line-height: 48px;color: #fff;background: #b83e3f;font-size: 16px;text-align: center;position: absolute;right: 0;top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.m-box .txt2 .home i{display: inline-block;width: 18px;height: 48px;background: url(../images/gicon42.png) no-repeat center center;margin-right: 10px;}
.m-box .txt2 .home:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

#pop-plrg{position: fixed;top: 0;bottom: 0;left: 0;right: 0;padding: 0;
    background: rgba(0,0,0,.3);z-index: 999;
}
#pop-plrg .inner{position: absolute;top: 50%;margin-top: -160px;}


/*5811_ç•ªèŒ„ 2017/4/18 æ˜ŸæœŸäºŒ 14:19:11*/
.m-txt6 li .tips{padding-left: 110px;}

/*5811_ç•ªèŒ„ 2017/4/18 æ˜ŸæœŸäºŒ 14:19:19*/
.m-txt6 li .tips{padding-left: 80px;}

.nvfix{position: fixed;left: 0;right: 0;top: 0;background: rgba(255,255,255,.8);height: 61px;z-index: 10000;}</pre></body></html>