/* 
* @Author: Marte
* @Date:   2017-08-17 13:40:54
* @Last Modified by:   Marte
* @Last Modified time: 2017-09-01 11:27:13
*/
.service_ban{
    background-image: url("../image/017.jpg");
}
.service_link a{
    font-family: MontserratLight;
    font-size:16px;
    color:#666666;
}
.service_link a:last-of-type{
    color:#d61518;
}
.service_con_left h3{
    font-size: 24px;
    text-align:left;
    color:#666666;
    font-family: MontserratLight;
    margin-bottom: 38px;
}
.cuar_list_bottom{
    display:none;
}
.cuar_icon>a>img{
    width:100%;
    height:auto;
    opacity: 1;
}
.cuar_icon>a{
    display: inline-block;
    width:70%;
    margin:auto;
    background-size:200% 100%;
    background-repeat: no-repeat;
}
.cuar_more_list{
    display:none;
}
.cuar_list.active .cuar_icon>a{
    background-position:100% 0;
}
.cuar_list.active .cuar_name>h3{
    color:#004494;
}
.service_title h2{
    font-size:36px;
    color:#004494;
    text-align: center;
    margin-top:50px;
    margin-bottom: 70px;
    font-family: OswaldMed;
}
.service_contact .service_title h2{
    margin-top:0px;
    padding-top: 45px;
    margin-bottom:50px;
}
.service_region{
    width:1200px;
    margin:0 auto;
}
.service1_con{
    margin-bottom:148px;
}
.service_link{
    margin-top:28px;
}
.service_img img{
    width:100%;
    height:auto;
}
.service_contact{
    background:url("../image/019.jpg");
    background-size: cover;
    background-position:center;
}
.form-control{
    height:62px;
    border-radius: 0;
    font-size:18px;
    color:#999;
    font-family: "MontserratLight","Arial";    
}
.form-group{
    padding-left: 0;
}
.service_table{
    padding-bottom:60px;
}

.form-group::-webkit-input-placeholder { /* WebKit browsers */ 
    font-size:18px;
    color:#999;
    font-family: "MontserratLight","Arial";
} 
.form-group:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    font-size:18px;
    color:#999;
    font-family: "MontserratLight","Arial";
} 
.form-group::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    font-size:18px;
    color:#999;
    font-family: "MontserratLight","Arial";
} 
.form-group:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    font-size:18px;
    color:#999;
    font-family: "MontserratLight","Arial";
}
.cuar_name h3 {
    font-size:26px;
    color:#666666;
    margin-top:28px;
}
.cuar_name h3 a {
    font-size:26px;
    color:#004494;
	font-family: MontserratMed;
}

.cuar_name h3 {
    font-size:26px;
    color:#666666;
    margin-top:28px;
}.cuar_icon{
    text-align: center;
}
.service2_con_art>p{
    font-size:24px;
    line-height: 2;
    color:#666666;
    margin-bottom: 25px;
}
.service2_img{
    padding-top:20px;
}
.service_cuar_tax{
    margin-top:70px;
}
.cuar_more{
    margin-top:80px;
    font-size:24px;
    color:#333333;
    margin-bottom:30px;
    text-align: left;
}
.cuar_more_para{
    font-size:18px;
    color:#666;
}
.service2_con{
    padding-bottom: 110px;
}
.service3_con_art p,.service3_con_art-p{
    font-size: 16px;
    font-family: "MontserratLight";
    color:#666666;
    margin-bottom: 35px;
    line-height: 30px;

}
.service3_img{
    margin-bottom: 45px;
}
.service3_img img{
    margin-bottom: 25px;
}
.pagination-style{margin: 0 auto;margin-top: 30px;
    text-align: center;}
.accordion{ margin-top: 50px;}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #7288a2;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  padding: 20px 0;
  max-height: inherit;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 14px;
  font-weight: 300;
  margin:0;
}
.serviceList3{ padding-top:30px;}
.serviceList3 li{ margin-bottom:10px; background:#F7F7F7;}
.serviceList3 li a{ display:block; padding:20px 90px 20px 20px; position:relative;}
.serviceList3 li h3{ line-height:1.5; font-size:20px; text-align: left; color:#666666;}
.serviceList3 li .date{ position:absolute; left:28px; top:50%; margin-top:-20px; line-height:1.2; color:#666; font-weight:bold;}
.serviceList3 li:hover .date{ color:#c30000;}
.serviceList3 li .date .day_month{ font-size:20px;}
.serviceList3 li .download{position:absolute; top:0; bottom:0; right:0; width:80px; background:#F0F0F0;}
.serviceList3 li .download .icon_download{ display:block; position:absolute; left:50%; margin-left:-17px; top:50%; margin-top:-17px; width:35px; height:35px; background:url(../image/icon16.png) no-repeat;}
.serviceList3 li:hover .download{ background:#004494;}
.serviceList3 li:hover h3{ color:#004494;}
.serviceList3 li:hover .download .icon_download{ background-image:url(../image/icon17.png);}

@media screen and (max-width:1201px){
    .service_region{
        width:100%;
        padding-left:15px;
        padding-right: 15px;
    }

}
@media screen and (max-width:768px){
    .cuar_list_bottom h3{
        font-size:18px;
        margin-bottom: 15px;
    }
    .cuar_more_para{
        font-size: 14px;
    }
    .cuar_more{
        margin-top:25px;
    }
    .cuar_more_box{
        display:none;
    }
    .service3_img{
    margin-bottom: 0;
    }
    .service3_con_art p{
        font-size: 16px;
    }
     .service_con_left h3{
        margin-bottom: 15px;
        font-size: 16px;
    }   
    .service_link{
        padding:0 15px;
    }
    .service_region{
        padding:0 15px;
    }
    .service_title h2{
        margin:20px auto 30px;
    }
    .service1_con{
        margin-bottom:45px;
    }
    .service2_con_art>p{
        font-size:16px;
    }
    .cuar_list{
        margin-bottom:35px;
    }
    .service2_con{
        padding-bottom: 50px;
    }
	.accordion button {
	    font-size: 14px;
	}
	.accordion button[aria-expanded=true] + .accordion-content {
	    padding: 10px 0;
	}
	.accordion .accordion-content p {
	    font-size: 14px;
	 
	}
}
