.in_banner{width: 100%; overflow: hidden; background: #000;}
.in_banner img{ display: block;
    width: 100%;
    animation: changeScale 1 2.5s}

.slideBox{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	background:#000;
}
.slideBox .bd .img01 {
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s
}

.in-menu{width: 100%; height: 134px; background:#d0111b; color: #fff;}
.in-menu li{width: 13.5%; float: left; text-align: center; position: relative; height: 134px; color: #fff; padding-top: 34px; cursor: pointer; transition-duration: 0.5s;}
.in-menu li:nth-child(7){width: 19%;}
.in-menu li a{color: #fff;}
.in-menu li .t1{ line-height: 32px; font-weight: bold; font-size: 22px; font-family: "Arial"; }
.in-menu li .t2{ line-height: 30px; font-size: 18px; }
.in-menu li:hover{background:#d9d7d8;}
.in-menu li:after{ position: absolute; content: ""; left: 0; width: 1px; height: 48px; background: #de5960; top:43px;}
.in-menu li:nth-child(1):after{display: none;}
.in-menu li:hover .t1{ color: #d0111b;}
.in-menu li:hover .t2{ color: #372d2b;}
.in-menu li:nth-child(8) .t2{ font-size: 16px }
.in-menu li:nth-child(8) {width: 12%;}


.in-padd{padding-top: 100px;}
.in_bit{line-height: 80px; text-align: center; color: #000000; font-size: 40px; margin-bottom: 40px; }
.in_bit span{display: inline-block; position: relative; padding-left: 38px; margin-left: 10px; color: #555555; font-size:26px !important;}
.in_bit span:after{position: absolute; content: ""; width: 10px; height: 10px; border-radius: 50%; background:#d0111b; left: 0; top: 35px; }


.xlgk{width: 100%; position: relative; margin-bottom: 100px; overflow: hidden;}
.xlgk .pic{width:52.08%; overflow: hidden; background: #000; position: relative;}
.xlgk .pic img{width: 100%; display: block; transition-duration: 1s;}
.xlgk:hover .pic img{transform: scale(1.1); opacity: 0.5;}
.xlgk .hr-dw{width: 54.46%; position: absolute;  height: 86%; right: 0; top: 7%; background:url(../images/xlgk-bg.jpg) no-repeat center center; background-size: cover; padding:18px 85px 60px 85px;}
.xlgk .hr-dw .f-bit{line-height: 72px; color:#fff; font-size: 36px;}
.xlgk .hr-dw .neir{line-height: 24px; font-size: 16px; color: #555555; width: 100%; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}

.xlgk .hr-dw .an{ text-align: center; background: #ceb781; font-size: 16px; margin: 35px 0 5px 0; width:210px; display: block; height: 56px; line-height: 56px; transition-duration: 1s; cursor: pointer;  position: relative;}
.xlgk .hr-dw .an span{display: inline-block;  color: #111; font-size: 16px; z-index: 9; transition-duration: 1s; position: relative;}
.xlgk .hr-dw .an:after{width:0; height: 56px; position: absolute; content: ""; left: 0; top: 0; background: #d0a112; transition-duration: 1s; z-index: 1;}
.xlgk .hr-dw:hover .an:after{ width: 100%; }
.xlgk .hr-dw:hover .an span{color: #fff;}
.xlgk .pic figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}
.xlgk .pic figcaption::before,
.xlgk .pic figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.xlgk .pic figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.xlgk .pic figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}


.xlgk:hover .pic figcaption::before,
.xlgk:hover .pic figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}



.sideMenu1{ width: 80%; float: left; }
.sideMenu1 h3{ height:70px; line-height:70px; background:#ffffff; cursor:pointer; margin-top: 18px; padding:0 30px 0 40px; position: relative;}
.sideMenu1 h3 .jia span{
	position: absolute;
	right: 30px; top: 27px;
	width: 15px;
	height: 15px;
	background: url(../images/jia.png) no-repeat center center;
}
.sideMenu1 .on .jia span{
	background: url(../images/jian.png) no-repeat center center;
}
.sideMenu1 ul{ padding:0 30px 20px 40px; display:none; font-size:16px; background:#fff; }
.sideMenu1 ul p{ line-height:30px; font-size:16px; display: block; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical; }

.in_pro_list{width: 100%; padding:10px 0 110px 0;}
.pro_list{width: 100%;}
.pro_list dl{ background:#828282; overflow: hidden; cursor: pointer; }
.pro_list dl:hover{  background:#ad0911; }
.pro_list dl dt{width: 100%; position: relative; overflow: hidden; background:#000;}
.pro_list dl dt .effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.pro_list dl dt .effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

.pro_list dl dt .effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

.pro_list dl dt .effect-roxy figcaption {
	text-align: left;
}


.pro_list dl:hover dt .effect-roxy img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.pro_list dl:hover dt .effect-roxy figcaption::before,
.pro_list dl dt .effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.pro_list dl dt img{display: block; width: 100%;}
.pro_list dl dd{padding:18px 30px 18px 30px; color: #fff;}
.pro_list dl dd .title{line-height: 46px; font-weight: bold; font-size:24px }
.pro_list dl dd .title span{display: inline-block; font-weight: nowrap; font-size: 22px; padding-left: 5px;}
.pro_list dl dd .more{display: inline-block; width: 86px; height: 32px; margin-top: 8px; border: 1px solid #fff; line-height: 32px; text-align: center; font-family: "Arial"; font-size: 18px; border-radius: 50px;}
.pro_list dl dd .more a{color: #fff;}
.pro_list dl dd .smallpro_list{width: 100%;}
.pro_list dl dd .smallpro_list li{width: 33.333%; float: left;}
.pro_list dl dd .smallpro_list li .pic{width: 100%; position: relative; text-align: center; /* background:#828282;*/ margin-bottom: 5px;}
.pro_list dl dd .smallpro_list li .pic img{display:inline-block; width: 60%; z-index: 1}
.pro_list dl dd .smallpro_list li .pic .dw{width: 100%; height: 100%; position: absolute; left: 0; top: 0;  background:url(../images/in_pic_bg.png) no-repeat center center; background-size: cover;  z-index: 9; display: none;}
.pro_list dl:hover .smallpro_list li .pic .dw{background:url(../images/in_pic_bg1.png) no-repeat center center; background-size: cover;}
.pro_list dl dd .smallpro_list li .title1{width: 100%; font-size: 18px; text-align: center; }


.ne_top{width: 100%; position: relative;}
/*2020-11-2修改*/
.ne_banner{width: 100%; position: relative; overflow: hidden;}
/*2020-11-2修改*/
.ne_banner img{display: inline-block; animation: changeScale 1 2.5s; width: 100%;}


/*2020-11-2新增*/
.ne-ban-bit{position: absolute; left: 54.5%; padding-left:25px; color: #333333; font-size:30px; top: 20%; line-height: 30px; }
.ne-ban-bit:after{position: absolute; content: ""; width: 6px; height: 100%; left: 0; top: 0; background: #c3272b;}
.ne-ban-bit span{display: inline-block; font-size: 48px; line-height: 48px; color: #c3272b; font-family: "Arial";}
.ne-ban-pic{ width: 40%; position:absolute; left: 54.5%; top: 43%; }
.ne-ban-pic dl{ width: 33.333%; float: left; }
.ne-ban-pic dl dt{width: 100%; line-height: 46px; position: relative; padding-left: 22px; color: #000000; font-size:20px;}
.ne-ban-pic dl dt:after{position: absolute; content: ""; width: 11px; height: 12px; background: url(../images/ne-ban-dw.png) no-repeat; left: 0; top: 17px;}
.ne-ban-pic dl dd{ width: 100%; text-align: left; padding-top: 20px; }
.ne-ban-pic dl dd img{display: inline-block; width: 55%;}
/*2020-11-2新增*/

@media only screen and (max-width: 1440px){
.in_bit {
    line-height: 60px;
    font-size: 35px;
}
}
@media only screen and (max-width: 1366px){
.w11 {
    width: 92%;
}
.w44 {
    width: 88%;
}
.pro_list dl dd .an a {
    width: 40%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}
footer .f1 {
    line-height: 46px;
    font-size: 16px;
}
footer .f2 {
    font-size: 15px;
}
.pro_list dl dd .neir {
    font-size: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.in_bit {
    font-size: 28px;
}
.in_bit span {
    padding-left: 30px;
    font-size: 22px !important;
}
.in_pro_list {
    padding: 10px 0 60px 0;
}
.in-padd {
    padding-top:60px;
}
.xlgk .hr-dw {
    padding: 18px 40px 40px 40px;
}
.sideMenu1 {
    width: 100%;
}
.xlgk .hr-dw .f-bit {
    line-height: 42px;
    font-size: 20px;
}
.sideMenu1 ul p {
    line-height: 26px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sideMenu1 h3 {
    height: 50px;
    line-height: 50px;
    margin-top: 16px;
}
.xlgk {
    margin-bottom: 60px;
}
.pro_list dl dd .title {
    font-size: 24px;
}
.pro_list dl dd .smallpro_list li .title1 {
    font-size: 16px;
}
.pro_list dl dd .title span {
    font-size: 18px;
}
.in-menu li {
    padding-left: 15px;
}
.in-menu li .t2 {
    font-size: 16px;
}
}
@media only screen and (max-width: 1240px){
.logo{width: 30%;}
.logo img{width: 100%;}
nav {
    margin-top: 5px;
}
.cb_left .neir {
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient: vertical;
}
}
@media only screen and (max-width: 992px){
.slideBox {
margin-top: 60px;
}
.ne_top {
margin-top: 60px;
}
.w44 {
    width: 96%;
}
.in-padd {
    padding-top: 60px;
}
.in-menu {
    height:auto;
}
.in-menu li {
    width: 25%;
    height:auto;
    text-align: center;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 15px;
}
.in-menu li:nth-child(8) {
    width: 25%;
}

.in-menu li:nth-child(5):after {
 display: none;
}
.in-menu li:nth-child(9):after {
 display: none;
}
.in-menu li:after {
    top: 30px;
}
.xlgk .pic {
    width: 100%;
}
.xlgk .hr-dw {
    width: 100%;
    position:relative;
    height:auto;
    right: 0;
    top:0;
    padding: 30px 85px 30px 85px;
}
.sideMenu1 h3 {
    height: 70px;
    line-height: 70px;
    margin-top: 16px;
}
.xlgk {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 768px){
.ne_top {
margin-top: 55px;
}
.in_banner{ margin-top:55px; }
	.slideBox {
margin-top: 75px;
}
	.w11 {
    width: 96%;
}
.ne_nav a {
    margin: 0 6px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
}
.ne_pro_bit {
    line-height: 80px;
    font-size: 22px;
}
.in-menu {
    height:auto;
}
/*11-2首页css修改*/
.in-menu li {
    width: 25%;
    height:auto;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
}
/*11-2首页css修改*/
.in-menu li:nth-child(8) {
    width: 33.333%;
}
.in-menu li:after {
    top: 30px;
}
.in-menu li .t1 {
    line-height: 28px;
    font-size: 18px;
}
.in-menu li .t2 {
    line-height: 26px;
    font-size: 14px;
}
footer .f1 a {
    padding: 0 5px !important;
    font-size: 14px;
}
.in-padd {
    padding-top: 30px;
}
/*11-2首页css修改*/
.in-menu li:nth-child(5):after {
 display:none;
}
/*11-2首页css修改*/
.in-menu li:nth-child(9):after {
 display:block;
}
/*11-2首页css修改*/
.in-menu li:nth-child(4):after {
    display: block;
}
.in-menu li:nth-child(7):after {
    display: block;
}
.in-menu li:nth-child(6) { width: 30%; }
/*11-2首页css修改*/
.in-menu li:after{top:18px;}
.in_bit {
    margin-bottom: 0px;
}
.xlgk .hr-dw {
    padding: 20px 15px 20px 15px;
}
.sideMenu1 h3 {
    padding: 0 15px 0 15px;
    font-size:16px;
    height: 60px;
    line-height: 60px;
}
.sideMenu1 h3 .jia span {
    top: 23px;
}
.sideMenu1 ul {
    padding: 0 15px 20px 15px;
    display: none;
    font-size: 16px;
    background: #fff;
}
.in-menu li:nth-child(8) .t2{ font-size: 14px }

/*2020-11-2修改*/
.pro_list dl dd .title {
    font-size: 16px;
}
.pro_list dl dd .title span {
    font-size: 16px;
}
.pro_list dl dd .more a{font-size: 13px;}
.pro_list dl dd .more {
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
/*2020-11-2修改*/

/*2020-11-2修改*/
.pro_list dl dd .smallpro_list li .title1 {
    font-size: 13px;
}
/*2020-11-2修改*/

/*2020-11-2新增*/
.pro_list dl dd {
    padding: 10px 10px 18px 10px;
}
/*2020-11-2新增*/

.in_bit {
    font-size: 22px;
}
.in_pro_list {
    padding: 50px 0 60px 0;
}
.in_bit span:after {
    top: 26px;
    left: 6px;
}
.xlgk .pic{display: none;}
/*11-2首页css修改*/
.in-menu li:nth-child(7) {
    width: 45%;
}
/*11-2首页css修改*/
.xlgk .hr-dw .f-bit {
    line-height: 38px;
    font-size: 18px;
}
/*2020-11-2新增*/
.ne-ban-pic {
 width: 94%; position: relative;left: 3%;top:0;
 padding-bottom:20px;
}
.ne-ban-pic dl dt {
    width: 100%;
    line-height: 36px;
    padding-left: 0px;
    font-size: 15px;
    text-align: center;
}
.ne-ban-pic dl dt:after {
    display: none;
}
.ne-ban-pic dl dd {
     text-align: center;
      padding-top: 0px;
}
.ne-ban-bit {
    font-size: 18px;
    top: 20px;
    padding-left: 15px;
}
.ne-ban-bit span {
    font-size: 20px;
    line-height: 22px;
}
.ne-ban-bit:after {
    width: 3px;
}
.ne_banner img{animation:none; width: 100%;}
.xjy-padd {
    padding-top: 0px;
}
/*2020-11-2新增*/
}




@keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-moz-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-webkit-keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-o-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}




.animated{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

#portalquesdialogBg1,#portalquesdialogBg2{width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;top:0;left:0;z-index:9999;display:none;}
#portalquesdialog1,#portalquesdialog2{ width: 880px; height: 580px; margin: 0 auto; display: none;   position: fixed; top: 50%; left: 50%; transform:translate(-50%,-50%); z-index: 10000; overflow:auto; background:#fff;  }
.portalquesdialogTop1{ position:absolute; right:5px; top:5px;}
.portalquesdialogTop1 a{ color:#fff;}

.questitle{
	height:8%;
	text-align:center;
	font-size:22px;
	padding-top:15px;
	font-weight:bold;
	border-bottom:0px solid #d0111b;
	
}
.firstpage{
	overflow:auto;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	
	height:80%;
	
}

.showtextareap{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:20px;
	text-align:left
}

.firstpage label{
	margin-left:40px;
}

.firstpage textarea{
	width:95%;
	margin-top:10px;
	padding-top: 10px;
	padding-left: 10px;
	font-size:14px;
}

.firstpage li{
	height: 30px;
    padding: 0 15px;
    overflow: hidden;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    float:left;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border:1px solid #a8a8a8;
    border-radius:5px;
    margin-left:30px;
    color:#fff;
    background:#a8a8a8;
}


.firstpage li.active{background:#d0101b;color:#fff}

.firstpage li:hover{border:1px solid #d0101b}

.jqbtj{
	float:left;padding-left:30px;
}
.jqtj{
	float:right;margin-right:30px;
}

.secondpage{
	overflow:auto;
	font-size:18px;
	padding:20px;
	height:80%;
	
}

.secondpagecontent{
	overflow:auto;
	
}


.secondpage .title{
	font-size: 20px;
    color: #222;
    line-height: 1.2;
    float:left;
    margin-top:2px;
    width:50%;
	float:left;
	font-weight:normal;
    
}



    
.secondpage ul{
	 margin-bottom: 40px;
     padding: 0 10px;
     width:50%;
     
}
   
.secondpage li{
	height: 30px;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}
.questiondiv{
	width:100%;
	height:40px;
	margin-top:25px;
	float:left;
}

.questiondiv select{
	width: 50%;
    height: 30px;
    padding-left: 5px;
    float:left;
    font-size: 18px;
    box-sizing: border-box;
    border-radius:5px;
    
   
}

.secondpage li.active{background:#d0101b;color:#fff}

.secondpage li:hover{border:1px solid #d0101b}

.questiondiv{

}

.secondpage li .contenttext{
	width:50%;
	border:0;
	border-bottom:1px solid black;
	background:;
	margin-left:5px;
	font-size:18px;
}

.quesfooter{
	width:100%;
	border-top:0px solid #d0111b;
	padding-top:5px;
	padding-left:10px;
	height:12%;
	font-size:26px;
	bottom:10px;
	font-weight:bold
}

.quesfooter button{ 
	width:100px; 
	height:96%;
	padding:2px 0; 
	background:#d0111b; 
	color:#fff; 
	font-size:20px; 
	border:none; 
	float:right;
	display:inline-block; 
	outline:none; 
	cursor:pointer; 
	transition-duration:.5s; 
	margin:0 10px;
	border-radius:5px;
	
}
.quesfooter1 button:hover{  border:1px solid #000;background:#fff; color:#d0111b;}

.quesfooter1 button:hover{  border:1px solid #fff;}


@media screen and (max-width:769px){
	
	#dialog1,#dialog2{ width: 95%; height: 90%; margin: 0 auto; display: none;   position: fixed; top: 50%; left: 50%; transform:translate(-50%,-50%); z-index: 10000; overflow:auto; background:#fff;  }
	.dialogTop1{ position:absolute; right:5px; top:5px;}
	.dialogTop1 a,.dialogTop2 a{ color:#fff;}
	
	.firstpage li{
		height: 30px;
	    padding: 0 5px;
	    overflow: hidden;
	    margin-bottom: 16px;
	    font-size: 18px;
	    display: -ms-flexbox;
	    display: flex;
	    float:left;
	    -ms-flex-align: center;
	    align-items: center;
	    cursor: pointer;
	    overflow: hidden;
	    border:1px solid #a8a8a8;
	    border-radius:5px;
	    margin-left:8px;
	    color:#fff;
    	background:#a8a8a8;
	}
	
	.jqbtj{
		float:left;padding-left:10px;
	}
	.jqtj{
		float:right;margin-right:10px;
	}
	
	
	.questiondiv{
		width:100%;
		margin-top:10px;
		float:left;
		height:auto;
	}
		

	.secondpage .title{
		font-size: 18px;
	    color: #222;
	    line-height: 1.2;
	    margin-top:2px;
	    width:100%;
		font-weight:normal;
	}
	
	.secondpage ul{
		 margin-bottom: 20px;
	     padding: 0 10px;
	     width:100%;
	     
	}
	
	.questiondiv select{
		width: 95%;
	    height: 40px;
	    padding-top: 3px;
	    padding-left: 5px;
	    font-size: 16px;
	    box-sizing: border-box;
	    border-radius:5px;	   
	}
	
	
	
}


