﻿/*网站变黑白*/
/*html {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
        _filter:none;
}*/
/*公共重置样式*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,caption,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
ul{padding: 0;margin: 0;}
summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body{background:#fff;}
a,a:hover{color:#333;}
a:focus{outline:none;}
body { font-family: '微软雅黑'; background: #fff;font-weight: normal;margin: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
.container{width: 1200px;margin: 0 auto;position: relative;z-index: 99;}
.container:after {
	content: " ";
	clear:both;
	height: 0;
	display: block;
	visibility: hidden;
}

a:hover,
a:hover img,
a:hover span,
li:hover .text em,
li:hover,
li:hover span,
li:hover a,
li:hover p,
li:hover h1,
li:hover div,
div:hover,
ul:hover,
div:hover span,
.title:hover em{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*公共样式END*/

body{
	background: #f1f1f1;
}

.log_alert{
	position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}
.log_alert .log_box{
	width: 480px;
	height: 294px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -240px;
}
.log_alert .log_box .tit{
	line-height: 50px;
	padding: 0 10px;
	background: #1474a2;
	color: #fff;
}
.log_alert .log_box .tit h1{
	font-size: 16px;
}
.log_alert .log_box .text{
	background: #fff;
	padding: 10px;
}
.log_alert a{
	float: right;
	display: block;
	line-height: 50px;
	margin-left: 10px;
}
.log_alert a.bt_close{
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(/statics/csttc/pcweb_images/close.png);
	background-size: 20px;
	margin-top: 14px;
}
/*头部*/
.top{
	overflow: hidden;
	width: 100%;
	height: 140px;
	background: url(/statics/csttc/pcweb_images/topback.jpg) center no-repeat;
	position: relative;
}
.top a{
	display: block;
	margin-top: 28px;
	float: left;
}
.top .search{
	float: left;
	margin-top: 62px;
	margin-left: 268px;
}
.top .search form{
	position: relative;
}
.top .search .wbk{
	width: 322px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	border: none;
	border-radius: 6px;
	color: #999;
}
.top .search .btn{
	position: absolute;
	right: 10px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url(/statics/csttc/pcweb_images/search.png) no-repeat center;
	border: none;
	overflow: hidden;
	text-indent: 999em;
	cursor: pointer;
}
.top .txt{
	float: left;
	margin-top: 62px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #365b97;
}

.top .login{
	position: absolute;
	right: 0;
	top: 20px;
	line-height: 24px;
	height: 24px;
	padding-left: 24px;
	background: url(/statics/csttc/pcweb_images/loginico.png) no-repeat left 0 center;
}
.top .login p{
	font-size: 14px;
	display: inline-block;
	float: left;
	margin: 0 10px;
}
.top .login a{
	font-size: 14px;
	color: #141414;
	margin: 0 10px;
	display: inline-block;
}
.top .login a:hover{
	color: #1474a2;
}
.top .login a.btn{
	display: inline-block;
	width:60px;
	height:22px;
	line-height:22px;
	text-align: center;
	border: solid 1px #1474a2;
	border-radius: 4px;
	color: #1474a2;
}
.top .login a.btn:hover{
	background: #1474a2;
	color: #fff;
}
.top .login span{
	float: left;
	display: block;
	width: 1px;
	height: 16px;
	background: #333;
	margin-top: 4px;
}
/*头部END*/

/*导航*/
#nav {
	width: 100%;

}

.inte {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #1474a2;
	position: relative;
	z-index: 999;
}


.inte a {
	float: left;
	display: inline-block;
	height: 50px;
	padding: 0 30px;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
}
.inte .on a:link, .inte .on a:visited, .inte .on a:hover, .inte .on a:active {
	float: left;
	display: inline-block;
	height: 50px;
	padding: 0 30px;
	color: #1474a2;
	background: #f6d664;
}
.inte .on a:link span,
.inte .on a:visited span,
.inte .on a:hover span,
.inte .on a:active span {
	display: inline-block;
	height: 50px;
	padding: 0 30px;
}

.inte ul {
	padding: 0;
	text-align: center;
	min-height: 50px;
}
.inte ul#navs{
	height: 50px;
}
.inte li {
	display:inline-block;
	font-size: 14px;
	height: 50px;
}
#menu {
	width: 1200px;
	margin: 0 auto;

}
.cen{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #1990c9;
	z-index: 99;
}
#menu li {
	float: left;
	padding: 0 10px 0;
	font-size: 12px;
	color: #999;
	line-height: 50px;
}
#menu ul.no{
	overflow: hidden;
	height: 0!important;
	min-height: 0!important;
	display: none!important;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	background: #1990c9;
	overflow: hidden;
}

#menu li a:link, #menu li a:visited {
	color: #fff;
	text-decoration: none;
}
#menu li a:hover, #menu li a:active {
	color: #f6d664;
	text-decoration: none;
}
#menu li strong {
	font-size: 14px;
	font-weight: normal;
}
#menu a {
	padding: 0 8px;
}
#menu a:link, #menu a:visited {
	color: #09f;
}
#menu a:hover, #menu a:active {
	color: #f50;
}
#menu a:link, #menu a:visited {
	color: #999;
}
#menu a:hover, #menu a:active {
	color: #f96;
}

#menu ul.po1{
	padding-left: 298px;
}
#menu ul.po2{
	padding-left: 420px;
}
#menu ul.po3{
	padding-left: 542px;
}
#menu ul.po4{
	padding-left: 656px;
}
#menu ul.po5{
	padding-left: 324px;
}
#menu ul.po6{
	padding-left: 280px;
}
/*导航END*/

/*二级logo*/
.sublogo{
	margin: 12px 0;
}
.sublogo a{
	display: block;
	float: left;
	margin: 0 1px;
	border: solid 1px #ebebeb;
	height: 77px;
}
.sublogo a:hover{
	transform: scale(1.01);
	border: solid 1px #1474a2;
}
/*二级logoEND*/

/*index公共标题*/
.tit{
	border-radius: 6px 6px 0 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px
}
.tit h1{
	font-size: 24px;
	float: left;
	color: #fff;
}
.tit a{
	float: right;
	font-size: 14px;
	color: #fff;
}

/*index公共标题END*/

/*最新活动*/
.newact .tit {
	background: #1474a2;
}
.newact .tit a:hover{
	color: #f6d664;
}
.newact .content{
	padding: 10px;
	background: #fff;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}

.slideBox{
	width:590px;
	height:380px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd{
	height:15px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li{
	float:left;
	margin:0 5px;
	width:10px;
	height:10px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
	overflow: hidden;
	text-indent: 9999px;
	background: url(/statics/csttc/pcweb_images/picpo1.png);
}
.slideBox .hd ul li.on,.slideBox .hd ul li:hover{
	background: url(/statics/csttc/pcweb_images/picpo.png);
}
.slideBox .bd{
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li{
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img{
	width:590px;
	height:380px;
	display:block;
}
.slideBox .bd li{
	position: relative;
}
.slideBox .bd li a{
	display: block;
}
.slideBox .bd li p{
	position: absolute;
	bottom: 0;
	left: 0;
}
.slideBox .bd li p a{
	display: block;
	height: 32px;
	width: 580px;
	font-size: 14px;
	padding-left: 10px;
	line-height: 32px;
	color: #fff;
	background: url(/statics/csttc/pcweb_images/titback.png);
}

/*.slideBox .prev,
.slideBox .next{
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next{
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop{
	display:none;
}
.slideBox .nextStop{
	display:none;
}*/


.newact .picnew,.newact .pictxt{
	float: left;
}
.newact .pictxt ul{
	width: 560px;
	margin-left: 30px;
}
.newact .pictxt ul li{
	padding: 0 20px 0 40px;
	overflow: hidden;
	line-height: 42px;
	height: 42px;
	font-size: 14px;
	background: url(/statics/csttc/pcweb_images/txtpo.png) left 26px center no-repeat;
}
.newact .pictxt ul li a{
	float: left;
	display: block;
}
.newact .pictxt ul li span{
	float: right;
	display: block;
	font-size: 12px;
	color: #999;
}
.newact .pictxt ul li:hover{
	background: url(/statics/csttc/pcweb_images/txtpo1.png) left 26px center no-repeat;
	transform: scale(1.05);
}
.newact .pictxt ul li:hover a{
	color: #1474a2;
}
/*最新活动END*/

/*中部资讯*/
.newleft{
	margin:15px 10px 0 0;
}
.newright{
	margin:15px 0 0 0;
}
.newcenter{
	width: 595px;
	float: left;
}
.newleft .tit {
	background: #1d9283;
}
.newleft .tit a:hover{
	color: #f6d664;
}
.newright .tit {
	background: #d68732;
}
.newright .tit a:hover{
	color: #f6d664;
}
.inco{
	padding: 10px;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.newcenter .pic{
	overflow: hidden;
	margin-bottom: 10px;
}
.newcenter .pic img{
	display: block;
	width: 300px;
	height: 200px;
	float: left;
}
.newcenter .pic a{
	display: block;
}
.newcenter .pic .txt{
	float: left;
	width: 260px;
	margin-left: 10px;
	padding: 10px 0 6px 0;
	border-bottom: dashed 1px #ddd;
}
.newcenter .pic .txt h1{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
}
.newcenter .pic .txt span{
	font-size: 12px;
	color: #999;
	line-height: 32px;
}
.newcenter .pic .txt p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-indent: 2em;
}

.newcenter .pic:hover{
	transform: scale(1.01);
}
.newleft .pic:hover .txt h1 a{
	color: #1d9283;
}
.newright .pic:hover .txt h1 a{
	color: #d68732;
}
.newcenter .txt ul{

}
.newcenter .txt ul li{
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	background: url(/statics/csttc/pcweb_images/txtpo.png) left 6px center no-repeat;
}
.newcenter .txt ul li a{
	float: left;
	display: block;
}
.newcenter .txt ul li span{
	float: right;
	display: block;
	font-size: 12px;
	color: #999;
}
.newleft .txt ul li:hover{
	background: url(/statics/csttc/pcweb_images/txtpo2.png) left 6px center no-repeat;
	transform: scale(1.02);
}
.newleft .txt ul li:hover a{
	color: #1d9283;
}
.newright .txt ul li:hover{
	background: url(/statics/csttc/pcweb_images/txtpo3.png) left 6px center no-repeat;
	transform: scale(1.02);
}
.newright .txt ul li:hover a{
	color: #d68732;
}
/*中部资讯END*/

/*政策*/
.policy:after{
	content: " ";
	clear:both;
	height: 0;
	display: block;
	visibility: hidden;
}
.policy ul{
	margin-top: 18px;
	float: left;
}
.policy ul:after{
	content: " ";
	clear:both;
	height: 0;
	display: block;
	visibility: hidden;
}
.policy ul li{
	float: left;
	margin-right: 10px
}
.policy ul li a{
	display: block;
	width: 450px;
	height: 200px;
}
.policy ul li a:after{
	content: " ";
	clear:both;
	height: 0;
	display: block;
	visibility: hidden;
}

.policy ul li:hover{
	transform: scale(1.02);
}
.policy .download{
	float: right;
	width: 280px;
	height: 200px;
	background: url(/statics/csttc/pcweb_images/policy3.png);
	margin: 18px 0 0 0;
}
.policy .download:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.policy .download:hover{
	transform: scale(1.02);
}
.policy .download a{
	display: block;
	margin-top: 60px;
}
.policy .download a div{
	text-align: center;
	overflow: hidden;
	padding: 0 32px;
}
.policy .download a span{
	display: inline-block;
	height: 1px;
	width: 40px;
	background: #fff;
	float: left;
	margin: 18px 10px 0;
}
.policy .download a p{
	font-size: 24px;
	display:inline-block;
	text-align: center;
	color: #fff;
	line-height: 32px;
	float: left;
}
.policy .download a h1{
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	opacity:0.2;
	filter:alpha(opacity=20);
}
.policy{
	margin-bottom: 15px;
}
/*政策 END*/

/*技术信息*/
.msg .tit{
	background: #1e8dbf;
}

.slideTxtBox{
	width:1180px;
	text-align:left;
	padding: 10px;
	position: relative;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.slideTxtBox:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.slideTxtBox .hd1{
	height:36px;
	background:#1e8dbf;
	margin-right: 20px;
	position: absolute;
	top: -36px;
	right: 0;
}
.slideTxtBox .hd1:after{
	content: " ";
	clear:both;
	height: 0;
	display: block;
	visibility: hidden;
}
.slideTxtBox .hd1 ul{
	height:36px;
	line-height: 36px;
	float: left;
}
.slideTxtBox .hd1 ul li{
	float:left;
	text-align: center;
	cursor:pointer;
	width: 96px;
	height:36px;
	margin: 0 15px;
	color: #fff;
}
.slideTxtBox .hd1 ul li.on,
.slideTxtBox .hd1 ul li:hover{
	background:#fff;
	border-radius: 4px 4px 0 0;
	color: #1e8dbf;
}
.slideTxtBox .bd1{
	overflow: hidden;
}

.slideTxtBox .bd1 li .date{
	float:right;
	color:#999;
}
.slideTxtBox .hd1 a{
	float: left;
	height: 36px;
	width: 96px;
	display: block;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.slideTxtBox .hd1 a:hover{
	color: #f6d664;
}
.tolist{
	overflow: hidden;
}
.looplist{
	width:850px;
	overflow:hidden;
	position:relative;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #ebebeb;
}

.looplist .infoList li{
	height:40px;
	line-height:40px;
	font-size: 14px;
	overflow: hidden;
	padding: 0 0 0 20px;
	background: url(/statics/csttc/pcweb_images/txtpo.png) center left 6px no-repeat;
}
.looplist .infoList li p,
.looplist .infoList li span,
.looplist .infoList li em{
	display: block;
	float: left;
	text-align: center;
	color: #666;
	font-weight: normal;
}
.looplist .infoList li p{
	width: 500px;
	margin-right: 2px;
	text-align: left;
}
.looplist .infoList li span{
	width: 200px;
	margin-right: 2px;
}
.looplist .infoList li em{
	width: 124px;
}
.looplist .infoList li:hover p,
.looplist .infoList li:hover span,
.looplist .infoList li:hover em{
	color: #1e8dbf;
}
.looplist .infoList li:hover{
	transform: scale(1.01);
	background: url(/statics/csttc/pcweb_images/txtpo1.png) center left 6px no-repeat;
}
}
.looplist .infoList li .date{
	float:right;
	color:#999;
}
.looplist .fotit{
	overflow: hidden;
	margin-bottom: 10px;
}
.looplist .fotit h1,
.looplist .fotit h2,
.looplist .fotit h3{
	display:block;
	float: left;
	background: #f2f2f2;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}
.looplist .fotit h1{
	width: 520px;
	margin-right: 2px;
}
.looplist .fotit h2{
	width: 200px;
	margin-right: 2px;
}
.looplist .fotit h3{
	width: 124px;
}
.tocat{
	padding:0 0 0 10px;
	float: left;
}
.tocat h1{
	display: block;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	text-align: center;

}
.tocat ul{
	font-size: 14px;
	width: 308px;

}
.tocat ul:after{
	content: " ";
	clear: both;;
	height: 0;
	display: block;
	visibility: hidden;
}
.tocat ul li{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	border: solid 1px #ddd;
	margin: 5px 6px;
	border-radius: 6px;
}
.tocat ul li a{
	color: #666;
	display: block;
}
.tocat ul li:hover{
	background: #1e8dbf;
	border: solid 1px #1e8dbf;
}
.tocat ul li:hover a{
	color: #fff;
}
/*技术信息END*/

/*合作伙伴*/
.link{
	padding: 10px;
	overflow: hidden;
	background: #fff;
	margin-top: 16px;
	margin-bottom: 16px;
	border-radius: 6px;
}
.link img{
	float: left;
	display: block;
	border-radius: 6px;
	height: 172px;
}
.link ul{
	float: left;
	display: block;
}
.link ul:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.link ul li{
	float: left;
	width: 248px;
	margin: 0 0 0 16px;
	height: 172px;
	border-radius: 6px;
}
.link ul li a{
	display: block;
	width: 156px;
	height: 74px;
	background: url(/statics/csttc/pcweb_images/linka.png);
	margin: 50px 0 0 46px;
	text-align: center;
	line-height: 74px;
	color: #fff;
	border-radius: 4px;
}
.link ul li:hover{
	transform: scale(1.02);
}
/*合作伙伴END*/

/*底部*/
.footer{
	background: url(/statics/csttc/pcweb_images/footback.png);
	overflow: hidden;
}
.footer .up{
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 40px;
}
.footer .up .lf{
	float: left;
}
.footer .up .lf h1{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
}
.footer .up .lf ul{
	width: 600px;
}
.footer .up .lf ul li{
	float: left;
	width: 240px;
	line-height: 36px;
	font-size: 14px;
}
.footer .up .lf ul li a{
	color: #fff;
	display: block;
}
.footer .up .lf ul li a:hover{
	color: #f6d664;
}
.footer .up .rg{
	float: right;
	width: 260px;
	margin-right: 40px;
}
.footer .up .rg h1{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
}
.footer .up .rg p{
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}
.footer .up .co{
	float: right;
}
.footer .up .co p{
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
.footer .down{
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
}
/*底部END*/

/*内页广告位*/

/*内页广告位END*/

/*内页当前位置*/
.po {
	width: auto;
	float: right;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
}
.po img{
	float:left;
	display: block;
	width: 18px;
	margin: 14px 5px 0 0;
}
.po p{
	display: block;
	float: left;
	font-size: 14px;
	color: #999;
}
.po a{
	color: #999;
}
.po a:hover{
	color: #1474a2;
}
.poline{
	margin-bottom: 10px;
}
/*内页当前位置END*/

/*内页二级导航*/
.nav_in{
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-bottom:  60px;
}
.nav_in .tit{
	background: #1474a2;
	text-align: center;
}
.nav_in .tit h1{
	display: block;
	width: 100%;
	cursor: default;
}
.nav_in .tit h1 a{
	font-size: 24px;
	display: block;
	float: none;
}
.nav_in .tit h1 a:hover{
	color: #f6d664;
}
.new_in{
	float: left;
	width: 920px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 60px;
	min-height: 450px;
}
.nav_in ul{
	background: #fff;
	padding: 10px;
}
.nav_in ul:after{
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.nav_in ul li{
	height: 36px;
	font-size: 14px;
	margin: 10px 0;
	overflow: hidden;
	background-size: 16px 12px;
}
.nav_in ul li a{
	height: 36px;
	display: block;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.nav_in ul li:hover,.nav_in ul li.on{
	font-size: 14px;
	color: #1474a2;
}
.nav_in ul li:hover a,.nav_in ul li.on a{
	font-size: 14px;
	font-weight: bold;
	color: #1474a2
}
.nav_in .contact{
	width: 210px;
	height: 170px;
	background:url(/statics/csttc/pcweb_images/incontact.png) no-repeat center;
	border-radius: 0 0 6px 6px;
	padding: 10px;
	cursor: default;
	background-size: 230px ;
}
.nav_in .contact p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	word-wrap: break-word;
}
.nav_in .contact p em{
	float: left;
	font-weight: normal;
	color: #fff;
	text-align: right;
	width: 56px;
	font-size: 14px;
	display: block;
}
.nav_in .contact p span{
	float: left;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 150px;
}
/*内页二级导航END*/

/*内页新闻中心*/
.new_list ul:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.new_list li{
	width: 900px;
	overflow: hidden;
	padding:0 10px;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: dashed 1px #ddd;
	background: url(/statics/csttc/pcweb_images/inarrow.png) no-repeat right -20px bottom 20px;
	background-size: 18px 14px;
}
.new_list li .pic{
	float: left;

}
.new_list li .pic img{
	display: block;
	width: 220px;
	height: 160px;
}
.new_list li .text{
	width: 650px;
	float: left;
	display: block;
	margin-left: 20px;
}
.new_list li .text span{
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 32px;

}

.new_list li .text em{
	display: block;
	margin: 5px 0;
	height: 1px;
	width: 0px;
}
.new_list li .text p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.new_list li:hover .text em{
	width: 40px;
	height: 1px;
	background: #1474a2;
}
.new_list li:hover span{
	color: #1474a2;
}
.new_list li:hover{
	transform: scale(1.02);
	background: url(/statics/csttc/pcweb_images/inarrow.png) no-repeat right 30px bottom 20px;
	background-size: 18px 14px;
}
.new_list li .text1{
	width: 870px;
}
/*内页新闻中心END*/

/*页码*/
.site_page{
	margin-top:40px;
}
.site_page a,.site_page span{
	display: block;
	float: left;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 6px;
}
.site_page a{
	color: #999;
	border: solid 1px #ebebeb;
}
.site_page span{
	color: #fff;
	background: #1474a2;
	border: solid 1px #1474a2;
	cursor: default;
}
.site_page a.a1{
	padding:0 8px;
	width: auto;
	height: 32px;
	line-height: 32px;
	border: solid 1px #ebebeb;
	border-radius: 6px;
	color: #999;
}
.site_page a:first-child{
	color: #999;
	border: none;
}
.site_page a:hover{
	color: #fff;
	background: #1474a2;
	border: solid 1px #1474a2;
}
.site_page a:first-child:hover{
	cursor: default;
	background: none;
	border: none;
	color: none;
}
/*页码END*/

/*新闻类内页展示*/
.show_in{
	float: left;
	width: 920px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 60px;
}
.show_in .title{
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	color: #333;
}
.show_in .data{
	font-size: 14px;
	color: #999;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: dashed 1px #ebebeb;
}
.show_in .text{
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #ebebeb;
	padding: 0 20px;
}
/*新闻类内页展示END*/

/*技术内页展示*/
.tec_in{
	float: left;
	width: 920px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 60px;
	min-height:358px;
}
.tec_in ul{
	overflow: hidden;

}
.tec_in ul li{
	font-size: 14px;
	line-height: 48px;
	color: #666;
	float: left;
	text-align: center;
}
.tec_in ul .box1{
	width: 470px;
	text-align: left;
	padding-left: 10px
}
.tec_in ul .box2{
	width: 260px;
}
.tec_in ul .box3{
	width: 170px;
}
.tec_list ul{
	border-bottom: dashed 1px #ddd;
	width: 916px;
}
.tec_in .title{
	margin-bottom: 10px;
	border: none;
}
.tec_in .title li{
	float: left;
	font-size: 16px;
}
.tec_in .title li{
	margin-right: 2px;
	background: #ebebeb;
	text-align: center;
	color: #666;
	line-height: 36px;
	height: 36px;
}
.tec_in .title .box1{
	padding: 0;
	width: 480px;

}
.tec_in .title .box2{
	width: 260px;
}
.tec_in .title .box3{
	width: 170px;

}
.tec_list ul:hover{
	transform: scale(1.02);
}
.tec_list ul:hover li a{
	color: #1474a2;
}
.tec_list .title:hover{
	transform: scale(1);
}

.tec_choese h1{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.tec_choese ul{
	overflow: hidden;
	margin-bottom: 10px;
}
.tec_choese ul li{
	float: left;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	margin:5px 4px;
	font-size: 14px;
}
.tec_choese ul li em,.tec_choese ul li:hover a{
	display: block;
	background: #1474a2;
	padding: 0 6px;
	color: #fff;
	font-weight: normal;
	border-radius: 4px;
}
.tec_choese ul li a{
	display: block;
	padding: 0 6px;
}
.cation ul{
	overflow: hidden;
	padding: 0 10px;
}
.cation ul li{
	float: left;
	width: 430px;
	padding:0 10px;
	text-align: left;
	line-height: 30px;
	color: #666;
}
.cation p{
	padding-left: 20px;
	line-height: 30px;
}
.cation {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #ddd;
}
.tec_all{
	float: left;
	width: 960px;
}
.tec_all .tec_choese{
	padding: 10px;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 10px;
}
.tec_tit{
	overflow: hidden;
	margin-bottom: 20px;
}
.tec_tit h1{
	float: left;
}
.tec_tit form{
	float:left;
	position: relative;
}
.tec_tit form .text{
	width: 160px;
	height: 30px;
	line-height: 30px;
	padding:0 30px 0 10px;
	border-radius: 4px;
	border: solid 1px #ddd;
}
.tec_tit form .soBtn{
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
	background: #1474a2;
	border: none;
	line-height: 26px;
	padding: 0 5px;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}
/*技术内页展示END*/

/*下载 */
.down_in{
	float: left;
	width: 920px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 60px;
	min-height:450px;
}
.down_list ul{
	overflow: hidden;
}
.down_list ul li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px 10px;
	margin: 10px 0;
	border-bottom: dashed 1px #ebebeb;
}
.down_list ul li a{
	display: block;
	overflow: hidden;
}
.down_list ul li p{
	float: left;
	display: block;
	color: #999;
}
.down_list ul li span{
	float: right;
	display: block;
	padding-left: 20px;
	background: url(/statics/csttc/pcweb_images/down.png) center left no-repeat;
	background-size: 16px;
	color: #999;
}
.down_list ul li:hover{
	transform: scale(1.02);
}
.down_list ul li:hover p{
	color: #1474a2;
}
.down_list ul li:hover span{
	background: url(/statics/csttc/pcweb_images/down1.png) center left no-repeat;
	background-size: 16px;
	color: #1474a2;
}
/*下载END*/

/*关于我们*/
.about_in{
	float: left;
	width: 920px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 60px;
	min-height:450px;
}
.aboutxt h1{
	text-align: center;
	font-size: 24px;
}
/*关于我们END*/

/*首页三个子logo链接*/
.pagelist{
	overflow: hidden;
	margin:20px 0 60px;
}
.pagelist li{
	padding: 10px;
	color: #555;
}

.pagelist .title {
	border-left: 4px #ddd solid;
	height:28px;
	line-height:28px;
	padding-left:10px;
	cursor:pointer;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: bold;
	color: #999;
	position: relative;
	overflow: hidden;
}
.pagelist .title h3{
	float: left;
}
.pagelist .title span{
	display: none;
	float: right;
	height: 1px;
	min-width: 950px;
	max-width: 1050px;
	background: #ebebeb;
	margin: 14px 40px 0 0;
}
.pagelist .title em{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 6px;
	background: url(/statics/csttc/pcweb_images/pagearrow.png);
}
.pagelist .title.on,.pagelist .title:hover{
	border-left: 4px #1474a2 solid;
	color: #1474a2;

}
.pagelist .title.on em,.pagelist .title:hover em{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
	background: url(/statics/csttc/pcweb_images/pagearrow1.png);
}
.pagelist .title.on span,.pagelist .title:hover span{
	background: #1474a2;
}
.pagelist ul{
	padding:8px 0;
	color:#999;
	display:none;
}
.pagelist h1{
	font-size: 24px;
	color: #141414;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	height: 48px;
}
.pagelist .box{
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	margin: 20px 0;
}
.pagelist p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.nav_page{
	position: fixed;
	right: 0px;
	top: 30%;
	z-index: 999;
}
.nav_page .tit h1 a{
	font-size: 14px;
}
/*首页三个子logo链接END*/

/*关于我们频道页*/
.page_index{
	height: 500px;
}
.page_index .tit{
	text-align: center;
}
.page_index .tit{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333;
	line-height: 56px;
	height: 56px;
}
.page_index ul{
	margin-bottom: 60px;
}
.page_index ul:after{
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.page_index ul li{
	float: left;
	width: 260px;
	margin: 10px;
	padding:0px 10px 10px;
	background: url(/statics/csttc/pcweb_images/aboutback.png) top center no-repeat #fff;
	overflow: hidden;
	cursor: default;
	border-bottom: 2px solid #fff;
	border-radius: 6px;
}
.page_index ul li a{
	display: block;
	font-size: 14px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	margin: 16px auto;
	color: #999;
	background: #f1f1f1;
	cursor: pointer;

}
.page_index ul li a:hover{
	background: url(/statics/csttc/pcweb_images/aboutback.png) center no-repeat;
	color: #fff;
}
.page_index ul li:hover{
	transform: scale(1.05);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	border-bottom: 2px solid #1b93cd;
}
.page_index ul li img{
	display: block;
	margin: 0 auto;
}
.page_index ul li h1{
	display: block;
	line-height: 32px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	margin-top:-20px;
	text-align: center;
	font-weight: bold;
}
.page_index ul li span{
	display: block;
	font-size: 12px;
	text-align: center;
	color: #ddd;
	height: 32px;
}
.page_index ul li p{
	font-size: 14px;
	line-height: 26px;
	margin: 16px 0;
	padding:0 20px;
	color: #666;
	text-indent: 2em;
}
/*关于我们频道页END*/

/*新闻中心频道页*/
.lf{
	float: left;
	margin-bottom: 60px;
}
.rg{
	float: right;
}
.catnew{
	width: 720px;
	background: #fff;
	border-radius: 6px;
	padding-bottom: 20px;
	margin: 10px 0;
}
.new1 .tit{
	background: #1474a2;
}
.new2 .tit{
	background: #1474a2;
}
.catnew .pic:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.catnew .pic{
	padding: 20px 20px 0;
	margin: 10px 0;
}
.catnew .pic a{
	display: block;
}
.catnew .pic>a{
	float: left;
}
.catnew .pic a img{
	width: 200px;
	height: 145px;
}
.catnew .pic .txt{
	float: left;
	width: 450px;
	margin-left: 30px;
	margin-top: 10px;
}
.catnew .pic .txt h1 a{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
}
.catnew .pic .txt p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: dashed #ddd 1px;
}
.catnew .pic .txt p a{
	color: #999;
	display: inline;
}
.catnew .pic .txt p a:hover{
	color: #1474a2
}
.catnew ul{
	overflow: hidden;

}
.catnew ul li{
	line-height: 32px;
	padding: 0 20px 0 40px;
	background: url(/statics/csttc/pcweb_images/txtpo.png) center left 26px no-repeat;
}
.catnew ul li:after{
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.catnew ul li:hover{
	transform: scale(1.05);
	background: url(/statics/csttc/pcweb_images/txtpo1.png) left 26px center no-repeat;
}
.catnew ul li:hover a,.catnew ul li:hover span{
	color: #1474a2;
}
.catnew ul li a{
	display: block;
	font-size: 14px;
	color: #666;
	float: left;
}
.catnew ul li span{
	float: right;
	color: #999;
	font-size: 12px;
	margin-right: 10px;
}
.new3{
	margin: 10px 0;
	width: 460px;

}
.new3 .tit{
	background: #1d9283;
}
.new3 ul{
	padding: 26px 20px 20px;
	overflow: hidden;
	background: #fff;
	border-radius: 6px
}
.new3 ul li:after{
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.new3 ul li{
	margin-bottom: 30px;
	padding: 6px 0 0;
}

.new3 ul li .data{
	float: left;
	border-right: dashed #ddd 1px;
	margin-right: 10px;
}
.new3 ul li .data em{
	display: block;
	width: 80px;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	line-height: 38px;
	text-align: center;
}
.new3 ul li .data span{
	display: block;
	width: 80px;
	line-height: 38px;
	text-align: center;
	color: #999;
	font-size: 14px;
}
.new3 ul li .ac{
	float: left;
	width: 320px;
}
.new3 ul li .ac a{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display: block;
}
.new3 ul li .ac span{
	display: block;
	height: 1px;
	width: 0;
	background: #ddd;
	margin: 4px 0;
}
.new3 ul li .ac p{
	font-size: 14px;
	color: #666;
	line-height: 21px;
}
.new3 ul li:hover{
	transform: scale(1.05);
}
.new3 ul li:hover .data em,.new3 ul li:hover .data span{
	color: #1474a2;
}
.new3 ul li:hover .ac a{
	color: #1474a2;
}
.new3 ul li:hover .ac span{
	background: #1474a2;
	width: 30px;
}
/*新闻中心频道页END*/

/*会议中心*/
.meet{
	overflow: hidden;
	margin-bottom: 20px;
}
.hotmeet{
	width: 730px;
	float: left;
	border-radius: 6px;
}
.hotmeet .tit{
	background: #d68732;
}
.hotlist{
	overflow:hidden;
	position:relative;
	padding: 10px 20px 20px;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.hotlist .hd{
	overflow:hidden;
	height:20px;
	padding:0 10px;
}
.hotlist .hd ul{
	overflow:hidden;
	zoom:1;
}
.hotlist .hd ul li{
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:8px;
	text-indent:-999px;
	cursor:pointer;
	background: #ccc;
	border-radius: 100%;
}
.hotlist .hd ul li.on,.hotlist .hd ul li:hover{
	background-position:0 0;
	background: #d68732;
}

.hotlist .bd ul{
	overflow:hidden;
	zoom:1;
}
.hotlist .bd ul li{
	float:left;
}
.hotlist .bd ul li:after{
	content: " ";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.hotlist .bd ul li:hover{
	transform: scale(1.02);
}
.hotlist .bd ul li a{
	display: block;
}
.hotlist .bd ul li a img{
	width: 260px;
	height: 195px;
	border-radius: 6px;
}
.hotlist .bd ul li>a{
	float: left;
	font-weight: bold;
	color: #333;
}
.hotlist .bd ul li .txt{
	float: left;
	width: 400px;
	margin-left: 20px;
}
.hotlist .bd ul li .txt h1 a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.hotlist .bd ul li .txt h1 a:hover{
	color: #d68732;
}
.hotlist .bd ul li .txt h1{
	line-height: 32px;
	display: block;
}
.hotlist .bd ul li .txt h1 span{
	display: inline-block;
	font-size: 12px;
	padding: 4px;
	border-radius: 2px;
	line-height: 12px;
	color: #fff;
	cursor: default;
	border: none;
	margin-top: 0;
}
.hotlist .bd ul li .txt p{
	font-size: 14px;
	line-height: 21px;
	color: #666;
}
.hotlist .bd ul li .txt span{
	margin-top:6px;
	padding-top:6px;
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #666;
	border-top: dashed 1px #ddd;
}
.hotlist .bd ul li .txt span a{
	display: inline-block;
	color: #d68732;
}
.other{
	float: left;
	width: 460px;
	margin-left: 10px;
}
.other .tit{
	background: #1d9283;
}
.other ul{
	overflow: hidden;
	padding: 20px;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.other ul li{
	line-height: 35px;
	padding-left: 20px;
	background: url(/statics/csttc/pcweb_images/txtpo.png) left 4px center no-repeat;
}
.other ul li:after{
	content: " ";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}
.other ul li:hover{
	transform: scale(1.05);
	background: url(/statics/csttc/pcweb_images/txtpo2.png) left 4px center no-repeat;
}
.other ul li a{
	float: left;
	font-size: 14px;
	color: #333;
}
.other ul li span{
	float: right;
	display: inline-block;
	font-size: 12px;
	padding: 4px;
	border-radius: 2px;
	line-height: 12px;
	color: #fff;
	cursor: default;
	border: none;
	margin-top: 9px;
}
.other ul li:hover a{
	color: #1d9283;
}
.tecmeet .tit{
	background: #1474a2;
}

/*时间轴*/
.timeline{
	padding: 40px 56px 40px;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.timeline:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.timeline .prev,.timeline .next{
	width: 24px;
	height: 24px;
	margin-top: 46px;
	cursor: pointer;
}
.timeline .prev{
	float: left;
	background: url(/statics/csttc/pcweb_images/prev.png);
}
.timeline .next{
	float: right;
	background: url(/statics/csttc/pcweb_images/next.png);
}
.tecmeet{
	margin-bottom: 60px;
}
.slide_wrap  {
    overflow: hidden;
    position: relative;
}
.slide_wrap ul {
    position: relative;
    left: 0px;
    width: 400vw!important;
}
.slide_wrap ul:after{
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.slide_wrap::after {
    width: 1016px;
    height: 1px ;
	border-bottom: dashed 1px #a1d8f3;
    content: '';
    position: absolute;
    top: 57px;
    left: 12px;
}
.slide_items li{
    float: left;
    font-size: 20px;
    width: 208px;
    text-align: center;
}
.slide_items li a {
    display: block;
}

.slide_items li span {
    color: #999;
    font-size: 16px;
    display: block;
    font-weight: normal;
    margin-top: 14px
}
.slide_items li.on span{
	color: #1474a2;
	font-size: 18px;
	margin-top: 14px;
	font-weight: bold;
}
.slide_items li .ango {
    display: inline-block;
    width: 6px;
    height:10px;
    background: url(/statics/csttc/pcweb_images/timearrow1.png);
    margin-top: 14px;
}
.slide_items li i{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #a2a2a2;
    border-radius: 5px;

}
.slide_items li.on div {
    display: inline-block;
    width: 8px;
    height:14px;
    background: url(/statics/csttc/pcweb_images/timearrow.png);
    margin-top: 6px;
}

.slide-content {
    margin-top: 40px;
}
.slide-content:after{
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.slide-content a img{
   display: block;
   width: 240px;
   height: 180px;
   border-radius: 6px;
   margin-bottom: 5px;
}
.slide-content ul {
    display: none;
    padding: 0 24px;
    margin-bottom: 40px;
    min-height: 284px;
}
.slide-content ul:after{
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
.slide-content ul li{
	float: left;
	width: 240px;
	margin: 0 10px;
}
.slide-content ul li:hover{
	transform: scale(1.05);
}
.slide-content ul.on {
    display: block;
}
.slide-content ul li:hover h1 a{
	color: #1474a2;
}
.slide-content a{
	display: block;
	line-height: 36px;
	text-align: center;
}
.slide-content h1{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.slide-content h1:hover{
	color: #1474a2;
}
.slide-content p{
	font-size: 12px;
	line-height: 21px;
	color: #666;
	padding: 0 4px;
}
/*会议中心END*/

/*会议列表修改*/.

.meet_list li .text span{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.meet_list li .text em{
	margin: 2px 0;
}
.meet_list li .text span i{
	padding: 4px;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
}

.meet_list li .text{
	width: 650px;
}
.meet_list li .ac{
	overflow: hidden;
}
.meet_list li .ac .lf{
	float: left;
	margin-bottom: 0;
	width: 240px;
	margin-right: 20px;
	padding-right: 10px;
	border-right: dashed 1px #ddd;
}
.meet_list li .ac .rg{
	float: left;
	width: 360px;
}
.meet_list li .text1 .ac .rg{
	width: 600px;
}
.meet_list .press{
	text-align: left;
}
.meet_list .press:after{
	content: " ";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.meet_list .press a{
	line-height: 32px;
	height: 32px;
	width: 120px;
	text-align:center;
	background: #d68732;
	display: inline-block;
	border-radius: 4px;
	margin: 10px;
	color: #fff;
}
.bg_alert{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	width: 100%;
	height: 200%;
}
.box_co{

	border-radius: 6px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 150px;
	background: #fff;
}
.box_co .tit{
	background: #1d9283;
	font-size: 18px;
}
.box_co .tit span{
	float: right;
	background: url(/statics/csttc/pcweb_images/close.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	cursor: pointer;
	margin-top: 14px;
}
.box_co form{
	padding: 20px;
}
.box_co form ul{
	overflow: hidden;
}
.box_co form ul li input{
	width: 730px;
	margin: 0 auto;
	display: block;
	line-height: 36px;
	height: 36px;
	border-radius: 4px;
	border: solid 1px #ddd;
	padding:0 0 0 10px ;
	margin: 20px 0;
}
.box_co form ul li{
	font-size: 14px;
	color: #333;
}
.box_co form #Message_tit{
	color: #999;
	cursor: not-allowed;
}
.box_co form .btn{
	overflow: hidden;
}
.box_co form>input{
	width: 365px;
	background: #1474a2;
	float: left;
	line-height: 36px;
	border: none;
	text-align: center;
	height: 36px;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
}
.box_co form>input#dosubmit{
	background: #1d9283;
	margin-right: 12px;
}

.show_in .tit1{
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #1474a2;
	margin-bottom: 20px;
}
.show_in .tit1 p{
	line-height: 32px;
	height: 32px;
	padding: 0 10px;
	background: #1474a2;
	border-radius: 6px 6px 0 0;
	display: inline-block;
	color: #fff;
}
.download a:hover{
	color: #1474a2;
}

/*会议列表修改END*/
.list_index{
	height: 400px;
}
.list_index ul li{
	width: 360px;
	background: url(/statics/csttc/pcweb_images/aboutback.png) top center no-repeat #fff;
	background-size: 380px 180px;
}
.list_index ul li h1{
	margin-top: 0;
}
.list_index ul li p{
	margin: 0 0 16px;
	text-align: center;
	text-indent: 0;
}
.list_index ul li a{
	width: 140px;
}
.meeting_login1{
	line-height: 36px;
	height: 36px;
	color: #fff;
	width: 120px;
	text-align: center;
	margin: 0 auto;
	border-radius: 4px;
	display: block;
}
.meeting_login1:hover{
	color: #fff;
	transform: scale(1.05);
}
.meeting_login2{
	line-height: 36px;
	height: 36px;
	color: #fff;
	width: 120px;
	text-align: center;
	margin: 0 auto;
	border-radius: 4px;
	display: block;
}
.meeting_login2:hover{
	color: #fff;
}
.part_list ul:after{
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.part_list ul li{
	float: left;
	width: 190px;
	padding: 10px;
	border-radius: 6px;
	margin: 10px;
	background: #f1f1f1;
}
.part_list ul li a{
	display: block;
}
.part_list ul li a img{
	width: 190px;
	height: 135px;
	border: 6px;
}
.part_list ul li .text span{
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	height:52px;
	color: #333;
	display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.part_list ul li .text p{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 21px;
	text-indent: 2em;
}
.part_list ul li:hover{
	transform: scale(1.05);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.16)
}
.part_list ul li:hover .text span{
	color: #1474a2;
}

/*协作网络二级导航*/
.part_nav{
	width: 920px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #ebebeb;
}
.part_nav a{
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	color: #1474a2;
	font-size: 14px;
	text-align: center;
	border: solid 1px #1474a2;
}
.part_nav a.on,.part_nav a:hover{
	background: #1474a2;
	color: #fff;
}
.download{
	overflow: hidden;
}
.download a{
	display: block;
	float: left;
	margin: 10px 20px;
	font-size: 14px;
	color: #1474a2;
}

/*弹出报名表单按钮样式*/
.box_co .btn input{
	display: none;
}
.box_co .btn input#dosubmit{
	display: block;
	width: 200px;
	height: 36px;
	line-height: 36px;
	background: #1d9283;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 4px;
	cursor: pointer;
	border: none;
}
.box_co .btn input#dosubmit:hover{
	background: #1474a2;
}

/*专家样式*/
.part_exp ul li a img{
	width: 120px;
	height: 160px;
	display: block;
	margin: 0 auto;
}

.exp_in .text{
	overflow: hidden;
	position: relative;
	margin: 40px 0;
}
.exp_in .text img{
	display: block;
	width: 160px;
	height: 200px;
	float: left;
	margin-left: 20px
}
.exp_in .text .info{
	float: left;
	width: 600px;
	margin-left: 20px;
}
.exp_in .text .info span{
	display:block;
	background: #0086c6;
	line-height: 32px;
	width: 180px;
	margin-right: 20px;
	float: left;
	text-align: right;
	padding: 0 10px;
	color: #fff;
}
.exp_in .text .info p:first-child{
	margin: 0;
}
.exp_in .text .info p{
	display: block;
	border:solid 1px #1474a2;
	width: 600px;
	line-height: 32px;
	margin-top: -1px;
	text-align: left;
	color: #1474a2;
}