/*@font-face {
    font-family: 'BerlinSansFB';
    src: url('../font/BerlinSansFB.eot');
    src:
    url('../font/BerlinSansFB.eot?#font-spider') format('embedded-opentype'),
    url('../font/BerlinSansFB.woff') format('woff'),
    url('../font/BerlinSansFB.ttf') format('truetype'),
    url('../font/BerlinSansFB.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "SimSun",Arial,sans-serif; resize:none;}
body{font:12px "SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}
.h_30 { width:100%; height:30px;}
/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}
a,*{-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

body{color: #474747; margin: 0 auto; background: #ffffff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;}
.w1200{width: 1200px;margin: 0 auto;}

.w1500{width: 1200px;margin: 0 auto;}

.header .menuIcon{width: 24px;cursor: pointer;margin: 29px 0 0 0;display: none;}
.header .menuIcon span{display: block;height: 3px;background: #000;margin-top: 5px;position: relative;}
.header .menuIcon span:before{content: "";height: 100%;width: 0;background: #da2127;position: absolute;left: 0;top: 0;}
.header .menuIcon span.line1:before{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.header .menuIcon span.line2:before{-webkit-transition:all 0.2s linear 0.1s; -moz-transition:all 0.2s linear 0.1s; -ms-transition:all 0.2s linear 0.1s; transition:all 0.2s linear 0.1s;}
.header .menuIcon span.line3:before{-webkit-transition:all 0.2s linear 0.2s; -moz-transition:all 0.2s linear 0.2s; -ms-transition:all 0.2s linear 0.2s; transition:all 0.2s linear 0.2s;}
.header .menuIcon:hover span:before{width: 100%;}

.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.cd-popup0, .cd-popup1, .cd-popup2, .cd-popup3 { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }
.cd-popup0.is-visible, .cd-popup1.is-visible, .cd-popup2.is-visible, .cd-popup3.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container0, .cd-popup-container1, .cd-popup-container2, .cd-popup-container3 { position: relative; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 20%; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.cd-popup-container1 { top: 10%; }
.is-visible .cd-popup-container0, .is-visible .cd-popup-container1, .is-visible .cd-popup-container2, .is-visible .cd-popup-container3 { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none; }
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 25px; }
.hidden_search .close_btn:hover { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #183884; }


 

.page{ text-align:center; padding:20px 0px;}
.page a{display:inline-block;padding: 0 14px;background:#ffffff;height:35px; margin: 0 3px 5px;vertical-align:middle; line-height:35px; font-size:12px; border:1px solid #e5e5e5; margin-left:-1px; float:left;text-decoration:none; color:#333; outline:none;border-radius: 3px;}
.page a:hover{ background:#da2127; color:#FFF;background-repeat:no-repeat; }
.page span{display:inline-block; padding:0 10px;background:#ffffff;height:35px; vertical-align:middle;margin: 0 3px 5px; line-height:35px; font-size:12px; border:1px solid #e5e5e5; margin-left:-1px;float:left;}
.page span.current{ background:#da2127; color:#FFF}

.page .pageinfo { display:none;}




.contPage{margin: 60px auto 0;}
.contPage .psgCont{min-height: 450px;margin-bottom: 30px;font-size: 16px;line-height: 36px;color: #4c4c4c;text-align: justify;word-break:break-all;}
.contPage .psgCont *{max-width: 100% !important;}


.contPage2{margin: 60px auto 0;}
.contPage2 .psgCont2{min-height: 450px;margin-bottom: 30px;font-size: 16px;line-height: 36px;color: #4c4c4c;text-align: justify;word-break:break-all;}
.contPage2 .psgCont2 *{max-width: 100% !important;}

/*.contPage2 .psgCont2 img { width:490px; height:100%; overflow:hidden; float:right; padding-left:50px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; transition:all 0.4s ease; }

.contPage2 .psgCont2 :hover img{ -webkit-transform: scale(1.16); -moz-transform: scale(1.16); -ms-transform: scale(1.16); transform: scale(1.16); }
.contPage2 .psgCont2 :hover:after{ opacity: 0.4; }*/
.proimg { width:420px; height:373px; overflow:hidden; float:right; padding-left:35px; }
.proimg img { cursor: pointer; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; transition:all 0.4s ease;text-align: right; }

.proimg img:hover{ -webkit-transform: scale(1.13); -moz-transform: scale(1.13); -ms-transform: scale(1.13); transform: scale(1.13); }
.proimg :hover:after{ opacity: 0.4; }




.contPage .psgTitle{text-align: center;margin-bottom: 22px;}
.contPage .psgTitle h5{line-height: 40px;font-size: 24px;color: #333333;font-weight: normal;}
.contPage .psgTitle h5 span{color: #1081ce;}
.contPage .psgTitle .info{font-size: 12px;color: #666666;text-align: center;line-height: 35px;}
.contPage .psgTitle .info span{margin: 0 10px;}


.contPage .psgLink{padding-bottom: 34px;border-top: 1px solid #e5e5e5;}
.contPage .psgLink .item{padding-top: 24px;}
.contPage .psgLink .item:first-child{padding-top: 44px;}
.contPage .psgLink .item h5{font-size: 14px;font-weight: normal;color: #666666;line-height: 16px;}
.contPage .psgLink .item h3{font-size: 18px;color: #000000;font-weight: normal;color: #000000;line-height: 36px;}
.contPage .psgLink .item p{font-size: 14px;color: #888888;line-height: 24px;}
.contPage .psgLink .item:hover h3{color: #da2127;}

.contPage2 .psgTitle{text-align: center;margin-bottom: 22px;}
.contPage2 .psgTitle h5{line-height: 40px;font-size: 24px;color: #333333;font-weight: normal;}
.contPage2 .psgTitle h5 span{color: #1081ce;}
.contPage2 .psgTitle .info{font-size: 12px;color: #666666;text-align: center;line-height: 35px;}
.contPage2 .psgTitle .info span{margin: 0 10px;}


.contPage2 .psgLink{padding-bottom: 34px;border-top: 1px solid #e5e5e5;}
.contPage2 .psgLink .item{padding-top: 24px;}
.contPage2 .psgLink .item:first-child{padding-top: 44px;}
.contPage2 .psgLink .item h5{font-size: 14px;font-weight: normal;color: #666666;line-height: 16px;}
.contPage2 .psgLink .item h3{font-size: 18px;color: #000000;font-weight: normal;color: #000000;line-height: 36px;}
.contPage2 .psgLink .item p{font-size: 14px;color: #888888;line-height: 24px;}
.contPage2 .psgLink .item:hover h3{color: #da2127;}


.pageStyle{min-height: 300px;margin-bottom: 30px;font-size: 14px;line-height: 28px;color: #4c4c4c;text-align: justify;word-break:break-all;}
.pageStyle *{max-width: 100% !important;}


.header{height:129px;line-height: 129px; background:url(../images/topbg.jpg) repeat-x;}
.header .logo{padding-top: 38px;line-height: 89px;}
.header .top{height: 40px;line-height: 40px;width: 60%;}
.header .top ul li{height: 40px;float: left;padding-left:2px;position: relative;font-size: 13px;color: #bababa;cursor: pointer;}
.header .top ul li:first-child{padding-left: 0;}
.header .top ul li:first-child:before{display: none;}
.header .top ul li a{display: block;}
.header .top ul li.li1 a{padding-left: 26px;background: url(../images/tb1.png) no-repeat left center;}
.header .top ul li.li2 a{padding-left: 1px;}
.header .top ul li.li3 a{ width:97px; height:40px;background:#da2127; text-align:center; font-size:16px; color:#FFF; margin-left:16px;}
.header .top ul li .codeImg{width: 90px;height: 90px;padding: 5px;background: #fff;position: absolute;top: 24px;left: 50%;z-index: 3;margin-left: -50px;display: none;}
.header .top ul li .codeImg img{width: 100%;height: 100%;}
.header .top ul li:hover{color: #da2127;}
.header .top ul li.li3:hover{color: #ffffff;}
.header .btm{}
.header .searchBtn{margin-top: 13px;height: 33px;width: 65px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;cursor: pointer;position: relative;}
.header .searchBtn:before{content: "";width: 18px;height: 18px;position: absolute;left: 50%;top: 50%;margin: -9px 0 0 -9px;background: url(../images/searchBtn1.png) no-repeat left top;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.header .searchBtn:hover:before{background-position: left bottom;}
.header .hLogin{width: 122px;height: 33px;margin-top: 13px;line-height: 33px;border-left: 1px solid #e5e5e5;text-align: center;font-size: 0;color: #666;margin-left: 33px;}
.header .hLogin li{display: inline-block;*display: inline;*zoom: 1;font-size: 13px;margin: 0 9px;position: relative;}
.header .hLogin li:first-child:before{content: "";width: 1px;height: 14px;position: absolute;right: -8px;top: 50%;margin-top: -7px;background: #E8E8E8;}
.header .hLogin li a:hover{color: #da2127;}

.pcNav{position: relative;z-index: 2;}
.pcNav .navLine{width: 68px;height: 2px;background: #da2127;position: absolute;left: 0;bottom: 0;opacity: 0;}
.pcNav .nLi{float: left;/*width: 100px;*/height: 89px;margin-right: 1px;text-align: center;}
.pcNav .nLi>h3 a{display: block;margin: 0 33px;font-size: 18px;color: #333333; font-weight:normal;line-height: 89px;position: relative;}
.pcNav .nLi:last-child>h3 a{margin-right:12px;}
.pcNav .nLi>h3 a:before{content: "";width: 7px;height: 5px;position: absolute;bottom: 10px;left: 50%;margin-left: -3px;background: url(../images/navOn.png) no-repeat center;bottom: 0;opacity: 0;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.pcNav .nLi>h3 a:after{content: "";width: 100%;height:2px;background: #da2127;position: absolute;left: 0;bottom: 0;opacity: 0; }
.pcNav .nLi.on > h3 a:before,.pcNav .nLi:hover > h3 a:before{bottom: 10px;opacity: 1;}
.pcNav .nLi.on >h3 a,.pcNav .nLi:hover >h3 a{color: #da2127;}
.pcNav .nLi:hover>h3 a:after{opacity: 1;}
.pcNav .nLi .navSub{position: absolute;right: 0;top: 89px;background: #fff;width: 800px;text-align: left;display: none;}
.pcNav .nLi .navSub .wrap{padding: 30px;min-height: 100px;}
.pcNav .nLi .navSub .left{width: 445px;}
.pcNav .nLi .navSub .left .txt{line-height: 21px;height: 62px;margin-bottom: 10px;overflow: hidden;font-size: 13px;color: #666;}
.pcNav .nLi .navSub .left ul li{width: 45%;padding-left: 4%;float: left;border-right: #DBDBDB 1px dotted;margin-bottom: 5px;margin-top: 5px;line-height: 40px;}
.pcNav .nLi .navSub .left ul li a{display: inline-block;*display: inline;*zoom: 1;line-height: 40px;padding-right: 20px;position: relative;font-size: 14px;color: #000;}
.pcNav .nLi .navSub .left ul li a:before{content: "";width: 5px;height: 9px;position: absolute;right: 0;top: 50%;margin-top: -4px;background: url(../images/trangle.png) no-repeat left top;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.pcNav .nLi .navSub .left ul li a:hover{color: #da2127;}
.pcNav .nLi .navSub .left ul li a:hover:before{background-position: left bottom;}
.pcNav .nLi .navSub .right{width: 290px;}
.pcNav .nLi .navSub .right li{width: 265px;height: 158px;position: relative;overflow: hidden;margin-bottom: 15px;text-align: center;line-height: 30px;margin-left: 15px;}
.pcNav .nLi .navSub .right li .pic{width: 100%;height: 158px;overflow: hidden;position: relative;}
.pcNav .nLi .navSub .right li .pic img{width: 100%;height: 100%;}
.pcNav .nLi .navSub .right li .pic b{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(44,44,44,.80);opacity: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2C2C2C, endcolorstr=#2C2C2C);}
.pcNav .nLi .navSub .right li .pic p{width: 100%;height: 24px;position: absolute;top: 50%;margin-top: -12px;left: 0;color: #fff;font-size: 16px;line-height: 24px;opacity: 0;font-weight: bold;
-webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6);}
.pcNav .nLi .navSub .right li h5{text-align: center;font-size: 17px;color: #000;font-weight: bold;line-height: 45px;}
.pcNav .nLi .navSub .right li:hover .pic b{left: 0;opacity: 1;}
.pcNav .nLi .navSub .right li:hover .pic p{-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);opacity: 1;}

.banner{width: 100%;overflow: hidden;position: relative;}
.banner .swiper-slide{height: 500px;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 100%;overflow: hidden;}
.banner .swiper-slide a span{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;
-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);-webkit-transition: 0.8s;-moz-transition: 0.8s;-ms-transition: 0.8s;transition: 0.8s;}
.banner .swiper-slide.swiper-slide-active a span{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.banner.swiper-container-horizontal > .swiper-pagination-bullets{height: 14px;width: 100%;position: absolute;left: 0;bottom: 20px;line-height: 14px;z-index: 2;text-align: center;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 14px;height: 14px;margin: 0 6px;padding: 0;background: #fff;opacity: 1;cursor: pointer;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fdf21c;}

.isect1{width: 100%;background: #ffffff;padding-bottom: 30px;}

.isect1 .name{width: 16%;font-size:35px; color:#000; font-weight:normal; float:left; padding-top:35px;padding-bottom:10px;}
.isect1 .tabs{width: 80%;background: #ffffff;margin-bottom: 10px; float:left; text-align:right; padding-top:35px; font-size:16px;
/*-moz-box-shadow:0px 2px 0px #EAE7E7; -webkit-box-shadow:0px 2px 0px #EAE7E7; box-shadow:0px 2px 0px #EAE7E7;*/
/*-moz-box-shadow:0px 3px 3px #EAE7E7; -webkit-box-shadow:0px 3px 3px #EAE7E7; box-shadow:0px 3px 3px #EAE7E7;*/}

.isect1 .tabs ul li{width:20%;float: left;text-align: center;}
.isect1 .tabs ul li a{display: block;height: 35px;padding-top: 40px;font-size: 16px;color: #666666;}
.isect1 .tabs ul li.li1:hover a,.isect1 .tabs ul li.li1.on a{ background:url(../images/Tab1On.png) no-repeat center 30px;}

.isect1 .tabs ul li.li2:hover a,.isect1 .tabs ul li.li2.on a{ background:url(../images/Tab1On.png) no-repeat center 30px;}

.isect1 .tabs ul li.li3:hover a,.isect1 .tabs ul li.li3.on a{ background:url(../images/Tab1On.png) no-repeat center 30px;}

.isect1 .tabs ul li.li4:hover a,.isect1 .tabs ul li.li4.on a{ background:url(../images/Tab1On.png) no-repeat center 30px;}

.isect1 .tabs ul li.li5:hover a,.isect1 .tabs ul li.li5.on a{ background:url(../images/Tab1On.png) no-repeat center 30px;}


.isect1 .tabs ul li.li6:hover a,.isect1 .tabs ul li.li6.on a{ color:#da2127;}
.isect1 .tabs ul li a:hover,.isect1 .tabs ul li.on a{color: #ffffff;}

.isect1 .tabsCont .item{width: 100%;display: none;}
.isect1 .tabsCont .item:first-child{display: block;}


.isect1 .tabsCont .item .right{width:100%;position: relative;}
.isect1 .tabsCont .item .right li{width: 224px;height: 199px;overflow: hidden;float: left;margin: 0 11px 15px 0;position: relative;}
.isect1 .tabsCont .item .right li .pic{width: 100%;height: 100%;overflow: hidden;}
.isect1 .tabsCont .item .right li .pic img{width: 100%; }
.isect1 .tabsCont .item .right li .pic p{font-size: 14px;color: #666;line-height: 24px;width: 100%;box-sizing:border-box;padding: 0 10px;position: absolute;left: 0;bottom: 13px;z-index: 2;text-align: center;}
.isect1 .tabsCont .item .right li b{width: 100%;height: 100%;position: absolute;left: 0;top: -100%;z-index: 3;background: rgba(70,63,11,0.5);}
.isect1 .tabsCont .item .right li .text{width: 100%;box-sizing:border-box;padding: 0 10px;height: 70px;position: absolute;left: 0;top: 50%;margin-top: -1px;z-index: 4;text-align: center;}
.isect1 .tabsCont .item .right li .text i{display: block;width: 34px;height: 34px;margin: 0 auto 11px;background: url(../images/more.png) no-repeat center;
opacity: 0;-webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); transform: scale(0.2);
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.isect1 .tabsCont .item .right li .text h5{font-size: 15px;color: #ffffff;line-height: 24px;font-weight: bold;
opacity: 0;-webkit-transform:translateY(30px); -moz-transform: translateY(30px); -ms-transform:translateY(30px); transform:translateY(30px);
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.isect1 .tabsCont .item .right li:hover b{top: 0;}
.isect1 .tabsCont .item .right li:hover .text i{opacity: 1;-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.isect1 .tabsCont .item .right li:hover .text h5{opacity: 1;-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.isect1 .tabsCont .item .right li:hover .pic p{opacity: 0;}
.isect1 .tabsCont .item .right li span{display: block;width: 100%;height: 100%;background: #ececec;text-align: center;color: #3C3C3C;font-size: 17px;font-weight: 800;line-height: 166px;}
.isect1 .tabsCont .item .right li:hover span{background: #FFD800;}

.isect2{padding: 25px 0 28px;}
.tiname { width:100%; text-align:center; font-size:35px; color:#000000; height:60px;}
.tiname p{ width:100%;  font-size:15px; color:#636363; margin-top:25px; margin-bottom:38px;}

.ititle{width: 100%;height: 32px;padding-bottom: 18px;line-height: 32px;color: #000000;font-size: 35px; font-weight:normal;}
.bttxt{width: 100%;height: 32px;padding-bottom: 20px;line-height: 32px;color: #636363;font-size: 15px; font-weight:normal;}
.ititle .imore{background: url(../images/more1.jpg) no-repeat right;width: 52px;padding-right: 33px;text-align: right;font-size: 13px;color: #666;color: #666;font-weight: normal;line-height: 16px;}
.ititle .imore span{font-family: "Arial, Helvetica, sans-serif";display: block;}
.ititle .imore:hover{color: #da2127;}

.isect2_1{width: 40%;height: 480px;box-sizing:border-box;position: relative;}
.isect2_1 .pic{width: 100%;height:480px;overflow: hidden;}
.isect2_1 .pic span{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2_1:hover .pic span{-webkit-transform: scale(1.16); -moz-transform: scale(1.16); -ms-transform: scale(1.16); transform: scale(1.16);}
.isect2_txt { width:370px; position:absolute; z-index:99; top:63px; left:55px; font-size:14px; color:#666666; text-align: justify;}
.isect2_txt h3 { font-size:30px; color:#333333; font-weight:normal; margin-bottom:28px;}


.isect2_1 p{display: block;height: 96px;padding-left: 22px;padding-top: 16px;line-height: 25px;overflow: hidden;font-size: 13px;color: #666;}
.isect2_1 .more{width: 160px;height: 40px;background-color: #0195E2;margin-left: 24px;text-align: center;line-height: 40px;color: #FFF;display: block;font-size: 13px;position: relative;}
.isect2_1 .more:before{content: "";width: 0;height: 100%;background: #FFD800;position: absolute;left: 0;top: 0;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.isect2_1 .more span{display: block;width: 100%;height: 100%;position: relative;z-index: 2;}
.isect2_1:hover .more:before{width: 100%;}

/*.isect2_2{width: 28%;box-sizing:border-box;margin-left: 1%;border:1px solid #E1E1E1;height: 441px;}
.isect2_2 ul{padding-top: 20px;height: 326px;width: 90%;margin: 0 auto;}
.isect2_2 ul li{height: 44px;line-height: 44px;border-bottom: 1px solid #E1E1E1;padding-right: 24px;background: url(../images/listIcon.jpg) no-repeat right center;}
.isect2_2 ul li a{font-size: 14px;color: #2c2c2c;}
.isect2_2 ul li:hover a{color: #da2127;}
.isect2_2 .btm{background-color: #FDE300;height: 71px;margin-top: 24px;}
.isect2_2 .btm a{display: block;padding: 12px 58px 0 18px;position: relative;width: 100%;height: 100%;box-sizing:border-box;}
.isect2_2 .btm a i{width: 20px;height: 20px;position: absolute;right: 18px;top: 50%;margin-top: -10px;background: url(../images/more2.png) no-repeat center;}
.isect2_2 .btm a h5{font-size: 18px;color: #3c3c3c;font-weight: bold;line-height: 25px;}
.isect2_2 .btm a p{font-size: 13px;color: #3c3c3c;line-height: 18px;}*/

.isect2_3{width:60%;}
.isect2_3 ul li{width: 100%;height: 240px; background:#f6f6f6;overflow: hidden;position: relative;}
.isect2_3 ul li:first-child{margin-top: 0;}
.isect2_3 ul li a{display: block;width: 100%;height: 100%;}
.isect2_3 ul li a .pic{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2_3 ul li a:hover .pic{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.isect2_3 ul li.li1 p { width:33%; margin-top:80px; float:left; text-align:center; font-size:65px; color:#b61314; font-weight:bold; line-height:45px;}
.isect2_3 ul li.li1 p i { font-size:14px; color:#b61314; font-weight:normal;}
.isect2_3 ul li.li1 p span {font-size:15px; color:#666666; display:block; font-weight:normal; }
.isect2_3 ul li.li2 a { width:50%; float:left; overflow:hidden; position:relative;}

.isect2_3 ul li.li2 .text{ width: 100%;height: 71px;box-sizing:border-box;padding: 13px 0 0 0px;position: absolute;left: 0;bottom: 90px;z-index: 2;color: #fff;}
.isect2_3 ul li.li2 .text h5{font-size: 28px;color: #FFF;line-height: 25px; font-weight:normal;text-align:center; padding-top:60px;}
.isect2_3 ul li.li2 .text h6{font-size: 26px;color: #FFF;line-height: 28px; font-weight:normal; padding-left:45px; margin-bottom:18px; }
.isect2_3 ul li.li2 .text p{line-height: 18px; font-size:15px; padding-left:45px; padding-right:40px;}


.isect3 {padding: 52px 0 30px;}
.isect3 .cont{padding: 13px 0;}
.isect3 .cont .picNews{width: 43.92%; height:426px;overflow: hidden;}
.isect3 .cont .picNews .scrollNews{width: 100%;position: relative;}
.isect3 .cont .picNews .scrollNews .swiper-slide a{display: block;height: 0;padding-bottom: 57%;overflow: hidden;position: relative;}
.isect3 .cont .picNews .scrollNews .swiper-slide a .pic{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.isect3 .cont .picNews .scrollNews .swiper-slide a .pic img{width: 100%;height: 100%;}
.isect3 .cont .picNews .scrollNews .swiper-slide .text h5{width: 100%;font-size:24px;color: #333333; font-weight:normal; line-height:50px; margin-top:12px;}
.isect3 .cont .picNews .scrollNews .swiper-slide .text {width: 100%;font-size: 14px;color: #666666;}
.isect3 .cont .picNews .scrollNews .swiper-slide .text p {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.isect3 .cont .picNews .scrollNews.swiper-container-horizontal > .swiper-pagination-bullets{height: 50px;line-height: 50px;position: absolute;bottom:100px;right: 15px;z-index: 3;left: auto;width: auto;text-align: right;}
.isect3 .cont .picNews .scrollNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 0 0 5px;padding: 0;cursor: pointer;opacity: 1;background: url(../images/dot.png) no-repeat left top;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.isect3 .cont .picNews .scrollNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position: left bottom;}

.isect3 .cont .right{width: 52.5%;}
.isect3 .cont .right .recomNews{/*border-bottom: 1px solid #DEDEDE;*/padding-bottom: 18px;}
.isect3 .cont .right .recomNews h5{font-size: 15px;color: #666;line-height: 20px;}
.isect3 .cont .right .recomNews span{display: block;font-size: 13px;line-height: 18px;color: #bababa;}
.isect3 .cont .right .recomNews p{font-size: 13px;display: block;padding-top: 5px;line-height: 23px;color: #666;}
.isect3 .cont .right .recomNews:hover h5{color: #da2127;}
.isect3 .cont .right ul{width: 100%;}
.isect3 .cont .right ul li{border-bottom: 1px dotted #DEDEDE;padding-bottom: 23px;padding-top: 28px;overflow: hidden;}
.isect3 .cont .right ul li:first-child{border-bottom: 1px dotted #DEDEDE;padding-bottom: 23px;padding-top:0px;overflow: hidden;}
.isect3 .cont .right ul li a{display: block;height: 92px;padding-left:90px;position: relative;}

.isect3 .cont .right ul li a .date{width:66px;height:83px;position: absolute;left: 0;top: 0;background: #cccccc;text-align: center;box-sizing:border-box;padding-top: 10px;}
.isect3 .cont .right ul li a .date:before{content: "";width: 100%;height: 0;background: #cccccc;position: absolute;left: 0;top: 0;
-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;}
.isect3 .cont .right ul li a .date em{display: block;font-size:36px;color: #ffffff;line-height: 43px;position: relative;z-index: 2;}
.isect3 .cont .right ul li a .date span{display: block;font-size: 13px;line-height: 26px;color: #ffffff;position: relative;z-index: 2;}

.isect3 .cont .right ul li a h5{font-size: 24px;color: #333333;line-height: 35px; font-weight:normal;}
.isect3 .cont .right ul li a span{display: block;font-size: 13px;line-height: 18px;color: #bababa;}
.isect3 .cont .right ul li a p{font-size: 13px;display: block;padding-top: 5px;line-height: 23px;color: #666;height: 46px;overflow: hidden;}
.isect3 .cont .right ul li a:hover h5{color: #da2127;}


.isect4{padding: 52px 0 28px; position:relative;}
.index_car { width:100%; height:400px; overflow:hidden;box-sizing:border-box;}
.index_car .pic{ width:67%;height:400px; overflow:hidden; float:left;}
.index_car .pic span{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.index_car:hover .pic span{-webkit-transform: scale(1.14); -moz-transform: scale(1.16); -ms-transform: scale(1.14); transform: scale(1.14);}
.index_car .isect4_txt{width:29.92%; float:right; font-size:13px; color:#666666; line-height:26px; text-align: justify;}
.index_car .isect4_txt h4 { font-size:32px; color:#00132b; font-weight:normal; line-height:53px; padding-bottom:7px;}
.index_car .isect4_txt h4 em{ font-size:46px; color:#00132b; font-weight:normal; display:block; line-height:50px;}
.isect4bg { position:absolute; top:0px;width: 100%;height: 100%; z-index:-99;}


.index_kj { width:100%; height:350px; overflow:hidden;box-sizing:border-box; margin-top:56px;}
.index_kj .pic{ width:43.92%;height:350px; overflow:hidden; float:left;}
.index_kj .pic span{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.index_kj:hover .pic span{-webkit-transform: scale(1.14); -moz-transform: scale(1.16); -ms-transform: scale(1.14); transform: scale(1.14);}
.index_kj .isect4_txt{width:23%; float:left; font-size:13px; color:#666666; line-height:26px; text-align: justify; margin-left:40px; padding-top:106px;}
.index_kj .isect4_txt h4 { font-size:32px; color:#00132b; font-weight:normal; line-height:53px; padding-bottom:7px;}
.index_kj .isect4_txt h4 em{ font-size:46px; color:#00132b; font-weight:normal; display:block; line-height:50px;}



.fTop{padding: 45px 0 25px;background: #2a2a2a;}
.fTop .fNav dl{float: left;width: 154px;}
.fTop .fNav dl:first-child{padding-left: 0;}
/*.fTop .fNav dl:nth-child(4) { margin-right:30px;width: 160px;}*/
.fTop .fNav dl dt{font-size: 17px;color: #fff;font-weight: bold;line-height: 23px;margin-bottom: 22px;}
.fTop .fNav dl dd{font-size: 13px;color: #a5a5a5;line-height: 18px;padding-bottom: 10px;}
.fTop .fNav dl dd a:hover{color: #fff;}
.fTop .fNav .right{width:260px;}


.fTop .fNav .right  ul li .pic{width:260px;height:176px;}
.fTop .fNav .right  ul li .pic img{width: 100%;height: 100%;}

/*友情链接*/
.fTop .fNav .right .select{ height: 35px; width:100%;position: relative;}
.fTop .fNav .right .select:first-child{margin-left: 0;}
.fTop .fNav .right .select dt {width: 100%;height: 35px; box-sizing: border-box;padding: 0 30px 0 14px;position: relative; z-index: 3;cursor: pointer;color: #ffffff;font-size: 13px;line-height:35px;background: #747474;}
.fTop .fNav .right .select dt i{width:52px;height:35px;position: absolute;right:0px;top:0px;background: url(../images/sss.jpg) no-repeat center;}
.fTop .fNav .right .select dd { position: absolute; left: 0; bottom: 40px; border: 1px solid #d2ccc4; background: #fff; display: none;width: 100%;box-sizing: border-box;z-index: 5; }
.fTop .fNav .right .select dd ul {max-height: 250px; overflow: auto;}
.fTop .fNav .right .select dd ul li { display: block; width: 100%;}
.fTop .fNav .right .select dd ul li a { line-height: 32px; display: block; padding: 0 8px; }
.fTop .fNav .right .select dd ul li a:hover { background: #747474; }
.fTop .fNav .right .select dt.cur i{-webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); transform: rotateZ(180deg); }

.fTop .fNav .right .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.fTop .fNav .right .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.fTop .fNav .right .select dd ul::-webkit-scrollbar-corner,
.fTop .fNav .right .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.fTop .fNav .right .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#2059a3; }
.fTop .fNav .right .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.fTop .fNav .right .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }


.bdsharebuttonbox {margin-right: 17px;float: right;}
.bdsharebuttonbox span{font-size: 13px;color: #fff;float: left;display: inline-block;line-height: 42px;}
.bdsharebuttonbox a {
    width: 30px;
    height: 30px;
    background: url(../images/foot_share.png) no-repeat;
    padding-left: 0;
    margin-left: 5px;
    margin-right: 0;
}
.bdsharebuttonbox a.bds_tqq {background-position: -37px 0; }
.bdsharebuttonbox a.bds_tqf {background-position: -74px 0; }
.bdsharebuttonbox a.bds_weixin {background-position: -111px 0; }
.bdsharebuttonbox a.bds_sqq {background-position: -151px 0; }

/*友情链接结束*/

.fTop .fast{border-bottom: 1px solid #5B5B5B;border-top: 1px solid #5B5B5B;font-size: 16px;font-weight: bold;color: #B3B3B3;
height: 72px;margin-top: 28px;line-height: 72px;}
.fTop .fast a{padding: 0 33px;color: #B3B3B3;font-size: 13px;font-weight: normal;position: relative;}
.fTop .fast a > img{vertical-align: middle;margin-right: 6px;}
.fTop .fast a .codeImg{width: 90px;height: 90px;padding: 5px;background: #fff;position: absolute;left: 50%;margin-left: -50px;top: -105px;z-index: 2;display: none;}
.fTop .fast a .codeImg img{width: 100%;height: 100%;}

.fBtm{background: #ffffff;font-size: 13px;color: #333333;line-height: 24px;padding: 12px 0;}
.fBtm span{margin-right: 8px;}
.fBtm a:hover{color: #fff;}




.float{width: 54px;position: fixed;right: 0;top: 30%;z-index: 99;}
.float .btn{width: 54px;height: 54px;margin: 0 auto;text-align: center;box-sizing:border-box;padding: 20px 14px 0;background: #0195e2;border-radius: 4px;cursor: pointer;margin-bottom: 22px;}
.float .btn .line{display: block;height: 2px;background: #ffffff;margin-bottom: 3px;}
.float .btn.close .line1{transform:translateY(2.5px) rotateZ(45deg);}
.float .btn.close .line2{display: none;}
.float .btn.close .line3{transform:translateY(-2.5px) rotateZ(-45deg);}
.float .list{width: 54px;padding-top: 7px;background: url(../images/trangle1.png) no-repeat center top;display: none;}
.float .list li{width: 100%;height: 74px;background: #ebebeb;border-bottom: 1px solid #dcdcdc;text-align: center;position: relative;}
.float .list li a{display: block;padding-top: 52px;height: 18px;line-height: 18px;font-size: 12px;color: #3c3c3c;background: url(../images/floatIcon.png) no-repeat left top;}
.float .list li.li1 a{background-position: center -81px;}
.float .list li.li2 a{background-position: center -152px;}
.float .list li.li3 a{background-position: center -222px;}
.float .list li .codeImg{position: absolute;top: 0;left: -124px;background: #ebebeb;width: 124px;box-sizing:border-box;padding: 8px 8px 0;display: none;}
.float .list li .codeImg .pic,.float .list li .codeImg .pic img{width: 100%;}
.float .list li .codeImg p{text-align: center;line-height: 24px;color: #000000;}
.float .list li a:hover{color: #0195e2;}
.float .list li.li1:hover a{background-position: center -379px;}
.float .list li.li2:hover a{background-position: center -450px;}
.float .list li.li3:hover a{background-position: center -520px;}
.float .goTop{display: block;width: 54px;padding-top: 30px;height: 23px;line-height: 23px;background: #ebebeb url(../images/floatIcon.png) no-repeat center -292px;text-align: center;font-size: 12px;color: #3c3c3c;margin-top: 3px;cursor: pointer;}
.float .goTop:hover{color: #0195e2;background-position: center -592px;}

.isect5 {padding:19px 0 30px;}
.isect5 .box li{width: 47.08%; height:550px;overflow: hidden;}
.isect5 .box li:nth-child(2n){width: 47.08%; height:550px;overflow: hidden; float:right;} 

 
.isect5 .box li .pic{ width:100%;height:323px; overflow:hidden; margin-top:13px;}
.isect5 .box li .pic span{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect5 .box li:hover .pic span{-webkit-transform: scale(1.14); -moz-transform: scale(1.16); -ms-transform: scale(1.14); transform: scale(1.14);}
.isect5 .box li .isect5_txt { width:100%; font-size:15px; color:#666666; text-align: justify; margin-top:15px;}

@media screen and (max-width: 1440px){
	.isect4bg { position:absolute; top:0px;width: 100%;height: 100%; z-index:-99; background:url(../images/demo/bg.png) no-repeat 120% bottom;}
}


@media screen and (max-width: 1366px){
	.isect4bg { position:absolute; top:0px;width: 100%;height: 100%; z-index:-99; background:url(../images/demo/bg.png) no-repeat 120% bottom;}
}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 2%;}
.w1500{width: auto;padding: 0 2%;}
.header{height: 68px;line-height: 68px; background:#FFF;}
.header .logo{padding-top: 0;}
.header .logo img{ width:80%}
.header .top,.pcNav,.header .hLogin{display: none;}
.header .hLogin,.header .searchBtn{margin-top: 17px;}
.header .searchBtn{border:none;}
.header .menuIcon{display: block;}

.banner .swiper-slide{height: auto;}
.banner .swiper-slide a{height: 0;padding-bottom: 46.5%;position: relative;}
.banner .swiper-slide a span{position: absolute;left: 0;top: 0;background-size: cover;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 10px;}


.isect4bg { position:absolute; top:0px;width: 100%;height: 100%; z-index:-99; background:url(../images/demo/bg.png) no-repeat 120% bottom;}

.isect1 .tabs ul li{width:20%;float: left;text-align: center;}
.isect1 .tabs ul li a{display: block;height: 35px;padding-top: 40px;font-size: 14px;color: #666666;}
.isect1 .tabs ul li.li1:hover a,.isect1 .tabs ul li.li1.on a{ background:url(../images/Tab1On2.png) no-repeat center 30px;}

.isect1 .tabs ul li.li2:hover a,.isect1 .tabs ul li.li2.on a{ background:url(../images/Tab1On2.png) no-repeat center 30px;}

.isect1 .tabs ul li.li3:hover a,.isect1 .tabs ul li.li3.on a{ background:url(../images/Tab1On2.png) no-repeat center 30px;}

.isect1 .tabs ul li.li4:hover a,.isect1 .tabs ul li.li4.on a{ background:url(../images/Tab1On2.png) no-repeat center 30px;}

.isect1 .tabs ul li.li5:hover a,.isect1 .tabs ul li.li5.on a{ background:url(../images/Tab1On2.png) no-repeat center 30px;}




.isect1 .tabsCont .item .left{display: none;}
.isect1 .tabsCont .item .right{width: 100%;text-align: center;}
.isect1 .tabsCont .item .right li{float: none;display: inline-block;*display: inline;*zoom: 1;margin: 0 5px 15px 5px;}

.isect3 .cont .right,.isect3 .cont .picNews{width: 100%;margin-bottom: 15px;}

.fTop .fNav .left,.fTop .fNav .right{width: 100%;}
.fTop .fNav .left dl{width: 100%;padding-left: 0;margin-bottom: 6px;}
.fTop .fNav .left dl dt{float: left;width: 100%;}
.fTop .fNav .left dl dd{float: left;margin-right:10px;}

.isect5 .box li{width: 47.08%; height:550px;overflow: hidden;}
.isect5 .box li:nth-child(2n){width: 47.08%; height:550px;overflow: hidden; float:right;} 
}

@media screen and (max-width: 1024px){
.fTop .fast a{padding: 0 13px;}
.fBtm .fl,.fBtm .fr{float: none;}
.fTop .fast{display: none;}
.isect1 .name{width:100%;font-size:35px; color:#000; font-weight:normal; float:none; padding-top:35px; padding-bottom:10px; text-align:center;}
.isect1 .tabs{width: 100%;background: #ffffff;margin-bottom: 10px;margin-top: 30px; float:none;}
.isect1 .tabs ul li{width:32%;float: left;text-align: center;}
.isect1 .tabsCont .item .right li{ width:30%;float: none;display: inline-block;*display: inline;*zoom: 1;margin: 0 5px 15px 5px;}
.isect4bg { position:absolute; top:300px; right:0px; z-index:-99; display:none;}
.isectfa { position:relative;}

.isect5 .box li .pic{ width:100%;height:240px; overflow:hidden; margin-top:13px;}
.isect5 .box li{width: 47.08%; height:480px;overflow: hidden;}
.isect5 .box li:nth-child(2n){width: 47.08%; height:480px;overflow: hidden; float:right;} 
}

@media screen and (max-width: 768px){
.isect1 .tabs ul li a{display: block;height: 25px;padding-top: 30px;font-size: 12px;color: #666666;}

.isect2_1,.isect2_2,.isect2_3{width: 100%;margin: 0 0 15px 0;}

.isect2_3 ul li{width:100%;float:none;}
.isect2_3 ul li.li1{display:none;}
.isect2_3 ul li.li2{float: right;margin-top: 0;}
.isect1 .tabsCont .item .right li{ width:46%;float: none;display: inline-block;*display: inline;*zoom: 1;margin: 0 5px 15px 5px;}
.isect2_3 ul li.li1 p { width:33%; margin-top:80px; float:left; text-align:center; font-size:45px; color:#b61314; font-weight:bold; line-height:45px;}
.isect2_3 ul li.li1 p span { font-size:13px; color:#666666; display:block; font-weight:normal; }
.isect2_3 ul li.li2 .text h6{font-size: 26px;color: #FFF;line-height: 28px; font-weight:normal; padding-left:20px; margin-bottom:18px; }
.isect2_3 ul li.li2 .text p{line-height: 18px; font-size:15px; padding-left:20px; padding-right:20px;}
.isect2_txt { width:90%;position:absolute; z-index:99; top:50px; left:5%;right:5%; font-size:14px; color:#666666;}

.isect4bg {background:none;}
.index_car { width:100%; height:auto; overflow:hidden;box-sizing:border-box;}
.index_car .pic{ width:100%;height:266px; overflow:hidden; float:none;}
.index_car .isect4_txt{width:100%; float:none; font-size:13px; color:#666666; line-height:26px; text-align: justify;display: inline-block;*display: inline;*zoom: 1; clear:both;}
.index_kj .isect4_txt{width:100%; float:none; font-size:13px; color:#666666; line-height:26px; text-align: justify; margin-left:0px; padding-top:0px;display: inline-block;*display: inline;*zoom: 1; clear:both;}

.index_kj { width:100%; height:auto; overflow:hidden;box-sizing:border-box; margin-top:56px;}
.index_kj .pic{ width:100%;height:250px; overflow:hidden; float:none;}


.isect3 {padding: 32px 0 1px;}
.isect3 .cont .picNews{width:100%; height:370px;overflow: hidden;}

.bttxt{ display:none;}
.isect4{padding: 1px 0 8px; position:relative;}

.isect5 .box li .pic{ width:100%;height:240px; overflow:hidden; margin-top:13px;}
.isect5 .box li{width: 100%; height:420px;overflow: hidden;}
.isect5 .box li:nth-child(2n){width: 100%; height:420px;overflow: hidden; float:none;} 
.nyMenu { display:none;}

.isect1 .tabs ul li{width:50%;float: left;text-align: center;}
.isect1 .tabs ul li a{display: block;height: 35px;padding-top: 2px;font-size: 16px;color: #666666;}


.contPage .psgCont div img { height:auto !important;}

.contPage .psgCont div span { font-size:16px !important; }

}
@media screen and (max-width: 468px){

.isect3 .cont .right ul li a .date{ display:none;}
.isect2_3 ul li{width: 100%;}
.isect2_3 ul li.li2{margin-top: 10px;}

.isect3 .cont .right ul li a{height: auto;padding-left: 0;}
.isect3 .cont .right ul li a .pic{width: 100%;height: 0;position: relative;padding-bottom: 62%;margin-bottom: 16px;}
.isect3 .cont .right ul li a .pic img{position: absolute;left: 0;top: 0;}

.float{display: none;}

.header .logo { line-height: 69px; }
.header .menuIcon { margin: 19px 0 0 0;}




}