/* CSS Document */
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 384px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {}
/*mobile*/
@media only screen and (max-width: 768px) {
	
}
@media only screen and (min-width: 768px) {
	}
@media only screen and (max-width: 992px) {
	.tt-header{background:#fff;position:relative;left:0;right:0;top:0;height:auto;overflow-x:hidden;-webkit-transition:width 1s,height 1s,transform 1s;-moz-transition:width 1s,height 1s,transform 1s;transition:width 1s,height 1s,transform 1s}
	.tt-header.stick{position:relative;animation:none!important;transition:none!important;}
	
	/*992px以下的头部-第一块LOGO*/
	.tt-header .logo{height:50px;line-height:50px;}
	.tt-header .logo img{display:inline-block;max-width:100%;max-height:50px;width:auto;height:auto;vertical-align:middle; margin:10px auto;}
	.tt-header .logo img.black{display:inline-block;}
	.tt-header .logo img.white{display:none;}
	
	/*992px以下的头部-第一块下拉切换按钮*/
	/* 菜单列表 */
	.tt-header .cmn-toggle-switch:focus{outline:0}
	.tt-header .cmn-toggle-switch{position:relative;float:right; padding:0; margin:25px 0; width:25px;height:17px;cursor:pointer;z-index:101}
	.tt-header .cmn-toggle-switch span{display:block;position:absolute;top:7px;left:0;right:0;height:3px;background:#333333;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .cmn-toggle-switch::after,.tt-header .cmn-toggle-switch::before{content:"";position:absolute;display:block;top:7px;left:0;width:100%;height:3px;background:#333333;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .cmn-toggle-switch::before{margin-top:-7px}
	.tt-header .cmn-toggle-switch::after{margin-top:7px}
	.tt-header .cmn-toggle-switch.active::before{-webkit-transform:translateY(7px) rotate(45deg);-moz-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}
	.tt-header .cmn-toggle-switch.active::after{-webkit-transform:translateY(-7px) rotate(-45deg);-moz-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}
	.tt-header .cmn-toggle-switch.active span{opacity:0}
	
	/*992px以下的头部-第二块NAV*/
	.tt-header .toggle-block{display:none;text-align:center;position:relative;top:0;left:0;width:100%;max-height:100%;overflow:auto;padding:0}
	.tt-header .main-nav{margin-bottom:0;text-align:left}
	.tt-header .main-nav>ul>li{border-bottom:1px solid #dbdbdb;overflow:hidden}
	.tt-header .main-nav>ul>li>a,.tt-header .main-nav>ul>li>a:focus{display:block;position:relative;width:auto;font-size:14px;line-height:20px;color:#333333;padding:13px 15px 13px 15px;margin:0 auto}
 
	.tt-header .main-nav>ul>li>a:after,.tt-header .main-nav>ul>li>a:before{content:'';display:block;position:absolute;top:0;left:-500px;width:500px;bottom:0;background:0 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li>a:after{left:auto;right:-500px}
	.tt-header .main-nav>ul>li.active>a,.tt-header .main-nav>ul>li.select>a,.tt-header .main-nav>ul>li>a:hover{color:#fff;background:#DD5F0D;text-decoration:none}
	
	.tt-header .main-nav>ul>li.active>a:after,.tt-header .main-nav>ul>li.active>a:before,.tt-header .main-nav>ul>li.select>a:after,.tt-header .main-nav>ul>li.select>a:before,.tt-header .main-nav>ul>li>a:hover:after,.tt-header .main-nav>ul>li>a:hover:before{background:#DD5F0D}
	
	.tt-header .main-nav>ul>li>ul{display:none;background:#f0f0f0;border-top:1px solid #dbdbdb}
	.tt-header .main-nav>ul>li>ul>li{border-bottom:1px solid #dbdbdb}
	.tt-header .main-nav>ul>li>ul>li>a{display:block;width:750px;font-size:14px;line-height:20px;color:#333333;padding:13px 22px;margin:0 auto}
	.tt-header .main-nav>ul>li>ul>li>a span:before{content:'-';margin-right:10px}
	.tt-header .main-nav>ul>li>ul>li>a,.tt-header .main-nav>ul>li>ul>li>a:focus{display:block; width:auto; position:relative;text-decoration:none}
	
	.tt-header .main-nav>ul>li>ul>li>a:after,.tt-header .main-nav>ul>li>ul>li>a:before{content:'';display:block;position:absolute;top:0;left:-500px;width:500px;bottom:0;background:0 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li>ul>li>a:after{left:auto;right:-500px}
	.tt-header .main-nav>ul>li>ul>li.active>a,.tt-header .main-nav>ul>li>ul>li.select>a,.tt-header .main-nav>ul>li>ul>li>a:hover{color:#fff;background:#DD5F0D}
	.tt-header .main-nav>ul>li>ul>li.active>a:after,.tt-header .main-nav>ul>li>ul>li.active>a:before,.tt-header .main-nav>ul>li>ul>li.select>a:after,.tt-header .main-nav>ul>li>ul>li.select>a:before,.tt-header .main-nav>ul>li>ul>li>a:hover:after,.tt-header .main-nav>ul>li>ul>li>a:hover:before{background:rgba(0,0,0,.55)}
	.tt-header .main-nav>ul>li>ul>li.select>a .menu-toggle{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
	.tt-header .main-nav>ul>li>ul>li>ul{display:none;background:#333333;border-top:1px solid #dbdbdb}
	.tt-header .main-nav>ul>li>ul>li>ul>li{border-bottom:1px solid #dbdbdb}
	.tt-header .main-nav>ul>li>ul>li>ul>li:last-child{border-bottom:0}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a{display:block;position:relative;width:750px;font-size:14px;line-height:20px;color:#fff;background:#333333;padding:12px 40px;margin:0 auto;text-decoration:none}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:after,.tt-header .main-nav>ul>li>ul>li>ul>li>a:before{content:'';display:block;position:absolute;top:0;left:-500px;width:500px;bottom:0;background:0 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:after{left:auto;right:-500px}
	.tt-header .main-nav>ul>li>ul>li>ul>li>a span:before{content:'-';margin-right:10px}
	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a,.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover{text-decoration:none;color:#fff;background:#DD5F0D}
	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a:after,.tt-header .main-nav>ul>li>ul>li>ul>li.active>a:before,.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover:after,.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover:before{background:#fff}
	/*菜单右侧下拉箭头点击切换*/
	.tt-header .menu-toggle{position:absolute;top:50%;right:9px;padding:13px 16px;margin-top:-20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	.tt-header .main-nav>ul>li.select>a .menu-toggle{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
	
	
	
	.index-banner-wrap .swiper-button-prev,.index-banner-wrap .swiper-button-next{ display:none;}
	
/*所有内页banner*/

.banner-wrap{position:relative; top:0; background:#ccc;}
.banner-wrap .banner-title-wrap{ position:absolute; width:100%; top:30%; height:600px; text-align:left;}
.banner-wrap .banner-title-wrap .title{font-size:24px;color:#fff;font-weight:700}
.banner-wrap .banner-title-wrap .title2{font-size:24px;color:#fff;font-weight:400}
	
	
/*内页每个模块外框线*/
.ny-wrap .container{border-left:0px solid #E6E6E8;border-right:0px solid #E6E6E8;}
	
.mkbt{padding-bottom:20px;}
.mkbt h2.maintitle{font-size:30px; color:#000 font-weight:normal; margin:0; }
.mkbt h2.maintitle::after {content:""; display:block; width:80px; height:3px; background:#DD5F0D; margin:10px 0 10px 0; }

.mkbt2{border-bottom:1px solid #e6e6e8; margin-bottom:30px;}
.mkbt2 h2.maintitle{font-size:24px; color:#333; font-weight:normal; margin:40px 0px 0px 0px;}
.mkbt2 h2.maintitle::after {content:""; display:block; width:30px; height:3px; background:#DD5F0D; margin:20px 0 0px 0; }

	
	/*首页走进园区*/
	.index-zjyq-bg{background:#f0f0f2; padding:40px 0;}
	
	.index-zjyq{}
	.index-zjyq-title{font-size:24px; margin-bottom:10px;}
	.index-zjyq-nr{font-size:16px; line-height:30px; color:#666;}
	.index-zjyq-video{padding:30px 0px 0px 0px;}
	
	/*首页区内服务*/
	.index-qnfw-bg{background:#fff;padding:40px 0 40px 0}
	.pc-qnfw{ display:none;}
	.m-qnfw{display:inherit;}
	.qnfw-wrap-btn{width:50%;}
	.qnfw-btn-item .title{ padding:10px 0px; font-size:14px;}
	
	/*首页新闻中心*/
	.index-xwzx-bg{padding:40px 0 40px 0;background:#f0f0f2}
	.index-xwzx-item{min-height:380px;}
.xwzx-mask{background:rgba(0,0,0,.5);transition:all .5s;opacity:0; position:absolute; left:0px; top:0px; width:100%; height:100%;}
.xwzx-content-title{color:#dd5f0d}
.xwzx-content{position:absolute; top:90%; width:95%; background:#fff;  font-size:18px; line-height:30px; box-sizing:border-box; padding:25px; transition:all .5s;}  
.xwzx-wrap:hover .xwzx-content{background:#dd5f0d;color:#fff}
.xwzx-wrap:hover .xwzx-content .xwzx-content-title{color:#fff}
	
/*首页关于我们*/
.index-gywm-bg{background:#fff; padding:40px 0;}
.index-gywm{}
.index-gywm-title{font-size:24px; margin-bottom:10px;}
.index-gywm-nr{font-size:16px; line-height:35px; color:#666;}
.index-gywm-pic{padding:30px 0px 0px 0px;}


/*天堂苏州-中新合作-苏州2.5产业园*/
.ttsz-wrap01,.zxhz-wrap01,.szcyy-wrap01{}
.ttsz-wrap01 .ttsz-wrap01-txt,.zxhz-wrap01 .zxhz-wrap01-txt, .szcyy-wrap01 .szcyy-wrap01-txt{ font-size:16px; color:#666; line-height:35px; padding:20px 0px 20px 0px}
.szcyy-wrap01-pic img{ min-height:335px;}

/*地理区位*/
.small-title{font-size:20px;color:#dd5f0d;padding:40px 0 20px 0}
.dlqw-pic{border-top:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4;}
.dlqw-item{border-top:1px solid #f4f4f4;border-left:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4; padding:30px 30px;}
.cydw-item{background:#f4f4f4}
.cydw-item:hover{background:#fbfbfb}


/*=========================================区内服务qnfw.html====================================================*/
/*一站式服务*/
.yzsfw-item{padding:40px 0;background:#f0f0f2;transition:all .2s}
.yzsfw-text{padding-top:10px}
.yzsfw-item-btn{margin-top:16px;}

/*政务服务*/
.zwfw-item{background:0 0;transition:all .2s; padding:40px 40px 40px 40px;}
.zwfw-item:hover{background:#dd5f0d}
.zwfw-item-btn{height:40px;border-radius:20px;font-size:16px;background:0 0;color:#fff;border:1px solid #fff;transition:all .2s;cursor:pointer}
.zwfw-item-btn .right-icon{fill:#fff;transition:all .2s}
.zwfw-item:hover .zwfw-item-btn{background:#fff;color:#dd5f0d}
.zwfw-item:hover .right-icon{fill:#dd5f0d}
.zwfw-title01{ font-size:26px; color:#fff; padding:30px 0px 25px 0px;}
.zwfw-title02{ font-size:16px; color:#fff;}
.zwfw-title03{ font-size:14px; color:#fff; padding-top:30px;}
.zwfw-title04{ padding-top:30px;}

/*产业服务*/
.cxpt-wrap{border-top:3px solid #e6e6e8;cursor:pointer;transition:all .2s; padding:35px 10px 35px 10px; width:50%; display:flex; flex-direction:column; justify-content:space-between;}
.cxpt-text{transition:all .2s; padding-top:10px;}
.cxpt-left-item{display:none; }
.cxpt-left-item-on{display:block; padding:60px 20px 60px 20px; width:100%;clear:both; overflow:hidden;}
.cyfw-qhnr{width:100%; clear:both; overflow:hidden;}
.qhpic{ width:100%; clear:both; overflow:hidden;}

/*配套服务*/
.jcptfw-btn-k{bottom:50px; left:70px; position:absolute; display:flex;flex-direction:row;align-items:center;justify-content:flex-start}
.jcptfw-btn-k a{color:#fff;}
.jcptfw-btn-k a:hover{color:#fff;}
.jcptfw-btn{height:40px;border-radius:20px;font-size:16px;background:0 0;color:#fff;border:1px solid #fff;transition:all .2s;cursor:pointer}
.jcptfw-btn .right-icon{fill:#fff}

/*党群服务*/
.dqfw{ margin-bottom:60px;}
.dqfw-item-title{display:flex}
.dqfw-item{font-size:16px;height:80px;color:#666;font-weight:400;transition:all .2s;cursor:pointer; flex:0 1 50%}
.dqfw-item-on{color:#fff;background:#d7000f;}
/*党群服务-党员阵地*/
.dyzd-twobtnlist{ padding:30px 0px; clear:both; overflow:hidden;}
.dyzd-twobtnlist ul li{float:left; width:50%;}
.dyzd-twobtnlist ul li:first-child{ padding-right:5px;}
.dyzd-twobtnlist ul li a{padding:20px 10px;}
.dyzd-twobtnlist .icon-pic{width:32px;height:32px;background:#D7000F;}
.dyzd-twobtnlist .title{font-size:16px; color:#D7000F; padding-left:10px;}


/*=========================================区内服务-卡证办理====================================================*/
.kzbl-title{font-size:30px;color:#DD5F0D; padding:20px 20px;}
.kzbl-step{padding:20px 20px; margin-bottom:20px;}
.kzbl-step img{margin:0 auto;}

/*在线申请标题*/
.zxsq-title{padding:20px 20px;}
.zxsq-title h2{font-size:30px;color:#DD5F0D; display:block; padding-bottom:10px;}
.zxsq-title span{ font-size:14px; color:#666; display:block;}
.zxsq-item{padding:10px 0px;}


/*=========================================关于我们gywm.html====================================================*/
/*企业简介*/
.gywm-qyjj-bg{background:#F0F0F2; padding-top:50px;}
.gywm-qyjj{ padding:0px 20px 0px 20px;}
.gywm-qyjj-title{color:#333;font-size:30px;}
.gywm-qyjj-txt{font-size:16px; line-height:35px; padding:20px 0px; color:#666;}
.gywm-qyjjlist{ padding:10px 0px;}

.gywm-glgm-title{color:#333;font-size:30px; padding:30px 20px 30px 20px;}

/*存量资产盘活*/
.gywm-clzc{}
.gywm-clzc-title{ margin:0px 20px 0px 20px; color:#666; font-size:18px;}
.gywm-qyjj-txt{font-size:16px; line-height:35px; padding-top:30px; color:#666;}
	
/*关于我们-旗舰项目*/
#qjxm{margin:40px 0px 40px 0px; padding:0px; background:#F0F0F2; display:block; clear:both; overflow:hidden;}
.qjxm-title{ padding:20px 20px 20px 20px; font-size:30px; color:#333;}
.taba{zoom:1;width:100%; float:left}
.taba ul{border-bottom:1px solid #f0f0f0; display:-ms-flexbox; display:-webkit-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; flex-direction:row;}
.taba ul li{color:#666; cursor:pointer; padding:15px 0px; font-size:16px; display:inline-block; text-align:center; width:50%;}
.taba ul li.current{ background:#DD5F0D; color:#fff;}
.taba ul li:last-child{margin-right:0px;}
.taba-c { width:100%; float:left;}
.taba-c .tabacontent{ display:none;margin:0px 0px; }
.taba-c .tabacontent .list{display:flex; justify-content:center;}
.taba-c .tabacontent .list dl{ margin:15px 30px;}
.taba-c .tabacontent .list dl dt{font-size:24px; font-weight:bold; padding-bottom:15px;}
.taba-c .tabacontent .list ul li{padding:5px 0px;}
	
/*荣誉资质*/
.ryzj-item{border-bottom:1px solid #f4f4f4; width:50%; float:left; padding:55px 0px 55px 0px;}
	
/*=========================================新闻中心====================================================*//
/*搜索*/
.search-wrap{width:100%;height:60px; border:1px solid transparent;transition:all .5s; margin-top:10px; border-bottom:1px solid #e6e6e8;}

.newslist .newslist-data{ display:none;}
	
.newsshow-title{ padding:20px 20px; font-size:16px; line-height:24px;}
.newsshow-title .title01{color:#333; font-size:16px; font-weight:bold;}
.detail-content img{margin: 0 auto; display: block; max-width: 100%; height: auto !important;}

.newsshow-rightlist{display:none;}
	
	.footer-list-wrap{display:none;}
	.footer-copyright{border:0px solid #555; font-size:14px; color:#666; padding:35px 10px 35px 10px;}
	
}
/*ipad*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
}
/*992px以上*/
@media only screen and (min-width: 992px) {
	/*992px以上的头部*/
	.tt-header{position:relative; background:rgba(255,255,255,0);}
	/*992px以上的头部-第一块LOGO*/
	.tt-header .top-inner{position:relative; float:left;}
	/*992px以上的头部-第二块NAV*/
	.tt-header .toggle-block{display:block!important; float:right;}
	/*.tt-header .toggle-block .container{width:100%;padding-left:0;padding-right:0}*/
	.tt-header .main-nav{display:inline-block;vertical-align:top}
	.tt-header .main-nav>ul>li{position:relative;float:left;list-style:none; }
	
	.toggle-block-container{display:-ms-flexbox; display:-webkit-flexbox; display:flex; -ms-flex-wrap:wrap; align-items:center;}
	
	/*默认左右间距 1.导航文字占65px宽度 2.间距32px */
	.tt-header .main-nav>ul>li>a{display:block; position:relative; color:#fff; padding:32px 25px;}
	.tt-header .main-nav>ul>li.active,.tt-header .main-nav>ul>li:hover{color:#DD5F0D;}
	.tt-header .main-nav>ul>li::after{}
	
	.tt-header .main-nav>ul>li::after{}
	
	.tt-header .main-nav>ul>li.active>a,.tt-header .main-nav>ul>li:hover>a{}
	.tt-header .main-nav>ul>li.active>a::after{position: absolute; content: ''; bottom: 0; left: 0; width:100%; height: 2px; background: #DD5F0D; transition: all .36s;}
	
	.tt-header .menu-toggle{padding-left:5px}/*右侧箭头*/
	.tt-header.stick{position:fixed;left:0;width:100%; background:rgba(255,255,255,1); -webkit-box-shadow:0 0 10px rgba(0,0,0,.5);-moz-box-shadow:0 0 10px rgba(0,0,0,.5); box-shadow:0 1px 10px 0 rgba(0,0,0,.1)}
	
	.tt-header.stick .logo img.black,.tt-header.stick.tt-header .logo img.black{display:inline-block;}
	.tt-header.stick .logo img.white,.tt-header.stick.tt-header .logo img.white{display:none;}
	
	.tt-header.stick .main-nav>ul>li>a{ color:#000}

	.header-2{position:fixed;width:100%;clear:both;z-index:2; background:rgba(255,255,255,0); border-bottom:1px solid rgba(255,255,255,0.1);}
	.header-2 .tt-header .main-nav>ul>li>a span{transition: transform 0.15s;}
	.header-2 .tt-header .main-nav>ul>li>a:hover span{transform: scale(1.2); cursor:pointer; display:block;}
	
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.tt-header .main-nav>ul>li>a{display:block; position:relative; padding:32px 16px;}
}

/*@media only screen and (min-width: 1024px) {}*/ /*>=1024的设备*/
/*@media only screen and (min-width: 1100px) {}*/ /*>=1100的设备*/
@media only screen and (min-width: 1200px) {
	.container{width:1170px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
	.container{width:1200px; padding:0;}
	.szcyy-wrap01-pic img{ min-height:450px;}
	
	.dlqw-pic{border-top:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; min-height:680px;}
	.dlqw-item{ min-height:340px;}
}
@media only screen and (min-width: 1280px) {} /*>=1280的设备*/
@media only screen and (min-width: 1366px) {}  
@media only screen and (min-width: 1440px) {} 
@media only screen and (min-width: 1680px) {} 
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
	.container{width:1200px; padding:0;}
	.szcyy-wrap01-pic img{ min-height:450px;}
	
	.dlqw-pic{border-top:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; min-height:680px;}
	.dlqw-item{ min-height:340px;}
	
/*产业定位*/
.cydw-item{background:#f4f4f4; padding-top:45px; padding-bottom:45px; min-height:400px;}
}
@media only screen and (min-width: 1920px) {} 


