.jt_mynav img{padding-top: 10px;}
.jt_mynav span{display: inline-block; float: right; color: #fff; margin-left: 50px;margin-top: -40px; font-size: 30px;}
.navbar-inverse {background-color: #3b3b3b;}
.jt_rg ul{ display: inline-block; float: right;    width: 100%;}
.jt_rg ul li{    display: inline-block; float: left;}
.jt_rg ul li a{color:#fff;    font-size: 30px;}
.jt_rg ul li a:hover{background: none;}
/*内容部分1*/
.jt_title{background-color:deepskyblue;margin-top: 72px;}
.jt_title img{position: relative;top: 49px;}  
.jt_title h1 { color: #fff; font-size: 80px; margin-top: 125px;}
.jt_title p { color: #fff;font-size: 30px; margin-top: 50px;}
.btn-danger {color: #fff; background-color: #fc4861; border-color: #d43f3a;}
.jt_title .btn{width:100%;    margin: 10px 0;}
.jt_rg ul li:first-of-type {
    background: url(../image/inner1_18.jpg) no-repeat;
    background-color: #ff782f;
    background-size: 18px;
    background-position: 5px 7px;}
.jt_rg ul li:nth-of-type(2) {
    background: url(../image/inner1_26.jpg) no-repeat;
    background-color: #21a901;;
    background-size: 18px;
    background-position: 5px 7px;}
.jt_rg ul li:last-of-type{
    background: url(../image/inner1_34.png) no-repeat;
    background-color: #fc4861; 
    background-size: 18px;
    background-position: 5px 7px;}
.jt_title a{color:#fff;}
.jt_title a:hover{text-decoration: none;}
/*金题内容一*/
.jt_inner .jtinn_tit{color: #006cc1;}
.jt_inner .jtinn_tit h2{background: url(../image/xx.jpg) no-repeat;    background-position: 127px 9px;}
.jt_inner .jtinn_tit:first-of-type{ padding-top: 85px;}
/*---*/
.jt_inner2{background-color:#007fc9 ;}
.jt_inner2 .jtinn2_tit{color: #fff;}
.jt_inner2 img{    margin-top: 50px;}
.jt_inner2 .jtinn2_tit h2{background: url(../image/2_77.png) no-repeat;    background-position: 127px 9px;}
.jt_inner3{  padding-top: 50px; color: #007fc9;    padding-bottom: 80px;}
.jt_inner3 .jtinn3_tit h2{background: url(../image/xx.jpg) no-repeat;    background-position: 127px 9px;}
/*媒体查询*/    
@media only screen and (max-width:768px ) {
	.jt_mynav{display: inline-block;}
	.jt_mynav img {float: left; padding-top: 16px; display: inline-block; width: 25px; margin-left: 10px; margin-top: -3px;}
    .jt_mynav span {display: inline-block; float:left;  color: #fff;margin-left: 8px; margin-top: 15px; font-size: 18px;}
    .jt_rg{display: inline-block; float: right;width: 102%;}
    .jt_rg ul li a img{ width: 25px;}
    .jt_rg ul li { display: inline-block; float: left;  margin-top: -3px;}
    .jt_rg ul {margin-right: 3px; display: inline-block;float: right; height: 20px;}
    /*第一部分*/
   .jt_title { background:deepskyblue; margin-top: 0px; height: 145px;}
    .jt_title img {  position: relative; top: 18px; width: 70px; left: 17px;}
    .jt_title h1 { color: #fff;font-size:20px;margin-top: 33px;}
    .jt_title p { margin-top: -15px; color: #fff;  font-size:20px;   -webkit-transform-origin-x: 0; -webkit-transform: scale(0.70);}
    .smallsize-font {font-size:9px;     }
    .jt_title .btn {  width: 55%; margin: 1px 0; color: #fff;  font-size:15px;   -webkit-transform-origin-x: 0; -webkit-transform: scale(0.70);}
    .jt_title .btn { padding: 5px;}
    /*金题内容一*/
   .jt_inner .jtinn_tit:first-of-type { padding-top: 25px;}
    .jt_inner .jtinn_tit h2{font-size:22px;background: url(../image/xx.jpg) no-repeat;  background-size: 195px; background-position: 127px 13px;}
   .jt_inner2 img { margin-top: 15px; padding-bottom: 20px;}
   .jt_inner3{ padding-top: 20px;color: #007fc9;    padding-bottom: 45px;}
   .jt_rg ul li a {color: #fff; font-size: 15px; line-height: 2px;}
   .jt_rg ul li:first-of-type {
    background: url(../image/inner1_18.jpg) no-repeat;
    background-color: #ff782f;
    background-size: 18px;
    background-position: 5px 7px;}
   .jt_rg ul li:nth-of-type(2) {
    background: url(../image/inner1_26.jpg) no-repeat;
    background-color: #21a901;;
    background-size: 18px;
    background-position: 4px 5px;}
   .jt_rg ul li:last-of-type {
    background: url(../image/inner1_34.png) no-repeat;
    background-color: #fc4861; 
    background-size: 18px;
    background-position: 5px 7px;}
    @keyframes name1{
    	0%{left:-90px;}
    	100%{left:0px;}
    }
    @keyframes name2{
    	0%{opacity:0;}
    	100%{opacity:1;}
    }
    .myimg{animation:name1 1s ease;} 
    .jtdetail{animation:name2 2s ease;}
}