/*body{background-image: linear-gradient(to bottom, #ccc 0px, #FFF 100%);background-size:100%;background-repeat:no-repeat  }*/
body{background-image:url('../../img/background.png');background-size:1px 100%;  }

#mynav{margin-top:31px;}
/*顶部*/
.top_1 {height: 30px;line-height:30px; background:#F0F0F0; width:100%;position:fixed; top:0; left:0; z-index:100;}
.top_2 {width:1100px; margin:0 auto;}
.top_4 {margin-right:10px;}


/*右边导航栏开头*/
.pright{padding:20px 40px;}
.opens_2{padding-bottom: 40px;}
.dung_text_1s {width:4px;height:18px;border-radius:1.5px; background-color:#3CA1F9;margin:7px 10px 0px 0px;}
.opens_3 {font-size:18px; line-height:30px;font-weight: 600}

/*导航栏*/
.wp_1 {height:80px; width:1100px; margin:0 auto;}
.wp_2{height: 35px;margin-right: -10px;}
.wp_2 li a { font-size: 20px; color: #4F4F4F; text-transform: uppercase;
    font-family: 微软雅黑,helvetica,tahoma,arial,sans-serif,宋体;
    padding: 0 23px;
    font-weight:400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration:none;
}
.wp_2 li {line-height: 35px;float:left;text-align: center; height: 35px; margin-bottom: 0px; border-right: 2px solid #C9C9C9;}
.wp_2 li.nav-last{border-right: none;}
.wp_2 li a:hover{ outline:none;}
.wp_logo {margin-top:14px; margin-left:26px;}
.wp_2 .wp_2_li { color:#FE8B10; font-weight: bold; outline:none;}

/*主体写法*/
.content{border:1px solid #ccc;border-radius: 20px;height:900px;margin-top:25px;background: #f8f8f8}
.content .ct_left{width:24%;border-right:1px solid #ccc;height:100%}
.content .ct_left .nav_up{background: #3CA1F9;font-size:24px;text-align:center;color:white;line-height: 48px;border-radius:20px 0 0 0;}
.content .ct_left .nav_down{}
.content .ct_right{width:76%}


/*按扭组*/
.subtt{text-align: center;margin-top:22px;}
.mybtn{width:145px;line-height: 38px;background: #FF8500;border: none;border-radius: 8px;font-size: 18px;color: white;margin-right:16px;cursor: pointer;display: inline-block;text-align: center}
.mybtn:hover{background: #FF7500}
.mybtn_no{width:145px;line-height: 38px;background: #CCC;border: none;border-radius: 8px;font-size: 18px;color: white;margin-right:16px;display: inline-block;text-align: center}

.btn-my{display: inline-block;line-height: 26px;text-align: left;padding:0 10px;border:1px solid #999;border-radius: 8px;width:80px;font-size:14px;background: white;cursor: pointer}
.btn-my:hover{background: #ff8500;color:white;border: 1px solid #ff8500}

/*footer*/
.loginfoot-gy{
    margin: 10px auto;
}
.loginfoot-gy a{
    padding: 0px 5px;
    font-weight: 500;
}
.loginfoot-gy a:hover {
    color: #1791F0;
}


