﻿ .article-list .media .media-left a {
        display: block;
        width: 120px;
    }
.item-boxes {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  margin: 15px 0;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon {
  margin-bottom: 10px;
}

.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #428BCA;
}

.item-boxes h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.item-boxes p {
  margin: 0;
}

.item-boxes:hover {
  background: transparent;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item {
  padding: 30px 15px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  width: 60px;
  height: 60px;
  background: #f9f9f9;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .color-1 i {
  background: #FAE3E3;
  color: #D82928 !important;
}

.services-item .color-2 i {
  background: #E6F8ED;
  color: #57D283 !important;
}

.services-item .color-3 i {
  background: #E3EAFA;
  color: #457BF4 !important;
}

.services-item .color-4 i {
  background: #F3EAD6;
  color: #f1a90a !important;
}

.services-item .color-5 i {
  background: #E7E6FF;
  color: #7271FF !important;
}

.services-item .color-6 i {
  background: #DEDEDE;
  color: #35393D !important;
}

.services-item .services-content {
  padding-left: 65px;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.services-item .services-content h3 a {
  color: #272727;
}

.services-item .services-content h3 a:hover {
  color: #428BCA;
}

.services-item:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Times New Roman','\5FAE\8F6F\96C5\9ED1';
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman','\5FAE\8F6F\96C5\9ED1';
}
h3, .h3{
    font-size: 1.5rem;
    font-weight: 500;
}
.title-p{
    color: #013db5;
}
p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #666;
    font-family: 'Times New Roman','\5FAE\8F6F\96C5\9ED1';
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* //Reset Code */

html {
    scroll-behavior: smooth;
}

.nav_w3ls{
    margin-top: -60px;
}
.nav_w3ls nav ul li a{
    color: #014099;
    font-size: 16px;
    padding:0px;
    font-weight: 500;
}
.nav_w3ls nav ul li a:hover{
    background: none;
    color: #444;
}
@media (max-width: 1024px) {
    .nav_w3ls nav ul li a {font-size: 15px;}
}
/* bottom-to-top */
a.move-top {
    width: 34px;
    height: 34px;
    background: url(ciads-move-top.png) no-repeat 0px 0px;
    display: inline-block;
}

/* //bottom-to-top */
/* header */
/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}
#logo{
    min-height: 90px;
}

#logo a {
    float: left;
    display: initial;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -1px;
    color: #15549a;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
    font-family: 'Times New Roman','\5FAE\8F6F\96C5\9ED1';
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}
nav ul li.nav-item {margin: 0;}

/* Styling the links */
nav a {
    color: #fff; 
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    padding: 0px 15px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.zkyblue {
    color: #3d55a7;font-size: 17px;
}
nav ul li a {
    color: #fff; 
}
nav ul li a:hover {
    color: #fff;
    background: #f59838;
}
nav ul li ul li:hover {
    color: #f00;
    background: #f8f9fa;
}

.menu li .drop-text:hover {
    color: #000;
    background:  #fff;
}

/* Background color change on Hover */

.menu li.active a,
.menu li a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
menu nav ul ul {
    display: none;
    position: absolute;
    top: 48px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    z-index: 90;
    /* has to be the same number as the "line-height" of "nav a" */
}
.mobile-header nav ul ul {
    display: block;
    background: none;
    z-index: 99;
    /* has to be the same number as the "line-height" of "nav a" */
}
/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}


/* Fisrt Tier Dropdown */
nav ul ul li {
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}
.form-inline .form-control{
    width: 274px;
}
.form-control {
    font-size: 0.9rem;
    line-height: 1;
}
/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

a.reqe-button {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
}

/* Media Queries
--------------------------------------------- */
@media(max-width: 1024px) {
    nav a {
        font-size: 17px;
    }
}
@media(max-width: 800px) {
    nav a {
        font-size: 14px;
    }
}
.container-fluid menu .container nav>ul{
        float: none;
    }
@media all and (max-width : 736px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo a img{
        width: 100%;
    }
    .container-fluid menu .container nav>ul{
        float: left;
    }
    .navbar-form .form-search .form-control {
        width: 120px;
    }
    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
        padding-left: 0px;margin-left: 0px;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 14px;
        font-size: 16px;
        text-decoration: none;
        border: none;
        float: left;
        width: 70px;
        margin-left: -60px;
        background-color: #fff;
        color: #000;
        border-radius: 4px;
        letter-spacing: 1px;
        cursor: pointer;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 50%;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #15549a;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        background: #014099;
        padding: 15px 0;
        text-align: center;
        z-index: 100;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }

    /* 
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    } */

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

    .menu li.active a,
    .menu li a:hover {
        color: #000;
    }

    nav a {
        color: #000;
        font-size: 15px;
    }

    .menu li.active a,
    .menu li a:hover {
        color: #686de0;
    }
    nav ul ul li a {
        color: #000;
    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

/*--Search begin--*/
.search-form{
    background-color: #ffffff;
    margin: 10px auto 5px auto;
    display:inline-block;
}
.search-form{
    border: 0 none;
    font:14px Arial,Helvetica,Sans-serif;
    color: #FF9204;
    width: 90%;
    max-width: 580px;
    width: 70%;
    min-width: 200px;
    padding: 10px ;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;    
}
#search input[type="text"] {
    border: 0 none;
    font:14px Arial,Helvetica,Sans-serif;
    color: #FF9204;
    max-width: 180px;
    width: 70%;
    min-width: 100px;
    padding: 10px ;
    }
#search input[type="submit"]{
    background: url(ciads-search-dark.png) no-repeat 14px 14px #FE9B13;/* Fallback color for non-css3 browsers */
    padding: 10px 20px 10px 39px;
    color: #000;
    cursor: pointer;
    font: bold 17px Arial, Helvetica, sans-serif;
    font-weight: 780;
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    }

/*-- Search end --*/

/*-- dropdown --*/
#demo {
    margin: 10px 0 0px 0;
    font-family: 'Times New Roman','\5FAE\8F6F\96C5\9ED1';
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    font-family: 'Times New Roman','\5FAE\8F6F\96C5\9ED1';
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover~.parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover~.parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}


#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li:hover {
    background: #f8f9fa;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
/* //navigation */

/* popup */
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 430px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #686de0;
}

/* //popup */

/*--/banner-info--*/

.slide {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 23vw;
    min-height: 160px;
}

.slide-caption h2,.slide-caption h3 {
    font-size: 1.8em;
}
@media(max-width: 1000px) {
    .slide-caption h2,.slide-caption h3 {
        font-size: 15px;
        padding-top: 2px;
    }
    .slide-window .slide-wrapper .slide .slide-caption{
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.slide-caption p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 33px;
}
/*--//banner-info--*/

/* banner */

.csslider>ul>li {
    min-height: 380px;
}
.csslider>ul>li img {
    border-radius: 4px;
    border: #eafbff solid 2px;
}    
/*
.csslider>ul>li:first-child {
    background: url(../img/5.jpg) no-repeat center;
    background-size: cover;
    opacity:1;
    filter:alpha(opacity=100); 
}

.csslider>ul>li:nth-child(2) {
    background: url(../img/1.jpg) no-repeat top;
    background-size: cover;
    opacity:1;
    filter:alpha(opacity=100); 
}

.csslider>ul>li:last-child {
    background: url(../img/6.jpg) no-repeat center;
    background-size: cover;
    opacity:1;
    filter:alpha(opacity=100); 
}
*/
.bg-theme {
    background: #031f9a;
}

.bg-theme1 {
    background: #0fcef7;
}

.w3ls_banner_txt {
    margin-top: 2rem;
    margin-left: auto;
    text-align: left;
    max-width: 560px;
}
.w3ls_banner_txt p{
    color: #fff;
    font-size: 18px;
    text-indent: 36px;
    margin-top: 20px;
}
h3.w3ls_pvt-title {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}

.w3ls_banner_txt h5 {
    font-weight: 400;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.button-style {
    padding: 12px 25px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    background: #15549a;
    margin-left: 80px;
}

.button-style:hover,
.button-style-2:hover {
    background: #fff;
    color: #000;
}

/* //banner */

/* banner bottom */
.welcome-left h3 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 100;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}

.welcome-left h4 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: 'Times New Roman','\5FAE\8F6F\96C5\9ED1';
    color: #464646;
}

.support-grid h5 {
    letter-spacing: 1px;
        color: #343a40;
}

.icon-effect span {
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    background: #15549a;
    padding: 1em;
}

/* //banner bottom */

/* about */
.w3ls-bnrbtm {
    background: url(https://ciads.impcas.ac.cn/assets/addons/cms/v12/img/bg2.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 600px;
}

h3.agile-title {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.4;
}

span.w3-line {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: bold;
    letter-spacing: 1px;
}


p.text-botm {
    color: #eee;
}

.text-title {
    color: #212529;
}
.text-title a{
    color: #2c3E50;
    font-family: 'Times New Roman','\5FAE\8F6F\96C5\9ED1';
}
/* //about */

/* blog */
.blog-w3ls{
    background-color: #ffffff;
}
.posts-top {
    position: relative;
}

.posts-top h3 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    background: #16aedd;
    padding: 10px 25px;
    bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}

.posts-top h3 span {
    display: block;
    font-weight: 100;
    font-size: 16px;
}
.posts-w3ls-bottom ul li {
    display: inline-block;
}

.posts-top .posts-top-img img{
    width: 350px;
    height: 233px;
}
@media (max-width: 991px) {
  .posts-top .posts-top-img img{
    width: 99%;
    height: 233px;
  }
}


.posts-w3ls-bottom h4,.posts-w3ls-bottom h4 a,.gallery h4,.gallery h4 a {
    font-size: 18px;
    color: #d35400;
    line-height: 1.4;
    height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.posts-w3ls-bottom h4 a:hover{
    color: #16aedf;
}
.posts-w3ls-bottom i {
    color: #d35400;
}
a.button.button01{background: #FE9B13;font-size: 18px;}
.posts-w3ls-bottom h5 {
    color: #999;
    letter-spacing: 1px;
    font-size: 12px;
}

.more-style {
    background-color: #d35400;
    padding: 12px 20px;
    font-size: 14px;
    color: #ffffff;
}
.more-style:hover {
    background-color: #2c3e50;
    color: #ffffff;
}
/* //blog */
/* services */
.serives-agile {
    background: #f4f3ee;
}
.notice-text{
    color: #2d3e50;
}
.services-w3ls-grid h4 {
    letter-spacing: 1px;
    font-weight: 600;
}

.services-w3ls-grid p {
    color: #fdfdfd;
    font-weight: 300;
}

.services-w3ls-grid i {
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 90px;
    height: 90px;
    line-height: 2.6;
}
.feature-grids h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #212529;
}
.feature-grids span {
    text-align: center;
}
.feature-grids span {
    font-size: 1em;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 2.5em;
    margin: 0.5em 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fd7e14;
    color: #fff;
}
.shadow {
    /*box-shadow: 7px 7px 10px 0 rgba(255, 186, 0, .3);*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
    padding: 10px 20px;
}
/* //services */

.videos{
    background-color: #ffe0b2;
}
.videos a {height: 248px;display: block;overflow: hidden;}
.videos a img {width: 100%;height: 100%;object-fit: cover;}
@media (max-width: 991px) {
    .videos a {height: 180px;}
}
@media (max-width: 767px) {
    .videos a {height: 107px;}
}

.gallery{
    background-color: #ecf0f1;
}
.friendlink{
    background-color: #fff;
}
.gallery-h-text{
    color: #d25400;
    font-size:20px;
}
.gallery-img-fluid{
    height: 192px;
}
/* footer */
footer {
    background: #15549a;
    color: #fff;
}
.footer-emp-w3ls p {
    color: #fff;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact-info p a,
.contact-info p,
ul.links li a {
    color: #ababab;
    font-size: 14px;
}

.contact-info p span {
    display: block;
}

.footer-style-w3lsp a {
    color: #ababab;
}

.contact-info h4 {
    font-size: 16px;
    letter-spacing: 1px;
}

/* quick links */
ul.links li a {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: inline-block;
}

ul.links li a:hover,
.footer-style-w3lsp a:hover {
    color: #fff;
}

/* //quick links */

/* copyright */
.copy-right {
    letter-spacing: 2px;
    font-size: 15px;
}

.copy-right a {
    color: #15549a;
}

.copy-right a:hover {
    color: #fff;
}

.copy-right-top {
    border-color: rgba(255, 255, 255, 0.3) !important;
}
/* copyright */
/* //footer */

/* responsive */

@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {
    .w3ls-bnrbtm {
        min-height: 560px;
    }
}

@media(max-width: 1280px) {
    .w3ls-bnrbtm {
        min-height: 530px;
    }
}

@media(max-width: 1080px) {
    .csslider>ul>li {
        min-height: 600px;
    }
    h3.w3ls_pvt-title {
        font-size: 3em;
    }
    .w3ls_banner_txt h5 {
        font-size: 20px;
    }
    .services-w3ls-grid p {
        font-size: 14px;
    }
    .welcome-left h3 {
        font-size: 35px;
    }
    .welcome-left h4 {
        font-size: 18px;
    }
    .w3ls-bnrbtm {
        min-height: 500px;
    }
    .map iframe {
        min-height: 350px;
    }
    .address textarea {
        min-height: 13.5em;
    }
    .w3ls-bnrbtm {
        min-height: 420px;
    }
}

@media(max-width: 1050px) {
    h3.agile-title {
        font-size: 30px;
    }
}

@media(max-width: 1024px) {
    .posts-w3ls-bottom h4 {
        font-size: 20px;
    }
    .posts-w3ls-bottom a {
        font-size: 14px;
    }
    
}

@media(max-width: 991px) {
    #logo a {
        font-size: 36px;
    }
    nav a {
        font-size: 14px;
    }
    h3.w3ls_pvt-title {
        font-size: 2.8em;
    }
    .welcome-left h3 {
        font-size: 38px;
    }
    .welcome-left h4 {
        font-size: 20px;
    }
    .services-w3ls-grid i {
        font-size: 29px;
        width: 80px;
        height: 80px;
    }
    .services-w3ls-grid p {
        font-size: 13px;
    }
    .w3ls-bnrbtm {
        min-height: 350px;
    }
    .n-right-w3ls input[type="text"], .n-right-w3ls input[type="email"] {
        padding: 13px;
    }
    .n-right-w3ls input[type="submit"] {
        font-size: 13px;
    }
    .address textarea {
        min-height: 12em;
    }
}

@media(max-width: 900px) {
    .csslider>ul>li {
        min-height: 530px;
    }
}
@media(max-width: 1000px) {
  .main-top{
    display: none;
  }
  .mobile-header{
    display: block;
  }
}
@media(min-width: 1001px) {
  .main-top{
    display: block;
  }
  .mobile-header{
    display: none;
  }
}
@media(max-width: 800px) {
    h3.w3ls_pvt-title {
        font-size: 2.5em;
    }
    .w3ls_banner_txt h5 {
        font-size: 19px;
    }
    .csslider>ul>li {
        min-height: 500px;
    }
}

@media(max-width: 768px) {}

@media(max-width: 736px) {
    .welcome-left h3 {
        font-size: 34px;
    }
    .map iframe {
        min-height: 300px;
    }
    .address input[type="text"], .address input[type="email"], .address textarea {
        font-size: 14px;
    }
    .address h4 {
        font-size: 20px;
    }
}

@media(max-width: 667px) {
    .csslider>ul>li {
        min-height: 450px;
    }
    ul.links li a {
        font-size: 14px;
    }
}

@media(max-width: 640px) {}

@media(max-width: 600px) {
    .copy-right {
        font-size: 14px;
    }
}

@media(max-width: 568px) {
    h3.w3ls_pvt-title {
        font-size: 2.3em;
    }
    .w3ls_banner_txt h5 {
        font-size: 18px;
    }
    .csslider>ul>li {
        min-height: 400px;
    }
}

@media(max-width: 480px) {
    h3.w3ls_pvt-title {
        font-size: 2em;
    }
    .button-style {
        padding: 12px 20px;
        font-size: 13px;
    }
    .w3ls_banner_txt {
        margin-top: 18vw;
    }
    .csslider>ul>li:nth-child(2), .csslider>ul>li:nth-child(1), .csslider>ul>li:nth-child(3) {
        background-position: left;
    }
    span.w3-line {
        font-size: 22px;
    }
    h3.agile-title {
        font-size: 25px;
    }
    p {
        font-size: 14px;
    }
    .w3ls-bnrbtm {
        min-height: 300px;
    }
}

@media(max-width: 440px) {
    .csslider>ul>li {
        min-height: 380px;
    }
    .welcome-left h3 {
        font-size: 28px;
    }
    .welcome-left h4 {
        font-size: 18px;
    }
    .icon-effect span {
        font-size: 25px;
    }
    .popup {
        margin: 5em 1em;
    }
    .copy-right {
        letter-spacing: 1px;
    }
}

@media(max-width: 414px) {
    h3.w3ls_pvt-title {
        font-size: 1.8em;
    }
    .w3ls_banner_txt h5 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .address textarea {
        min-height: 10em;
    }
}

@media(max-width: 384px) {
    .title.news-titl h3 {
        font-size: 28px;
    }
    .title.news-titl p {
        font-size: 12px;
    }
}

@media(max-width: 375px) {
    #logo a {
        font-size: 32px;
    }
    .toggle {
        font-size: 15px;
    }
    .csslider>ul>li {
        min-height: 340px;
    }
    .title h3 {
        font-size: 24px;
    }
}

@media(max-width: 320px) {
    .w3ls_banner_txt h5 {
        font-size: 14px;
    }
    .menu .toggle {
        width: 56%;
    }
    p {
        font-size: 13px;
    }
    .welcome-left h3 {
        font-size: 24px;
    }
    .welcome-left h4 {
        font-size: 16px;
    }
    h3.agile-title {
        font-size: 22px;
    }
}

/* //responsive */

#owl-notice { width: 100%; margin-left: auto; margin-right: auto;}
#owl-notice .item{ display: block;}

#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: 50%;
  bottom: 10px;
  left: auto;
  z-index: 80;
  margin-right: -640px;
}
#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}
#floatbtn a {
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  padding: 5px;
  width: 50px;
  height: 50px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floatbtn a.hover:hover {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  background: #0084ff;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 5px;
}
#floatbtn a.hover:hover i {
  display: none;
}
#floatbtn a.hover:hover em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}
#floatbtn a em {
  font-style: normal;
}
#floatbtn a:hover {
  background: #0084ff;
}
#floatbtn a:hover i {
  color: #fff;
}
#floatbtn a:hover .floatbtn-wrapper {
  display: block;
}
#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}

/* Breadcrumb
---------------------------------- */
.breadcrumb > li { color:#555555;}
.breadcrumb > li > a { color:#555555;}
.breadcrumb > li > a:hover { color:#014099;}
.breadcrumb > li > a:last-child { color:#014099;}
.breadcrumb > li > span:before {
  content: '/\00a0';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 4px 0 7px;
  color: #cccccc;
}
.category-title > .more > .breadcrumb > li > a { color:#ffffff;}
.category-title > .more > .breadcrumb > li > a:hover { color:#d1eaff;}
.category-title > .more > .breadcrumb > li > a:last-child { color:#d1eaff;}
.category-title > .more > .breadcrumb > li > span:before {color: #92b7ca;}

/*---------------------------------
  Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 17px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  border-radius: 7px;
  background: #277cf1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back-to-top h4 {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin: 9px 0 0;
}
.back-to-top:hover {
  background: #4694ff;
}
.back-to-top.open {
  bottom: 40px;
}
.back-to-top i {
  color: #fff;
  line-height: 10px;
}

/*---PAGES---*/
.fy-box {
  margin-top: 25px;margin-bottom: 35px;
}

.comp-pages {}

.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}

.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none !important;
}

.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}

.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none !important;
  border-radius: 20px;
}

.comp-pages .page-pc {
  text-align: center;
}

.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 36px;
  min-width: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #337ab7;
  padding-left: 13px;
  padding-right: 14px;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}

.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #337ab7;
  border: 1px solid #337ab7;
  color: #fff;
}

.comp-pages .page-pc span {
  background: #337ab7;
  border: 1px solid #337ab7;
  color: #fff;
}

.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #337ab7;
  border: 1px solid #337ab7;
  display: none !important;
}

.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}

.comp-pages .page-pc em {
  font-style: normal;
  font-size: 15px;
  color: #999;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
}

/************************/
/*  Text List   */
/************************/
.textList {
  margin-top: 20px;
}

.textList.no-date li {
  padding-right: 0;
}

.textList li {
  padding: 0 110px 0 22px;
  position: relative;
  transition: background 0.3s;
  margin-bottom: 20px;
}

.textList li:before {
  content: "";
  left: 2px;
  top: 7px;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #cad0e6;
  transform: rotate(45deg);
}

.textList li .box-title {
  color: #222222;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
  font-size: 16px;
}

.textList li .box-date {
  position: absolute;
  right: 2px;
  top: 0;
  color: #999999;
  font-size: 15px;
}

.textList li:hover a,
.textList li:hover span {
  color: #1843ae;
}

.textList[data-v-no] li {
  padding: 15px 15px 15px 38px;
}

@media (max-width: 767px) {
  .textList {
    margin-top: 26px;
    margin-bottom: 24px;
  }

  .textList li {
    padding: 0 0 0 24px;
    margin-bottom: 16px;
  }

  .textList li:before {
    top: 9px;
  }

  .textList[data-v-no] li:before {
    top: 24px;
  }

  .textList li .box-title {
    white-space: normal;
    height: auto;
    line-height: 1.5;
  }

  .textList li .box-date {
    position: static;
    display: block;
    margin-top: 3px;
  }
}

/*---------------Video--------------------*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-list {overflow: hidden;margin-top: 22px;}
.video-list li {margin-bottom: 35px;}
.video-list li:nth-child(3n+1) {clear: left;}
.video-list .picnews { overflow: hidden; position: relative; width: 100%; height: 204px; background: #333333; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
.video-list .picnews:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: url(ciads-icon01.png) no-repeat center;background-size: 100%;
}
.video-list .picnews:after {
  position: absolute;
  content: '';
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block !important;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-list .picnews img {height: 100%;width: 100%;
-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.video-list .picnews:hover img {
   -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1); 
	  opacity: .8;
}
.video-list h4 {
    font-size: 18px;word-break: break-word;
    color: #333;margin: 16px 0 0;line-height: 1.5;overflow: hidden;
	  max-height: 54px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.video-list a:hover h4 {color: #1843ae;}

@media (max-width: 1199px) {
	.video-list .picnews {height: 170px;}
    .video-list li {margin-bottom: 30px;}
}
@media (max-width: 991px) {
	.video-list .picnews {height: 198px;}
    .video-list li:nth-child(3n+1) {clear: inherit;}
    .video-list li:nth-child(2n+1) {clear: left;}
}
@media (max-width: 767px) {
    .video-list .col-md-4 {width: 100%;}
	.video-list li {margin-bottom: 24px;}
    .video-list .picnews {width: 100%;height: 50.4vw;}
	.video-list h4 {max-height: inherit;-webkit-line-clamp: inherit;}
}

/* -----PIC----- */
.tp-list-ul {position: relative;margin-top: 22px;}
.tp-list-ul li {margin-bottom: 30px;}
.tp-list-ul li:nth-child(3n+1) {clear: left;}
.tp-a {display: block;background: #FFFFFF;transition: all 0.5s;}
.tp-a .img-box { height: 226px; overflow: hidden; margin-bottom: 15px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
.tp-a .img-box img {width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.tp-a .info {position: relative;}
.tp-a .title {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  word-break: break-all;
  overflow: hidden;
  max-height: 54px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tp-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tp-a:hover .title {color: #1843ae;}
@media (max-width: 1199px) {
	.tp-a .img-box {height: 188px;}
}
@media (max-width: 991px) {
	.tp-a .img-box {height: 220px;}
    .tp-list-ul li:nth-child(3n+1) {clear: inherit;}
	.tp-list-ul li:nth-child(2n+1) {clear: left;}
}
@media (max-width: 767px) {
    .tp-list-ul li {margin-bottom: 30px;}
	.tp-a .img-box {height: 56vw;}
	.tp-a .title {-webkit-line-clamp: inherit;max-height: inherit;}
}

/*Share*/
.social-share {display: inline-block;}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -190px;
  left: -70px;
  width: 160px;
  height: 176px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}

.article-metas .basicinfo {padding: 8px;border-bottom: #f2f2f2 solid 1px;text-align: left;}
.article-metas .basicinfo .other-share {float: right;color: #999;font-size: 14px;}
.article-metas .basicinfo .other-share a {color:#999; text-decoration: none;}
.article-metas .basicinfo .other-share a:hover {color:#de0c0c; text-decoration: none;}
.article-metas .basicinfo .qtinfo {color:#999; font-size: 14px;margin: 0;line-height: 28px;}
.article-metas .basicinfo .qtinfo a {color:#999; text-decoration: none;}
.article-metas .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.article-metas .basicinfo .share {display: inline-block;}
.article-metas .basicinfo .qtinfo span {display: inline-block;margin: 0 10px;}
.article-metas .basicinfo .qtinfo span:last-child {margin-right: 0;}

.panel-body .cont-page {
  margin-top: 25px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 22px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #444444;font-size: 15px;
}
.panel-body .cont-page .a-page {
  margin-bottom: 6px;
}
.panel-body .cont-page .a-page a {
  color: #444444;
}
.panel-body .cont-page .a-page:hover {
  color: #1843ae;
}
.panel-body .cont-page .a-page:hover a {
  color: #1843ae;
}
@media (min-width: 767px) {
    .article-text.xl img {max-width: 60%;}
}
@media (max-width: 991px) {
    .article-text.xl img {max-width: 70%;}
}
@media (max-width: 767px) {
    .article-metas .qtinfo {text-align: center;}
    .article-metas .qtinfo span {display: inline-block;margin-right: 6px;margin-left: 6px;}
    .article-text.xl img {max-width: 100%;}
}

.pglanmu {
  border-left: #1958AF solid 3px;
  margin-bottom: 21px;
  margin-top: 30px;
  padding: 16px 22px;
  background: #F2F4FA;
  overflow: hidden;
}
.pglanmu:nth-of-type(1) {margin-top: 20px;}
.pglanmu_l {
  color: #1958AF;
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  position: relative;
}
.pglanmu_l img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}
.pglanmu_r {
  font-size: 14px;
  color: #1958AF;
  float: right;
}
.pglanmu_r a {
  color: #1958AF;
}
.pglanmu_r a:hover {
  color: #D72626;
}

.search-li {position: relative;left: 100px;}
.form-search input[type="submit"] { background: url(ciads-searchbtn.png) no-repeat 0px 1px; border: none; cursor: pointer; width: 24px; outline: none; position: absolute; top: 17px; right: 18px;}
.search-li.home .form-search input[type="submit"] {right: 3px;}
@media (max-width: 1199px) {
    .form-inline .form-control {width: 200px;}
    .search-li {left: 5px;}
    .search-li.home {left: 15px;}
}
@media (max-width: 991px) {
    .form-search input[type="submit"] {top: 7px;right: 12px;}
}
