/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";background: #fff;-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
a{color: #444;}
a:hover{color: #9a0000;}
img,.ani{
    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";}
input[type='submit'],input[type='reset'],input[type='button'],select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*结构*/
.wp{width: 100%;max-width: 1180px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

*{outline: none;}

/*问题*/

/*按钮*/

/*颜色*/


/*******************************
	-------[=头部]-------
********************************/
#top{background: #9a0000;height: 32px;line-height: 32px;position: relative;z-index: 99999;}
#top .top-r{float: right;}
.ul-list1{float: left;}
.ul-list1 li{float: left;font-size: 14px;position: relative;}
.ul-list1 a{display: block;color: #fff;}
.ul-list1 .v1{padding: 0 18px 0 11px;}
.ul-list1 i{display: inline-block;width: 21px;height: 32px;background-position: center center;background-repeat: no-repeat;}
.ul-list1 .v1:hover,.ul-list1 .on .v1{background: #333;}
.ul-list1 .subBox{position: absolute;left: 0;top: 100%;padding-top: 1px;width: 133px;display: none;}
.ul-list1 .subBox dl{background: rgba(0,0,0,.8);padding: 10px 0;}
.ul-list1 .subBox a{height: 36px;line-height: 36px;padding: 0 24px;}
.ul-list1 .subBox a:hover{text-decoration: underline;}


#top .sel-lan{float: left;color: #fff;width: 82px;text-align: center;font-size: 14px;}
#top .sel-lan dl{display: block;vertical-align: middle;cursor: pointer;position: relative;}
#top .sel-lan dt{line-height: 32px;height: 32px;padding: 0 10px;}
#top .sel-lan dl a{display: block;color: #fff;}
/*#top .sel-lan dd{display: none;position: absolute;top: 100%;left:0;right: 0;z-index: 9999;padding: 10px 10px;background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);text-align: center;
}*/

#top .search{display: block;width: 30px;height: 24px;background: url(/case/images/gicon6.png) no-repeat center center;float: right;border: none;cursor: pointer;}
.m-search{float: right;position: relative;top: 4px;}

.m-soBox{ 
   z-index: 999;position: relative;height: 24px;line-height: 24px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
overflow: hidden;

}
.soBox-click .m-soBox{width: 218px;}
.soBox-click .m-soBox .input{display: block;}
#top .soBox-click .m-soBox .search{position: absolute;right: 5px;top: 0;width: 30px;height: 24px;
    background: #fff url(../images/gicon6-6.png) no-repeat center center;
z-index: 9999;
}
.m-soBox .input{height: 24px;line-height: 24px;padding: 0 10px;display: inline-block;background: #fff;width: 100%;position: absolute;left: 0;right: 0;display: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.m-soBox .search:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#hd .logo{line-height: 112px;}
#hd .logo img{display: inline-block;vertical-align: middle;}



/*手机导航*/
#hd-m{
    position: fixed;left: 0;right: 0;top: 0;z-index: 9999;
    height: 60px;
    line-height: 60px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 5px;
    background: #fff;
    display: none;
}
#hd-m .inner{
    position: fixed;left: 0;top: 60px;z-index: 99999;
    width: 100%;
bottom:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
#hd-m .inner .bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
#hd-m .so-Box{
    float: right;
    position: relative;
    height: 60px;width: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    margin-right: 30px;
}
#hd-m .so-Box.open{width: 100%;}
#hd-m .so-Box .close{
    display: block;width: 45px;height: 60px;
    background: url(/case/images/icon-close2.png) no-repeat center center;
    position: absolute;left: 0;top: 0;
    display: none;
}
#hd-m .so-Box.open .close{display: block;}
#hd-m .so-Box.open{
    position: absolute;left: 0;right: 0;z-index: 2000;
    padding: 0 45px;
    background: #fff;
}
#hd-m .so-Box input[type="text"]{
    display: block;width: 100%;height: 60px;
    border: none;background: none;
    border-left: 1px #f3f2f2 solid;
    font-size: 14px;color: #333;line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 15px;
    display: none;
}
#hd-m .so-Box.open input[type="text"]{display: block;}
#hd-m .so-Box input[type="submit"],#hd-m .so-Box .btn{
    display: block;width: 40px;height: 60px;
    position: absolute;right: 0;top: 0;
    cursor: pointer;
    border: none;
    background: url(/case/images/icon-so1-1.png) no-repeat center center;
}
#hd-m .so-Box input[type="submit"]{display: none;background-image: url(/case/images/icon-so2.png);}
#hd-m .so-Box.open input[type="submit"]{display: block;}
#hd-m .so-Box.open .btn{display: none;}
#hd-m .nav{
    position: absolute;left: 0;top: 0;bottom: 0;
    overflow-y: auto;
    width: 46%;
    background: #fff;
}
/*******************************
	-------[=导航]-------
********************************/
#nv{background:#efefef;height:47px;line-height: 47px;z-index: 9999;}
.nav{height:47px;}
.nav li{float: left;font-size: 16px;/*width: 116px;*/position: relative;z-index: 9999;}

.nav .v1{display: block;color: #000;background: url(/case/images/gicon7.png) no-repeat center right;text-align: center;padding: 0 26px;}
.nav .last-child .v1{background: #efefef;}
.nav .v1:hover,.nav li.on .v1{color: #fff;background: #9a0000;}
.nav .subBox{position: absolute ;left: 0;top: 100%;padding-top: 1px;width: 145px;overflow: hidden;font-size: 14px ;display: none ;}
.nav .subBox dl{background: url(/case/images/gbg.png);padding: 12px 0 14px;}
.nav .subBox a{display: block;line-height: 36px;height: 36px;padding: 0 22px;color: #fff;position: relative;}
.nav .subBox i{display: block;position: absolute;width: 5px;height: 9px;background: url(/case/images/gicon8.png) no-repeat center center;
    top: 50%;margin-top: -4px;right: -120%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav .subBox a:hover{color: #c50000;}
.nav .subBox a:hover i{right: 18px;}
.nav .subBox dl dd{position: relative;}


/*三级菜单*/
.nav .subBox2{
    position: absolute;left: 100%;top: 30px;
    width: 100%;min-height: 200px;
    background: rgba(0,0,0,.4);
    /*padding: 12px 0 14px;*/
    display: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    border-top: 1px rgba(255,255,255,.2) solid;
    border-bottom: 1px rgba(255,255,255,.2) solid;
}
.nav li.last .subBox2{left: auto;right: 100%;}
.nav .subBox dd:hover .subBox2{
    top: 0;
    display: block;
}
.nav .subBox2 a{
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 6px 5px 6px 20px;
}
/*.nav .v1-ok{background: url(/case/images/icon8.png) no-repeat right 10px center;}
.nav .v1-ok.v1-open{background-image: url(/case/images/icon9.png);}*/



.nav li .first-level,
.nav li .second-level{
    display: block;
    position: absolute;right: 0;top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
}
.nav li .first-level{width:40px;height:36px;background-image: url(/case/images/icon-arrow1.png);}
.nav li .second-level{width:40px;height:28px;background-image: url(/case/images/icon-on.png);}
.nav li .first-level em,
.nav li .second-level em{
    display: block;
    width: 1px;background: #ccc;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.nav li .first-level em{height: 25px;margin-top: 5px;}
.nav li .second-level em{height: 20px;margin-top: 4px;}
.nav li .first-level.on em,.nav .second-level.on em{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.nav li .v1-open + .first-level{background-image: url(/case/images/icon-arrow2.png);}
.nav li .v2.open + .second-level{background-image: url(/case/images/icon-off.png);}








.menuBtn{position: absolute;z-index: 9;display: none;right: 10px;
    width: 30px;padding: 12px 0 7px 0;cursor: pointer;top: 6px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #9a0000;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{top: 21px;}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0;top: 105%;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);
}

/*******************************
	-------[=banner]-------
********************************/
#ban{
    height: 320px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#banner a.slick-slide{display: block;height: 100%;}
#banner .item{height: 100%;}
#banner{height: 440px;}
#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}
#banner .item{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-dots{position: absolute;left: 0;bottom: 21px;width: 100%;text-align: center;z-index: 99;}
#banner .slick-dots li{display: inline-block;margin: 0 5px 0 6px;}
#banner .slick-dots li button{display: block;width: 13px;height: 13px;border: none;outline: 0;cursor: pointer;text-indent: -9999em;padding: 0;margin: 0;
    font-size: 0;line-height: 0;text-indent: 999px;background: none;border: 1px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
}
#banner .slick-dots li.slick-active button{background-color: #fff;}

#banner .item a{display: block;width: 100%;height: 100%;}


/*******************************
	-------[=底部]-------
********************************/
.fd-con{padding-top: 0px;line-height: 68px;height: 68px;background: #212121;border-bottom: 1px solid #2b2b2b;font-size: 14px;color: #595959;}
.fd-con .l-con{float: left;width:81%; }
.fd-con .r-con{float: right;width: 19%;}
.fd-con p{float: left;padding-left: 26px;margin-right: 15px;}
.fd-con .share{float: right;}
.fd-con .tel{background: url(/case/images/gicon9.png) no-repeat center left;}
.fd-con .email{background: url(/case/images/gicon10.png) no-repeat center left;}
.fd-con .address{background: url(/case/images/gicon11.png) no-repeat center left;}

.fd-con .share a{display: block;float: left;margin-left: 19px;width: 53px;height: 53px;position: relative;top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fd-con .share .weixin{background: url(/case/images/icon1.png) #545454 no-repeat center center;}
.fd-con .share .weibo{background: url(/case/images/icon2.png) #545454 no-repeat center center;}
.fd-con .share a:hover{
    background-color: #9a0000;
}
.fd-con .ma{position: absolute;bottom: 100%;z-index: 99;left: 0;width: 120px;height: 120px;display: none;}
.fd-con .ma img{display: block;width: 100%;height: 100%;margin-left: -35px;}
.fd-con .share a.on .ma{display: block;}
.fd-copy{height: 53px;line-height: 53px;background: #000;color: #949494;font-size: 14px;overflow: hidden;}
.fd-copy .l-copy{float: left;}
.fd-copy .r-copy{float: right;}
.fd-copy a{color:#949494;}
.fd-copy a:hover{text-decoration: underline;}


/*******************************
    -------[=苹果]-------
********************************/
.g-title2{overflow: hidden;position: relative;padding: 33px 0 23px;}
.g-title2 .more:hover{color:#9a0000; }
.g-title2 h2 {
    color: #9a0000;
    font-weight: normal;
    height: 1.1em;
    line-height: 1.1em;
    overflow: hidden;
    font-size: 24px;
    padding-right: 80px;
}
.g-title2 .more {
    display: block;
    font-size: 14px;
    color: #000;
    padding-right: 23px;
    background: url(/case/images/gicon14.png) no-repeat center right;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
}

.m-section1{overflow: hidden;}
.m-section1 .l-section{width: 732px;float: left;}
.m-section1 .r-section{width: 382px;float: right;}
.ul-list3{overflow: hidden;margin: 0 -10px;padding-bottom: 23px;}
.ul-list3 li{float: left;width: 33.33%;padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ul-list3 .con{display: block;color: #4c4c4c;}
.ul-list3 .pic{height: 167px;overflow: hidden;}
.ul-list3 .pic img{display: block;width: 100%;height: 100%;}
.ul-list3 .txt{padding: 18px 0 10px;line-height: 16px;font-size: 14px;}
.ul-list3 h3{margin-bottom: 15px;font-weight: normal;font-size: 14px;height: 32px;overflow: hidden;}
.ul-list3 .pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ul-list3 span{display: block;color: #666;}
.ul-list3 .con:hover{color: #9a0000;}
.ul-list3 .con:hover span{color: #9a0000;}
.ul-list4{padding-top: 1px;}
.ul-list4 li{overflow: hidden;padding-bottom: 18px;border-bottom: 1px solid #eee;margin-bottom: 20px;}
.ul-list4 .con{display: block;overflow: hidden;color: #333;}
.ul-list4 .date{display: block;float: left;color: #9a0000;font-size: 30px;margin-right: 15px;}
.ul-list4 .txt{overflow: hidden;line-height: 24px;height: 48px;overflow: hidden;font-size: 14px;}
.ul-list4 .con:hover{color: #9a0000;}
.ul-list4 .last{margin-bottom: 0;}

.m-section2{background: #f3f3f3;padding-bottom: 10px;}
.m-section2 .section{overflow: hidden;}
.m-section2 .l-section{width:730px;float: left; overflow: hidden;}
.m-section2 .r-section{width: 382px;float: right;}
.ul-list5{overflow: hidden;}
.ul-list5 li{
    overflow: hidden;padding-bottom: 15px;margin-bottom: 18px;border-bottom: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.ul-list5 .con{display: block;color: #333;font-size: 14px;line-height: 25px;height: 50px;overflow: hidden;}
.ul-list5 .con:hover{color: #000;font-size: 16px;font-weight: bold;}
.ul-list5 li:last-child{border-bottom: none;}

.ul-list6{overflow: hidden;}
.ul-list6 li{overflow: hidden;}
.ul-list6 .pic{display: block;overflow: hidden;width: 125px;height: 142px;float: left;}
.ul-list6 .pic img{display: block;width: 100%;height: 100%;}
.ul-list6 .txt{overflow: hidden;padding:16px 0 0 25px;font-size: 14px;color: #333;line-height: 22px;}
.ul-list6 h3 a{display: block;height: 1.1em;line-height: 1.1em;color: #333;font-size: 16px;}
.ul-list6 h3{margin-bottom:20px;}
.ul-list6 li{margin-bottom: 15px;}
.ul-list6 p{height: 42px;overflow: hidden;}
.ul-list6 li:hover h3 a{color: #9a0000;}
.ul-list6 li:hover img{    
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.m-section3{overflow: hidden;}
.m-section3 .l-section{width:730px;float: left; }
.m-section3 .r-section{width: 382px;float: right;}
.m-txt1{overflow: hidden;padding-top: 3px;}
.m-txt1 .pic{display: block;width: 350px;height: 254px;overflow: hidden;position: relative;float: left;}
.m-txt1 .pic img{display: block;width: 100%;height: 100%;}
.m-txt1 .pic h3{height: 33px;line-height: 33px;padding: 0 10px;text-align: center;font-size: 14px;color: #fff;font-weight: normal;position: absolute;
    left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);
}
.m-txt1 .pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.m-txt1 .txt{overflow: hidden;padding-left: 28px;}

.ul-list7{padding-top: 3px;}
.ul-list7 a{display: block;font-size: 14px;color: #000;line-height: 31px;height: 31px;overflow: hidden;}
.ul-list7 a:hover{color: #9a0000;}

.m-form{padding-top: 3px;}
.m-form select{display: block;height: 50px;line-height: 50px;width: 100%;padding: 0 35px 0 24px;border: none;
    margin-bottom: 9px;font-size: 14px;color: #000;background: url(/case/images/gimg4.png) #f3f3f3 no-repeat center right;
}
.m-form button{display: block;width: 100%;text-align: center;font-size: 18px;color: #fff;background: #9a0000;height: 50px;line-height: 50px;cursor: pointer;border: none;margin-bottom: 10px;}
.m-form button:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-form .link{display: block;background: #f3f3f3;color: #000;font-size: 18px;height: 75px;line-height: 75px;text-align: center;}
.m-form .link i{display: inline-block;vertical-align: middle;width: 44px;height: 39px;background: url(/case/images/gimg5.png) no-repeat center center;margin-right: 19px;}
.m-form .link:hover{color: #9a0000;}
/*******************************
    -------[=番茄]-------
********************************/
.row{overflow: hidden;margin-top: -40px;}
#bd{position: relative;z-index: 10;margin-bottom:60px;}

/*左右分栏*/
.side-col{
    float: left;width: 254px;min-height: 608px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding-bottom: 30px;
    background: url(/case/images/bg3.png) no-repeat right bottom;
    background-color: #ededed;
    margin-right: 50px;
}
.main-col{overflow: hidden;padding-top: 60px;}

/*目今位置*/
.m-cur{
    font-family: "宋体";
    font-size: 12px;color: #484848;line-height: 24px;text-align: right;
    padding: 14px 0 19px;
}
.m-cur a{color: inherit;}
.m-cur a:hover{color: #9a0000;}
.m-cur a i{
    display: inline-block;vertical-align: middle;
    width: 20px;height: 20px;
    background: url(/case/images/bg4.png) no-repeat center center;
    margin-right: 6px;
}

.g-title1{padding: 8px 10px 16px 14px;background: #9a0000;}
.g-title1 h3{
    font-size: 32px;color: #fff;font-weight: normal;line-height: 64px;
    background: url(/case/images/bg1.jpg) no-repeat left bottom;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
 }

/*页码*/
.m-page{padding: 15px 0 0;text-align: center;}
.m-page ul{overflow: hidden;display: inline-block;vertical-align: top;}
.m-page ul li{
    float: left;margin: 0 5px;
}
.m-page li a{
    display: block;
    font-size: 14px;color: #666;line-height: 28px;
    padding: 0 10px;
    background: #fff;border: 1px #ededed solid;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-page li a:hover,.m-page li.on a{
    background: #9a0000;color: #fff;
}


.snav{padding-top: 12px;}
.snav li{
    padding-left: 17px;
}
.snav a{
    display: block;
    font-size: 16px;color: #000;line-height: 47px;
    padding-left: 32px;
    background-position: 14px center;
    background-repeat: no-repeat;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.snav li.on a,.snav a:hover{
    color: #9a0000;
    background-image: url(/case/images/bg2.jpg);
    background-color: #fff;
}<!--耗时1757859259.7912秒-->